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

body {
    font-size: 16px !important;
    line-height: 18px;
    background: #FFF;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.boxed {
    margin-bottom: 30px !important;
}

a {
    color: #324b72;
    color: #285483;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #428bca;
    text-decoration: none;
    background: transparent;
}

.clearfix {
    clear: both;
}

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

.scrollTo {
    cursor: pointer;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.carousel-indicators {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

/*	----------------------------------------------------------------------------
 *	Header
 */
#global_header {
    /*display: none;*/
    z-index: 1004;
    position: fixed;
    height: 70px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /*background: rgba(0, 0, 0, 0.85);*/
    background: rgba(255, 255, 255, 0.85);
    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: #4c4c4c;
}

#global_header_home {
    /*display: none;*/
    z-index: 1004;
    position: fixed;
    height: 70px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /*background: rgba(0, 0, 0, 0.85);*/
    background: rgba(255, 255, 255, 0.6);
    border-bottom: none;
    animation-name: fadeInDown;
    animation-duration: 1.6s;
    animation-fill-mode: both;
    animation-delay: 1s;
    -webkit-backface-visibility: hidden;
}

#global_header_home a {
    color: #000;
}

#global_header .container,
#global_header_home .container {
    position: relative;
}

#global_header #navbar a,
#global_header_home #navbar a {
    padding: 20px 5px 5px 5px;
    border-top: 3px solid transparent;
    font-size: 0.9em !important;
    background: transparent;
    text-transform: uppercase;
    /*color: #FFF;*/
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#global_header #navbar .active a,
#global_header_home #navbar .active a {
    background: none;
    border-bottom: 3px solid #4C4C4C;
}

#global_header .dropdown-menu .active a,
#global_header_home .dropdown-menu .active a {
    border-bottom: none !Important;
}

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

#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,
#global_header_home .selectLanguageCollapse {
    position: absolute;
    top: 0;
    right: 5px;
    width: 70px;
    margin: 18px 25px 5px 15px;
    background: none;
}

#global_header .selectLanguageCollapse .form-control,
#global_header_home .selectLanguageCollapse .form-control {
    padding: 6px 7px !important;
}

@media(max-width:767px) {

    #global_header .selectLanguage,
    #global_header_home .selectLanguage {
        margin: 8px 1px 5px 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 {
    padding-top: 70px;
    line-height: 27px;

}

#global_content .fa-chevron-left {
    color: #5e5f61;
    font-size: 1.4em !important;
    padding-right: 7px;
    padding-top: 5px;
    cursor: pointer;
    text-shadow: none;
}

#global_content .fa-chevron-right {
    color: #5e5f61;
    font-size: 1.4em !important;
    padding-left: 7px;
    padding-top: 5px;
    cursor: pointer;
    text-shadow: none;
}
.fa-stack {
    margin: 0 10px;
}
#global_content .fa-stack-2x {
    font-size: 2.4em !important;
    cursor: pointer;
}

#global_content .carousel-control {
    top: inherit;
    width: auto;
}

#global_content .carousel-control.left {
    left: 0px;
    /*bottom: 180px!important;*/
}


#global_content .carousel-control.right {
    right: 60px;
    /*bottom: 180px!important;*/
    z-index: 999;
}


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

.navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    /*padding-right: 100px;*/
    padding-right: 20px;
}

.navbar-default .navbar-brand {
    color: #333;
    padding: 10px 1px;
}

@media(min-width:768px) {
    .navbar-default .navbar-brand {
        padding: 15px 15px;
    }

    .navbar-nav>li {
        float: left;
        padding: 5px 6px 17px 6px;
        cursor: pointer;
    }

    #global_header #navbar a,
    #global_header_home #navbar a {
        padding: 20px 0px 5px 5px;
        border-top: 3px solid transparent;
        font-size: 0.9em !important;
        background: transparent;
        text-transform: uppercase;
        /* color: #FFF; */
        color: #000;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

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

@media(max-width:991px) {

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        /*padding-right:  110px;*/
        padding-right: 20px;
    }
}

.navbar-brand img {
    height: 40px;
    border: 0px;
    margin-top: 0px;
}

.navbar-nav {
    background: rgba(255, 255, 255, 0.85);
    /*background: rgba(0, 0, 0, 0.85);*/
    margin: 0 -25px 0 -15px;
}

#global_header #navbar .dropdown-menu,
#global_header_home #navbar .dropdown-menu {
    background: rgba(255, 255, 255, 0.85);
    /*background: rgba(0, 0, 0, 0.85);*/
}

#global_header #navbar .dropdown-menu>li>a,
#global_header_home #navbar .dropdown-menu>li>a {
    padding-top: 10px;
    font-size: 0.9em;
}

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

@media(min-width:768px) {
    .navbar-nav {
        background: none;
        float: right;
        margin: 0;
    }
}

