body {
    font-family: 'Libre Franklin', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #201c29;
    font-size: 16px;
    line-height: 26px;
}
.fix-padding {padding: 0px !important;}
.fix-padding-top {padding-top: 0px !important;}
.fix-margin {margin: 0px !important;}
.top5{margin-top:5px}
.bottom5{margin-bottom:5px}
.left5{margin-left:5px}
.right5{margin-right:5px}
.top10{margin-top:10px}
.bottom10{margin-bottom:10px}
.left10{margin-left:10px}
.right10{margin-right:10px}
.top20{margin-top:20px}
.bottom20{margin-bottom:20px}
.left20{margin-left:20px}
.right20{margin-right:20px}
.left40{margin-left:40px}
.right40{margin-right:40px}
.top15{margin-top:15px}
.top25{margin-top:25px}
.top50{margin-top:50px}
.left15{margin-left:15px}
.right15{margin-right:15px}
.bottom15{margin-bottom:15px}
.bottom25{margin-bottom:25px}
.bottom50{margin-bottom:50px}
.placeholder, input.placeholder {color: #999999;}
.bold {font-weight: bold !important;}
.alert {padding: 8px; font-size: 12px;}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
}
.row-fluid div[class*="col-"] {
    padding: 0; 
}
.inline {
    display: inline-block !important;
}
p {
    word-wrap: break-word;
    margin-bottom: 25px;
    line-height: 1.8;
}
label {
    cursor: default;
}
.btn:focus, input:focus, textarea:focus, a, .select-standard, input[type=checkbox]:focus {
    outline: none !important;
}
.textarea-block {
    resize: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a.fix {
    color: inherit;
    text-decoration: none;
}
.border-radius-fix {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.border-fix {
    border: 0px !important;
}
.full-height {
    min-height: 100%;
    margin: 0px;
}
ul.float li {
    padding: 0px !important;
    float: left;
}
input.large, select.large {
    height: 40px;
}
input.error, select.error, textarea.error {
    border-color: #B1393B;
}
ul.list-table {
    display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
ul.list-table > li {
    display: table-cell;
}
ul.list-table > li:first-child {
    width: 1px; 
    white-space: nowrap;
}
.two-col p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px; 
    column-gap: 40px;
}
@media(max-width: 991.98px) {
    .two-col p{
        -webkit-column-count: 1!important;
        -moz-column-count: 1!important;
        column-count: 1!important;
        -webkit-column-gap: 0!important;
        -moz-column-gap: 0!important;
        column-gap: 0!important;
    }
}

/*
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }
// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }
// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }
// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }
*/

/*** Custom ***/
::selection {
    color: #fff;
    background: #F47549;
}
::-moz-selection {
    color: #fff;
    background: #F47549;
}
.wrap {
    max-width: 1920px;
    margin: auto;
    padding-top: 72px;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
}
.mvh-100 {
    min-height: 100vh;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.overlay-pattern {
    background: url(../img/pattern.png);
    opacity: 1;
    z-index: 1;
}
.img-container {
    height: 540px;
    min-height: 540px;
    position: relative;
    color: #fff;
}
.img-container .title-sm {
    font-weight: normal;
    margin-bottom: 50px;
}
.img-container .overlay {
    background-color: rgba(0,0,0,0.2);
}
.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
.section {
    padding: 50px 0;
}
.section-sm {
    padding: 25px 0;
}
.section-lg {
    padding: 100px 0;
}
.divider {
    padding: 25px 0;
}
.divider-lg {
    padding: 50px 0;
}
.title {
    font-weight: bold;
    font-size: 100px;
    line-height: 110px;
    margin-top: 0;
    margin-bottom: 25px;
}
.title-md {
    font-weight: 600;
    font-size: 56px;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 25px;
}
.title-sm {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 25px;
}
.title-xs {
    font-size: 32px;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 25px;
}
.title-xxs {
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 12px;
}
.intro-container .title {
    margin-bottom: 15px;
}
.tag {
    display: block;
    line-height: 38px;
    font-size: 28px;
    margin-bottom: 0px;
}
.address {
    display: block;
    line-height: 38px;
    font-size: 28px;
    margin-bottom: 0;
}
.address i {
    margin-right: 10px;
}
.bg-grey {
    background-color: #F6F7FB;
}
.scroll-top {
    position: relative;
    top: -25px;
}
.scroll-top:focus i {
    color: #fff;
}
a {
    color: #eb591d;
}
a:hover,
a:focus {
    color: #eb591d;
}
@media(max-width: 1199px) {
    .title {
        font-size: 72px;
        line-height: 82px;
    }
}
@media(max-width: 991px) {
    .title {
        font-size: 56px;
        line-height: 66px;
    }
    .title-md {
        font-size: 42px;
        line-height: 52px;
    }
    .title-sm {
        font-size: 32px;
        line-height: 42px;
    }
    .title-xs {
        font-size: 28px;
        line-height: 38px;
    }
    .tag,
    .address {
        font-size: 24px;
    }
}
@media(max-width: 767px) {
    .title {
        font-size: 42px;
        line-height: 52px;
    }
    .title-md {
        font-size: 32px;
        line-height: 42px;
    }
    .section-lg {
        padding: 50px 0;
    }
    .scroll-top {
        display: none !important;
    }
}

/*** Intro container ***/
.intro-container {
    position: relative;
    color: #fff;
}

/*** Footer ***/
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 5px;
    z-index: 1030;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.navbar-fixed-bottom a {
    display: inline-block;
    line-height: 24px;
    color: #fff;
    text-transform: none;
}
footer {
    background-color: #201c29;
    position: relative;
}
footer .bg-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../img/bg_footer.png') no-repeat center center;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #e84e1b;
}
footer h6 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}
.footer-container {
    color: #fff;
    padding: 75px 0 100px 0;
}
.footer-container .list-social li {
    margin-right: 25px;
    font-size: 20px;
}
.footer-copy {
    padding: 15px 0;
    font-size: 13px;
    color: #fff;
    border-top: 1px solid #ddd;
}
.footer-copy .agency {
    color: #e84e1b;
}
.footer-copy .divider {
    color: #e84e1b;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
}
@media(max-width: 991px) {
    .footer-container {
        padding: 50px 0;
    }
    .footer-container .row > div[class*="col-"] {
        margin-bottom: 50px;
    }
    .footer-copy .text-right {
        text-align: left !important;
    }
    .footer-copy .text-right .agency {
        display: inline-block;
        margin-top: 12px;
    }
}
@media(max-width: 767px) {
    .footer-container {
        padding: 50px 0 25px 0;
    }
}
@media(max-width: 575px) {
    .navbar-fixed-bottom {
        padding-left: 0;
        padding-right: 0;
    }
}

/*** Navbar ***/
.navbar-container {
    background-color: #fff;
}
.navbar-container.navbar-transparent {
    background-color: transparent;
}
.navbar {
    background-color: transparent;
}
.navbar .navbar-brand {
    margin-top: 5px;
}
.navbar .navbar-brand img {
    max-width: 100px;
}
.navbar-light .navbar-nav > li {
    margin-left: 10px;
}
.navbar-light .navbar-nav li .nav-link {
    font-weight: 500;
    color: #201c29;
    text-transform: uppercase;
    line-height: 24px;
    padding-top: 3px;
    font-size: 14px;
    padding-bottom: 3px;
}
.navbar-light .navbar-nav li .nav-link:hover,
.navbar-light .navbar-nav li.active .nav-link {
    color: #eb591d;
}
.page-template-page-homepage .navbar-light .navbar-nav li .nav-link,
.page-template-page-homepage .navbar-light .navbar-nav li .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav li.nav-btn .nav-link {
    background-color: #eb591d;
    color: #fff;
}
.navbar .navbar-toggler {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    margin-top: 0;
    border: none;
    background: transparent !important;
}
.navbar .navbar-toggler:focus {
    outline: 0;
}
.icon-bar {
    width: 28px; 
    height: 2px;
    background-color: #eb591d;
    display: block;
    transition: all 0.2s;
    margin-top: 6px;
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
.navbar-container.navbar-transparent .icon-bar { 
    background-color: #ffffff;
}
@media(max-width: 991px) {
    .navbar-light .navbar-nav {
        margin: 20px 0;
        width: 100%;
        display: block;
    }
    .navbar-light .navbar-nav > li {
        margin-left: 0;
        width: 50%;
        float: left;
        margin-bottom: 12px;
    }
    .navbar-light .navbar-nav > li.nav-btn a {
        display: inline-block;
        padding: 3px 12px;
    }
}
@media(max-width: 575px) {
    .navbar.navbar-light {
        padding-left: 0;
        padding-right: 0;
    }
}

/*** Btn ***/
.btn span {
    display: inline-block;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn:disabled {
    outline: 0;
    box-shadow: none;
}
.btn-primary {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 34px;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    background-color: #e84e1b;
    border: 0;
    font-weight: 600;
    padding: 10px 25px;
}
.btn-primary i {
    position: relative;
    top: 3px;
    font-size: 22px;
}
.btn-primary:hover {
    background-color: #F47549;
    outline: 0 !important;
    box-shadow: none !important;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:disabled {
    background-color: #F47549;
    outline: 0 !important;
    box-shadow: none !important;
}
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #F47549;
    outline: 0 !important;
    box-shadow: none !important;
}
.btn-secondary {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 34px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    border: 0;
    font-weight: 600;
    padding: 10px 25px;
    color: #201c29;
    
    box-shadow: 10px 10px 50px 10px rgba(32,28,41,0.1);
}
.btn-secondary i {
    position: relative;
    top: 3px;
    font-size: 22px;
}
.btn-secondary span {
    display: inline-block;
}
.btn-secondary:hover {
    background-color: #e84e1b;
    color: #fff;
    outline: 0 !important;
    box-shadow: none !important;
}
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:disabled {
    background-color: #e84e1b;
    color: #fff;
    outline: 0 !important;
    box-shadow: none !important;
}
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #e84e1b;
    color: #fff;
    outline: 0 !important;
    box-shadow: none !important;
}
.btn-link {
    padding: 0;
    color: #e84e1b;
    text-transform: uppercase;
    text-decoration: none;
}
.btn-link i {
    position: relative;
    top: 2px;
    font-size: 18px !important;
    margin-right: 0 !important;
    margin-left: 8px;
}
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #e84e1b;
}
.btn-sm {
    font-size: 12px;
    padding: 5px 15px;
}
.btn-sm span {
    padding-right: 10px;
}

/*** List badge ***/
.list-badge a {
    border-radius: 20px;
    padding: 5px 15px;
    color: #201c29;
    font-weight: 500;
    font-size: 14px;
    background-color: #eaeaea;
    display: inline-block;
    opacity: 0.8;
    text-decoration: none !important;
}
.list-badge a:hover {
    opacity: 1;
    background-color: #dedede;   
}
.list-badge .active a {
    opacity: 1;
    background-color: #dedede;
}

/*** List meta ***/
.list-meta > li > a,
.list-meta > li > span {
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 18px;
    background-color: #eaeaea;
    font-weight: 500;
    font-size: 15px;
    min-height: 36px;
    display: inline-block;
}
.list-meta > li > span.date {
    color: #201c29;
}
.list-meta > li i {
    margin-right: 8px;
}
.list-meta > li > a:hover {
    text-decoration: underline;
}
.list-meta > li.active > a {
    color: #fff;
    background-color: #eb591d;
}

/*** Newsletter Container ***/
.newsletter-container {
    background-color: #201c29;
    padding: 75px 0;
    color: #fff;
    position: relative;
}
.newsletter-container .bg {
    background-image: url('../img/bg_newsletter.png');
}
.newsletter-container .btn {
    width: 100%;
    max-width: 240px;
}
.newsletter-container .btn {
    text-align: left;
}
.newsletter-container .btn i {
    float: right;
    position: relative;
    top: 6px;
}

/*** Correlati Container ***/
.correlati-container h5 {
    margin-top: 0;
    margin-bottom: 15px;
}
.correlati-container p {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
    max-width: 90%;
}

/*** Carousel ***/
.carousel-control-prev,
.carousel-control-next {
    color: #201c29;
    font-size: 32px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    opacity: 1;
    top: 50%;
    margin-top: -25px;
    font-size: 24px;
}
.carousel-control-prev {
    margin-left: 50px;
}
.carousel-control-next {
    margin-right: 50px;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus{
    color: #201c29;
}
@media(max-width: 767px) {
    .carousel-control-prev {
        margin-left: 15px;
    }
    .carousel-control-next {
        margin-right: 15px;
    }
}

/*** Box ***/
.box {
    background: #fff;
    box-shadow: 10px 10px 50px 10px rgba(32,28,41,0.1);
}
.box .content {
    position: relative;
    padding: 25px;
    height: 100%;
}
.box .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}
.box p {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 24px;
}
.list-post .box .btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

/*** Form container ***/
.form-container .form-group {
    margin-bottom: 25px;
}
.form-container .form-group label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 12px;
}
.form-container .form-group .form-control {
    border: 0;
    border-radius: 0;
    color: #201c29;
    background-color: #F6F7FB;
}
.form-container .form-group .form-control:focus {
    outline: 0;
    box-shadow: none;
    background-color: #e9eaec;
}
.form-container .form-group input.form-control,
.form-container .form-group select.form-control {
    height: 44px;
}

