.clear,
form.contactForm:after,
#tab_property .section ul:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    float: none
}

.dropdown-menu {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    margin-top: -9px;
    box-shadow: none;
    border: 0px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background: #fff
}

html {
    margin-top: 0px !important
}

p {
    margin: 0 0 0px
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px
}

#quote-carousel .carousel-control {
    background: none;
    color: #004D84;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px
}

#quote-carousel .carousel-control.left {
    left: -12px
}

#quote-carousel .carousel-control.right {
    right: -12px !important
}

#quote-carousel .carousel-indicators {
    display: none;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px
}

#quote-carousel .carousel-indicators li {
    background: #c0c0c0
}

#quote-carousel .carousel-indicators .active {
    background: #333333
}

#quote-carousel img {
    width: 250px;
    height: 100px
}

.item blockquote {
    border-left: none;
    margin: 0
}

.item blockquote img {
    margin-bottom: 10px
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px
}

@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px
    }
}

@media (min-width: 992px) {
    .col-md-9 {
        width: 70%
    }

    .col-md-3 {
        width: 29%
    }
}

@media (max-width: 768px) {
    #quote-carousel .carousel-indicators {
        bottom: -20px !important
    }

    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px
    }

    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px
    }
}

.anno {
    font-family: 'Varela Round', sans-serif;
    font-size: 35px;
    color: #004D84;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 50px;
    text-align: right
}

.annop {
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #004D84;
    margin: 0px;
    padding-right: 80px;
    padding-left: 10px;
    min-height: 100px;
    text-align: left
}

table {
    background-color: transparent;
    margin: auto;
    border: none
}

td {
    font-size: 14px !important;
    font-family: 'Varela Round', sans-serif;
    color: #004D84;
    text-transform: none;
    vertical-align: middle;
    padding: 6px;
    border: 0px;
    min-width: 88px
}

td strong {
    padding: 6px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 12px !important;
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.box_link {
    display: flex;
    width: 100%;
    justify-content: flex-start
}

.box-news-home {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    border-top: 0px;
    padding-bottom: 10px;
    background: #fff
}

.box-feedback-home {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    border: 0px;
    padding-bottom: 10px
}

.box-feedback-home .search_result_text p {
    text-align: center;
    font-size: 17px;
    color: #818191;
    line-height: 20px
}

.box-feedback-home .search_result_title h3 {
    border: 0px !important;
    color: #818191;
    font-weight: 700;
    text-transform: none;
    font-size: 17px;
    text-align: center;
    justify-content: center
}

.newslink {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    background: none;
    color: #2c3e64;
    padding: 0px;
    margin: 0px;
    text-align: left
}

.newslink:hover {
    text-decoration: none;
    color: #ddd
}

.navbar {
    background: none;
    font-family: 'Varela Round', sans-serif;
    margin-top: 42px;
    padding-bottom: 6px
}

.navbar-header:after,
.navbar-header:before,
.navbar-collapse:before,
.navbar-collapse:after {
    display: none;
    content: " "
}

.navbar-nav {
    float: left;
    margin: 0
}

.work-menu {
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 5px;
    background-color: transparent;
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0.25)
}

.work-menu:hover {
    background: #2c3e64 !important;
    border: 1px solid #2c3e64 !important;
    border-radius: 5px;
    color: #fff !important;
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0.25)
}

.navbar-default {
    border: 0px;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15)
}

.internal {
    background: #323a40
}

.fixed {
    position: fixed;
    background: rgba(44, 62, 101, 0.9);
    height: auto;
    margin-top: 0px;
    transition: all 0.5s ease
}

.navbar .shadow {
    background: url(media/navigation-shadow.png) repeat-x;
    background-size: 100% 100%;
    position: absolute;
    bottom: -30px;
    height: 30px;
    width: 100%;
    left: 0
}

.navbar-header {
    position: relative
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    margin: 4px 0px 0px 0px !important
}

.navbar-brand .logo {
    padding: 5px
}

.dropdown-menu>li {
    margin: 0 0px;
    background: #fff;
    border-bottom: 1px solid #2c3e64
}

.dropdown-menu>li:last-child {
    margin: 0 0px;
    background: #fff;
    border-bottom: 0px solid #2c3e64
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    margin: 0px;
    background: #2c3e64;
    color: #fff
}

.dropdown-menu>li>a {
    line-height: 2;
    padding: 5px 10px;
    border: 0px
}

.navbar-nav {
    margin-left: 13px
}

.navbar-nav>li>a {
    line-height: 40px
}

.current-menu-parent,
.current-menu-item,
.menu-item:hover {
    background: none;
    color: #FABB03
}

.navbar-default .navbar-nav>li>a {
    color: #2c3e64;
    font-weight: 300;
    font-size: 15px;
    padding: 1px 10px;
    margin-left: 0px;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0.25)
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.current_page_item {
    color: #2c3e64;
    border-radius: 5px;
    background-color: transparent
}

.icon_menu {
    float: left;
    color: #fff;
    font-size: 22px;
    padding-top: 16px;
    font-weight: 300
}

#blocco_0 {
    padding: 0px
}

#mediaintro_videoh5 {
    padding-bottom: 30px;
    border-bottom: 18px solid #FABB03
}

#blocco_5,
#blocco_1,
#blocco_3,
#blocco_4,
#blocco_6,
#blocco_8,
#blocco_2,
#blocco_2 .col-xs-6 {
    padding: 0px
}

.int-body #blocco_0 {
    padding-top: 130px !important
}

#blocco_1 {
    background-repeat-y: inherit !important;
    background-size: auto !important
}

.sc_col img {
    width: 100%;
    height: auto
}

.btn_color_event span {
    line-height: 40px;
    padding: 10px
}

.btn_color .btn_text {
    padding: 7px 11px;
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    margin-top: 20px
}

.popup-trigger {
    cursor: pointer
}

.popup {
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    width: 700px;
    margin-left: -350px;
    padding: 50px 30px;
    background: #fff;
    color: #333;
    font-size: 19px;
    line-height: 30px;
    border: 10px solid #0c4d87;
    z-index: 9999
}

.popup-mobile {
    position: relative;
    top: 0;
    left: 0;
    margin: 30px 0 0;
    width: 100%
}

.popup-btn-close {
    position: absolute;
    top: 8px;
    right: 14px;
    color: #4EBD79;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer
}

ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 10%;
    right: -220px;
    list-style: none;
    z-index: 9999
}

ul#navigation li {
    width: 300px
}

ul#navigation li a {
    text-decoration: none;
    display: block;
    margin-left: -2px;
    margin-top: 3px;
    width: 220px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    background-color: #EBECED;
    background-repeat: no-repeat;
    background-position-x: 8%;
    background-position-y: center;
    background-repeat: no-repeat;
    border-left: 3px solid #FABB03
}

.padding_menu {
    padding-right: 60px !important
}

.yellow {
    vertical-align: middle;
    padding-right: 80px !important;
    padding-bottom: 2% !important
}

.yellow h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 35px;
    color: #004D84;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 1%;
    margin-bottom: 5px
}

.yellow,
.yellow span,
.yellow p {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #004D84;
    margin: 0px
}

.yellow_team,
.smallblue_2 {
    vertical-align: middle;
    padding-right: 80px !important
}

.yellow_team h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 35px;
    color: #004D84;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 8%;
    margin-bottom: 10px;
    float: left;
    padding-bottom: 6px;
    border-bottom: 4px solid #004D84
}

.yellow_team,
.yellow_team span,
.yellow_team p {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin: 0px
}

.yellow_team .sc_btn {
    float: right
}

.s_block {
    padding: 20px !important;
    padding-left: 10% !important
}

.s_block span,
.s_block p {
    font-family: 'Varela Round', sans-serif;
    font-size: 22px;
    line-height: 39px;
    font-weight: 300;
    color: #fff;
    margin: 0px
}

#searchsubmit {
    height: 45px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Varela Round', sans-serif;
    font-size: 21px;
    line-height: 21px;
    background: #004D84;
    color: #FABB03;
    border: 0px;
    text-transform: uppercase;
    outline: 0px;
    margin-top: -2px;
    float: left
}

#searchsubmit_inverse {
    height: 45px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Varela Round', sans-serif;
    font-size: 21px;
    line-height: 21px;
    color: #004D84;
    background: #FABB03;
    border: 0px;
    text-transform: uppercase;
    outline: 0px;
    margin-top: -2px;
    float: left
}

.sailing_l {
    background: url(media/sailingbg.jpg) no-repeat;
    background-size: cover;
    text-align: center
}

.cert_l {
    background: url(media/certbg.jpg) no-repeat;
    background-size: cover;
    text-align: center
}

.cont_l {
    background: url(media/contbg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 93px !important
}

.blu {
    background: #004D84;
    padding-bottom: 2% !important;
    text-align: center
}

.blu h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 35px;
    color: #FABB03;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 1%;
    margin-bottom: 5px
}

.blu span,
.blu p {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
    margin: 0px
}

.grey {
    vertical-align: middle;
    padding-right: 80px !important
}

.grey h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 35px;
    color: #004D84;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 8%;
    margin-bottom: 20px;
    float: left;
    padding-bottom: 6px;
    border-bottom: 4px solid #FABB03
}

.grey,
.grey span,
.grey p {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #004D84;
    margin: 0px
}

.small_blue {
    vertical-align: middle;
    text-align: justify;
    background: #004D84;
    min-height: 450px
}

.small_blue h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 25px;
    color: #FABB03;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 8%
}

.small_blue,
.small_blue span,
.small_blue p {
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin: 0px
}

.small_blue .sc_btn {
    float: right
}

.small_giallo {
    vertical-align: middle;
    text-align: justify;
    background: #FABB03;
    min-height: 450px
}

.small_giallo h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 25px;
    color: #004D84;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 8%
}

.small_giallo,
.small_giallo span,
.small_giallo p {
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #004D84;
    margin: 0px
}

.small_giallo .sc_btn {
    float: right
}

.small_grey {
    vertical-align: middle;
    text-align: justify;
    background: #EBECED;
    min-height: 450px
}

.small_grey h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 25px;
    color: #FABB03;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 8%
}

.small_grey,
.small_grey span,
.small_grey p {
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #004D84;
    margin: 0px
}

.small_grey .sc_btn {
    float: right
}

.blue {
    vertical-align: middle;
    padding-right: 7% !important;
    text-align: justify
}

.blue h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 8%;
    margin-bottom: 5px
}

.blue span,
.blue p {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
    margin: 0px
}

.certificazioni {
    vertical-align: middle;
    text-align: center
}

.certificazioni h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 35px;
    color: #004D84;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 8%;
    margin-bottom: 5px
}

.certificazioni h3::after {
    content: "";
    text-align: center;
    border-bottom: #fff solid 4px;
    display: block;
    width: 220px;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 10px
}

img[usemap] {
    border: none;
    height: auto;
    max-width: 3000px;
    width: 100%
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading 400ms
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }

    75% {
        transform: rotate(2deg)
    }

    100% {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating 600ms
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling 600ms
}

.tooltipster-sidetip .tooltipster-box {
    background-image: url(media/rosa2.png);
    background-repeat: no-repeat;
    background-color: #fbba09;
    border-left: 4px solid #084c87;
    padding-bottom: 10px
}

.tooltipster-sidetip .tooltipster-box h4 {
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;
    color: #004D84;
    text-transform: uppercase;
    margin: 0px;
    padding-left: 33px;
    padding-top: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #084c87;
    margin-bottom: 10px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #004D84 !important;
    padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fbba09;
    left: 0px;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #fbba09;
    left: -3px;
    top: 0px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fbba09;
    left: 3px;
    top: 0px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fbba09;
    left: 0px;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fbba09
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fbba09
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fbba09
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fbba09
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

.tooltip_templates {
    display: none
}

.certificazioni span,
.certificazioni p {
    text-align: center;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin: 0px
}

.tab_sel {
    height: 45px;
    font-size: 16px;
    max-width: 382px;
    margin-top: 20px
}

.setMediaintro {
    margin-top: -60px !important;
    padding-top: 0px !important
}

.mediaintro {
    position: relative
}

.mediaintro .flexslider {
    padding-top: 0px !important;
    margin-top: 0px !important
}

.mediaintro .flexslider .slides li {
    overflow: hidden
}

.mediaintro .flexslider .slides img {
    width: auto;
    max-width: none !important;
    display: inline
}

.mediaintro .flex-direction-nav {
    display: none
}

#mediaintro_videoh5,
#mediaintro_videovm,
#mediaintro_videoyt,
#mediaintro_image,
#mediaintro_slide {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff
}

#mediaintro_videoh5 {
    background: #000
}

.mediaintro_scroll_icon {
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -50px;
    opacity: .2
}

.mediaintro_hover_image {
    position: absolute;
    top: 50%;
    width: 70%;
    left: 15%
}

.demo-wrapper {
    border: 3px solid #e7ba86;
    width: 100%;
    max-with: 1270px;
    height: 1270px;
    margin: 0 auto
}

#surabaya {
    width: 100%;
    height: 100%
}

.googlemap_wrap {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px
}

.googlemap_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.address hr {
    color: #004D84
}

.number {
    border-radius: 50%;
    border: 4px solid #FABB03;
    padding-top: 47px;
    text-align: center;
    font-family: 'Varela Round', sans-serif;
    font-size: 35px;
    color: #FABB03;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 20px;
    width: 150px;
    height: 150px
}

.numb_text {
    text-align: center;
    padding-top: 45px;
    margin-bottom: 35px
}

.numb_text h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 45px;
    color: #FABB03;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 5px
}

.numb h5 {
    font-family: 'Varela Round', sans-serif;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.numb span,
.numb p {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center
}

.box_frame {
    margin: auto;
    margin-top: 0px;
    width: 100%;
    max-width: 1200px
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -ms-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
    opacity: 1
}

.grve-animated-item {
    opacity: 0
}

html.ie9 .grve-animated-item {
    opacity: 1
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -ms-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
    opacity: 1
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn.animated {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp.animated {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown.animated {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft.animated {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(100px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight.animated {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    100% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    100% {
        opacity: 1
    }
}

.zoomIn.animated {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s
}

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

h3.main {
    font-family: 'Varela Round', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    margin: 0 auto;
    margin-top: 33px;
    text-align: left;
    line-height: 28px;
    width: 100%;
    max-width: 1170px
}

.elimm {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 6px !important;
    margin-top: 0px !important;
    justify-content: space-between;
    align-items: center
}

.elimm span {
    width: 50%
}

.elimm .order_by {
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%
}

.elimm .order_by label {
    font-size: 14px;
    text-transform: uppercase
}

.elimm .order_by select {
    width: 30%;
    margin-left: 10px;
    margin-top: -6px
}

h3.feed {
    font-family: 'Varela Round', sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: #3C3950;
    margin: 0px;
    margin-top: 10px;
    text-align: center;
    width: 100%
}

h5.feed {
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #3C3950;
    margin: 0px;
    margin-top: 20px;
    text-align: center;
    width: 100%
}

.linea {
    width: 70px;
    margin: 10px auto;
    height: 3px;
    background: #2c3e64
}

span.main {
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #333;
    margin: 0px;
    text-align: center;
    width: 100%;
    display: flex
}

.service-item {
    background: white;
    padding: 0% 10% 12% 10%;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
    position: relative;
    z-index: 10;
    margin-top: 40px
}

.service-item .fa {
    width: 110px;
    height: 110px;
    color: white;
    background: #2c3e64;
    font-size: 45px;
    padding-top: 25px;
    border-radius: 100px;
    margin-top: -40px;
    margin-bottom: 10px;
    border: 5px solid white;
    transition: all 0.4s
}

.service-item:hover .fa {
    background: #67b5ea
}

.service-item h4 {
    font-weight: 700;
    font-size: 23px;
    color: #323746;
    margin-bottom: 20px
}

.shadow-hover {
    transition: all 0.4s linear
}

.shadow-hover:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15)
}

.count {
    line-height: 50px;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-top: 20px;
    font-family: 'Varela Round', sans-serif
}

.giallo {
    vertical-align: middle;
    background: #FABB03;
    padding: 20px
}

.giallo,
.giallo span,
.giallo p {
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #004D84;
    margin: 0px
}

.giallo h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #004D84;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 5px
}

.giallo h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 5px
}

.giallo_btn {
    padding: 7px 11px;
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    margin-top: 20px;
    color: #FABB03 !important;
    background-color: #004D84 !important
}

.azzurro {
    vertical-align: middle;
    background: #004D84;
    padding: 20px
}

.azzurro,
.azzurro span,
.azzurro p {
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
    margin: 0px
}

.azzurro h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #FABB03;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 5px
}

.azzurro h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #FABB03;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 5px
}

.azzurro_btn {
    padding: 7px 11px;
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    margin-top: 20px;
    color: #004D84 !important;
    background-color: #FABB03 !important
}

.grigio {
    vertical-align: middle;
    background: #EBECED;
    padding: 20px
}

.grigio,
.grigio span,
.grigio p {
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #004D84;
    margin: 0px
}

.grigio h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #004D84;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 15px
}

