@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;700&display=swap');

:root{--golden:#000;--taupe:#a89d90;--taupe-dark:#544e47;}

body{font-family: 'Nunito Sans', sans-serif;font-size:15px;}
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;
}

.homepage #siteheader{position:absolute;width:100%;top:0;z-index:1;}
/*#siteheader{position:absolute;width:100%;top:0;z-index:1;}*/
#siteheader{background:#fff;}
#banner{background:url(../images/poolshower_landing_2.jpg) no-repeat center center; background-size:cover; height:100vh;overflow:hidden;position: relative;}
.navbar-brand{}
.navbar-brand img{height:100px;}
img{max-width:100%;}

.cutout-triangle {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:0;
}

.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:340px 125px 327px;
	position: absolute;
    /*bottom: 0;*/
	text-align: center;
    width: 100%;
    z-index:0;
/*
	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: 55px;
    text-align: center;
    color:#fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 135%;
	font-family: Book Antiqua;
    line-height: 100px;
}
.caption .sub-text {
    font-size: 55px;
    text-align: center;
    color:#fff;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 135%;
    letter-spacing: 1px;
	font-family: Book Antiqua;
    font-style: italic;
    line-height: 100px;
}
.caption a {
	position: relative;
     color:var(--golden);
    text-decoration: none;
}

/*
.caption a:before {
	content:'';
	display: block;
    width: 40px;
    height: 3px;
    background:var(--taupe);
    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: 14px;
    font-size: .875rem;
    margin-top: 1.4rem;
}

.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:var(--golden);padding:60px 0 0;background:#000 url(../images/regd-bg.png) no-repeat 10% bottom; background-size:40% auto;}
#sitefooter>.container{}
.flinks{font-size:14px;}
#sitefooter a{color:var(--golden);}
#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:25px 0 20px;}
.pageheader{padding:80px 20px;text-align: center; text-transform:uppercase; background:#f6f6f6 url(../images/regd-bg.png) no-repeat top center; background-size:auto 130%; margin-bottom:50px;}
.pageheader h1{color:var(--golden); font-size:40px; line-height:1; margin:0;font-weight:bold;}
.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)}
.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); }
.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); padding:30px;}
.list_info .actions a:hover{background:#333;}

.small_container{max-width:700px; 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{font-weight:bold;line-height: 1.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: #e9ca64;
    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;color:#000;border-radius:2px;font-size:16px;}
.brochure svg{width:25px; margin-right:10px; fill:#000}
.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;}

.caption a.view-range {
	border-radius: 40px;
    border-width: 1px;
	color: #222;
    border-color: #fdfbf8;
    background-color: #fdfbf8;
	padding: 20.5px 44px;
    font-size: 18px;
	font-weight: 600;
    letter-spacing: .1em;
	height: auto;
	font-family: 'Montserrat', sans-serif;
    font-style: normal;
	text-transform: uppercase;
	display: inline-block;    
	width: auto; 
	content:none;
}

.caption a.view-range:hover {
	background-color: #209dd7;
}

@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;}
}
@media screen and (max-width:767px){
	#siteheader .container{background:#fff;}
	.pageheader h1{font-size:30px;}
	/*#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 .headline-text{font-size:35px;letter-spacing:5px; margin-bottom:20px; line-height: 60px;}
	.caption .sub-text{font-size: 30px; line-height: 40px;}
	.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;}
	
	
	#banner{background:url(../images/poolshower_landing_2_mobile.jpg) no-repeat center center; background-size:cover; height:100vh;overflow:hidden;position: relative;}
	
	
	
}
@media screen and (max-width:575px){
	.imgsec, .blockhome{padding:0 25px;}
	.pageheader{background-size:auto 120%;}
}

@media only screen and (max-width: 991px) and (min-width: 767px) {	
	#banner {
		height:170vh;
	}	
}