/*** Pagination ***/
.pagination {
    border-radius: 0;
    margin-left: -8px;
    justify-content: center;
    padding: 50px 0;
}
.pagination .page-item {
    margin-left: 5px;
    margin-right: 5px;
}
.page-link {
    color: inherit;
    background-color: #efefef;
    border: 0;
    line-height: 16px;
    font-size: 16px;
    padding: 14px 11px;
    min-width: 44px;
    text-align: center;
}
.page-link:hover {
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: #F47549;
}
.page-link:focus {
    border: 0;
    box-shadow: none;
}
.page-item:first-child .page-link {
    border-radius: 0;
}
.page-item:last-child .page-link {
    border-radius: 0;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #F47549;
    border: 0;
    border-radius: 0;
}
.page-item.active .page-link:hover {
    color: #fff;
    cursor: default;
}
.page-item.disabled .page-link {
    color: #e84e1b;
}

/*** Breadcrumb ***/
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}
.breadcrumb a {
    color: #eb591d;
    font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    color: #eb591d;
    font-weight: 500;
}
.breadcrumb-item.active {
    color: #201c29;
    opacity: 0.8;
}

/*** Slick ***/
.slick-gallery button {
    border: 0;
    filter: none;
    box-shadow: none;
    background: #fff;
    padding: 10px;
    color: #eb591d;
    text-shadow: none;

    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
    cursor: pointer;
    min-width: 44px;
}
.slick-gallery .slick-arrow i {
    color: #eb591d;
}
.slick-gallery button:focus {
    outline: none !important;
}
.slick-gallery .slick-left {
    left: 50px;
    box-shadow: 10px 10px 50px 10px rgba(32,28,41,0.1);
}
.slick-gallery .slick-right {
    right: 50px;
    box-shadow: 10px 10px 50px 10px rgba(32,28,41,0.1);
}
.slick-gallery .slick-slide {
    padding: 15px;
}
.slick-gallery a:hover {
    text-decoration: none;
}
@media(max-width: 767px) {
    .slick-gallery .slick-left {
        left: 15px;
    }
    .slick-gallery .slick-right {
        right: 15px;
    }
}