.grigio h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #2c3e64;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 5px
}

.grigio_btn {
    padding: 7px 11px;
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    margin-top: 20px;
    color: #004D84 !important;
    background-color: #FABB03 !important
}

.grigiolight {
    vertical-align: middle;
    background: #EBF1F5;
    padding: 20px
}

.grigiolight,
.grigiolight span,
.grigiolight p {
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #004D84;
    margin: 0px
}

.grigiolight h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #004D84;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 15px
}

.grigiolight h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #004D84;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 5px
}

.grigiolight_btn {
    padding: 7px 11px;
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    margin-top: 20px;
    color: #004D84 !important;
    background-color: #FABB03 !important
}

.bianco {
    vertical-align: middle;
    background: #ffffff;
    padding: 20px;
    padding-right: 0px
}

.bianco,
.bianco span,
.bianco p {
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #323A40;
    margin: 0px
}

.bianco h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #FABB03;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 5px
}

.bianco h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: none;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 5px
}

.bianco h3 span {
    font-family: 'Varela Round', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: left;
    width: 84%;
    line-height: 48px
}

.bianco h3 p {
    font-family: 'Varela Round', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #666
}

.bianco_btn {
    padding: 7px 11px;
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    margin-top: 20px;
    color: #FABB03 !important;
    background-color: #004D84 !important
}

.bianco label {
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #004D84;
    margin: 0px;
    margin-top: 10px
}

.contactForm {
    padding: 0px 0px 10px 0px !important;
    background: #fff;
    border: 1px solid #727284;
    border-radius: 5px
}

.contactForm p {
    margin-bottom: 0px !important;
    padding: 4px 10px !important
}

label {
    width: 100%
}

.wpcf7-text,
.wpcf7-select,
textarea {
    width: 100%;
    outline: 0px;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #727284;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    min-height: 30px
}

.wpcf7-select {
    height: 49px
}

.wpcf7-acceptance,
.wpcf7-form-control-wrap,
.wpcf7-list-item {
    width: auto !important;
    margin: 0px !important
}

.wpcf7-form-control {
    width: 100%
}

select {
    width: 100%;
    outline: 0px;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #004D84;
    border: 1px solid;
    height: 30px;
    background: url(../media/arrow-sel.png) no-repeat 95% 50%;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    padding: 0px 10px
}

div.wpcf7-response-output {
    margin: 7em 0em 1em !important
}

.wpcf7-submit {
    text-align: center;
    background: #d91f24;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    margin: auto;
    width: 200px;
    float: right;
    margin-top: 42px;
    border-radius: 5px
}

.wpcf7-submit:hover {
    background: #2c3e64
}

.icon_menu {
    margin: 0px 12px 0px 61px;
    display: inline-block;
    position: relative;
    height: 54px;
    margin-top: -4px;
    float: right;
    padding: 0;
    position: relative;
    font-family: 'Varela Round', sans-serif
}

::-webkit-input-placeholder {
    color: #777
}

::-moz-placeholder {
    color: #777
}

:-ms-input-placeholder {
    color: #777
}

:-moz-placeholder {
    color: #777
}

.icon_menu input[type="text"] {
    height: 50px;
    font-size: 20px;
    display: inline-block;
    font-weight: 300;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    border: none;
    outline: none;
    color: #2c3e64 !important;
    padding: 3px;
    padding-right: 60px;
    padding-left: 10px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    cursor: pointer
}

.icon_menu input[type="text"]:focus:hover {
    background-color: rgba(255, 255, 255, 0.9)
}

.icon_menu input[type="text"]:focus {
    width: 620px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #2c3e64;
    border-radius: 5px;
    cursor: text
}

.icon_menu input[type="submit"] {
    height: 51px;
    width: 63px;
    display: inline-block;
    float: right;
    background: url(../media/search.png) center center no-repeat;
    background-size: 42%;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    outline: 0px;
    opacity: 1;
    transition: opacity .4s ease
}

.icon_menu input[type="submit"]:hover {
    opacity: 0.8
}

h3.search {
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #1F1F2E;
    font-weight: 700;
    text-transform: none;
    margin: 15px 0px 0px 0px
}

h5.search {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    color: #FABB03;
    margin: 0px;
    margin-bottom: 5px
}

.search_result_text_data {
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    color: #2c3e64;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px
}

.search_result_text {
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    color: #858594;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
    line-height: 24px
}

a.search_result,
span.search_result {
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #004D84;
    margin: 0px
}

.consulenza {
    display: block !important
}

.consulenza-vis {
    display: none !important
}

@media (max-width: 999px) {

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
        background: #fff;
        width: 100%
    }

    .navbar-nav {
        margin-left: 0px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        flex-direction: column
    }

    .consulenza {
        display: none !important
    }

    .consulenza-vis {
        display: block !important
    }

    .work-menu {
        border: 0px !important
    }

    .icon_menu {
        margin: 16px 0px 0px 88px
    }

    .icon_menu input[type="text"]:focus {
        width: 300px;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.9);
        cursor: text
    }

    .blocco-titolo {
        width: 100% !important
    }
}

.navbar-default .navbar-toggle {
    border-color: #fff
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #2c3e64
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background: #fff
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 25px;
    height: 40px;
    margin-right: 4px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

#id_frame {
    position: absolute;
    top: -111px;
    left: 0px;
    width: 100% !important;
    height: 1111px;
    zoom: 0.99;
    -moz-transform: scale(0.85);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.85);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0
}

.tit_navi {
    text-align: center;
    color: #fbba06 !important;
    padding: 20px;
    font-size: 27px !important
}

.hover {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default
}

.hover .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.hover img {
    display: block;
    position: relative
}

.hover button.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    border-radius: 0px;
    background-color: transparent
}

.hover button.info:hover {
    box-shadow: 0 0 5px #fff
}

.hover button.nullbutton {
    border: none;
    padding: 0px;
    margin: 0px
}

.hover button.nullbutton:hover {
    box-shadow: none
}

.modal-open .modal,
button:focus {
    outline: none !important
}

.point {
    cursor: pointer
}

.ehover10 img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s
}

.ehover10 .overlay {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 8.75em;
    background: url(media/bgblue.png) repeat;
    color: #3c4a50;
    padding-bottom: 10px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.icon-links {
    margin-bottom: 10px
}

.ehover10 p.icon-links a {
    color: #fff;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: 300
}

.ehover10:hover p.icon-links a:hover,
.ehover10:hover p.icon-links a:focus {
    color: #fff
}

.ehover10 span {
    color: #FABB03;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: 700
}

.ehover10 button,
.ehover10 p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0)
}

.ehover10 p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ehover10 button {
    display: inline-block
}

.ehover10:hover .overlay,
.ehover10:hover button,
.ehover10:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ehover10:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s
}

.ehover10:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.ehover10:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.ehover10:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.ehover42 h2 {
    transform: translateY(55px);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81)
}

.ehover42 .overlay {
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81)
}

@media (max-width: 767px) {
    ul#navigation {
        display: none
    }

    .col-xs-6 {
        width: 100%
    }

    .tit_navi {
        text-align: center;
        color: #fbba06 !important;
        padding: 20px;
        font-size: 20px !important
    }

    .padding_menu {
        padding-right: 0px !important
    }

    .col-xs-4 {
        width: 100%
    }

    .col-xs-3,
    .col-xs-2 {
        width: 100%
    }

    span,
    p {
        font-size: 14px !important
    }

    h3 {
        font-size: 22px !important
    }

    h2 {
        font-size: 26px !important
    }

    .track_container {
        display: none
    }

    .door_1 {
        width: 100%
    }

    .doortodoor_i {
        margin-left: 0px;
        width: 100%
    }

    .doortodoor_p {
        width: 100%
    }

    .door_2 {
        display: none
    }

    .smallblue_2 {
        padding-right: 0px !important
    }

    .s_block {
        padding-left: 10px
    }
}

.copy {
    background: #2c3e64;
    color: #eee;
    padding: 10px 0px;
    text-align: center
}

.navbar-buttons {
    position: relative;
    width: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.button {
    background-color: rgba(44, 45, 47, 0.749);
    width: 97px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer
}

.overlay {
    position: fixed;
    background: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 13%
}

.overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s
}

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
    animation-delay: .50s
}

.overlay .nav-title {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 8%
}

.overlay nav {
    position: relative;
    height: 10%;
    top: 61%;
    left: 3%;
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 12px
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    position: relative;
    height: 100%;
    justify-content: center
}

.overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    margin-bottom: 60px
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    padding: 0px 18px;
    letter-spacing: normal;
    font-size: 20px
}

.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay ul li a:active {
    color: white
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
    background: white
}

button:focus {
    outline: 0
}

.open-menu,
.close-menu,
.button {
    cursor: pointer;
    transition: transform 0.30s
}

.close-menu {
    display: none
}

.open-menu:hover,
.close-menu:hover,
.button:hover {
    transform: scale(1.1)
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

.head-nav {
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px
}

.navbar-header {
    display: flex;
    justify-content: flex-end
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: flex !important;
        justify-content: space-between;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        width: 77%
    }
}

.navbar-brand {
    width: 100%;
    display: flex;
    justify-content: flex-start
}

@media (max-width: 670px) {
    .overlay nav {
        font-size: 30px
    }
}

@media (max-width: 550px) {
    .overlay nav {
        font-size: 20px
    }
}

.flex-control-nav {
    display: none
}

#prefooter {
    background: #EBF1F5;
    padding: 20px 0px
}

#prefooter h3 {
    color: #323B41;
    font-weight: 700;
    font-size: 15px
}

#prefooter p {
    color: #323B41;
    font-weight: 300;
    font-size: 15px
}

#footer {
    background: #f7f7f7;
    padding: 20px 0px
}

#footer h3 {
    color: #333;
    font-weight: 700;
    font-size: 18px
}

#footer p {
    color: #333;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 10px
}

#map {
    display: block;
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    height: 100vw;
    width: 100%
}

@media (min-width: 1000px) {
    #map {
        height: 69.5vh
    }
}

.menu-wrap a {
    color: #555d7c
}

.menu-wrap a:hover,
.menu-wrap a:focus {
    color: #fffce1
}

.content-wrap {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.content {
    position: relative;
    background: #b4bad2;
    padding-bottom: 12em
}

.menu-button,
.menu-wrap {
    position: fixed;
    width: 2.5em;
    height: 2.25em;
    font-size: 1.5em;
    -webkit-transform: translate3d(1.5em, 1.5em, 0);
    transform: translate3d(1.5em, 1.5em, 0)
}

.menu-button {
    z-index: 1000;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: 2.5em;
    margin-top: -31px;
    margin-left: -33px;
    color: transparent;
    background: #2c3e64
}

.menu-button::before {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    background: linear-gradient(#fffce1 20%, transparent 20%, transparent 40%, #fffce1 40%, #fffce1 60%, transparent 60%, transparent 80%, #fffce1 80%);
    content: ''
}

.menu-button:hover {
    opacity: 0.6
}

.menu-wrap {
    z-index: 999;
    background: none;
    -webkit-transition: width 0.4s, height 0.4s, -webkit-transform 0.4s;
    transition: width 0.4s, height 0.4s, transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    display: none
}

.menu {
    height: 100%;
    font-size: 0.75em
}

.icon-list {
    float: right;
    padding: 2.5em 2em 0 6em
}

.icon-list ul {
    display: flex;
    justify-content: space-between;
    list-style: none
}

.icon-list ul li a {
    opacity: 0;
    display: inline-block;
    padding: 0 0.2em;
    margin: 0 15px;
    text-align: center;
    font-size: 1.2em
}

.icon-list ul li a span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.5em;
    font-weight: 700;
    padding-top: 0.5em
}

@media screen and (max-width: 50em) {
    .icon-list ul li a {
        padding: 0.5em 0em;
        margin: 0 5px;
        font-size: 1em
    }

    .icon-list ul li a span {
        display: none
    }
}

.show-menu .content-wrap {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(0, 125px, 0);
    transform: translate3d(0, 125px, 0)
}

.show-menu .menu-wrap {
    max-width: 1170px;
    width: 100%;
    height: 75px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: inline
}

.show-menu .icon-list ul li a {
    opacity: 1;
    -webkit-transition: opacity 0.4s 0.4s;
    transition: opacity 0.4s 0.4s
}

.show-menu .icon-list ul li a:nth-child(2) {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s
}

.show-menu .icon-list ul li a:nth-child(3) {
    -webkit-transition-delay: 0.44s;
    transition-delay: 0.44s
}

.show-menu .icon-list ul li a:nth-child(4) {
    -webkit-transition-delay: 0.46s;
    transition-delay: 0.46s
}

.show-menu .icon-list ul li a:nth-child(5) {
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s
}

.show-menu .icon-list ul li a:nth-child(6) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.banner {
    display: flex;
    justify-content: space-between
}

.banner .banner-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background: #e9eff4;
    padding: 20px;
    min-height: 260px;
    margin-bottom: 20px
}

.banner .banner-box h3 {
    font-size: 18px;
    font-weight: 700
}

.banner .banner-box p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px
}

.banner .banner-box img {
    max-width: 100%;
    width: auto
}

.banner-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background: #e9eff4;
    padding: 20px;
    margin-top: 10px
}

.banner-box h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.banner-box p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px
}

.banner-box img {
    max-width: 100%;
    width: auto
}

.sc_col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.no-top {
    padding-top: 0px !important
}

.no-bottom {
    padding-bottom: 0px !important
}

.no-right {
    padding-right: 0px !important
}

.no-left {
    padding-left: 0px !important
}

.imgRequired {
    width: 20px !important;
    height: 14px !important
}

.pic-detail {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 160px;
    width: 100%;
    margin: auto;
    border: 1px solid #D8D8D8;
    border-bottom: 2px solid #0072bc
}

.riferimento {
    background: #f0f0f0;
    padding: 10px;
    width: 100%;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0px
}

.dati-agente {
    padding: 14px
}

.top-immobili {
    margin-top: 0px !important;
    padding-bottom: 30px !important
}

.container-fluid .sc_col {
    max-width: 1170px;
    float: none;
    margin: auto
}

.container-fluid .sc_col p {
    margin: 10px 0px;
    width: 100%;
    text-decoration: none;
    display: inline
}

.container-fluid .container .sc_col {
    max-width: 1170px;
    float: left;
    margin: auto
}

.container-fluid .container .sc_col p {
    margin: 10px 0px;
    width: 100%;
    text-decoration: none;
    display: inline;
    font-size: 15px;
    line-height: 1.6
}