@media(max-width:767px) {

    #global_header,
    #global_header_home {
        height: 55px;
    }

    #global_header #navbar .active a,
    #global_header #navbar a:hover,
    #global_header_home #navbar .active 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;
    }

    .navbar-toggle {
        /* float: left; */
        margin: 10px 15px;
        border-color: #CCC !important;
        background-color: #fff !important;
    }

    .navbar-default .navbar-brand {
        padding: 14px 1px;
    }

    .navbar-brand>img {
        display: block;
        margin: 0 auto !important;
        height: 27px !important;
    }

    #global_content {
        padding-top: 55px;
    }

    #global_header .navbar-header .selectLanguage,
    #global_header_home .navbar-header .selectLanguage {
        display: block;
    }

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

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding-right: 20px;
        background: #FFF;
    }

    #global_header #navbar a,
    #global_header_home #navbar a {
        text-align: right;
        padding: 10px 17px 10px 5px;
        border-bottom: 1px dashed #D4D4D4;
    }

    #global_header .selectLanguage,
    #global_header_home .selectLanguage {
        margin-top: 10px
    }

    #global_header .form-control,
    #global_header_home .form-control {
        background: #fff !important;
    }

    #chi_siamo>.row {
        background-color: #FFF;
        margin: 0 !important;
        text-align: justify;

    }

    #chi_siamo .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding: 0px !important;
    }

    #chi_siamo h1,
    #Habitaria h1,
    #schedaContatto h1 {
        text-decoration: none;
        text-align: left;
        color: #636363;
        font-weight: bold;
        padding-left: 0px !important;
        font-size: 25px;
    }

    #datifinanziari>.row {
        background-color: #FFF;
        margin: 0 !important;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
    }

    #datifinanziari a {
        cursor: pointer;
        outline: none;
        color: #428bca;
        text-decoration: none;
        background: transparent;
        padding: 20px;
        line-height: 1;
        border: 1px solid;
        float: left;
        margin: 9px !important;
        border-radius: 5px;
        background-color: #FAFDFF;
    }

    #Habitaria .claim {
        padding-left: 0px !important;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #datifinanziari .col-xs-12 {
        padding: 20px !important;
    }
}

@media(min-width: 992px) {

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        /*padding-right: 100px;*/
        padding-right: 20px;
    }

    #global_header #navbar a,
    #global_header_home #navbar a {
        padding: 20px 15px 5px 15px;
    }

}

@media (max-width: 880px) {
    .navbar-brand>img {
        display: block;
        margin: 5px auto;
        height: 27px !important;
    }
}

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

.sottoMenu {
    background-color: #F6F6F6;
    /*color: #FFF;*/
    height: 58px;
    margin-top: 32px;
}

.sottoMenuLeft {
    float: left;
    margin: 20px 0;
    font-size: 1.1em;
}

.sottoMenuRight {
    float: right;
    margin-top: 16px;
    text-transform: uppercase;
    color: #000;
    text-align: right;
    font-size: 2em;
    line-height: 1;
}

/*	----------------------------------------------------------------------------
 *	Sottotitolo
 */

.sezioneTitolo {
    padding: 20px 0 15px 15px;
    background: #FFF;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

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

#myCarouselHome {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#myCarouselHome video {
    display: none;
}

.habitariaCert {
    position: absolute;
    right: 40px;
    width: 88px;
    height: 102px;
    top: 100px;
    background: url('img/habitariaCert.png') no-repeat;
    z-index: 1000;

}

#schedaImmobile .habitariaCert {
    top: 10px;
}

#myCarouselHome video,
#myCarouselHome .carouselImmagine,
#myCarouselHome .item,
#myCarouselHome .item.active {
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

#myCarouselHome .info_carosel {
    position: absolute;
    left: 0px;
    right: initial;
    bottom: 89px;
    z-index: 10;
    /*width: 100%;*/
    padding: 10px 0;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    text-shadow: none;
}

#myCarouselHome .info_carosel h3,
#myCarouselHome .info_carosel p,
#myCarouselHome .carouselBottone {
    /*margin-left: 25%;
    width: 50%;*/
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
}

#myCarouselHome .info_carosel h3 {
    /*float: right;*/
    text-align: right;
    margin: 0 20px;
    font-size: 1.5em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    cursor: default;
}

#myCarouselHome .info_carosel p {
    font-size: 1.1em;
}

#myCarouselHome .carousel-caption p {
    text-decoration: none;
    color: #000;
}

#myCarouselHome .carouselBottone {
    float: right;
    margin: 0 10px;
    padding-top: 6px;
    width: 105px;
    height: 30px;
    background-color: rgb(11, 96, 134);
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
}

#myCarouselHome .info_carosel a,
#myCarouselHome .info_carosel a:hover,
#myCarouselHome .info_carosel a:active,
#myCarouselHome .info_carosel a:visited {
    color: #FFF;
    text-decoration: none;
}

#myCarouselHome .carousel-indicators {
    bottom: 15%;
}

#myCarouselHome .carousel-indicators li {
    border: 1px solid #000;
}

#myCarouselHome .carousel-inner>.item>img,
#myCarouselHome .carousel-inner>.item>a>img {
    width: 100%;
    height: 100%;
    margin: auto;
}

#myCarouselHome .carousel-inner {
    height: 100%;
    overflow: hidden;
}

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

.carousel-control.left,
.carousel-control.right {
    background: none;
}


/* Mobile */
@media(max-width: 768px) {
    .habitariaCert {
        background-size: 90%;
        right: 6px;
        top: 70px;
    }

    .Scheda .logo-cantiere {
        top: 30px !important;
        left: 15px !important;
        height: 80px;
    }

    #myCarouselHome .info_carosel {
        padding: 5px 0;
    }

    #myCarouselHome .info_carosel {
        bottom: 0px !important;
    }

    #myCarouselHome .carousel-indicators {
        display: none;
    }

    #myCarouselHome .info_carosel h3 {
        font-size: 0.9em;
    }

    #myCarouselHome .info_carosel p {
        font-size: 1em;
        padding-top: 5px;
    }

    #myCarouselHome .info_carosel h3,
    #myCarouselHome .info_carosel p {
        /*text-align: center;
        width: 60%;
        margin-left: 20%;*/
    }

    #myCarouselHome .carouselBottone {
        width: 80px;
        /*margin: 5px auto 0px auto;
        padding-top: 3px;
        width: 80px;
        height: 24px;*/
    }

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

    .bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
        color: #fff;
    }

}

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

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

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 85px; */
    background-color: rgb(239 239 239 / 85%);
    text-align: center;
    font-size: 17px;
    color: #000;
    height: 40px;
    line-height: 2.2;
    padding-top: 9px;
}

#footer a {
    background: none;
    color: #000;
    font-size: 0.9em !important;
}

#footer p {
    margin: 0;
    font-size: 0.8em !important;
}

.home #footer {
    position: absolute;
}

