.title-style-gradient-no-title {
    display: none;
}
/*animated arrow*/
@-webkit-keyframes k_fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}

@keyframes k_fade_move_down {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}
/* ============================================
GENERAL CSS
===============================================*/
body{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    transition: all 0.5s;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #da062e;
    border-color: #da062e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus,
.btn-primary[disabled]:hover{
    color: #000;
    background-color: #fff;
    border-color: #da062e;
}
.k-text-align-right{
    text-align: right;
}
a {
    color: #da062e;
    text-decoration: none;
}
a:hover, a:focus {
    color: #777;
    text-decoration: none;
    outline: none;
}
label {
    font-weight: normal;
    color: #333;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #777;
    background-color: transparent;
}
.col-no-padding{
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Lato;
    font-weight: 300;
    color: #666;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    text-transform: uppercase;
    margin-bottom: 0;
}
.k-margin-top-50{
    margin-top: 50px!important;;
}
.k-margin-top-0{
    margin-top: 0px!important;
}
.site-arrow-top{
    margin-top: -50px;
    text-align: center;
}
.site-arrow-top a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    right: 30px;
    cursor: pointer;
    z-index: 999;
    font-size: 3.5em;
    color: #FFF;
    -webkit-animation: k_fade_move_down 2s ease-in-out infinite;
    animation: k_fade_move_down 2s ease-in-out infinite;
}
.padding-right-0 {
    padding-right:0;
}
.padding-left-0 {
    padding-left:0;
}
.padding-0 {
    padding:0;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
}
ul li i {
    margin-right: 5px;
}
.fix-bar {
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
}
.bck-top-bar{
    background-color: #fff;
}
.ul-square{
     list-style-type: square;
 }
.property-image.zoom {
    cursor: url("../images/plus_cursor.png") 25 25, auto;
}
.navbar-fixed-top {
    border-width: 0 0 1px;
    position:relative;
}
.header-fix{
    top:0;
    position:fixed;
}
/* ============================================
HEADER TOP SITE
===============================================*/
.navbar{
    margin-bottom: 0;
}
.menu-padding {
    padding: 0 20px;
    max-width: 1600px;
    margin: 0 auto;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
header{
    height: 102px;
    background-color: #fff;
}
.navbar-brand {
    float: left;
    padding: 5px 0;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand img {
    width: 190px;
    margin-top: -22px;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
    text-transform: uppercase;
    font-family: 'Lato';
}
/*.navbar-right{
    margin-top: 27px;
    padding-bottom: 2px;
    padding-left: 0;
    margin-right: 0;
}*/
.navbar-header {
    float: none;
}
.navbar-right {
    margin-top: -20px;
    padding-bottom: 2px;
    padding-left: 0;
    margin-right: 0;
}
.navbar-right li.active span{
    border-bottom: 2px solid #da062e;
    width: 40px;
    display: block;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-right li:last-child a {
    padding-right: 2px;
}
.top-bar {
    width: 100%;
    height: 32px;
    padding-top: 5px;
}
.top-bar ul {
    float: right;
    list-style-type: none;
    padding: 0;
}
.top-bar li{
    float: left;
}
.top-bar a, .top-bar li {
    color: #333;
    font-size: 12px;
    margin-right: 8px;
    font-family: 'Lato';
}
.top-bar ul li:last-child {
    margin-right: 0px;
}
li.dropdown.menu-item a {
    margin: 0;
}
.top-bar a:hover {
    color: #777;
}
.top-bar li a i {
    margin-right: 5px;
}

.top-bar ul.dropdown-menu {
    left: auto;
    right: 0%;
    margin: 5px -1px 0 0;
    background: #fff;
    padding: 0;
    z-index: 9999;
    height: 30px;
}
.top-bar ul.dropdown-menu li{
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 3px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: underline;
    color: #da062e;
    background-color: #fff;
}
/* ============================================
PAGINATION
===============================================*/
#pagination {
    text-align: center;
}

#pagination ul {
    display: inline-block;
}

#pagination .page-numbers {
    padding: 0;
    list-style: none;
    text-align: center;
}

#pagination .page-numbers li {
    width: auto !important;
    float: left;
    margin: 0 2px;
    line-height: 1;
    clear: none;
}

#pagination .page-numbers li a, #pagination .page-numbers li span, #pagination .page-numbers li i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #333;
    background-color: #f8f8f8;
}

#pagination .page-numbers li a:hover, #pagination .page-numbers li span:hover, #pagination .page-numbers li i:hover {
    color: #fff;
    background-color: #4c4f49;
}

#pagination .page-numbers li a i, #pagination .page-numbers li span i, #pagination .page-numbers li i i {
    margin: 0;
    padding: 0;
    line-height: 38px;
}

#pagination .page-numbers li a.next,
#pagination .page-numbers li a.prev,
#pagination .page-numbers li span.next,
#pagination .page-numbers li span.prev,
#pagination .page-numbers li i.next,
#pagination .page-numbers li i.prev {
    background: #ebebeb;
}

#pagination .page-numbers li a.next:hover,
#pagination .page-numbers li a.prev:hover,
#pagination .page-numbers li span.next:hover,
#pagination .page-numbers li span.prev:hover,
#pagination .page-numbers li i.next:hover,
#pagination .page-numbers li i.prev:hover {
    background-color: #4c4f49;
}

#pagination .page-numbers li a.next i,
#pagination .page-numbers li a.prev i,
#pagination .page-numbers li span.next i,
#pagination .page-numbers li span.prev i,
#pagination .page-numbers li i.next i,
#pagination .page-numbers li i.prev i {
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

#pagination .page-numbers li .current {
    color: #fff;
    background-color: #da062e;
}

#pagination .page-numbers li .current:hover {
    background-color: #da062e;
}