.container-fluid .container .sc_col li {
    font-size: 15px;
    line-height: 1.6
}

.wpcf7-form {
    max-width: 75%
}

.top-margin {
    margin-top: 90px;
    padding-bottom: 30px !important
}

.bg-image {
    padding: 45px 10px
}

.bg-image h3,
.bg-image h1,
.bg-image h2,
.bg-image h4,
.bg-image h5 {
    color: #fff;
    margin-bottom: 20px;
    width: 100%
}

.bg-image p,
.bg-image span {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 25px
}

h2.chiaro {
    margin-top: 6%;
    margin-bottom: 6%;
    color: #fff
}

h2.scuro {
    margin-top: 6%;
    margin-bottom: 6%;
    color: #727284
}

.search_results {
    display: flex;
    flex-wrap: wrap
}

.search_result_content {
    margin: 10px 0px !important;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start
}

.pagination {
    width: 100%
}

.page-numbers.current {
    background: #2c3e64;
    color: #fff;
    padding: 4px 9px;
    border-radius: 3px
}

.page-numbers {
    border: 1px solid #2c3e64;
    color: #2c3e64;
    padding: 4px 9px;
    border-radius: 3px;
    background: #fff
}

.news-detail {
    padding-top: 30px;
    display: flex;
    flex-direction: column
}

.news-detail .date {
    color: #2c3e64;
    font-size: 16px;
    margin-bottom: 5px
}

.news-detail .titolo {
    font-size: 23px;
    margin-top: 0px;
    margin-bottom: 10px
}

.nav-link {
    color: #fff;
    font-size: 16px
}

.nav-link a {
    color: #fff;
    font-size: 16px
}

.search_risultati a .search_titolo {
    color: #2c3e64;
    font-size: 18px;
    font-weight: 700
}

.search_risultati a .search_testo {
    color: #333;
    font-size: 14px;
    font-weight: 400
}

.link-f {
    color: #333;
    font-weight: 300;
    font-size: 15px;
    margin-left: 10px
}

.richi-imm #blocco_0 {
    margin-top: 0px !important
}

.richi-imm #blocco_0 form {
    background: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    max-width: 100%;
    float: left
}

.richi-imm #blocco_0 form h6 {
    color: #666
}

.richi-imm #blocco_0 form .wpcf7-response-output {
    color: #666;
    margin-top: 106px !important
}

.richi-imm #blocco_0 form .wpcf7-submit {
    margin-top: 15px
}

.property-search-tabs .tab-buttons .tab-btn {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 20px;
    background-color: #666666;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.clear,
form.contactForm:after,
#tab_property .section ul:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    float: none
}

#main_content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    width: 100%
}

#main_content .order_by {
    margin-left: 5px;
    margin-top: 10px
}

#main_content .title {
    color: #727284;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    position: relative;
    text-align: left;
    font-size: 18px;
    width: 100%
}

#main_content .title .tit {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px
}

#main_content .title .tit img {
    max-width: 35px
}

#main_content .title.dettaglio {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    text-transform: initial;
    width: 100%;
    border-bottom: 0px solid
}

#main_content .title.dettaglio .price {
    font-weight: 700;
    margin: 7px 0;
    font-size: 1.3em;
    color: #00661A;
    font-family: 'Lato', sans-serif
}

#main_content .button {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #666;
    border-radius: 3px;
    margin: 10px 0;
    padding: 14px 20px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.15s linear;
    width: 100%
}

#main_content .button:hover {
    background-color: #2c3e64
}

#main_content .button span {
    color: white
}

#main_content .button span i {
    color: white;
    margin-right: 8px
}

.framed_img {
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin: 15px 25px;
    padding: 5px
}

.banner-container {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    width: 100%
}

.banner-container .banner {
    padding: 7px 10px;
    text-decoration: none;
    width: 37px;
    display: flex;
    justify-content: center;
    margin: 0px 10px 10px 0px;
    padding: 7px;
    background: #f0f0f0;
    border: 0px;
    border-radius: 3px
}

.banner-container .banner i {
    margin-right: 0px;
    font-size: 24px;
    color: #2c3e64;
    text-decoration: none
}

.banner-container .banner i:hover {
    text-decoration: none
}

.action-property-list {
    width: 100% !important;
    border: 0px;
    padding: 0px;
    margin: 0px 00px 0px 0px
}

.specific-action.save_property .remove {
    display: none
}

.specific-action.save_property .add {
    display: flex
}

.specific-action.save_property.saved .add {
    display: none
}

.specific-action.save_property.saved .remove {
    display: flex
}

.wrapper-contact {
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    align-content: space-between;
    -ms-flex-line-pack: justify;
    display: flex
}

.wrapper-contact .contatti-block {
    width: 100%;
    display: flex;
    margin-left: 0px;
    flex-direction: column
}

.wrapper-contact .contatti-block .item {
    margin-top: 18px
}

.dettaglio .action-property-list {
    width: 37px !important
}

.cont-img {
    width: 35%;
    display: none
}

.cont-sede {
    width: 100%;
    line-height: 25px;
    margin-left: 0px;
    margin-bottom: 20px
}

.clear,
form.contactForm:after,
#tab_property .section ul:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    float: none
}

.dropdown-menu {
    display: none
}

.navbar {
    margin-top: 0px
}

.head-nav {
    flex-direction: column
}

.hide-search {
    display: none
}

.show-search {
    display: inline
}

#navigation #navigation-standard {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0
}

#navigation #navigation-standard>li {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    height: 100%;
    list-style-type: none;
    position: relative;
    text-align: center
}

#navigation #navigation-standard>li:first-of-type {
    display: none
}

#navigation #navigation-standard>li a {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-bottom: 3px solid transparent;
    color: white;
    cursor: pointer;
    height: 100%;
    text-decoration: none
}

#navigation #navigation-standard>li a:hover,
#navigation #navigation-standard>li a:focus,
#navigation #navigation-standard>li a:active,
#navigation #navigation-standard>li a.active {
    border-bottom: 3px solid transparent
}

#navigation #navigation-standard>li.menu-item-has-children {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

#navigation #navigation-standard>li.menu-item-has-children a {
    border-bottom: 3px solid transparent
}

#navigation #navigation-standard>li.menu-item-has-children #dropdown-menu {
    -webkit-box-shadow: 0 1px 2px rgba(50, 50, 50, 0.9);
    -moz-box-shadow: 0 1px 2px rgba(50, 50, 50, 0.9);
    box-shadow: 0 1px 2px rgba(50, 50, 50, 0.9);
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1
}

#navigation #navigation-standard>li.menu-item-has-children:hover #dropdown-menu {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    left: 0;
    position: absolute;
    top: 100%
}

#navigation #navigation-standard>li.menu-item-has-children:hover #dropdown-menu li {
    background-color: #ddd;
    color: #2c3e64;
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

#navigation #navigation-standard>li.menu-item-has-children:hover #dropdown-menu li a {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    padding: 10px 15px
}

#navigation #navigation-standard>li.menu-item-has-children:hover #dropdown-menu li:hover {
    background-color: #2c3e64
}

#navigation #navigation-standard>li.menu-item-has-children:hover #dropdown-menu li:hover a {
    color: #fff
}

#navigation #menu-responsive button {
    color: #2c3e64;
    display: flex;
    font-weight: 400;
    justify-content: center;
    z-index: 12
}

#navigation #menu-responsive button .hamburger-inner,
#navigation #menu-responsive button .hamburger-inner:before,
#navigation #menu-responsive button .hamburger-inner:after {
    background-color: #2c3e64
}

#navigation #menu-responsive .navigation-mobile {
    align-content: flex-start;
    align-items: center;
    background-color: #ddd;
    bottom: auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 0;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all .5s ease-in-out;
    width: 100%;
    z-index: 11
}

#navigation #menu-responsive .navigation-mobile li {
    border-right: 0;
    display: block;
    list-style-type: none;
    padding-bottom: 0;
    position: relative;
    width: 100%
}

#navigation #menu-responsive .navigation-mobile li a {
    border: 0;
    color: #727284;
    display: block;
    font-size: 1.0714285714em;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 0 15px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .3s ease-in-out
}

#navigation #menu-responsive .navigation-mobile li a:hover,
#navigation #menu-responsive .navigation-mobile li a:focus,
#navigation #menu-responsive .navigation-mobile li a:active {
    background-color: #2c3e64;
    color: white
}

#navigation #menu-responsive .navigation-mobile li a span {
    border: 0;
    display: inline;
    line-height: 48px;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px
}

#navigation #menu-responsive .navigation-mobile li:last-of-type a {
    border-right: 0
}

#navigation #menu-responsive .navigation-mobile li #dropdown-menu {
    background-color: rgba(0, 0, 0, 0.2);
    height: 0;
    overflow: hidden;
    padding-left: 0;
    transition: all .5s ease-in-out
}

#navigation #menu-responsive .navigation-mobile li #dropdown-menu li a:before {
    content: ' - '
}

#navigation #menu-responsive .navigation-mobile li.opened #dropdown-menu {
    height: auto
}

#navigation #menu-responsive.is-active .navigation-mobile {
    height: auto
}

.navbar-default .navbar-nav>li>a {
    color: #2c3e64 !important;
    font-weight: 300;
    font-size: 15px;
    padding: 1px 10px;
    margin-left: 0px;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0.25)
}

#immobili-elenco {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#immobili-elenco .row {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 20px;
    width: 100%
}

#immobili-elenco .row .order_by {
    color: #666;
    font-weight: 500;
    text-align: right
}

#immobili-elenco .row .order_by select {
    background: none;
    border: 0;
    color: #727284;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500
}

#immobili-elenco .item {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #e5e5f8;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

#immobili-elenco .item .left-el {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    align-content: space-between;
    -ms-flex-line-pack: justify;
    width: 100%
}

#immobili-elenco .item .left-el a.link {
    height: 290px;
    width: 100%
}

#immobili-elenco .item .left-el a.link .foto {
    height: 100%;
    width: 100%;
    position: relative;
    background-position: center center;
    background-size: cover
}

#immobili-elenco .item .left-el a.link .foto .contract {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-weight: 500;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px
}

#immobili-elenco .item .left-el a.link .foto .subtitle {
    background: #2c3e64;
    box-shadow: 2px 1px 1px #333;
    box-sizing: border-box;
    color: white;
    padding: 6px 10px;
    left: -20px;
    position: absolute;
    top: 15px
}

#immobili-elenco .item .left-el a.link .foto .subtitle:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 16px 0;
    border-color: transparent #820800 transparent transparent;
    position: absolute;
    left: 0px;
    bottom: -16px
}

#immobili-elenco .item .left-el .action-property-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e5e5f8
}

#immobili-elenco .item .left-el .action-property-list .price {
    color: #666;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    width: 50%
}

#immobili-elenco .item .left-el .action-property-list .specific-action {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 75%
}

#immobili-elenco .item .left-el .action-property-list .specific-action.save_property a {
    padding: 0px 1em;
    width: 100%;
    border-right: 1px solid #e5e5f8
}

#immobili-elenco .item .left-el .action-property-list .specific-action.save_property a.add {
    color: #888;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

#immobili-elenco .item .left-el .action-property-list .specific-action.save_property a.remove {
    color: orange;
    display: none
}

#immobili-elenco .item .left-el .action-property-list .specific-action.save_property a:hover {
    background-color: #2c3e64
}

#immobili-elenco .item .left-el .action-property-list .specific-action.save_property a:hover.add,
#immobili-elenco .item .left-el .action-property-list .specific-action.save_property a:hover.remove {
    color: #fff;
    text-decoration: none
}

#immobili-elenco .item .left-el .action-property-list .specific-action.save_property a:hover.add i,
#immobili-elenco .item .left-el .action-property-list .specific-action.save_property a:hover.remove i {
    color: white
}

#immobili-elenco .item .left-el .action-property-list .specific-action.save_property.saved .add {
    display: none
}

#immobili-elenco .item .left-el .action-property-list .specific-action.save_property.saved .remove {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    color: orange
}

#immobili-elenco .item .left-el .action-property-list .specific-action.save_property.saved .remove i {
    color: orange
}

#immobili-elenco .item .left-el .action-property-list .specific-action a,
#immobili-elenco .item .left-el .action-property-list .specific-action .share {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-left: 1px solid #e5e5f8;
    cursor: pointer
}

#immobili-elenco .item .left-el .action-property-list .specific-action a i,
#immobili-elenco .item .left-el .action-property-list .specific-action .share i {
    color: #666;
    font-size: 18px
}

#immobili-elenco .item .left-el .action-property-list .specific-action a.add,
#immobili-elenco .item .left-el .action-property-list .specific-action a.remove,
#immobili-elenco .item .left-el .action-property-list .specific-action .share.add,
#immobili-elenco .item .left-el .action-property-list .specific-action .share.remove {
    border-right: 1px solid #e5e5f8
}

#immobili-elenco .item .left-el .action-property-list .specific-action a:hover,
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover {
    background-color: #2c3e64
}

#immobili-elenco .item .left-el .action-property-list .specific-action a:hover.add,
#immobili-elenco .item .left-el .action-property-list .specific-action a:hover.remove,
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover.add,
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover.remove {
    color: #fff
}

#immobili-elenco .item .left-el .action-property-list .specific-action a:hover i,
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover i {
    color: white
}

#immobili-elenco .item .left-el .action-property-list .specific-action .share {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative
}

#immobili-elenco .item .left-el .action-property-list .specific-action .share .social-share {
    display: none
}

#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover .social-share {
    position: absolute;
    right: 55px;
    height: 100%;
    border-left: 1px solid #e5e5f8;
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    background-color: white
}

#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover .social-share a {
    height: 100%
}

#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover .social-share a i {
    color: #666;
    font-size: 18px
}

#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover .social-share a:first-child {
    border-left: none
}

#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover .social-share a:hover {
    background-color: white
}

#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover .social-share a:hover i {
    color: #2c3e64
}

#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover .social-share:last-child {
    border-right: 1px solid #e5e5f8
}

#immobili-elenco .item a.detail {
    padding: 15px 0;
    width: 100%;
    text-decoration: none
}

#immobili-elenco .item a.detail .feature {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around
}

#immobili-elenco .item a.detail .feature .title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 25px;
    width: 100%
}

#immobili-elenco .item a.detail .feature .title h4 {
    margin-top: 0;
    margin-bottom: 18px;
    color: #727284;
    font-size: 22px;
    width: 100%
}

#immobili-elenco .item a.detail .feature .title .location {
    width: 100%;
    color: #666;
    font-size: 14px
}

#immobili-elenco .item a.detail .feature .title .location i {
    margin-right: 8px
}

#immobili-elenco .item a.detail .feature ul.detail {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ededfa;
    border-bottom: 1px solid #ededfa;
    box-sizing: border-box;
    padding: 25px;
    background-color: #ddd;
    margin: 15px 0;
    width: 100%
}

#immobili-elenco .item a.detail .feature ul.detail li {
    width: 49%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

#immobili-elenco .item a.detail .feature ul.detail li:first-child,
#immobili-elenco .item a.detail .feature ul.detail li:nth-child(2) {
    margin-bottom: 10px
}

#immobili-elenco .item a.detail .feature ul.detail li .pre-title {
    color: #666
}

#immobili-elenco .item a.detail .feature ul.detail li .pre-title i {
    margin-right: 8px;
    color: #666
}

#immobili-elenco .item a.detail .feature ul.detail li .value {
    color: #666
}

#immobili-elenco .item a.detail .feature .desc {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    box-sizing: border-box;
    padding: 0 25px;
    width: 100%
}

#immobili-elenco .item:hover {
    -webkit-box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1)
}

#immobili-elenco .pager {
    list-style-type: none;
    margin: 0.5em 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

#immobili-elenco .pager li {
    list-style-type: none;
    display: inline-block;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    margin-bottom: 8px;
    margin: 0 5px
}