@media(max-width: 768px) {
    .Contatti #footer {
        position: relative;
    }

    .Habitaria #footer {
        position: relative;
        bottom: 0;
    }

}

@media(max-width: 768px) {

    .home #footer,
    .Mappa #footer {
        display: none;
    }

    #footer {
        padding: 5px 10px 0 10px;
        border-top: 1px solid #cccccc;
    }
}

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


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

.menuAmbientiTab {
    display: none;
}

#menuAmbienti {
    position: relative;
    display: inline-block;
    background: #F4F4F4;
    /*padding: 25px 0 10px 0;*/
    padding: 25px 0 10px 0;
    height: 60px;
    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: 12px 0;
    margin-right: 10px;
    font-size: 0.9em;
    list-style: none;
    line-height: 0.9em;
    /*background-color: #FFF;*/
    color: #333;
    /*border: 1px solid #949494;*/
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .5s ease 0s;
}

#menuAmbienti li.selected {
    cursor: default;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#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(min-width: 768px) {
    .menuAmbientiTab {
        position: absolute;
        width: 100%;
        height: 35px;
        border-bottom: 1px solid #CCCCCC;
        display: block;
    }
}

@media(max-width: 768px) {
    #menuAmbienti {
        padding: 25px 0 0 0;
        background: transparent;
    }

    #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;
        border: 1px solid #ABABAB;
        border-radius: 5px;
    }

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

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

    #menuAmbienti .menuAmbientiScelta[ambiente="esterni"].selected {
        background-image: url('img/ico_esterni_hover.png');
        background-color: #6c6c6c;
    }

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

    #menuAmbienti .menuAmbientiScelta[ambiente="particomuni"].selected {
        background-image: url('img/ico_particomuni_hover.png');
        background-color: #6c6c6c;
    }

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

    #menuAmbienti .menuAmbientiScelta[ambiente="giorno"].selected {
        background-image: url('img/ico_cucina_hover.png');
        background-color: #6c6c6c;
    }

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

    #menuAmbienti .menuAmbientiScelta[ambiente="notte"].selected {
        background-image: url('img/ico_zonanotte_hover.png');
        background-color: #6c6c6c;
    }

    #menuAmbienti .menuAmbientiScelta[ambiente="bagno"] {
        background-image: url('img/ico_bagno.png');
    }

    #menuAmbienti .menuAmbientiScelta[ambiente="bagno"].selected {
        background-image: url('img/ico_bagno_hover.png');
        background-color: #6c6c6c;
    }

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

    #menuAmbienti .menuAmbientiScelta[ambiente="dettagli"].selected {
        background-image: url('img/ico_dettagli_hover.png');
        background-color: #6c6c6c;
    }

    .menuAmbientiTab {
        position: absolute;
        width: 100%;
        height: 35px;
        border-bottom: transparent;
        display: block;
    }
}

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


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

#immobiliGrid {
    margin-top: 25px;
}

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

#immobiliGrid .immobiliItem .habitariaCert {
    top: 50px;
    width: 50px;
    height: 62px;
    right: 20px;
    background-size: 40%;
    background: url('img/habitariaCert_th.png') no-repeat;
}

#immobiliGrid .immobiliItem .logo-cantiere {
    top: 60px;
    left: 20px;
}

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

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

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



#immobiliGrid .immobileProvincia {
    color: #585858;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    float: right;
}

#immobiliGrid .immobileImmagine {
    width: 100%;
    height: 310px;
    margin: 0 auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

#immobiliGrid .immobileImmagine:hover {
    border: 2px solid rgb(56, 56, 56);
}

#immobiliGrid .immobileDescrizione {
    height: 63px;
    color: #585858;
    padding: 10px 5% 0 5%;
}

#immobiliGrid .immobileStanze {
    float: left;
    width: 100%;
}

#immobiliGrid .immobileStanza {
    float: left;
    font-size: 2em;
    text-align: center;
    padding: 0 20px 10px 0;
    line-height: 1;
}

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

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

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

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

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

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

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

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

#schedaImmobile .full-panel {
    background-attachment: fixed;
    background-position: 50% -100px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 768px) {
    .schedaImmagineDoppia {
        margin-top: 10px;
    }

}

@media screen and (max-width: 600px) {
    #immobiliGrid .immobileNome {
        color: #585858;
        font-weight: bold;
        font-size: 0.9em !important;
        text-transform: uppercase;
        float: left;
    }

    #immobiliGrid .immobileProvincia {
        color: #585858;
        font-weight: bold;
        font-size: 0.9em !important;
        text-transform: uppercase;
        padding-left: 5px;
        float: right;
    }
}

@media screen and (max-width: 1195px) {
    #immobiliGrid .immobileNome {
        color: #585858;
        font-weight: bold;
        font-size: 0.8em !important;
        text-transform: uppercase;
        float: left;
    }

    #immobiliGrid .immobileProvincia {
        color: #585858;
        font-weight: bold;
        font-size: 0.8em !important;
        text-transform: uppercase;
        padding-left: 5px;
        float: right;
    }
    .tl-year p {
        font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 1rem !important;
        line-height: 0;
    }
}

#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;
}

.Scheda .schedaImmagineDown {
    position: absolute;
    display: block;
    width: 51px;
    height: 51px;
    bottom: 20px !important;
    left: 50%;
    margin-left: -25px;
    /*background-image: url('img/ico_down.png');
    background-repeat: no-repeat;
    background-position: center;*/
    cursor: pointer;
}

.Scheda .schedaImmagineNome {
    position: absolute;
    display: block;
    left: 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);
}

.logo-cantiere {
    position: absolute;
    top: 90px;
    left: 30px;
}

.Scheda .logo-cantiere {
    top: 50px;
}

#schedaImmobile .area-top-master {
    display: block;
    text-align: center;
    margin: 30px auto 0;
    letter-spacing: 0.050em;
}

#schedaImmobile .area-subtitle {
    margin: 20px;
    padding: 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}