/*** Page Home ***/
.page-template-page-homepage .wrap {
    padding-top: 0;
}
video.video-full {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-home {
    position: relative;
}
.page-home .overlay {
    background-color: rgba(0,0,0,.15);
}
.page-home .intro-container {
    overflow: hidden;
    position: relative;
}
.page-home .navbar-transparent {
    background-color: transparent;
}

/*** Page realizazion detail ***/
.page-realization-detail {
    padding-bottom: 0;
}
.page-realization-detail .intro-container {
    height: 720px;
    min-height: 720px;
}
.page-realization-detail .list-post .item {
    margin-bottom: 50px;
}
.page-realization-detail .section-lg .title-sm {
    margin-bottom: 0;
}
.page-realization-detail .section-lg p {
    margin-bottom: 50px;
    margin-top: 50px;
}
.page-realization-detail .list-post .item .box p {
    margin: 0;
    margin-top: 50px;
}
@media(max-width: 1399px) {
    .page-realization-detail .list-post .item .box p {
        margin: 0;
    }
}
@media(max-width: 1199px) {
    .page-realization-detail .list-post .item .box p {
        margin-top: 50px;
    }
}
@media(max-width: 991px) {
    .page-realization-detail .intro-container {
        height: 550px;
        min-height: 550px;
    }
}
@media(max-width: 767px) {
    .page-realization-detail .intro-container {
        height: 350px;
        min-height: 350px;
    }
    .page-realization-detail .img-container {
        height: 350px;
        min-height: 350px;
    }
    .page-realization-detail .list-post .item .box p {
        margin-top: 0;
        margin-bottom: 50px;
    }
}

/*** Other Container ***/
.other-container .img-container {
    position: relative;
    overflow: hidden;
}
.other-container .img-container .bg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}  
.other-container .img-container .content {
    position: relative;
    color: #fff;
    padding: 50px;
}
.other-container .img-container .content h2,
.other-container .img-container .content h5 {
    font-size: 32px;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 15px;
}
.other-container .img-container .content a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}   
.other-container .img-container .badge {
    position: absolute;
    right: 50px;
    top: 50px;
    line-height: 35px;
    font-size: 24px;
    padding: 8px 11px;
    color: #fff;
    background-color: #e84e1b;
    border-radius: 0;
}
.other-container .img-container .badge > span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-left: 5px;
    line-height: 14px;
    position: relative;
    top: -3px;
}
.other-container .item a {
    text-decoration: none;
    color: #fff;
    display: block;
}
.other-container .item .btn-link {
    color: #fff;
    position: relative;
    left: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.other-container .item a:hover .btn-link {
    left: 12px;
}
.other-container .item a:hover .bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media(max-width: 767px) {
    .other-container .img-container {
        height: 350px;
        min-height: 350px;
    }
    .other-container .img-container .badge {
        top: 15px;
        right: 15px;
    }
    .other-container .img-container .content {
        padding: 15px;
    }
}

/*** Page sale detail ***/
.page-sale-detail .intro-container {
    height: 720px;
    min-height: 720px;
}
.page-sale-detail .intro-container .tag {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 25px;
}
.bg-grey {
    background-color: #f6f7fb;
}
.map-container .content {
    padding: 50px;
}
.map-container .row {
    height: 540px;
    min-height: 540px;
}
.page-sale-detail .map-container .title-xs {
    margin-bottom: 50px;
    display: block;
    max-width: 75%;
}
.page-sale-detail .map-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.page-sale-detail .map-container ul > li {
    position: relative;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 15px;
    float: left;
    width: 50%;
}
.page-sale-detail .map-container ul > li:after {
    display: table;
    clear: both;
    content: "";
}
.page-sale-detail .map-container ul > li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f14a";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 18px;
}
.page-sale-detail .bg-grey .section-lg {
    padding-bottom: 125px;
}
@media(max-width: 1199px) {
    .map-container .content {
        padding: 50px 15px;
    }
    .page-sale-detail .map-container ul > li {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}
@media(max-width: 991px) {
    .page-sale-detail .intro-container {
        height: 550px;
        min-height: 550px;
    }
    .page-sale-detail .intro-container .tag {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0;
    }
    .page-sale-detail .bg-grey .section-lg {
        padding-bottom: 100px;
    }
    .page-sale-detail .map-container .title-xs {
        margin-bottom: 25px;
        max-width: 100%;
    }
    .page-sale-detail .map-container .row .relative {
        height: 450px;
        min-height: 450px;
    }
    .page-sale-detail .map-container ul > li {
        float: left;
        width: 50%;
        padding-right: 15px;
    }
}
@media(max-width: 767px) {
    .page-sale-detail .intro-container {
        height: 350px;
        min-height: 350px;
    }
    .page-sale-detail .bg-grey .section-lg {
        padding-bottom: 50px;
    }
    .page-sale-detail .map-container ul > li {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}

/*** Box ***/
.page-sale-detail .box-container {
    margin-top: -50px;
    margin-bottom: 50px;
}
.page-sale-detail .box {
    max-width: 500px;
    margin: auto;
    margin-bottom: 100px;
}
.page-sale-detail .box .box-body h4 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 34px
}
.page-sale-detail .box .box-body p {
    margin-bottom: 25px;
}
.page-sale-detail .box ul li {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.page-sale-detail .box ul li::before {
    content: '\2022';
    font-size: 32px;
    left: 0;
    color: #dcdde1;
    position: absolute;
}
.page-sale-detail .box .price {
    color: #e84e1b;
}
.page-sale-detail .box .box-header {
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
}
.page-sale-detail .box.disponibile .box-header {
    background-color: #13a25d;
    color: #fff;
}
.page-sale-detail .box.venduto .box-header {
    background-color: #ff3e3e;
    color: #fff;
}
.page-sale-detail .box.trattativa .box-header {
    background-color: #ff8e3e;
    color: #fff;
}
.page-sale-detail .box .box-body {
    padding: 25px;
}
.page-sale-detail .box .box-footer {
    text-align: center;
}
.page-sale-detail .box .box-footer .btn {
    width: 100%;
    max-width: 200px;
    border-radius: 0;
    color: #fff;
    text-align: left;
    position: relative;
    bottom: -23px;
    padding: 10px 20px;
    margin: auto;
}
.page-sale-detail .box .box-footer .btn i {
    float: right;
    position: relative;
    top: 3px;
}
.page-sale-detail .box .box-footer .btn.venduto {
    background-color: #ff3e3e;
    pointer-events: none; 
    cursor: default;
}
.page-sale-detail .box .box-footer .btn.trattativa {
    background-color: #ff8e3e;
    pointer-events: none; 
    cursor: default;
}
.page-sale-detail .box .box-footer .btn.disponibile {
    background-color: #13a25d;
}
.page-sale-detail .box .btn-link {
    color: inherit;
    font-size: 14px;
    text-transform: none;
}
.page-sale-detail .box .btn-link:hover span {
    text-decoration: underline;
}
.page-sale-detail .box .btn-link i {
    padding-right: 5px;
    margin-left: 0;
}
.page-sale-detail .newsletter-container {
    border-bottom: 1px solid #ddd;
}
@media(max-width: 767px) {
    .page-sale-detail .box .box-body h4 {
        font-size: 21px;
        line-height: 31px
    }
}

/*** Page contact ***/
.page-contact .bg-grey .text-container p {
    font-weight: 500;
}
.page-contact .contact-info {
    margin-bottom: 75px;
}
.page-contact .contact-info h6 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}
.page-contact .form-container {
    position: relative;
    top: -50px;
}
.page-contact #form:target {
  display: block;
  position: relative;
  top: -120px; 
  visibility: hidden;
}
@media(max-width: 991px) {
    .page-contact .form-container .wpcf7-submit {
        margin-top: 25px;
    }
}
@media(max-width: 767px) {
    .page-contact .contact-info div[class*="col-"] {
        margin-bottom: 25px;
    }
    .page-contact .form-container .wpcf7-submit {
        float: none;
        width: 100%;
    }
}