/* ============================================
MAIN SLIER CAROUSEL
===============================================*/
#desktop-owl-slider .item img,
#owl-main-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme .owl-controls .owl-pagination {
    margin-top: 9px;
    margin-bottom: 0;
}
.mainslider-appartamento {
    height: 700px;
    display: block;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
/* ============================================
PAGE INTERNA
===============================================*/
.section-title {
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-top: 1em;
    margin-bottom: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #666;
}
.section-title span {
    position: relative;
    display: inline-block;
    padding-right: 1em;
    overflow: hidden;
    line-height: 1;
}
body, .section-title span {
    background-color: #f8f8f8;
}
.section-title::after {
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 0;
    margin-top: -1px;
    margin-left: 1em;
    content: "";
    height: 2px;
    width: 9999px;
    background-color: #e6e6e6;
}
.content-box {
    margin-bottom: 50px;
    padding: 30px;
    font-size: 12px;
    background-color: #fff;

}
#main-content.content-box{
    font-size: 16px;
    line-height: 27.2px;
}
.column-three {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
/* ============================================
    FOOTER
===============================================*/
#footer {
    margin: 50px auto 0;
    background: rgba(0, 0, 0, 0.02);
    text-align: center;
}
#footer #footer-bottom a:hover {
    color:#da062e;
}

#footer #footer-top {
    padding-top: 50px;
}

#footer #footer-bottom {
    padding: 30px 20px;
    font-size: 0.9em;
    color: #333;
    line-height: 40px;
    background: #fff;
}

#footer #footer-bottom a {
    color: #333;
}

#footer #footer-bottom .social,
#footer #footer-bottom .social-transparent {
    margin: 0;
}

#footer #footer-bottom .social .fa-angle-up:before,
#footer #footer-bottom .social-transparent .fa-angle-up:before {
    position: relative;
    top: -1px;
}

#footer #footer-bottom #property-search-button {
    outline: none;
}

#footer .title {
    font-size: 1.3em;
}

/*#footer #copyright {
    opacity: 0.6;
}*/

#footer ul.menu-footer {
    display: block;
    width: 100%;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: inherit;
    text-transform: uppercase;
}

#footer ul.menu-footer li {
    display: inline-block;
    margin: 0 15px;
}
#footer p {
    color: #333;
    line-height: 18px;
    text-align: left;
}
/* ============================================
    SOCIAL ICON
===============================================*/
.social i, .social-transparent i {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 10px 10px 0;
    font-size: 1em;
    text-align: center;
    color: #fff;
}

.social i:before, .social-transparent i:before {
    position: relative;
    z-index: 1;
    transition: all 0.25s;
}

.social i:after, .social-transparent i:after {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.25s;
}