#schedaImmobile .habitaria-subtitle {
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px;
    margin: 15px 0 0px 0px;
    color: #5e5f61;
    line-height: 1.366;
    /* letter-spacing: 0.355em; */
    font-weight: 600;
}

#schedaImmobile .habitaria-box {
    margin: 30px 20px 0px 20px;
    text-align: center;
}

#schedaImmobile #schedaImmobileImmagini {
    margin-top: 0;
}

#schedaImmobile #schedaImmobileImmagini .row {
    margin-top: 20px;
}

#schedaImmobile .schedaImmagineDescrizione {
    margin-top: 5px;
}

#schedaImmobile .schedaImmagineSingola img,
#schedaImmobile .schedaImmagineDoppia img {
    width: 100%;
}

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

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

#schedaImmobile .fa-stack-2x {
    font-size: 2.3em;
    cursor: pointer;
}

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


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

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

#schedaImmobileImmagini .col-xs-1,
#schedaImmobileImmagini .col-sm-1,
#schedaImmobileImmagini .col-md-1,
#schedaImmobileImmagini .col-lg-1,
#schedaImmobileImmagini .col-xs-2,
#schedaImmobileImmagini .col-sm-2,
#schedaImmobileImmagini .col-md-2,
#schedaImmobileImmagini .col-lg-2,
#schedaImmobileImmagini .col-xs-3,
#schedaImmobileImmagini .col-sm-3,
#schedaImmobileImmagini .col-md-3,
#schedaImmobileImmagini .col-lg-3,
#schedaImmobileImmagini .col-xs-4,
#schedaImmobileImmagini .col-sm-4,
#schedaImmobileImmagini .col-md-4,
#schedaImmobileImmagini .col-lg-4,
#schedaImmobileImmagini .col-xs-5,
#schedaImmobileImmagini .col-sm-5,
#schedaImmobileImmagini .col-md-5,
#schedaImmobileImmagini .col-lg-5,
#schedaImmobileImmagini .col-xs-6,
#schedaImmobileImmagini .col-sm-6,
#schedaImmobileImmagini .col-md-6,
#schedaImmobileImmagini .col-lg-6,
#schedaImmobileImmagini .col-xs-7,
#schedaImmobileImmagini .col-sm-7,
#schedaImmobileImmagini .col-md-7,
#schedaImmobileImmagini .col-lg-7,
#schedaImmobileImmagini .col-xs-8,
#schedaImmobileImmagini .col-sm-8,
#schedaImmobileImmagini .col-md-8,
#schedaImmobileImmagini .col-lg-8,
#schedaImmobileImmagini .col-xs-9,
#schedaImmobileImmagini .col-sm-9,
#schedaImmobileImmagini .col-md-9,
#schedaImmobileImmagini .col-lg-9,
#schedaImmobileImmagini .col-xs-10,
#schedaImmobileImmagini .col-sm-10,
#schedaImmobileImmagini .col-md-10,
#schedaImmobileImmagini .col-lg-10,
#schedaImmobileImmagini .col-xs-11,
#schedaImmobileImmagini .col-sm-11,
#schedaImmobileImmagini .col-md-11,
#schedaImmobileImmagini .col-lg-11,
#schedaImmobileImmagini .col-xs-12,
#schedaImmobileImmagini .col-sm-12,
#schedaImmobileImmagini .col-md-12,
#schedaImmobileImmagini .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

#schedaDati .col-xs-1,
#schedaDati .col-sm-1,
#schedaDati .col-md-1,
#schedaDati .col-lg-1,
#schedaDati .col-xs-2,
#schedaDati .col-sm-2,
#schedaDati .col-md-2,
#schedaDati .col-lg-2,
#schedaDati .col-xs-3,
#schedaDati .col-sm-3,
#schedaDati .col-md-3,
#schedaDati .col-lg-3,
#schedaDati .col-xs-4,
#schedaDati .col-sm-4,
#schedaDati .col-md-4,
#schedaDati .col-lg-4,
#schedaDati .col-xs-5,
#schedaDati .col-sm-5,
#schedaDati .col-md-5,
#schedaDati .col-lg-5,
#schedaDati .col-xs-6,
#schedaDati .col-sm-6,
#schedaDati .col-md-6,
#schedaDati .col-lg-6,
#schedaDati .col-xs-7,
#schedaDati .col-sm-7,
#schedaDati .col-md-7,
#schedaDati .col-lg-7,
#schedaDati .col-xs-8,
#schedaDati .col-sm-8,
#schedaDati .col-md-8,
#schedaDati .col-lg-8,
#schedaDati .col-xs-9,
#schedaDati .col-sm-9,
#schedaDati .col-md-9,
#schedaDati .col-lg-9,
#schedaDati .col-xs-10,
#schedaDati .col-sm-10,
#schedaDati .col-md-10,
#schedaDati .col-lg-10,
#schedaDati .col-xs-11,
#schedaDati .col-sm-11,
#schedaDati .col-md-11,
#schedaDati .col-lg-11,
#schedaDati .col-xs-12,
#schedaDati .col-sm-12,
#schedaDati .col-md-12,
#schedaDati .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (min-width: 768px) {
    #schedaImmobile .schedaImmagineDoppia {
        padding: 3px;
    }
}

#schedaDati {
    line-height: 1;
    background-color: #F7F7F7;
    padding-top: 40px;
    padding-bottom: 40px;
}

#schedaDati .schedaNome {
    font-size: 2em;
}

@media screen and (max-width: 768px) {
    #schedaDati .schedaNome {
        /*margin-bottom: 30px;*/
    }

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

    .Scheda .schedaImmagineDown {
        bottom: 45px !important;
    }

    #schedaCarouselImmobile .carousel-control {
        top: inherit;
        bottom: 50% !important;
    }

    form.form-horizontal {
        margin-top: 20px;
    }

    #schedaDati .schedaDatiAncore div {
        padding: 10px 0 10px 40px;
        background-repeat: no-repeat;
        background-position: 15% 7px !important;
    }

}

