/* FROM NIDOMA.CSS */

/* Global
-------------------------------------------------------------- */
body {
    background: white;
    font: 13px/20px 'OpenSansRegular';
    font-family: 'OpenSansRegular';
    color: #65686d;
}

p {
    font-family: 'OpenSansRegular';
}

input, button, select, textarea {
    font-family: 'OpenSansRegular';
}

::-webkit-input-placeholder { 
    color: #a1a3a5;
    font-family: "OpenSansItalic";
    text-transform: capitalize; 
}
::-moz-placeholder { 
    color: #a1a3a5;
    font-family: "OpenSansItalic";
    text-transform: capitalize;  
} /* firefox 19+ */
:-ms-input-placeholder { 
    color: #a1a3a5;
    font-family: "OpenSansItalic";
    text-transform: capitalize;  
} /* ie */
input:-moz-placeholder, textarea:-moz-placeholder { 
    color: #a1a3a5;
    font-family: "OpenSansItalic";
    text-transform: capitalize;  
}
strong, .bold {
    color: #313538;
    font-family: "OpenSansSemiboldRegular";
    font-weight: normal !important;
}
.capitalize {
    text-transform: capitalize;  
}

.no-wrap {
    white-space: nowrap;
}

/* General divs prop. /
-------------------------------------------------------------- */
.layout {
    padding: 15px 15px;
}

.paddingleftright15 {
    padding: 0 15px !important;
}

.paddingleftright20per {
    padding: 0 22% !important;
}

.paddingTop10px {
    padding-top: 10px !important;
}

.padding30px0px0 {
    padding: 30px 0px 0px !important;
}

.padding10px20px {
    padding: 10px 20px !important;
}

.padding100px0 {
    padding: 100px 0px !important;
}

.padding10px0 {
    padding: 10px 0px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margintop-20 { 
    margin-top: 20px !important;
}

.margin-20 { 
    margin-bottom: 20px !important;
}
.margin-bottom30 {
    margin-bottom: 30px !important;
}

.margin-10 { 
    margin-bottom: 10px;
}

.center{
    text-align: center;
}

.gap {
    height: 30px;
}

.borderTitle {
    width: 100% !important;
    background: transparent url("../img/border-title.png") no-repeat scroll
        center center;
    height: 3px;
}

.dark_bg .borderTitle {
    background: transparent url("../img/border-title2.png") no-repeat scroll
        center center;
}

.content {
    border-top: 1px solid #E4E4E4;
}

.dark_bg {
    background: #2E2F3C none repeat scroll 0% 0% !important;
}

.logo {
    margin: 12px 30px 0 0 !important;
    padding-left: 0 !important;
}

.container .layout {
    padding: 40px 15px;
}

.layout form {
    margin-bottom: 0;
}

#horizontal_menu .dropdown .caret, .top-bar-lang .caret {
    border-top-color: #FF6029;
    opacity: 1;
}
/* div in landing pages*/
.box {
    border-top: 1px solid #e4e4e4;
}

.content.gray-content {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #fcfcfc 2%, #f9f9f9 100%) repeat scroll 0 0;
    border-bottom: 1px solid #e4e4e4;
}

.gray-content-btn {
    position: relative;
    top: -60px;
}

.gray_box {
    background: #3A3D41;
    color: #C6C7C8;
    border-radius: 5px;
    min-height: 380px !important;
}
/* Navbar /
with dropdown
-------------------------------------------------------------- */
.dropdown-menu.yamm-sm {
    border-top: 2px solid #FF6029 !important;
}

.dropdown-menu.yamm-sm {
    border-radius: 0px 0px 2px 2px;
}

.dropdown-menu.yamm-sm li a {
    font-size: 12px;
    color: #A8ACAF;
    font-family: OpenSansRegular;
}

.navbar-nav>li>.dropdown-menu {
    background: #2F3338 none repeat scroll 0% 0%;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: -2px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.navbar .dropdown-menu.yamm-sm::before, .navbar .dropdown-menu.yamm-sm::after
{
    border: 0;
}

/* old css to manage logged menu
-------------------------------------------------------------- */
#dark_bar {
    margin: 0;
}

#dark_bar .btn-navbar {
    margin-right: 17px;
}

#dark_bar.navbar .container {
    position: relative;
}

#dark_bar.navbar-inner {
    padding: 3px 0 0;
    background: #292929;
    border-bottom: 1px solid #121212;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#dark_bar.navbar-fixed-top {
    position: static;
}

#dark_bar.navbar .nav a {
    font-size: 14px;
}

#dark_bar.navbar .brand {
    font-weight: 600;
    position: relative;
    top: 2px;
}

#dark_bar.navbar .brand span {
    margin-left: 2px;
    font-size: 13px;
    vertical-align: bottom;
    color: #999;
}

#dark_bar.navbar img {
    margin: 0 0 0 1px;
}
/* END old css */