#immobili-elenco .pager li.pager-pages {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #727284;
    padding: 3px;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer
}

#immobili-elenco .pager li.pager-pages.current {
    color: white;
    background-color: #2c3e64
}

#immobili-elenco .pager li.pager-pages:hover {
    background: #2c3e64
}

#immobili-elenco .pager li.pager-pages:hover a {
    color: white
}

#immobili-elenco .pager li.pager-pages.next,
#immobili-elenco .pager li.pager-pages.previous {
    width: 80px
}

#immobili-elenco .pager li.pager-pages.next a,
#immobili-elenco .pager li.pager-pages.previous a {
    font-weight: 200
}

#immobili-elenco .pager li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 100%;
    background: none;
    border: 0px
}

#immobili-elenco .pager li a:hover,
#immobili-elenco .pager li a:active,
#immobili-elenco .pager li a:focus {
    color: #2c3e64
}

a:link.toggle-map,
a:visited.toggle-map,
a:hover.toggle-map,
a:active.toggle-map {
    background-color: #2c3e64;
    border-radius: 3px;
    color: #fff;
    font-size: initial;
    font-weight: 400;
    padding: .5em .75em
}

a:link.toggle-map:hover,
a:visited.toggle-map:hover,
a:hover.toggle-map:hover,
a:active.toggle-map:hover {
    background-color: #3c5487
}

a:link.toggle-map span,
a:visited.toggle-map span,
a:hover.toggle-map span,
a:active.toggle-map span {
    display: none
}

.vetrina_item_tpl {
    color: #333;
    display: block;
    margin-top: 5px;
    width: 250px !important;
    text-decoration: none;
    width: 100%
}

.vetrina_item_tpl .item {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

.vetrina_item_tpl .item .foto {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    position: relative;
    width: 100%;
    height: 200px;
    background: transparent url(../img/no_thumb.png) no-repeat center center;
    background-size: cover;
    overflow: hidden
}

.vetrina_item_tpl .item .foto .contratto_txt {
    display: block;
    position: absolute;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 20px;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(120, 120, 120, 0.4);
    font-weight: 200;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #d91f24;
    writing-mode: lr-bt;
    text-transform: uppercase;
    font-weight: bold
}

.vetrina_item_tpl .item .foto .contratto_txt.affitto {
    background-color: #2c3e64
}

.vetrina_item_tpl .item .foto .contratto_txt.studenti {
    background-color: green;
    top: 0;
    right: 0;
    left: initial;
    bottom: initial
}

.vetrina_item_tpl .item .feature {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.vetrina_item_tpl .item .feature .info {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2c3e64;
    height: 45px;
    padding: 5px;
    width: 100%
}

.vetrina_item_tpl .item .feature .info span {
    color: white
}

.vetrina_item_tpl .item .feature .info span i {
    color: white;
    margin-right: 8px
}

.vetrina_item_tpl .item .feature .location {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px;
    color: #2c3e64;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%
}

.vetrina_item_tpl .item .feature .location span {
    margin: 3px 0
}

.vetrina_item_tpl .item .feature .location .type {
    width: 100%;
    text-transform: uppercase;
    color: #727284
}

.vetrina_item_tpl .item .feature .location .code {
    width: 40%;
    color: #727284;
    font-size: 14px;
    text-align: right
}

.vetrina_item_tpl .item .feature .location .city {
    width: 100%
}

.vetrina_item_tpl .item .feature .location .detail {
    text-align: right;
    text-decoration: underline;
    color: #2693ff;
    width: 40%
}

.vetrina_item_tpl .item .feature .price {
    background-color: #031e29;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 8px;
    text-align: left;
    width: 100%
}

.spalla-sx {
    width: 100%
}

.spalla-dx {
    width: 100%
}

#immobili-elenco .order_by {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    text-align: left !important
}

#immobili-elenco .order_by label {
    width: 50%;
    text-transform: uppercase;
    margin: 0px
}

#modCont p {
    width: 100% !important
}

#modCont p input[type="text"],
#modCont p select {
    height: 38px !important
}

.cta-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    margin: 10px 10px 0px 0px
}

.cta-box .cta {
    background: #d91f24;
    color: white;
    border-radius: 3px;
    padding: 5px 10px;
    border: 0px;
    text-align: right
}

.cta-box .cta:hover {
    background: #e8797c
}

.cta-a {
    width: 100%
}

.cta-a,
.ct-home {
    text-decoration: none !important
}

.cta-a .cta-button,
.cta-a .wpcf7-submit,
.ct-home .cta-button,
.ct-home .wpcf7-submit {
    text-align: center;
    background: #d91f24;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    padding-bottom: 8px;
    font-size: 24px;
    margin: auto;
    max-width: 430px;
    border-radius: 5px;
    border: 0px
}

.cta-a .cta-button:hover,
.cta-a .wpcf7-submit,
.ct-home .cta-button:hover,
.ct-home .wpcf7-submit {
    background: #2c3e64
}

.cta-a .inverse:hover,
.ct-home .inverse:hover {
    background: #fff !important;
    color: #2c3e64
}

.prix {
    margin-top: 10px;
    width: 100%;
    padding: 0px 4px
}

#amount {
    background: none;
    border: 0px
}

.ui-widget-header {
    border: 1px solid #d91f24 !important;
    background: #d91f24 !important;
    color: #333333;
    font-weight: bold
}

form.contactForm {
    color: #727284;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 0px;
    background: none;
    padding: 0px 5px 10px 5px
}

form.contactForm #modCont {
    display: flex;
    flex-wrap: wrap
}

form.contactForm #modCont h2 {
    width: 100%
}

form.contactForm p {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    line-height: normal;
    width: 100%;
    font-size: 12px
}

form.contactForm label {
    display: block;
    color: #727284 !important;
    font-weight: 400;
    padding: 0 !important;
    font-size: 13px;
    margin-bottom: 5px
}

form.contactForm label.checkbox {
    border: none;
    display: inline-block;
    margin-bottom: 5px;
    width: auto
}

form.contactForm label.checkbox input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    width: 24px
}

form.contactForm input[type="text"],
form.contactForm select,
form.contactForm textarea {
    display: block !important;
    width: 100%;
    height: 49px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #727284;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

form.contactForm input[type="text"].error,
form.contactForm select.error,
form.contactForm textarea.error {
    border-color: red;
    background-color: #ffe6e6
}

form.contactForm input[type="text"].warning,
form.contactForm select.warning,
form.contactForm textarea.warning {
    border-color: #ffe500;
    background-color: #fffacc
}

form.contactForm ::-webkit-input-placeholder {
    color: #666
}

form.contactForm :-moz-placeholder {
    color: #666
}

form.contactForm ::-moz-placeholder {
    color: #666
}

form.contactForm :-ms-input-placeholder {
    color: #666
}

form.contactForm textarea {
    width: 100%
}

form.contactForm em.error_string {
    color: red;
    font-size: 12px;
    font-weight: 600
}

form.contactForm em.warning_string {
    color: #b3a000;
    font-size: 0.8em;
    font-weight: 600
}

form.contactForm #privacy_moduli {
    font-size: 11px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    height: 120px;
    overflow: hidden;
    overflow-y: auto;
    display: block;
    background-color: #fff;
    border: 1px solid #555
}

form.contactForm em.privacy.error {
    border: 1px solid red;
    background-color: #ffe6e6
}

form.contactForm input[type='submit'] {
    display: block !important;
    background-color: #2c3e64;
    color: #fff;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    display: block;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    border: none;
    width: 100%;
    padding: 10px 20px;
    transition: background-color .15s linear;
    font-size: 15px;
    -webkit-appearance: none
}

form.contactForm input[type='submit']:hover {
    background-color: #1c2841
}

#main_content form {
    box-sizing: border-box
}

.wpcf7-form p {
    display: flex;
    justify-content: space-between
}

.wpcf7-form p label {
    width: 49%
}

.rich-imm {
    background: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    max-width: 100%
}

.rich-imm h3 {
    color: #2c3e64
}

.rich-imm h6 {
    color: #666;
    line-height: 17px;
    font-size: 14px
}

.rich-imm p label {
    color: #2c3e64
}

.rich-imm p .wpcf7-submit {
    background: #d91f24 !important;
    border-radius: 5px
}

.clear,
form.contactForm:after,
#tab_property .section ul:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    float: none
}

#search_loading {
    display: none;
    position: absolute;
    right: 0;
    top: 0
}

#content-ric {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    position: relative;
    width: 100%;
    z-index: 1;
    top: 35vh
}

#content-ric.not-home {
    background: none;
    height: auto
}

#content-ric.not-home .wrapper {
    align-items: flex-start;
    margin: 0;
    padding: 0;
    width: 100%
}

#content-ric.not-home .wrapper #ricerca .engine-title {
    color: #727284;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: left
}

#content-ric.not-home .wrapper #ricerca .sub {
    font-size: 20px !important
}

#content-ric.not-home .wrapper #ricerca form .search-filters #select_districts,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_subtypology,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_cities,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_typologies {
    width: 100%
}

#content-ric.not-home .wrapper #ricerca form .search-filters #select_districts label,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_subtypology label,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_cities label,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_typologies label {
    box-sizing: border-box;
    padding-left: 15px;
    text-align: center;
    text-align-last: center
}

#content-ric.not-home .wrapper #ricerca form .search-filters #select_cities,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_districts,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_typologies {
    margin-bottom: 5px
}

#content-ric.not-home .wrapper #ricerca form .search-filters p {
    width: 100%
}

#content-ric.not-home .wrapper #ricerca form .search-filters p select,
#content-ric.not-home .wrapper #ricerca form .search-filters p input {
    height: 37px;
    padding-left: 10px;
    text-align-last: left
}

#content-ric.not-home .wrapper #ricerca form .search-filters p button[type="submit"] {
    margin: 0;
    padding-left: 0
}

#content-ric.not-home .wrapper #ricerca form .show-on-map em {
    color: #727284
}

#content-ric.not-home:after {
    background: none
}

#content-ric:after {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

#content-ric .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-items: flex-start;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 15px;
    padding-top: 5%;
    flex-direction: column
}

#content-ric .wrapper .close {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 0px 0 #fff;
    opacity: 1
}

#content-ric .wrapper .engine-title {
    color: #fff;
    font-weight: normal;
    font-size: 2.7142857143em;
    margin-top: 0;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px black
}

#content-ric .wrapper #vn-click {
    background: #d91f24;
    color: white;
    border-radius: 3px;
    padding: 5px 10px;
    border: 0px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    margin: 10px 0px
}

#content-ric .wrapper #vn-click {
    cursor: pointer
}

#content-ric .wrapper #vn-click:before {
    content: 'Mostra ricerca'
}

#content-ric .wrapper #vn-click.change:before {
    content: attr(data-content) "Nascondi Ricerca"
}

#content-ric .wrapper .sub {
    font-size: 20px !important
}

#content-ric .wrapper #vn-click {
    cursor: pointer
}

#content-ric .wrapper #ricerca {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    position: relative
}

#content-ric .wrapper #ricerca.close {
    display: none
}

#content-ric .wrapper #ricerca form {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%
}

#content-ric .wrapper #ricerca form h2 {
    color: #727284;
    font-weight: 700;
    margin-top: 0;
    width: 100%
}

#content-ric .wrapper #ricerca form .contratto {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%
}

#content-ric .wrapper #ricerca form .contratto .contract-type {
    background-color: white;
    box-sizing: border-box;
    border-radius: 5px;
    color: #727284;
    border: 1px solid #727284;
    font-weight: 500;
    padding: 12px 18px;
    text-transform: uppercase;
    text-decoration: none !important
}

#content-ric .wrapper #ricerca form .contratto .contract-type:nth-child(2) {
    margin-left: 6px
}

#content-ric .wrapper #ricerca form .contratto .contract-type.clicked {
    background-color: #2c3e64;
    color: white;
    text-decoration: none !important;
    transition: all 0.5s ease
}

#content-ric .wrapper #ricerca form .contratto .contract-type:hover {
    text-decoration: none !important
}

#content-ric .wrapper #ricerca form .contratto .angle {
    bottom: -36px;
    color: #EFEFEF;
    display: none;
    font-size: 35px;
    left: 44%;
    position: absolute
}

#content-ric .wrapper #ricerca form .contratto .angle.rental {
    left: 54%
}

#content-ric .wrapper #ricerca form .search-filters {
    align-items: center;
    background-color: #EFEFEF;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    justify-content: space-between;
    padding: 20px;
    width: 100%
}

#content-ric .wrapper #ricerca form .search-filters p {
    cursor: pointer;
    margin: 5px 0;
    width: 48%
}

#content-ric .wrapper #ricerca form .search-filters p.advanced {
    display: none
}

#content-ric .wrapper #ricerca form .search-filters p label {
    color: #727284
}

#content-ric .wrapper #ricerca form .search-filters p input,
#content-ric .wrapper #ricerca form .search-filters p select,
#content-ric .wrapper #ricerca form .search-filters p button[type='submit'] {
    background-color: white;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-sizing: border-box;
    color: #666;
    cursor: pointer;
    font-size: .9em;
    font-weight: 300;
    height: 3em;
    padding: 0;
    text-align: center;
    text-align-last: center;
    text-transform: uppercase;
    width: 100%;
    outline: 0px
}

#content-ric .wrapper #ricerca form .search-filters p select {
    background: url(../media/arrow-sel.png) no-repeat 95% 50%;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    padding: 0px 10px
}

#content-ric .wrapper #ricerca form .search-filters p ::-webkit-input-placeholder {
    color: #888
}

#content-ric .wrapper #ricerca form .search-filters p ::-moz-placeholder {
    color: #888
}

#content-ric .wrapper #ricerca form .search-filters p :-ms-input-placeholder {
    color: #888
}

#content-ric .wrapper #ricerca form .search-filters p :-moz-placeholder {
    color: #888
}

#content-ric .wrapper #ricerca form .search-filters p button[type='submit'] {
    background: #d91f24;
    color: white
}

#content-ric .wrapper #ricerca form .search-filters p button[type='submit']:hover {
    background: #e8797c
}

#content-ric .wrapper #ricerca form .search-filters p button[type='submit']:active {
    background: #821316
}

#search-by-map {
    flex-grow: 1;
    margin-bottom: 5px;
    width: 100%
}

#search-by-map .map_search {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%
}

#search-by-map .map_search input[type='radio'] {
    display: none
}

#search-by-map .map_search label {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
    border-bottom: 1px solid #fff;
    color: #ccc;
    flex-grow: 1;
    padding: 1em;
    text-align: center
}

#search-by-map .map_search label .heading-label {
    display: none
}

#search-by-map .map_search #search_tab1:checked~label[for='search_tab1'],
#search-by-map .map_search #search_tab2:checked~label[for='search_tab2'] {
    background-color: transparent;
    border: 1px solid #fff;
    border-bottom: 1px solid #2c3e64;
    color: #fff
}

#search-by-map .update-poly {
    display: none;
    padding: 1em 0;
    text-align: center;
    width: 100%
}

#search-by-map .update-poly a {
    color: #fff
}

#select_districts,
#select_subtypology,
#select_cities,
#select_typologies {
    display: inline-block;
    margin: 0;
    position: relative;
    background-color: white;
    border: 1px solid #e2e2e2;
    border-radius: 5px
}

#select_districts label,
#select_subtypology label,
#select_cities label,
#select_typologies label {
    background-color: white;
    border-radius: 5px;
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 2em;
    padding: 0;
    text-align: center;
    text-align-last: center;
    width: 100%;
    margin-bottom: 0px
}

#select_districts .multi_select,
#select_subtypology .multi_select,
#select_cities .multi_select,
#select_typologies .multi_select {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: none;
    height: auto;
    left: 0;
    margin: 0;
    max-height: 21vh;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    z-index: 3000;
    top: 40px
}

