/*
Theme Name: LandCox
Author: Zack/DigitalDevelopments
Version: 1.0
*/
@font-face {
    font-family: 'proxima_light';
    src: url('fonts/proxima_light-webfont.eot');
    src: url('fonts/proxima_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_light-webfont.woff2') format('woff2'),
         url('fonts/proxima_light-webfont.woff') format('woff'),
         url('fonts/proxima_light-webfont.ttf') format('truetype'),
         url('fonts/proxima_light-webfont.svg#proxima_nova_altlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Proxima';
    src: url('fonts/proxima_nova_regular-webfont.eot');
    src: url('fonts/proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_regular-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_regular-webfont.woff') format('woff'),
         url('fonts/proxima_nova_regular-webfont.ttf') format('truetype'),
         url('fonts/proxima_nova_regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaSemiBold';
    src: url('fonts/proxima_semibold-webfont.eot');
    src: url('fonts/proxima_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_semibold-webfont.woff2') format('woff2'),
         url('fonts/proxima_semibold-webfont.woff') format('woff'),
         url('fonts/proxima_semibold-webfont.ttf') format('truetype'),
         url('fonts/proxima_semibold-webfont.svg#proxima_nova_altsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'conqueror';
    src: url('fonts/awconquerorinline-regular-webfont.eot');
    src: url('fonts/awconquerorinline-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/awconquerorinline-regular-webfont.woff2') format('woff2'),
         url('fonts/awconquerorinline-regular-webfont.woff') format('woff'),
         url('fonts/awconquerorinline-regular-webfont.ttf') format('truetype'),
         url('fonts/awconquerorinline-regular-webfont.svg#aw_conqueror_inlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, .wrap {
	height: 100%;
	margin: 0px !important;
	padding: 0px !important;	
}
.container-fluid{
	margin: 0px !important;
	padding: 0px !important;	
}

/* Main Page */
.residences{
	height: 100% !important;	
}

.mainSlider{
	height: 100% !important;
	width: 100% !important;	
}
.mainSlider .rsOverflow{
	overflow: visible !important;
	height: 100% !important;	
}
.rsDefault .rsArrowIcn{
	width: 30px;
	height: 15px;
	position: absolute;	
}
.rsDefault .rsArrow{
	height: 15px;
	width: 30px;
	position:absolute;
	z-index: 20;
	display: inherit !important;
	bottom: 31px;
}
.rsArrowLeft{
	background: url(img/arrow-left.png) no-repeat;
	left: 30px;
}
.rsArrowRight{
	background: url(img/arrow-right.png) no-repeat;
	right: 30px;
}
.mainPage{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 20;
	background: rgba(9,82,76,0.6);
	top: 0%
}
.mainContent{
	color: #fff;
	text-align: center;
}
.mainContent h4{
	font-family: 'Proxima', MyRiad, sans-serif;
	font-size: 11px;
	letter-spacing:2px;	
	margin-top: 25px;
	margin-bottom: 0px;
}
.mainContent img{
	margin: 0px auto;
}

.centre-float {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
}

.registerButton{
	width: 180px;
	margin: 0px auto;
	margin-bottom: 0px;
	letter-spacing: 1px;	
}
.mainContent a{
	text-decoration: none !important;
	color: #fff !important;	
}
.mainContent h3{
	font-family: 'ProximaSemiBold', sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 2px white solid;
	margin-top: 40px;
	padding: 10px 30px 10px 30px;
	margin-bottom:0px;	
}
.mainContent h3:hover{
	cursor: pointer;	
}
.bottom-part{
	position:absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -140px;
}
.botom-part h4{
	font-family: 'Proxima', sans-serif;
	font-size: 14px;	
}

/* Header */
.header{
	display: none;
}
.header-background{
	position:absolute;
	z-index: 1;
	width: 100%;	
}
.header-background img{
	width: 100%;
	height: 98px;	
}
.header-content{
	position: absolute;
	z-index: 10;
	background-color: rgba(1,82,75,0.8) !important;
	width: 100%;
	height: 98px;	
}
.header-content .logo{
	padding-left: 10%;
	margin-top: 30px;	
}
.header-visible{
	display: inherit !important;
	height: 98px;
	width: 100%;	
}
.header-right{
	padding-left: 10% !important;
	margin-top: 10px;	
}
.header-right h2{
	font-family: 'ProximaSemiBold', sans-serif;
	font-size: 14px;
	color: #005950;
	letter-spacing: 2px;
	font-weight: bold;
	border: 1px white solid;
	width: 180px;
	background: #fff;
	text-align: center;
	padding: 10px 0px 10px 0px;	
}
.header-right h2:hover{
	cursor: pointer;
	background-color: transparent;
	color: #fff;	
}

.header-right h2 a {
	color: #005950;
	display: block;
}

.header-right h2 a:hover {
	color: white;
	text-decoration: none;
}

.navigation{
	margin-left:0px !important;
	margin-right:0px !important;
	width: 100%;
	background-color: white !important;
}
.navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
.navigation ul li{
	display: inline-block;
	width: 19.93%;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
}
.navigation ul li:hover{
	cursor: pointer;
	color: #fff;
	background-color: #97a4af;
}
.navi {
	font-family: 'Proxima', sans-serif;
	font-size: 13px;
	color: #005950;
	line-height: 40px;
	margin: 0px auto;
	background-color: white;
	letter-spacing: 1px;	
}
.stick {
    position:fixed;
    top:0px;
	z-index: 100;
	background-color: transparent;
}
/* Residence */
.secondSlider{
	margin-top: 40px;
	width: 100% !important;	
}
.residences-content{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-top: 45px;
	color: #005850;
	font-size: 16px;
	line-height: 23px;	
}
.residences-content1{
	font-family: 'Proxima', sans-serif;
	padding-left: 0px !important;

}


@media (max-width: 992px) {
	
	.residences-content1 {
		margin-bottom: 15px;
		padding: 0px;
	}
	
	.residences-content2 {
		font-family: 'Proxima Nova';
		margin-bottom: 25px;
		padding: 0px !important;
	}
	
}

.residences-content3{
	padding-right: 0px !important;
	border-left: 4px #005850 double;
	border-right: 4px #005850 double;
	text-align: center;	
	margin: 0px auto;
	width: 290px;
}
.residences-content3 h2{
	font-family: 'conqueror', sans-serif;
	font-size: 31px;
	line-height: 23px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}
.residences-content3 h3{
	margin-top: 0px;
	padding-top: 0px;	
}
/* Video */
.video-page{
	width: 100% !important;
	height: 702px !important;
	margin-top: 20px !important;
	position: relative;
	margin-bottom: 40px;
}	
.video-background .rsImg{

}

.video-background{
	width: 100% !important;
	height: 702px !important;
}
.video-content{
	position: absolute;
	top: 0px;
	z-index: 99;
	width: 1140px;
	text-align: center;
}

@media (min-width: 992px) AND (max-width: 1199px) {
	.video-content {
		width: 940px;	
	}
}

@media (min-width: 768px) AND (max-width: 991px) {
	.video-content {
		width: 720px;	
	}
}

@media (max-width: 768px) {
	.video-content {
		width: 90%;	
	}
}


.video-text{
	color: #fff;
	text-align: center;
	width: 100%;

	margin-top: 70px;
	font-family: 'conqueror', sans-serif;
	font-size: 31px;
	letter-spacing: 2px;
	margin-bottom: 64px;
}
.video-text1{
	float: left;
	font-family: 'conqueror', sans-serif;
	font-size: 31px;
	letter-spacing: 3px;
	color: #fff;
}
.video-text2{
	float: left;
	font-family: 'Proxima', sans-serif;
	font-size: 31px;
	letter-spacing: 2px;
	color: #fff;	
}
.video{
	background-color: white;
	width: 640px;
	height: 362px;
	margin-top: 20%;	
}
.video-bottom{
	margin: 40px auto 0px;
	max-width: 640px;	
}
.video-logo1{
	float: left;
	padding-top: 10px;	
}
.video-logo2{
	float: right;	
}
/* Parkliving */
.parkliving-container{
	padding-left: 0px !important;
	padding-right: 0px !important;	
}
.parkliving1-content2{
	font-family: 'Proxima', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #005850;
	text-align: center;
	padding-top: 7%;
	padding-left: 0px;
}
.parkliving3{
	height: 240px;	
}
.parkliving3-content1{
	font-family: 'proxima_light', san-serif;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.parkliving3-content1 img{
	position:absolute;
	z-index:1;
	top:0%;
}
.parkliving3-content1 p{
	position: absolute;
	z-index: 20;
	text-align: center;
	margin-top: 12%;
	margin-left: 16%;
		
}

.parkliving4-content1 {
	width: 420px !important;
}

.parkliving3-content2{
	font-family: 'conqueror', sans-serif;
	font-size: 40px;
	letter-spacing: 40px;
	color: #005850;
	text-align:center;
	padding-top: 9%;		
}
.parkliving4-content2{
	font-family: 'Proxima', sans-serif;
	font-size: 16px;
	color: #005850;
	text-align: center;
	padding-top: 7.5%;
	width: 300px !important;	
}

.parkliving4-content3{
	width: 420px !important;
}	

@media (min-width: 992px) AND (max-width: 1199px) {
	
	.parkliving4-content1 {
		width: 315px !important;
	}
	
	.parkliving4-content2 {
		width: 310px !important;
		padding-top: 5.5%;
	}
	
	.parkliving3-content2 p {
		padding-left: 30px;
	}
	
	.parkliving4-content3 {
		width: 315px !important;
	}
	
	.parkliving3 { 
		height: 209px;
	}	
	
}

@media (min-width: 768px) AND (max-width: 991px) {
	
	.parkliving1-content2 {
		padding-top: 5%;
	}
	
	.parkliving4-content1 {
		width: 240px !important;
	}
	
	.parkliving4-content2 {
		width: 240px !important;
		padding-top: 4.5%;
	}
	
	.parkliving4-content2 p {
		font-size: 14px;	
	}
	
	.parkliving3-content1 p {
		font-size: 15px;
		margin-top: 50px;
		margin-left: 20px;
	}
	
	.parkliving3-content2 p {
		padding-left: 30px;
		letter-spacing: 20px;
	}
	
	.parkliving4-content3 {
		width: 240px !important;
	}
	
	.parkliving3 { 
		height: 160px;
	}	
}		


/* Location Page */

.location-page{
	background: #e0e3e7;
	margin-top: 40px !important;	
}
.location-header{
	font-family: 'proxima_light', san-serif;
	font-size: 16px;
	line-height: 23px;
	color: #005850;
	text-align: center;
	margin-top: 55px;	
}
.location-map{
	
}

.location-map img {
	width: 1140px;
	margin: 45px auto 0px;
}

@media (max-width: 768px) {
	.location-map img {
		margin-bottom: 30px;
	}	
}

.location-content{
	margin-top: 55px;
	color: #005850;	
}



.part-header{
	font-family: 'ProximaSemiBold', sans-serif;
	font-size: 16px;
	line-height: 23px;
	border-top: 3px #005850 double;
	border-bottom: 3px #005850 double;
	text-align: left;
	padding-left: 0px !important;
}
.part-header p{
	margin: 5px 0px 5px 0px !important;	
}
.location-part1{
	padding-left: 0px !important;
	height: 296px;	
}
.location-part3{
	padding-right: 0px !important;	
}
.parts-wrap{
	margin-top: 35px;
	margin-bottom: 35px;
	padding-left: 0px !important;	
}
.transport-header{
	padding-left: 0px !important;	
	font-family: 'ProximaSemiBold', sans-serif;
	font-size: 16px;
	line-height: 23px;
	height: 23px;
}
.transport-content-right{
	padding-left: 0px !important;
	font-family: 'proxima_light', san-serif;
	font-size: 16px;
	line-height: 23px;
	height: 46px;	
}
.transport-content-right1{
	padding-left: 0px !important;
	font-family: 'proxima_light', san-serif;
	font-size: 16px;
	line-height: 23px;
	height: 69px;	
}
.location-content-left{
	padding-left: 0px !important;	
	font-family: 'ProximaSemiBold', sans-serif;
	font-size: 16px;
	line-height: 23px;	
}
.location-content-right{
	padding-left: 0px !important;
	font-family: 'proxima_light', san-serif;
	font-size: 16px;
	line-height: 23px;	
}

/* Team Page */
.team-page{
	width: 100% !important;
	height: 995px !important;
	/*margin-top: 20px !important;*/
	position: relative;
}	
.team-background .rsImg{
	margin-left: 0px !important;
	margin-right: 0px !important;
	width: 100% !important;	
}
.team-background{
	width: 100% !important;
	height: 995px !important;
}
.team-content{
	position: absolute;
	top: 0px;
	z-index: 99;
	width: 1140px;

}

.team-content p {
	color: white;
	font-family: 'proxima_light', san-serif;
	font-size: 16px;
	line-height: 23px;
}



.team-content-left {
	width: 50%;
	float: left;
	padding-right: 20px;
}

.team-content-left img {
	margin-top: 100px;
	margin-bottom: 90px;
}

.team-content-left .website {
	margin-top: 380px;
}

.team-content-left .website a {
	color: white;
	text-decoration: underline;	
}



.team-content-right {
	width: 50%;
	float: left;
	padding-left: 20px;
}

.team-content-right img {
	margin-top: 100px;
	margin-bottom: 80px;
}

.team-content-right .website {
	margin-top: 198px;
}

.team-content-right .website a {
	color: white;
	text-decoration: underline;	
}


@media (min-width: 992px) AND (max-width: 1199px) {
	
	.team-content-left .website {
		margin-top: 350px;
	}
	
	.team-content-right .website {
		margin-top: 142px;
	}
	
}

@media (min-width: 768px) AND (max-width: 991px) {
	
	.team-content-left .website {
		margin-top: 300px;
	}
	
	.team-content-right .website {
		margin-top: 46px;
	}
	
}	




.team-logo1, .team-logo2 {
	margin-top: 100px;
}

@media (min-width: 992px) AND (max-width: 1199px) {
	.team-content {
		width: 940px;	
	}
}

@media (min-width: 768px) AND (max-width: 991px) {
	.team-content {
		width: 720px;	
	}
}

@media (max-width: 768px) {
	.team-content {
		width: 90%;	
	}
}

.left-text{
	margin-top: 95px;
	font-family: 'proxima_light', san-serif;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
}



.right-text{
	margin-top: 85px;
	font-family: 'proxima_light', san-serif;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
}

@media (max-width: 768px) {
	.left-text {
		margin-top: 40px;
		font-size: 14px;
		line-height: 20px;	
	}
	
	.team-logo1 {
		margin-top: 40px;
	}
	
	.right-text {
		margin-top: 40px;
		font-size: 14px;
		line-height: 20px;	
	}
	
	.team-logo2 {
		margin-top: 40px;
	}
	
}	

.team-bottom-left{
	font-family: 'proxima_light', san-serif;
	font-size: 16px;
	line-height: 23px;
	color: #fff;	
}
.team-bottom-left a{
	color: #fff;	
}
.team-bottom-right{
	font-family: 'proxima_light', san-serif;
	font-size: 16px;
	line-height: 23px;
	color: #fff;	
}
.team-bottom-right a{
	color: #fff;
		
}

.footer {
	padding-top: 25px;
	padding-bottom: 30px;
}

/* Footer Page */
.footer-wrap{
	padding-left: 0px !important;
	color: #005850;
}
.footer-left{
	padding-left: 0px !important;	
}

.footer-left a {
	color: #005850;
	font-family: 'ProximaSemiBold', sans-serif;
}

.footer-left h1{
	font-family: 'ProximaSemiBold', sans-serif;
	font-size: 16px;
	line-height: 23px;
}
.footer-left p{
	font-family: 'proxima_light', san-serif;
	font-size: 14px;	
}

.footer-center {
	padding-left: 215px !important;
}



.footer-center h1{
	font-family: 'ProximaSemiBold', sans-serif;
	font-size: 14px;
	margin-bottom: 0px !important;		
}
.footer-center p{
	font-family: 'proxima_light', san-serif;
	font-size: 14px;	
}
.footer-right{
	padding-right: 0px !important;
	margin-top: 15px;
	text-align: right;
}

.footer-right p{
	font-family: 'proxima_light', san-serif;
	font-size: 14px;	
}

@media (min-width: 992px) AND (max-width: 1199px) {
	.footer-center {
		padding-left: 180px !important;
	}
}

@media (min-width: 768px) AND (max-width: 991px) {
	.footer-center {
		padding-left: 140px !important;
	}
}

@media (max-width: 767px) {
	
	.footer-center {
		padding-left: 15px !important;
	}
	
	.footer-right {
		text-align: center;
	}
}

.right1{
	text-align: right;	
}
.register-container{
	height: 570px !important;
	width: 425px !important;
	position: absolute;
	z-index: 30;
	background: #005850;
	top: 20%;
	left: 39%;
}
.register-container .logo{
	margin-left: 115px;
	margin-top: 35px;
	width: 159px;
	height: 82px;	
}
.register-text{
	font-family: 'conqueror', sans-serif;
	font-size: 35px;
	line-height: 39px;
	text-align:center;
	color: #fff;
	margin-top: 100px;
}
.register_text1{
	font-family: 'Proxima', sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	margin-top: 15px;	
}
.register-form-container{
	display: none;
	padding-bottom: 20px;
	width: 425px !important;	
	background: #005850;
}
.register-form-container .logo{
	margin-left: 125px;
	width: 159px;
	height: 82px;
}
.register-form-container img{
	padding-top: 30px;	
}
.register-form-text{
	text-align:center;
	color: #fff;
	margin-top: 45px;
}
.register-form-text h1{
	font-family: 'ProximaSemiBold', sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0px;	
}
.register-form-text p{
	font-family: 'proxima_light', san-serif;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;	
}
.registration-form ul{
	list-style: none !important;	
}

.register-form_wrapper input[type="text"], .register-form_wrapper select {
	border: 1px solid white;
	background: none;
	color: white;
	width: 260px;
	height: 40px;
	padding: 0px 10px;
	font-family: 'Proxima', sans-serif;
}

.register-form_wrapper select {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.register-form_wrapper ul {
	margin: 0px 82px;
	padding: 0px;	

}

.register-form_wrapper li {
	margin-bottom: 5px;
}

.register-form_wrapper input[type="submit"] {
	border: 0px;
	background: white;
	color: #005850;
	margin: 10px 0px 10px 82px;
	width: 260px;
	height: 60px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'ProximaSemiBold', sans-serif;
}

.gform_validation_container, .register-form_wrapper label, .validation_message {
	display: none;
}

.register-form_wrapper input[type="text"]::-webkit-input-placeholder { color: white; }
.register-form_wrapper input[type="text"]::-moz-placeholder { color: white; }          // Firefox 19 and above
.register-form_wrapper input[type="text"]:-moz-placeholder { color: white; }           // Firefox 18 and below
.register-form_wrapper input[type="text"]:-ms-input-placeholder { color: white; }

.mandatory {
	color: white;
	text-align: center;
	font-size: 11px;
	font-family: 'Proxima', sans-serif;
}

.validation_error {
	margin-bottom: 20px;
	color: #ffc1c1;
	padding: 0px 82px;
}

.fancybox-close {
	background-image: url('img/button_close.png') !important;
	background-size: 16px 16px;
	width: 16px !important;
	height: 16px !important;
	top: 10px !important;
	right: 10px !important;
	background-repeat: no-repeat;
}

/*------------------------------------------------------------------------------
*	Gallery
*-----------------------------------------------------------------------------*/

.gallery img {
	margin-bottom: 12px;
}

.gallery p {
	margin-bottom: 25px;
	font-family: 'ProximaSemiBold', sans-serif;
	font-size: 16px;
	color: #005850;


	
}

@media (max-width: 768px) {
	.gallery p {
	font-size: 13px;
	}
}

.mobile-now-selling {
	font-family: 'ProximaSemiBold', sans-serif;
	font-size: 16px;
	color: #005850;
	text-align: center;
	margin: 30px 0px;
}	


@media (max-width: 768px) {
	.footer-left {
		text-align: center;
		padding-top: 20px;
	}	
	
	.footer-center {
		text-align: center;
	}
	
	.footer h1 {
		margin-top: 5px;
	}
	
	.video-page {
		margin-bottom: 0px;
	}
	
	.register-form-container {
		width: 100% !important;
		padding-top: 20px;
		display: block;
	}
	
	.register-form_wrapper ul {
		margin: 0px auto;
		width: 290px;
	}
	
	.register-form-text {
		margin-top: 5px;
	}
	
	.register-form_wrapper input[type="text"], .register-form_wrapper select {
		width: 290px ;
	}
	
	.video-logo1 {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.video-logo2 {
		width: 100%;
	}
	
	.register-form_wrapper input[type="submit"] {
		margin: 10px auto 10px auto;
		display: block;
		width: 290px;
	}
	
}

.gfield_error input[type="text"] {
   border: 1px solid red;
}

.slideshow__progress {
	margin-top: 20px;
	font-size: 30px;
}

.slideshow__progress .construction {
	font-family: 'conqueror', sans-serif;
}

.slideshow__progress .complete {
	font-family: 'Proxima', MyRiad, sans-serif;
}