/* Navbar / top dark (login - tel - change lang)
-------------------------------------------------------------- */
.b-top-bar { /* black menu*/
    height: 42px;
    background: #2f3338 url("../img/page-head-bg.gif") repeat;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 41px;
    font-size: 12px;
    color: #9b9fa2;
}
.b-top-bar .container > * {
    border-top:1px solid rgba(255, 0, 0, 0);
}
.b-top-bar:after {
    content: '';
    display: block;
    clear: both;
}

.b-top-bar .icon-phone:before {
    color: #ff6029;
}

.top-bar-login {
    margin-left: 25px;
}

.top-bar-phone {
    position: relative;
    top: -1px;
    font-family: 'OpenSansSemiboldRegular';
}

.top-bar-lang {
    display: inline-block;
    margin-left: 20px;
    overflow: visible !important
}

.top-bar-phone span, .top-bar-login span, .top-bar-lang b {	/* top icons */
    color: #9b9b9b;
}

.b-top-bar span:before, .b-top-bar i:before { /* top icons */
    position: relative;
    top: 1px;
    margin-right: 8px;
    font: 16px 'FontAwesome';
    color: #ee7f00;
}

.navbar-default, .btn-navbar {
    background: transparent;
}

.navbar-default {
    border: 0;
    padding: 0;
}

.navbar-default .navbar-nav>li>a {
    text-shadow: none !important;
    text-decoration: none;
    font-weight: normal;
}

.nav>li>a:hover { /* change lang, bootstrap rewrite */
    background: none !important;
}

.dropdown.open .dropdown-toggle { /* change lang, bootstrap rewrite */
    background: none !important;
}

#horizontal_menu .navbar-inner {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    padding: 0;
}

.navbar .nav>li {
    line-height: inherit;
}

.navbar .nav a {
    text-transform: capitalize;
    margin-bottom: 0 !important;
}

.top-bar-login .pipe:after {
    content: " |";
    color: #9B9FA2;
}

.top-bar-login .pipe a {
    display: inline-block;
}

.b-top-bar .nav>li {
    display: inline-block;
    margin-right: 25px;
}

.navbar .brand span {
    margin-left: 2px;
    vertical-align: bottom;
}

#horizontal_menu .navbar .brand {
    margin: 15px 30px 0 0;
}

.b-top-bar .top-bar-social {
    margin-left: 25px;
    display: inline-block;
}

.top-bar-social a {
    display: inline-block !important;
    color: #60646a;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    line-height: 40px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: color 0.2s ease-in-out 0s;
    width: 28px;
}

#horizontal_menu .navbar {
    display: block !important;
    height: 100% !important;
    overflow: visible !important;
    padding-bottom: 0;
}

.navbar-nav li {
    margin-right: 5px;
}

.navbar-nav>li i { /* contact icon */
    color: #ced3d5;
    margin-right: 7px;
    text-shadow: 0 1px 0 white;
}

.navbar-nav a {
    position: relative;
    text-decoration: none;
    color: #646060;
    font: 14px 'OpenSansRegular';
    font-weight: normal !important;
    -webkit-transition: none;
    transition: none;
}

.navbar-nav a.active {
    color: #ff6029 !important;
}

.header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 555;
}

.b-top-bar .highlight {
    color: #dfdfdf !important;
}

.b-top-bar .nav a.dropdown-toggle, .b-top-bar .top-bar-login a,
.b-copyright a {
    color: #ff6029;
}

.b-top-bar a:hover {
    text-decoration: none;
}

.btn-navbar {
    padding: 9px 10px;
}

.btn-navbar:hover {
    background-color: #DDD;
    border-color: #DDD;
}

.btn-navbar .icon-bar {
    background-color: #888;
    box-shadow: none;
}

/* Typography
-------------------------------------------------------------- */
h1 span {
    background: white;
}

.highlight-orange {
    color: #ff6029 !important;
}

.dark_bg h3, .dark_bg h3 a {
    color: #ffffff !important;
}

.dark_bg p {
    color: #F2F2F2 !important;
}

.upper {
    text-transform: uppercase;
}
.fontsize10px {
    font-size: 10px !important;
    line-height: 12px !important;
}
.fontsize14px {
    font-size: 14px !important;
    line-height: 22px !important;
}

.fontsize18px {
    font-size: 18px !important;
    line-height: 26px !important;
}

.fontsize20px {
    font-size: 20px !important;
    line-height: 28px !important;
}

.fontsize22px {
    font-size: 22px !important;
    line-height: 30px !important;
}

.fontsize24px {
    font-size: 24px !important;
    line-height: 32px !important;
}

.fontsize24px24 {
    font-size: 24px !important;
    line-height: 24px !important;
}

.fontsize26px {
    font-size: 26px !important;
    line-height: 32px !important;
}

.fontsize32px {
    font-size: 32px !important;
    line-height: 40px !important;
}

.fontsize36px {
    font-size: 36px !important;
    line-height: 46px !important;
}

.fontsize36px36 {
    font-size: 36px !important;
    line-height: 36px !important;
}

.color6ea7d2 {
    color: #6EA7D2 !important;
}

.font-highlight { /* link  .carousel-caption h2 */
    font-family: 'DJB Scruffy Angel';
    color: black;
    font-size: 20px;
    line-height: 37px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0 15px 0;
}
.title-font-highlight{
    font-size: 30px;
    text-align: center;
    margin: auto;
}

