@charset "UTF-8";
/* CSS Document */

body {
	color:#58595a;
	font-family: 'Crimson Text', serif;
	font-size:24px;
	font-weight:400;
}

h1 {
	font-size:24px;
	color:#4c6583;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	margin:0;
	padding:0 0 40px 0;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

h2 {
	font-size:17px!important;
	color:#4c6583;
	text-transform:uppercase;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

p {
	line-height:30px;
	padding:0 0 18px 0;
	margin:0;
	font-weight:mormal;
}

.row {
	max-width:1000px;
	padding-left:20px;
	padding-right:20px;
}

/* MENU */

#header {
	z-index:10;
	position:absolute;
	padding-bottom:0;
	padding:0;
	margin:0;
	width:100%;
}

#header.headeractive {
	background:none;
}

#header.headernotactive {
	background:url(../img/sprite-2.png) repeat-x 0 0;
	position:fixed;
	top:0;
}

#main-menu {
	margin:0;
	padding:26px 0 0 0;
	position:relative;
	margin:0px auto;
	text-align:center;
	z-index:10;
	display:block;
	background:none!important;
	width:100%;
}

#header.headernotactive #main-menu {
	padding-top:0;
	padding-bottom:14px;
}


#main-menu li {
	display:inline-block;
	padding:0 36px;
}

#main-menu a {
	padding:3px 24px 0 24px;
	display:block;
	line-height:50px;
	color:#fff;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

#main-menu li a.active {
	color:#999;
}

#main-menu a:hover {
	color:#333;
}

#main-menu li.logo {
	padding:0;
	display:inline-block;
}

#main-menu li.logo a {
	width:288px;
	background:url(../img/logo.png) no-repeat center 8px;
	display:block;
	line-height:60px;
}

#main-menu li.logo a {
	width:331px;
}

#logo-mobile {
	display:none;
	position:relative;
	z-index:3;
	margin:0px auto;
	width:212px;
	background:url(../img/logo-mobile.png) no-repeat center 8px;
	background-position:center 10px;
	line-height:66px;
}

#nav-trigger {
	display:none;
	width:30px;
	height:30px;
	position:absolute;
	top:20px;
	right:17px;
	float:right;
	z-index:3;
	background:url(../img/sprite.png) no-repeat 0 0;
}

#content {
	position:absolute;
	z-index:0;
	top:0;
}

.section {
	display:block;
	clear:both;
}

/* HERO SECTION */
#hero {
	display:block;
	clear:both;
	position:relative;
	height:505px;
	background:url(../img/cover.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#hero-wrapper {
	position:relative;
}

#hero.row {
	padding:0!important;
	margin:0!important;
	width:100%;
	max-width:100%;
	text-align:center;
	font-size:20px;
}

#hero .bg-trans {
	width:100%;
	height:100%;
	background:url(../img/sprite-2.png) repeat-x 0 0;
	position:absolute;
	top:0;
	display:none;
	z-index:0;
}

#about .row {
	color:#999;
	font-style:italic;
	padding-top:51px!important;
	padding-bottom:58px!important;
	position:relative;
}

#about .row h2 {
	margin:0;
	padding-bottom:19px;
}

#about .row p {
	font-size:24px;
	font-weight:normal;
}

#property {
	background:#eee;
	padding:90px 0 0 0;
	width:100%;
}

#property .tag {
	padding-bottom:63px;
}

.home-slider {
	width:100%;
	margin:0px auto;
	max-width:960px;
}

.home-slider img {
	width:100%;
	margin:0px auto;
	max-width:960px;
}

#property h1 {
	font-size:32px;
}

#property .heading {
	width:30%;
	padding-left:0;
	padding-top:75px;
}

#property .text {
	width:70%;
	padding-top:75px;
}

#property .text p {
	font-size:20px;
	line-height:24px;
}

#property #photo-grid {
	padding:50px 10px 30px 10px;
}

#gallery {
	max-width:1280px;
	margin:0px auto;
	width:100%;
	background:#eee;
	padding:0;
}

#gallery .row {
	width:100%;
	max-width:1280px;
	margin:0px auto!important;
	padding:0!important;
	text-align:center;
}

#gallery #photo-grid {
	margin:0;
	padding:0;
	list-style:none;
}

#gallery #photo-grid li {
	margin:0;
	padding:0;
	position:relative;
	float:left;
}

#gallery #photo-grid li:hover > div {
	display:block;
}

#gallery #photo-grid li img {
	position:relative;
	z-index:0;
	display:block;
}

#gallery #photo-grid li div {
	position:absolute;
	z-index:1;
	line-height:60%;
	width:100%;
	vertical-align:middle;
	padding-top:27%;
	padding-bottom:0;
	color:#fff;
	height:100%;
	text-align:center;
	background:url(../img/bg-grid.png) repeat-x center center;
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:12px;
	display:none;
}

