html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 14px;
    line-height: 20px;
    background: #fdfdfd;
    color: #18232d;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 30px;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;    
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
}
.boxed {
    margin-bottom: 47px!important;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #18232d;
    background: transparent;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
    color: #585858;
}

.clearfix, .clear {
    clear:both;
}

.clearRiga {
    clear:both;
    height: 1px;
    background: #b4b4b5;
    margin-bottom: 40px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}
.container-fluid {
    margin: 0;
    padding: 0;
}
.ui-loader {
    display: none;
}

.margin-top30 {
    margin-top: 30px;
}
.margin-top50 {
    margin-top: 50px;
}
.margin-top70 {
    margin-top: 70px;
}
.margin-bottom50 {
    margin-bottom: 50px;
}
.padding-top10 {
    padding-top: 10px;
}
.padding-bottmo40 {
    padding-bottom: 40px;
}
.homeShadow {
    z-index: 100;
    position: fixed;
    top: 0;
    height: 300px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#18232d+0,ffffff+100&0.89+0,0+100 */
    background: -moz-linear-gradient(top, rgba(24,35,45,0.89) 0%, rgba(255,255,255,0) 40%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(24,35,45,0.89) 0%,rgba(255,255,255,0) 40%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(24,35,45,0.89) 0%,rgba(255,255,255,0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e318232d', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
/*	----------------------------------------------------------------------------
 *	Header
 */
#global_header {
    /*display: none;*/
    z-index: 1004;
    position: fixed;
    height: 80px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #18232d; 
    border-bottom:none;
    animation-name: fadeInDown;
    animation-duration: 1.6s;
    animation-fill-mode: both;
    animation-delay: 1s;
    -webkit-backface-visibility: hidden;
}
#global_header a {
    color: #fff;
    text-shadow: none;
    margin-left: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

#global_header_home {
    z-index: 1004;
    position: fixed;
    height: 85px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /*background: #FFF;*/
    background: transparent;   
    border-bottom: none;
    animation-name: fadeInDown;
    animation-duration: 1.6s;
    animation-fill-mode: both;
    animation-delay: 1s;
    -webkit-backface-visibility: hidden;		
    border-color: transparent;
    border-width: 0;
    box-shadow: none;
}
#global_header_home a {
    color:#fff;
    margin-left: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;

}
.navbar-brand>img {
    width: 190px;
}

#global_header #navbar a, 
#global_header_home #navbar a {
    font-size: 13px;
    text-transform: uppercase;	
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    font-weight: bold;

    line-height: 50px;
}
#global_header #navbar a:hover,
#global_header_home #navbar a:hover {
    border-top: 3px solid #fff;
    line-height: 43px;
}
#global_header #navbar li.login a:hover,
#global_header_home #navbar li.login a:hover {
    border-bottom: none;
}

#global_header #navbar .navbar-nav>li {
    float: left;
    padding-bottom: 17px;
    cursor: pointer;
}
#global_header #navbar .navbar-nav>li:hover,
#global_header_home #navbar .navbar-nav>li:hover {

}
#global_header_home #navbar .navbar-nav>li {
    padding-bottom: 24px;
    cursor: pointer;
}
#global_header #navbar .active a, 
#global_header_home #navbar .active a {
    /* background: #FFF; */
    border-top: 3px solid #ffffff;
    line-height: 43px;
}

#logoTitolo {
    padding: 7px 0 0 150px;
    font-size: 25px;
}

#global_header .dropdown:hover .dropdown-menu,
#global_header_home  .dropdown:hover .dropdown-menu{
    display: block;
    margin-top: 0;
}




#global_header #navbar .navbar-nav>li>.dropdown-menu {
    top: 69px;
    border-radius: 0 !important;
}



#navbar .sub_menu {
    border-bottom: 0px !important;
    padding: 5px 15px 5px 15px!important;
    font-size: 13px!important;
}
#global_header_home #navbar .navbar-nav>li>.dropdown-menu {
    top: 69px;
    border-radius: 0 !important;
    background: rgba(255,255,255,0.6) !important;
}

#global_header_home .navbar-inverse,
#global_header .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-radius: 0px;
    height: 80px;
}

.nav>li>a {
        padding: 10px 12px;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover {
    background-image: none; 
     background-repeat: repeat-x; 
     -webkit-box-shadow: none;
     box-shadow: none;
     background-color: transparent;
     border-top: 3px solid #fff;
     line-height: 45px;
}
.navbar-inverse .navbar-nav>li>a {
    line-height: 51px;
}

/*
 *selezione lingua
*/

.selectLanguage {
    cursor: pointer;
}

#global_header .navbar-header .selectLanguage,
#global_header_home .navbar-header .selectLanguage {
    float: right;
    top: 0;
    right: 5px;
    width: 60px;
    background: none;
    display: none;
}

#global_header .selectLanguageCollapse{
    position: absolute;
    width: 30px;
    margin: 0;
    background: #333d48;
    right: 0px;
    height: 80px;
    padding-top: 21px;
    z-index: 10000;
}
#global_header_home .selectLanguageCollapse {
    position: absolute;
    width: 30px;
    margin: 0;
    background: transparent;
    right: 15px;
    height: 80px;
    padding-top: 21px;
    z-index: 10000;
}
#global_header .selectLanguageCollapse .form-control,
#global_header_home .selectLanguageCollapse .form-control{
    padding: 6px 7px !important;
    background-color: transparent;
    border: none;
    box-shadow: none;    
}

#blueimp-gallery h3.title {
    top: 0 !important;
    left: 0 !important;
    text-shadow: none !important;
    color: #000 !important;
}
.blueimp-gallery {
	background: rgba(255,255,255,1) !important;
}
#descEnergetica {
    margin: 0;
    z-index: 1111111;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 40px 0 0;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    text-shadow: none;
    opacity: 0.8;
    padding: 9px;
    margin-top: -30px;
    background: none;
}

#blueimp-gallery i.fa.fa-chevron-right {
    font-size: 33px !important;
    color: #666666 !important;
    padding-left: 5px;
    text-shadow: none !important;
}
#blueimp-gallery i.fa.fa-chevron-left {
    font-size: 33px !important;
    color: #666666 !important;
    padding-right: 5px;    
    text-shadow: none !important;
}
#blueimp-gallery .fa-chevron-right:before {
    content: "\f054";     
}

.blueimp-gallery > .close {
    position: absolute;
    margin: -6px !important;
    top: 50%;
    left: 15px;
    padding: 8px 11px 8px 11px !important;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 15px !important;
    color: #666666 !important;
    text-decoration: none;
    text-shadow: none !important;
    text-align: left;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}


@media(max-width:767px) {
    #global_header .selectLanguage,
    #global_header_home .selectLanguage {
        margin: 4px 1px 2px 15px;
    }
}

#global_header .selectLanguage .btn-default,
#global_header_home .selectLanguage .btn-default {
    background: none;
    /*color: #FFF;*/
    color: #000;
    text-shadow: none;
}

#global_header .selectLanguage .dropdown-menu,
#global_header_home .selectLanguage .dropdown-menu {
    margin-top: 0;
}

#global_header .selectLanguage .dropdown-menu > li > a,
#global_header_home .selectLanguage .dropdown-menu > li > a {
    padding-top: 0;
}

#global_header .selectLanguage .dropdown-menu > li > a:focus,
#global_header_home .selectLanguage .dropdown-menu > li > a:focus {
    outline: none;
}
#global_content .fa-chevron-left {
    color: #5e5f61;
    font-size: 1.4em;
    padding-right: 5px;
    padding-top: 4px;
    cursor: pointer;
    text-shadow: none;
}
#global_content .fa-chevron-right {
    color: #5e5f61;
    font-size: 1.4em;
    padding-left: 7px;
    padding-top: 4px;
    cursor: pointer;
    text-shadow: none;
}
#global_content .carousel-control.right {
    right: 15px;
}
#global_content .fa-stack-2x {
    font-size: 2.2em;
    cursor: pointer;
}


/*
 *****
*/
#language {
    display: none;
}

#global_content {
    padding-top: 60px;
}


.bggrey{
    background-color: #F9F9F9;
}

.Scheda #global_content {
    padding-top: 0;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    padding-right: 0px;
}
a#logout {
    text-transform: none !important;	
	font-size: 11px!important;
    line-height: 1.3;
    min-width: 145px;
}
a#loginClub {
    text-transform: none !important;
    margin-left: 20px;
    font-size: 11px!important;
    line-height: 2.3;
    min-width: 145px;
}

.navbar-default .navbar-brand {
    color: #333;
    
}



@media(min-width:768px) {
    .navbar-nav {
        float: right;
        background: transparent !important;
        margin-right: 60px;

    }
    .luogoContenuto {
        font-size: 1em;
        padding-top:5px;
        line-height: normal;
        text-align: justify;
    }
    #storia .testo h1 {
        font-size: 30px !important;
        margin-top: 10px !important;
    }
}


@media(max-width:768px) {
    .container-fluid.numeriCravatta{
        background-size: 100% !important;
        background-position: bottom !important;
    }
    .container-fluid.numeriMondo  {
        background-size: 100% !important;
        background-position: top !important;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0px;
    }


    #global_header .selectLanguageCollapse,
    #global_header_home .selectLanguageCollapse {
        display: none;
    }

    #global_header,
    #global_header_home{
        height: 44px;
        min-height: 44px;
    }

    #global_header #navbar .active a,
    #global_header #navbar a:hover,
    #global_header_home #navbar .active a,
    #global_header_home #navbar a:hover {
        border-bottom: none;
    }
    #global_header_home .navbar-nav {
        background: rgba(255,255,255,0.7)!important;
        margin: 1px -25px 0 -15px;
    }


    #global_header #navbar .active a,
    #global_header #navbar a,
    #global_header #navbar a:hover,
    #global_header_home #navbar .active a,
    #global_header_home #navbar a,
    #global_header_home #navbar a:hover {
        border-bottom: 1px dashed #D4D4D4;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0!important;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(239, 239, 239, 0.85) !important;
    }
    #global_header #navbar .dropdown-menu > li:first-child > a,
    #global_header #navbar .dropdown-menu > li:last-child > a,
    #global_header #navbar .dropdown-menu > li > a
    #global_header_home #navbar .dropdown-menu > li:first-child > a,
    #global_header_home #navbar .dropdown-menu > li:last-child > a,
    #global_header_home #navbar .dropdown-menu > li > a {
        padding-top: 0;
        font-size: 11px;
        margin: 0px;
        padding-right: 20px;
        border-bottom: none !important;
    }
    #global_header .form-control,
    #global_header_home .form-control{
        background: #fff !important;
    }

    .bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
        float: right;
        margin-top: 8px;
        margin-right: -16px;
        margin-left: -10px;
    }
    .navbar-nav, #global_header_home .navbar-nav {
        margin: 0px 0px;
        float: left;
        width: 100%;
    }
    #global_header #navbar .navbar-nav>li {
        float: NONE;
        padding-bottom: 0PX;
        cursor: pointer;
    }
    #immobiliGrid .immobileNome {
        font-size: 1.1em!important;
    }
    #immobiliGrid .immobileProvincia {
        font-size: 1.1em!important;
    }

    a#loginClub {
        margin: 0 20px 0 5px;
    }
	a#logout {
        margin: 0;
	}
    body>li.login a#logout {
        display: none;
    }
	#myModalDettagliFood .modal-dialog,
    #Club .modal-dialog,
    #myModalDettagliCars .modal-dialog,
    #myModalDettagliDailyLife .modal-dialog,
    #myModalDettagliSport .modal-dialog,
    #myModalDettagliKids .modal-dialog{
        width: auto !important;
	}


}