#schedaDati .schedaProvincia,
#schedaDati .schedaIndirizzo {
    margin-top: 5px;
    font-size: 1.1em;
    color: #000;
}

#schedaDati .schedaDescrizione {
    margin-top: 20px;
    color: #333333;
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: justify;
}

@media(min-width: 1024px) {
    #schedaDati .schedaDescrizione {
        padding-right: 2em;
        line-height: 1.5;
    }


}
@media(max-width: 1024px) {

    #timeline {
        display: block !important;
        background-color: #031625;
    }
    .tl-item {
        width: 100% !important;
    }
    .tl-content {
        opacity: 1 !important;
    }
    .tl-item:after {
        opacity: 0;
    }
    .tl-bg {
        filter: none !important;
    }
    p.f2.heading--sanSerif {
        font-size: 40px !important;
    }
}

#schedaDati .schedaLink {
    margin-top: 18px;
    text-transform: uppercase;
    padding: 18px 0px 25px 70px;
    background: url('img/WEB_1.png') no-repeat;
    font-size: 1.3em;
    display: inline-block;
    /* background-size: 20px; */
    border: 2px solid #009ee0;
    padding: 17px 16px 17px 70px;
    border-radius: 12px;
    background-position: 10px;
    background-color: #fff;
}

#schedaDati a:hover {
    color: #428bca;
    text-decoration: none;
}

#schedaDati .schedaDatiAncore {
    /*padding: 0 0px 20px 0;*/
    /*background: #F6F6F6;*/
    font-size: 1.15em;
    /*margin-left: -15px;*/
}

@media(min-width: 1024px) {
    #schedaDati .schedaDatiAncore {
        margin-left: -15px;
    }
}

#schedaDati .schedaDatiAncore div {
    padding: 10px 0 10px 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

#schedaDati .schedaDatiAncoreSoluzioni {
    background-image: url('img/ico-soluzioni.png');
}

#schedaDati .schedaDatiAncoreMappa {
    background-image: url('img/ico-gmappa.png');
}

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

#schedaCarouselImmobile {
    min-height: 300px;
}

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

#schedaCarouselImmobile .item,
#schedaCarouselArredamento .item {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#schedaCarouselImmobile .carousel-control {
    top: 45%;
}

#schedaCarouselImmobile .carousel-control.right {
    right: 0px;
}

#schedaSoluzioni table {
    font-size: 1em;
    text-align: center;
}

#schedaSoluzioni table th {
    text-align: center;
    text-transform: uppercase;
    background: #F6F6F6;
}

section#schedaMappa {
    margin-top: 40px;
}

#schedaMappa .schedaMappaContenuto {
    width: 100%;
    height: 400px;
}

#schedaMappa #map {
    height: 100%;
}

#schedaMappa h2.area-title {
    margin: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 800;
}

#schedaImmobile section#schedaSocial {
    font-size: 1.1em;
    text-transform: uppercase;
    background: #F6F6F6;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

#schedaSocial .container {
    padding-top: 10px;
}

#schedaSocial .schedaSocialTesto {
    padding-top: 15px;
}

#schedaSocial .row {
    text-align: center;
}

#schedaSocial .loghiSocial {
    display: inline-block;
    float: none;
}

#schedaSocial .loghiSocial>div {
    display: inline-block;
    width: 16%;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

#schedaImmobile section#schedaContatto {
    background-color: #2b2b2b;
    color: #FFF;
    padding: 10px 0 40px 0;
    margin-top: 0;
}

#schedaContatto a {
    color: inherit;
}

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

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

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

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

#schedaContatto .schedaContattoInfo {
    padding: 20px;
}

#schedaContatto h2 {
    margin: 20px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}

#schedaContattoSmall {
    background-color: #fff;
    color: #2b2b2b;
    padding: 40px 0 40px 0;
    margin-top: 0;
}

#schedaContattoSmall textarea.form-control {
    height: 132px;
}

#schedaContattoSmall .col-md-12 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

#schedaContattoSmall .radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 29px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
}

#schedaContattoSmall h2.area-title {
    margin-top: 0px;
    font-size: 25px;
}

.col-md-4.col-sm-12.schedaContattoInfo {
    padding-left: 0px;
    margin-bottom: 20px;
}

#buttonInviaFormAlto {
    margin-right: 14px;
}

@media(min-width: 768px) {
    #schedaContatto .schedaContattoInfo {
        padding-top: 20px;
        text-align: right;
    }
}

#schedaContatto .schedaContattoNome {
    font-size: 1.2em;
}

.ancoreSpaceMobile {
    display: none;
}

/* Mobile */
@media(max-width: 768px) {
    #schedaDati {
        text-align: center;
    }

    #schedaDati .schedaDettagli {
        width: 100%;
    }

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

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

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

    #schedaDati .schedaDettagli dd {
        font-size: 2em;
    }

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

    .ancoreSpaceMobile {
        display: block;
    }

    #schedaDati .schedaDatiAncore div {
        padding: 10px 0 10px 40px;
        background-repeat: no-repeat;
        background-position: 40% 7px;
    }
}

/*------------chi siamo --------------------*/
#chi_siamo>.row {
    background-color: #FFF;
    margin: 2em 0;
    padding: 1em;
    text-align: justify;
}