/*** Page services ***/
.page-services .intro-container {
    height: 350px;
    min-height: 350px;
}
.page-services .text-container p {
    margin-bottom: 0;
}
.page-services .list-service .item p {
    margin-bottom: 25px;
}
.page-services .list-other-service .item {
    margin-bottom: 50px;
    border-left: solid 2px #e9eaec;
}
.page-services .list-other-service .item .title-xxs {
    display: inline-block;
}
.page-services .list-other-service .item i {
    margin-right: 12px;
    font-size: 22px;
}
.page-services .list-other-service .item p {
    margin-bottom: 0;
}
@media(max-width: 767px) {
    .page-services .fix-padding-xs {
        padding: 0;
    }
    .page-services .list-service .item {
        margin-bottom: 50px;
    }
}

/*** Page service detail ***/
.page-service-detail .intro-container {
	height: 350px;
    min-height: 350px;
}
.page-service-detail .checkbox.text-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.page-service-detail .checkbox.text-container ul > li {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 25px;
    float: left;
    width: 50%;
}
.page-service-detail .checkbox.text-container ul > li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f14a";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #579028;
}
.page-service-detail .light-gallery .item-img {
    position: relative;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    box-shadow: 10px 10px 50px 10px rgba(32,28,41,0.1);
}
.page-service-detail .light-gallery .item-img .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(235, 89, 29, .3);
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.page-service-detail .light-gallery .item-img:hover .content {
    opacity: 1;
}
.page-service-detail .light-gallery .item-img .icon {
    position: relative;
    display: inline-block;
    background-color: transparent;
    width: 50px;
    height: 32px;
    top: calc(50% - 16px);
}
.page-service-detail .light-gallery .item-img .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
.page-service-detail .img-container {
    height: 350px;
    min-height: 350px;
}
@media(max-width: 991px) {
    .page-service-detail .checkbox.text-container ul > li {
        padding-right: 12px;
    }
}
@media(max-width: 767px) {
    .page-service-detail .fix-padding-bottom-xs {
        padding-bottom: 0;
    }
    .page-service-detail .checkbox.text-container ul > li {
        width: 100%;
        float: none;
        padding-right: 0;
    }
}