.social i:hover:after, .social-transparent i:hover:after {
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.social i.fa-lg, .social-transparent i.fa-lg {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.33em;
}

.social i.fa-2x, .social-transparent i.fa-2x {
    width: 50px;
    height: 50px;
    font-size: 2em;
    line-height: 50px;
}

.social i.fa-3x, .social-transparent i.fa-3x {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 3em;
}

.social i.fa-4x, .social-transparent i.fa-4x {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 4em;
}

.social i.fa-5x, .social-transparent i.fa-5x {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 5em;
}

.social .fa-adn:after {
    box-shadow: inset 0 0 0 20px #d87a68;
}

.social .fa-android:after {
    box-shadow: inset 0 0 0 20px #a4c639;
}

.social .fa-apple:after {
    box-shadow: inset 0 0 0 20px #ccc;
}

.social .fa-bitbucket:after {
    box-shadow: inset 0 0 0 20px #225588;
}

.social .fa-bitbucket-sign:after {
    box-shadow: inset 0 0 0 20px #225588;
}

.social .fa-bitcoin:after {
    box-shadow: inset 0 0 0 20px #ff9922;
}

.social .fa-btc:after {
    box-shadow: inset 0 0 0 20px #ff9922;
}

.social .fa-css3:after {
    box-shadow: inset 0 0 0 20px #00bbff;
}

.social .fa-dribbble:after {
    box-shadow: inset 0 0 0 20px #ea4c89;
}

.social .fa-dropbox:after {
    box-shadow: inset 0 0 0 20px #3d9ae8;
}

.social .fa-dropbox:after {
    box-shadow: inset 0 0 0 20px #3d9ae8;
}

.social .fa-facebook:after {
    box-shadow: inset 0 0 0 20px #3b5998;
}

.social .fa-facebook-sign:after {
    box-shadow: inset 0 0 0 20px #3b5998;
}

.social .fa-flickr:after {
    box-shadow: inset 0 0 0 20px #ff0084;
}

.social .fa-foursquare:after {
    box-shadow: inset 0 0 0 20px #25a0ca;
}

.social .fa-github:after {
    box-shadow: inset 0 0 0 20px #171515;
}

.social .fa-github-alt:after {
    box-shadow: inset 0 0 0 20px #171515;
}

.social .fa-github-sign:after {
    box-shadow: inset 0 0 0 20px #171515;
}

.social .fa-gittip:after {
    box-shadow: inset 0 0 0 20px #171515;
}

.social .fa-google-plus:after {
    box-shadow: inset 0 0 0 20px #d23e2b;
}

.social .fa-google-plus-sign:after {
    box-shadow: inset 0 0 0 20px #d23e2b;
}

.social .fa-html5:after {
    box-shadow: inset 0 0 0 20px #ec6231;
}

.social .fa-instagram:after {
    box-shadow: inset 0 0 0 20px #4E433C;
}

.social .fa-linkedin:after {
    box-shadow: inset 0 0 0 20px #4875B4;
}

.social .fa-linkedin-sign:after {
    box-shadow: inset 0 0 0 20px #4875B4;
}

.social .fa-linux:after {
    box-shadow: inset 0 0 0 20px #ffbb00;
}

.social .fa-maxcdn:after {
    box-shadow: inset 0 0 0 20px #ffaa22;
}

.social .fa-pinterest:after {
    box-shadow: inset 0 0 0 20px #c91a22;
}

.social .fa-pinterest-sign:after {
    box-shadow: inset 0 0 0 20px #c91a22;
}

.social .fa-renren:after {
    box-shadow: inset 0 0 0 20px #0066aa;
}

.social .fa-rss:after {
    box-shadow: inset 0 0 0 20px #ee802f;
}

.social .fa-skype:after {
    box-shadow: inset 0 0 0 20px #42c7f2;
}

.social .fa-stackexchange:after {
    box-shadow: inset 0 0 0 20px #2266aa;
}

.social .fa-trello:after {
    box-shadow: inset 0 0 0 20px #226688;
}

.social .fa-tumblr:after {
    box-shadow: inset 0 0 0 20px #2B4964;
}

.social .fa-tumblr-sign:after {
    box-shadow: inset 0 0 0 20px #2B4964;
}

.social .fa-twitter:after {
    box-shadow: inset 0 0 0 20px #4cc2ff;
}

.social .fa-twitter-sign:after {
    box-shadow: inset 0 0 0 20px #4cc2ff;
}

.social .fa-twitter-sign:after {
    box-shadow: inset 0 0 0 20px #4cc2ff;
}

.social .fa-vk:after {
    box-shadow: inset 0 0 0 20px #557799;
}

.social .fa-weibo:after {
    box-shadow: inset 0 0 0 20px #dd3333;
}

.social .fa-windows:after {
    box-shadow: inset 0 0 0 20px #00aaee;
}

.social .fa-xing:after {
    box-shadow: inset 0 0 0 20px #126567;
}

.social .fa-xing-sign:after {
    box-shadow: inset 0 0 0 20px #126567;
}

.social .fa-youtube:after {
    box-shadow: inset 0 0 0 20px #c4302b;
}

.social .fa-youtube-play:after {
    box-shadow: inset 0 0 0 20px #c4302b;
}

.social .fa-youtube-sign:after {
    box-shadow: inset 0 0 0 20px #c4302b;
}

.social-transparent i {
    font-size: 1.1em;
}

.social-transparent i:after {
    box-shadow: inset 0 0 0 20px #d4d6d8;
}

.social-transparent .fa-adn:hover:after {
    box-shadow: inset 0 0 0 20px  #d87a68;
}

.social-transparent .fa-android:hover:after {
    box-shadow: inset 0 0 0 20px  #a4c639;
}

.social-transparent .fa-apple:hover:after {
    box-shadow: inset 0 0 0 20px  #ccc;
}

.social-transparent .fa-bitbucket:hover:after {
    box-shadow: inset 0 0 0 20px  #225588;
}

.social-transparent .fa-bitbucket-sign:hover:after {
    box-shadow: inset 0 0 0 20px  #225588;
}

.social-transparent .fa-bitcoin:hover:after {
    box-shadow: inset 0 0 0 20px  #ff9922;
}

.social-transparent .fa-btc:hover:after {
    box-shadow: inset 0 0 0 20px  #ff9922;
}

.social-transparent .fa-css3:hover:after {
    box-shadow: inset 0 0 0 20px  #00bbff;
}

.social-transparent .fa-dribbble:hover:after {
    box-shadow: inset 0 0 0 20px  #ea4c89;
}

.social-transparent .fa-dropbox:hover:after {
    box-shadow: inset 0 0 0 20px  #3d9ae8;
}

.social-transparent .fa-dropbox:hover:after {
    box-shadow: inset 0 0 0 20px  #3d9ae8;
}

.social-transparent .fa-facebook:hover:after {
    box-shadow: inset 0 0 0 20px  #3b5998;
}

.social-transparent .fa-facebook-sign:hover:after {
    box-shadow: inset 0 0 0 20px  #3b5998;
}

.social-transparent .fa-flickr:hover:after {
    box-shadow: inset 0 0 0 20px  #ff0084;
}

.social-transparent .fa-foursquare:hover:after {
    box-shadow: inset 0 0 0 20px  #25a0ca;
}

.social-transparent .fa-github:hover:after {
    box-shadow: inset 0 0 0 20px  #171515;
}

.social-transparent .fa-github-alt:hover:after {
    box-shadow: inset 0 0 0 20px  #171515;
}

.social-transparent .fa-github-sign:hover:after {
    box-shadow: inset 0 0 0 20px  #171515;
}

.social-transparent .fa-gittip:hover:after {
    box-shadow: inset 0 0 0 20px  #171515;
}

.social-transparent .fa-google-plus:hover:after {
    box-shadow: inset 0 0 0 20px  #d23e2b;
}

.social-transparent .fa-google-plus-sign:hover:after {
    box-shadow: inset 0 0 0 20px  #d23e2b;
}

.social-transparent .fa-html5:hover:after {
    box-shadow: inset 0 0 0 20px  #ec6231;
}

.social-transparent .fa-instagram:hover:after {
    box-shadow: inset 0 0 0 20px  #4E433C;
}

.social-transparent .fa-linkedin:hover:after {
    box-shadow: inset 0 0 0 20px  #4875B4;
}

.social-transparent .fa-linkedin-sign:hover:after {
    box-shadow: inset 0 0 0 20px  #4875B4;
}

.social-transparent .fa-linux:hover:after {
    box-shadow: inset 0 0 0 20px  #ffbb00;
}

.social-transparent .fa-maxcdn:hover:after {
    box-shadow: inset 0 0 0 20px  #ffaa22;
}

.social-transparent .fa-pinterest:hover:after {
    box-shadow: inset 0 0 0 20px  #c91a22;
}

.social-transparent .fa-pinterest-sign:hover:after {
    box-shadow: inset 0 0 0 20px  #c91a22;
}

.social-transparent .fa-renren:hover:after {
    box-shadow: inset 0 0 0 20px  #0066aa;
}

.social-transparent .fa-rss:hover:after {
    box-shadow: inset 0 0 0 20px  #ee802f;
}

.social-transparent .fa-skype:hover:after {
    box-shadow: inset 0 0 0 20px  #42c7f2;
}

.social-transparent .fa-stackexchange:hover:after {
    box-shadow: inset 0 0 0 20px  #2266aa;
}

.social-transparent .fa-trello:hover:after {
    box-shadow: inset 0 0 0 20px  #226688;
}

.social-transparent .fa-tumblr:hover:after {
    box-shadow: inset 0 0 0 20px  #2B4964;
}

.social-transparent .fa-tumblr-sign:hover:after {
    box-shadow: inset 0 0 0 20px  #2B4964;
}

.social-transparent .fa-twitter:hover:after {
    box-shadow: inset 0 0 0 20px  #4cc2ff;
}

.social-transparent .fa-twitter-sign:hover:after {
    box-shadow: inset 0 0 0 20px  #4cc2ff;
}

.social-transparent .fa-twitter-sign:hover:after {
    box-shadow: inset 0 0 0 20px  #4cc2ff;
}

.social-transparent .fa-vk:hover:after {
    box-shadow: inset 0 0 0 20px  #557799;
}

.social-transparent .fa-weibo:hover:after {
    box-shadow: inset 0 0 0 20px  #dd3333;
}

.social-transparent .fa-windows:hover:after {
    box-shadow: inset 0 0 0 20px  #00aaee;
}

.social-transparent .fa-xing:hover:after {
    box-shadow: inset 0 0 0 20px  #126567;
}

.social-transparent .fa-xing-sign:hover:after {
    box-shadow: inset 0 0 0 20px  #126567;
}

.social-transparent .fa-youtube:hover:after {
    box-shadow: inset 0 0 0 20px  #c4302b;
}

.social-transparent .fa-youtube-play:hover:after {
    box-shadow: inset 0 0 0 20px  #c4302b;
}

.social-transparent .fa-youtube-sign:hover:after {
    box-shadow: inset 0 0 0 20px  #c4302b;
}

.fa-mobile {
    font-size: 1.4em;
}
.social-transparent a:last-child i {
    margin-right: 0;
}
/* ============================================
    SEARCH BOX
===============================================*/
.property-search-form {
    position: relative;
    z-index: 2;
    margin: 9px 0 0;
    padding: 18px 20px 0px;
    font-size: 0.9em;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 1px 0 0 #f3f3f3;
}
.autocomplete-suggestions {
    text-transform: capitalize;
}
input, input[type=submit], input:focus, textarea,
.form-control, .form-control:focus,
.chosen-container.chosen-container-single .chosen-single,
select:not(.attachment-filters) {
    outline: none;
    height: 40px;
    line-height: 40px;
    padding: 0 1em;
    font-size: 1em;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    -webkit-appearance: none;
    box-shadow: none;
    transition: all 0.2s;
    font-family: "Open Sans";
    text-transform: none;
}
input:focus,
.form-control:focus,
input:active,
.form-control:active {
    border-color: #da062e;

}
textarea.form-control:focus {
    height: auto;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #da062e;
    border-radius: 0;
    padding: 8px;
    background-color: #fff;
}
.btn-group .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 8px;
    background-color: #fff;
}
.bootstrap-select .dropdown-toggle:focus{
    outline: 0!important;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #da062e;
    padding: 0px;
    margin: 10px 0px;
}
.btn-group.open .dropdown-toggle:hover, .btn-group.open .dropdown-toggle:focus, .btn-group.open .dropdown-toggle:active{
    background-color: #fff;
}
button.btn.dropdown-toggle.btn-default {
    background-color: #fff;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
    color: #da062e;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #333;
}
.extra-search-show, .extra-search-less{
    margin-top: 8px;
    font-size: 16px;
    color: #da062e;
}
.hide{
    display: none;
}
input[type=checkbox] {
    height: auto;
    margin-right: 0.5em;
    -webkit-appearance: checkbox;
}
/* ============================================
   TEMPLATE CONTACT
===============================================*/
.template-contact .section-title span {
    background-color: #fff;
    padding-left: 1em;
    padding-right: 1em;
}
.template-contact{
    font-size: 16px;
}
.checkbox-accetto{
    font-size: 16px;
    margin-top: 10px;
}
.checkbox-accetto label{
    display: initial;
}
/*-------------------------------
 PAGINATION
 --------------------------------*/

