@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);

#body {position:relative;}

#lightBox .form iframe {
	display:none;
}

#lightBox {
	/*display:none;*/
	background-image: linear-gradient(to right, rgba(50,50,50,0.8) 0%, rgba(50,50,50,1) 25%, rgba(50,50,50,1) 75%, rgba(50,50,50,0.8) 100%);
	background-size:10%;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
}

#lightBox .form {
    position: absolute;
    background-color: #fff;
    border: #000 1px solid;
    width: 320px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 300px;
    margin: auto;
    border-radius: 15px;
	text-align:center;
	font-size:20px;
	font-family: 'Lato', sans-serif;
	z-index:200;
}

#lightBox .secretCode {
    position: absolute;
    background-color: #fff;
    border: #000 1px solid;
    width: 320px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 300px;
    margin: auto;
    border-radius: 15px;
	text-align:center;
	font-size:20px;
	font-family: 'Lato', sans-serif;
	z-index:0;
}

#lightBox .secretCode input[type="submit"],
#lightBox .form input[type="submit"] {
	margin-top:15px;
}

#videoLightBox {
	display:none;
	background-color: rgba(50,50,50,0.8);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
}

#videoWrapper {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    height: auto;
    height: 0;
    width: 90%;
    margin: 200px auto;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    z-index: 200;
}


#plp,
#plp a {
	font-family: 'Lato', sans-serif;
}

.narrowUnderline,
.wideUnderline {
	border-color: #d65050;
	border-top-width:1px;
	border-top-style:solid;
	display:block;
	margin:0 auto 15px;
}
.wideUnderline {
	width:95px;
}
.narrowUnderline {
	width:56px;
}
.description .narrowUnderline {
	text-align:left;
	margin: 0 0 15px;
}
#plp .content-area {
	max-width:1600px;
	margin:0 auto;
}

#primary header {
	background-image: url('./images/Banner.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	padding:35px;
}
#primary header .address{
	background-image: url('./images/Building.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
	padding-right:70px;
	float:right;
	box-sizing:border-box;
	color:#fff;
}
#primary header .phone{
	background-image: url('./images/Phone.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
	padding-right:53px;
	float:right;
	box-sizing:border-box;
	color:#fff;
}
#primary header .logo {
    background-image: url('./images/Logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    clear: both;
    text-indent: -9999px;
    padding-top: 0;
    margin-left: 142px;
    max-width: 170px;
    padding-bottom: 245px;
    margin-top: 71px;
}

#primary h3 {
	text-transform:uppercase;
	margin-bottom:12px;
}

#main .description {
	font-size:0;
	max-width:1400px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
}
.content-area .left {
	display:inline-block;
	width:53%;
	max-width: 740px;
	font-size:0;
	vertical-align:top;
}
#primary .left .slider {
	display:inline-block;
	width:85%;
	vertical-align:top;
}
#primary .left .sliderBar {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    height: 45%;
	min-height:400px;
    overflow: hidden;
}
#primary .left .sliderBar .button {
	height:15px;
	width:100%;
	background-image:url('./images/arrows.png');
	background-repeat:no-repeat;
	background-position:center top;
	margin:0 0 5px;
	cursor:pointer;
}
#primary .left .sliderBar .button.down {
	background-position:center bottom;
	margin:5px 0 0;
}