/*** Page Blog index ***/
.page-blog-index .list-post .item {
    margin-bottom: 50px;
}
.page-blog-index .list-post .item .img-wrapper {
    position: relative;
    margin-bottom: 25px;
}
.page-blog-index .list-post .item .img-wrapper .label-container {
    position: absolute;
    left: 15px;
    top: 15px;
}
.page-blog-index .list-post .item .img-wrapper .label-container span {
    color: #201c29;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 8px;
    border-radius: 15px;
}
.page-blog-index .list-post .item a:hover {
    text-decoration: none;
}
@media(max-width: 991px) {
    .page-blog-index .list-meta {
        margin-bottom: 0;
    }
    .page-blog-index .list-meta > li {
        margin-bottom: 12px;
    }
}

/*** Page Blog detail ***/
.page-blog-detail .intro-container {
    height: 450px;
    min-height: 450px;
}
.page-blog-detail .list-meta {
    margin-bottom: 25px;
}
.page-blog-detail .post-content .text-container {
    margin-top: 25px;
    margin-bottom: 50px;
}
.page-blog-detail .post-content .text-container img {
    max-width: 100%;
    height: auto;
}
.page-blog-detail .post-content .title-xxs {
    font-size: 18px;
    line-height: 28px;
}
.page-blog-detail .sidebar .title-xxs {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
}
.page-blog-detail .list-rel .item {
    margin-bottom: 25px;
}
.page-blog-detail .list-rel .item .img-wrapper {
    position: relative;
    box-shadow: 10px 10px 50px 10px rgba(32,28,41,0.1);
}
.page-blog-detail .list-rel .item .img-wrapper img {
	width: 100%;
}
.page-blog-detail .list-rel .item .img-wrapper .overlay {
    background-color: rgba(0,0,0,0.2);
}
.page-blog-detail .list-rel .item .img-wrapper .content {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
}
.page-blog-detail .list-rel .item .content .title-xxs {
    color: #fff;
    margin-bottom: 0;
}
.page-blog-detail .prev-next-post .prev .btn-link {
    text-align: left;
}
.page-blog-detail .prev-next-post .prev .btn-link i {
    margin: 0;
    margin-right: 8px !important;
}
.page-blog-detail .prev-next-post .next .btn-link {
    text-align: right;
}
@media(max-width: 991px) {
    .page-blog-detail .sidebar {
        margin-top: 50px;
    }
}
@media(max-width: 767px) {
    .page-blog-detail .intro-container {
        height: 350px;
        min-height: 350px;
    }
    .page-blog-detail h1.title-xs {
        font-size: 24px;
        line-height: 34px;
    }
    .page-blog-detail h2.title-xxs {
        font-size: 18px;
        line-height: 28px;
    }
    .page-blog-detail .post-content .text-container {
        margin-top: 0;
    }
    .page-blog-detail .prev-next-post p {
        display: none;
    }
    .page-blog-detail .prev-next-post .prev .btn-link {
        margin-bottom: 12px;
    }
    .page-blog-detail .prev-next-post .prev,
    .page-blog-detail .prev-next-post .next {
        text-align: center !important;
    }
}
@media(max-width: 575px) {
    .page-blog-detail .list-meta > li {
        margin-bottom: 12px;
    }
}