/*	----------------------------------------------------------------------------
 *	Sotto menu grigio
 */

.sottoMenu {
    background-color: #363636;
    color: #FFF;
    /*height: 58px;*/
}

.sottoMenuLeft {
    float: left;
    margin: 20px 0;
    font-size: 1.3em;
    text-transform: uppercase;
}

.sottoMenuRight {
    float: left;
    /*margin-top: 9px;*/
    text-transform: uppercase;
    margin-bottom: 0px;
}
.sottoMenuRight a{

}

.sottoMenuRight li {
    float: left;
    padding: 0px 0 0 15px;
    margin-right: 17px;
    margin-top: 7px;
    height: 40px;
    font-size: 1.1em;
    list-style: none;
    line-height: 1.1em;
    background-color: #fff;
    cursor: default;
    transition: all .5s ease 0s;
    /* border: 1px solid #949494; */
    color: #757575;
    width: 130px;
    text-align: center;
}

.sottoMenuRight li.selected {
    /*background-color: #222222;
    border: 1px solid #6d6d6d;
    color: #FFF;*/
    padding-top: 13px;
    background-color: white;
    width: 130px;
    border-top: 2px solid!important;
}

.sottoMenuRight li a {
    color: #000;
    line-height: 40px;
    height: 40px;
    display: block;
    width: 130px;
    margin-left: -9px;
}

.sottoMenuRight li a:hover {
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
}
.sottoMenuRight li a.selected {
    color: #FFF;
}

.sottoMenuRight li a:hover {
    color: #000;
    line-height: 40px;
    height: 40px;
    display: block;
    width: 130px;
    margin-left: -9px;
}


.sottoMenuRight .icoGallerySottomenu {
    background: url('img/ico_gallery_sottomenu.png');
    background-repeat: no-repeat;
    background-position: 10px;
}
.sottoMenuRight .icoMappaSottomenu {
    background: url('img/ico_mappa_sottomenu.png');
    background-repeat: no-repeat;
    background-position: 15px;
}
#proposteOrdinamento .icoOrdinaSottomenu {
    background: url('img/ico_order.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
/*	----------------------------------------------------------------------------
 *	Sottotitolo
 */

.sezioneTitolo {
    height: 50px;
    background: url('img/pixel_bfbfbf.png') 50% 50% repeat-x;
}

.sezioneTitolo .sezioneTitoloTesto {
    display: table;
    margin: 0 auto;
    padding: 19px 10px 0 10px;
    background: #FFF;
    font-size: 1.3em;
    text-transform: uppercase;
    line-height: 1;
}
.sezioneTitoloPagine {
    height: 50px;
    background: url('img/pixel_bfbfbf.png') 50% 50% repeat-x;
	margin-bottom: 20px;
}

.sezioneTitoloPagine .sezioneTitoloTestoPagine {
    display: table;
    margin: 30px auto 0;
    padding: 13px 10px 0px 10px;
    background: #FFF;
    font-size: 1.8em;
    text-transform: uppercase;
    line-height: 1;
}

/*	----------------------------------------------------------------------------
 *	Carousel
 */








/* Mobile */
@media(max-width: 768px) {
    

    .home .carousel-control .glyphicon {
        top: 50%;
    }

    .sottoMenuRight li.selected {
        width: auto;
        border: 0px;
        padding: 11px 10px 0 37px;
    }
    .sottoMenuRight li a {
        width: inherit;
        padding-left: 15px;
    }
    .sottoMenuRight li {
        width: auto;
        padding: 0px 0 0 31px;
    }
    .sottoMenuRight li a:hover {
        width: auto;
    }
}

@media(max-width: 450px) {
    /*#myCarouselHome .info_carosel h3,
    #myCarouselHome .info_carosel p {
            text-align: center;
            width: 30%;
            margin-left: 35%;
    }*/
}

/*	----------------------------------------------------------------------------
 *	Footer
 */

#footer {
    position: absolute;
    width: 100%;
    background-color: #18232d;
    text-align: center;
    font-size: 0.9em;
    color: #FFF;
    height: 60px;
    padding-top: 9px;
    margin: 0 auto;
    bottom: 0;
}
#footer a, #footer a:hover,
#footer span, #footer span:hover {
    color: #fff;
    font-weight: 700
}

.home #footer,
.Mappa #footer {
    position: absolute;
    z-index: 10000;
    bottom: 0;
}

#footer p {
    margin: 0px;
    font-weight: 500;
}



/*
 *footer per pagina contatti
*/

@media(min-width: 768px) {

    .Contatti #schedaContatto {
        height: 90%;

    }

}

@media(max-width: 768px) {
    .Contatti #schedaContatto {
        height: 100%;
        padding: 0px 0;
    }

    #Chisiamo h2 {
        margin-top: 50px;
    }
    #Chisiamo .claim {
        font-size: 2.6em !important;
        color: #fff!important;
        overflow: hidden!important;
        line-height: 1.1!important;
        text-align: right!important;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6)!important;
        padding-right: 10px;
    }
    #Club .claim {
        font-size: 3em !important;
        color: #fff!important;
        overflow: hidden!important;
        line-height: 1.1!important;
        text-align: right!important;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6)!important;
        padding-right: 10px;
    }
    #PaginaContatto .claim {
        font-size: 2.6em !important;
        color: #fff!important;
        overflow: hidden!important;
        line-height: 1.1!important;
        text-align: right!important;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6)!important;
        padding-right: 10px;
    }

    #commitment .spesa {
        height: 50px!Important;
        padding-top: 11px!Important;
    }
    #commitment .gestione {
        height: 32px!Important;
        padding-top: 0px!Important;
    }
    #commitment .bimbi {
        height: 35px!Important;
        padding-top: 2px!Important;
    }
    .sottoMenuRight .icoMappaSottomenu {
        background-position: 9px;
    }

}

/*	----------------------------------------------------------------------------
 *	Menu ambienti
 */

#menuAmbienti {
    position: relative;
    display: inline-block;
    background: #F1F1F1;
    padding: 15px 0 10px 0;
    /*height: 118px;*/
    width: 100%;
    text-align: center;
}

#menuAmbienti #menuAmbientiGroup {
    display: inline-block;
    margin: 0 auto;
}

#menuAmbienti #menuAmbientiGroupTitolo {
    text-align: left;
    padding-bottom: 5px;
}

#menuAmbienti li {
    position: relative;
    float: left;
    width: 110px;
    height: 35px;
    padding: 10px 0;
    margin-right: 10px;
    font-size: 1.1em;
    list-style: none;
    line-height: 1.1em;
    background-color: #FFF;
    color: #333;
    border: 1px solid #949494;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .5s ease 0s;
}

#menuAmbienti li.selected {
    background-color: #6D4B4C;
    border: 1px solid #6d6d6d;
    color: #FFF;
    cursor: default;
}

#menuAmbienti .close-btn {
    /*display: none!important;*/
    position: absolute;
    width: 100%;
    height: 100%;
    /*padding: 10px 10px;*/
    top: 0;
    right: 0;
    cursor: pointer;
}

#footerAmbienti {
    padding-top: 50px;
    padding-bottom: 10px;
}

@media(max-width: 768px) {
    #menuAmbienti li {
        height: 40px;
        width: 40px;
        content: none;
        margin-right: 5px;
    }

    #menuAmbienti li .menuAmbientiSceltaTesto {
        display: none;
    }

    #menuAmbienti .menuAmbientiScelta {
        background-repeat: no-repeat;
        background-position: center;
    }

    #menuAmbienti .close-btn {
        /*display: none!important;*/
    }

    #menuAmbienti .menuAmbientiScelta[ambienteNome="esterni"] {
        background-image: url('img/ico_esterni.png');
    }

    #menuAmbienti .menuAmbientiScelta[ambienteNome="esterni"].selected {
        background-image: url('img/ico_esterni_over.png');
    }

    #menuAmbienti .menuAmbientiScelta[ambienteNome="comuni"] {
        background-image: url('img/ico_particomuni.png');
    }

    #menuAmbienti .menuAmbientiScelta[ambienteNome="comuni"].selected {
        background-image: url('img/ico_particomuni_over.png');
    }

    #menuAmbienti .menuAmbientiScelta[ambienteNome="giorno"] {
        background-image: url('img/ico_cucina.png');
    }

    #menuAmbienti .menuAmbientiScelta[ambienteNome="giorno"].selected {
        background-image: url('img/ico_cucina_over.png');
    }

    #menuAmbienti .menuAmbientiScelta[ambienteNome="notte"] {
        background-image: url('img/ico_zonanotte.png');
    }

    #menuAmbienti .menuAmbientiScelta[ambienteNome="notte"].selected {
        background-image: url('img/ico_zonanotte_over.png');
    }

    #menuAmbienti .menuAmbientiScelta[ambienteNome="bagni"] {
        background-image: url('img/ico_bagni.png');
    }

    #menuAmbienti .menuAmbientiScelta[ambienteNome="bagni"].selected {
        background-image: url('img/ico_bagni_over.png');
    }

    #menuAmbienti .menuAmbientiScelta[ambienteNome="dettagli"] {
        background-image: url('img/ico_dettagli.png');
    }

    #menuAmbienti .menuAmbientiScelta[ambienteNome="dettagli"].selected {
        background-image: url('img/ico_dettagli_over.png');
    }
}

@media screen and (min-width: 992px) {
    #menuAmbienti li {
        width: 134px;
    }
}

/*	----------------------------------------------------------------------------
 *	Lista immobili
 */

.ordinamentoImmobili {
    cursor: pointer;
    text-decoration: underline;
}

#immobiliGrid {
    margin-top: 0px;
}

#immobiliGrid .immobiliGridItem {
    position: relative;
    float: left;
    width: 98%;
    margin: 0.86%;
    /*height: 440px;*/
    height: 418px;
    border: 1px solid #D3D3D3;
    transition: all 0.5s ease-in-out;
}