.appraisal .font-highlight,.appraisal-relative .font-highlight {
    font-size: 30px;
    text-align: center;
}

.font-center {
    text-align: center;
}

.domain-lowercase{
    text-transform: lowercase;
}

/* Extra / .extra
-------------------------------------------------------------- */
.extra {
    border-top: 1px solid #e2e2e2;
}

.extra-inner {
    font-size: 11px;
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #f9f9f9 2%, #f5f5f5 100%) repeat scroll 0 0;
    color: #4a4c4c;
    padding: 35px 40px 25px;
}

.extra-inner label {
    font-size: 11px;
}
/* Form
-------------------------------------------------------------- */
label.checkbox {
    text-transform: none;
}
#ask_domain .add-on+input.parsley-validated {width:185px;}

.span4 .form-horizontal .control-label {
    float: none;
    width: auto;
    text-align: left;
}

.span4 .form-horizontal .controls {
    margin-left: 0px;
}

.span4 .widget-footer .form-actions {
    padding-left: 20px !important;
}

form .btn, form a.btn, a.link-btn {
    /* into "form a.btn" please not remove form or will see the responsive menu icon */
    display: inline-block;
    margin: 0 7px 10px 0;
    padding: 0 23px 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    font: 13px/32px 'OpenSansSemiboldRegular';
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    vertical-align: top;
}
a.link-btn {
    box-shadow: none;
}
form .btn.colored, a.btn.colored {
    background: #FF6029 url("../img/btn-bg.png") repeat-x scroll center top;
    border: 1px solid #FF4E1F;
    text-shadow: 0px -1px 0px #FF3C15;
    color: #FFF;
}

.btn.colored:hover {
    background: #FF3C15 url("../img/btn-bg.png") repeat-x scroll center top;
    box-shadow: 0px 1px 3px #FFDFD4;
    border: 1px solid #FF3C15;
    color: #FFF;
    text-shadow: 0px -1px 0px #FF3C15;
}

.link-btn.turquoise {
    background: #2EAFBB url("../img/btn-bg.png") repeat-x scroll center top;
    border: 1px solid #26A4B1;
    color: #FFF;
    text-shadow: 0px -1px 0px #178E9D;
}

.link-btn.turquoise:hover {
    background: #178E9D url("../img/btn-bg.png") repeat-x scroll center top;
    box-shadow: 0px 1px 3px #D5EFF1;
    border: 1px solid #178E9D;
    color: #FFF;
    text-shadow: 0px -1px 0px #178E9D;
}

.input-wrap i, .textarea-wrap i, .select-wrap i {
    color: #c1c4c5;
    left: 11px;
    position: absolute;
    top: 11px;
}

.input-wrap, .select-wrap {
    display: block;
    margin: 0 0 12px;
    position: relative;
}

.input-wrap.m-full-width input, .textarea-wrap.m-full-width textarea, .select-wrap.m-full-width select {
    width: 100%;
}

.footer .input-wrap input, .footer .textarea-wrap textarea, .footer .select-wrap select
{
    background-color: #fff;
}

.input-wrap i+input, .textarea-wrap i+textarea {
    padding-left: 31px;
}

.input-wrap input, .textarea-wrap textarea, .select-wrap select, .select-wrap button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fafafa none repeat scroll 0 0;
    border-color: #d4d4d4 #e2e2e2 #e2e2e2;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #65686d;
    font-family: "OpenSansRegular";
    height: 33px;
    line-height: 1.6;
    outline: medium none;
    padding: 0 12px;
    transition: all 0.2s ease-in-out 0s;
}
/* customise jquery-select plugin */
.select-wrap button > * {
    line-height: 2.6;
    font-style: italic;
}
.bs-searchbox .form-control {
    width: 98% !important;
}
/* END customise jquery-select plugin */

.textarea-wrap {
    margin-bottom: 12px;
    position: relative;
}

.textarea-wrap textarea {
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    height: 55px;
    max-width: 100%;
    min-width: 100%;
    padding: 8px 12px 12px;
    width: 100%;
}

/* Bootstrap integration
-------------------------------------------------------------- */
.span3 img {
    max-width: 100%;
}

.nav-collapse {
    @height: 1px !important;
}