/*** Page about ***/
.page-about .intro-container {
    height: 720px;
    min-height: 720px;
    text-align: center;
}
.page-about blockquote {
    position: relative;
    font-size: 32px;
    font-style: italic;
    line-height: 42px;
    font-weight: 300;
    padding: 0 25px;
}
.page-about blockquote::before {
    position: absolute;
    content: '"';
    left: 0px;
    top: -15px;
    font-size: 52px;
}
.page-about blockquote::after {
    position: absolute;
    content: '"';
    right: 0;
    bottom: -35px;
    font-size: 52px;
}
.page-about .carousel .carousel-control-prev {
    margin-left: 25px;
    width: 40px;
    height: 40px;
}
.page-about .carousel .carousel-control-next {
    margin-right: 25px;
    width: 40px;
    height: 40px;
}
.page-about .light-gallery .item-img {
    position: relative;
    display: block;
    text-align: center;
    box-shadow: 10px 10px 50px 0 rgba(64,116,142,0.20);
}
.page-about .light-gallery .item-img .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(64,116,142,0.4);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.page-about .light-gallery .item-img .icon {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    top: calc(50% - 30px);
    color: #40748e;
}
.team-container .content {
    padding: 15px;
}
.team-container .content .title-xs {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
}
.team-container .content span {
    display: block;
    color: #F47549;
}
.team-container .item {
    margin-bottom: 30px;
}
.team-container .content {
    box-shadow: 10px 10px 50px 10px rgba(32,28,41,0.1);
}
@media(max-width: 991px) {
    .page-about .intro-container {
        height: 550px;
        min-height: 550px;
    }
    .page-about .section-story .text-container {
        margin-bottom: 50px;
    }
    .page-about .team-container .bottom50 {
        margin-bottom: 0;
    }
}
@media(max-width: 767px) {
    .page-about blockquote {
        font-size: 24px;
        line-height: 34px;
    }
    .page-about .intro-container {
        height: 350px;
        min-height: 350px;
    }
}