.site .comment-navigation, .site .posts-navigation, .site .post-navigation {
    display: none;
}
.navigation ul {
    margin:0px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #da062e;
    border-radius: 0px;
    cursor: pointer;
    padding: 12px;
    padding: 0.90rem;
    font-size: 15px;
    margin-left: 7px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #fff;
    color:#000;
}
.navigation {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
@media (max-width: 767px) {
    .navigation ul {
        padding: 0;
    }
}
/* ============================================
   PROFILE AGENT
===============================================*/
.agent .contact {
    margin-left: 1em;
    line-height: 2;
    color: #333;
    font-size: 16px;
}
.agent .description {
    margin-top: 30px;
    padding-top: 30px;
    color: #333;
    border-top: 1px solid #e6e6e6;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 100;
}
.agent .contact a {
    padding-bottom: 1px;
    color: #333;
    border-bottom: 1px solid #ddd;
}
.agent .contact i {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}
.agent .company-name {
    color: #333;
    font-size: 1.2em;
    font-style: italic;
}
.agent .template-contact .section-title span {
    padding-left: 0em;
    padding-right: 1em;
    font-family: 'Lato';
}
.agent .section-title.column-xs  span{
    background-color: #fff;
}
.agent .section-title {
    margin-top: 0em;
}
.agent.content-box p{
    font-size: 16px;
}
.agent ul {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    padding: 0 5px 0 10px;
}
.template-case-hystory img{
    margin-bottom: 10px;
}
.agent.content-box p.lead {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    font-family: 'Lato';
    font-weight: 500;
}
#site-header .header-menu>ul>li>a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #EE1C25;
}
.assi-profile h2 {
    font-size:2.2em;
}
/* ============================================
  SEARCH APPARTAMENT
===============================================*/
.sale .section-title.column-xs span {
    background-color: #fff;
}
.property-price a{
    float:left;
}
.property-price a .icon-bar{
    height: 3px;
    width: 20px;
    background: #999;
    display: block;
    margin-bottom:3px;
}
.list-unstyled{
    padding: 20px;
}
#property-items {
    position: relative;
    margin-bottom: 50px;
}

#property-items li.col-md-6:nth-child(2n+3) {
    clear: both;
}

#property-items li.col-lg-4:nth-child(2n+3) {
    clear: none;
}