/* Ricerca domini
-------------------------------------------------------------- */
.bg_dark {
    background: #1c2c37 none repeat scroll 0 0 !important;
}
/* from old ui, this preserves backorder form */
.domain-search {
    padding: 10px 20px 5px;
    background: rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.domain-search a {
    margin: 0 34px 0 0;
}

/* mi serve per fare l'override di .domain-search a sulla pagina nidoma.com/it/domain/keywords */
.no-link-space a {
    margin: 0 !important;
}

.domain-search input {
    width: 95%; /* this preserves backorder form */
    margin: 0;
    padding: 12px 15px;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
}
.domain-search button.btn {
    margin: 0 0 0 -1px;
    padding: 8px 15px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
/* END from old ui, this preserves backorder form */

.domain-search input {
    width: 100%;
}

.frontend-home .domain-search input, 
.frontend-buy .domain-search input,
.frontend-premium .domain-search input,
.frontend-sell .domain-search input,
.frontend-appraisal .domain-search input,
.frontend-expiring_domain .domain-search input{
    box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: border-box;
    height: 100%;
    padding:15px;
}

.frontend-home .domain-search, 
.frontend-buy .domain-search,
.frontend-premium .domain-search,
.frontend-sell .domain-search,
.frontend-appraisal .domain-search,
.frontend-expiring_domain .domain-search{
    background: #fff;
    padding: 0;
}

.frontend-home .domain-search, 
.frontend-buy .domain-search,
.frontend-premium .domain-search{
    background: #2f3338 url("../img/page-head-bg.gif") repeat scroll 0 0;
}

.frontend-buy .domain-search input,
.frontend-premium .domain-search input,
.frontend-sell .domain-search input,
.frontend-appraisal .domain-search input {
    background: #E5E4E4;
}

.frontend-home .domain-search input, 
.frontend-buy .domain-search input,
.frontend-premium .domain-search input{
    background: white;
}

.frontend-buy .domain-search,
.frontend-premium .domain-search,
.frontend-sell .domain-search,
.frontend-appraisal .domain-search {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.tablehome {
    border-bottom: 1px solid #616d74;
    width: 100%;
}

.tablehome td {
    border-left: 1px solid #616d74;
    border-right: 1px solid #616d74;
    border-top: 1px solid #616d74;
    color: #97d8f6;
    font-size: 14px !important;
    padding: 10px !important;
}

h3.lined:before, h3.lined:after {
    content: "";
    width: 200%;
    height: 0.75em;
    display: inline-block;
    margin: 0 -200% 0 0;
    position: relative;
    left: 20px;
    bottom: 0.2em;
    vertical-align: bottom;
}

h3.lined.m-dark::before, h3.lined.m-dark::after {
    background: rgba(0, 0, 0, 0) url("../img/bg-head_2.jpg") repeat-x;
}

h3.lined:before, h3.lined:after {
    background: url("../img/bg-head.jpg") repeat-x;
}

h3.lined:before {
    left: -20px;
    margin: 0 0 0 -200%;
}

h3.lined {
    overflow: hidden;
    position: relative;
}

/* FROM NIDOMA-FRONTEND.CSS */
/* Carousel base class 
-------------------------------------------------------------- */
.carousel {
    height: auto;
    margin: 0;
}

.frontend-appraisal .carousel .item {
    @min-height: 139px !important;
}

#slidelanding.carousel .item {
    max-height: 196px;
}

#slidelanding .carousel-caption {
    padding: 0;
    margin: 0;
}

.carousel-caption {
    z-index: 2;
    position: absolute;
    top: 60px;
    left: 17%;
    max-width: 650px;
}

.carousel-caption h2 {
    font-family: 'DJB Scruffy Angel';
    color: white;
    font-size: 25px;
    line-height: 50px;
    font-weight: normal;
    text-transform: uppercase;
}

.carousel-caption h2.black {
    color: black;
}

.carousel img {
    width: 100%;
}

/*************************************
        -	ARROWS 	-
**************************************/
.left.carousel-control, .right.carousel-control {
    height: 80px !important;
    line-height: 70px;
    font-size: 30px;
    background: rgba(20, 22, 23, 0.6) !important;
    border-radius: 2px !important;
    -webkit-transition: background-color 0.4s ease, left 0.2s ease, right
        0.2s ease !important;
    transition: background-color 0.4s ease, left 0.2s ease, right 0.2s ease
        !important;
}

.left.carousel-control:before, .right.carousel-control:before {
    line-height: 80px;
}

.left.carousel-control:hover, .right.carousel-control:hover {
    background: rgba(215, 47, 28, 0.9) !important;
}

.carousel-control {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}

.tparrows.hidearrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.tp-leftarrow:hover, .tp-rightarrow:hover {
    background-position: bottom left;
}

/* Homepage
-------------------------------------------------------------- */
.content-featured {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
    font-size: 18px;
    line-height: 24px;
}

.frontend-home .content-featured, .frontend-buy .content-featured, .frontend-premium .content-featured {
    background: #2f3338 url("../img/page-head-bg.gif") repeat scroll 0 0;
    color: #c4c7ca;
}

.b-list {
    line-height: 20px;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}

.b-list li {
    margin-bottom: 2px;
}

.b-list li span {
    display: block;
    overflow: hidden;
}

.b-list.circle li:before {
    content: "\f111";
    float: left;
    margin: 8px 9px 0 0;
    font: 5px 'FontAwesome';
}

/* serve solo iconok al momento */
.b-list.iconok li:before {
    float: left;
    margin: 3px 8px 0 0;
    font: 14px 'FontAwesome';
}

.b-list.iconok li:before {
    content: "\f00c";
    color: #78d53a;
    text-shadow: 0 1px 3px rgba(120, 213, 58, 0.1);
}

.b-list a {
    text-decoration: none;
    color: inherit;
}

.b-list a:hover {
    color: #e34735;
}

/* footer home*/
.icon-chevron-right:before {
    content: "\f054";
    text-decoration: none;
}

.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.link-overlay:before {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -25px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font: 14px/46px 'FontAwesome';
    color: #2c2c2c;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.work-image {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
}

.work-image img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.work-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.work-image:hover .link-overlay {
    background: rgba(20, 22, 23, 0.6);
}

.work-image:hover  .link-overlay:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.link-overlay:before {
    background: rgba(250, 250, 250, 0.95);
}

a#CybotCookiebotDialogPoweredbyCybot,div#CybotCookiebotDialogPoweredByText, span.CybotCookiebotDialogDetailBulkConsentCount, #CybotCookiebotDialogDetailFooter {
    display: none!important;
}
.CybotCookiebotDialogDetailBodyContentCookieContainerButton > label{
    font-weight: bold;
}

