@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Playfair+Display:400i&display=swap');
div#page-container {
    overflow-x: hidden;
    position: relative;
}
.icon-contact-container{
    position: fixed !important;
    left: 15px;
    bottom: 16px;
    z-index: 100;
    background-color: transparent !important;
}
.icon-contact-container>a{
    width: 55px;
    display: inline-block;
}
.icon-contact-container>a>img{
    width: 100%;
}
body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
font-family: 'Montserrat', sans-serif;
}
.bold{ font-weight:bold}
.column-2{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}img.card-img-top {
    width: 100%;
    height: auto;
}.jumbotron {
    background-size: cover;
    background-position: center;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
    font-weight: 700; 
    font-family: 'Montserrat', sans-serif;
}

.videoContainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg_red a{ color:#fff}
.text_white hr{ border-color:#fff}
.text_white{ color:#fff}
.text_red{ color:#b31217}
.text_orange{ color:#e06548}
.text_teal{ color:#61b2c2}
.text_grey{ color:#dfdeda}
.text_dark_grey{ color:#757575}
.text_light_grey{ color:#ddddd9}
.text_light_blue{ color:#aadae3}
.text_dark{ color:#3a3a3a}
.bg_white{ background:#fff !important}
.bg_red{ background:#b31217!important}
.bg_orange{ background:#e06548!important}
.bg_teal{ background:#61b2c2!important}
.bg_grey{ background:#dfdeda!important}
.bg_light_grey{ background:#ddddd9!important}
.bg_light_blue{ background:#aadae3!important}
.bg_dark{ background:#3a3a3a!important}
.btn{
	
    -webkit-transition: all .2s ease-in-out: ;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #b31217;
    border-color: #b31217;
    color: #fff;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 0;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
}.bread-realestates a{
    color: #292b2c;}
.btn-dark{
	background:#313537;
	color:#fff;
	border-color:#313537
}
.btn::after{ 
   background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PiANCjxzdmcgdmVyc2lvbj0iMS4xIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzMwIDMzMCIgc3R5bGU9ImZpbGw6I2ZmZjtlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMzMCAzMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF85MV8iIGQ9Ik0yNTAuNjA2LDE1NC4zODlsLTE1MC0xNDkuOTk2Yy01Ljg1Ny01Ljg1OC0xNS4zNTUtNS44NTgtMjEuMjEzLDAuMDAxDQoJYy01Ljg1Nyw1Ljg1OC01Ljg1NywxNS4zNTUsMC4wMDEsMjEuMjEzbDEzOS4zOTMsMTM5LjM5TDc5LjM5MywzMDQuMzk0Yy01Ljg1Nyw1Ljg1OC01Ljg1NywxNS4zNTUsMC4wMDEsMjEuMjEzDQoJQzgyLjMyMiwzMjguNTM2LDg2LjE2MSwzMzAsOTAsMzMwczcuNjc4LTEuNDY0LDEwLjYwNy00LjM5NGwxNDkuOTk5LTE1MC4wMDRjMi44MTQtMi44MTMsNC4zOTQtNi42MjgsNC4zOTQtMTAuNjA2DQoJQzI1NSwxNjEuMDE4LDI1My40MiwxNTcuMjAyLDI1MC42MDYsMTU0LjM4OXoiLz4NCg0KPC9zdmc+DQo=');
    content: "";
    width: 23px;
    height: 21px;   display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: -5px 0;
}
.btn:hover,
.btn:active{
	color:#222;
    background: #ddddd9;
    border-color: #ddddd9;
}
.btn:hover::after,
.btn:active::after{
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMzAgMzMwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMzAgMzMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBhdGggaWQ9IlhNTElEXzkxXyIgZD0iTTI1MC42MDYsMTU0LjM4OWwtMTUwLTE0OS45OTZjLTUuODU3LTUuODU4LTE1LjM1NS01Ljg1OC0yMS4yMTMsMC4wMDEgIGMtNS44NTcsNS44NTgtNS44NTcsMTUuMzU1LDAuMDAxLDIxLjIxM2wxMzkuMzkzLDEzOS4zOUw3OS4zOTMsMzA0LjM5NGMtNS44NTcsNS44NTgtNS44NTcsMTUuMzU1LDAuMDAxLDIxLjIxMyAgQzgyLjMyMiwzMjguNTM2LDg2LjE2MSwzMzAsOTAsMzMwczcuNjc4LTEuNDY0LDEwLjYwNy00LjM5NGwxNDkuOTk5LTE1MC4wMDRjMi44MTQtMi44MTMsNC4zOTQtNi42MjgsNC4zOTQtMTAuNjA2ICBDMjU1LDE2MS4wMTgsMjUzLjQyLDE1Ny4yMDIsMjUwLjYwNiwxNTQuMzg5eiIgZmlsbD0iIzAwMDAwMCIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);

}
.btn-dark:hover,
.btn-dark:active{
	background:#b31217;
	color:#fff;
	border-color:#b31217
}
.btn-dark:hover::after,
.btn-dark:active::after{ 
   background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PiANCjxzdmcgdmVyc2lvbj0iMS4xIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzMwIDMzMCIgc3R5bGU9ImZpbGw6I2ZmZjtlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMzMCAzMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF85MV8iIGQ9Ik0yNTAuNjA2LDE1NC4zODlsLTE1MC0xNDkuOTk2Yy01Ljg1Ny01Ljg1OC0xNS4zNTUtNS44NTgtMjEuMjEzLDAuMDAxDQoJYy01Ljg1Nyw1Ljg1OC01Ljg1NywxNS4zNTUsMC4wMDEsMjEuMjEzbDEzOS4zOTMsMTM5LjM5TDc5LjM5MywzMDQuMzk0Yy01Ljg1Nyw1Ljg1OC01Ljg1NywxNS4zNTUsMC4wMDEsMjEuMjEzDQoJQzgyLjMyMiwzMjguNTM2LDg2LjE2MSwzMzAsOTAsMzMwczcuNjc4LTEuNDY0LDEwLjYwNy00LjM5NGwxNDkuOTk5LTE1MC4wMDRjMi44MTQtMi44MTMsNC4zOTQtNi42MjgsNC4zOTQtMTAuNjA2DQoJQzI1NSwxNjEuMDE4LDI1My40MiwxNTcuMjAyLDI1MC42MDYsMTU0LjM4OXoiLz4NCg0KPC9zdmc+DQo=');
}blockquote.blockquote {
    font-family:'Playfair Display', serif;
    font-style: italic;
}hr { 
    border-top: 1px solid #292b2c;
}.cursive{
    font-family:'Playfair Display', serif;
    font-style: italic;
    font-weight: 400;
}
/*hamburger*/

.navbar-toggler{
    font: inherit;
    display: inline-block;
    height: 55px;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;}
.navbar-toggler>div {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}.navbar-toggler-inner, .navbar-toggler-inner:after, .navbar-toggler-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-property: transform;
    border-radius: 4px;
    background-color: #b31217;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .22s;
}.navbar-toggler-inner{
    top: 50%;
    display: block;
    margin-top: -2px;
} .navbar-toggler-inner:after, .navbar-toggler-inner:before {
    display: block;
    content: "";
}.navbar-toggler-inner:before {
    top: -10px;
    transition: top .1s ease-in .25s,opacity .1s ease-in;
}.navbar-toggler-inner:after {
    bottom: -10px;
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-inner{
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(225deg);
}.navbar-toggler:not(.collapsed) .navbar-toggler-inner:before {
    top: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s;
    opacity: 0;
}.navbar-toggler:not(.collapsed) .navbar-toggler-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}button.navbar-toggler:focus {
    outline: none;
}
/*//hamburger*/

/*navbar */
.navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
}
.navbar-nav .active .nav-link { color:#b31217
}a.navbar-brand {
    width: 200px;
	padding:0;
    max-width: calc(100vw - 80px);
    position: relative;
}a.navbar-brand img {
    width: 100%; 
}a.navbar-brand::before {
    content: "";
    position: absolute;
    display: block;
    background: teal;
    width: 30vw;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
    background-image: url(/site/img/bg-navbar.jpg);
    background-size: cover;
    background-position: center;
}


.pre-header img {
    height: 15px;
    vertical-align: baseline;
    margin: 0 5px 0 10px;
}.pre-header   {
    color: #fff;
    font-size: 14px;
	position:relative;overflow:hidden;
	
}.pre-header  a {
    color: #fff; 
	
}nav.navbar  {
    display: block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    /* background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}.slogan{ 
    color: #fff; 
    font-weight: 700; 
    text-transform: uppercase;}


.scrolldown nav.navbar,.not-home  nav.navbar {
    background: #fff;
    padding: 0 1rem;
}.scrolldown nav.navbar  .nav-link,.not-home nav.navbar  .nav-link{
    line-height: 54px;
    color: #222;
} .scrolldown .pre-header{
    height:0
}
/*swiper*/
.image-container  .swiper-container  .swiper-pagination {
 
    bottom: 60px; 
    top: 0;
    left: auto;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    right: 13px; 
}.image-container  .swiper-container  .swiper-pagination span.swiper-pagination-bullet { 
    width: 10px;
    height: 10px;  
}
 
.image-container  .swiper-container  .swiper-slide {
    height: auto;overflow:hidden
}.house-item-detail a.image .swiper-container {
    height: 100%;
    width: 100%;
    position: absolute;}
.swiper-main .swiper-slide::before ,.header-page::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 130px;
    background: #222;
    z-index: 0;background: -moz-linear-gradient(top,  rgba(0,2,34,0) 0%, rgba(0,2,34,0) 1%, rgba(0,2,34,0.7) 100%);
background: -webkit-linear-gradient(top,  rgba(0,2,34,0) 0%,rgba(0,2,34,0) 1%,rgba(0,2,34,0.7) 100%);
background: linear-gradient(to bottom,  rgba(0,2,34,0) 0%,rgba(0,2,34,0) 1%,rgba(0,2,34,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000222', endColorstr='#59000222',GradientType=0 );

}.swiper-slide {
    background-size: cover;
    background-position: center;
}
.swiper-main .swiper-slide,.header-page {
    padding:120px 0 0px;
    background-size: cover;
    color: #fff;
    background-position: center;
}.header-page {
    position: relative;
}
.swiper-main .container .h1,.header-page .h1{ margin:0}
.swiper-main .container,.header-page .container {
    padding-bottom: 30px; 
	position:relative;
}.swiper-main .swiper-pagination {
    right: 0;
    top: 0;
    left: auto;
    width: 40px;
    bottom: 0;
    display: flex; 
    flex-direction: column;
    justify-content: center;
}span.swiper-pagination-bullet {
    border: 2px solid #c90910;
    width: 15px;
    height: 15px;
    margin: 7px 12px!important;
    opacity: 1;
    background: transparent;
}span.swiper-pagination-bullet.swiper-pagination-bullet-active { 
    background: #c90910;
}

.swiper-fade-slide .swiper-slide {
    background-position: 0% center;
    transition: 23s all linear; 
	
    /* background-image: var(--desktop-bg); */
    background-image: var(--mobile-bg);
    /* background-position: 100% center; */
}  
.swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50% /cover;
    background-image: var(--mobile-bg);
}

.swiper-slide:nth-child(1) .swiper-slide-cover{ 
  transform-origin: 0 100%;
  transform-origin: 100% 100%;
}

.swiper-slide:nth-child(2) .swiper-slide-cover{ 
  transform-origin: 100% 100%;
}

.swiper-slide:nth-child(3) .swiper-slide-cover { 
  transform-origin: 100% 0;
  transform-origin: 100% 100%;
}

.swiper-slide:nth-child(4) .swiper-slide-cover { 
  transform-origin: 0 100%;
  transform-origin: 100% 100%;
}
.swiper-fade-slide .swiper-slide-cover {
  transition: 22s ease-out;
  transform: scale(1.2);
}

.swiper-fade-slide .swiper-slide.swiper-slide-duplicate-prev .swiper-slide-cover,
.swiper-fade-slide .swiper-slide.swiper-slide-prev .swiper-slide-cover{ 
background-position: 100% center;
  transform: scale(1);}
.swiper-fade-slide .swiper-slide.swiper-slide-duplicate-active .swiper-slide-cover,
.swiper-fade-slide .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1);
  animation: mymove 27s 1; background-position: 100% center;
}


.swiper-fade-slide .swiper-slide.swiper-slide-active,
.swiper-fade-slide .swiper-slide.swiper-slide-duplicate-active { 
    /* background-position: 100% center; */
}
@keyframes mymove {
  0% {background-position: 0% center;}
  80% {background-position: 100% center;}
  100% {background-position: 100% center;}
}
@media(min-width:992px){

.swiper-slide > .swiper-slide-cover   { 
    background-image: var(--desktop-bg); 
} 
}
@media(max-width:767px){
.swiper-fade-slide .swiper-slide-cover { 
  transform: scale(1.75);
        background-position: center !important;
}
.swiper-fade-slide .swiper-slide.swiper-slide-duplicate-active .swiper-slide-cover,
 .swiper-fade-slide .swiper-slide.swiper-slide-active .swiper-slide-cover{ 
background-position:  center;
    animation: none 27s 1;
  transform: scale(1);}
 
} 
/*form*/
.form-control {
    border: 0;
    border-radius: 0;
    padding: .475rem .75rem;
    height: 2.8rem;
}form .btn,form button {   
    padding: 12px 20px;
}
 .house-detail .form-control ,.contact-section .form-control { 
    font-size: 13px;
    padding: 9px 0px 9px 9px;
    color: #777;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
}
.contact-section   { font-size:13px;color:#292b2c}
.contact-section  a { color:#292b2c}

.number-section {
    background: #292b2c;
    color: #fff;
    position: relative;

	background-image:url(/site/img/crenna_contatore.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
} 
/*hp*/
.cta-gabri img.half-cta{
    height: 22px;
    vertical-align: baseline;
    margin: 0 10px 0 0px;}
	.cta-gabri .h2 {
    font-weight: 400;
}.cta-gabri a:hover {
    opacity: 0.8;
}
/*house-item*/
.house-item a::before{ content:"";
    width: 100%;
    height: 100%;
	position:absolute;
    background-color: #000;
    opacity: .5;
    top: 0;
    left: 0;
    transition: all .4s ease;
    cursor: pointer;}
.house-item a::after{ content:"";
    width: 100%;
    height: 100%;
    z-index: 0;
	position:absolute;background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 26%, rgba(0,0,0,0) 76%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0) 76%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0) 76%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 );

    opacity: .5;
    top: 0;
    left: 0; }
.house-item a:hover::before{
    opacity: .15;
}
.house-item a:hover { text-decoration:none}
.house-item a {
	background:#222;
    display: flex;
	position:relative;
    color: #fff;
    flex-direction: column;
    text-align: center;
    padding: 91px 15px 15px;
    height: 400px;
    background-size: cover;
    background-position: center;
    justify-content: flex-end;
}.house-item a>* {
	
    z-index: 1;
position:relative;}
/*footer*/
footer.page-footer {
    color: #777;
    font-size: 13px;
    line-height: 1.3;
}
footer.page-footer a{
    color: #777; 
}
footer.page-footer .h5{
    color: #fff; 
	text-transform:uppercase
}
.house-item-list{ margin:0 -7px 15px;
    color: #777;
    font-size: 13px;
    line-height: 1.2;}
.house-item-list>*{ padding: 0 7px ; position:relative;}
.house-item-list .image  { padding:0; min-height:70px}
.house-item-list .image>div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
/*gallery*/

.gallery a  { 
    display: inline-block; position:relative}
.gallery a::after { 
    content:attr(title);
       opacity:0;
    color:white;
	 
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000; 
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.33) 0%, rgba(0,0,0,0.33) 1%, rgba(0,0,0,0.55) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.33) 0%,rgba(0,0,0,0.33) 1%,rgba(0,0,0,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.33) 0%,rgba(0,0,0,0.33) 1%,rgba(0,0,0,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54000000', endColorstr='#8c000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 
    top: 0;
    left: 0;
    transition: all .4s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; 
    font-weight: bold;
}
.gallery a:hover::after { 
     
opacity:1;}
/*gallery thumbs*/
 
    .gallery-thumbs {
    position: absolute;
    z-index: 20;
    height: 80px;
    max-width: 100%;
    width: 350px;

      box-sizing: border-box;
      padding: 0 0 30px;
    bottom: 0;
    }
    .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.7;
    background-size: cover;
    background-position: center;
    max-height: 100%;
    border: 3px solid #fff;
    }
    .gallery-thumbs .swiper-slide-thumb-active  {
      opacity: 1;
    }
.container-swiper-thumb{position:relative}
/*list house-item*/
.badge {
    position: absolute;
    right: 25px;
    background: #b31217;
    color: #fff;
    border-radius: 0;
    padding: 5px 15px;
    top: 25px;
    font-weight: 400;
    text-transform: uppercase;
}
.house-item-detail .detail {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    margin-right: -15px;
 


}.house-item-detail .detail {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .house-item-detail .detail svg {
    width: 25px;
    fill: #222;
}.house-item-detail h4{
    color: #222;
    font-size: 1.1rem;
    margin: 0;}
.house-item-detail h4 a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display:block;
    color: #222; }
.house-item-detail h4 a:hover{
    text-decoration:none;
    color: #b31217; }
.price {
    color: #b31217;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 120%;
}.house-item-detail >div>div {
    padding: 25px 15px 0;
    background: #fff;font-size:13px;
}.image-container {
    padding: 0 !important;
    position: relative;
}.button-hause{ width:100px; width:50px; display:flex;}
  .compare-button:hover,  .share-button:hover {
  background: #e6cec3;}
  .compare-button,  .share-button {
    background: #fbe5da;
    padding: 15px 15px;cursor:pointer;
    width: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 1;
}
.house-item-detail a.image {
    display: block;
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}.house-item-detail a.image img {
    width: 100%;
    top: -100%;
    bottom: -100%;
    left: -100%;
    position: absolute;
    right: -100%;
    margin: auto;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
	}
.house-item-detail a.image:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');}
	.house-item-detail a.image::after {
    content: "";
    opacity: 0; 
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.33) 0%, rgba(0,0,0,0.33) 1%, rgba(0,0,0,0.55) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.33) 0%,rgba(0,0,0,0.33) 1%,rgba(0,0,0,0.55) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.33) 0%,rgba(0,0,0,0.33) 1%,rgba(0,0,0,0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54000000', endColorstr='#8c000000',GradientType=1 );
    top: 0;
    left: 0;
    transition: all .4s ease;
pointer-events:none}
.house-item-detail a.image:hover::after{ opacity:1}
.house-item-detail>div  {margin-bottom:30px}
.house-item-detail>div:hover {
    box-shadow:0 3px 23px 9px rgba(0, 0, 0, 0.13);
    transform: translate(0%,-10px);
}
.loveContainer  svg:first-child{
display:none
}
.favorite 
.loveContainer  svg:first-child{
display:inline-block
}
.favorite 
.loveContainer  svg:last-child{
display:none
}
.loveContainer  svg {
    width: 25px;
}.loveContainer   { 
    color: #fff;
	cursor:pointer;
    z-index: 5;
    position: absolute;
    right: 0;
    transform: translateY(-100%);
    padding: 1rem;
}


.share-box::after { 
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #b31217 transparent transparent transparent;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}
.share-box {
    background: #b31217;
    position: absolute;
    transform: translateY(-100%);
    margin: -8px 10px;
    text-align: center;
}.share-box a{
	color:#fff;
	padding:5px;
	font-size:1.2rem;
	}.share-box a:hover{
	text-decoration:none; opacity:0.8
	}
/*compare-box */
div#compare-box {
    position: fixed !important;
    top: 167px;
    right: 0;
    width: 239px;
    background: #fff;
    color: #222;
    font-size: 14px;
    padding: 13px 13px 13px;
    box-shadow: 0 4px 16px -2px rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.02);
    z-index: 909 !important;
    min-height: 204px;
    max-width: 90vw;
    display: block!important;
}.close {
    color: #fff;
    background: #bf0910;
    opacity: 1;
    width: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
	cursor:pointer;
}div#compare-box.collapse:not(.show) { 
    transform: translateX(100%);
}div#compare-box .row{
    margin-right: -5px;
    margin-left: -5px;}
div#compare-box .row>*{
    padding:0 5px 5px; }
	
	/*house detail*/
	.house-detail >div>div{ box-shadow:0 10px 31px 0 rgba(137, 137, 137, 0.2)}
	
	
	.panel [data-toggle="collapse"] .fa::before {  
  content: "\f107";
}

.panel [data-toggle="collapse"].collapsed .fa::before {
  content: "\f106";
}.list-arrow { 
    padding-left: 20px;list-style:none}
ul.list-arrow li::before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin-left: -18px;
    margin-top: 4px;
    color: #e06548;
}
.panel .h5 a {
    color: #292b2c;}
.panel .h5 a:hover {
    text-decoration:none}
div#page-container >a.scrollpage.scrolltop {
    background: #343a40;
    color: #fff;
    position: fixed;
    right: 65px;
    bottom: 16px;
    z-index: 7;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    transform: translateY(100px);
}.scrolldown div#page-container >a.scrollpage.scrolltop {
    transform: translateY(0);
}
#ok{display:none}
/*energy*/
.energy-efficiency-container {
    position: relative;
    padding-bottom: 119%;
}
.energy-efficiency-container img {
	width:100%;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0%;
} .energy-efficiency-container>div {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 8% 0 10%;
    margin: 8% 0 19%;
}img.img-fluid.image-header {
    width: 100%;
}
/*anim*/
div#compare-box,.scrolltop,
.btn ,.house-item-detail>div,
.btn::after,
nav.navbar  .nav-link,
.pre-header {
	
    transition: all .15s ease-in-out ;
}
@media(max-width:991px){
div#navbarsExampleContainer {
    background: #fff;
}div#navbarsExampleContainer a{
    line-height:54px;
    color: #222;
}div#navbarsExampleContainer .active .nav-link {
    color: #b31217;
}
 .swiper-main .swiper-slide  {
    min-height: 100dvh; 
        min-height: calc(100dvh - 125px);
        display: flex
;
        align-items: flex-end;
}
}
@media(max-width:767px){
	    .swiper-main .swiper-slide {
        min-height: calc(100dvh - 97px); 
    }
	.btn { 
    font-size: 13px;
    padding: 10px 15px;}
	
	.swiper-slide .btn {
    margin-top: 15px;
}

	.cooperation-sec .col{ width:50%;}
	.h2, h2 {
    font-size: 1.3rem;
}.h1, h1 {
    font-size: 1.8rem;  
}.cta-contact{ 
    margin: auto;max-width:300px}
 
}
@media(max-width:500px){
	img.img-fluid.image-header {
   
    width: auto;
    height: 130px;
    max-width: none;
}
}
@media(min-width:768px){
}
@media(min-width:992px){
	.house-item a>p {
	min-height:72px}
.swiper-container .swiper-slide ,.header-page{
    height: 700px; 
    display: flex;
    align-items: flex-end;
} .w-lg-25{ width:25%!important}
 .w-lg-75{ width:75%!important}
 .main-search .form-search input {
    border-right: 10px solid #ddddd9;
}.house-item-detail >div>div {
    padding: 25px 25px 0; 
}
.house-item-detail .detail { 
    margin-right: -25px;}
	footer.page-footer.py-5.bg-dark {
    height: 510px;
    position: fixed!important;
    left: 0;
    right: 0;
    z-index: 2 !important;
    bottom: 0;
}div#page-container {
    padding-bottom: 510px;
}div#page-container >*{ background-color:#fff;
    position: relative;
    z-index: 6;}
}
@media(min-width:1200px){
}
@media(min-width:1500px){
}