#immobiliGrid .carousel-control.right, #immobiliGrid .carousel-control.left {
    top: inherit;
    bottom: 43%!important;
    right: 0;

}
#immobiliGrid .fa-stack-2x {
    font-size: 1.9em;
    cursor: pointer;
}
#immobiliGrid .fa-chevron-left {
    color: #5e5f61;
    font-size: 1.2em;
    padding-right: 5px;
    padding-top: 0.4px;
    cursor: pointer;
    text-shadow: none;
}
#immobiliGrid .fa-chevron-right {
    color: #5e5f61;
    font-size: 1.2em;
    padding-left: 5px;
    padding-top: 0.4px;
    cursor: pointer;
    text-shadow: none;
}




@media screen and (min-width: 768px) {
    #immobiliGrid .immobiliGridItem {
        width: 48%;
        transition: all 0.5s ease-in-out;
    }

    @media screen and (min-width: 768px) and (max-width: 800px) {
        .mappaCarouselImmobile.carousel .item {
            height: 230px!important;
        }
    }
}




@media screen and (min-width: 992px) {
    #immobiliGrid .immobiliGridItem {
        width: 31.6%;
        transition: all 0.5s ease-in-out;
    }
}

#immobiliGrid .immobileTitolo,
.mappaImmobile .immobileTitolo {
    /*height: 60px;*/
    height: 41px;
    color: #000;
    padding: 12px 3% 0 3%;
    cursor: pointer;
}

#immobiliGrid .immobileNome,
.mappaImmobile .immobileNome {
    color: #585858;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    float: left;
}
.mappaImmobile .immobileNome:hover {
    text-decoration: underline;
}
#immobiliGrid .immobileProvincia,
.mappaImmobile .immobileDettaglio {
    color: #585858;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    float: right;
    padding-left: 5px;
}

.mappaImmobile .immobileDettaglio {
    font-size: 1.1em;
    text-transform: none;
    font-weight: 100;
    text-decoration: underline;
}

#immobiliGrid .immobileGridImmagineContent {
    position: relative;
    height: 310px!important;
}

#immobiliGrid .immobileGridImmagine {
    /*width: 100%;
    height: 310px;
    margin: 0 auto;
    background-size: cover;
    background-position: bottom center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;*/
}

.carouselGridImmagine, .carouselGridImmagineCopia {
    position: absolute;
    height: 310px!important;
    width: 100%;
}

.carouselGridImmagine .item {
    height: 310px!important;
    background-size: cover;
    background-position: bottom center;
    /*-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}

#immobiliGrid .immobileGridImmagine:hover {
    /*opacity: 0.6;*/
}

#immobiliGrid .immobileDescrizione,
.mappaImmobile .immobileDescrizione {
    height: 63px;
    color: #585858;
    padding: 10px 3% 0 1%;
}
.immobileDescrizione .col-md-6,
.immobileDescrizione .col-md-2,
.immobileDescrizione .col-md-4{
    padding: 0;
}
#immobiliGrid .immobileStanze,
.mappaImmobile .immobileStanze {
    /*float: left;*/
}

#immobiliGrid .immobileStanza,
.mappaImmobile .immobileStanza {
    float: left;
    font-size: 1.8em;
    text-align: center;
    padding: 0 6px 0px 6px;
    line-height: 1;
    border-right: 1px solid #D2D2D2;
}
#immobiliGrid .immobileStanza:last-child,
.mappaImmobile .immobileStanza:last-child {
    border: none;
}

#immobiliGrid .immobileStanzaCamere,
.mappaImmobile .immobileStanzaCamere {
    background: url('img/ico-bedroom.png') top center no-repeat;
}

#immobiliGrid .immobileStanzaBagni,
.mappaImmobile .immobileStanzaBagni {
    background: url('img/ico-bathroom.png') top center no-repeat;
}

#immobiliGrid .immobileStanzaMq,
.mappaImmobile .immobileStanzaMq {
    background: url('img/ico-mq.png') top center no-repeat;
}
#immobiliGrid .immobileAuto,
.mappaImmobile .immobileAuto {
    background: url('img/ico-postiauto.png') top center no-repeat;
}

#immobiliGrid .immobilePlanimetriaClubImg{
    background: url('img/ico_planimetria_club.png') center no-repeat;
    height: 30px;
}

.immobilePlanimetriaClubTesto {
    text-transform: uppercase;
    font-size: 11px;
}

#immobiliGrid .immobileStanzaNome,
.mappaImmobile .immobileStanzaNome {
    margin-top: 2px;
    text-transform: uppercase;
    background-size: 26px 21px;
    height: 21px;
    min-width: 26px;
}

#immobiliGrid .immobilePrenotabile,
.mappaImmobile .immobilePrenotabile {
    position: absolute;
    top: 0;
    right: 0;
    height: 97px;
    width: 120px;
    background: url('img/ico-prenotabile.png');
}

#immobiliGrid .immobileCanone,
.mappaImmobile .immobileCanone {
    float: right;
    text-align: right;
}

#immobiliGrid .immobileCanoneTitolo,
.mappaImmobile .immobileCanoneTitolo {
    font-size: 1.1em;
    color: #585858;
}

#immobiliGrid .immobileCanonePrezzo,
.mappaImmobile .immobileCanonePrezzo {
    padding-top: 5px;
    font-size: 1.6em;
    font-weight: bold;
    color: #5A5446;
}

/*	----------------------------------------------------------------------------
 *	Scheda immobile
 */

.Scheda #fullpage .section {
    /*padding-top: 70px;*/
}

.Scheda .carousel-indicators {
    display: none;
    bottom: 50px;
}

.schedaImmobileMenuDiv {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color:rgba(255, 255, 255, 0.4);
}

#schedaImmobileMenu {
    display: table;
    margin: 0 auto;
}

#schedaImmobileMenu li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px 10px;
    color: #000;
    background-color: #fff;
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#schedaImmobileMenu li.active a {
    color: #fff;
}
#schedaImmobileMenu li a, #schedaImmobileMenu li.active a {
    padding: 40px 40px;
    display: block;
}

#schedaImmobileMenu .menuVideo {
    background-image: url('img/ico-media.png');
}

#schedaImmobileMenu .menuDescrizione {
    background-image: url('img/ico-desc.png');
}

#schedaImmobileMenu .menuGalleria {
    background-image: url('img/ico-gallery.png');
}

#schedaImmobileMenu .menuArredamento {
    background-image: url('img/ico-arredamenti.png');
}

#schedaImmobileMenu .menuStili {
    background-image: url('img/ico-stilidivita.png');
}

#schedaImmobileMenu .menuContatti {
    background-image: url('img/ico-contatti.png');
}

#schedaImmagine {
    padding-bottom: 0!important;
    position: relative;
}

.schedaGalleriaNum {
    position: absolute;
    right: 40px;
    bottom: 40px;
    color: #FFF;
    font-size: 3em;
    font-family: "Josefin Slab", serif;
}
#schedaGalleriaNumPag  {
    color: white;
    font-size: 2.33333rem;
    line-height: 1.14296;
    position: relative;
    top: 3px;
    left: 0;

}
.schedaGalleriaNumTot {
    font-size: 50%;
    color: white;
    top: -11px;
    left: 5px;
}

.schedaGalleriaNumSup{
    font-size: 50%;
    color: white;
    top: -11px;
    left: 5px;
    padding-right: 5px;
}


.Scheda p {
    line-height: 1.6em;
    font-size: 1.2em;
}

.Scheda .schedaVideoDiv {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:999999;
}

.Scheda .schedaVideoPlay {
    position: absolute;
    display: block;

    top: 50%;
    left: 50%;
    margin-left: -48px;
    margin-top: -35px;
    /*background-image: url('img/play.png');*/
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
i.fa.fa-youtube-play {
    font-size: 8em;
    color: #fff;
    opacity: 0.5;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
i.fa.fa-youtube-play:hover {
    opacity: 1;
}
i.fa.fa-pause-circle {
    font-size: 8em;
    color: #fff;
    opacity: 0.5;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
i.fa.fa-pause-circle:hover {
    opacity: 1;
}



.Scheda .schedaVideoPause {
    position: absolute;
    display: block;
    width: 97px;
    height: 97px;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: -80px;
    background-image: url('img/play.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.Scheda .schedaVideoClose {
    position: fixed;
    color: white;
    display: block;
    width: 51px;
    height: 51px;
    top: 20px;
    right: 20px;
    background-image: url('img/ico_close.png');
    z-index: 10001;
    cursor: pointer;
}

.Scheda .schedaImmagineDown {
    position: absolute;
    display: block;
    width: 51px;
    height: 51px;
    bottom: 20px!important;
    left: 50%;
    margin-left: -25px;
    cursor: pointer;
    top: inherit;
}

/*FULL VIDEO PAGINA DETTAGLIO*/
#fullvideo{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    right:0;
    bottom:0;
    background-color:black;
    z-index: 3;
    overflow:hidden;
}

#fullvideo-control {
    text-align: center;
    z-index: 4;
    top: 10%;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 27%;
}

#fullvideo-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#fullvideo-control {
    display: none;
}

#fullvideo-control-stop {
    display: none;
    background-image: url('img/ico_pause.png');
    width: 90px;
    height: 70px;
    display: inline-block;
    opacity: 0.5;
}
#fullvideo-control-stop:hover {
    opacity: 1;
}
#fullvideo-control-play {
    background-image: url('img/ico_play.png');
    width: 90px;
    height: 70px;
    display: inline-block;
    opacity: 0.5;
}
#fullvideo-control-play:hover {
    opacity: 1;
}


#playhp{
    background-image: url('img/ico_play.png');
    width: 90px;
    height: 70px;
    display: inline-block;
    opacity: 0.5;
    left: 47% !important;
    top: 40%!important;
}

.schedaImmagineDown span.fa-stack.fa-lg {
    color: #fff;
    font-size: 2em;
    opacity: 0.5;
}
.schedaImmagineDown span.fa-stack.fa-lg:hover {
    opacity: 1;

}

@media (min-aspect-ratio: 16/9) {
    #fullvideo-video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    #fullvideo-video {
        width: 300%;
        left: -100%;
    }
}
/*END OF FULL VIDEO PAGINA DETTAGLIO*/

#schedaImmagine {
    /*background-attachment: fixed;*/
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

#schedaImmobile .in-panel {
    min-height: 340px;
}

#schedaImmobile section {
    margin-bottom: 40px;
}

#schedaImmobile section h3 {
    margin-top: 0;
}

#schedaImmobile .carousel-inner > .item > img,
#schedaImmobile .carousel-inner > .item > a > img {
    width: 100%;
}

.schedaImmagineDown .fa-chevron-down {
    color: #5e5f61;
    font-size: 1.4em;
    padding-right: 1px;
    padding-top: 2px;
    cursor: pointer;
    text-shadow: none;
}

.schedaImmagineDown .fa-stack-2x {
    font-size: 2.3em!important;
    cursor: pointer!important;
}

.Scheda .section {
    margin-bottom: 30px;
}

#schedaDati {
    font-size: 1em;
    line-height: 1;
    text-align: justify;
}

#schedaDati .container {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