@media (min-width: 1200px) {
    #property-items li.col-lg-4:nth-child(3n+4) {
        clear: both;
    }
    #property-items li.col-lg-4 .property-item .title {
        font-size: 1.4em;
    }
    #property-items li.col-lg-4 .property-item .property-content .property-meta > div {
        width: 50%;
    }
}

@media (min-width: 768px) {
    #property-items li.col-lg-4 .property-price {
        line-height: 50px !important;
    }
}

#property-items li.col-lg-3:nth-child(2n+3) {
    clear: none;
}

@media (min-width: 1200px) {
    #property-items li.col-lg-3 {
        font-size: 0.9em;
    }
    #property-items li.col-lg-3:nth-child(4n+5) {
        clear: both;
    }
    #property-items li.col-lg-3 .property-item .title {
        font-size: 1.3em;
    }
    #property-items li.col-lg-3 .property-item .property-content .property-meta > div {
        width: 50%;
    }
}

@media (min-width: 768px) {
    #property-items li.col-lg-3 .property-price {
        line-height: 50px !important;
    }
}

#property-items.list li {
    width: 100%;
    font-size: 1em;
}

#property-items.list li .property-item {
    overflow: hidden;
}

@media (min-width: 992px) {
    #property-items.list li .property-item {
        background-color: #fff;
    }
    #property-items.list li .property-item .property-thumbnail {
        float: left;
        width: 40%;
    }
    #property-items.list li .property-item .title {
        font-size: 1.4em;
    }
    #property-items.list li .property-item .property-content {
        float: left;
        width: 60%;
    }
    #property-items.list li .property-item .property-content .property-price {
        position: absolute;
        bottom: 0;
        left: 40%;
        right: 0;
    }
}
#property-items .spinner {
    padding: 0;
}

.compare-property {
    display: none;
}

.show-compare .compare-property {
    display: inline-block;
}

.property-item {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 0 0 #f3f3f3;
/*    min-height: 525px;*/
}

@media (min-width: 1200px) {
    .property-item {
        font-size: 0.9em;
    }
}

.property-item.featured .property-title {
    margin: -1px;
}

.property-item.featured .property-title .title, .property-item.featured .property-title .address {
    color: #fff;
}

.property-item.featured .property-title::after {
    position: absolute;
    z-index: -1;
/*     opacity: 0.75; */
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #da062e;
}

.property-item.featured:hover .property-item.featured.title-above-image .property-title::after {
    background-color: transparent;
}

.property-item .property-thumbnail {
    position: relative;
    overflow: hidden;
    margin: 0 -1px;
}

.property-item a {
    color: inherit;
}

.property-item img {
    max-width: none;
    width: 100%;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 768px) {
    .property-item img {
        width: calc(100% + 20px);
        -webkit-filter: grayscale(0%);
        filter: none;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
}

.property-item figcaption {
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .property-item figcaption {
        position: absolute;
        text-align: right;
    }
}

@media (min-width: 768px) {
    .property-item:hover img {
        filter: initial;
        -webkit-filter: grayscale(100%);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .property-item:hover.title-over-image .property-title, .property-item:hover.title-over-image .property-tag, .property-item:hover.title-above-image .tag-right {
        opacity: 0;
    }
}

.property-item:hover .property-excerpt {
    opacity: 1;
}

.property-item:hover .property-excerpt::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.property-item:hover .arrow-right {
    opacity: 0;
}

.property-item .property-title {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 10px 15px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
}

.property-item .title {
    margin: 0 0 0.25em !important;
    font-size: 1.4em;
    transition: all 0.3s;
}

.property-item .address {
    opacity: 0.6;
    margin: 0 !important;
    font-size: 1.1em;
    text-transform: none;
}

.property-item .subtitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

.property-item .property-excerpt {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    opacity: 0;
    line-height: 1.7;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .property-item .property-excerpt {
        display: block;
    }
}

.property-item .property-excerpt span {
    font-size: 1.4em;
    color: #333;
    text-transform: uppercase;
}

.property-item .property-excerpt::after {
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #da062e;
    content: '';
    transition: all 0.3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.property-item .property-excerpt p {
    margin-top: 0.5em;
    font-size: 1.1em;
    color: #333;
}

.property-item .property-content {
    text-align: center;
    background-color: #fff;
}

.property-item .property-content .property-meta {
    min-height: 85px;
}

.property-item .property-content .property-meta > div {
    width: 100%;
    text-align: left;
}

.property-item .property-price {
    padding: 15px;
    color: #333;
    text-align: left;
    border-top: 1px solid #f6f6f6;
}

@media (min-width: 992px) {
    .property-item .property-price {
        font-size: 1.2em;
    }
}

.property-item .property-price span {
    font-weight: 300;
}

.property-item .property-price i {
    opacity: 0.25;
    line-height: inherit;
    margin-right: 10px;
}

.property-item .property-price i:hover {
    opacity: 0.75;
    cursor: pointer;
}

.property-item .property-price .property-status {
    display: inline-block;
    display: none;
    float: left;
    font-size: 0.8em;
    text-transform: uppercase;
}

.property-item .property-price .price-tag {
    float: right;
    color: #333;
}

.property-tag {
    width: auto;
    position: absolute;
    background: #da062e;
    padding: 0 1em;
    color: #fff;
    font-size: 0.8em;
    line-height: 2.5;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.property-tag.tag-left {
    top: 0;
    left: 0;
    width: 60px;
    height: 26px;
    margin-left: -30px;
    line-height: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.property-tag.tag-right {
    bottom: 0;
    right: 0;
    letter-spacing: 0.4px;
}

.property-tag .fa-star {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.property-meta {
    padding: 15px;
    line-height: 2;
    color: #333;
    font-size: 16px;
    text-align: center;
}
@media (min-width: 768px) {
    .property-meta {
        text-align: left;
    }
}

.property-meta a {
    color: #333;
}

.property-meta a:hover {
    color: #333;
}

.property-meta a:hover .meta-data {
    cursor: pointer;
}

.property-meta .meta-title {
    display: inline-block;
    width: 20px;
    font-weight: 700;
}

/*.property-meta > div {
    float: left;
}*/

.property-meta .meta-data {
    display: inline-block;
    font-size: 16px;
}
.single-property .property-meta {
    margin: 50px 0;
    padding: 0;
    font-size: 1em;
    float: left;
    width: 100%;
    text-align: left;
}
.property-meta .meta-data:hover {
    cursor: default;
}

.add-to-favorites:hover {
    cursor: pointer;
}

#compare-properties-popup {
    display: none;
    margin: 30px 0;
    padding: 30px 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#compare-properties-thumbnails ul {
    margin-bottom: 0;
}

#compare-properties-thumbnails li {
    float: left;
    margin-bottom: 30px;
}

#property-comparison-table .comparison-header {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

#property-comparison-table .comparison-data {
    position: relative;
    display: inline-block;
    width: 39%;
    margin-left: 1%;
    vertical-align: top;
}

#property-comparison-table .comparison-data a {
    color: inherit;
}

#property-comparison-table .comparison-data.columns-3 {
    width: 25.66%;
}

#property-comparison-table .comparison-data.columns-4 {
    width: 19%;
}