.footer {
    background: #2f3338 url("../img/page-head-bg2.gif") repeat scroll 0 0;
    color: #65686d;
    font-size: 14px;
    line-height: 64px;
    overflow: hidden;
    padding: 0;
}

.b-social {
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
}

.b-copyright .b-social li, .top-bar-social {
    color: #64696d;
    font-size: 12px;
    margin: 0 12px 0 0;
}

.b-social li {
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: middle;
}

.b-copyright .b-social a, .top-bar-social a {
    width: 18px;
    height: 18px;
    background: none;
    border: none;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    color: #5c5f63;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.b-copyright .b-social a.tw {
    font-size: 15px;
}

.b-copyright .b-social a.fb:hover, .top-bar-social a.fb:hover {
    color: #576ec7;
    text-shadow: 0 0 12px #3c4978;
}

.b-copyright .b-social a.tw:hover, .top-bar-social a.tw:hover {
    color: #5db4f0;
    text-shadow: 0 0 12px #3f6c8d;
}

.b-copyright .b-social a.pt:hover, .top-bar-social a.pt:hover {
    color: #c8222f;
    text-shadow: 0 0 12px #74232c;
}

.b-copyright .b-social a.lin:hover, .top-bar-social a.lin:hover {
    color: #007bb6;
    text-shadow: 0 0 12px #105070;
}

.b-copyright .b-social a.gl:hover, .top-bar-social a.gl:hover {
    color: #ba3526;
    text-shadow: 0 0 12px #6d2d27;
}

.b-copyright .b-social a.dr:hover, .top-bar-social a.dr:hover {
    color: #e24d87;
    text-shadow: 0 0 12px #813958;
}

.b-copyright .b-social a.tl:hover, .top-bar-social a.tl:hover {
    color: #35506b;
    text-shadow: 0 0 12px #2b3a4a;
}

.b-copyright .b-social a.vk:hover, .top-bar-social a.vk:hover {
    color: #45688e;
    text-shadow: 0 0 12px #33465c;
}

.b-copyright .b-social a.dx:hover, .top-bar-social a.dx:hover {
    color: #0073ce;
    text-shadow: 0 0 12px #104c7c;
}

.b-copyright .b-social a.fs:hover, .top-bar-social a.fs:hover {
    color: #219bce;
    text-shadow: 0 0 12px #21607c;
}

.b-copyright .b-social a.is:hover, .top-bar-social a.is:hover {
    color: #c07145;
    text-shadow: 0 0 12px #704b37;
}

.b-copyright .b-social a.mx:hover, .b-copyright .b-social a.mx:hover,
.top-bar-social a.rss:hover {
    color: #fa9200;
    text-shadow: 0 0 12px #8d5b14;
}

.b-copyright .b-social a.sk:hover, .top-bar-social a.sk:hover {
    color: #29aae1;
    text-shadow: 0 0 12px #256785;
}

.b-copyright .b-social a.yt:hover, .top-bar-social a.yt:hover {
    color: #ed3639;
    text-shadow: 0 0 12px #872d31;
}

.b-copyright .b-social a.gh:hover, .top-bar-social a.gh:hover {
    color: #a0a3a8;
    text-shadow: 0 0 12px #60646a;
}

/* Landing pages
-------------------------------------------------------------- */
.frontend-appraisal .main, .frontend-sell .main, .frontend-buy .main, .frontend-premium .main {
    padding-bottom: 0px;
}

.vendiBg3 {
    background: transparent url("../img/sell/3.png") no-repeat scroll left
        top;
    min-height: 144px;
}

.bg9 {
    background: transparent url("../img/appraisal/9.png") no-repeat scroll
        left top;
    padding-left: 65px !important;
    min-height: 35px;
}

.bg10 {
    background: transparent url("../img/appraisal/10.png") no-repeat scroll
        left top;
    padding-left: 65px !important;
    padding-top: 8px !important;
    margin-top: 35px !important;
    min-height: 38px;
    font-size: 16px !important;
    line-height: 24px !important;
    font-style: italic;
}

/*  --------  APPRAISAL  --------   */
.appraisal {
    border: 1px solid #D5D6D6 !important;
    border-radius: 5px;
    background: #FFF;
    padding: 20px;
}

.frontend-appraisal p {
    margin: 0px 0px 15px;
}