#schedaDati .schedaNome {
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 4px;
}
#schedaDati .schedaTitolo{
    text-align: left;
}
#schedaDati .schedaProvincia {
    font-size: 1.3em;
    color: #5A5446;
}

#schedaDati .schedaCanoneTitolo {
    padding-top: 38px;
    font-size: 1.1em;
    color: #585858;
    text-transform: uppercase;

}

#schedaDati .schedaCanonePrezzo {
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 3px;
    color: #5A5446;
}

#schedaDati .schedaDettagli {

}

#schedaDati .schedaDettagliContenuto {
    float: right;
    font-size: 1.5em;
}

#schedaDati .schedaDettagli dl {
    float: left;
    clear: none;
    text-align: center;
    color: #9c9c9c;
    display: inline-block;
    height: auto;
    border-left: 1px solid #ccc;
    color: #999;
    vertical-align: middle;
    position: relative;
    min-width: 78px;
    margin-bottom: 15px;
}

#schedaDati .schedaDettagli dl:first-child {
    border-left: none;
}

#schedaDati .schedaDettagli dd {
    padding: 5px 24px 5px 24px;
    font-size: 1.7em;
    line-height: 1;
    min-height: 64px;
}

#schedaDati .schedaDettagli dt {
    width: 90%;
    padding-bottom: 35px;
    line-height: 1;
    text-align: center;
    font-size: 0.5em;
    text-transform: uppercase;
    /*overflow: hidden;*/
    white-space: nowrap;
    margin: 3px 5%;
}

#schedaDati .schedaDettagliPiano {
    background: url('img/ico-floor.png') bottom center no-repeat;
}

#schedaDati .schedaDettagliCamere {
    background: url('img/ico-bedroom.png') bottom center no-repeat;
}

#schedaDati .schedaDettagliBagni {
    background: url('img/ico-bathroom.png') bottom center no-repeat;
}

#schedaDati .schedaDettagliAuto {
    background: url('img/ico-postiauto.png') bottom center no-repeat;
}

#schedaDati .schedaDettagliSuperficie {
    background: url('img/ico-mq.png') bottom center no-repeat;
}

#schedaDati .schedaDettagliClasseEnergetica {
    background: url('img/ico_classe_energetica.png') bottom center no-repeat;
}


#schedaDati .col-md-8 {padding: 0px}

#schedaCarouselImmobile,
#schedaCarouselArredamento{
    min-height: 300px;
    margin-top: 20px;
}
#schedaMappa {
    margin-top: 0px;
}
#schedaMappa .sezioneTitolo .sezioneTitoloTesto {
    background: #F5F5F5!important;
}
.schedaCarouselImmobile {
    padding-bottom: 0!important;
}

#schedaCarouselImmobile .carousel-inner,
#schedaCarouselArredamento .carousel-inner {
    height: 100%;
}

 .carousel-control.right,  .carousel-control.left {
    background-image: none;
    
}
#schedaCarouselImmobile .carousel-control.right {
    right: 0!important;
}

#schedaCarouselArredamento .fp-tableCell {
    height: 100%!important;
}

.carousel .item {
    height: 100%;
    background-size: cover!important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*-webkit-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
    -webkit-transition: 0.3s, ease-in-out, left;
    -moz-transition: .3s, ease-in-out, left;
    -o-transition: .3s, ease-in-out, left;
    transition: .3s, ease-in-out, left;*/
}

#schedaDescrizione,
#schedaTecnologieLista,
#schedaStili,
#schedaArredamento {
    background: #FAFAFA;
}

#schedaStili,
#schedaArredamento {
    margin-bottom: 0!important;
}

#schedaDescrizione .sezioneTitolo .sezioneTitoloTesto,
#schedaArredamento .sezioneTitolo .sezioneTitoloTesto,
#schedaStili .sezioneTitolo .sezioneTitoloTesto {
    background: #FAFAFA;
}

#schedaTecnologie {
    margin-top: -31px;
}

#schedaTecnologieLista {
    padding: 20px 40px;
    text-transform: uppercase;
}
#schedaTecnologieLista div {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#schedaContatti {
    margin-bottom: 0!important;
}

#schedaContatti .schedaSocialTesto {
    font-size: 1.1em;
    text-transform: uppercase;
    padding-top: 15px;
}

#schedaContatti .loghiSocial > div {
    display: inline-block;
    width: 16%;
    text-align: center;
    padding-left: 10px;
    padding-bottom: 10px;
}

#schedaContatti .loghiSocial > div > * {
    background-size: 170% auto;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
}

#schedaContatti .loghiSocial > div > * {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background-size: auto;
}

#schedaContatti .loghiSocial > .fb > * {
    background: url("img/ico-facebook.png") no-repeat scroll transparent;
}

#schedaContatti .loghiSocial > .gp > * {
    background: url("img/ico-google.png") no-repeat scroll transparent;
}

#schedaContatti .loghiSocial > .tt > * {
    background: url("img/ico-twitter.png") no-repeat scroll transparent;
}

#schedaContatti .loghiSocial > .lk > * {
    background: url("img/ico-linkedIn.png") no-repeat scroll transparent;
}

#schedaContatti .loghiSocial > .pt > * {
    background: url("img/ico-pinterest.png") no-repeat scroll transparent;
}
#schedaContatti .loghiSocial > .in > * {
    background: url("img/ico-instagram.png") no-repeat scroll transparent;
}

#PaginaContatto #schedaContatto {
    background-color: #fff;
    color: #000;
    padding: 0px 0 40px 0;
    margin-bottom: 0!important;
    text-align: left;
}
#PaginaContatto #schedaContatto .sezioneTitolo .sezioneTitoloTesto {
    background-color: #fff;
}

.schedaSocialContainer {
    margin: 4px auto;
    padding-bottom: 15px;
}

#Club > .imgLifestyle {
    background: url("/web/img/background-lifestyle.jpg") no-repeat center center;
    /* background-size: 2000px 1450px; */
    background-size: cover;
    padding: 12em 0;
    margin: 0em 0;
    height: 388px;;
}
#PaginaContatto > .imgInfo2 {
    background: url("/web/img/background-contatti1.jpg") no-repeat center center;
    /* background-size: 2000px 1450px; */
    background-size: cover;
    padding: 12em 0;
    margin: 0em 0;
    height: 388px;;
}
#Club > .imgInfo3 {
    background: url("/web/img/imgClub.jpg") no-repeat center center;
    /* background-size: 2000px 1450px; */
    background-size: cover;
    padding: 12em 0;
    margin: 0em 0;
    height: 388px;
}
#Club .claim {
    font-size: 3em;
    color: #fff;
    overflow: hidden;
    line-height: 1.2;
    text-align: right;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    margin-top: 50px;
    text-transform: uppercase;
}
#Club h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 25px;
}
#Club p{
    font-size: 1em;
    line-height: 1.6em;
}
div#proposte_club {
    /*text-align: justify;*/
}
#commitment > .imgInfo4 {
    background: url("/web/img/background-parcosempione.jpg") no-repeat center center;
    /* background-size: 2000px 1450px; */
    background-size: cover;
    padding: 20em 0;
    margin: 4em 0 0;
    height: 440px;
    background-position: center 64%;
}
#privacy > .imgInfo5 {
    background: url("/web/img/background-privacy.jpg") no-repeat center center;
    /* background-size: 2000px 1450px; */
    background-size: cover;
    padding: 12em 0;
    margin: 0em 0;
    height: 350px;
}


#PaginaContatto .claim {
    font-size: 3em;
    color: #fff;
    overflow: hidden;
    line-height: 1.2;
    text-align: right;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}
#schedaContatto {
    margin-top: 80px;
    margin-bottom: 0!important;
}

div#address {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-left: 40px;
}

span.schedaContattoNome {
    font-weight: 500;
    text-transform: uppercase;
}
#privacy h1 {
    margin-top: 50px;
    font-size: 1.6em;
}
#privacy h2 {
    font-size: 1.3em;
}
#privacy p{
    font-size: 1em;
    line-height: 1.6em;
}
#privacy .container {
    padding: 0 120px 20px;
}


#schedaContatto a {
    color: inherit;
    font-weight: 600;
}

#schedaContatto a:hover {
    text-decoration: none;
}

#schedaContatto .sezioneTitolo .sezioneTitoloTesto {
    background-color: #2b2b2b;
}

#schedaContatto .schedaContattoTesto {
    padding-bottom: 30px;
    font-size: 1.1em;
    text-align: center;
}

.Scheda .schedaImmagineNome {
    position: absolute;
    display: block;
    right: 0;
    bottom: 80px;
    /* width: 100%; */
    /* height: 51px; */
    padding: 10px 20px;
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.85);
}

#schedaContatto .control-label {
    font-size: 1.1em;
    text-transform: uppercase;
    text-align: left;
}

#schedaContatto .schedaContattoInfo {
    padding-top: 20px;
    font-size: 1.1em;
    text-align: left;
}

#schedaContatto .radio-inline {
    font-size: 0.9em;
}
#formContatti .form-control {
    height: 50px;
    border-bottom: 2px solid #18232d;
    border-radius: 0;
    color: #18232d;
    font-size: 16px;    
}
#schedaContatto #schedaContattoForm {
    /*font-size: 1.2em;*/
}

#schedaLuoghi{
    padding: 0px;
    margin-top: 30px;
}

#schedaLuoghi .luogo {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0;
    cursor: pointer
}



.luogoTesto {
    background-color:rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 6px 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.luogoTesto:hover {
    opacity:1;
}

.luogoBig {
    position: absolute;
    color: #fff;
    font-size: 30px;
    right:5%;
    bottom:10%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.luogoBig:hover {
    opacity:0;
}
.luogoTitolo {
    font-size: 1.5em !important;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal!important;
    text-align: center;
    padding-top: 30px;
}

.luogoContenuto {
    font-size: 1em;
    padding-top: 25px;
    text-align: justify;
}


#schedaMappa {
    width: 100%;
    background-color: #f5f5f5;
    /*margin-bottom: 30px;*/
    /*height: 400px;*/
    position:relative;
}

#schedaMappa iframe {
    pointer-events: none;
}

#mappaImmobili {
    height: 0px;
}

#mappaImmobili #map {
    height: 100%;
}

.mappaImmobile {
    width: 380px;
    margin-left:20px;
}

.mappaImmobileLista {
    cursor: pointer;

}

.mappaImmagineLista {
    float: left;
    width: 68px;
    height: 51px;
    padding: 1px;
    margin-right: 7px;
    border: 1px solid #ddd;
}

.mappaCarouselImmobile {
    width: 100%;
    padding: 2px;
}

.mappaCarouselImmobile.carousel .item {
    height: 238px;
}
.mappaCarouselImmobile .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    top: 60px;
    left: 20px;
}

/*.mappaImmagine img {
        width: 371px;
        height: 278px;
        padding: 2px;
}*/