/*** Page sale index ***/
.page-sale-index .box-body {
    padding: 25px;
}
.page-sale-index .box-body h2 {
    font-size: 22px;
    line-height: 32px;
}
.page-sale-index .box-body p {
    margin-bottom: 25px;
}
.page-sale-index .item {
    margin-bottom: 75px;
}
.page-sale-index .item .box-footer {
    text-align: center;
}
.page-sale-index .item .box-footer .btn {
    width: 100%;
    max-width: 200px;
    border-radius: 0;
    color: #fff;
    text-align: left;
    position: relative;
    bottom: -23px;
    padding: 10px 20px;
    margin: auto;
    background-color: #eb591d;
}
.page-sale-index .box .box-footer .btn i {
    float: right;
    position: relative;
    top: 3px;
}
.page-sale-index .num-container {
    font-size: 14px;
}
.page-sale-index .num-container span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}
@media(max-width: 991px) {
    .page-sale-index .section-lg {
        padding-top: 50px;
    }
}
@media(max-width: 575px) {
    .page-sale-index .num-container {
        font-size: 13px;
    }
}

/*** Page realization index ***/
.page-realization-index .other-container .row-fluid {
    margin-bottom: 100px;
}

/*** cf7 ***/
.form-container .wpcf7-list-item-label {
    font-size: 15px;
}
.form-container div.wpcf7 {
    max-width: none;
}
.form-container span.wpcf7-list-item {
    margin-left: 0;
}
.form-container .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin-right: 15px;
}
.form-container .wpcf7-not-valid-tip {
    color: #cc2936;
    font-weight: 500;
    font-size: 14px;
    margin-top: 3px;
}
.form-container div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    padding-left: 8px;
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0;
}
.form-container div.wpcf7-validation-errors,
.form-container div.wpcf7-acceptance-missing,
.form-container div.wpcf7-aborted,
.form-container div.wpcf7-mail-sent-ng {
    color: #cc2936;
    border-left: solid 2px #cc2936;
    background-color: transparent;
    height: auto;
}
.form-container div.wpcf7-mail-sent-ok {
    color: #579028;
    border-left: solid 2px #579028;
}
.wpcf7-form-control.wpcf7-radio,.wpcf7-form-control.wpcf7-acceptance,.wpcf7-form-control.wpcf7-checkbox {
    display: block;
    margin-top: 8px;
}
.wpcf7-form-control.wpcf7-acceptance label {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}
.wpcf7-form-control.wpcf7-radio input[type=radio] {
    margin-right: 5px;
}
.wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
    margin-right: 5px;
}
.wpcf7-form-control .checkbox {
    display: inline-block;
    margin-right: 5px;
    font-size: large;
}
    