#property-comparison-table .comparison-data .remove-property-from-comparison {
    opacity: 0.75;
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
}

#property-comparison-table .comparison-data .remove-property-from-comparison:hover {
    opacity: 1;
    cursor: pointer;
}

#property-comparison-table .comparison-data .remove-property-from-comparison::before {
    content: "";
}

#property-comparison-table .comparison-main .property-title {
    margin-bottom: 0;
}

#property-comparison-table .comparison-main .property-address {
    font-size: 0.9em;
    color: #333;
}

#property-comparison-table .comparison-attributes {
    margin-top: 30px;
}

#property-comparison-table .comparison-attributes .comparison-row {
    font-size: 0.9em;
    line-height: 2.5;
    border-bottom: 1px solid #e6e6e6;
}

#property-comparison-table .comparison-attributes .comparison-header {
    font-weight: 700;
}

.property-item .property-price {
    position: relative;
}

.property-price .share-unit {
    color: #fff;
    font-size: 22px;
    left: 0;
    position: absolute;
    top: -129px;
    width: 43px;
    z-index: 9999;
}

.property-price .share-unit::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #c91a22;
    bottom: -8px;
    content: " ";
    height: 0;
    position: absolute;
    right: 12px;
    width: 0;
}

.property-price .share-unit a {
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 5px 0;
    text-align: center;
}

.property-price .share-unit .social-facebook {
    background-color: #3b5998;
}

.property-price .share-unit .social-twitter {
    background-color: #4cc2ff;
}

.property-price .share-unit .social-google {
    background-color: #d23e2b;
}

.property-price .share-unit .social-pinterest {
    background-color: #c91a22;
}

.property-price .share-unit i {
    display: block;
    line-height: 1;
    margin: 0;
    opacity: 1;
}
.box-image-app img {
    height: 100px;
}
.property-image-preview {
    height: 316px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
	border: 1px solid #e6e6e6;
}
.extra-image-app{
    width: auto;
    height: 120px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.panel-default>.panel-heading {
    cursor: pointer;
}
span.wpcf7-form-control-wrap.textarea-580 textarea {
    height: 166px;
    line-height: normal;
}

/* ============================================
    VIDEO SECTION 28/09/2020
===============================================*/
#video-plan .video{
    position: relative;
    width:100%;
    padding-top: 56.25%;
    height: 0;
    margin: 20px 0;
}
#video-plan .video iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}
#video-plan iframe  iframe .ytp-chrome-top {
    display: none!important;
    z-index: -10000;
}
.credit-photo {
    display: none;
}

/* ============================================
TYPOGRAFY
===============================================*/

body.page-template-template-home-properties-map-php .google-map, body.page-template-template-property-search-php .google-map {
    height: 400px;
}

.property-image-container, .property-image-container .owl-item, .property-image-container .spinner {
    height: 600px;
}

.property-item .property-tag {
    background: #da062e;
	margin: 1px;
}

a, #map-marker-container .content .title, div[id^=google-map] .title, body.single-property #property-features li i.fa-check, #sidebar .widget .widget-content table a {
    color: #da062e;
}

header.navbar, header.navbar a {
    color: #ffffff
}

header.navbar #login-bar-header a {
    color: #ffffff
}

.btn-primary, .btn-primary:focus, input[type='submit'], .acf-button.blue, .primary-tooltips .tooltip-inner, .sub-menu li.current-menu-item, .sub-menu li:hover, .property-item .property-excerpt::after, .property-item.featured .property-title::after, #page-banner .banner-title:after, #pagination .page-numbers li .current, #pagination .page-numbers li .current:hover, .map-wrapper .map-controls .control.active, .map-wrapper .map-controls .control:hover, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .noUi-connect, body.single-property #property-status-update span, .more-link, .nav-tabs > li > a:hover, .nav-bottom .owl-nav div, .widget .owl-nav div, .entry-header .header-content, .property-header .status-update, #template-slideshow.slideshow-type-custom .title:after {
    background-color: #da062e;
    font-weight: 900;
}

input:focus, .form-control:focus, input:active, .form-control:active, ul#sidebar li.widget .wpcf7 textarea:focus, #footer li.widget .wpcf7 textarea:focus, ul#sidebar li.widget .wpcf7 input:not([type='submit']):focus, #footer li.widget .wpcf7 input:not([type='submit']):focus, .chosen-container.chosen-container-active .chosen-single, .chosen-container .chosen-drop {
    border-color: #da062e;
}

.primary-tooltips .tooltip.top .tooltip-arrow, .arrow-down, .sticky .entry-header {
    border-top-color: #da062e;
}

.primary-tooltips .tooltip.right .tooltip-arrow, .arrow-left {
    border-right-color: #da062e;
}

.primary-tooltips .tooltip.bottom .tooltip-arrow, .arrow-up {
    border-bottom-color: #da062e;
}

.primary-tooltips .tooltip.left .tooltip-arrow, .arrow-right, #property-slideshow .description .arrow-right {
    border-left-color: #da062e;
}

#template-slideshow .title {
    background-color: #da062e;
}

