/*@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;700&display=swap');*/
@font-face {
    font-family: 'book antiqua';
    src: url('../fonts/book-antiqua-webfont.eot');
    src: url('../fonts/book-antiqua-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/book-antiqua-webfont.woff2') format('woff2'),
         url('../fonts/book-antiqua-webfont.woff') format('woff'),
         url('../fonts/book-antiqua-webfont.ttf') format('truetype'),
         url('../fonts/book-antiqua-webfont.svg#book_antiquaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p {    
    letter-spacing: 1px;
}

/*:root{--golden:#e9ca64;--taupe:#a89d90;--taupe-dark:#544e47;}*/
:root{--golden:#90713A;--golden-old:#e9ca64;--taupe:#90713A;--taupe-new:#a89d90;--taupe-dark:#544e47;}

/*body{font-family: 'Nunito Sans', sans-serif;font-size:15px;}*/
body{font-family: 'book antiqua', serif;font-size:16px;letter-spacing: 1px;}
img{max-width:100%;}
a, .list_info i, .btn-primary:before, .lSSlideOuter .lSPager.lSGallery li, svg, .floors a img, .lSPager img{
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}

.btn.focus, .btn:focus{box-shadow:none !important}
.btn-primary{background-color:var(--taupe-dark);border-color:var(--taupe-dark); font-size:120%;position: relative;}
.btn-primary:before{content:'';display: block;width:40px;height:4px;background:var(--golden); position:absolute; top:-3px;z-index:2;margin-left:-20px; left: 50%;}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{background-color:var(--taupe);border-color:var(--taupe-dark);}
.btn-primary:hover:before{width:80px; margin-left:-40px;background:var(--taupe-dark);}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{box-shadow:none;}

body h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 300;
/*    font-family: 'Nunito Sans',sans-serif;*/
    line-height: 1.9em;
}

@media all and (min-width:1380px){
	.container{max-width:1340px;}
}

.navbar{display:flex;flex-direction:column}

.homepage #siteheader{position:absolute;width:100%;top:0;z-index:1;}
/*#siteheader{position:absolute;width:100%;top:0;z-index:1;}*/
#siteheader{background:none; position:fixed; top: 0;z-index: 55; left: 0;right: 0;}
#banner{background:url(../images/home_banner.jpg) no-repeat center center; background-size:cover; height:100vh;overflow:hidden;position: relative;}
/*.navbar{flex-wrap:wrap; justify-content:center}*/
/*#mainmenu{flex:0 0 100%;}*/

/*.navbar-brand img{height:100px;}*/
.navbar-brand{margin:0 0 5px; width:50px; padding:0;}
img{max-width:100%;}
#siteheader.sticky{background:#787878}
.swiper-container{position:relative}
#homeSlider{background: #000;}
#homeSlider .swiper-slide{background:none;}
#homeSlider img{opacity:0.9;}

.cutout-triangle {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:999;
}

.hb-left,.hb-right{width: 50%;position: absolute;top:0;height:20px;background-color: #fff;}

.hb-left{
	left: 0;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 1% 100%;
    -webkit-transform: skew(56deg);
    -ms-transform: skew(56deg);
    transform: skew(56deg);
}
.hb-right {
	right: 0;
	-webkit-transform-origin: 100% 1%;
    -ms-transform-origin: 1% 100%;
    transform-origin: 1% 100%;
    -webkit-transform: skew(-56deg);
    -ms-transform: skew(-56deg);
    transform: skew(-56deg);
}

.caption{
	padding:100px 125px 80px;
	position: absolute;
    bottom: 0;
	text-align: center;
    width: 100%;
    z-index:999;
/*
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 40%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 40%,rgba(0,0,0,0.9) 100%);
*/
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.caption .headline-text {
    font-size: 38px;
    font-size: 2.375rem;
    text-align: center;
    /*color:var(--golden-old);*/
    color:#ffffff;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 135%;
}
.caption .sub-text {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
     color:var(--golden);
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 135%;
    letter-spacing: 1px;
}
.caption a {
	position: relative;
     color:var(--golden-old);
    text-decoration: none;
}

/*
.caption a:before {
	content:'';
	display: block;
    width: 40px;
    height: 3px;
    background:var(--taupe-new);
    margin: .5rem auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
*/
.greysec{background-color:#efefef;}

#home_block1, #home_block2{margin:60px auto; padding:70px 15px}
.blockhome{padding:0 50px;}

#home_block1 img{margin-left:-20%;max-width: 120%;}
#home_block2 img{margin-right:-20%;max-width: 120%;}

.block-link a{font-size:.875rem;}
.block-link a:hover:before{width:60px;}
.block-link a:before {
	content:'';
	display: block;
    width: 40px;
    height: 3px;
    background:var(--taupe);
	margin: .5rem 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.blockhome .block-heading {
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
    line-height: 180%;
    letter-spacing: 2px;
}
.blockhome .block-heading span {
    font-size: 35px;
    font-size: 2.1875rem;
    letter-spacing: 12px;
    color:var(--taupe);
    text-transform: uppercase;
}
.blockhome .block-content {
    min-height: 100px;
    float: none;
    margin: 0 auto;
    margin-bottom: 4.4rem;
}
.blockhome .block-link a,.blockhome .block-link a:visited, .blockhome .block-link button:visited {
    color: #000;
    text-decoration: none;
}
.blockhome .block-content {
    font-size: 1rem;
    margin-top: 1.4rem;
	letter-spacing: 1px;
}

.btn{padding:15px 30px;border-radius:0}


#regd_block{background:#000 url(../images/regd-bg.png) no-repeat center center; background-size:90% auto;text-align: center;color:var(--golden); padding:60px 20px;}

#regd_block .block-content {
    max-width: 500px;
    margin: 0 auto 40px;
	font-size: 16px;
}
#regd_block .block-link a{color:var(--golden);}
#regd_block .block-link a:before{margin-left: auto;margin-right: auto;}
#regd_block .block-heading{margin:50px 0 20px;}
#regd_block .block-heading span{color:var(--golden);}
#regd_block .block-link a:hover{color:var(--taupe);}
#sitefooter{margin-top:60px;color:#fff;padding:20px 0 40px;background:#e1e1e1 url(../images/footer-bg.jpg) center center; text-align:center;}
#sitefooter p{margin-bottom:5px; letter-spacing: 2px;}
.flinks{font-size:14px;}
#sitefooter a{color:#fff;}
#sitefooter a:hover{color:var(--taupe);}
#sitefooter .fbtm{background: #222;margin-top:50px; padding:25px; font-size:13px;font-weight:300;}
#sitefooter .content{max-width:350px;}
#sitefooter .content p{margin:20px 0 30px}
#sitefooter .btn{border-color:var(--golden)}
#sitefooter .btn:hover{background-color:var(--golden); color: #000;}
.credit{text-align: right;}

#sitefooter h4{font-size:18px;font-weight: bold;}
#sitefooter ul{margin:0;padding:0; list-style:none;text-transform: uppercase; column-count:2;}
#sitefooter ul li{margin:10px 0}


@-webkit-keyframes fadeInUpSmall{
	0%{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUpSmall{
	0%{opacity:0;-webkit-transform:translate3d(0,30%,0);-ms-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}
	100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInUpSmall{-webkit-animation-name:fadeInUpSmall;animation-name:fadeInUpSmall}

#content{padding:0;}
.pageheader{padding:40px 15px 0;text-align: center; text-transform:uppercase;margin:111px 0 30px;}
.pageheader h1{color:#222; font-size:20px; line-height:1; margin:0;font-weight:normal;letter-spacing: 2px;}
/*.pageheader h1 span{color:var(--taupe); font-size:80%; display:block;}*/

#product_listing{text-align:center;}
#product_listing > .row:not(:last-child){margin-bottom:90px;}
.list_pic{background:#000; color:var(--golden-old)}
.list_pic h2{font-size:25px;font-weight:bold;line-height:1.4; text-transform:uppercase;margin:0;}
.list_pic p{margin:0;}
.development-name{padding:20px;}
.list_pic a{color:var(--taupe-new); }
.list_pic a:hover{color:var(--golden)}
.list_info{background:#f6f6f6; display:flex; align-items:center; justify-content:center; padding-bottom:70px;}

.list_info i{font-size:40px; line-height:1.2; border:2px solid var(--taupe); width:60px; height:60px; display:block; margin:15px auto; border-radius:50%; color:var(--taupe); }
.list_info:hover i{background-color:var(--taupe);color: #fff;}

i{font:normal 20px 'FontAwesome';}
i.pound:after{content:'£';}
.list_info .info_wrapper{padding:0 20px;}
.list_info .info_wrapper>div{margin:40px 0}
.list_info .special-offer{text-transform:uppercase; font-size:18px; font-weight:bold; color:var(--taupe);}

.list_info .beds i:before{font-size:70% !important;}
.list_info .actions{position:absolute; bottom:0px; width:100%; font-size:20px;}
.list_info .actions a{display: block; background:#000; color:var(--golden-old); padding:30px;}
.list_info .actions a:hover{background:#333;}

.small_container{max-width:1100px; margin:auto; font-size:110%;}
.small_container a{color:var(--taupe);}
.small_container a:hover{color:var(--taupe-dark);text-decoration:underline}

.form-group{position:relative;}
.form-control{border-radius:0;font-size:15px; height:50px; background-color:#fbfbfb; color:#333;}
.form-control:focus{border-color: #ced4da;box-shadow: 0 0 0 0.2rem rgba(210, 210, 210, 0.25);}

#inquiry textarea{background-image: linear-gradient(#ddd 1px,transparent 1px); background-size:100% 40px; background-position: 100% -1px; line-height:40px; padding: 0 12px;}

button:focus{outline:none;}
.valid_error{color:#ccc;font-style:italic;text-align:right;font-size:13px;position:absolute;right:18px;}
.has-success .valid_error{display:block;}
.has-success .valid_error{font-size:18px;line-height:1.4;color:#1f9416; background:none}
.valid_error{display:none;color:#fff;background:#e74036;font-size:20px;font-weight:bold;font-style:normal;width:20px;height:20px;border-radius:50%;text-align:center;line-height:1;position:absolute;right:3px;top:2px;z-index:999;padding-left: 1px;}
form .btn{position:relative;}

.has-error .form-control{border-color:#dc3545}
#acceptence .has-error{color:#dc3545;}
#acceptence .has-error .custom-control-label::before{border-color:#dc3545}

#content h3, #content h4{color:var(--taupe);}

.checkboxs{justify-content:space-between; margin:0 0 30px;}
#checks{display:-ms-flexbox; display:flex; flex-wrap:wrap}
#checks .custom-checkbox{margin-right:20px;}

.custom-control:hover .custom-control-label:before{background-color:#f2f2f2;}
.custom-control-label:before, .custom-control-label:after{width:22px;height:22px;top:0;border-radius:0 !important;}
.custom-control-label{padding-left:5px;}
.custom-control:hover .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:var(--taupe); border-color:var(--taupe);}

.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label{color:inherit;border-color:inherit;}
.form-control.is-valid, .was-validated .form-control:valid, .custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#ced4da;}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-size:60%;}

.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:var(--taupe);}
.custom-control-input:focus~.custom-control-label::before{box-shadow:none;}
#acceptence a{color:var(--taupe-dark); font-weight:bold;}
#acceptence a:hover{text-decoration:underline}
.input-group-prepend{margin-right:0; position: relative;}


#content h2, #content h3{line-height:1;}
#content h3{color:var(--golden)}

.lSSlideWrapper{border:2px solid #eee}
.lslide{cursor: zoom-in !important;}
.lSAction>a{background:none;}
.lSSlideOuter .lSPager.lSGallery img{border:1px solid #eee}

.property-title h4{font-size:17px;}

.price {
    font-size: 30px;
    color: #90713A;
    font-weight: bold;
}

.ekko-lightbox-nav-overlay a span, .lSAction>a{background:#a89d90;}
.lSSlideOuter .lSPager.lSGallery li img{opacity:0.9;}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover{border-radius:0;}
.lSSlideOuter .lSPager.lSGallery li.active img, .lSSlideOuter .lSPager.lSGallery li:hover img{opacity:1;}
.lSSlideOuter .lSPager.lSGallery li a{display:block;background:#000;}
.lSSlideOuter .lSPager.lSGallery li.active a{cursor:default}

.lSAction>a{
color: #fff;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
}
.ekko-lightbox-nav-overlay a:hover span, .lSAction>a:hover{background:rgba(255,255,255,0.8);color:#000}

.room-counts{
	margin:20px 0;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: none;}

.room-counts .room-count {
	display:flex;
	justify-content: center;
    align-items: baseline;
	padding: 12px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.33%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    padding-left: 5px;
	padding-right: 5px;
	background-color:#eee;
	border-right: 2px solid #fff;
}
.room-counts .room-count:last-child{margin-right:0;}
.room-counts .room-count span{margin-right:5px;color:#333;}

.room-counts .room-count svg {
    width: 30px;
    height: 20px;
    fill: #666;
}

.key-features {
    margin-top: 30px;
    padding-left: 0;
    list-style-type: none;
    margin: 3rem 0;
}
.key-features li{position:relative;padding-left:20px; margin-bottom:5px;}

.key-features li:after {
	content:"";
    position: absolute;
    border-radius: 100%;
    top: 8px;
    width: 7px;
    height: 7px;
    left: 0;
    background-color: #a6a6a6;
}

.brochure a{display:inline-flex;background:var(--golden); color:#fff;padding:15px 30px;border-radius:2px;font-size:16px;}
.brochure svg{width:25px; margin-right:10px; fill:#fff}
.brochure a:hover{background:var(--taupe-dark);color:#fff;}
.brochure a:hover svg{fill:#fff}

.floors a{display:block; border:5px solid var(--taupe); box-shadow:5px 5px 10px #eee; margin-bottom:20px;background:#ddd;}
.floors a img{opacity:0.8}
.floors a:hover img{opacity:1}

.greysec.villa{background:#f8f8f8; border-top:2px solid #eee;border-bottom:2px solid #eee}
.villa{padding-top:90px;padding-bottom:60px;}

.swiper-button-next:after, .swiper-button-prev:after{color:#000; opacity:0.8}

/** Edit by bassi **/

.dev-wrapper{overflow: hidden;}
.dev-wrapper a {
    display:flex;
    position: relative;
    border: 1px solid #666;
}

.dev-wrapper a img {transform: scale(1); transition:all ease-in-out 2s;}
.dev-wrapper a:hover img {transform: scale(1.07);}

.dev-overlay{position: absolute;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,0.6); align-items:center; justify-content:center; display:flex;opacity: 0; transition:all ease-in-out 0.6s;}
.dev-wrapper .status{color:#fff; margin-top:30px; transition:all ease-in-out 0.6s;opacity: 0;}
.dev-wrapper .view-property {position: absolute;bottom: 0;font-size:13px;margin: 0;color: #fff;transition:all ease-in-out 0.8s; opacity: 0;}
.dev-overlay:before, .dev-overlay:after{content:''; display: block;width:30px;height:30px;position: absolute;border:1px solid #fff;  transition:all ease-in-out 0.3s;}
.dev-overlay:before{top:0;left:0; border-width:2px 0 0 2px; opacity:0.5;}
.dev-overlay:after{right:0;bottom:0; border-width:0 2px 2px 0; opacity:0.5;}

.dev-wrapper a:hover .dev-overlay:before{top:25px;left:25px; opacity: 1;}
.dev-wrapper a:hover .dev-overlay:after{right:25px;bottom:25px; opacity: 1;}
.dev-wrapper a:hover .dev-overlay {opacity:1;}
.dev-wrapper a:hover .status {margin-top:0;opacity: 1;}
.dev-wrapper a:hover .view-property {bottom: 20px;opacity: 1;}



/** END Edit by bassi **/

.devs-grid{text-align: center;}
.devs-grid .dgrid{padding-right: 6px !important; padding-left: 6px !important;}
.devs-grid h2{font-size:18px; margin-top:20px;letter-spacing: 2px;}
.devs-grid h2 + p{font-size:17px; color:#888; font-style: italic;letter-spacing: 1px;}
#siteheader.solidbg{background:#787878;}
.pageheader h1.development{font-size: 25px;font-weight: 500;letter-spacing: 3px;}

.property-slider{height:100vh}
.property-slider picture{height: 100vh; display: block;}
.property-slider img{height:100%;width: 100%;object-fit:cover}

.pageheader:after{content:'';display: block;width:30px;height: 1px;background:#666; margin:20px auto;}

#project-detail{
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 22%;
    min-width: 300px;
	z-index: 50;
	background:rgba(0,0,0,0.5);
	color: #fff; padding:30px 20px;
	backdrop-filter: blur(5px);
	align-items:center;
	text-align: center;
	transition:all ease 0.3s;
}
#project-detail.hide-detail{left:-40%;}
#project-detail h1{font-size: 22px; text-transform:uppercase;}
#project-detail h2{font-size: 16px; font-weight: normal;font-style: italic;}
#project-detail h2:after{content:'';display: block;width: 20px;height: 1px;background: #fff; margin:20px auto;}
#project-detail p{font-size:16px;}

.project-dtl-status{margin-top:40px;font-size: 16px;text-transform: uppercase; letter-spacing:2px; font-weight:300;}
.project-dtl-status a{color: #fff;}
.project-dtl-status a:hover{letter-spacing:4px;}


#project-detail .btn-close {
	position:absolute; right:-40px; bottom: 20px; border: none;
	width:40px;height:40px;
	background:#000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") no-repeat center center;
	background-size:15px; border-radius:0 20px 20px 0;
}

.open-info{width: 40px;height: 40px;background:rgba(255,255,255,0.7);bottom: 20px;left:-100px; position: absolute; z-index:10; transition:all ease 0.3s; border-radius:50%;font-size: 20px; border:1px solid rgba(0,0,0,0.5); animation:zoomInOut ease 1s infinite;}
.show-detail-btn{left:20px;}
.detailpg-footer{display: none;}

.small_container p > img { width:14%; }

.actions .dbrochure {
	background: #fff;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.actions .dbrochure:hover {
	background: #adb5bd;
    border: 1px solid #adb5bd;
}

@keyframes zoomInOut{
	0%,100%{transform:scale(0.9)}
	50%{transform:scale(1)}
}

@media (min-width: 1200px){
	#siteheader .container {
		max-width: 1275px;
	}
}

@media all and (max-width:1350px){
	#home_block1 img{margin-left:-10%;max-width: 110%;}
	#home_block2 img{margin-right:-10%;max-width: 110%;}
}
@media all and (max-width:1349px){
	#home_block1 img{margin-left:-5%;max-width: 105%;}
	#home_block2 img{margin-right:-5%;max-width: 105%;}
}
@media all and (max-width:1199px){	
	#siteheader .container{max-width:100%;}
	#home_block1 img{margin-left: 0;}
	#home_block2 img{margin-right: 0;}
}
@media screen and (max-width:991px){
	.caption{padding:100px 25px 60px;}
	#home_block1, #home_block2{padding-top:0;margin-top:110px;}
	#home_block1 .imgsec a, #home_block2 .imgsec a{display:inline-block; margin-top: -50px; margin-bottom:40px;}
	#home_block1 img, #home_block2 img{margin:0;max-width:100%;}
	.imgsec{text-align:center;padding:0 70px;}
	.blockhome{padding:0 70px;}
	#sitefooter .fbtm{padding:25px 0;}
	.property-title{margin-top:30px;}
	.navbar{justify-content:flex-start}
	#project-detail{position: relative; width:100%;}
	#project-detail .btn-close{display:none;}
	
	.property-slider{height:auto; margin:10px;}
	.property-slider img{object-fit:contain;height:auto}
	.property-slider picture{height:auto}
	#project-detail{background: none;color: #000;}
	.dtl-wrapper{width: 100%;}
	#siteheader{background:#787878;}
	#project-detail{margin-top: 75px;}
	.project-dtl-status, .project-dtl-status a{color:#444; font-weight: normal; font-size: 16px;}
	#sitefooter.detailpg-footer{display: block; margin-top:3px;}
	#sitefooter.detailpg-footer .footer-company img{max-width:300px}
	#project-detail h2:after{content:'';display: block;width:30px;height: 1px;background:#666; margin:20px auto;}
	#project-detail h2{color:#777;}
}
@media screen and (max-width:767px){
	#siteheader .container{background:#787878;}
	/*#banner{background:none;margin-top:126px;height:auto}*/
	#banner{background:none;height:auto}
	#banner img{width:100%;}
	/*.caption{background:#000;padding:30px;bottom:auto}*/
	/*.caption{padding:20px;}*/
	.caption{padding:6px;}
	/*.caption .headline-text{font-size:1.4rem;letter-spacing:5px; margin-bottom:20px;}*/
	.caption .headline-text{font-size:1.0rem;letter-spacing:5px; margin-bottom:0px; display:block;}
	.caption a {
		font-size:11px;
	}
	
	.small_container p > img { width:57%; }
	
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size : 30px !important;
	}
	
	/*.caption .sub-text{font-size: 1rem;}*/
	.caption .sub-text{font-size: 1rem; display:none;}
	
	.cutout-triangle{display:none;}
	.imgsec, .blockhome{padding:0 35px;}
	#regd_block{width:85%;}
	#regd_block .blockhome{padding:0;}
	.blockhome .block-heading span{font-size:1.8rem;}
	#regd_block .block-heading{margin:30px 0 20px;}
	#regd_block .block-heading span{letter-spacing:2px}
	#regd_block .block-link a{font-weight: bold;}
	#sitefooter{padding-top:40px;}
	#sitefooter .content{margin:auto;}
	#sitefooter ul{column-count:1}
	#sitefooter>.container{padding:0 25px;}
	.flinks{margin-top:60px;text-align: center;}
	.fbtm,.credit{text-align:center;}
	.credit{margin-top:20px;}
	.blockhome .block-content{margin-bottom:25px;}
	#checks{margin-top:10px;}
	#acceptence{margin-top:20px;}
	.footer-company {text-align:center!important;}
	.floors h3{margin-top:10px !important;}
	.floors .row:first-child .table{margin-bottom:50px;}
	.property-slider{height:auto; overflow:visible; margin:0;}
	.property-slider .swiper-wrapper{flex-wrap:wrap}
	.property-slider img{object-fit:contain;height:auto}
	.property-slider picture{height:auto}
	.property-slider .swiper-button-next, .property-slider .swiper-button-prev{display:none;}
	.swiper-slide{padding: 3px 3px 0;}
	.la-img {margin-top: 60px;}
	
	.actions .dbrochure {
		background: #787878;
		padding: 7px 20px;
		border: 1px solid #787878;
		color: #fff;
	}
	
}
@media screen and (max-width:575px){
	.imgsec, .blockhome{padding:0 25px;}
	.pageheader{background-size:auto 90%; margin: 75px 0 30px;}
	#sitefooter {background-size: 100% auto;}
}