.mappaImmobileTitolo {
    margin-bottom: 5px;
}

.mappaImmagineLista img {
    width: 64px;
    height: 47px;
}

.mappaDatiLista {
    float: left;
}

.mappaImmobilePrezzo {
    float: left;
    font-weight: bold;
    margin-bottom: 5px;
}

.mappaImmobileLocali {
    float: right;
    margin-bottom: 5px;
}



/* Mobile */
@media(max-width: 768px) {

    .Scheda #fullpage .section {
        /*padding-top: 44px;*/
    }

    .Scheda .schedaVideoPlay {
        background-size: 60%;
        margin-left: -48px;
        margin-top: -60px;
    }

    #schedaTecnologieLista,
    #schedaContatti {
        text-align: center;
    }

    #schedaDati {
        font-size: 1em;
    }

    .Scheda .schedaImmagineNome {
        bottom: 90px;
        font-size: 0.9em;
        padding: 5px 20px;
    }

    .Scheda .schedaImmagineDown {
        bottom: -5px;
    }

    #schedaDati .schedaDettagli dl {
        min-width: auto;
    }

    #schedaDati .schedaDettagli dd {
        font-size: 1.3em;
        min-height: auto !important;
        padding: 5px 23px 5px 23px;
        line-height: normal;
    }
    #schedaDati .schedaDettagli dt {
        width: 90%;
        padding-bottom: 35px;
        line-height: 1;
        text-align: center;
        font-size: 0.5em;
        text-transform: uppercase;
        /* overflow: hidden; */
        white-space: nowrap;
        margin: 3px 5%;
    }

    #schedaContatti .loghiSocial > div > * {
        margin-right: 0;
    }

    .Scheda .carousel-indicators {
        display: none;
    }
    #schedaDati .schedaDettagli dl {
        float: none!important;
    }
    .luogoContenuto {
        font-size: 11px!important;
        padding-top:5px;
        line-height: normal;
        text-align: justify;
    }
    .luogoTitolo {
        font-size: 1.5em !important;
        text-transform: uppercase;
        font-weight: bold;
        line-height: normal!important;
        text-align: center;
        padding-top: 10px;
    }

    .luogoContenuto>p {
        line-height: 1.3em;
        font-size: 1.1em;
    }
}

@media(max-width: 992px) {
    div#formContatti {
        padding: 0 70px 30px !important;
    }
    #schedaDati .schedaDettagli,
    #schedaDati .schedaTitolo {
        width: 100%;
        text-align: center;
    }

    #schedaDati .schedaDettagliContenuto {
        margin: 10px auto 0 auto;
        display: inline-block;
        float: none;
    }

    #schedaDati .schedaDettagli {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #schedaDati .schedaDettagli dl {
        float: left;
    }
    #contDescEnergeticaOver{
        opacity:0;
        margin-top: 15px!important;
    }

    li.login {
        display: block;
    }
}

/*	----------------------------------------------------------------------------
 *	Mappa
 */

#mappa_evoluta {
    margin-top: 40px;
    background-color: #fdfdfd;
    font-family: 'Open Sans', sans-serif;
}

#map_point {
    margin-top: 30px;
    height: 400px;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

#mappa_evoluta .margin-top {
    margin-top: -54px;
}


#mappa_evoluta .ind-mappa {
    height: 54px;
    background-color: #8f8f8f;
    opacity: 0.9;
    padding: 8px;
    color: #fff;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
}

div#containerLeggenda {
    padding: 25px 0 20px 0;
    /*margin-bottom: 30px;*/
}
#containerLeggenda .col-md-2 {
    width: 10%!important;
    text-align: center;
    padding: 0px;        
}


#containerLeggenda label {
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    color: #949494;
    line-height: 1.3;
}
#containerLeggenda .map-legenda {
    margin-top: 20px;
}

.useMap {
    position: relative;
    float: left;
    width: 10%;
    margin-top: -6px;
}

.div_indirizzo {
    float: right;
}

ul.map-legenda {
    list-style-type: none;
    margin-left: 0px;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.map-legenda li {
    float: left;
    margin-left: 0px;
    /*margin-right: 54px;*/
    padding: 5px 5px;
    cursor: pointer;
}

.map-legenda li label {
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #8A8A8A;
}

img {
    vertical-align: middle;
}

div#containerInputSearch {
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    margin-top: 10px;
    overflow: hidden;
}

.overlayMapPoint {
    background: #CCC;
    position: absolute;
    top: 2611px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    z-index: 9998 !important;
    height: 772px;
    display:none
}

#ag_cont{
    position:relative;
}

#load-always{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right:0;
    bottom:0;
}

.ball-rotate > div,
.ball-rotate > div:after,
.ball-rotate > div:before {
    background-color: #49AC00;
}

#loadMap{
    top: 50%;
    left: 50%;			
    margin-top: 0;
    z-index: 9999;
    position: absolute;
    align-items: center;
    box-sizing: border-box;
    flex: 1 0 25%;
    flex-direction: column;
    height: 280px;
    justify-content: center;
}

.ind-mappa {
    height: 54px;
    background: #525252;
    padding: 12px;
    color: #fff;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    text-align: right;
    line-height: 1.7em;
}

@media (min-width: 767px) {
    .useMap {
        display: none;
    }
    .map-legenda li {
        padding: 5px;
    }

    #containerLeggenda .noBr {
        display: none;
    }
    .bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
        margin-right: 0px!important;

    }


}

@media (min-width: 375px) {
    .map-legenda li {
        padding: 5px 10px;
    }

}

@media (max-width: 600px) {
    .mappaCarouselImmobile.carousel .item {
        height: 238px;
    }

}




@media (max-width: 768px) {

    div#containerLeggenda {
        padding-bottom: 10px;
        padding-top: 4px;
        padding-left: 3px;
        padding-right: 0px;
    }

    div#containerLeggenda .col-xs-4 {
        border: 1px solid #d2d2d2;
        width: 32% !important;
        height: 100px;
        text-align: center;
        padding-top: 15px;
        margin: 2px;
        background-color: #f5f5f5;
    }

    div#containerLeggenda input[type=checkbox],
    div#containerLeggenda input[type=radio] {
        margin: 4px 0 0;
        margin-top: 1px \9;
        line-height: normal;
        opacity: 0;
        position: absolute;
    }

    #containerLeggenda label {
        font-size: 14px;
        background: none;
        color: #757575;
        font-weight: 300;
        padding-left: 0px;
        line-height: 1;
        padding-top: 5px;
    }

    ul.map-legenda {
        width: auto;
    }

    .map-legenda li {
        margin-right: 0px;
    }

    .container {
        overflow: hidden;
        width: auto !important;
        padding: 0 10px !important;
    }
    #schedaContatti .loghiSocial > div {
        display: inline-block;
        width: auto;
        text-align: center;
        margin-bottom: 5px;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    #proposte_club .modal-dialog {
        width: 100%!important;
        /* height: 200px; */
    }
    #containerLeggenda .col-xs-2 {
        padding: 0px;
    }
    #containerLeggenda  .col-xs-3 {
        width: 25%!important;
    }



}

.tRight {
        float: right;
}
.tLeft {
        float: left;
}

.testo {
    max-width: 540px;

}
.testo h1 span{
    font-size: 34px;
}

.testo h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
}
.testo.padding-right {
    padding-right: 20px;
}
.testo.padding-left {
    padding-left: 20px;
}
.subTitle {
    font-size: 17px;
}



#Chisiamo h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 25px;
}

#Chisiamo .photo01    {
    background-image: url('../img/chisiamo/photo01.jpg'); 
    background-size: cover;
    background-position: center;
    height: 537px;    
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;

}
#Chisiamo .photo02    {
    background-image: url('../img/chisiamo/photo02.jpg'); 
    background-size: cover;
    background-position: center;
    height: 537px;    
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay:0.5s;
    animation-delay: 0.5s;
}
#Chisiamo .photo03    {
    background-image: url('../img/chisiamo/photo03.jpg'); 
    background-size: cover;
    background-position: center;
    height: 537px;    
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

#storia .photo01    {
    background-image: url('../img/storia/photo01.jpg'); 
    background-size: cover;
    background-position: bottom;
    height: 488px; 
}
#storia .claim {
        padding-top: 100px !important;
}

#storia .claim h1 {
    font-size: 47px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-transform: uppercase;    
}
#storia {
    font-size: 16px;
    line-height: 25px;
}
#fondatore {
        font-size: 15px;
    line-height: 25px;
}


#fondatore .interview {
    /* -moz-column-width: 29em;
    -webkit-column-width: 29em;
    -moz-column-gap: -1em;
    -webkit-column-gap: -1em; */
    display: flex;
    flex-wrap: wrap;
}
#fondatore .interview .tag {
    width: 50%;
    padding: 30px;
}

#fondatore .interview li {
    /* display: inline-block;
    margin: 0px 0.21rem 3.25rem; */
}
#fondatore h4 {
        font-size: 18px;
    font-weight: 600;
    margin: 0;
}
#fondatore .apice{
    font-size: 150px;
    padding: 57px 0 0;
     font-family: 'Catamaran', sans-serif;
     color: #646464;
}


#fondatore .interviewTesto {
    font-size: 14px;
    font-style: italic;
}
#storia .photo02    {
    background-image: url('../img/storia/photo02.jpg'); 
    background-size: cover;
    background-position: center;
    height: 460px;    
}

#fondatore .marchio .col-md-6 {
    padding: 40px;
    border-right: 1px solid #8a9096;
}
#fondatore .marchio .col-md-6:last-child {
    border-right: none;
}

#storia .testo h1 {
        font-size: 35px;
        margin-top: 10px;
}

#fondatore .photo01    {
    background-image: url('../img/fondatore/photo01.jpg'); 
    background-size: cover;
    background-position: center;
    height: 340px;    
    
}
#fondatore .photo02    {
    background-image: url('../img/fondatore/photo02.jpg'); 
    background-size: cover;
    background-position: center;
    height: 340px;    
}

#fondatore  h1 {
    font-size: 48px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;        
}

#fondatore .marchio {
    background-color: #68717a;
    color: #fff;
}

#dovesiamo .photo01    {
    background-image: url('../img/dovesiamo/photo01.jpg'); 
    background-size: cover;
    background-position: center;
    height: 378px; 
}
#dovesiamo .claim {
    padding-top: 100px !important;
}

#dovesiamo .claim h1 {
    font-size: 47px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);    
}
#sociale {
    font-size: 15px;
    line-height: 25px;
}
#sociale h1 {
    margin-top: 70px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}
#sociale h2 {
    font-size: 25px;
    font-weight: 700;
}
#sociale h2 span {
    font-size: 18px;
    font-weight: 400;
}