#select_districts .multi_select.opened,
#select_subtypology .multi_select.opened,
#select_cities .multi_select.opened,
#select_typologies .multi_select.opened {
    display: block
}

#select_districts .multi_select li,
#select_subtypology .multi_select li,
#select_cities .multi_select li,
#select_typologies .multi_select li {
    box-sizing: border-box;
    text-align: left;
    white-space: nowrap
}

#select_districts .multi_select li label,
#select_subtypology .multi_select li label,
#select_cities .multi_select li label,
#select_typologies .multi_select li label {
    box-sizing: border-box;
    border-radius: 0;
    color: #727284;
    display: block;
    font-size: 0.8125em;
    padding: 0 10px;
    text-align: left;
    text-align-last: left
}

#select_districts .multi_select li label input,
#select_subtypology .multi_select li label input,
#select_cities .multi_select li label input,
#select_typologies .multi_select li label input {
    margin-left: 0;
    margin-right: 5px
}

.show-on-map {
    color: #fff;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: right;
    width: 100%
}

.ric_row {
    margin-bottom: 10px
}

.desktop-ric {
    display: none
}

.mobile-ric {
    display: inline
}

.property-search-tabs {
    background: #fff;
    padding: 0% 2% 0% 2%;
    -webkit-box-shadow: 2px 3px 5px 0px #ccc;
    -moz-box-shadow: 2px 3px 5px 0px #ccc;
    box-shadow: 2px 3px 5px 0px #ccc;
    max-width: 1170px;
    margin-top: 70px
}

.property-search-tabs #content-ric {
    margin-top: 0px !important
}

.property-search-form .ui-selectmenu-button.ui-button,
.property-search-form .form-group input,
.property-search-form .form-group select,
.property-search-form-2 .form-group select,
.property-search-form .form-group textarea,
.ric_row,
#bagni,
#camere,
#rental {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    font-size: 13px;
    color: #777777;
    line-height: 26px;
    font-weight: 400;
    padding: 10px 30px 10px 25px;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    flex-direction: row-reverse
}

.property-search-form .range-slider-one,
.property-search-form-2 .range-slider-one  {
    position: relative;
    padding: 0px 10px
}

.property-search-form .range-slider-one .title,
.property-search-form-2 .range-slider-one .title {
    float: right;
    color: #777777;
    font-size: 14px;
    font-weight: 400
}

.property-search-form .range-slider-one .input,
.property-search-form-2 .range-slider-one .input  {
    position: relative;
    float: left;
    max-height: 80px
}

.property-search-form .range-slider-one .input input,
.property-search-form-2 .range-slider-one .input input {
    background: none;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    width: auto;
    text-align: left;
    border: 0;
    padding: 0;
    height: auto
}

.property-search-form .range-slider-one .ui-widget.ui-widget-content,
.property-search-form-2 .range-slider-one .ui-widget.ui-widget-content {
    height: 3px;
    border: none;
    margin-top: 4px;
    margin-bottom: 10px;
    background: #1a1d1f
}

.property-search-form .range-slider-one .ui-slider .ui-slider-range,
.property-search-form-2 .range-slider-one .ui-slider .ui-slider-range  {
    top: 0px;
    height: 4px;
    background: #ff3333
}

.property-search-form .range-slider-one .ui-state-default,
.property-search-form .range-slider-one .ui-widget-content .ui-state-default,
.property-search-form-2 .range-slider-one .ui-state-default,
.property-search-form-2 .range-slider-one .ui-widget-content .ui-state-default  {
    top: -6px;
    width: 16px;
    height: 16px;
    z-index: 99;
    background: #ffffff;
    border: 2px solid #ff3333;
    cursor: pointer;
    border-radius: 10px
}

.property-search-form .range-slider-one .theme-btn,
.property-search-form-2 .range-slider-one .theme-btn {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 40px;
    color: #222222;
    font-weight: 700;
    border: 1px solid #ff3333
}

.property-search-form .range-slider-one .theme-btn:hover,
.property-search-form-2 .range-slider-one .theme-btn:hover {
    background-color: #ff3333;
    color: #ffffff
}

.maptab {
    background: #2c3e64 !important;
    padding: 5px 17px 5px 17px !important;
    height: 43px !important;
    display: flex;
    align-items: center
}

.geotab {
    background: #d91f24 !important;
    padding: 5px 17px 5px 17px !important;
    height: 43px !important
}

.hide3 {
    display: none
}

.show {
    display: inline
}

.ex3 .avanzate {
    color: #000000;
    padding: 0 10px;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    margin: 18px 0
}

.ex3 #item-3 {
    position: absolute;
    left: -999em
}

.ex3 .hide {
    width: 50%;
    border: 0px;
    background: white;
    max-height: 99em;
    opacity: 0;
    height: 0px;
    overflow: hidden;
    transition: opacity 1.5s linear, max-height 1.5s linear
}

.ex3 .hide p {
    padding: 10px;
    margin: 0
}

.ex3 .hide3 {
    width: 100%;
    display: table;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    background: white;
    transition: all 0.5s ease;
    padding: 10px;
    box-sizing: border-box;
    display: none
}

.ex3 input[type="checkbox"]:checked+.hide3 {
    min-height: 150px;
    height: 100%;
    opacity: 1;
    display: block
}

.ex3 input[type="checkbox"]:checked+.hide3 .inner3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 100%
}

.btn-number {
    background: none !important;
    color: #666;
    font-size: 15px !important;
    margin: 0px !important;
    text-shadow: 0 0px 0 #fff;
    box-shadow: inset 0 0px 0
}

.btn-number:hover,
.btn-default[disabled] {
    background: none !important;
    color: #666;
    font-size: 15px;
    margin: 0px;
    text-shadow: 0 0px 0 #fff;
    box-shadow: inset 0 0px 0
}

.input-number {
    display: inline-block;
    margin: 0;
    position: relative;
    max-width: 100px;
    text-align: center;
    outline: 0;
    background-color: white;
    border: 1px solid #efeeed;
    border-radius: 0px;
    box-shadow: inset 0 0px 0px transparent !important
}

.ckb1 input[type=checkbox],
.ckb2 input[type=checkbox],
.ckb3 input[type=checkbox],
.ckb4 input[type=checkbox],
.ckb5 input[type=checkbox],
.ckb6 input[type=checkbox],
.ckb7 input[type=checkbox],
.ckb8 input[type=checkbox],
.ckb9 input[type=checkbox],
.ckb10 input[type=checkbox],
.ckb11 input[type=checkbox],
.ckb12 input[type=checkbox],
.ckb13 input[type=checkbox],
.ckb14 input[type=checkbox],
.ckb15 input[type=checkbox],
.ckb16 input[type=checkbox],
.ckb17 input[type=checkbox] {
    width: 100%;
    height: 100%;
    margin: 0px;
    opacity: 0;
    cursor: pointer
}

label {
    width: 100%;
    height: auto
}

.ico-block {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px
}

.tooltiptext {
    font-weight: 300 !important;
    font-size: 13px;
    margin-left: 4px;
    color: #727284
}