#chi_siamo>.imgInfo1 {
    background: url("/web/img/bg_img/background-laducale.jpg") no-repeat center center;
    /*background-size: 2000px 1450px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20em 0;
    margin: 4em 0 0 0 !important;
}

#chi_siamo>.imgInfo2 {
    background: url("/web/img/bg_img/background-inumeri.jpg") no-repeat center center;
    /*background-size: 2000px 1450px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20em 0;
    margin: 4em 0 0 0 !important;
}

#chi_siamo>.imgInfo3 {
    background: url("/web/img/bg_img/background-tecno.jpg") no-repeat top center;
    /*background-size: 2000px 1450px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20em 0;
    margin: 4em 0 0 0 !important;
}

#chi_siamo>.imgInfo4 {
    background: url("/web/img/bg_img/sei.jpg") no-repeat center center;
    /*background-size: 2000px 1450px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20em 0;
    margin: 4em 0 0 0 !important;
}

#chi_siamo>.imgInfo5 {
    background: url("/web/img/bg_img/background-dati.jpg") no-repeat center center;
    /*background-size: 2000px 1450px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20em 0;
    margin: 4em 0 0 0 !important;
}

#chi_siamo h1 {
    text-align: center;
}

#chi_siamo .row>div>img {
    text-align: center;
}

#chi_siamo h3,
#chi_siamo h3>a {
    text-transform: uppercase;
    color: #636363;
    font-size: 1em;
    background-color: #F7F7F7;
}

#chi_siamo h3,
#chi_siamo h3>a:hover {
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    background-color: #636363;
}

#chi_siamo h1,
#Habitaria h1 {
    text-decoration: none;
    text-align: left;
    color: #636363;
    font-weight: bold;
}

#schedaContatto h1 {
    text-decoration: none;
    text-align: center;
    color: #636363;
    font-weight: bold;
    padding-left: 14px;
}

#chi_siamo .tabellaNumeri>.row {
    border-bottom: 1px dashed #BBBBBB;
    padding: 15px;

}

#chi_siamo .tabellaNumeri>.tablehead {
    background-color: #F5F5F5;

}

#chi_siamo #Numeri_Mobile .tabellaNumeri>.tablehead {
    background-color: #F5F5F5;

}

#chi_siamo .tabellaNumeri>.row>div {
    text-align: center;
}


#Numeri_Mobile {
    display: none;
}

#Numeri {
    display: block;
}

.tabellaNumeri {
    /*margin-top: 20px;*/
    text-transform: uppercase;
}

#privacy {
    text-align: justify;
}

#privacy>.imgInfo6 {
    background: url("/web/img/bg_img/privacy.jpg") no-repeat center center;
    /* background-size: 2000px 1450px; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 14em 0;
    margin: 0em 0;
}

#privacy h1 {
    font-size: 2em !important;
    margin-top: 30px;
    font-weight: 600;
}

#privacy h3 {
    font-size: 1.3em !important;
    margin-top: 30px;
    font-weight: 600;
}

#partner {
    text-align: justify;
    margin-bottom: 80px;
}

#partner>.imgInfo6 {
    background: url("/web/img/bg_img/partner.jpg") no-repeat center center;
    /* background-size: 2000px 1450px; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 14em 0;
    margin: 0em 0;
}

#partner h1 {
    text-decoration: none;
    text-align: left;
    color: #636363;
    font-weight: bold;
    padding-left: 14px;
    margin-top: 40px;
}

#partner h2 {
    font-size: 1.8em;
    margin-top: 30px
}

/*------------dati finanziari --------------------*/

#datifinanziari>.row {
    background-color: #FFF;
    margin: 2em 0;
    padding: 1em;
}

#datifinanziari a {
    cursor: pointer;
    outline: none;
    color: #428bca;
    text-decoration: none;
    background: transparent;
    padding: 20px;
    line-height: 1;
    border: 1px solid;
    float: left;
    margin: 11px;
    border-radius: 5px;
    background-color: #FAFDFF;
}

#datifinanziari a:hover {
    background-color: #428bca;
    color: #fff;
}


@media(max-width: 768px) {
    #Numeri_Mobile {
        display: block;
    }

    #Numeri {
        display: none;
    }
}

/* ------------------habitaria ----------------------*/
#Habitaria {
    text-align: justify;
}

#Habitaria>.imgInfo6 {
    background: url("/web/img/bg_img/habitaria.jpg") no-repeat center center;
    /*background-size: 2000px 1450px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 17em 0;
    margin: 0em 0;
}

#Habitaria h1 {
    text-decoration: none;
    text-align: left;
    color: #636363;
    font-weight: bold;
    padding-left: 14px;
    margin-top: 40px;
}

#Habitaria .claim {
    padding-left: 30px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 30px;
}

#Habitaria .logo_habitaria {
    margin: 40px auto;
    text-align: center;
}

#schedaContatto>.imgInfo7 {
    background: url("/web/img/bg_img/contact.jpg") no-repeat center center;
    /* background-size: 2000px 1450px; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 14em 0;
    margin: 0em 0;
}

.res-tab-body {
    margin: 5px 0;
}

.res-tab-header {
    background-color: #efefef;
    margin-bottom: 5px;
    padding: 10px 10px;
    font-size: 13px;
    font-family: 'Montserrat';
}

.res-tab-row-parent {
    padding: 15px 0;
    border-bottom: 1px dashed #D6D6D6;
}

.res-tab-row-inner {
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #ccc;
}

.res-gallery-box {
    position: fixed;
    top: -10000;
    left: -10000;
}

#soluzioni h2.area-title {
    margin: 20px;

    text-transform: uppercase;
    font-size: 22px;
    font-weight: 800;
}


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







.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -16px;
}


/*
=================================== HABITARIA
*/
#habitaria .habitaria-subtitle {
    text-transform: uppercase;
    font-size: 14px;
    margin: 4px 0 0px 0px;
    color: #5e5f61;
    line-height: 1.366;
    font-weight: bold;
}

#habitaria .habitaria-subtitle-description {
    color: #5e5f61;
    font-size: 10px;
    margin: 0px 0 40px 0px;

    line-height: 1.366;
    font-weight: 400;
    text-transform: uppercase;
}

#habitaria .habitaria-box {
    margin: 30px 15px 0px 15px;
    text-align: center;
}