#gallery #photo-grid li div span {
	line-height:16px;
	display:block;
	width:100px;
	text-align:center;
	margin:0px auto;
}

#quote {
	background:#4c6583;
	color:#fff;
	padding:119px 0 115px 0;
}

#quote .row {
	max-width:952px;
	padding:0 20px;
}

#quote p {
	font-size:26px;
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:300;
	line-height:69px;
}

#quote .author {
	display:block;
	text-align:right;
	line-height:32px;
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:300;
	font-size:18px;
}

#location {
	background-color:#eeeeee;
}

#location .row {
	max-width:1280px;
	margin:0px auto;
	padding:0;
}

#location .text {
	width:240px;
	padding:0 0 0 0;
	margin:0;
	margin-left:97px;
}

#location .text.heading {
	width:226px;
	padding:172px 0 0 0;
	margin:0;
	margin-left:97px;
}

#location .text .description {
	display:none;
}

#location .text .description.selected {
	display:block;
}

#location h1 {
	padding-bottom:15px;
	font-size:32px;
}

#location .text p {
	font-size:18px;
	line-height:23px;
	color:#58595a;
	width:100%;
}

#location ul {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	list-style:none;
	margin:0;
	padding:0 0 30px 0;
}

#location li {
	display:inline-block;
	margin-right:18px;
	float:left;
}

#location li a {
	color:#797979;
	font-weight:300;
	
	line-height:30px;
}

#location li a:hover {
	color:#4c6583;
}

#location li .selected {
	border-bottom:solid 1px #4c6583;
}

#location li .selected {
	color:#4c6583;
	text-decoration:none;
}

#location .map {
	margin:0;
	padding:0;
	width:846px;
}

#floor-plans {
	padding:108px 0 128px 0;
}

#floor-plans .row {
	max-width:1000px;
	margin:0px auto;
}

#floor-plans img {
	margin-left:35px;
	width:90%;
	margin-bottom:60px;
}

#floor-plans h1 {
	font-size:32px;
	font-weight:300;
	padding:0px 0 22px 0;
	border-bottom:solid 1px #4c6583;
	margin:0 0 66px 0;
	line-height:29px;
}

#floor-plans ul {
	margin:0;
	list-style:none;
}

#floor-plans a {
	font-size:12px;
	color:#bbbbbb;
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:300;
	line-height:33px;
}

#floor-plans a:hover, #floor-plans a.selected {
	color:#4c6583;
}

#floor-plans #plan-descriptions .text-container div {
	display:none;
}

#floor-plans #plan-descriptions .text-container div.selected {
	display:block;
}

#floor-plans .description p {
	padding:5px 15px 0 35px;
	color:#221f1f;
	font-size:18px;
	line-height:21px;
}

#floor-plans .lightbox-link {
	width:233px;
	color:#fff;
	line-height:72px;
	display:block;
	background-color:#4c6583;
	text-align:center;
	font-size:13px;
	margin-top:10px;
}

#floor-plans .lightbox-link:hover {
	color:#bbbbbb;
}

#contact {
	background-color:#4c6583;
	padding:75px 0 143px 0;
}

#contact .row {
	max-width:960px;
	margin:0px auto;
	padding:0;
}

#contact h1 {
	font-size:32px;
	color:#fff;
	padding-bottom:61px;
}

#contact form {
	font-family:"Opent Sans",sans-serif;
	width:434px;
}

#contact form label {
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	font-size:13px;
}

#contact input[type="text"], #contact input[type="email"] {
	width:100%;
	margin:6px 0 13px 0;
	line-height:31px;
	height:31px;
	border:none;
}

#contact .submit {
	background:#bbbbbb;
	border:none;
	line-height:49px;
	width:194px;
	font-size:16px;
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
	font-weight:300;
	color:#4c6583;
	text-align:center;
	float:right;
	margin-top:22px;
}

#contact form .form-col1 {
	width:194px;
	margin-right:40px;
}

#contact form .form-row {
	width:434px;
}

#contact form .form-col2 {
	width:194px;
}

#contact .address {
	width:429px;
}

#contact .download {
	background:#bbbbbb;
	border:none;
	line-height:99px;
	width:429px;
	font-size:22px;
	font-weight:400;
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
	color:#4c6583;
	text-align:center;
	display:block;
	margin-top:25px;
}

#contacts {
	list-style:none;
	margin:0;
	padding:0;
	font-family:"Open Sans", sans-serif;
	color:#fff;
	padding:36px 0 0 0;
	width:100%;
}

#contacts .item {
	
	padding-bottom:22px;
	margin:0;
	width:50%;
}

#contacts strong {
	font-weight:400;
	font-size:13px;
}

#contacts .title {
	display:block;
	padding-bottom:5px;
}

#contacts p {
	font-size:12px;
	line-height:18px;
	font-weight:300;
	padding:0 0 0 0;
}

#contacts a {
	color:#fff;
}

