#page-container>#et-boc {
	overflow: inherit !important;
}
.property-detail.above-the-fold,
.property-detail .property-description {
	padding: 60px 6vw;
}

.property-detail.above-the-fold{
	 background: linear-gradient(to top,
    #fff 0%,
    #fff 35%,
    #E8EEF0 35%,
    #E8EEF0 100%
  );
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.property-detail .slider-wrapper{
	width: 60%;
}
.property-detail .swiper-slide img{
	display: block;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
	max-height: 550px;
}
@media screen and (max-width: 425px){
	.property-detail .swiper-slide img{
		max-height: 280px;
	}
}
@media screen and (max-width: 980px)
{
	.property-detail .swiper-slide img{
		width: initial;
	}
}
.property-detail .price-item{
	position: sticky;
  top: 180px;
	width: 35%;
	display: flex;
	justify-content: flex-end;
}
.property-detail .price-item .label-peb{
	padding-bottom: 5px;
}
.property-detail .slider-wrapper .slider-for{
	margin-bottom: 20px;
} 
.property-detail .slider-wrapper .slider-for .slick-slide img{
	height: 500px;
	width: 100%;
	object-fit: contain;
	margin: 0 auto;
}
.property-detail .slider-wrapper .slider-nav .slick-slide{
	margin: 0 10px;
}
.property-detail .slider-wrapper .slider-nav .slick-slide img{
	height: 150px;
	width: 100%;
	object-fit: cover;
}
.property-detail .price-item p span.small{
	font-weight: bold;
	color: #9b8975;
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}
.property-detail .price-item h1{
	font-size: 38px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.property-detail .price-item .price-box{
	border-radius: 15px;
	overflow: hidden;
	width: 80%;
	box-shadow: 0px 0px 15px 0px rgba(155,137,117,0.4);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(155,137,117,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(155,137,117,0.4);
}
.property-detail .price-item .price-box .price-box-header{
	background-color: #007689;
    padding: 30px 20px 40px 20px;
    color: #fff;
}
.property-detail .price-item .price-box .price-box-header p:first-child{
	padding-bottom: 5px;
}
.property-detail .price-item .price-box .price-box-header p:nth-child(2){
	font-size: 40px;
	font-weight: bold;
}
.property-detail .price-item .price-box .price-box-content{
	padding: 20px;
}
.property-detail .price-item .price-box .price-box-content p:first-child{
	padding-bottom: 3px;
	color: #c6ab63;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2em;
}
.property-detail .price-item .price-box .price-box-content p:nth-child(2){
	font-weight: bold;
    font-size: 22px;
    margin-bottom: 18px;
	color: #007689;
}
.property-detail .price-item .price-box .price-box-content .button-contact{
	display: block;
    background-color: #c6ab63;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}
.property-detail .price-item .price-box .price-box-content .button-contact i{
	margin-left: 10px;
}
.property-detail .price-item .price-box .price-box-content .button-contact:hover{
	background-color: #007689;
	transition: all .3s ease-in-out;
}
.property-detail .price-item .price-box .price-box-content .manager-box{
	display: flex;
    justify-content: space-around;
}
.property-detail .section-details{
    width: 100%;
    margin-top: 50px;
}
.property-detail .price-item .price-box .price-box-content .manager-box .manager-info{
	width: 48%;
}
.property-detail .price-item .price-box .price-box-content .manager-box .manager-photo{
	width: 40%;
	text-align: right;
}
.property-detail .price-item .price-box .price-box-content .manager-box .manager-photo img{
	width: 80%;
}
.property-detail .section-details .section-col{
	width: 100%;
}
@media  screen and ( max-width:980px ) {
	.property-detail .section-details{
		flex-direction: column;
	}
	.property-detail .section-details .section-col{
		width: 100%;
	}
}
.property-detail .section-details .section-col h3{
	font-size: 24px;
    margin-bottom: 15px;
	color:#007689;
}
.property-detail .section-details .section-col table{
	margin-bottom: 50px;
	border: none;
}
.property-detail .section-details .section-col table tr{
	display: flex;
  padding: 15px 7px;
  width: 100%;
  justify-content: space-between;
}
.property-detail .section-details .section-col table tr td{
	border: none;
}
.property-detail .section-details .section-col table tr td.value{
	font-weight: bold;
}
.property-detail .section-details .section-col table tr td img{
	width: 100px;
}
.property-detail .section-details .section-col table tr:nth-child(odd){
	background-color: #e8eef0;
}
.property-detail .price-item .price-box .price-box-content .button-phone{
	display: block;
    background-color: #e8eef0;
	color:#1d363d;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    transition: all .3s ease-in-out;
	margin-bottom: 12px;
}
.property-detail .price-item .price-box .price-box-content .button-phone:hover{
	background-color: #007689;
	color: #fff;
	transition: all .3s ease-in-out;
}
.property-detail .price-item .price-box .price-box-content .button-phone span,
.property-detail .price-item .price-box .price-box-content .button-contact span{
	font-size: 18px;
}
.property-detail .description-list{ 
		column-count: 2;
    margin: 20px 0;
    list-style-type: none;
    padding-left: 0;
    line-height: 40px;
    background: #e8eef0;
    padding: 29px;
    border-radius: 10px;
}
.property-detail .description-list li{
	display: flex;
	align-items:center;
}
.property-detail .description-list li i{
	color:#007689;
	margin-right:10px;
	width: 25px;
  display: block;
}
.property-detail .description-list li img{
	max-width: 100px;
	vertical-align: middle;
}
.property-detail .property-description{
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
  padding: 50px 6vw;
}

.property-detail .property-description p.desc {
	font-size:16px;
}

.property-detail .property-description p span{
	font-size: 18px!important;
}
.property-detail .property-description .description-wrapper{
	max-width: 65%;
}

.property-detail .property-description .description-wrapper h1{
    text-transform: capitalize;
    color: #007689!important;
    font-size: 48px;
    margin-top: 15px;
}
.property-detail .property-description .description-wrapper h4{
	text-transform: uppercase;
	font-size: 16px;
	color: #c6ab63;
	letter-spacing: 3px;
}
.property-detail .property-description .description-wrapper h4 span.substatus{
	color: #fff;
    padding: 7px 12px;
    border-radius: 50px;
}
.property-detail .property-description .description-wrapper h4 span.substatus.on{
	background-color: #007689;
}
.property-detail .property-description .description-wrapper h4 span.substatus.off{
	background-color: #c6ab63;
}
.property-detail .property-description .description-wrapper h4 span.substatus.new{
	background-color: #f12323;
}
.property-detail .tabs-section{
	background-color: #9B8975;
	padding: 80px 0;
	position: relative;
}
.property-detail .tabs-section h2{
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.property-detail .tabs-section:before,
.property-detail .tabs-section:after{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #9B8975;
}
.property-detail .tabs-section .ui-tabs-panel{
	background-color: #fff;
	padding: 40px 20px;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.property-detail .tabs-section .ui-tabs-panel ul{
	padding: 0;
	list-style-type: none;
	column-count: 3;
}
.property-detail .tabs-section .ui-tabs-panel.documents ul{
	column-count: inherit;
}
.property-detail .tabs-section .ui-tabs-panel.documents ul li a:hover{
	color:#000;
	transition: all .3s ease-in-out;
}
.property-detail .tabs-section .ui-tabs-panel ul li span.et-pb-icon{
	font-size: 18px;
    margin-right: 10px;
    color: #9B8975;
}
.property-detail .tabs-section .ui-tabs-panel ul li i{
	margin-right: 10px;
	color: #9B8975;
}
.property-detail .tabs-section:before{
	left: -100%;
}
.property-detail .tabs-section:after{
	right: -100%;
}
.property-detail .tabs-section .ui-tabs-nav{
	list-style-type: none;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    padding: 0;
}
.property-detail .tabs-section .ui-tabs-nav .ui-tab{
	padding: 10px 20px;
}
.property-detail .tabs-section .ui-tabs-nav .ui-tabs-active{
	background-color: #000;
}
.property-detail .tabs-section .ui-tabs-nav .ui-tabs-active a{
	color: #fff;
}
.property-detail .section-googlemaps{
  width: 100%;
	margin-top: 50px;
}
.property-detail .section-googlemaps iframe{
	display: block;
	width: 100%;
	border-radius: 30px;
}
.property-detail .section-googlemaps .contact-form-property{
	width: 45%;
}
.property-detail .section-googlemaps .contact-form-property label{
	display: block;
	font-weight: 600;
	font-size: 16px;
}
.property-detail .section-googlemaps .contact-form-property h2{
	margin-bottom: 20px;
}
.property-detail .section-googlemaps .contact-form-property input[type="text"],
.property-detail .section-googlemaps .contact-form-property input[type="tel"],
.property-detail .section-googlemaps .contact-form-property input[type="email"],
.property-detail .section-googlemaps .contact-form-property select,
.property-detail .section-googlemaps .contact-form-property textarea{
	width: 100%;
    border: 2px solid #dbdbdb;
    padding-top: 10px!important;
    padding-right: 15px!important;
    padding-bottom: 10px!important;
    padding-left: 15px!important;
    border-radius: 5px;
}

.slick-prev:before, .slick-next:before{
	color: #9B8975!important;
}
.page-id-317 #main-content,
.page-id-385 #main-content{
	overflow-x: hidden;
}
.property-detail .minus{
	font-size: 12px;
}

@media screen and (max-width:  980px){
	.property-detail,
	.property-detail .section-googlemaps{
		flex-direction: column;
	}
	.property-detail .slider-wrapper,
	.property-detail .section-googlemaps iframe,
	.property-detail .price-item .price-box{
		width: 100%;
	}
	.property-detail .price-item,
	.property-detail .section-googlemaps .contact-form-property{
		width: 100%;
		margin-top: 40px;
	}
}

.property-detail .swiper-button-next,
.property-detail .swiper-button-prev{
	background-image:none;
	color: #00768C!important;
    background-color: #fff;
    border-radius: 30px;
    font-weight: 900;
    width: 34px;
    height: 34px;
}
.property-detail .swiper.mySwiper{
	width: 100%;
	margin-bottom:80px;
}
.property-detail .swiper.mySwiper2{
	width: 100%;
	margin-bottom: 15px;
}
.property-detail .swiper-button-next:after, 
.property-detail .swiper-button-prev:after{
	font-size: 15px;
}

@media screen and (max-width:  425px){
	.property-detail,
	.property-detail .section-googlemaps{
		flex-direction: column;
	}
	.property-detail .slider-wrapper,
	.property-detail .section-googlemaps iframe,
	.property-detail .price-item .price-box{
		width: 100%;
	}
	.property-detail .price-item,
	.property-detail .section-googlemaps .contact-form-property{
		width: 100%;
		margin-top: 0;
	}
	.property-detail .property-description{
		max-width: 100%;
	}
	.property-detail .tabs-section .ui-tabs-panel ul{
		column-count: inherit;
	}
}

[lightbox-toggle] {
    cursor: pointer;
  }
  [lightbox-toggle]:after {
    position: absolute;
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="white" stroke="black" stroke-opacity="0.25" stroke-width="0.25" d="M16.32 14.9l5.39 5.4a1 1 0 0 1-1.42 1.4l-5.38-5.38a8 8 0 1 1 1.41-1.41zM10 16a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm1-7h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1-2 0v-2H7a1 1 0 0 1 0-2h2V7a1 1 0 1 1 2 0v2z"/></svg>');
    height: 32px;
    width: 32px;
    bottom: 0;
    right: 0;
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.2s;
  }
  [lightbox-toggle]:hover:after {
    opacity: 1;
    filter: drop-shadow(2px 4px 6px black);
  }
  .c-lightbox {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    pointer-events: none;
    position: fixed;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s;
  }
  .c-lightbox.open {
    opacity: 1;
    pointer-events: all;
  }
  .c-lightbox .c-lightbox__container {
    width: 100%;
    height: 100%;
  }
  .c-lightbox .c-lightbox__close {
    z-index: 999999;
    position: absolute;
    cursor: pointer;
    top: 1vh;
    right: 1vw;
    font-size: 30px;
    padding: 20px;
    color: white;
  }
  .c-lightbox .c-lightbox__close:hover {
    color: #f27405;
  }
  .c-lightbox .swiper-container {
    width: 100%;
    height: 100%;
  }
  .c-lightbox .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-lightbox .swiper-pagination {
    color: white;
  }

  .property-detail .swiper .swiper-pagination .swiper-pagination-bullet {
  	background-color: #fff;
  	width: 10px;
    height: 10px;
    opacity: .45;	
  }
  .property-detail .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  	background-color: #fff;
  	opacity: 1;
  }
  .c-lightbox .swiper-button-next, .c-lightbox .swiper-button-prev {
    color: white;
    background-image: none;
  }
  .c-lightbox .swiper-button-next:hover, .c-lightbox .swiper-button-prev:hover {
    color: red;
  }
  .c-lightbox .swiper-button-next:after, .c-lightbox .swiper-button-prev:after {
    font-size: 30px;
  }
  .c-lightbox .c-lightbox__image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 75%;
    width: 75%;
    text-align: center;
    cursor: zoom-in;
  }
  .c-lightbox .c-lightbox__image img {
    width: auto;
    height: auto;
    max-height: 90vh;
    max-width: 90vw;
  }

/*Queries*/
@media screen and (min-width:980px) {
	.property-detail .swiper-pagination {
    left: 15px;
    width: auto;
	}	
}

@media screen and (max-width:980px) {
	.property-detail .property-description .description-wrapper {
    max-width: 100%;
    margin-top: 50px;
	}
	.property-detail .price-item {
		position: inherit;
		top:inherit;
	}
	.property-detail .property-description {
    flex-direction: column-reverse;
	}	
}

@media screen and (max-width: 768px){
	.property-detail .swiper-slide img{
		margin: 0 auto;
	}
}


@media screen and (max-width: 600px){
	.property-detail .description-list{ 
		column-count: 2;
	}
	.property-detail .property-description {
		padding-top: 0;
	}
}