#habitaria .habitaria-area-description {
    line-height: 1.54;
    font-size: inherit;
    text-align: justify;
}

#habitaria .area-top-master {
    display: block;
    text-align: justify;
    margin: 30px auto 0;
    letter-spacing: 0.050em;
}

#habitaria h2 {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}

#habitaria .area-subtitle {
    text-transform: none;
    letter-spacing: 0;
    color: #333333;
    font-size: 1.1em;
    line-height: 1.5
}





/* 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;
}

/*.container {
    overflow: hidden;
    width: 960px !important;
    padding: 0 10px !important;
}*/


#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: 19px;
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
}

.useMap {

    position: relative;
    float: left;
    width: 10%;
    margin-top: -7px;

}

.div_indirizzo {
    float: right;
}

@media (min-width: 767px) {
    .useMap {

        display: none;

    }
}

ul.map-legenda {
    list-style-type: none;
    height: auto;
    display: table;
    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;
}

.map-legenda .col-md-2 {
    padding: 0px;
    width: 12%;
    text-align: center;
    cursor: pointer;
}

.map-legenda label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    color: #5F5F5F;
}

@media (min-width: 375px) {
    .map-legenda li {

        padding: 5px 10px;

    }
}

@media (min-width: 767px) {
    .map-legenda li {

        padding: 5px;

    }
}

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: 870px;
    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-color: #8f8f8f; */
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.9;
    padding: 12px;
    color: #fff;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    text-align: right;
    line-height: 2em;
    margin-top: -54px;
}


@media (min-width: 767px) {
    #containerLeggenda .noBr {
        display: none;
    }

    .bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
        margin-right: 0px !important;
    }
}


@media (max-width: 767px) {
    div#containerLeggenda {
        /*        background-color: transparent;
                border: transparent;*/
        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;
        /*float: left;
        margin-left: 0px;
        width: 100px;
        padding: 8px;
        border: 1px solid;
        height: 100px;
        margin: 5px;*/
    }


    .container {
        overflow: hidden;
        width: auto !important;
        padding: 0 10px !important;
    }

    #schedaDati .schedaDescrizione {
        text-align: justify;
        line-height: 1.3em;
    }

}


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


#cookie {
    width: 100%;
    position: fixed;
    bottom: 0px;
    min-height: 70px;
    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: 22px;
}

#cookie a {
    color: #fff;
}

.blueimp-gallery {
    background-color: #fff !important;
}

#blueimp-gallery h3.title {
    top: 6% !important;
    left: 49%;
    text-shadow: none;
    color: #000;
}

@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: 960px;
    }


}

/*
@media  screen and (max-width:320px) {
	#descEnergetica {
		bottom: 225px !important;
		left: 12px !important;
    }
    #blueimp-gallery h3.title{
		top: 215px !important;
		left: 0 !important;
    }
}
@media  screen and (max-width: 768px){
	#descEnergetica {
		bottom: 155px !important;
		left: 12px !important;
    }
    #blueimp-gallery h3.title{
		top: 155px !important;
		left: 0 !important;
    }


}

*/
.res-tab-row-offset-icon {
    display: inline-block;
    margin-left: 20px;
}

.ico_badroom {
    width: 34px;
    padding-left: 10px;
    padding-bottom: 7px;
}

.ico_bathroom {
    width: 32px;
    padding-left: 10px;
    padding-bottom: 7px;
}

.res-tab-row-parent {
    padding: 9px 9px;
    border-bottom: 1px dashed #D6D6D6;
}

.res-soluzione {
    padding-top: 5px;
}

.res-tab-row-inner {
    padding: 10px 0 10px 0px;
    border-bottom: 1px dashed #ccc;
    background-color: #FBFBFB;
}

.res-tab-row-offset-noicon {
    display: inline-block;
    margin-left: 43px;
}

a.collapseOptions {
    color: #5E5F61 !important;
}

a.collapseOptions:focus,
a.collapseOptions:hover {
    text-decoration: none;
}

h3.confermaContatto {
    margin-top: 0px;
    font-size: 20px;
}

h3[class=confermaContatto] {
    color: #009999;
}

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

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

#immobiliGrid {
    margin-top: 16px;
}

#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 {
    top: inherit;
    bottom: 43% !important;
    right: 11px;
}

#immobiliGrid .carousel-control.left {
    top: inherit;
    bottom: 43% !important;
    left: 11px;
}

#immobiliGrid .fa-stack-2x {
    font-size: 1.9em !important;
    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: 992px) {
    #immobiliGrid .immobiliGridItem {
        width: 31.6%;
        transition: all 0.5s ease-in-out;
    }

}

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

#immobiliGrid .immobileNome {
    color: #585858;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    float: left;
}

#immobiliGrid .immobileProvincia {
    color: #585858;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    padding-left: 5px;
    float: right;
}

#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 .coveritem {
    height: 310px !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

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

#immobiliGrid .immobileDescrizione {
    height: 63px;
    color: #585858;
    padding: 10px 3% 0 1%;
}

#immobiliGrid .immobileStanze {
    float: left;
}

#immobiliGrid .immobileStanza {
    float: left;
    font-size: 2em;
    text-align: center;
    padding: 0 10px 0px 10px;
    line-height: 1;
    border-right: 1px solid #D2D2D2;
}

#immobiliGrid .immobileStanza:last-child {
    border: none;
}

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

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

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

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

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

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

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