#sociale .photo01    {
    background-image: url('../img/sociale/convegno.jpg'); 
    background-size: cover;
    background-position: center;
    height: 520px;    


}
#sociale .photo02    {
    background-image: url('../img/sociale/photo02.jpg'); 
    background-size: cover;
    background-position: 27%;
    height: 623px;    

}
#sociale .photo03    {
    background-image: url('../img/sociale/photo03.jpg'); 
    background-size: cover;
    background-position: 27%;
    height: 400px;    

}
#sociale .apice {
    font-size: 150px;
    padding: 57px 30px 0;
     font-family: 'Catamaran', sans-serif;
     color: #646464;
}
#sociale .testoAle {
    font-size: 16px;
    font-style: italic;
    padding-right: 70px;
    padding-left: 30px;
    line-height: 26px;
}

#contatti h1 {
    margin-top: 60px;
    margin-bottom: 20px;
    /*text-align: center;*/
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}

body.Contatti {
    background-image: url('../img/bgContatti.jpg'); 
    
    background-position: 10% 30%;
}


@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

/* ERROR 404*/

#page404 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 150px;
    text-align: right			  
}

.tit-404 {
    font-size:120px;
    font-weight: 700;
    color: #eaeaea;
}

.tit-404-page {
    font-size:20px;
    margin-top: -40px;
    font-weight: 700;
    margin-right: 14px;
}


/**********************/
/***** COOKIE **********/
/**********************/


#cookie {  
    width: 100%;
    position: fixed;
    bottom: 0px;
    min-height: 53px;
    z-index: 100;
    background-color: rgba(0,0,0,0.9);
} 

#cookie .container {
    width: 960px !important;
}

#cookie .cookie {
    /* height: 60px; */
    padding-top: 9px!important;
    font-size: 11px;
    color: #fff;
    text-align: left;

    line-height: 1.7;
}

.puntatore {
    cursor: pointer;
}

#cookie .cookie_close {
    position: relative;
    /* margin-left: 930px; */
    z-index: 999;
    line-height: 2;
    margin-top: 7px;
}

#cookie a {
    color: #fff;
}
@media only screen and  (min-width:960px) and (max-width:1280px){
    #cookie .container {
        /*min-width:100% !important;*/
        width: 960px;
    }
}
@media only screen and (min-width:300px) and (max-width:960px){
    #cookie .container {
        min-width: 100% !important;
        width: 100%!important;
    }

    #blueimp-gallery h3.title{
		top: 0 !important;
		left: 0 !important;
    }

    #descEnergetica {
		bottom: 0 !important;
		left: 0 !important;
    }

}

input.error {
    border: 1px solid #F00;
}


section#Chisiamo {
    margin-bottom: 60px;
    text-align: justify;
}
section#commitment {
    margin-bottom: 60px;
    text-align: justify;
}

button#invia_form_contatti{
    margin-right: 17px;
    color: #fff;
    background-color: #18232d;
    border-color: transparent;
    text-transform: uppercase;
    border-radius: 0;
    height: 48px;
    font-size: 18px;
    font-weight: 400;
    text-shadow: none;
} 
textarea#note.form-control {
    height: 160px;
}
div#formContatti {
    padding: 70px
}
#proposteOrdinamento {
    margin: 0px 0 10px 0;
    /* border: 1px solid; */
    background-color: #F9F9F9;
}
#proposteOrdinamento .ordina {
    float: right;
    margin-top: 13px;
    margin-bottom: 7px;
    margin-right: 15px
}
#proposteOrdinamento .ordinaper {
    float: left; 
    padding:5px 0px 0 0px;
}


#proposteOrdinamento .form-control  {
    display: block;
    width: auto;
    height: 30px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


#proposteOrdinamento .col-md-1, #proposteOrdinamento .col-sm-1, #proposteOrdinamento .col-xs-1 {
    padding: 0px!important;
    margin: 4px auto;
}
#LanguageHidden .flag {

}
#Language .flag-it {
    background: url("img/it.png") no-repeat center center;
}


/*custom bootstrap select language */

.bfh-selectbox .bfh-selectbox-options {
    right: 0!important;
    left: inherit !important;
}
.bfh-selectbox.open>.bfh-selectbox-options li:first-child {   
    height: 1px;
}

span.smallEnergetica {
    font-size: 10px;
    display: block;
    margin-top: 6px;
}
.contDescEnergetica {
    cursor:pointer;
    min-width: 130px !important;
}

#contDescEnergeticaOver{
    opacity:0;
    margin-top: 36px;
}
.fa {
    font-size: 30px;
    margin-top: 5px;
}
span.smallEnergeticaText {
    font-size: 15px;
}

@media screen and (max-width: 1124px) and (min-width: 768px) {
    #immobiliGrid .immobiliGridItem {
        width: 48%;
    }
}
@media screen and (max-width: 768px) and (min-width: 640px) {
    #immobiliGrid .immobiliGridItem {
        width: 98%;
    }

}

.map-enable {
    position: absolute;
    top: 229px;
    z-index: 1003;
    float: right;
    right: 37px;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #2C2A28;
    padding-top: 4px;
}


#bloccaMappaCerca {
    position: absolute;
    top: 100px;
    z-index: 1000;
    float: right;
    right: 4px;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #2C2A28;
    padding-top: 3px;
}

@media (max-width: 768px) {
    .hidden-xs {
        display: none!important;
    }
}
@media (max-width: 768px){
    .visible-xs {
        display: block!important;
    }

}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
        /*  order: 1px solid;
         width: 100%;*/
    }

}
@media (max-width: 990px) {
    .navbar-collapse.collapse.in {
        display: block!important;
        margin-top: 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-toggle {
        display: block;
    

        border-color: transparent !important;
        background-color: transparent !important;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 26px;
        height: 3px;
        border-radius: 5px;
    }
    .bfh-selectbox .bfh-selectbox-toggle {
        display: inline-block;
        padding: 6px 22px 6px 10px !important;
        text-decoration: none;
    }
    #global_header .navbar-header .selectLanguage, #global_header_home .navbar-header .selectLanguage {
        width: 50px !important;
    }
    #global_header, #global_header_home {
        height: 80px;
        min-height: 44px;
    }
    .navbar-header {
        float: none;
        /* border: 1px solid;
        width: 100%;*/
    }
    #global_header #navbar .navbar-nav>li>.dropdown-menu, #global_header_home #navbar .navbar-nav>li>.dropdown-menu {
        display: none;
    }
    #global_header #navbar a, #global_header_home #navbar a {
        padding: 9px 15px;
    }
    #global_header_home #navbar .navbar-nav>li {
        padding-bottom: 6px;
        cursor: pointer;
    }
    #global_header .navbar-nav,
    #global_header_home .navbar-nav{      
        margin-top: 1px;
        padding-top: 10px;
    }
    #global_header_home .navbar-inverse, 
    #global_header .navbar-inverse {
        height: auto;
        background-color: #18232d;
    }
    .navbar-brand {
        padding-left: 30px;
    }
    .navbar-inverse .navbar-nav>.active>a, 
    .navbar-inverse .navbar-nav>.active>a:focus, 
    .navbar-inverse .navbar-nav>.active>a:hover,
    .navbar-inverse .navbar-nav>li>a {
        line-height: 10px;
        border: 0;
    }

    .navbar-nav, #global_header_home .navbar-nav {
        margin: 0px 0px;
        float: left;
        width: 100%;
    }
    #global_header #navbar .navbar-nav>li, #global_header_home #navbar .navbar-nav>li{
        float: NONE;
        padding-bottom: 0PX;
        cursor: pointer;
    }
    #global_header .selectLanguageCollapse, #global_header_home .selectLanguageCollapse {
        display: none;
    }

    #global_header .navbar-header .selectLanguage,
    #global_header_home .navbar-header .selectLanguage {
        display: block;
        float: right;
        /* margin-right: 40px; */
        margin-top: 4px;

    }
    .visible-xs {
        display: block!important;
    }
    .hidden-xs {
        display: none!important;
    }

    #global_header #navbar .active a, 
    #global_header #navbar a, 
    #global_header #navbar a:hover, 
    #global_header_home #navbar .active a, 
    #global_header_home #navbar a, 
    #global_header_home #navbar a:hover {
        border-bottom: 1px dashed #D4D4D4;
    }
    .navbar-nav {
        padding-right: 0px;
    }
    #global_header_home .navbar-nav {
        background: #18232d !important;
       
    }
    #footer {
        font-size: 0.7em;
        color: #FFF;
        height: 47px;
        line-height: 14px;
        padding: 5px;
        min-height: auto
    }

    #fondatore .interview .tag {
        width: 100%;
    }




}







@media (max-width: 768px) {
    .navbar-nav > li {
        float: none;
    }
    #pressRoom .tabPressRoom {
       width: 100%; 
    }
}


p#logout,
p#loginClub {
	float: right;
	display: inline-block;
	cursor: pointer;
	line-height: 60px;
}

.login .col-md-3,
.login .col-sm-3,
.login .col-xs-3,
.login .col-md-9,
.login .col-sm-9,
.login .col-xs-9{
	padding: 0 !important;
}
#global_header #navbar a#logout, 
#global_header_home #navbar a#logout,
#global_header #navbar a#loginClub,
#global_header_home #navbar a#loginClub {
	padding: 0 !important;
}
.clubLogin {
    /*border: 1px solid #d3d3d3;
    margin-top: 50px;*/
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.fotoclubLiogin {
    background: url("/web/img/imgClub.jpg") no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-position: center;
    height: 300px;
}
.testoclubLogin {
    font-size: 13px;
    padding: 20px 0;
	margin-bottom: 20px;
}
.titoloclubLogin {
    font-size: 22px;
    text-transform: uppercase;
    padding: 20px 0;

    color: #505050;
}
.titoloProCLub {
    font-size: 32px;
    line-height: 33px;
}
#proposte_club .btn-registrati,
#proposte_club .btn-accedi{
    background-color: #675847;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.boxCooking {
    background: url("/web/img/fotoCooking.jpg") no-repeat center center;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 300px;
}