#template-slideshow .description .arrow-right {
    border-left-color: #da062e;
}

#template-slideshow .description .arrow-left {
    border-right-color: #da062e;
}

.input--filled label::before, .form-control:focus + label::before {
    border-color: #da062e !important;
}

body.rtl #property-slideshow .description .arrow-right {
    border-right-color: #da062e;
    border-left-color: transparent !important;
}

.spinner {
    background-color: #f8f8f8;
}
#login-modal.modal .modal-dialog {
    max-width: 500px;
}

.nd-start-demo {
    padding: 0;
}

.nd-answer-field {
    margin-top: 30px;
    margin-bottom: 30px;
}

.submit.no-border br {
    display: none;
}

.nd-start-demo-form input[type=submit] {
    height: auto;
    padding: 0.5em 1em;
    font-size: inherit;
}
.google-map {
    position: relative;
    height: 500px;
    min-height: 500px !important;
    width: 100%;
}
body, .section-title span {
     background-color: #f8f8f8;
 }

header.navbar, header.navbar .container .navbar-collapse {
    background-color: #fff;
}

header.navbar, header.navbar a {
    color: #ffffff;
}

header.navbar {
    font-family: Lato;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

.wf-loading header.navbar {
    opacity: 0;
}

.ie.wf-loading header.navbar {
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Lato;
    font-weight: normal;
    color: #666;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

#footer #footer-bottom, #footer #footer-bottom a, #footer .widget-title {
    color: #333;
}
.box-image-app ul {
    float: left;
    width: 100%;
}
.box-image-app li {
    width: 23%;
    min-width: 120px;
    border: 5px solid #fff;
    outline: 1px solid #ccc;
    padding: 0;
    list-style: none;
    float: left;
    margin: 0 5px 15px;
}
img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s;
}
.google-map img {
    max-width: 100%;
}

.gm-style-iw h1{
    font-size: 20px;
    color: #da062e;
}
.gm-style-iw p{
    font-size: 16px;
}
.social .fa-facebook:after {
    box-shadow: inset 0 0 0 20px #ccc;
}

.social .fa-twitter:after {
    box-shadow: inset 0 0 0 20px #ccc;
}

.social .fa-google-plus:after {
    box-shadow: inset 0 0 0 20px #ccc;
}
.text-right {
    text-align: right;
}
.fa-caret-right{
    color:#da062e ;
}
#main-content .section-title span {
    background-color: #fff;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
}
.nav-tabs > li > a:hover {
    color: #fff;
}
.tab-pane {
    padding: 25px 0 0;
}
.content-box .section-title span {
    background-color: #fff;
}
#contact.content-box {
    margin-bottom: 50px;
    padding: 30px;
    font-size: 16px;
    background-color: #fff;
}
/* ============================================
COOKIES INFORMATIVA
===============================================*/
#vml-cookie-notice {display: none; position: fixed; min-width: 100%; height: auto; z-index: 100000; font-size: 12px; line-height: 18px; left: 0; text-align: left; background-repeat: repeat; font-family: 'Archivo Narrow',sans-serif; background-color: rgba(0,0,0,0.7); color: #ffffff;}
.vml-cookie-notice-container {max-width:1280px; margin:0 auto; padding: 30px 0 20px; position: relative;}
#cn-notice-text {font-size: 16px; line-height: 18px;}
.cn-top {top: 0;}
.cn-bottom {bottom: 0;}
#vml-cookie-notice .confirm-button.bordered-cta{border: 1px solid #ffffff; border-radius: 20px; color: #000; display: inline-block; font: 15px/1em "Arial","trebuchet ms",serif; padding: 8px 15px; text-decoration: none; transition: all 0.2s ease 0s; background-color: #ffffff; font-weight: bold;}
#vml-cookie-notice .confirm-button.bordered-cta:hover{color: #ffffff; background-color: #da062e;}
#vml-cookie-notice .cta-container{margin-top: 5px; text-align: right;}
#vml-cookie-notice .info-txt-container{width: 100%;  padding: 0 125px 0 50px;  box-sizing: border-box;  min-height: 50px;}
#vml-cookie-notice .close-button{position: absolute; right: 100px; top: 30px; width: 21px; height: 21px;  background-image: url('../images/bg-close-cookie-bar.png'); background-repeat: no-repeat;}
#vml-cookie-notice .info-txt-container a {color: #ffffff; text-decoration: underline;}
@media only screen and (max-width: 768px) {
    #vml-cookie-notice .info-txt-container {background-position: 10px 0; padding: 0 80px 0 10px;}
    #vml-cookie-notice .close-button {right: 30px;}
    #vml-cookie-notice  #cn-notice-text {font-size: 16px; line-height: 16px;}
    .vml-cookie-notice-container {padding: 25px 0 10px;}
}
.sb-toggle-right{
    float: right;
}
.navicon-line {
    width: 24px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 3px;
    background-color: #fff;
    color:#fff;
}
@media (min-width: 768px) {
    .property-header-container {
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
        text-align: left;
        background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.7));
    }
    .property-header-container {
        padding: 50px 0 30px;
    }
    .property-header-container.title-style-gradient .title,
    .property-header-container.title-style-gradient-no-title .title{
        padding: 0;
        color: #fff;
        background-color: transparent;
    }
    .property-header-container.title-style-gradient-no-title .title a:hover {
        color:#fff;
    }
    .property-header-container.title-style-gradient-no-title {
        background: transparent;
    }
    .property-header .title {
        display: inline-block;
        padding: 10px 20px;
        font-size: 2.8em;
        text-transform: none;
        color: #333;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .property-header .title span {
        float:left;
        margin-right: 7px;
    }
    .property-header .title i {
        font-size: 0.5em;
        color: #fff;
    }
    .property-header .meta {
       color:#fff;
        font-size: 20px;
    }
    .property-header .status-update {
        font-size: 20px;
        color: #fff;
        padding: 10px;
        position: fixed;
        margin-top: 10px;
    }
}
@media (min-width: 992px) {
    .property-header .title {
        font-size: 3.6em;
    }
}
/* ============================================
   START FIX WP CMS THEME K
===============================================*/
.navbar-right .current-menu-item a:after {
    content: '';
    display: block;
    border-bottom: 2px solid #da062e;
    width: 40px;
}
.navbar-toggle, .navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:hover {
    box-shadow:none ;
}
div.wpcf7 .screen-reader-response {
    font-size: 1em;
    display: block;
    visibility: visible!important;
    clip: auto;
    height: auto;
    width: auto;
    bottom: 65px;
}
.screen-reader-response ul{
    display: none;
}
.box-image-app{
    padding: 0;
}
@media screen and (max-width: 782px) {
    html #wpadminbar {
        display: none;
    }
}
/* ============================================
   FINE FIX WP CMS THEME K
===============================================*/
@media (min-width: 992px) {
     .navbar-nav > li > a {
        padding: 10px 5px;
    }
    .title-tablet{
        display: block;
    }
    .title-mobile{
        display: none;
    }
    .assi-margin-search {
        margin-right: 2px;
        margin-left: 2px;
    }
}
@media (max-width: 991px) {
    /* ============================================
    HEADER TOP SITE MOBILE
    ===============================================*/
    body {
        overflow-x: hidden ;
    }
    .site-content {
       margin-top:-6px;
    }
    header{
        background-color: #fff;
        position:relative;
    }
    .property-header-container.primary-tooltips.title-style-gradient{
        margin-bottom: 10px;
    }
    .menu-padding{
        padding: 0px 25px;
    }
    .navbar-brand img {
        width: 150px;
        margin-top: -10px;
    }
    .navbar-brand {
        float: left;
        height: auto;
        padding: 10px 0px;
        font-size: 18px;
        line-height: 20px;
    }
    .navbar-right {
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        margin-bottom: 0;
    }
    .navbar-right li:hover {
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-toggle {
        border:0;
        margin-right: 0;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 1px;
        margin-bottom: 6px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
        color: #333;
        background-color: transparent;
        padding: 10px 16px;
    }
    #footer #footer-bottom .social,
    #footer #footer-bottom .social-transparent {
        text-align: center;
    }
    #footer {
        text-align: left;
    }
    #footer ul.menu-footer li {
        margin-right: 30px;
    }
    #footer p {
        color: #333;
        line-height: 18px;
        text-align: center;
    }
    .content-box {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 20px;
    }
    .col-no-padding{
        padding: 0 15px;
    }
    .top-bar {
        display: block;
        position:fixed;
        top:0px;
        background-color: #fff;
        z-index: 1035;
    }
    .navbar-fixed-top{
        position: fixed;
        top: 32px;
        border-width: 0 0 1px;
    }
    .agent .description {
        margin-top: 10px;
        padding-top: 10px;
    }
    .single-property .property-meta {
        margin: 20px 0;
    }
    .property-header .status-update{
        margin: 5px 0 10px;
        width: fit-content;
        padding: 6px;
        color: #fff;
    }
    #main-content.content-box {
        font-size: 15px;
        line-height: 20px;
    }
    .title-tablet{
        display: block;
    }
    .title-mobile{
        display: none;
    }
}
@media (max-width: 767px) {
    .property-header h1{
        font-size:20px;
    }
    .list-unstyled {
        padding: 0;
        margin: 0;
    }
    .mainslider-appartamento {
        height: 300px;
    }
    .title-tablet{
        display: none!important;
    }
    .title-mobile{
        display: block!important;
    }
    .menu-padding-mobile{
        padding: 0px 15px;
    }
    .assi-margin-search{
        margin: 0;
    }
    .wpcf7-form-control.wpcf7-submit.btn.btn-primary.pull-right{
        margin-top: 30px;
    }
    .section-title {
        font-size: 20px;
    }
}
/* ============================================
    CLEM FIX 32032023
===============================================*/