#footer {
	background-color:#333333;
	padding:24px;
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	color:#999;
}


/* EXTRA */
.border {
	border:solid 1px #cc0000;
}

.show {
	display:block;
}


.fancybox-image {
	border:solid 10px #fff;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

@media only screen and (max-width: 75em) {
	#main-menu li {
		padding:0 22px;
	}
	
	#location .text {
		width:226px;
		padding:0 0 0 0;
	}
	
	#location .text.heading {
		width:226px;
		padding:72px 0 0 0;
	}
	
	
	
	#location .map {
		width:65%;
	}
	
	#contact .row {
		padding:0 20px;
	}
	
	#contact .contact-details {
		width:46%;
	}
	
	#contacts .item {
		width:48%!important;
		float:left;
	}
	
	#contact .address {
		padding-left:0!important;
	}
	
	#contact .download {
		line-height:99px;
		
		font-size:22px;
	}
}

@media only screen and (max-width: 70em) {
	.home-slider .image {width:80%;}
	.slick-prev { left: 30px; }
	.slick-next { right: 30px; }
}


@media only screen and (max-width: 60em) {
	#main-menu li {
		padding:0 0px;
	}
	
	#main-menu li a {
		padding:0 10px;
	}
	
	#property {
		padding:50px 0 0 0;
	}
	
	#main-menu li.logo a {
		width:288px;
	}
	
	#location .text {
		width:226px;
		padding:0 0 0 0;
		margin-left:20px;
	}
	
	#location .text.heading {
		width:226px;
		padding:60px 0 0 0;
		margin-left:20px;
	}
	
	
	#location .map {
		width:60%;
	}
	
	#contact .form-container {
		width:100%;
	}
	
	#contact .contact-details {
		width:100%;
	}
	
	#contact .address {
		padding-left:0!important;
		float:none!important;
		margin:0px auto;
	}
	
	#contact form {
		margin:0px auto;
		flaot:none;
	}
	
	#contact .submit {
		float:none;
		margin:0px auto;
		margin-top:22px;
		margin-bottom:22px;
		display:block;
	}
	
	#contact .download {
		margin:0px auto;
		margin-top:20px;
	}
}

@media only screen and (max-width: 40em) {
	#header {
		height:auto;
	}
	#main-menu {
		display:none;
		padding-top:5px;
	}
	
	#main-menu a {
		line-height:20px;
	}
	
	#header.headernotactive {
		padding-bottom:16px;
	}
	
	#header.headernotactive #main-menu {
		padding-bottom:0px;
	}
	
	#main-menu a:hover {
		color:#eee;
	}
	
	#main-menu .logo {
		display:none!important;
	}
	
	#logo-mobile {
		display:block;
	}
	
	#hero.row img {
		margin-top:-110px;
	}
	
	#nav-trigger {
		display:block;
	}
	
	#hero {
		height:305px;
	}
	
	#property {
		padding:40px 0 0 0;
	}
	
	#property .heading {
		width:100%;
	}
	
	#property .text {
		width:100%;
		padding:0;
	}
	
	#quote {
		padding:60px 0 60px 0;
	}
	
	#quote p {
		font-size:22px;
		line-height:58px;
	}
	
	#location .row {
		padding:0 20px 20px 20px;
	}
	
	#location .text {
		width:100%;
		padding:25px 0 30px 0;
		margin-left:0px;
	}
	
	#location .text.heading {
		width:100%;
		padding:60px 0 0 0;
		margin-left:0px;
	}
	
	#location .map {
		width:100%;
	}
	
	#floor-plans h1 {
		margin-bottom:30px;
	}
	
	#floor-plans ul {
		margin:0px auto;
		width:100%;
		padding-bottom:30px;
	}
	
	#floor-plans img {
		margin:0px auto;
		width:100%;
		margin-bottom:30px;
	}
	
	#floor-plans p {
		padding:0!important;
	}
	
	#floor-plans .lightbox-link {
		margin:0px auto;
		margin-bottom:40px;
	}
	
	#contact .address {
		width:100%;
	}
	
	 #contact form {
		width:100%;
		margin:0;
	}
	
	#contact form .form-col1, #contact form .form-col2, #contact form .form-row {
		width:100%;
		display:block;
		float:none;
	}
	
	#contacts .item {
		width:100%!important;
		float:none;
		text-align:center;
	}
	
	
}

@media only screen and (max-width: 30em) {
	#main-menu li a {
		padding:0 5px;
	}
	
	#contacts li {
		width:100%!important;
		text-align:center;
		min-height:80px;
	}
	
	#contact .download {
		line-height:84px;
		width:300px!important;
		font-size:18px;
		border:solid 1px #000;
		margin:0px auto;
		line-height:80px;
		margin-top:20px;
	}
	
	#footer {
		line-height:20px;
	}
	
	#header.headernotactive {
		padding-bottom:15px;
	}
}