.ckb1 {
    background: url(../media/ricerca/field-and-windmill.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check1 {
    background: url(../media/ricerca/field-and-windmill-w.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    background-color: #fff;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb2 {
    background: url(../media/ricerca/garage.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check2 {
    background: url(../media/ricerca/garage-w.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    background-color: #fff;
    width: 30px;
    height: 30px;
    opacity: 0.8
}

.ckb3 {
    background: url(../media/ricerca/window.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check3 {
    background: url(../media/ricerca/window-w.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    background-color: #fff;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb4 {
    background: url(../media/ricerca/window.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check4 {
    background: url(../media/ricerca/window-w.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb5 {
    background: url(../media/ricerca/elevator.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check5 {
    background: url(../media/ricerca/elevator-w.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb6 {
    background: url(../media/ricerca/sea-waves.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check6 {
    background: url(../media/ricerca/sea-waves-w.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb7 {
    background: url(../media/ricerca/car.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check7 {
    background: url(../media/ricerca/car-w.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb8 {
    background: url(../media/ricerca/decorating.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check8 {
    background: url(../media/ricerca/decorating-w.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb9 {
    background: url(../media/ricerca/home.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check9 {
    background: url(../media/ricerca/home-w.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb10 {
    background: url(../media/ricerca/ultimo.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check10 {
    background: url(../media/ricerca/ultimo-w.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb11 {
    background: url(../media/ricerca/house.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check11 {
    background: url(../media/ricerca/house-w.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb12 {
    background: url(../media/ricerca/primo.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check12 {
    background: url(../media/ricerca/primo-w.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb13 {
    background: url(../media/ricerca/bar-chart.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check13 {
    background: url(../media/ricerca/bar-chart-w.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb14 {
    background: url(../media/ricerca/auction.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check14 {
    background: url(../media/ricerca/auction-w.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb15 {
    background: url(../media/ricerca/house-with-dollar-sign-on-a-hand.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check15 {
    background: url(../media/ricerca/house-with-dollar-sign-on-a-han-w.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb16 {
    background: url(../media/ricerca/eco.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check16 {
    background: url(../media/ricerca/eco-w.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

.ckb17 {
    background: url(../media/ricerca/first.png) no-repeat;
    background-size: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.check17 {
    background: url(../media/ricerca/first-w.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.8
}

#select_districts .multi_select,
#select_categories .multi_select,
#select_subtypology .multi_select,
#select_cities .multi_select,
#select_typologies .multi_select,
#select_stato .multi_select {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: none;
    height: auto;
    left: 0;
    margin: 0;
    max-height: 19vh;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    z-index: 3000;
    top: 40px
}

#select_districts .multi_select.opened,
#select_categories .multi_select.opened,
#select_subtypology .multi_select.opened,
#select_cities .multi_select.opened,
#select_typologies .multi_select.opened,
#select_stato .multi_select.opened {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 140px;
    width: 100%;
    left: 0px;
    top: 47px
}

#select_districts .multi_select li,
#select_categories .multi_select li,
#select_subtypology .multi_select li,
#select_cities .multi_select li,
#select_typologies .multi_select li,
#select_stato .multi_select li {
    box-sizing: border-box;
    text-align: left;
    white-space: nowrap;
    list-style: none;
    font-size: 17px;
    padding: 5px 15px;
    font-weight: 700;
    width: 100%
}

#select_districts .multi_select li label,
#select_categories .multi_select li label,
#select_subtypology .multi_select li label,
#select_cities .multi_select li label,
#select_typologies .multi_select li label,
#select_stato .multi_select li label {
    font-weight: 400;
    font-size: 14px
}

input[type=checkbox],
input[type=radio] {
    margin: 0px 4px 0 0
}

.ex3 input[type="checkbox"]:checked+.hide3 .inner3 {
    flex-direction: row;
    flex-wrap: wrap
}

.ex3 .avanzate {
    color: #666;
    padding: 0 10px;
    font-weight: 400;
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 23px;
    width: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    margin: 18px 0
}

.ric-box {
    width: 100% !important;
    padding: 0px 20px;
    border-right: 1px solid #efeeed;
    min-height: 305px
}

.property-search-form .ui-selectmenu-button.ui-button,
.property-search-form .form-group input,
.property-search-form-2 .form-group input[name="code"],
.property-search-form-2 .form-group input[name="price_min"],
.property-search-form-2 .form-group input[name="price_max"],
.property-search-form .form-group select,
.property-search-form .form-group textarea,
.ric_row,
#bagni,
#camere,
#rental {
    position: relative;
    outline: 0;
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 48px;
    font-size: 13px;
    color: #777777;
    line-height: 26px;
    font-weight: 400;
    padding: 10px 30px 10px 25px;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    flex-direction: row-reverse
}

.property-search-form .form-group select,
.property-search-form-2 .form-group select,
#bagni,
#camere,
#rental,
#select_categories,
#select_typologies,
#select_cities,
#select_districts {
    background: url(../media/arrow-sel.png) no-repeat 95% 50%;
    background-color: #fff;
    border-radius: 5px;
}

.summary {
    font-weight: 300;
    text-align: center;
    color: #888;
}

.reset_tag {
    color: #d91f24;
    font-size: 12px
}

.property-search-tabs .tab-buttons .tab-btn.active-btn {
    background-color: #ff3333
}

.int-head {
    background-color: #2c3e64 !important
}

.tab-buttons {
    top: -43px;
    left: -48px;
    position: relative;
    list-style: none;
    margin: 0px
}

.tags {
    display: none
}

#vetrina-big,
.vetrina-big {
    background: transparent none no-repeat center center;
    background-size: cover;
    display: block;
    max-height: 55vh;
    position: relative;
    width: 100%;
    z-index: 999;
    height: 100%;
}

#vetrina-big ul.slides,
.vetrina-big ul.slides {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    overflow: hidden
}

#vetrina-big ul.slides li,
.vetrina-big ul.slides li {
    height: 100%;
    width: 100%
}

#vetrina-big ul.slides li:first-of-type,
.vetrina-big ul.slides li:first-of-type {
    display: block
}

#vetrina-big ul.slides li .item,
.vetrina-big ul.slides li .item {
    background: transparent none no-repeat center center;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%
}

#vetrina-big ul.slides li .item .titolo-immobile,
.vetrina-big ul.slides li .item .titolo-immobile {
    color: white;
    padding: 20px;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 35%;
    max-width: 500px;
    margin-left: 50px;
    text-shadow: 6px 5px 12px #000
}

#vetrina-big ul.slides li .item .titolo-immobile .desc,
.vetrina-big ul.slides li .item .titolo-immobile .desc {
    display: flex
}

#vetrina-big ul.slides li .item .titolo-immobile .desc p,
.vetrina-big ul.slides li .item .titolo-immobile .desc p {
    color: white;
    font-size: 17px;
    font-weight: 400;
    text-shadow: 6px 5px 12px #000
}

#vetrina-big ul.slides li .item .titolo-immobile .dettaglio,
.vetrina-big ul.slides li .item .titolo-immobile .dettaglio {
    border: 1px solid white;
    border-radius: 5px;
    padding: 15px;
    text-shadow: 6px 5px 12px #000;
    display: flex;
    font-size: 18px;
    line-height: 18px;
    margin-top: 15px;
    width: 232px;
    display: flex
}

#vetrina-big ul.slides li .item .item-wrapper,
.vetrina-big ul.slides li .item .item-wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin: 0 auto
}

#vetrina-big ul.slides li .item .item-wrapper .item-info,
.vetrina-big ul.slides li .item .item-wrapper .item-info {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: #333;
    width: 100%;
    display: flex !important
}

#vetrina-big ul.slides li .item .item-wrapper .item-info h2,
.vetrina-big ul.slides li .item .item-wrapper .item-info h2 {
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    flex-wrap: nowrap;
    font-size: 0.9em;
    justify-content: space-between;
    margin: 0;
    padding: 5px;
    width: 100%
}

#vetrina-big ul.slides li .item .item-wrapper .item-info h2 span,
.vetrina-big ul.slides li .item .item-wrapper .item-info h2 span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#vetrina-big ul.slides li .item .item-wrapper .item-info .description,
.vetrina-big ul.slides li .item .item-wrapper .item-info .description {
    display: block;
    font-size: .8em;
    margin: 0;
    padding: 10px 15px
}

#vetrina-big ul.slides li .item .item-wrapper .item-info .blue,
.vetrina-big ul.slides li .item .item-wrapper .item-info .blue {
    background-color: rgba(120, 120, 120, 0.85);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-content: center;
    font-size: .9em;
    padding: 7px 5px
}

#vetrina-big ul.slides li .item .item-wrapper .item-info .blue span,
.vetrina-big ul.slides li .item .item-wrapper .item-info .blue span {
    font-weight: 200
}

#vetrina-big ul.slides li .item .item-wrapper .item-info .blue span.price,
.vetrina-big ul.slides li .item .item-wrapper .item-info .blue span.price {
    font-size: 1.1em;
    font-weight: 400
}

#vetrina-big ul.slides li .item .item-wrapper .item-info .details,
.vetrina-big ul.slides li .item .item-wrapper .item-info .details {
    align-content: center;
    background-color: #fff;
    box-sizing: border-box;
    color: #333;
    display: flex;
    font-size: .8em;
    justify-content: space-between
}

#vetrina-big ul.slides li .item .item-wrapper .item-info .details span,
.vetrina-big ul.slides li .item .item-wrapper .item-info .details span {
    border-right: 1px solid #ddd;
    flex-grow: 1;
    padding: 7px 5px;
    text-align: center
}

#vetrina-big ul.slides li .item .item-wrapper .item-info .details span.outdoor,
.vetrina-big ul.slides li .item .item-wrapper .item-info .details span.outdoor {
    display: none
}

#vetrina-big ul.slides li .item .item-wrapper .item-info .details span:last-of-type,
.vetrina-big ul.slides li .item .item-wrapper .item-info .details span:last-of-type {
    border-right: 0
}

#vetrina-big .flex-viewport,
.vetrina-big .flex-viewport {
    height: 100%;
    width: 100%;
    position: initial !important;
    z-index: 2 !important
}

#vetrina-big .flex-viewport ul.slides li,
.vetrina-big .flex-viewport ul.slides li {
    display: block
}

#vetrina-big .flex-control-nav,
.vetrina-big .flex-control-nav {
    bottom: auto;
    right: 0;
    text-align: right;
    top: 10px
}

#vetrina-big .flex-control-nav li a,
.vetrina-big .flex-control-nav li a {
    border: 2px solid transparent;
    color: transparent
}

#vetrina-big .flex-control-nav li a.flex-active,
.vetrina-big .flex-control-nav li a.flex-active {
    background-color: #2c3e64;
    border: 2px solid #fff
}

#vetrina_filter {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px;
    width: 100%
}

.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 100%
}

.tile:hover {
    webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24)
}

.tile .item {
    display: flex;
    position: relative
}

.tile .item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, #000 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, #000 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    height: 65px
}

.tile .item .contract {
    display: block;
    position: absolute;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 9px;
    border-radius: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    top: -11px;
    right: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    writing-mode: lr-bt;
    font-size: 15px
}

.tile .item .price {
    position: absolute;
    bottom: 0;
    left: 15px;
    color: white;
    z-index: 1;
    font-size: 20px
}

.tile .item .subtitle {
    background: #2c3e64;
    box-shadow: 2px 1px 1px #333;
    box-sizing: border-box;
    color: white;
    padding: 6px 10px;
    left: -20px;
    position: absolute;
    top: 15px
}

.tile .item .subtitle:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 16px 0;
    border-color: transparent #820800 transparent transparent;
    position: absolute;
    left: 0px;
    bottom: -16px
}

.scale-anm {
    transform: scale(1)
}

.titolo-immobile {
    box-sizing: border-box;
    font-weight: 700;
    padding: 15px 15px 0 15px;
    width: 100%;
    font-size: 17px;
    text-transform: capitalize
}

p {
    margin: 0px;
    text-decoration: none;
    color: #333;
    display: flex;
    flex-wrap: wrap
}

p span {
    width: 100%
}

p span.luogo {
    box-sizing: border-box;
    padding: 5px 15px 15px 15px
}

p span.luogo i {
    margin-right: 6px;
    color: #d91f24;
    font-size: 20px
}

p span.details {
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    padding: 15px
}

p span.details.top {
    background-color: transparent;
    box-sizing: border-box;
    padding: 15px
}

p span.details.top .detail-go {
    font-weight: 500
}

p span.details i {
    color: #d91f24;
    font-size: 20px
}

.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem
}

.btn {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem .6rem;
    margin: 0;
    height: auto;
    vertical-align: middle;
    -webkit-appearance: none;
    text-transform: uppercase;
    margin-top: 10px
}

.fil-cat {
    border: 1px solid #2c3e64 !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.24);
    background: none;
    font-family: 'Varela Round', sans-serif
}

.fil-cat:hover {
    border: 1px solid #2c3e64 !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.24);
    background-color: #2c3e64;
    font-family: 'Varela Round', sans-serif;
    color: white;
    transition: all 0.5s ease
}

.act {
    background-color: #2c3e64;
    border-radius: 3px;
    box-sizing: border-box;
    color: white;
    outline: none;
    padding: 12px 18px
}

.act:hover {
    color: white !important;
    outline: none
}

.btn:active {
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125)
}

.act:focus,
.act:hover {
    color: white !important;
    text-decoration: none
}

::-moz-focus-inner {
    border: 0;
    padding: 0
}

.toolbar {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: initial
}

#vetrina-outdoor,
#vetrina-outdoor-mini {
    background: transparent none no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    z-index: 10
}

#vetrina-outdoor-mini {
    display: block;
    margin-bottom: 65px
}

#vetrina-outdoor {
    display: none
}

.grid-slide {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px
}

.item-info {
    display: flex !important
}

.cta:hover {
    background: #e8797c;
    color: #fff;
    text-decoration: none
}

.cta {
    background: #d91f24;
    color: white;
    border-radius: 3px;
    padding: 5px 10px;
    border: 0px;
    text-align: right
}

.price small {
    color: #fff
}

.action-property-list .price small {
    font-weight: 400;
    line-height: 1;
    color: #777 !important
}

.evidence-box .ev-rental {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    background: rgba(44, 62, 101, 0.9);
    padding: 7px 9px 5px 9px
}

.evidence-box .ev-price {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 14px;
    background: rgba(44, 62, 101, 0.9);
    padding: 11px 15px 10px 9px
}

.evidence-box .ev-link {
    width: 100%;
    text-decoration: none
}

.evidence-box .ev-link .big-rental {
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 700;
    color: #e6e7eb;
    text-align: right;
    width: 100%
}

.evidence-box .ev-link .ev-titolo {
    text-align: right;
    width: 100%;
    font-size: 1.4em;
    color: #2c3e64;
    font-weight: 700;
    padding-right: 10px;
    line-height: 25px;
    margin-top: 0px
}

.evidence-box .ev-link .ev-loco {
    font-size: 16px;
    color: #2c3e64;
    font-style: italic;
    font-weight: 400
}

.evidence-box .text {
    text-align: right;
    padding-left: 15px;
    padding-right: 15px
}

.evidence-box .features {
    width: 100%;
    margin: 20px 0px 0px 0px !important
}

.evidence-box .features .feature-block {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.evidence-box .features .feature-block .inner-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.evidence-box .features .feature-block .inner-box i {
    font-size: 21px
}

.evidence-box .features .feature-block .inner-box h4 a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e64;
    text-decoration: none
}

.evidence-box .features .cta-a {
    text-align: right;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 20px
}

.gallery {
    margin-bottom: 245px
}

.flex-control-nav {
    display: inline !important
}

.foto-dx {
    padding-left: 0px;
    padding-right: 0px
}

.agenti-list {
    display: flex !important;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    background-color: transparent;
    box-sizing: border-box;
    list-style-type: none;
    padding: 0px 30px;
    width: 100%
}

.agenti-list h3 {
    border-bottom: 2px solid #333;
    color: #333;
    display: flex;
    flex-direction: row;
    font-size: 1.2em;
    font-weight: 100;
    justify-content: space-between;
    text-transform: uppercase
}

.agenti-list h3 a {
    color: #333
}

.agenti-list h3 a span {
    display: none;
    font-size: .8em;
    font-style: oblique;
    text-transform: lowercase
}

.agenti-list .team-member {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #333;
    flex-wrap: nowrap;
    font-size: .9em;
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
    text-decoration: none;
    width: 100%
}

.agenti-list .team-member .left-info {
    margin-right: 10px;
    width: 100%
}

.agenti-list .team-member .left-info .pic {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    width: 100%;
    min-height: 242px
}

.agenti-list .team-member .right-info {
    font-size: .9em;
    line-height: 1.4em;
    padding: 4px;
    width: 100%
}

.agenti-list .team-member .right-info .name {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #858594;
    font-weight: 700;
    text-transform: none;
    margin-top: 10px
}

.agenti-list .team-member .right-info .role {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    color: #858594;
    line-height: 30px
}

.agenti-list .team-member .right-info i {
    margin-right: 5px
}

.agenti-list .team-member .right-info a {
    color: #858594;
    font-style: oblique
}

.agenti-list .team-member .right-info .cel {
    color: #858594;
    font-style: oblique
}

.agenti-list-row {
    display: flex !important;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    background-color: transparent;
    box-sizing: border-box;
    list-style-type: none;
    padding: 0px 0px;
    width: 100%
}

.agenti-list-row .team-member {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #333;
    flex-wrap: nowrap;
    font-size: .9em;
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
    text-decoration: none;
    width: 100%
}

.agenti-list-row .team-member .left-info {
    margin-right: 10px;
    width: 100%
}

.agenti-list-row .team-member .left-info .pic {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-bottom: 3px solid #0072bc;
    height: 100%;
    width: 100%;
    min-height: 270px
}

.agenti-list-row .team-member .right-info {
    font-size: .9em;
    line-height: 1.4em;
    padding: 11px;
    width: 100%
}

.agenti-list-row .team-member .right-info .name {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #858594;
    font-weight: 700;
    text-transform: none;
    margin-top: 10px
}

.agenti-list-row .team-member .right-info .role {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    color: #858594;
    line-height: 30px
}

.agenti-list-row .team-member .right-info i {
    margin-right: 5px
}

.agenti-list-row .team-member .right-info a {
    color: #858594;
    font-style: oblique;
    line-height: 25px
}

.agenti-list-row .team-member .right-info .cel {
    color: #858594;
    font-style: oblique
}

#top_links {
    width: 100%;
    height: 30px;
    background-color: #2c3e64;
    display: none;
    border-bottom: 0px
}

#top_links .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#top_links .wrapper .top-menu {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    height: 100%;
    width: 100%
}

#top_links .wrapper .top-menu .contact {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

#top_links .wrapper .top-menu .contact span {
    color: white
}

#top_links .wrapper .top-menu .contact span:first-child,
#top_links .wrapper .top-menu .contact span:nth-child(2) {
    padding-right: 10px;
    margin-right: 10px;
    display: flex;
    align-items: flex-end
}

#top_links .wrapper .top-menu .contact span i {
    margin-right: 8px;
    font-size: 22px
}

#top_links .wrapper .top-menu .social {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%
}

#top_links .wrapper .top-menu .social a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#top_links .wrapper .top-menu .social a i {
    width: 18px;
    color: white;
    text-align: center;
    font-size: 18px
}

#top_links .wrapper .top-menu .social a:hover i {
    color: white
}

#top_links .wrapper .top-menu .social a:hover.facebook {
    background-color: #3b5998
}

#top_links .wrapper .top-menu .social a:hover.twitter {
    background-color: #55acee
}

#top_links .wrapper .top-menu .social a:hover.google {
    background-color: #d73d32
}

#top_links .wrapper .top-menu .social a:hover.linkedin {
    background-color: #007bb5
}

#top_links .wrapper .top-menu .social a:hover.instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%)
}

.blocco-titolo {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    font-size: 28px;
    line-height: 38px;
    display: inline-block;
    font-size: 28px;
    line-height: 38px;
    background-color: #fff;
    padding: 22px 50px;
    margin: 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    width: auto;
    border-radius: 3px;
    font-family: "Varela Round", Helvetica, Arial, sans-serif
}

.services-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px
}

.services-list .icon-box-1 {
    text-align: center;
    padding: 0px 0;
    padding-bottom: 10px
}

.services-list .icon-box-1 .icon-container {
    background-color: #2c3e64;
    font-size: 66px;
    color: #fff;
    height: 140px;
    width: 140px;
    line-height: 140px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 13px;
    display: none;
    position: relative
}

.services-list .icon-box-1 .icon-container i {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    transition: all 0.2s ease-in;
    display: none
}

.services-list .icon-box-1 .icon-container h3 {
    font-size: 26px
}

.services-list .icon-box-1 .icon-container p {
    font-size: 16px;
    color: #888;
    margin: 18px 0 0 0
}

.services-list .size-1 {
    width: 100%
}

.services-list .size-2 {
    width: 100%
}

.services-list .size-3 {
    width: 100%
}

.services-list .size-4 {
    width: 100%
}

#tab_property {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    clear: both;
    float: none
}

#tab_property section {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    display: none;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px
}

#tab_property input {
    display: none
}

#tab_property label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 10px 15px;
    font-weight: 700 !important;
    text-align: center;
    color: #2c3e64;
    border: 1px solid #2c3e64;
    width: auto;
    background: #fff;
    height: 44px;
    font-size: 18px;
    border-radius: 5px
}

#tab_property label span {
    color: #2c3e64
}

#tab_property label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px
}

#tab_property label:hover {
    color: #2c3e64;
    cursor: pointer
}

#tab_property input:checked+label {
    color: #fff;
    border: 1px solid #2c3e64;
    background: #2c3e64;
    border-radius: 5px
}

#tab_property input:checked+label i {
    color: #fff !important
}

#tab_property input:checked+label span {
    color: #fff !important
}

#tab_property #tab1:checked~#content1,
#tab_property #tab2:checked~#content2,
#tab_property #tab3:checked~#content3,
#tab_property #tab4:checked~#content4,
#tab_property #tab5:checked~#content5,
#tab_property #tab6:checked~#content6 {
    display: block
}

@media screen and (max-width: 650px) {
    #tab_property span.heading-label {
        display: none
    }

    #tab_property label:before {
        margin: 0;
        font-size: 18px
    }
    .col-sm-12 {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    #tab_property span.heading-label {
        display: none
    }
}

#tab_property h4 {
    color: #2c3e64;
    font-family: "Roboto", sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: 600
}

#tab_property .description {
    line-height: 30px;
    line-height: 1.7em
}

#tab_property .section {
    width: 100%;
    margin-bottom: 1.3em;
    clear: both
}

#tab_property .section ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none
}

#tab_property .section ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
    list-style-type: none;
    vertical-align: top
}

#tab_property .section ul li span {
    display: inline-block;
    width: 45%;
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    padding: 3px 5px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.95em
}

#tab_property .section ul li b {
    vertical-align: top;
    display: inline-block;
    width: 55%;
    box-sizing: border-box;
    padding: 0 5px;
    padding-top: 3px;
    font-weight: 600
}

#tab_property .section ul li b span.presence {
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 2px;
    margin-left: 0;
    content: '';
    background: transparent url(../img/presence.png) no-repeat center center;
    background-size: 12px 12px;
    border-bottom: 0
}

.immobile-det {
    display: flex;
    max-width: 1170px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 30px
}

.cont-imm {
    background: #2c3e64;
    color: #fff !important;
    border-radius: 5px;
    width: auto !important;
    font-size: 16px !important;
    line-height: 16px !important;
    min-width: 104px;
    text-align: center !important;
    padding: 8px 10px;
    height: 32px;
    margin-left: 20px !important
}

.tit-imm {
    font-size: 19px !important
}

.elimm {
    flex-direction: column
}

.elimm p {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: auto !important;
    margin-top: 10px !important
}

.elimm p .tit-imm {
    width: 100%;
    line-height: 20px
}

.elimm p .cont-imm {
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 10px !important
}

.datiimm {
    justify-content: space-between;
    margin-left: -10px;
    flex-direction: row
}

.wpcf7-form p label {
    width: 100% !important;
    margin: 10px 0px
}

#property-images {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    min-height: 260px !important
}

#property-images #main {
    width: 100%;
    height: 65vh;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08)
}

#property-images #main .flex-viewport {
    height: 100% !important
}

#property-images #main .slides {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100% !important
}

#property-images #main .slides li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100% !important
}

#property-images #main .slides li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center;
    width: auto;
    height: 100%;
    text-align: center
}

#property-images #main .slides li a .sl {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    max-width: 2000px;
    max-height: 100%;
    height: 100%;
    width: auto
}

#property-images #controls .flex-active-slide .sl {
    border: 3px solid #2c3e64
}

#property-images #controls {
    margin-bottom: 35px !important;
    margin-top: 10px;
    border-bottom: 0;
    display: none;
    background: none !important;
    border: 0px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

#property-images #controls .slides li .sl {
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 200px;
    height: 139px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.simili {
    margin: 30px 0px !important;
    border-bottom: 1px solid;
    font-size: 32px !important;
    width: 100%
}

.planimetries_list {
    text-align: center;
    width: 100%;
    margin: 15px 0;
    padding: 0;
    list-style-type: none
}

.planimetries_list p.warning {
    color: #2c3e64;
    font-weight: 600
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
    overflow: hidden !important
}

#swipebox-overlay img {
    border: none !important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    user-select: none
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%
}

#swipebox-slider {
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

#swipebox-slider .slide-loading {
    background: url(../img/loader.gif) no-repeat center center
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 999;
    height: 50px;
    width: 100%
}