.logo.extra {
    width: 75px;
    float: left;
    margin-top: -70px;
    margin-right: 5px;
}
.navbar-collapse {
    float: right;
}
.logo.mobile {
    display: none;
}
.header-fix .logo.extra {
    width: 50px;
    float: left;
    margin-top: -46px;
    margin-right: 20px;
}
.header-fix  .navbar-brand img {
    width: 145px;
    margin-top: 0;
}
.property-item .property-excerpt::after,
.property-item.featured .property-title::after{
    background-color: #5c5c5c;

}
.link{
    margin-top: auto;
    min-height: 65px;
}
.link a {
    padding-right: 20px;
    margin: 10px 0;
    cursor: pointer!important;
}
.link a:hover {
  color:#da062e;
  cursor: pointer!important;
}
.property-meta {
    display: flex;
    flex-direction: column;
}
.list-news .property-image-preview {
	border: 1px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
	.page-template-tpl-press .link a {
		padding-right: 3px;
		margin: 10px 0;
		cursor: pointer!important;
		letter-spacing: -0.3px;
		font-size: 16px;
	}
	.page-template-tpl-press .property-meta {
    	padding: 0 10px;
	}
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 100vh;
    }
}

@media screen and (min-width: 769px) and (max-width: 1130px) {
    .navbar-nav > li > a {
        padding: 10px 2px;
        font-size: 13px;
    }
    .logo.extra {
    width: 65px;
    float: left;
    margin-top: -62px;
    margin-right: 0px;
    }
    .navbar-brand img {
    width: 180px;
    margin-top: -18px;
}
}
@media screen and (max-width: 992px) {
    .navbar-collapse {
    float: none;
    }
    .logo.extra {
        display: none;
    }
    .logo.mobile {
        width: 50px;
        display: block;
        float: right;
        margin-right: 10px;
    }
    .navbar-brand img {
        width: 140px;
        margin-top: -10px;
    }
    .header-fix  .navbar-brand img {
        width: 140px;
        margin-top: -10px;
    }
}

/* FIX ALIGN CONTENT WP */ 
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

@media screen and (max-width: 768px) {
img.alignleft,
img.aligncenter,
img.alignright {width: 100%; }

.page-template-tpl-page-contatti-php #main-slider,
.page-template-tpl-affitti-php #main-slider,
.page-template-tpl-vendita-php #main-slider {display: none!important;}
}