.frontend-appraisal .contact-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1; /* Firefox */
}

.frontend-appraisal :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
}

.frontend-appraisal ::-ms-input-placeholder { /* Microsoft Edge */
    color: #333;
}

.circle {
    width: 300px;
    height: 240px;
    border-radius: 50%;
    background: #2E2F3C none repeat scroll 0% 0%;
    color: #F2F2F3;
    border: 7px solid #FF6E3C;
    padding: 50px 20px;
    text-align: center;
    margin: 12px;
    margin-bottom: 20px !important;
}

.circle.padding100px0 {
    height: 150px;
}

.appraisal-relative {
    position: relative;
    border-radius: 5px;
    background: #EEEEEE;
    padding: 20px;
    min-height: 640px;
}

.appraisal-relative .list{
    margin: 7% 0;
}

.appraisal-relative.first-row{
    min-height: 500px;
}

.appraisal-relative.second-row{
    min-height: 650px;
}

.appraisal-relative .absolute-bottom{
    position: absolute;
    width: 100%;
    max-width: 93%;
    text-align: center;
    bottom: 1%;
}

.contact-form{
    position: fixed;
    top: 0;
    right: 0px;
    padding:1%;
    right: -460px;
    background: #2E2F3C!important;
    border: none!important;
    width: 420px;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 100000;
    color: #FFF;
    overflow-y: scroll;
    text-align: center;
}

.contact-form .content-estimate-form fieldset .control-group:nth-child(3){ /* Nascondo il campo cognome nel form di richiesta */
    display: none;
}

.contact-form .widget-footer, .contact-form .widget-content{
    background-color: #2E2F3C!important;
    border: none;

}

.contact-form .widget-content #gdpr_agrees strong, .contact-form .widget-content label, .contact-form .widget-content legend{
    color: #FFF!important;
}
.contact-form .widget-content label, .contact-form .content-estimate-form .gdpr_agrees{
    font-size: 11px;
}

.contact-form .widget-footer .form-actions{
    padding: 0!important;
    margin: 0!important;
    background: none!important;
    border: none!important;
    text-align: center;
}

.contact-form .w-50{
    width: 90%!important;
}
.contact-form select.w-50{
    width: 94%!important;
    height: 1%;
}

.contact-form .font-highlight{
    color: #FFF!important;
    margin-top: 10%;
    margin-bottom: 0;
}
.contact-form .control-group.secureimagegroup {
    text-align: center !important;
    margin: 0px auto !important;
    width: 304px !important;
}
.content-estimate-form .control-group #gdpr_agrees{
    font-size: 11px;
}

.osp-overlay.osp-open {
    display: block;
}

.osp-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
}

/* ---- Greetings page after ticket sent --- */
.greetings-text{
    margin: 0 auto;
    background: rgba(187,252,212,0.3);
    padding: 5%;
    text-align: center;
}
.greetings-text p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}
.frontend-estimate #contact{
    margin-top: 0;
    margin-bottom: 1em;
    color: #11a849;
}

/*	Promo ^ (about us)
--------------------------------------------------------------*/
.b-promo {
    position: relative;
    margin-bottom: 20px;
    padding: 25px 28px 22px 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #ffffff),
        color-stop(100%, #fbfbfb));
    background: -webkit-linear-gradient(top, #ffffff 2%, #fbfbfb 100%);
    background: linear-gradient(to bottom, #ffffff 2%, #fbfbfb 100%);
    border-radius: 0 3px 3px 0;
    border: 1px solid #e2e2e2;
    border-left: none;
    cursor: default;
}

.b-promo:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    bottom: -1px;
    border-left: 2px solid #e34735;
}

.b-promo h3 {
    margin: 0px 0 7px;
    line-height: 1.2;
}

.b-promo .btn.big {
    float: right;
    margin: 3px 0 30px 30px;
    padding: 0 24px 0px;
    line-height: 38px;
}
/* Contact us
--------------------------------------------------------------*/
.b-google-map {
    display: table;
    width: 100%;
}

.icon-box {
    position: relative;
    float: left;
    padding-left: 60px;
    margin-bottom: 25px;
}

.icon-box i.light {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
    background: #FAFAFA url("../img/btn-soc.png") repeat-x scroll center top;
    border: 1px solid #DEDEDE;
    text-shadow: 0px 1px 1px #D0D3D5;
}

.icon-box i[class^="icon-"] {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    left: 0px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #444;
    transition: all 0.2s ease-in-out 0s;
}

i[class^="icon-"] {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
}

.frontend-contact_us .row p {
    font-size: 13px;
}

h5 {
    font: 14px "OpenSansSemiboldRegular";
}

hr.dashed {
    height: 1px;
    margin: 20px 0px;
    background: transparent none repeat scroll 0% 0%;
    border-top: 1px dashed #DEE1E2;
}

h1.simple {
    background: none;
    text-transform: none;
    font: 38px/38px "OpenSansRegular";
}

.b-form.m-contact-form .input-wrap input {
    width: 100%;
}

.input-wrap input, .textarea-wrap textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    @resize: none;
}

/******** PROFILO UTENTE *************/
/* gestione consesi privacy */
.switch-toggle {
    position: relative;
    float: left;
    background: #fff;
    border: 1px #FFA07AFF solid;
    border-radius: 10px;
}
.switch-toggle label{
    margin-bottom: 0px;
    padding: 5px;
}
.switch-toggle label {
    padding: 7px;
    float:left;
    color: #000;
    cursor: pointer;
}
/*.switch-toggle input:checked + label,*/
.switch-toggle .attivo {
    background: #FF8732FF;
    border-radius: 10px;
}


@media only screen and (min-width: 768px) {
    /* Navbar / .navbar
-------------------------------------------------------------- */
    #horizontal_menu .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover
    {
        color: #777;
        padding: 0 9px;
        line-height: 80px;
        font-weight: normal;
        text-shadow: none !important;
        text-decoration: none;
        transition: none 0s ease
    }
    #horizontal_menu .navbar-nav a {
        display: block !important;
    }
    #horizontal_menu .nav a.active::before {
        background: #ff6029 none repeat scroll 0 0;
        bottom: 0px;
        content: "";
        display: block;
        height: 0px;
        left: 15px;
        position: absolute;
        right: 15px;
        transition: height 0.2s ease 0s;
        z-index: 53;
    }
    #horizontal_menu .navbar-nav a.active::before {
        height: 2px;
    }
    .b-top-bar .nav { /* this handles user dropdown menu */
        max-height: 20px;
    }

    .dropdown-menu.yamm-sm li {
        margin-right: 0;
    }
    .dropdown-menu.yamm-sm {
        padding: 0px !important;
        border: none;
    }
}