#swipebox-bottom-bar {
    bottom: 0px
}

#swipebox-top-bar {
    top: 0px
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left
}

#swipebox-next {
    background-position: -78px 13px;
    float: right
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px
}

.swipebox-no-close-button #swipebox-close {
    display: none
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.3
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    animation: rightSpring 0.3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    animation: leftSpring 0.3s
}

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
    backface-visibility: hidden;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0px 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0px 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1
}

@keyframes rightSpring {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@keyframes leftSpring {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px
    }
}

#swipebox-overlay {
    background: #0d0d0d
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: 0.95
}

#swipebox-top-bar {
    color: #fff !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif
}

@media (min-width: 600px) and (max-width: 999px) {
    #main_content .order_by {
        margin-left: 0px;
        margin-top: 32px
    }

    #main_content .title {
        color: #727284;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        position: relative;
        text-align: left;
        font-size: 18px;
        width: 100%;
        float: left
    }

    #main_content .title .tit {
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px
    }

    #main_content .title .tit img {
        max-width: 35px
    }

    #main_content .title.dettaglio {
        font-size: 20px;
        line-height: 24px;
        text-transform: initial;
        width: 100%
    }

    #main_content .title.dettaglio .price {
        font-weight: 700;
        margin: 7px 0
    }

    #main_content a.button {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .framed_img {
        border: 1px solid #ccc;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        margin: 15px 25px;
        padding: 5px
    }

    .banner-container {
        margin-top: 25px;
        display: flex;
        flex-direction: row
    }

    .banner-container .save_property {
        margin-right: 20px
    }

    .banner-container .banner {
        margin: 0px 10px 10px 0px;
        padding: 10px;
        border: 0px solid #2c3e64;
        width: 40px;
        margin-right: 20px
    }

    .banner-container .banner span {
        font-weight: 700
    }

    .banner-container .banner span i {
        margin-right: 10px
    }

    .dettaglio .action-property-list {
        width: 40px !important;
        margin-right: 20px
    }

    .navbar {
        margin-top: 0px
    }

    .fixed {
        margin-top: 0px
    }

    .head-nav {
        flex-direction: column
    }

    .head-nav .navbar-collapse.collapse {
        justify-content: center;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        width: 100%;
        flex-direction: column
    }

    .head-nav .navbar-collapse.collapse div {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap
    }

    .head-nav .navbar-collapse.collapse div .icon_menu {
        margin-top: 0px
    }

    .hide-search {
        display: inline
    }

    .show-search {
        display: none
    }

    .work-menu {
        color: #2c3e64 !important;
        border: 1px solid #2c3e64 !important;
        border-radius: 5px;
        background-color: transparent;
        text-shadow: 0 0px 0 rgba(255, 255, 255, 0.25);
        margin-top: -115px !important;
        margin-left: 15px !important
    }

    .title .order_by label {
        display: inline
    }

    .title .order_by .fa {
        display: none
    }

    #immobili-elenco .order_by {
        text-align: right
    }

    #immobili-elenco .item {
        min-height: 340px;
        -webkit-box-lines: single;
        -moz-box-lines: single;
        box-lines: single;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    #immobili-elenco .item .left-el {
        width: 60%
    }

    #immobili-elenco .item .left-el .action-property-list {
        border-bottom: none
    }

    #immobili-elenco .item a.detail {
        width: 40%
    }

    #immobili-elenco .pager li {
        width: initial;
        margin-bottom: 0
    }

    .spalla-sx {
        width: 100%
    }

    .spalla-dx {
        width: 100%
    }

    s.contactForm #modCont {
        justify-content: space-between
    }

    s.contactForm #modCont h3 {
        width: 100%
    }

    s.contactForm #modCont p {
        box-sizing: border-box;
        padding: 15px;
        width: 50%
    }

    #search-by-map .map_search label i:nth-of-type(2) {
        display: none
    }

    #search-by-map .map_search label .heading-label {
        display: inline
    }

    #select_districts,
    #select_subtypology {
        width: 48%
    }

    .tab-buttons {
        top: -43px;
        left: -63px;
        position: relative;
        list-style: none;
        margin: 0px
    }

    .tags {
        display: inline
    }

    #vetrina-big {
        height: 80vh
    }

    #vetrina-big ul.slides li .item .item-wrapper .item-info {
        margin-bottom: 15px;
        margin-left: 15px;
        width: 40%
    }

    #vetrina-big ul.slides li .item .item-wrapper .item-info .description {
        display: block
    }

    #vetrina-big .flex-control-nav {
        bottom: 10px;
        right: 0;
        top: auto
    }

    #vetrina-outdoor {
        display: block;
        margin: 0 auto;
        width: 100%
    }

    #vetrina-outdoor>h2 {
        font-size: 1.5em
    }

    #vetrina-outdoor>h2 span {
        display: inline
    }

    #vetrina-outdoor .flex-viewport {
        height: 37vh
    }

    #vetrina-outdoor .flex-viewport ul.slides li {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100vw
    }

    #vetrina-outdoor .flex-viewport ul.slides li .item {
        width: 100%
    }

    #vetrina-outdoor-mini {
        display: none
    }

    .evidence-box .ev-rental {
        position: absolute;
        top: 15px;
        left: 15px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 14px;
        background: rgba(44, 62, 101, 0.9);
        padding: 7px 9px 5px 9px
    }

    .evidence-box .ev-price {
        position: absolute;
        bottom: 0px;
        left: 0px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 14px;
        background: rgba(44, 62, 101, 0.9);
        padding: 11px 15px 10px 9px
    }

    .evidence-box .ev-link {
        width: 100%;
        text-decoration: none
    }

    .evidence-box .ev-link .big-rental {
        font-size: 8em;
        text-transform: uppercase;
        font-weight: 700;
        color: #e6e7eb;
        text-align: right;
        width: 100%
    }

    .evidence-box .ev-link .ev-titolo {
        position: absolute;
        text-align: right;
        top: 32px;
        width: 100%;
        font-size: 1.4em;
        color: #2c3e64;
        font-weight: 700;
        padding-right: 10px;
        line-height: 25px
    }

    .evidence-box .ev-link .ev-loco {
        font-size: 16px;
        color: #2c3e64;
        font-style: italic;
        font-weight: 400
    }

    .evidence-box .text {
        text-align: right;
        padding-left: 15px;
        padding-right: 0px
    }

    .evidence-box .features {
        width: 100%;
        margin: 20px 0px 0px 0px !important
    }

    .evidence-box .features .feature-block {
        display: flex;
        justify-content: space-around;
        align-items: center
    }

    .evidence-box .features .feature-block .inner-box {
        display: flex;
        flex-wrap: nowrap;
        align-items: center
    }

    .evidence-box .features .feature-block .inner-box i {
        font-size: 21px
    }

    .evidence-box .features .feature-block .inner-box h4 a {
        margin-left: 5px;
        font-size: 14px;
        font-weight: 600;
        color: #2c3e64;
        text-decoration: none
    }

    .evidence-box .features .cta-a {
        text-align: right;
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 0px
    }

    .foto-dx {
        padding-left: 0px;
        padding-right: 0px
    }

    #top_links .wrapper {
        padding: 0 5px
    }

    .services-list .size-1 {
        width: 100%
    }

    .services-list .size-2 {
        width: 49%
    }

    .services-list .size-3 {
        width: 32%
    }

    .services-list .size-4 {
        width: 24%
    }

    .services-list {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px
    }

    .services-list .icon-box-1 {
        text-align: center;
        padding: 20px 0;
        padding-bottom: 15px
    }

    .services-list .icon-box-1 .icon-container {
        background-color: #2c3e64;
        font-size: 66px;
        color: #fff;
        height: 140px;
        width: 140px;
        line-height: 140px;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 13px;
        display: inline-block;
        position: relative
    }

    .services-list .icon-box-1 .icon-container i {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        transition: all 0.2s ease-in;
        display: inline-block
    }

    .services-list .icon-box-1 .icon-container h3 {
        font-size: 26px
    }

    .services-list .icon-box-1 .icon-container p {
        font-size: 16px;
        color: #888;
        margin: 18px 0 0 0
    }

    .agenti-list {
        flex-direction: row;
        flex-wrap: wrap
    }

    .agenti-list h3 {
        width: 100%
    }

    .agenti-list .team-member {
        margin: 2%;
        width: 45%
    }

    #property-images #main {
        height: 490px;
        margin-bottom: 10px
    }
}