.boxTesto {
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 6px 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    text-align: center;
    line-height: 15px;
    color: #383838;
}
.boxTesto:hover {
    opacity: 1;
    cursor: pointer;
}
.boxTestoAbsolute {
    margin:auto;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    padding: 18%;
    opacity: 0;
}
.boxTestoAbsolute:hover {
        opacity: 1;
}
.boxTesto h4 {
    color: #333333;
}
.boxLifestyle {
    background: url("/web/img/fotolife.jpg") no-repeat right center;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 300px;
}
.boxKids {
    background: url("/web/img/fotokids.jpg") no-repeat center center;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 300px;
}
.boxDailyLife {
    background: url("/web/img/fotoDailyLife.jpg") no-repeat right center;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 300px;
}
.boxPets {
    background: url("/web/img/pets.jpg") no-repeat right center;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 300px;
}
.boxShopping {
    background: url("/web/img/shopping.jpg") no-repeat center center;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 300px;
}
.boxCars {
    background: url("/web/img/cars.jpg") no-repeat center center;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 300px;
}
.boxSports {
    background: url("/web/img/sports.jpg") no-repeat center center;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 300px;
}
.btn-Cooking {
    background-color: #c18c1d;
    color: #fff;
    text-transform: uppercase;
    width: 114px !important;
    height: auto!important;
    margin-top: 10px;
}
.btn-Cooking:hover, 
.btn-Cooking:active,
.btn-Cooking:focus{
    color: #fff;
}
.btn-Kids {
    background-color: #55791a;
    color: #fff;
    text-transform: uppercase;
    width: 114px !important;
    height: auto!important;
    margin-top: 10px;
}
.btn-Kids:hover, 
.btn-Kids:active,
.btn-Kids:focus{
    color: #fff;
}
.btn-Lifestyle {
    background-color: #52beff;
    color: #fff;
    text-transform: uppercase;
    width: 114px !important;
    height: auto!important;
    margin-top: 10px;
}
.btn-Lifestyle:hover, 
.btn-Lifestyle:active,
.btn-Lifestyle:focus{
    color: #fff;
}
.btn-DailyLife {
    background-color: #6f6796;
    color: #fff;
    text-transform: uppercase;
    width: 114px !important;
    height: auto!important;
    margin-top: 10px;
}
.btn-DailyLife:hover, 
.btn-DailyLife:active,
.btn-DailyLife:focus{
    color: #fff;
}
.btn-Cars {
    background-color: #52beff;
    color: #fff;
    text-transform: uppercase;
    width: 114px !important;
    height: auto!important;
    margin-top: 10px;
}
.btn-Cars:hover, 
.btn-Cars:active,
.btn-Cars:focus{
    color: #fff;
}
.boxTestoTitolo {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 15px;    
}

#myModalDettagliFood .modal-dialog,
#Club .modal-dialog,
#myModalDettagliCars .modal-dialog,
#myModalDettagliDailyLife .modal-dialog,
#myModalDettagliSport .modal-dialog,
#myModalDettagliKids .modal-dialog{
	width: 887px;
}
#Club .modal-body {
    position: relative;
    padding: 0 90px 90px;
}
#Club  .modal-header {
    border-bottom: none;
}
#myModalDettagliFood button.close,
#myModalDettagliCars button.close,
#myModalDettagliDailyLife button.close,
#myModalDettagliSport button.close,
#myModalDettagliKids button.close{
	margin: 20px;
}

#myModalDettagliFood .modal-header,
#myModalDettagliSport .modal-header,
#myModalDettagliClub .modal-header,
#myModalDettagliCars .modal-header,
#myModalDettagliDailyLife .modal-header,
#myModalDettagliKids .modal-header{
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #c18c1d;
    margin-top: 120px;
    color: #fff;
}

#myModalDettagliFood h1,
#myModalDettagliCars h1,
#myModalDettagliDailyLife h1,
#myModalDettagliSport h1,
#myModalDettagliKids h1{
    font-size: 30px;
    margin-top: 0;
        margin-bottom: 0;
    text-align: center;
}

#myModalDettagliFood .modal-title,
#myModalDettagliCars .modal-title,
#myModalDettagliDailyLife .modal-title,
#myModalDettagliSport .modal-title,
#myModalDettagliKids .modal-title{
    margin: 0;
    line-height: 1.42857143;
    text-transform: uppercase;
}

#myModalDettagliFood .modal-body,
#myModalDettagliCars .modal-body,
#myModalDettagliDailyLife .modal-body,
#myModalDettagliSport .modal-body,
#myModalDettagliKids .modal-body{
    position: relative;
    padding: 15px 0;
}

#myModalDettagliFood .boxModalDettagliClub,
#myModalDettagliCars .boxModalDettagliClub,
#myModalDettagliDailyLife .boxModalDettagliClub,
#myModalDettagliSport .boxModalDettagliClub,
#myModalDettagliKids .boxModalDettagliClub{
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    height: 267px;
}

#myModalDettagliFood .testoModalDettagliClub,
#myModalDettagliCars .testoModalDettagliClub,
#myModalDettagliDailyLife .testoModalDettagliClub,
#myModalDettagliSport .testoModalDettagliClub,
#myModalDettagliKids .testoModalDettagliClub{
    text-align: left;
    color: #4b4b4b;
}

#myModalDettagliFood .boxTestoAbsolute,
#myModalDettagliCars .boxTestoAbsolute,
#myModalDettagliDailyLife .boxTestoAbsolute,
#myModalDettagliSport .boxTestoAbsolute,
#myModalDettagliKids .boxTestoAbsolute {
    margin: 0 auto;
    padding: 30px 0 0px 60px;
    font-size: 13px;
}

#myModalDettagliFood .boxTesto,
#myModalDettagliCars .boxTesto,
#myModalDettagliDailyLife .boxTesto,
#myModalDettagliSport .boxTesto,
#myModalDettagliKids .boxTesto{
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 6px 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    text-align: left;
    line-height: 15px;
    color: #838383;
    font-size: 14px;
}
#myModalDettagliFood .boxTesto:hover,
#myModalDettagliCars .boxTesto:hover,
#myModalDettagliDailyLife .boxTesto:hover,
#myModalDettagliSport .boxTesto:hover,
#myModalDettagliKids .boxTesto:hover{
    opacity: 1;
    cursor: pointer;
}


#myModalDettagliFood .modal-content,
#myModalDettagliCars .modal-content,
#myModalDettagliDailyLife .modal-content,
#myModalDettagliSport .modal-content,
#myModalDettagliKids .modal-content{
    border-radius: 0;
}
#myModalDettagliFood .row,
#myModalDettagliCars .row,
#myModalDettagliDailyLife .row,
#myModalDettagliSport .row,
#myModalDettagliKids .row{
    margin-top: 15px;
}

#formContattiRegistrami .form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 43px;
}

.immobileDisponibile {
    background: url("/web/img/bg_disponibile.png") no-repeat right center;
    position: absolute;
    bottom: 0;
    right: -9px;
    height: 38px;
    z-index: 90;
    width: auto;
    color: #fff;
    text-transform: uppercase;  
    padding:5px 10px;
}
.immobileNonDisponibile {
    background: url("/web/img/bg_nondisponibile.png") no-repeat right center;
    position: absolute;
    bottom: 0;
    right: -9px;
    height: 38px;
    z-index: 90;
    width: auto;
    color: #fff;
    text-transform: uppercase;  
    padding:5px 10px;
}
.immobileDisponibileMappa {
    /* background: url("/web/img/bg_disponibile.png") no-repeat right center; */
    position: absolute;
    top: 190px;
    right: 0px;
    /* height: 38px; */
    z-index: 90;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    background-color: #64b11a;
}

.immobileNonDisponibileMappa {
    /* background: url("/web/img/bg_disponibile.png") no-repeat right center; */
    position: absolute;
    top: 190px;
    right: 0px;
    /* height: 38px; */
    z-index: 90;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    background-color: #d72300;
}
#buttonPlanimentriaMappa {
	float:left;
	margin-left: 10px;
}
.immobilePlanimetriaClubImg {
    background: url('img/ico_planimetria_club.png') center no-repeat;
    height: 30px;
}
.visualDisp {
    float: right;
}

@media (max-width: 768px) {
	#myModalDettagliFood .modal-dialog,
	#Club .modal-dialog{
        width:  100%;
        margin: 0;
    }
    #myModalDettagliFood .boxModalDettagliClub {
        margin-bottom: 15px;
    }
    #myModalDettagliFood .row {
        margin-top: 0;
    }
    #proposte_club .btn-registrati, #proposte_club .btn-accedi {
        margin-bottom: 10px;
    }
    #Club .modal-body {
        padding: 20px;
    }
}
.datiAggiornati {
     height: 50px;
    text-align: right;
    font-size: 12px;    
}

video::-webkit-media-controls {
    display:none !important;
}

.Mappa #footer {
    position:inherit !important;
}

.Mappa .boxed {
    margin-bottom: 0!important; 
}

#buttonPlanimentria{
    cursor:pointer;
}

div#blueimp-gallery {
    z-index: 1000001;
}

button#visualDisponibili, button#visualTutti {
    background-color: #fff;
    border: 1px solid #949494;
	text-transform: uppercase;	
}
button#visualDisponibili.active, button#visualTutti.active {
    background-color: #6D4B4C;
    border: 1px solid #6d6d6d;
    color: #FFF;
    cursor: default;
	text-transform: uppercase;
}
.logoModal {
    margin: 35px auto 0;
    text-align: center;
    width: 100%;
    position: absolute;
}

@media screen and (min-width: 320px) and (max-width: 420px)  {
    li.in-view {
    border: 1px solid #cfcfce;
}
    #fondatore  h1  {
        font-size: 30px;
    }
	.hidden-planim {
		display: none!important;
	}
	#immobiliGrid .immobileCanoneTitolo, .mappaImmobile .immobileCanoneTitolo {
		font-size: 1em;
		line-height: 1.2;
	}
	#immobiliGrid .immobileCanonePrezzo, .mappaImmobile .immobileCanonePrezzo {
		padding-top: 0;
		font-size: 1.2em;
	}
	#buttonPlanimentria {
		cursor: pointer;
		padding-top: 7px;
	}
}
@media screen and (max-width: 450px) {
	#immobiliGrid .immobileCanoneTitolo, .mappaImmobile .immobileCanoneTitolo {
		line-height: 1.2;
	}
	#immobiliGrid .immobileCanonePrezzo, .mappaImmobile .immobileCanonePrezzo {
		padding-top: 0;
		font-size: 1.2em;
	}
	.immobilePlanimetriaClubTesto {
		font-size: 10px;
	}
}
@media screen and (max-width: 480px) {
    /*.mappaImmobile {
        width: 100% !important;
        margin-left: 0px;
    }*/
    .gm-style .gm-style-iw {
        width: 384px !important;
        left: -45px !important;
        }
    .gm-style .gm-style-iw>div {
        width: 100% !important;
        overflow: visible;
        max-width: none !important;
    }

/*    .navbar li.login {
        position: fixed;
        top: 0;
        right: 20px;
    }

    #global_header #navbar a {
        margin: 0;
        border: none;
        padding: 9px;
    }*/
}
@media screen and (max-width: 400px) {
    /*.mappaImmobile {
        width: 100% !important;
        margin-left: 0px;
    }*/
    .gm-style .gm-style-iw {
        width: 320px !important;
        left: -45px !important;
        }
    .gm-style .gm-style-iw>div {
        width: 100% !important;
        overflow: visible;
        max-width: none !important;
    }
    .mappaImmobile {
        width: 320px !important;
        margin-left: 0px;
    }
    #navbar {
        height: 370px;
    }

    #global_header #navbar #loginClub,
    #global_header_home #navbar #loginClub {
        padding: 0;
        padding-bottom: 18px;
    }
}
@media screen and (min-width: 320px) and (max-width: 640px)  {
	.sezioneTitoloPagine .sezioneTitoloTestoPagine {
		font-size: 1.2em;
	}
	.immobileDescrizione .col-md-8.col-sm-8.col-xs-8{
		padding: 0 !important;
	}

}