@media only screen and (min-width: 980px) {

    /* Carousel base class 
-------------------------------------------------------------- */
    .carousel-control.right {
        right: 50px;
    }
    /* fix carousel title resizing */
    #slidelanding .carousel-caption{ /* buy */ 
        top: 30px; 
    }
    .frontend-sell #slidelanding .carousel-caption {
        left: 500px;
        top: 30px;
    }
    .frontend-appraisal #slidelanding .carousel-caption {
        left: 40%;
    }

    /* Navbar / .navbar
-------------------------------------------------------------- */
    .dropdown-menu.yamm-sm li a {
        height: 35px;
        line-height: 35px !important;
        transition: background-color 0.2s ease 0s, border 0.2s ease 0s, height
            0.3s ease 0s, color 0.2s ease 0s, opacity 0.5s ease 0s;
    }
    .yamm-content a:hover, .dropdown .yamm-sm li a:hover {
        background: #FF6029;
        color: white;
        border-color: #FF6029;
    }
    #horizontal_menu .collapse {
        overflow: visible;
    }


}
/* fix carousel title resizing */
@media only screen and (min-width: 1250px) {  
    #slidelanding .carousel-caption, 
    .frontend-sell #slidelanding .carousel-caption,
    .frontend-appraisal #slidelanding .carousel-caption {
        top: 70px;
    }

}
/* fix carousel title resizing */
@media only screen and (min-width: 1400px) {
    .frontend-sell #slidelanding .carousel-caption,
    .frontend-appraisal #slidelanding .carousel-caption {
        left: 901.5px;
    }
}
@media only screen and (max-width: 1400px) {

    #slidehome .carousel-caption {
        top: 100px;
    }

}


@media only screen and (max-width: 1250px) {

    #slidehome .carousel-caption {
        top: 30px;
        left: 15%;
    }
}

@media only screen and (max-width: 1182px) {
    .appraisal-relative.first-row {
        min-height: 650px;
    }

    .appraisal-relative.second-row {
        min-height: 700px;
    }
}

@media only screen and (max-width: 1119px) {
    .content .layout {
        padding: 40px 15px;
    }
    .content .layout form {
        margin: 0 !important;
    }
    .container img {
        max-width: 100%;
    }
    .link-btn > img{
        max-width: fit-content;
    }
    .frontend-about_us .carousel img {
        width: 100%;
    }
}