@media (min-width: 1000px) {
    #main_content {
        margin: 0 auto;
        padding: 0;
        width: 1170px
    }

    #main_content .order_by {
        margin-left: 0px;
        margin-top: 0px
    }

    #main_content .title {
        color: #727284;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        position: relative;
        text-align: left;
        font-size: 25px;
        margin: 20px 0px;
        width: 100%
    }

    #main_content .title .tit {
        float: left;
        margin-top: -27px;
        margin-bottom: 0px;
        font-size: 25px
    }

    #main_content .title .tit img {
        max-width: 45px
    }

    #main_content .title.dettaglio {
        margin-top: 0px;
        font-size: 25px;
        line-height: 31px;
        text-transform: initial;
        width: 100%;
        border-bottom: 2px solid
    }

    #main_content .title.dettaglio .price {
        font-weight: 700;
        margin: 7px 0;
        font-size: 1.3em;
        color: #00661A;
        font-family: 'Lato', sans-serif
    }

    #main_content a.button {
        display: none
    }

    .framed_img {
        border: 1px solid #ccc;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        margin: 15px 25px;
        padding: 5px
    }

    .banner-container {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 15px
    }

    .banner-container .banner {
        margin: 0px 0px 10px 0px;
        padding: 7px;
        background: #f0f0f0;
        border: 0px;
        border-radius: 3px
    }

    .banner-container .banner span {
        font-weight: 700;
        color: #a8b1ba;
        text-transform: uppercase;
        text-decoration: none !important
    }

    .banner-container .banner:hover {
        text-decoration: none !important
    }

    .action-property-list {
        width: 47%;
        border: 0px;
        padding: 0px
    }

    .action-property-list .specific-action {
        width: 100%;
        padding: 0px
    }

    .action-property-list .specific-action .banner {
        margin: 0px 0px 10px 0px;
        padding: 7px;
        background: #f0f0f0;
        border: 0px;
        border-radius: 3px;
        width: 100%;
        font-weight: 700;
        color: #a8b1ba;
        text-transform: uppercase;
        text-decoration: none !important;
        font-size: 12px
    }

    .action-property-list .specific-action .banner:hover {
        text-decoration: none !important
    }

    .wrapper-contact {
        -webkit-align-content: space-between;
        -moz-align-content: space-between;
        align-content: space-between;
        -ms-flex-line-pack: justify;
        display: flex
    }

    .wrapper-contact .contatti-block {
        width: 49%;
        display: flex;
        margin-left: 10px;
        flex-direction: column
    }

    .wrapper-contact .contatti-block .item {
        margin-top: 18px
    }

    .cont-img {
        width: 35%;
        display: initial
    }

    .cont-sede {
        width: 63%;
        line-height: 25px;
        margin-left: 10px;
        margin-bottom: 0px
    }

    .cont-sede h4 {
        margin-top: 0px
    }

    .navbar {
        margin-top: 0px
    }

    .fixed {
        margin-top: 0px
    }

    .head-nav {
        flex-direction: column
    }

    .fixed .head-nav {
        flex-direction: row
    }

    .hide-search {
        display: inline
    }

    .show-search {
        display: none
    }

    #navigation {
        flex-grow: 1
    }

    #navigation #menu-responsive {
        display: none
    }

    #navigation #navigation-standard {
        display: flex;
        margin-top: -13px;
        padding-right: 10px
    }

    #navigation.fixed,
    #navigation.int-head {
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0px 3px rgba(50, 50, 50, 0.4);
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 4
    }

    #navigation.fixed #navigation-standard,
    #navigation.int-head #navigation-standard {
        margin: 0 auto;
        width: 100%;
        max-width: 1170px
    }

    #navigation.fixed #navigation-standard li,
    #navigation.int-head #navigation-standard li {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 1em 15px
    }

    #navigation.fixed #navigation-standard li:first-child,
    #navigation.int-head #navigation-standard li:first-child {
        display: block;
        flex-grow: 1;
        padding: 0;
        max-width: 250px
    }

    #navigation.fixed #navigation-standard li:first-child a,
    #navigation.int-head #navigation-standard li:first-child a {
        justify-content: flex-start
    }

    #navigation.fixed #navigation-standard li:first-child a img,
    #navigation.int-head #navigation-standard li:first-child a img {
        max-height: 10vh
    }

    #navigation.fixed #navigation-standard li:first-child a:hover,
    #navigation.int-head #navigation-standard li:first-child a:hover {
        border-bottom: 3px solid transparent
    }

    #navigation.fixed #navigation-standard li:first-child:hover,
    #navigation.int-head #navigation-standard li:first-child:hover {
        background-color: transparent
    }

    #navigation.fixed #navigation-standard li a,
    #navigation.int-head #navigation-standard li a {
        height: auto
    }

    #navigation.fixed #navigation-standard li a span,
    #navigation.int-head #navigation-standard li a span {
        color: #727284;
        font-size: 14px
    }

    #navigation.fixed #navigation-standard li a i,
    #navigation.int-head #navigation-standard li a i {
        color: #727284
    }

    #navigation.fixed #navigation-standard li:hover,
    #navigation.int-head #navigation-standard li:hover {
        background-color: transparent
    }

    #navigation.fixed #navigation-standard li:hover a,
    #navigation.int-head #navigation-standard li:hover a {
        border-bottom: 3px solid #d91f24
    }

    #navigation.fixed #navigation-standard li.menu-item-has-children:hover a,
    #navigation.int-head #navigation-standard li.menu-item-has-children:hover a {
        border-bottom: 3px solid transparent
    }

    #navigation.fixed #navigation-standard li.menu-item-has-children:hover a span,
    #navigation.int-head #navigation-standard li.menu-item-has-children:hover a span {
        color: #727284;
        font-size: 14px
    }

    #navigation.fixed #navigation-standard li.menu-item-has-children #dropdown-menu,
    #navigation.int-head #navigation-standard li.menu-item-has-children #dropdown-menu {
        background-color: #ddd
    }

    #navigation.fixed #navigation-standard li.menu-item-has-children #dropdown-menu li a span,
    #navigation.int-head #navigation-standard li.menu-item-has-children #dropdown-menu li a span {
        font-size: 13px
    }

    #navigation.fixed #navigation-standard li.menu-item-has-children:hover #dropdown-menu,
    #navigation.int-head #navigation-standard li.menu-item-has-children:hover #dropdown-menu {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        left: 0;
        position: absolute;
        top: 100%
    }

    #navigation.fixed #navigation-standard li.menu-item-has-children:hover #dropdown-menu li,
    #navigation.int-head #navigation-standard li.menu-item-has-children:hover #dropdown-menu li {
        background-color: #ddd;
        color: #2c3e64;
        list-style-type: none;
        margin: 0;
        padding: 0;
        white-space: nowrap
    }

    #navigation.fixed #navigation-standard li.menu-item-has-children:hover #dropdown-menu li a,
    #navigation.int-head #navigation-standard li.menu-item-has-children:hover #dropdown-menu li a {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        padding: 10px 15px
    }

    #navigation.fixed #navigation-standard li.menu-item-has-children:hover #dropdown-menu li:hover,
    #navigation.int-head #navigation-standard li.menu-item-has-children:hover #dropdown-menu li:hover {
        background-color: #2c3e64;
        color: #fff
    }

    #navigation.fixed #navigation-standard li.menu-item-has-children:hover #dropdown-menu li:hover a span,
    #navigation.int-head #navigation-standard li.menu-item-has-children:hover #dropdown-menu li:hover a span {
        color: #fff
    }

    .int-head .head-nav {
        flex-direction: row
    }

    .title .order_by label {
        display: inline
    }

    .title .order_by .fa {
        display: none
    }

    #immobili-elenco .order_by {
        text-align: right
    }

    #immobili-elenco .item {
        -webkit-box-lines: single;
        -moz-box-lines: single;
        box-lines: single;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 340px
    }

    #immobili-elenco .item .left-el {
        width: 50%
    }

    #immobili-elenco .item .left-el .action-property-list {
        border-bottom: 0
    }

    #immobili-elenco .item a.detail {
        padding: 0;
        width: 50%
    }

    #immobili-elenco .pager li {
        margin-bottom: 0;
        width: initial
    }

    a:link.toggle-map span,
    a:visited.toggle-map span,
    a:hover.toggle-map span,
    a:active.toggle-map span {
        display: inline
    }

    .spalla-sx {
        width: 70%
    }

    .spalla-dx {
        width: 29%
    }

    .contactForm #modCont {
        justify-content: space-between
    }

    .contactForm #modCont h3 {
        margin-top: 10px;
        width: 100%;
        border-bottom: 2px solid #323A40;
        color: #323A40;
        margin: 10px 10px
    }

    .contactForm #modCont p {
        box-sizing: border-box;
        padding: 15px;
        width: 50%
    }

    .wpcf7-form p {
        display: flex;
        justify-content: space-between !important
    }

    .wpcf7-form p label {
        width: 100%
    }

    .wpcf7-form p .mex {
        width: 100%
    }

    .richiedi {
        display: flex;
        flex-direction: column;
        width: 100%;
        border: 1px solid #727284;
        border-radius: 3px;
        padding: 5px 13px
    }

    .richiedi p {
        margin: 3px 0px !important;
        display: flex;
        justify-content: space-between !important
    }

    .richiedi p label {
        color: #2c3e64;
        width: 100% !important
    }

    .richiedi p label input {
        min-height: 40px
    }

    .richiedi p .mex {
        width: 100%
    }

    #content-ric {
        background-position: center -260px;
        height: 100vh;
        top: 0px
    }

    #content-ric .wrapper {
        justify-content: flex-end;
        padding: 0px;
        max-height: 100vh
    }

    #content-ric .wrapper .engine-title {
        font-size: 2.1em;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 5%;
        margin-top: 10%
    }

    #content-ric .wrapper .engine-title strong {
        font-size: 2em;
        font-weight: 600
    }

    #content-ric .wrapper h4.engine-title {
        font-size: 2em;
        margin-top: 22px
    }

    #content-ric .wrapper #ricerca {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        width: auto
    }

    #content-ric .wrapper #ricerca form {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-top: 0px
    }

    #content-ric .wrapper #ricerca form .contratto .angle {
        display: flex;
        transition: all 0.5s ease
    }

    #content-ric .wrapper #ricerca form .search-filters {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        width: 100%
    }

    #content-ric .wrapper #ricerca form .search-filters p {
        margin: 5px 0;
        width: 19%
    }

    #content-ric .wrapper #ricerca form .search-filters #select_districts,
    #content-ric .wrapper #ricerca form .search-filters #select_subtypology,
    #content-ric .wrapper #ricerca form .search-filters #select_cities,
    #content-ric .wrapper #ricerca form .search-filters #select_typologies {
        width: 19%
    }

    #content-ric.not-home #ricerca {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        width: auto
    }

    #content-ric.not-home #ricerca form {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        margin-top: 2%
    }

    #search-by-map .map_search {
        border-bottom: 1px solid #fff
    }

    #search-by-map .map_search label {
        position: relative;
        top: 1px;
        flex-grow: 0
    }

    #search-by-map .map_search label i:nth-of-type(2) {
        display: none
    }

    #search-by-map .map_search label .heading-label {
        display: inline
    }

    #content-ric .wrapper #vn-click {
        display: none;
        visibility: hidden
    }

    #content-ric .wrapper #ricerca.close {
        display: inline;
        opacity: 1;
        font-size: 14px;
        line-height: 1.42857143;
        text-shadow: 0 0px 0 #fff
    }

    .desktop-ric {
        display: inline
    }

    .mobile-ric {
        display: none
    }

    .tab-buttons {
        top: -43px;
        left: -63px;
        position: relative;
        list-style: none;
        margin: 0px
    }

    .ckb1 input[type=checkbox],
    .ckb2 input[type=checkbox],
    .ckb3 input[type=checkbox],
    .ckb4 input[type=checkbox],
    .ckb5 input[type=checkbox],
    .ckb6 input[type=checkbox],
    .ckb7 input[type=checkbox],
    .ckb8 input[type=checkbox],
    .ckb9 input[type=checkbox],
    .ckb10 input[type=checkbox],
    .ckb11 input[type=checkbox],
    .ckb12 input[type=checkbox],
    .ckb13 input[type=checkbox],
    .ckb14 input[type=checkbox],
    .ckb15 input[type=checkbox],
    .ckb16 input[type=checkbox],
    .ckb17 input[type=checkbox] {
        width: 100%;
        height: 100%;
        margin: 0px;
        opacity: 0;
        cursor: pointer
    }

    .ex3 {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .ex3 .tags {
        width: 80%;
        padding: 20px 0px;
        position: relative;
        top: 0;
        left: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

    .ex3 .avanzate {
        color: #ff3333;
        padding: 0 10px;
        font-weight: 400;
        margin-bottom: 0px;
        width: auto;
        position: relative;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 34px;
        border: 0px;
        background: none;
        float: right;
        margin: 0px 0
    }

    .ex3 .tags h4 {
        font-size: 13px
    }

    .ex3 .tags span {
        border: 1px solid #ff0000;
        margin: 0px 4px;
        padding: 3px 5px 2px;
        font-size: 10px;
        line-height: 10px
    }

    .ex3 .tags span b {
        color: #ff0000
    }

    .property-search-form .form-group label,
    .ric-block span {
        position: relative;
        display: block;
        font-size: 12px;
        line-height: 28px;
        color: #000000;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        margin-top: 5px
    }

    .ric-box {
        width: 33.3% !important;
        padding: 0px 20px;
        border-right: 0px solid #efeeed;
        min-height: 400px
    }

    .tab-buttons {
        top: -43px;
        left: -63px;
        position: relative;
        list-style: none;
        margin: 0px
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff !important;
        font-weight: 300;
        font-size: 15px;
        padding: 1px 10px;
        margin-left: 0px;
        border: 1px solid transparent;
        transition: all 0.5s ease;
        text-shadow: 0 0px 0 rgba(255, 255, 255, 0.25)
    }

    .tags {
        display: inline
    }

    .property-search-tabs {
        background: #fff;
        padding: 0% 2% 0% 2%;
        -webkit-box-shadow: 2px 3px 5px 0px #ccc;
        -moz-box-shadow: 2px 3px 5px 0px #ccc;
        box-shadow: 2px 3px 5px 0px #ccc;
        max-width: 1170px;
        margin-top: 0px
    }

    #vetrina-big,
    .vetrina-big {
        height: 100vh;
        max-height: 100vh
    }

    #vetrina-big ul.slides li .item .item-wrapper,
    .vetrina-big ul.slides li .item .item-wrapper {
        margin: 0 auto;
        width: 100%;
        max-width: 1170px
    }

    #vetrina-big ul.slides li .item .item-wrapper .item-info,
    .vetrina-big ul.slides li .item .item-wrapper .item-info {
        margin-bottom: 15px;
        margin-left: 15px;
        width: 40%
    }

    #vetrina-big .flex-control-nav,
    .vetrina-big .flex-control-nav {
        bottom: 10px;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: auto;
        display: none;
        width: 1170px
    }

    #vetrina-outdoor {
        display: block;
        margin: 0px auto;
        width: 1170px
    }

    #vetrina-outdoor-mini {
        display: none
    }

    #vetrina_filter {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        margin-top: 20px;
        padding: 0;
        width: 100%
    }

    .tile {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 350ms ease;
        transition: all 350ms ease;
        width: 32%;
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
        padding: 0px
    }

    .tile .item {
        width: 100%
    }

    .tile .item-info {
        width: 100%;
        display: flex !important
    }

    .scale-anm {
        transform: scale(1)
    }

    .titolo-immobile {
        font-weight: 700
    }

    p {
        margin: 0px;
        text-decoration: none;
        color: #333
    }

    .tile img {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-bottom: 1rem
    }

    .btn {
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        line-height: normal;
        padding: .5rem 1rem;
        margin: 0;
        height: auto;
        border: 0px;
        vertical-align: middle;
        -webkit-appearance: none;
        text-transform: uppercase;
        margin-top: 20px
    }

    ::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .toolbar {
        text-align: center;
        margin-top: 5px
    }

    .gallery {
        margin-bottom: 0px
    }

    .flex-control-nav {
        display: none !important
    }

    .evidence-box .ev-rental {
        position: absolute;
        top: 15px;
        left: 15px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 14px;
        background: rgba(44, 62, 101, 0.9);
        padding: 7px 9px 5px 9px
    }

    .evidence-box .ev-price {
        position: absolute;
        bottom: 0px;
        left: 0px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 14px;
        background: rgba(44, 62, 101, 0.9);
        padding: 11px 15px 10px 9px
    }

    .evidence-box .ev-link {
        width: 100%;
        text-decoration: none
    }

    .evidence-box .ev-link .big-rental {
        font-size: 8em;
        text-transform: uppercase;
        font-weight: 700;
        color: #e6e7eb;
        text-align: right;
        width: 100%
    }

    .evidence-box .ev-link .ev-titolo {
        text-align: right;
        top: 66px;
        width: 100%;
        font-size: 1.4em;
        color: #2c3e64;
        font-weight: 700;
        padding-right: 10px;
        line-height: 25px;
        position: absolute
    }

    .evidence-box .ev-link .ev-loco {
        font-size: 16px;
        color: #2c3e64;
        font-style: italic;
        font-weight: 400
    }

    .evidence-box .text {
        text-align: right;
        padding-left: 15px;
        padding-right: 0px
    }

    .evidence-box .features {
        width: 100%;
        margin: 20px 0px 0px 0px !important
    }

    .evidence-box .features .feature-block {
        display: flex;
        justify-content: space-around;
        align-items: center
    }

    .evidence-box .features .feature-block .inner-box {
        display: flex;
        flex-wrap: nowrap;
        align-items: center
    }

    .evidence-box .features .feature-block .inner-box i {
        font-size: 21px
    }

    .evidence-box .features .feature-block .inner-box h4 a {
        margin-left: 5px;
        font-size: 14px;
        font-weight: 600;
        color: #2c3e64;
        text-decoration: none
    }

    .evidence-box .features .cta-a {
        text-align: right;
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 0px
    }

    .foto-dx {
        padding-left: 15px;
        padding-right: 0px
    }

    #top_links {
        display: block
    }

    #top_links .wrapper {
        height: 100%;
        max-width: 1170px;
        margin: auto
    }

    #top_links .wrapper .top-menu {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }

    #top_links .wrapper .top-menu .contact {
        width: initial
    }

    #top_links .wrapper .top-menu .contact #primary_nav_wrap {
        margin-top: 0px;
        z-index: 9999
    }

    #top_links .wrapper .top-menu .contact #primary_nav_wrap ul {
        list-style: none;
        position: relative;
        float: left;
        margin: 0;
        padding: 0
    }

    #top_links .wrapper .top-menu .contact #primary_nav_wrap ul a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 32px;
        padding: 0 15px
    }

    #top_links .wrapper .top-menu .contact #primary_nav_wrap ul li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0
    }

    #top_links .wrapper .top-menu .contact #primary_nav_wrap ul li.current-menu-item {
        background: #ddd
    }

    #top_links .wrapper .top-menu .contact #primary_nav_wrap ul li:hover {
        background: none
    }

    #top_links .wrapper .top-menu .contact #primary_nav_wrap ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #2c3e64;
        padding: 0
    }

    #top_links .wrapper .top-menu .contact #primary_nav_wrap ul ul li {
        float: none;
        width: 200px
    }

    #top_links .wrapper .top-menu .contact #primary_nav_wrap ul li:hover>ul {
        display: block
    }

    .services-list .size-1 {
        width: 100%
    }

    .services-list .size-2 {
        width: 49%
    }

    .services-list .size-3 {
        width: 32%
    }

    .services-list .size-4 {
        width: 24%
    }

    .services-list {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px
    }

    .services-list .icon-box-1 {
        text-align: center;
        padding: 20px 0;
        padding-bottom: 15px
    }

    .services-list .icon-box-1 .icon-container {
        background-color: #2c3e64;
        font-size: 66px;
        color: #fff;
        height: 140px;
        width: 140px;
        line-height: 140px;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 13px;
        display: inline-block;
        position: relative
    }

    .services-list .icon-box-1 .icon-container i {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        transition: all 0.2s ease-in;
        display: inline-block
    }

    .services-list .icon-box-1 .icon-container h3 {
        font-size: 26px
    }

    .services-list .icon-box-1 .icon-container p {
        font-size: 16px;
        color: #888;
        margin: 18px 0 0 0
    }

    .agenti-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0px 30px
    }

    .agenti-list h3 {
        width: 100%
    }

    .agenti-list h3 a span {
        display: inline
    }

    .agenti-list .team-member {
        margin: 0px;
        width: 22%
    }

    .agenti-list-row {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0px
    }

    .agenti-list-row .team-member {
        margin: 0px;
        width: 33%;
        padding: 0px;
        margin-bottom: 2%
    }

    .immobile-det {
        display: flex;
        max-width: 1170px;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
        margin-top: 30px
    }

    #tab_property {
        width: 100%;
        margin: 0 auto;
        margin-top: -22px;
        position: relative;
        clear: both;
        float: none
    }

    .elimm {
        flex-direction: row
    }

    .elimm p {
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        width: auto !important;
        margin-top: 10px !important
    }

    .elimm p .tit-imm {
        line-height: 23px;
        font-size: 23px !important
    }

    .elimm p .cont-imm {
        width: 15% !important;
        margin-left: 10px !important;
        margin-top: 0px !important
    }

    .datiimm {
        justify-content: flex-start;
        margin-left: -10px;
        flex-direction: row
    }

    .wpcf7-form p label {
        width: 100% !important
    }

    .sticky {
        position: sticky;
        top: 105px
    }

    #property-images {
        min-height: 375px
    }

    #property-images #main {
        height: 515px;
        margin-top: 19px
    }

    #property-images #main .slides li a {
        display: flex
    }

    #property-images #controls {
        display: inherit
    }
}

/*# sourceMappingURL=stile.css.map */