/*** Privacy policy ***/
#iub-pp-container {
    margin-bottom: 50px;
}
#iub-pp-container p {
    margin-bottom: 20px;
}
#iub-pp-container h4,
#iub-pp-container h3 {
    font-size: 18px;
    line-height: 22px;
}
#iub-pp-container ul {
    margin-bottom: 30px;
}
#iub-pp-container ul > li,
#iub-pp-container ul > li b {
    font-weight: 300;
}
#iub-pp-container h2,
#iub-pp-container h1 {
    font-size: 22px;
    font-weight: bold;
}
/*** Cookie policy ***/
#iubenda_policy h2,
#iubenda_policy h1 {
    font-size: 22px;
    font-weight: bold;
    color: #3c3e45;
    margin-top: 0px;
    margin-bottom: 30px;
}
#iubenda_policy h4,
#iubenda_policy ul > li h3 {
    font-size: 18px;
    line-height: 22px;
}

/*
@media all and (-ms-high-contrast:none) and (min-width: 992px) {
    *::-ms-backdrop, .intro-home .carousel-item .row > div[class*="col-"] {
        display: table-cell !important;
        float: none;
        vertical-align: middle;
        width: 50%;
    }
    *::-ms-backdrop, .intro-home .carousel-item .row .img-fluid {        
        width: 100%;
    }
    *::-ms-backdrop, .intro-home .carousel-item .row .content {
        width: 80%;
    }
}
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .section-dark::before,
    *::-ms-backdrop, .section-dark::after,
    *::-ms-backdrop, .section-light::before,
    *::-ms-backdrop, .section-light::after {
        content: none !important;
        background: none !important;
        background-image: none !important;
    }
    *::-ms-backdrop, .section-dark .bg-shape,
    *::-ms-backdrop, .section-light .bg-shape {
         display: none;
    }
    *::-ms-backdrop, .list-reference .img-container .content {
        bottom: 0;
        top: auto !important;
    }
    *::-ms-backdrop, .list-reference .img-container .content .title-sm {
        font-size: 18px;
    }
}
@media all and (-ms-high-contrast:none) and (max-width: 991px) {
    *::-ms-backdrop, .intro-home .carousel-item .row > div[class*="col-"] {
        min-height: inherit;
    }
    *::-ms-backdrop, .intro-home .carousel-item .row .img-container {
        margin: auto;
        width: 100%;
    }
}*/