@media only screen and (max-width: 980px) {
    .appraisal-relative.second-row {
        min-height: 830px;
    }
}
@media only screen and (max-width: 979px) {
    /* General /
    -------------------------------------------------------------- */
    body {
        padding: 0;
    }
    h1, h2, h3, h4, h5, h6 {
        white-space: normal;
    }
    .paddingleftright20per {
        padding: 0 15px !important;
    }

    /* Navbar / .navbar
    -------------------------------------------------------------- */
    .top-bar-social, .top-bar-phone, .slogan, .header .b-social {
        display: none !important;
    }
    .header .layout {
        width: auto;
        padding: 1px 0 0;
        text-align: left;
    }
    .logo img {
        vertical-align: middle;
    }
    .btn-menu {
        display: block;
    }
    .btn-navbar {
        @margin-top: 40px !important;
    }

    /* Carousel
    ----------------------------------------------------------*/
    .carousel-pagination {
        display: none;
    }
    .carousel-caption h2 {
        /* reduce font size in order to display all text */
        font-size: 20px;
        line-height:36px;
        width:80%;
    }

    #slidelanding.carousel .item, #slidebuy.carousel .item, #slidesell.carousel .item, #slideappraisal.carousel .item  {
        min-height: auto !important;
    }
    #slidelanding .carousel-caption{
        top: 20px;
    }

    /* Promo
----------------------------------------------------------*/
    .b-promo {
        padding-bottom: 87px;
    }
    .b-promo .btn.big {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px;
        margin: 0;
        text-align: center;
    }

    /* Search
----------------------------------------------------------*/
    /* #domains_name_div, #domain_btn_div { search input wrapper
            padding: 20px 11px 0 11px;
    } */
    /* .frontend-buy .domain-search input, 
    .frontend-sell .domain-search input,
    .frontend-appraisal .domain-search input */

    /* .frontend-buy #domain_btn_div button, 
    .frontend-sell #domain_btn_div button,
    .frontend-appraisal #domain_btn_div button */
    #domain_btn_div button {
        width: 100%;
        margin: 0 auto;
    }
    .content-featured * {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 767px) {
    /* General /
-------------------------------------------------------------- */
    .layout {
        margin: auto;
    }

    /* Navbar / .navbar
-------------------------------------------------------------- */
    #horizontal_menu .navbar-default {
        max-width: 90%;
        margin: 0 auto;
    }
    #horizontal_menu .navbar-default .navbar-nav>li>a {
        padding: 0px 25px !important;
        line-height: 45px;
        border-bottom: 1px solid #444;
        color: #999 !important;
    }
    #horizontal_menu .navbar-top {
        overflow: hidden;
    }
    #horizontal_menu .navbar-nav a.active::before {
        display: none;
    }
    #horizontal_menu .navbar-nav {
        margin: 0px;
        float: none !important;
        overflow-X: hidden !important;
    }
    #horizontal_menu .navbar-nav>li {
        display: block !important;
    }
    .container>.navbar-header {
        padding: 14px 0;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        color: #fff !important;
        background-color: #252525;
        border: none !important;
    }
    #horizontal_menu .navbar-inner .container {
        padding: 0px;
    }
    .yamm-sm a {
        height: 45px !important;
        line-height: 35px !important;
        border-bottom: 1px solid #444;
    }
    .navbar-nav .open .dropdown-menu {
        display: table;
        width: 100%;
    }
    .yamm .nav {
        position: static;
        background: #2F3338;
        overflow: scroll;
        min-height: 150px;
        height: 100%;
    }
    /* navbar OPENED */
    .yamm .nav, .yamm .collapse {
        position: static;
        width: 100%;
    }
    .navbar-default {
        max-width: 90%;
        margin: 0 auto;
    }
    .navbar-nav a.active::before {
        display: none;
    }
    .container>.navbar-header {
        padding: 14px 0;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        color: #fff !important;
        background-color: #252525;
        border: none !important;
    }
    .b-top-bar .layout {
        width: 420px !important;
    }
    .b-titlebar .layout, 
    .content-featured .layout {
        padding-left: 0px;
        padding-right: 0px;
    }
    .frontend-buy .search-text, .frontend-premium .search-text, .frontend-sell .search-text,
    .frontend-appraisal .search-text, .search-text:focus {
        width: 292px;
    }
    .frontend-home .domain-search .btn, 
    .frontend-buy .domain-search .btn,
    .frontend-premium .domain-search .btn,
    .frontend-sell  .domain-search .btn,
    .frontend-appraisal .domain-search .btn,
    .frontend-expiring_domain .domain-search .btn {
        width: 100%;
    }
    .crumbs {
        display: none;
    }
    .row-item {
        width: 100% !important;
    }
    .b-widgets {
        padding-left: 30px;
        padding-right: 30px;
    }
    .b-copyright {
        padding: 25px 30px;
        text-align: center;
        line-height: 20px;
    }
    .copy {
        float: none;
    }
    .b-copyright .b-social {
        float: none;
        margin-top: 12px;
    }
    .latest-project-item {
        width: 93px;
        height: 93px;
    }

    /* Home carousel 
-------------------------------------------------------------- */	
    .carousel-caption h2 {
        /* reduce font size in order to display all text */
        font-size: 15px;
        line-height:20px;
    }
    #slidehome .carousel-caption{
        top:20px;
    }

    .domain-search input {
        width: 50%; /* this preserves backorder form + registration form */
    }

    .registration-text,#registration-form{
        width: 90%;
    }

    .appraisal-relative.first-row,.appraisal-relative.second-row {
        min-height: 530px;
    }
    .appraisal-relative.second-row.srfour {
        min-height: 700px;
    }
}
@media only screen and (max-width: 548px) {
    #form_first_name_container, #form_last_name_container{
        width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 515px) {
    .frontend-sell .paddingleftright15, .frontend-premium .vendiBg3, .frontend-premium .paddingleftright15{
        padding: 0!important;
    }
}
@media only screen and (max-width: 479px) { 

    #slidehome {
        display: none;
    }

    /* Bootstrap integration
    -------------------------------------------------------------- */
    .form-horizontal .control-group > * > label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }
    .widget-footer .form-actions {
        padding-left: 15px !important;
    }
}