#sliderImage {
	position:relative;
	overflow:hidden;
	max-width:620px;
}
.sliderAbs {
	position:absolute;
	top:0;
	left:0;
}
#primary .sliderAbs a {
	border:none;
	padding:0;
	margin:0;
}
.sliderBarInner {
	height:356px;
	overflow:hidden;
	position:relative;
}
.sliderBarInner a {
	width:84px;
	height:84px;
	margin:4px;
	overflow:hidden;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.sliderBarImages {
	position:relative;
	top:0;
	transition:all 0.3s ease-in-out;
}
#primary .left h3 {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    max-width: 345px;
    padding: 0;
    line-height: 1.3;
	text-transform:initial;
}
.claim a,
.description .left .slider a {
	font-size:16px;
	background-color: #d65050;
	color:#fff;
	text-transform:uppercase;
	border: #d65050 1px solid;
	border-radius:5px;
	padding:17px;
	display:inline-block;
	margin-top:20px;
}
.claim .phone a {
	font-size:inherit;
	background-color:transparent;
	color:#d65050;
	border:none;padding:0;
	margin-top:0;
}
.claim a:hover,
.description .left .slider a:hover {
	background-color: #fff;
	color:#d65050;
}
.description .left .slider span {
    font-size: 20px;
    padding-left: 20px;
}
.description .left .slider {
	text-align:center;
}
.description .right {
	display:inline-block;
	font-size:20px;
	width:47%;
	vertical-align:top;
	padding: 125px 30px 0 10%;
}
.specification {
	background-image:url('./images/Cartographer.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	font-size:0;
	text-align:center;
	text-transform:uppercase;
	max-width:1600px;
	margin:0 auto;
	padding:50px;
}

.specification h3,
.specification li {
	color:#fff;
}
.specification .left,
.specification .right{
	width:50%;
	font-size:20px;
	padding:0;
	margin:0;
}

.specification li {
	list-style:none;
	line-height:2;
	font-size:20px;
}

.specification .total .left {
	padding-left:0;
}
.specification .total .left,
.specification .total .right  {
	color:#d65050;
	font-size:24px;
}

.total {
	border-top:#d65050 1px solid;
	max-width:640px;
	margin:0 auto;
}

.specification .left,
.specification .total .left {
	text-align:right;
	display:inline-block;
	vertical-align:top;
	padding: 5px 60px 0 0;
}
.specification .right,
.specification .total .right {
	text-align:left;
	padding:0;
	display:inline-block;
	vertical-align:top;
	padding: 5px 0 0;
}
.additional,
.claim {
	text-align:center;
	padding:50px;
	max-width:900px;
	margin:0 auto;
}
.claim {
	padding-top:0;
}

.claim div p {
    display: block;
    color: #d65050;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
	margin-top:30px;
}
.claim div p span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.claimThisProperty {
	display:inline-block;
}

.claimThisProperty form div input[type="submit"] {
	font-size:16px;
    font-weight: 400;
    font-family: "lato",sans-serif;
    padding: 17px;
    border-radius: 5px;
    margin-left: 10px; 
}


footer {
	background-color:#000;
	padding:70px;
	text-align:center;
	color:#fff;
}
footer .logo {
	background-image: url('./images/Logo.png');
	background-repeat:no-repeat;
	padding-bottom:100px;
	background-position:center bottom;
}
footer h3 {
	color:#fff;
}
footer .logo {
    background-image: url('./images/Logo.png');
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-position: center bottom;
    font-size: 14px;
    line-height: 1.2;
    max-width: 490px;
    margin: 0 auto;
}

@media screen and (max-width:1280px) {
	.content-area .left {
		display: block;
		width: 100%;
		margin:0 auto;
	}
	.description .right {
		display:block;
		width:100%;
	}
	.specification .left,
	.specification .right {
		display:inline-block;
		width:50%;
	}
}
@media screen and (max-width:740px) {
	.specification .left {
		width:70%;
	}
	.specification .right {
		width:30%;
	}
	.contact {
		width:100%;
	}
	#primary header .address {
		padding-left: 40px;
		padding-right: 10px;
		float: none;
		background-size:initial;
	}	
	#primary header .phone {
		padding-left: 40px;
		padding-right: 53px;
		margin-top: 10px;
		float: none;
	}
}
@media screen and (max-width:670px) {
	.description .left .slider > a,
	.description .left .slider span a {
		display: block;
		max-width: 300px;
		margin-top: 20px;
		margin: 10px auto;
	}
}

@media screen and (max-width:575px) {
	#primary .left .slider {
		width:70%;
	}
	#primary .left .sliderBar {
		width:30%;
	}
	.specification {
		padding: 50px 10px;
	}
	.specification li {
		font-size:15px;
	}
	.specification ul {
		padding: 0 5px 0 0;
	}
}
@media screen and (max-width:500px) {
}