/*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;
}

#descEnergetica {
    margin: 0;
    z-index: 1111111;
    position: absolute;
    bottom: 6%;
    left: 45%;
    margin: 0 0 0 0;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    text-shadow: none;
    opacity: 0.8;
    padding: 0px;
    margin-top: -30px;
    background: none;
}


.schedaGalleriaNum {
    position: absolute;
    right: 40px;
    bottom: 40px;
    color: #FFF;
    font-size: 3em;
    font-family: "Montserrat 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;
}


.blueimp-gallery>.prev,
.blueimp-gallery>.next {
    font-family: Arial, sans-serif !important;
    font-size: 70px !important;
    font-weight: 400 !important;
    color: #000 !important;
    background: #fff !important;
    margin-top: -10px;
    line-height: inherit !important;

}

#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;
}


#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: 42px;
    font-weight: 700;
    margin-right: 11px;
}


/* IE 9, 10 & 11 */
@media screen and (min-width:0\0) {

    #myCarouselHome .info_carosel {
        position: absolute;
        left: 0px;
        right: auto !important;
        bottom: 89px;
        z-index: 10;
        /*width: 100%;*/
        padding: 10px 0;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.85);
        text-shadow: none;

    }

    #global_content .carousel-control.left {
        left: 70px !important;
        /*bottom: 180px!important;*/
    }

    #global_content .carousel-control.right {
        right: -20px !important;
        /*bottom: 180px!important;*/
    }
}


/*timeline*/
#timeline .container-fluid {
    padding: 0;
}

.timeline.row {
    margin: 0;
}

.timeline .tip {
    width: 250px;
    height: 180px;
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -125px;
    z-index: 99;
    text-align: center;
    border-radius: 25px;
    padding: 45px 0 0 0;
    display: block;
}

.timeline ul.timeline_project_wrapper {
    width: auto;
    height: 100%;
    position: relative;
    margin: 0;
}

ul {
    margin-left: 1.1rem;
}

ul:not(#privacy ul),
ol,
dl {
    font-family: inherit;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem;
    list-style-type: none;
    padding-left: 0;
}

.timeline ul.timeline_project_wrapper li.timeline_project {
    float: left;
    width: 300px;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.timeline ul.timeline_project_wrapper li.timeline_project .project_info {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.timeline ul.timeline_project_wrapper li.timeline_project .project_info .project_info_inner {
    text-align: center;
    /* top: 50%; */
    margin: -66px 0 0 0;
    position: relative;
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
}

.timeline ul.timeline_project_wrapper li.timeline_project .project_info .project_info_inner .info_date {
    font-size: 36px;
    color: #fff;
    font-weight: 800;
}

#timeline a {
    color: #fff !important;
}

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

.timeline ul.timeline_project_wrapper li.timeline_project .project_info .overlay {
    background-color: rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.project_info_inner .hover {
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
}

.project_info_inner .hover:hover {
    opacity: 1;
    cursor: pointer;
    height: 100%;
}

.project_info_inner .topHover {
    top: 50%;
    position: relative;
}

.tip p {
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
}

.info_name {
    font-size: 25px !important;
    
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.88);
}


.info_address {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.88);

    margin-top: 20px;
}

.info_location {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.88);

}

.timeline .btn_timeline_left {
    position: fixed;
    width: 100px;
    height: 100%;
    top: 0;
    z-index: 10;
    left: 0;
    cursor: w-resize;
}

.timeline .btn_timeline_right {
    position: fixed;
    width: 100px;
    height: 100%;
    top: 0;
    z-index: 10;
    right: 0;
    cursor: e-resize;
}

@media only screen and (max-width: 64em) and (min-width: 41.75em) {

    .timeline .btn_timeline_left,
    .timeline .btn_timeline_right {
        display: none;
    }

}

.linkHabiaria {
    padding: 2px;
    border-radius: 10px;
    color: #1a9fdd;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url('img/habitaria_tb.png');
    background-repeat: no-repeat;
    width: 250px;
    height: 78px;
    padding-left: 84px;
    padding-top: 26px;
    line-height: 19px;
}

.linkHabiaria a {
    color: #1a9fdd;
}





.full-screen {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#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;
}


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

@media (max-aspect-ratio: 16/9) {
    #fullvideo-video {
        width: 300%;
        left: -100%;
    }
}

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


.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;
}


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


#timeline .fa-stack-2x {
    font-size: 2.2em;
    cursor: pointer;
    top: 50%;
    color: #fff;
}

.immobileClasseEner {
    text-align: right;
    padding-top: 8px;
    font-size: 12px;
    line-height: 1.2;
}
table {
    width: 100%;
    background-color: #f5f5f5;
    margin: 3rem 0;
  }
  table tr {
    border: 1px solid #d7d7d7;
  }
  table thead {
    background-color: #ececec;
  }
  table thead th {
    padding: 10px;
  }
  table tbody td {
    padding: 10px;
  }
  .w-15 {
    width: 15%;
  }




  #timeline {
    display: flex;
    background-color: #031625;
  }
  #timeline:hover .tl-item {
    width: 23.3333%;
  }
  
  .tl-item {
    transform: translate3d(0, 0, 0);
    position: relative;
    width: 25%;
    height: 100vh;
    min-height: 600px;
    color: #fff;
    overflow: hidden;
    transition: width 0.5s ease;
  }
  .tl-item:before, .tl-item:after {
    transform: translate3d(0, 0, 0);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .tl-item:after {
    background: rgb(3 169 244 / 11%);
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  .tl-item:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 180%);
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .tl-item:hover {
    width: 180% !important;
  }
  .tl-item:hover:after {
    opacity: 0;
  }
  .tl-item:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0) translateY(0);
    transition: opacity 1s ease, transform 1s ease 0.25s;
  }
  .tl-item:hover .tl-content {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.75s ease 0.5s;
  }
  .tl-item:hover .tl-bg {
    filter: grayscale(0);
  }
  
  .tl-content {
    transform: translate3d(0, 0, 0) translateY(25px);
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 1.618em;
    top: 55%;
    opacity: 0;
  }
  .tl-content h1 {
    font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #1779cf;
    font-size: 1.44rem;
    font-weight: normal;
  }
  
  .tl-year {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    /* border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; */
  }
  .tl-year p {
    font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px !important;
    line-height: 0;
  }
  
  .tl-bg {
    transform: translate3d(0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transition: filter 0.5s ease;
    filter: grayscale(100%);
  }