@media screen and (min-width: 769px) and (max-width: 785px) {

    #global_header #navbar a, #global_header_home #navbar a {
    padding: 23px 6px 5px 6px !important;
    }
}

.blueimp-gallery > .prev, .blueimp-gallery > .next {
	background: rgba(255, 255, 255, 0.5) !important;
}
p#errorLogin {
	color: #B91A1A;
	font-size: 13px;
	text-align: left;
}


@media screen and (min-width: 769px) and (max-width: 966px)  {
	#global_header #navbar a, #global_header_home #navbar a {
		font-size: 11px;
	}

}
@media screen and (min-width: 769px) and (max-width: 880px)  {
    #global_header #navbar a, #global_header_home #navbar a {
            padding: 23px 10px 5px 10px;
    }
}
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
input#email {
    text-transform: lowercase;
}




/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 3px;
  margin: -40px auto;
  padding-top: 10px;
  background: #cfcfce;
}

.timeline ul li::after {
  /*content: '';*/
  position: absolute;
  left: 50%;
  top: 56px;
  transform: translateX(-50%);
    width: 27px;
    height: 27px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 0px;
  background: transparent;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  /*bottom: 7px;*/
  width: 40px;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -43px;
  border-width: 1px;
  color: #cfcfce;
  top: 44px;
  /*border-width: 8px 16px 8px 0;
  border-color: transparent #F45B69 transparent transparent;*/
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
    right: -41px;
    border-width: 1px;
    color: #cfcfce;
    top: 44px;
  /*right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #F45B69;*/
}

time {
    display: block;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  /*background: #F45B69;*/
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
      font-size: 13px;
}
.timeline img.flagSpain {
    position: absolute;
    top: 30px;  
    right: -54px;
    z-index: 100;
    transition: all .5s ease-in-out;
}  
.timeline .Italy {
    /*background: url("/web/img/dovesiamo/italyImg.png") no-repeat right bottom;
    padding-right: 41px;*/
}
.timeline img.flagItaly {
    position: absolute;
    top: 30px;
    left: -57px;
    z-index: 100;
    transition: all .5s ease-in-out;
} 
.timeline .Spain {
    /*background: url("/web/img/dovesiamo/spainImg.png") no-repeat left bottom;
    padding-left: 41px;*/
}
.timeline img.flagUngheria {
    position: absolute;
    top: 30px;
    left: -57px;
    z-index: 100;
    transition: all .5s ease-in-out;
}
.timeline .Ungheria {
    /*background: url("/web/img/dovesiamo/neeImg.png") no-repeat right 137px;
    padding-right: 58px;*/
}

.timeline img.flagPolonia {
    position: absolute;
    top: 30px;
    left: -57px;
    z-index: 100;
    transition: all .5s ease-in-out;
}
.timeline .Polonia {
    /*background: url("/web/img/dovesiamo/neeImg.png") no-repeat right 137px;
    padding-right: 58px;*/
}
.timeline img.flagMexico {
    position: absolute;
    top: 30px;  
    right: -53px;
    z-index: 100;
    transition: all .5s ease-in-out;
}
.timeline .mexico {
    /*background: url("/web/img/dovesiamo/mexicoImg.png") no-repeat left 112px;
    padding-left: 63px;*/
}
.timeline img.flagfrance {
        position: absolute;
    top: 30px;
    right: -54px;
    z-index: 100;
    transition: all .5s ease-in-out;
}
.timeline .france {
   /*background: url("/web/img/dovesiamo/franceImg.png") no-repeat right center;
    padding-right: 63px;*/
}
.timeline img.flagTunisi {
    position: absolute;
    top: 30px;  
    left: -57px;
    z-index: 100;
    transition: all .5s ease-in-out;
}
.timeline .tunisi {
    /*background: url("/web/img/dovesiamo/tunisiImg.png") no-repeat left 110px;
    padding-left: 42px;*/
}
.timeline img.flagthai {
    position: absolute;
    top: 30px;
    right: -54px;
    z-index: 100;
    transition: all .5s ease-in-out;
}
.timeline .thai {
    /*background: url("/web/img/dovesiamo/thaiImg.png") no-repeat right center;
    padding-right: 63px;*/
}

.timeline img.flagGermania {
    position: absolute;
    top: 30px;  
    left: -57px;
    z-index: 100;
    transition: all .5s ease-in-out;
}
.timeline .germania {
    /*background: url("/web/img/dovesiamo/tunisiImg.png") no-repeat left 110px;
    padding-left: 42px;*/
}
/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1143px) {
    #footer {
            font-size: 0.8em;
    }
}

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 330px;
  }
  .timeline ul li:nth-child(even) div {
    left: -365px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    /*left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F45B69 transparent transparent;*/
    right: -41px;
    border-width: 1px;
    color: #cfcfce;
  }
      .timeline .Italy, 
    .timeline .Spain,
    .timeline .nee,
    .timeline .mexico, 
    .timeline .france,
    .timeline .tunisi,
    .timeline .thai {
        background: transparent;
        padding-right: 0;
    }
    .Spain.text-right,
    .mexico.text-right,
    .tunisi.text-right,
    .france.text-right,
    .thai.text-right {
        text-align: left;
        padding: 50px 0;
    }
    .timeline ul li:nth-child(even) div::before {
        left: -41px;
        top: 94px;
    }
    .timeline img.flagSpain,
    .timeline img.flagMexico,
     .timeline img.flagTunisi,
     .timeline img.flagfrance,
     .timeline img.flagthai{
        left: -54px;
        top: 80px;
    }
}







@media(max-width:860px) {
    .testo,.subTitle {
        font-size: 13px !important;
    }
    .testo h1 {
        margin-top: 40px !important;
    }
    .testo.padding-right {
        padding-right: 0;
    }

}

@media screen and (max-width: 990px) {
      .side-collapse-container{
          width:100%;
        
          right:0;
          transition:right .4s;
      }
      .side-collapse-container.out{
          right:200px;
      }
      .side-collapse {
          top:80px;
          bottom:0;
          right:0;
          width:200px;
          position:fixed;
          overflow:hidden;
          transition:width .4s;
      }
      .side-collapse.in {
          width:0;
      }
    #global_header_home li a,
    #global_header li a {
        min-width: 200px;
    }
    #global_header .form-control, #global_header_home .form-control {
        background: #fff !important;
        margin-top: 20px;
    }
        #fondatore .margin-top50{
        margin-top: 10px;
    }
    .carousel-caption h1 {
        font-size: 35px !important;
    }
    .carousel-caption {
            top: auto !important;
    }
}

@media (max-width: 767px) {
    .testo {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .testo.padding-left {
        padding: 0;
    }
    #Chisiamo .photo01, #Chisiamo .photo02, #Chisiamo .photo03 {
        height: 315px;
    }
    section#Chisiamo {
        margin-bottom: 0;
    }
    #fondatore .marchio .col-md-6 {
        border: 0;
    }
    #sociale h1 {
            margin-top: 30px !important;
    }
    #sociale .testoAle {
            padding-right: 15px;
    padding-left: 15px;
    }
    #sociale .apice {
            font-size: 110px;
    padding: 41px 0;
    }
    #schedaContattoForm .form-group {
        margin-bottom: 0;
    }
    #formContatti .form-control {
    margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    #footer {
        font-size: 0.6em;
    }
    #storia .claim h1, #dovesiamo .claim h1 {
        font-size: 30px;
    }
    #storia .photo01, #dovesiamo .photo01 {
            height: 288px;
    }
    #storia .claim, 
    #dovesiamo .claim {
        padding-top: 40px !important;
    }    
    .interview ul {
        padding-left: 0;
    }
    #fondatore .apice {
        font-size: 110px;
        padding: 41px 0 0;
    }
    #fondatore .marchio .col-md-6 {
        padding: 10px;
    }
    .carousel-caption h1 {
        font-size: 25px !important;
    }
}

#myCarousel {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.carousel-caption h1 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800;
}
.carousel-control .icon-next, 
.carousel-control .icon-prev {
        width: 29px;
    height: 54px;
}
.carousel-caption {
    position: absolute;
    left: 10% !important;
    right: 0;
    margin: auto;
    text-align: left;
    top: 35%;
    text-shadow: 2px 2px 9px rgba(0,0,0,.6);
}
.carousel-control .icon-prev {
        left: 10%;
    margin-left: 0;
}
.carousel-control .icon-next {
        right: 0%;
    margin-right: 0;
}



.hamburger .line{
  width: 40px;
  height: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.bfh-selectbox .bfh-selectbox-options ul li>a {
    font-weight: 200 !important;
    color: #18232d !important;
}
a.bfh-selectbox-toggle.form-control {
       font-weight: 200 !important;
    color: #18232d !important; 
}
.bfh-selectbox .bfh-selectbox-options {
    margin: 16px 0 0 !important;
    border-radius: 0 !important;
    width: 80px;
}
.container-fluid.numeriCravatta{
    background: url("/web/img/dovesiamo/numeri.png") no-repeat;
    background-position: center;
    height: 166px;
}
.container-fluid.numeriMondo{
    background: url("/web/img/dovesiamo/numeri.jpg") no-repeat;
    background-position: center;
    height: 475px;
        background-color: #e6e6e6;
}
.container-fluid.numeriTesti {
        background-color: #e6e6e6;
        
}

.numeriBoxPaesi {
        -moz-column-width: 21em;
    -webkit-column-width: 21em;
    -moz-column-gap: -1em;
    -webkit-column-gap: -1em;
    /* padding: 15px;
    margin-bottom: 30px; */
}
.numeriTestiPaesi {
    display: inline-block;
    margin: 10px 0.25rem .25rem;
    width: 100%;
    border: 1px solid #efefef;
    padding: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.numeriBoxPaesi .absolute {
    position: absolute;
    margin-top: -229px;
    width: auto;
}


.numeriBoxPaesi .absolute1 {
    position: absolute;
    margin-top: -108px;
    width: auto;
}


.numeriTestiPaesi strong {
    text-transform: uppercase;
}
.numeriTestiPaesi span {
    font-weight: 600;
}
.numeriTestiPaesi span.verde {
    color: #069642;
    font-size: 15px;
    line-height: 24px;
}
#numeri h1 {
    margin-top: 70px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}

.fill.world {
    background-position: top;
}

.boxBianco {
    overflow: hidden;
    background: rgba(242, 238, 237, 0.78);
    margin-bottom: 50px;
}

table{
    width: 100%;
    background-color: #f5f5f5;

    margin: 3rem 0;
}

tr {
    border: 1px solid #d7d7d7
}

thead{
    background-color:  #ececec
}

th {
    padding: 10px
}


.w-15 {
    width: 15%;
}
tbody td {
        padding: 10px}