/*
Theme Name: 167
Author: Wendy Clark Design
*/
@import url("//hello.myfonts.net/count/2ff0a1");  
@font-face {font-family: 'Sica-ExtraBold';src: url('webfonts/2FF0A1_0_0.eot');src: url('webfonts/2FF0A1_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2FF0A1_0_0.woff2') format('woff2'),url('webfonts/2FF0A1_0_0.woff') format('woff'),url('webfonts/2FF0A1_0_0.ttf') format('truetype');} 
@font-face {font-family: 'Sica-Bold';src: url('webfonts/2FF0A1_1_0.eot');src: url('webfonts/2FF0A1_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2FF0A1_1_0.woff2') format('woff2'),url('webfonts/2FF0A1_1_0.woff') format('woff'),url('webfonts/2FF0A1_1_0.ttf') format('truetype');}
@font-face {font-family: 'Sica-Regular';src: url('webfonts/300DE2_0_0.eot');src: url('webfonts/300DE2_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/300DE2_0_0.woff2') format('woff2'),url('webfonts/300DE2_0_0.woff') format('woff'),url('webfonts/300DE2_0_0.ttf') format('truetype');}
 
 #sold_out {
    position: relative;
    top: -286px;
    margin-bottom: -286px;
    z-index: 998;
    }
    
.Sica-ExtraBold { 
	font-family: Sica-ExtraBold;
	font-weight: normal;
	font-style: normal;
}
.Sica-Bold { 
	font-family: Sica-Bold;
	font-weight: normal;
	font-style: normal;
	letter-spacing:.05em;
}
 
body {
	background: #FFF url(images/bg.png) top left repeat;
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Sica-Bold,"Open Sans",Helvetica,Arial,sans-serif;
	font-weight:inherit !important;
}

a {
	color: #c44006;
}
a:hover {
	color: #c44006;
	text-decoration:underline;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
* {
	-webkit-transition: width linear 0.1s, font-size linear 0.1s;
	-moz-transition: width linear 0.1s, font-size linear 0.1s;
	-o-transition: width linear 0.1s, font-size linear 0.1s;
	transition: width linear 0.1s, font-size linear 0.1s;	
}
.alignleft {
	float:left;
	margin:0 10px 10px 0;
}
.alignright {
	float:right;
	margin:0 0 10px 10px;
}
.photocolumn {
	width:220px;
	}
.photocolumn img {width:100%;}
.button {
	font-size:20px;
	font-weight:bold;
	color:#FFF;	
	text-shadow: 0px -1px rgba(0,0,0,.3);
	padding:10px 15px;
	margin:0 0 10px 0;
	border-radius:7px;
	background: #e44b08; /* Old browsers */
	background: -moz-linear-gradient(top, #e44b08 0%, #c44006 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e44b08), color-stop(100%,#c44006)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e44b08 0%,#c44006 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e44b08 0%,#c44006 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e44b08 0%,#c44006 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e44b08 0%,#c44006 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e44b08', endColorstr='#c44006',GradientType=0 ); /* IE6-9 */
	-webkit-transition: background linear 0.1s, font-size linear 0.1s;
	-moz-transition: background linear 0.1s, font-size linear 0.1s;
	-o-transition: background linear 0.1s, font-size linear 0.1s;
	transition: background linear 0.1s, font-size linear 0.1s;
}
.button:hover {
	color:#fff;
	text-decoration:none;
	background: #c53d01; /* Old browsers */
	background: -moz-linear-gradient(top, #c53d01 0%, #b43700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c53d01), color-stop(100%,#b43700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c53d01 0%,#b43700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c53d01 0%,#b43700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c53d01 0%,#b43700 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c53d01 0%,#b43700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c53d01', endColorstr='#b43700',GradientType=0 ); /* IE6-9 */
}

.pdf {
	background:transparent url("images/icn_pdf_16.png") no-repeat 0 3px;
	padding-left:20px;
	}


input[type="submit"] {
	font-size:20px;
	font-weight:bold;
	color:#FFF;	
	border:0px;
	padding:10px 15px;
	margin:0 0 10px 0;
	border-radius:7px;
	background: #e44b08; /* Old browsers */
	background: -moz-linear-gradient(top, #e44b08 0%, #c44006 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e44b08), color-stop(100%,#c44006)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e44b08 0%,#c44006 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e44b08 0%,#c44006 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e44b08 0%,#c44006 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e44b08 0%,#c44006 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e44b08', endColorstr='#c44006',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e44b08', endColorstr='#c44006',GradientType=0 ); /* IE6-9 */
	-webkit-transition: background linear 0.1s, font-size linear 0.1s;
	-moz-transition: background linear 0.1s, font-size linear 0.1s;
	-o-transition: background linear 0.1s, font-size linear 0.1s;
	transition: background linear 0.1s, font-size linear 0.1s;
}
input[type="submit"]:hover {
	text-decoration:none;
	background: #c53d01; /* Old browsers */
	background: -moz-linear-gradient(top, #c53d01 0%, #b43700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c53d01), color-stop(100%,#b43700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c53d01 0%,#b43700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c53d01 0%,#b43700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c53d01 0%,#b43700 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c53d01 0%,#b43700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c53d01', endColorstr='#b43700',GradientType=0 ); /* IE6-9 */
}
input[type="text"] {
/*	padding: 12px 4%; this was making it impossible to see on Firefox -WC */
	color:inherit;
	font-family:inherit;
/*	height: 4px; this was making it way too short on Firefox -WC */
}
input[type="email"] {
/*	padding: 12px 4%; this was making it impossible to see on Firefox -WC */
	color:inherit;
	font-family:inherit;
/*	height: 4px; this was making it way too short on Firefox -WC */
}
.mc_merge_var {
	margin-bottom:0px !important;
}
.mc_address_label {
	margin-top: 0px !important;
	margin-bottom: 5px !important;
}
input[type="radio"] {
	float:left;
	margin:0 3px 0 0;
}
.mc_list label {
	float:left;
}
.wpcf7-textarea {
	height:80px;
	padding: 12px 4%;
}

/* header */

#masthead {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	margin: 0;
	height:98px;
	z-index:1000; /* edited from 99999 to allow for lightbox overlay WC */
	background:#c4e1ee;
}
#logo-wrap {
	width:18%;	
	float: left;
	margin:0 2.5% 0 12.5%;
}
#logo {
	margin:0;
	display: block;
	width: 100%;
}

/* main nav */

#main-nav {
	float:left;
	width:63%;
}
#main-nav ul {
	float:left;
	width:91%;
	clear:both;
	margin:0;
}
#main-nav li {
	float: left;
	position:relative;
}
#main-nav h3 {
	color:#FFF;
	font-weight:normal;
	font-size: 24px;
	margin:10px 0 14px 0;
	letter-spacing:.05em !important;
	padding:0;
}
#main-nav li a {
	float: left;
	display:block;
	padding: 6px 6px;
	font-size: 16px;
	text-align: center;
	color:#333333;
}
#main-nav li:hover > a {
	text-decoration: none;
	background:#cc3e00;
	color:#f6d8d0;
}
#main-nav li:hover > ul {
	max-height:500px;
}
#main-nav .sub-menu {
	float: left;
	clear: both;
	margin: 0;
	position: absolute;
	top: 34px;
	left: 0px;
	max-height:0px;
	z-index: 999;
	height: auto;
	width:100%;
	min-width:150px;
	overflow:hidden;
	transition: max-height .25s ease-in-out;
   -moz-transition: max-height .25s ease-in-out;
   -webkit-transition: max-height .25s ease-in-out;
}
#main-nav .sub-menu li {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
}
#main-nav .sub-menu li a {
	float: left;
	clear: both;
	font-size: 14px;
	text-decoration: none;
	line-height:1.1;
	padding: 8px 10px;
	background:#fff;
	color:#333333;
	width:100%;
	text-align:left;
}
#main-nav .sub-menu li a:hover {
	text-decoration: none;
	background-color:#cc3e00;
	color:#fff;
}

/* mobile nav */

#mobile-nav {
	float: left;
	width: 100%;
}

/* main */

#main {
	float:left;
	clear:both;
	width:100%;	
	margin:0;
	padding:0;
}
#content-area {
	float:left;
	clear:both;
	width:100%;
	background: #FFF url(images/inner-bg.gif) top left repeat-x;
	padding:54px 0 112px;
}
.remaining {
	display:block !important;
	width:50%;
	padding-bottom:30px;
	color:#fff;
	float:none;
	margin:auto;
	}
.home .row-fluid cta .button {
	display:block !important;
	clear:both !important;
	float:none;
	position:relative !important;
	}
.home #content-area {
	background: #FFF;
	padding:0;
}
.page-template-page-home-php #content-area {
	background: #FFF;
	padding:0;
}
#primary {
	width:55.4%;
	float:right;
	margin:0 12% 0 2%;
}
#secondary {
	width:17%;
	float:left;
	margin:0 0 0 13%;
	min-height:200px;
	padding:200px 0 0 0;
	}
#page-title {
	color:#333333;
	font-size:23px;
	line-height:30px;
}
#primary h1 {
	color:#333333;
	font-size:23px;
	line-height:30px;
	margin:0 0 20px 0;
}
#primary h2 {
	color:#333333;
	font-size:19px;
	line-height:1.2;
	margin:20px 0;
}
#primary h3 {
	color:#333333;
	font-size:18px;
	line-height:1;
	margin:20px 0;
}
#primary a {
	font-weight:bold;
}
.page-template-page-full-php #primary {
	width: 80%;
	float: left;
	clear:both;
	margin: 0 0 0 8%;
	padding: 50px 5% 0;
}
#primary img {
	/* max-width:90%; WC */
}
#primary ul {
	margin:0;
	padding:0 0 0 20px;
}
#primary ul li {
	list-style:disc;	
	margin:0 0 4px 0;
}
#primary input[type="submit"] {
	font-size:16px;
	padding: 7px 15px;
}

#mc_embed_signup input[type="radio"] {
	margin-top:5px !important;
	}
#mc_embed_signup ul li {list-style: outside none none;} 
#mc_embed_signup ul {padding-left:0;}
#primary .button {
	font-size:16px;
	padding: 7px 15px;
}
#secondary h2 {
	font-size:19px;
	width:100%;
	float:left;
	clear:both;
	margin:0 0 5px;
}
#secondary h3 {
	font-size:19px;
	width:100%;
	float:left;
	clear:both;
	margin:0 0 5px;
}
.wp-caption {
	max-width:95% !important;
}

.entry-content .caption_left img.size-large {
	margin-bottom:0 !important;
	}
	
#primary p.caption_left p.wp-caption-text {
	text-align:left;
	font-size:.85em !important;
}
img.narrower {
	width:295px;
	}
	
/* home */

#home-posts {
	float:left;
	clear:both;
	width:100%;	
/*	margin:2px 0 0 0; */
	padding:0;
	overflow:hidden;
}
#home-posts h3 {
	float:left;
	width:16%;	
	margin:0 0 0 13%;
	background:#b7d6e2;
	color:#FFF;
	font-size:25px;
	line-height:1.2;
	font-weight:normal;
	text-transform:uppercase;
	padding:36px 0 0 1%;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
#home-posts article {
	float:left;
	clear:none;
	width:17%;	
	margin:0 0 0 1.5%;
	padding:28px 0 46px;
}
#home-posts article h1 {
	float:left;
	clear:both;
	width:100%;	
	margin:0 0 0 0;
	font-size:18px;
	line-height:23px;
	font-weight:normal;
	color:#d34100;
	font-family: Sica-Bold,"Open Sans",Helvetica,Arial,sans-serif;
}
#home-posts a:hover {
	background-color:#ebe9e7;
	}
	
.single #primary article h1 {
	float:left;
	clear:both;
	width:100%;	
	margin:0 0 0 0;
	font-size:24px;
	line-height:1.3;
	font-weight:bold;
	color:#d34100;
	font-family: Sica-Bold, "Open Sans",Helvetica,Arial,sans-serif;
}
#home-posts article h1 a {
	color:#d34100;
}
.entry-category {
	float:left;
	clear:none;
	width:100%;	
	margin:0 0 3px 0;
	font-size:14px;
	line-height:1;
	text-transform:uppercase;
	color:#999999;
	font-family: Sica-Regular,"Open Sans",Helvetica,Arial,sans-serif;
}
.entry-category a {
	color:#999999;
}
.entry-date {
	float:left;
	clear:none;
	width:100%;	
	margin:6px 0 12px 0;
	padding:0;
	font-size:14px;
	line-height:1;
	color:#333333;
	font-family: Sica-Regular,"Open Sans",Helvetica,Arial,sans-serif;
}
#home-posts img {
	float:left;
	clear:none;
	width:100%;	
	margin:0 0 0 0;
}

/* inner page */

#page-title {
	font-size:30px;
	float:left;
	clear:both;
	width:100%;
	padding:3px 0 4px;	
	margin:0 0 30px;
	line-height:1.1;
}
#page-content h1 {
	font-size:30px;
	line-height:1.1;
	padding:0;
	margin:0 0 6px;
}
#page-content h2 {
	font-size:22px;
	line-height:1.1;
	padding:0;
	margin:0 0 6px;
}
#page-content h3 {
	font-size:20px;
	line-height:1.1;
	padding:0;
	margin:0 0 6px;
}
#page-content h4 {
	font-size:16px;
	line-height:1.1;
	padding:0;
	margin:0 0 6px;
}
#page-content .attachment-post-thumbnail {
	margin:0 0 30px;
}
.entry-content img {
	margin: 0 0 20px 0;
}
.entry-content img.alignright {
	margin-left:20px;
	}
.single .entry-header {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 10px;
}
.single #content-area {
	padding: 54px 0;
}

/* posts */

.posts {
	float: left;
	width: 100%;
	clear: both;
}
.post {
	float: left;
	width: 100%;
	clear: both;
}
.blog #page-content #page-title {
	margin:0;	
	width: 90%;
	padding:0 0 5px 10%;
}
.posts .post {
	margin:0 0 20px;
}
#page-content .posts .post img {
	width:45%;	
	float: left;
	margin:0;
}
.posts .post .entry-text {
	width:50%;	
	float: left;
	padding:0 0 0 5%;
}
#page-content .posts .post h1 {
	margin:25px 0 0;
	float:left;
	clear:both;
	font-size:30px;
}
.posts .post p {
	font-size:16px;
}
.entry-more {
	float:left;	
	margin: 10px 0 0 0;
}
.entry-header {
	float: left;
	width: 100%;
	clear: both;
	margin:0;
}
.entry-header h1 {
	font-weight:normal;
	font-size:28px;
    color: #d34100;
}
.entry-header h1 a {
	transition: color .25s ease-in-out;
   -moz-transition:  color .25s ease-in-out;
   -webkit-transition:  color .25s ease-in-out;
   color: #d34100;
}
.entry-header h1 a:hover {
	text-decoration:none;
	color: #ae3701;
}
.entry-content {
	float: left;
	width: 100%;
	clear: both;
	font-size:15px;
	margin:0 0 6px 0;
}
.posts-nav {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	padding:28px 0 23px 0;
}
.single .posts-nav {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	padding:10px 0 10px 0;
}
.posts-nav li {
	list-style:none !important;	
}
.next.page-numbers {
	float:right;
}
.prev.page-numbers {
	float:left;
}
.page-numbers {
	padding:4px 5px;
}
.current.page-numbers {
}
.single #page-content p {
	line-height:1.4;
}

/* sidebar */

#secondary #s {
	width:90%;
}
.widget {
	float: left;
	width: 100%;
	clear: both;
	font-size:15px;
	margin:0 0 20px 0;
}
.widget h3 {
	float: left;
	width: 100%;
	clear: both;
	font-size:18px;
	line-height:1.4;
	margin:0 0 12px 0;
}
.widget ul {
	float: left;
	width: 100%;
	clear: both;
	margin:0;
}
.widget li {
	float: left;
	width: 100%;
	clear: both;
	margin:0 0 6px 0;
}
#secondary blockquote {
	color:#65888a;
	float:left;
	clear:both;
	font-size:24px;
	line-height:1.3;
	margin:0;
	padding:0;
	border-left:0px;
	font-weight:bold;
	font-family: Sica-Regular,"Open Sans",Helvetica,Arial,sans-serif;
}
#secondary input[type="submit"] {
	font-size: 15px;
	padding: 6px 12px;
	margin: 5px 0 10px 0;
	float: left;
	width:auto;
}

/* contact */

.wpcf7 div {
	float: left;
	width: 100%;
	clear: both;
}
.wpcf7 div input {
	float: right;
	width: 50%;
	clear: none;
	border-radius: 0px;
	border:0px;
}
.wpcf7 div textarea {
	float: right;
	width: 50%;
	clear: none;
	border-radius: 0px;
	height: 180px;
	background: #FFF;
	border:0px;
}
.wpcf7 div label {
	float: left;
	text-align: right;
	margin: 0 10px 0 0;
	color: #6e6e6e;
	font-size: 15px;
	width: 45%;
	clear: none;
}
.wpcf7-submit {
	width: auto;
	height: auto;
	color: #6e6e6e;
	line-height: 1.5;
	text-align: center;
	float:left;
	clear:both;
	border: 0;
}



/* comments */


#comments-header, .nocomments {
	display:none;}
	
#respond {
	display:none;
	margin:36px 0 0 0;
	float: left;
	width: 100%;
	clear: both;	
}
#respond h3 {
	font-size:20px;
}
#comment {
	width:500px;
	color:#000;
	font-size:15px;	
}
#comments {
	display:none;
	margin:20px 0 20px 0;
	font-size:15px;
	line-height:1.2;
	font-weight:normal;
	float: left;
	width: 100%;
	clear: both;	
	font-family:Helvetica, Arial, sans-serif;
}
.commentlist {
	list-style:none;
	margin:0;
	float: left;
	width: 100%;
	clear: both;	
}
.commentlist li {
	list-style:none !important;	
}
.comment-author {
	margin:0 0 12px 0;
	float: left;
	width: 100%;
	clear: both;	
	line-height:2;
}
.comment-author cite {
	font-weight:bold;
}
.comment-author img {
	margin:0 20px 0 0;
	float: left;
}
.comment-meta {
	margin:0 0 18px 0;
	float: left;
	width: 100%;
	clear: both;	
}
.reply {
	font-weight:bold;
}
#primary #comments-header {
	width:600px;
	height:60px;
	float:left;
	clear:both;
	font-size:19px;
	font-weight:bold;	
	margin:20px 0 0 0;
	font-family: Sica-Bold,"Open Sans",Helvetica,Arial,sans-serif;
}

/* footer */

#colophon {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	font-size:16px;
	padding:22px 0 20px;
	position: relative;
	background:#8098a5;
	color:#ebf6fa;
}
#colophon a {
	color:#ffffff !important;
}
#footer-col1 {
	float:left;
	width:17%;
	margin:0 1% 0 13.3%;
}
#footer-col2 {
	float: left;
	/* width: 38%; */
	margin: 0 0 0 0;
	padding:12px 0 0 1.5%;
	width:45%;
}
#footer-col2 h3 {
	font-size:20px;
	line-height:1.2;
	color:#ffffff;
	margin:0 0 5px;
	font-weight:normal;
}
#footer-col2 p {
	font-size:14px;
	line-height:1.2;
	margin:0 0 10px;
}
#footer-col2 .buttons {
	float: left;
	clear:both;
	width: 100%;
	margin: 0 0 0 0;
}
#footer-col2 .button {
	font-size:20px;
	float:left;
	margin:0 2% 0 0;
}
#footer-col3 {
	float:left;
	width:19%;
	margin:35px 0 0 0;
	padding:5px 0 0 0;
	text-align:right;
}
#footer-col3 p {
	color:#dddddd;
	font-size:10px;
}
#colophon #footer-nav {
	float: left;
	clear: both;
	width:100%;
	margin:0;
	padding:5px 0 5px 0;
	font-size:14px;
}
#colophon #footer-nav li {
	float:left;
	clear:both;
	width:100%;
	padding:1px 0;
	text-align:right;
	line-height:1.2;
	font-size:14px;
	color:#ebf6fa;
}
#colophon #footer-nav li a {
	font-size:14px;
	color:#ebf6fa;
	transition: color .25s ease-in-out;
   -moz-transition:  color .25s ease-in-out;
   -webkit-transition:  color .25s ease-in-out;
}
#colophon #footer-nav li a:hover {
	text-decoration:none;
}
#colophon #footer-nav .sub-menu {
	display:none;
}
.facebook {
	width:41px;
	height:41px;
	float:left;
	margin:0;
	padding:0;
}

/* slider */
	img.verdante  {
		float:right;margin-left:10px !important;
		width:220px;
		}
	.verdante-promo {
		color:#ffffff !important;
		}
.third_slide * {
	color:#fff !important;
	}
.third_slide h1 {
	font-size:80px;
	text-transform:uppercase;
	margin-top:30px;
	text-shadow: 0px 0px 5px rgba(150, 150, 150, .3);
	}
.third-slide h2 {
	text-shadow: 0px 0px 5px rgba(150, 150, 150, .3);
	}

.slides li .slide-content .third_slide p, .veryfirst_slide p {
	padding-left:0 !important;
	}
.second_slide {
	color:#fff;
	}
.second_slide .button {
	clear:both;
	margin:20px 0 !important;
	}
.slides li .slide-content .second_slide p, .veryfirst_slide p, .veryfirst_slide h2 {
	color:#fff !important;
	}
.second_slide h1 {
	font-size:120px;
	line-height:105px !important;
	text-transform:uppercase;
	color:#fff;
	text-shadow: 0px 0px 5px rgba(150, 150, 150, .3);
	}
.second_slide .h1_holder {
	height:110px;
	overflow:hidden;
	margin:20px 0;
	}	
.first_slide h1 {
	font-size:175px;
	line-height:165px !important;
	text-transform:uppercase;
	color:#fff;
	text-shadow: 0px 0px 5px rgba(150, 150, 150, .3);
}
.first_slide .h1_holder {
	margin-top:14%;
	height:150px;
	overflow:hidden;
	}
.slide-container {
	width: 100%;
	position: relative;
	float: left;
	}

.slide-container .container-narrow {
	position: relative;
}
.slider {
	width: 100%;
	float: left;
	position: relative;
}
#slider {
	width: 100%;
	display: none;
	float: left;
	margin: 0;
	overflow: hidden;
	position:relative;
	font-family: Sica-Regular,"Open Sans",Helvetica,Arial,sans-serif;
}
#slider .flexslider {
	margin: 0;
	background: transparent;
	border: 0px;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-o-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	zoom: 1;
}
.slides li {
	line-height:18px;
	color:#333333;	
}
.slides li h3 {
	font-size:61px;
	line-height: 1;
	color:#333333;	
	text-transform:uppercase;
	float:left;
	clear:both;
	margin:0 0 12px;
}
.slides li .slide-content {
	font-size:30px !important;
	line-height:18px;
	color:#333333;	
	width: 60% !important;
	margin:27px 0 0 33%;
	z-index:999;
	top:0px;
	position:absolute;
}
.slide-content strong {	
	display:block;
	line-height:1.8;
}
.slides li .slide-content p {
	font-size:24px !important;
	line-height:28px;
	color:#333333;	
	margin:0 0 25px 10px;
	padding-left:10px;
}
.slides li .slide-content .button {
	font-size:20px;
	font-weight:bold;
	color:#FFF;	
	padding:10px 15px;
	margin:0 0 53px 0;
	border-radius:4px;
	line-height:1.2;
	float:left;
	clear:both;
}
.slides li .slide-content ul {
	line-height:18px;
	color:#333333;	
	margin: 0 0 20px 20px;
	float:left;
	clear:both;
}
.slides li .slide-content ul li {
	font-size:16px;
	line-height:1;
	list-style:disc;
	color:#333333;	
	margin:0 0 5px 0;
	float:left;
	clear:both;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 40px;
	text-align: center;
	z-index:999;
}
.flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
}
.flex-control-paging li a {
	width: 28px;
	height: 19px;
	display: block;
	background: #FFF;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	box-shadow: none;
	opacity:0.5;
}
.flex-control-paging li a.flex-active {
	opacity:1;
	background:#FFF;
}
.flex-control-paging li a:hover {
	opacity:1;
	background:#FFF;
}




/* WCD  */

.cta {
	background-color:#8098a5;
	padding:25px 0;
	text-align:center;
	}
.cta .button {
	margin:20px;
	}
.cta .narrow {
	display:none;
	}
.small {font-size:.85em !important;}
.register {width:45%;margin-right:5%;float:left;}

#mc_embed_signup form {
	padding:0 !important;
	}

#primary #mc_embed_signup input[type="submit"] {
	/* padding-top:0 !important; */
	}

.sidebysideimages {
	width:30% !important;}
	
#primary blockquote a {font-weight:normal !important;}
.page-id-388 .hr {
	border-bottom: 1px solid #ccc;
	margin:50px 0;
	}

.half {width:45%;}
.left {float:left;}
.right {float:right;}
.clear {	clear:both;
}
.floorplans a {
	font-size: 1.3em; 
	line-height: 27px !important;
	font-weight:strong;
}

.floorplans a:hover {
	text-decoration:none;
	background-color:#c44006;
	color:#fff;
	}

img.margin-right {margin-right:10px;}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height:inherit;
	}

.wp-caption-text, #primary p.wp-caption-text {
	font-size:.85em;
	text-align:center;
	}
.page-id-685 .wp-caption-text, #primary p.wp-caption-text {
	text-align:left;
	}

ul.mc_list {
	list-style-type: none !important;
	}
#primary ul.mc_list li {
	list-style:none outside none !important;
	}
.mc_merge_var {
	clear:both;
	}

#ten_features {
	background: transparent url('images/Xtenfeatures.jpg') no-repeat;
	height:100%;
	}

#ten_features strong {
	font-size:1.2em;
	}
#ten_features ol  {
	margin-left:0;
	}

#ten_features ol li {
	list-style-type:none;
	}

#ten_features li {
	padding-left:65px;
	min-height:43px;
	margin-bottom:15px;
	}
#ten_features li.one {
	background:transparent url('images/1.png') no-repeat 30px 0;
	}
#ten_features li.two {
	background:transparent url('images/2.png') no-repeat 22px 0;
	}
#ten_features li.three {
	background:transparent url('images/3.png') no-repeat 22px 0;
	}	
#ten_features li.four {
	background:transparent url('images/4.png') no-repeat 22px 0;
	}
#ten_features li.five {
	background:transparent url('images/5.png') no-repeat 22px 0;
	}	
#ten_features li.six {
	background:transparent url('images/6.png') no-repeat 22px 0;
	}	
#ten_features li.seven {
	background:transparent url('images/7.png') no-repeat 22px 0;
	}	
#ten_features li.eight {
	background:transparent url('images/8.png') no-repeat 22px 0;
	}	
#ten_features li.nine {
	background:transparent url('images/9.png') no-repeat 22px 0;
	}	
#ten_features li.ten {
	background:transparent url('images/10.png') no-repeat;
	}
#ten_features li.eleven {
	background:transparent url('images/11.png') no-repeat;
	}
	
dl, dt {text-align:left !important;}
dd.gallery-caption {text-align:center;}


.gallery-caption {
	font-family:inherit;
	position:relative;
	margin:-50px 0 0;
	background-color:rgba(255,255,255,.6);
	color:#000;
	z-index:5000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	width:90%;
	max-width:300px !important;
	min-width:85px !important;
	}
#primary #gallery-2 img {	
	width:90%;
	max-width:215px;
	min-width:85px;
	margin-right:5px;
	max-width:85% !important;
	border:0 !important;
	margin:0 !important;
	}
#gallery-1 a {
	width:90%;
	margin:0 !important;
	padding:0 !important;
	max-width:220px !important;
	min-width:85px !important;
	overflow:hidden;
	}
dt.gallery-icon {
	padding:0 !important;
	max-width:220px !important;
	min-width:85px !important;
	}

.gallery-caption {
	display:none;
	}

.gallery-item:hover .gallery-caption {
display:block;
}
#secondary .button {
	font-size:12px;
	display:block;
	width:80%;
	text-align:center;
	margin:auto;
	}
#view_promo, #floorplan_promo, #recent-posts-2 {
	margin-bottom:75px;
	}
#view_promo img, #floorplan_promo img, #neighborhood_promo img {
	margin-bottom:15px;
	}

.page-id-35 .caption {
	line-height:.85em;
	}
.page-id-35 .wp-caption img {
	border:1px solid #666;
	}
	
.page-id-213 #view_promo, 
.page-id-211 #floorplan_promo, 
.page-id-218 #neighborhood_promo, 
.page-id-34  #recent-posts-2, 
.page-id-211 #sidebar #unitnav {
	display:none;
	}
.parent-pageid-211 #swipebox-overlay {
	background-color:#ffffff !important;
	}
.parent-pageid-211 #swipebox-close {
	background-color:#555555 !important;
	}
#recent-posts-2 li, #recent-posts-2 h3 {
	border-bottom: 1px dashed #bebebe;
	padding-bottom: 10px;
	margin-bottom:10px;
	}
#secondary > * {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}
#secondary:hover *	 {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

.comment-body {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #ddd;
	}

.comment-body a {
	font-weight:normal !important;
	}


.postid-337 #primary ul li {
	margin:0 0 20px !important;
	}
.postid-337 #primary a {
	font-weight:normal;
	}
.postid-337 #primary a strong, .postid-337 #primary strong a {
	font-weight:bold;
	}

#main-nav h3 {
	font-family: Sica-Regular;
	font-weight: normal;
	font-style: normal;
	letter-spacing:.05em;
	font-size:36px !important;
	}
	
.unitplan {
	padding-bottom:40px;margin-bottom:40px;
	border-bottom:1px solid #ddd;
	}	

#primary img.littleimg {
	width:20% !important;
	}

img.alignleft, img.left {margin-right:10px !important;
}


#unitnav {
	width:48%;float:left;
	}
.textwidget #unitnav {
	float:none;
	width:100%;
	clear:both;
	}
.textwidget #legend {
	font-size:.85em;
	line-height:1.2;
	margin-left:30px;
	width:190px;
	text-align:left !important;
	margin:auto;
	}
.textwidget .legendsquare {
	width:12px;
	height:12px;
	}

.textwidget #floor6, 
.textwidget #floor5, 
.textwidget #floor4 {
	height:80px;
	}
.textwidget #rooftop, 
.textwidget #floor2, 
.textwidget #floor3,
.textwidget #upper-level {
	height:100px;
	}
.textwidget svg {
	left:0 !important;
	}
#shared-amenities {
	width:45%;float:right;
	}
.price, .price-2 {
	display:none !important;
	}
#primary a.platform {
	display:block;
	margin-top:40px !important;
	}
	
.parent-pageid-216 .disclaimer, .page-id-211 .disclaimer {display:none;}

.postid-851 h3 {clear:both;}

.img50 {width:50px !important;}

#webcam {
	display:block;
	width:54%;
	margin-left:31.5%;
	padding-bottom:32px;
	clear:both;
}

.veryfirst_slide .nhg img {
	margin-left:-12px;
	}


	.cta {
		display:none;
		}
	#leftarrgh {
		margin-left:10px !important;
		color:#ffffff !important;
		}
	.verdante-promo .button {
		clear:none !important;
		margin-top:10px !important;
		}

/* responsive */

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: 100%;
}

@media (min-width:1300px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 1264px;
	}
		.slides li .slide-content p {
		margin: 0 0 15px 0;
		width:80%;
	}
}
@media (min-width:1179px) {
	.slides li .slide-content p {
		margin: 0 0 15px 0;
		width:80%;
	}
.verdante-promo {
padding-top:50px;
}
}

@media (max-width: 1179px) {
	#main-nav ul {
		width: 100%;
		margin: 0;
	}
	.slides li h3 {
		font-size: 50px;
	}
	#main-nav li a {
		padding: 7px 6px;
		font-size: 15px;
	}
	.slides li .slide-content p {
		margin: 0 0 15px 0;
		width:80%;
	}
	.slides li .slide-content .button {
		font-size: 16px;
		margin: 0 0 30px 0;
	}
	#primary {
		width: 55%;
		float: right;
		margin: 0 10% 0 2%;
	}
		.second_slide .h1_holder {
	margin:0;
	}
}

@media (max-width: 979px) {

	#webcam {
	clear:both;
	width:72%;
	margin-left:22.5%;
	}
	.remaining {
	width:80%;
	}
	.third_slide h1 {
		font-size:70px;
		margin-top:0;
		}
	
	.slides li h3 {
		font-size: 42px;
		margin: 0 0 20px;
	}
	#colophon br {
		display:none;
	}
	#logo-wrap {
		width: 18%;
		margin: 0 2% 0 4.5%;
	}
	#main-nav {
		width: 70%;
	}
	#main-nav li a {
		padding: 7px 6px;
		font-size: 14px;
	}
	.first_slide h1 {
			font-size:105px;

	}
	.second_slide h1 {
			font-size:90px;
	}

	.slides li .slide-content p {
		font-size: 17px !important;
		line-height: 1.2em;
		color: #333333;
		width: 100%;
		margin: 0 0 15px 0;
	}
	.slides li .slide-content ul li {
		font-size: 14px;
		line-height: 16px;
	}
	.slides li .slide-content .button {
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	.flex-control-nav {
		bottom: 20px;
	}
	.flex-control-paging li a {
		width: 24px;
		height: 16px;
	}
	.flexslider .slides img.attachment-post-thumbnail {
		width: 130%;
		max-width: 900%;
	}
	#home-posts h3 {
		width: 16%;
		margin-left: 4%;
	}
	#home-posts article {
		width: 23%;
	}
	#footer-col1 {
		width: 14%;
		margin: 0 2% 0 5.5%;
	}
	#footer-col2 {
		width: 50%;
	}
	#primary {
		width: 60%;
		float: right;
		margin: 0 6% 0 4%;
	}
	#secondary {
		width: 24%;
		float: left;
		margin: 0 0 0 5%;
		min-height: 200px;
		padding: 30px 0 0 0;
	}
	#main-nav .sub-menu li a {
		font-size: 13px;
	}
}
@media (max-width: 899px) {

	.third_slide h1 {
		font-size:55px;
		}
	#main-nav li a {
		padding: 8px 5px;
		font-size: 13px;
	}
.photocolumn img.alignright {
	display:block !important;
	float:none !important;
	clear:both;
	margin:auto;
	width:50%;
	}
.photocolumn {
	text-align:center;
	display:block !important;
	float:none !important;
	clear:both;
	margin:auto;
	width:100%;
	}

#primary img.littleimg {
	width:inherit !important;
	}
img.narrower {
	width:inherit;
	}
.postid-337 img.alignright {
		clear:none !important;
		float:right !important;
		}
}
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
#secondary *	 {
	opacity: 1;
	filter: alpha(opacity=100);
	}
}


@media (max-width: 767px) {

#webcam {
	padding-top:32px;
	clear:both;
	width:70%;
	margin-left:15%
	}
.textwidget #floor6, 
.textwidget #floor5, 
.textwidget #floor4 {
	height:120px;
	}
.textwidget #floor2, 
.textwidget #floor3,
.textwidget #upper-level {
	height:150px;
	}
.textwidget #ground-level {
	height:220px;
	}
	.third_slide .h1_holder {margin-top:100px;}
	.third_slide p {
		margin-top:10px !important;
		}
.second_slide .h1_holder {
		margin-top:100px;
		}	
.first_slide .h1_holder {
	margin-top:10% !important;
	}
.slide-content {
	text-align:center;
	}
.slide-content h1 {
	margin:auto;
	}
.sidebysideimages {
	width:100% !important;}
	body {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar {
		margin-bottom: 0px;
		overflow: visible;
	}
	.navbar-inverse .navbar-inner {
		background-image: none;
		filter: none;
		border: 0px;
		border-radius: 0;
		padding-left: 5px;
		padding-right: 5px;
		background-color: #333333;
	}
	.navbar .btn-navbar {
		padding: 7px 10px;
		margin: 10px 10px;
	}
	.navbar-inverse .btn-navbar {
		color: #FFF;
		text-shadow: none;
		background-color: #27150d;
		background-image: none;
		background-repeat: repeat-x;
		filter: none;
		border: 0px;
		border-radius: 0px;
	}
	.navbar-inverse .btn-navbar:hover {
		color: #FFF;
		text-shadow: none;
		background-color: #140a05;
		background-image: none;
		background-repeat: repeat-x;
		filter: none;
		border: 0px;
		border-radius: 0px;
	}
	.navbar-inverse .brand {
		color: #FFF;
		text-shadow: none;
	}
	.navbar-inverse .brand:hover {
		color: #FFF;
		text-shadow: none;
	}
	.navbar .brand {
		padding-left: 30px;
		padding-right: 10px;
		margin: 0 0 0 -5px;
		padding-top: 14px;
	}
	.navbar-inverse .nav > li {
		float: left;
		clear: both;
		width: 100%;
		border-radius: 0px;
	}
	.navbar-inverse .nav > li > a {
		color: #FFF;
		text-shadow: none;
		font-size: 16px;
		border-radius: 0px;
		font-weight:normal;
	}
	.navbar-inverse .nav > li > a:hover {
		color: #FFF;
		text-shadow: none;
		font-size: 16px;
		text-decoration: none;
		background: #27150d;
		border-radius: 0px;
	}
	.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
		width: 89%;
		color: #FFF;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		padding: 5px 4%;
		width: 89%;
	}
	.nav-collapse .nav {
		padding-bottom: 6px;
		width: 96%;
	}
	.nav-collapse .nav > li {
		float: none;
		padding: 0 12px;
	}
	.navbar-inverse .sub-menu {
		padding: 3px 2% 3px 0;
		width: 98%;
		float: left;
		clear: both;
	}
	.navbar-inverse .sub-menu li > a {
		color: #FFF;
		text-shadow: none;
		font-size: 16px;
		padding: 3px 2% 3px 10%;
		width: 87%;
		float: left;
		clear: both;
		font-weight:normal;
	}
	.navbar-inverse .sub-menu li > a:hover {
		text-decoration: none;
		background: #27150d;
	}
	.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
		background: #27150d;
	}
	#logo-wrap {
		display:block;
		float:none;
		margin:0 auto;
		width:30%;	
	}
	#primary #page-title {
		text-align:center;	
	}
	#primary p {
/*		text-align: left; WC */ 
		font-size: 16px;
	}
.page-id-160 .wp-caption-text {
	display:none;
	}
	#page-title {
		text-align:center;	
		padding: 20px 0 10px;
	}
	#content-area {
		padding: 54px 0;
	}
	#primary {
		width: 90%;
		float: left;
		clear:both;
		margin: 0 0 30px;
		padding: 40px 5% 0;
	}
	.page-template-page-full-php #primary {
		width: 90%;
		float: left;
		clear:both;
		margin: 0 0 30px;
		padding: 40px 5% 0;
	}
	#secondary {
		width: 90%;
		float: left;
		clear:both;
		margin: 0;
		padding: 0 5%;
		text-align: center;	
		min-height:100px;
	} 
	#secondary *	 {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	#footer-col2 .button, .facebook {
		clear:both;
		display:block;
		float:none;
		margin:20px auto 0;
	
		}
	li.three img {
		display:none !important;
		}
	/*
	#primary h1 {
		text-align: center;
	}
	#primary h2 {
		text-align: center;
	}
	#primary h3 {
		text-align: center;
	}
	#primary h4 {
		text-align: center;
	}
	#primary li {
		text-align: center;
	}
	WC */
	.entry-more {
		text-align:center;
		width:100%;
	}
	#logo-wrap {
		display: block;
		float: none;
		margin: 0 auto 12px;
		width: 25%;
	}
	#logo {
		margin: 0;
		display: block;
		width: 100%;
	}
	#page-content .posts .post img {
		width: 100%;
	}
	.entry-text {
		width: 100%;
		float: left;
		padding: 0 0 0 0;
	}
	#page-content .posts .post h1 {
		margin: 24px 0 0;
		font-size: 24px;
		width: 100%;
		text-align: center;
	}
	#home-posts h3 {
		float: left;
		clear: both;
		width: 90%;
		margin: 0;
		padding: 12px 5%;
		text-align:center;
	}
	#home-posts article {
		float: left;
		clear: both;
		width: 90%;
		margin: 0;
		padding: 20px 5% 0;
		text-align:center;
	}
	#footer-col1 {
		float: left;
		width: 100%;
		margin: 0;
	}
	#footer-col2 {
		float: left;
		width: 90%;
		margin: 0 0 0 0;
		padding: 12px 5%;
		text-align: center;
	}
	#footer-col3 {
		float: left;
		width: 90%;
		margin: 0 0 0 0;
		padding: 12px 5%;
		text-align: center;
	}
	.flexslider .slides img.attachment-post-thumbnail {
		width: 160%;
		max-width: 900%;
	}
	.slides li .slide-content {
		font-size: 14px;
		line-height: 16px;
		color: #333333;
		width: 80% !important;
		margin: 60px 0 0 10%;
		z-index: 999;
		top: 0px;
		position: absolute;
	}
	.slides li .slide-content img {
		width: 80% !important;
		margin:35px auto;
		float:none;
	}
	.slides li .slide-content p {
		font-size: 15px;
		line-height: 18px;
		color: #333333;
		width: 100%;
		margin: 0 0 15px 0;
		text-align:center;
	}
	.slides li .slide-content ul {
		width:100%;
	}
	.slides li .slide-content ul li {
		font-size: 15px;
		text-align:center;
		width:100%;
		list-style:none;
	}
	.slides li h3 {
		font-size: 32px;
		color: #333333;
		text-transform: uppercase;
		line-height: 1.1;
		float: left;
		clear: both;
		margin: 0 0 20px;
		text-align:center;
		width:100%;
	}
	.slides li .slide-content .button {
		font-size: 15px;
		font-weight: bold;
		color: #FFF;
		padding: 10px 15px;
		margin: 0 auto 30px;
		border-radius: 4px;
		line-height: 1.2;
		float: none;
		clear: both;
	}
	#home-posts img {
		clear: none;
		width: auto;
		margin: 0 auto;
		float: none;
	}
	#home-posts {
		padding-bottom:30px;
	}
	#footer-col1 img {
		margin: 0 auto;
		display: block;
	}
	#footer-col2 .buttons {
		float: none;
		clear: both;
		width: 322px;
		margin: 0 auto;
	}
	#colophon #footer-nav li {
		float: left;
		clear: both;
		width: 100%;
		padding: 1px 0;
		text-align: center;
		line-height: 1.2;
		font-size: 14px;
		color: #ebf6fa;
	}
	.entry-category {
		text-align:center;
	}
	.entry-date {
		text-align:center;
	}
	#primary img {
		max-width: 90%;
		margin: 0 auto 20px;
		display: block;
	}
	#comment {
		width: 95%;
		color: #000;
		font-size: 15px;
	}
	#primary #comments-header {
		width: 96%;
		padding: 27px 0 0 0;
		text-align:center;
	}
	#mc_signup_form .mc_var_label {
		width: auto;
		float: left;
	}
	#secondary input[type="submit"] {
		font-size: 15px;
		padding: 6px 12px;
		margin: 12px 0 10px 0;
		float: none;
		width: auto;
	}
		.slides li .slide-content .button {
		line-height:50px !important;
		}
	.veryfirst_slide .nhg {
		text-align:center;
		}
	.veryfirst_slide .nhg img {
		margin:auto;
		}

	#sold_out {
		display:none;
		}
	.slides li .slide-content img.verdante  {
		width:50% !important;
		margin:auto !important;
		}

	#leftarrgh span.lincolnpark {
		display:none !important;}

}
@media (max-width: 600px) {
	.flex-control-nav {
	display:none;
	}
	.veryfirst_slide .nhg {
	display:none;
	}
	.remaining {
	width:90%;
	}
	#unitnav {
	width:100%;float:none;margin-bottom:32px;
	}
	#shared-amenities {
	width:100%;clear:both;float:none;
	}
	.cta .wide {
	display:none;
	}
	.cta .narrow {
	display:block;
	}
	.alignright {
	display:block !important;
	float:none !important;
	clear:both;
	margin:0;
	}
	#leftarrgh  {
	display:none;
	}
	
	
	#masthead {
		height: 74px;
	}
	#logo-wrap {
		display: block;
		float: none;
		margin: 0 auto 12px;
		width: 40%;
	}
	.flexslider .slides img.attachment-post-thumbnail {
		width: 220%;
	}
	.slides li .slide-content {
		font-size: 14px;
		line-height: 16px;
		width: 80% !important;
		margin: 100px 0 0 10%;
	}
	.slides li .slide-content p {
		font-size: 14px;
		line-height: 16px;
		color: #333333;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.slides li .slide-content ul li {
		font-size: 14px;
	}
	.slides li h3 {
		font-size: 30px;
		color: #333333;
		text-transform: uppercase;
		line-height: 1.1;
		float: left;
		clear: both;
		margin: 0 0 20px;
	}
	.slides li .slide-content .button {
		font-size: 13px;
		padding: 10px 15px;
		margin: 0;
	}
	#footer-col1 img {
		margin: 0 auto;
		display: block;
		width: 35%;
	}
	#footer-col2 h3 {
		font-size: 13px;
		line-height: 1;
		color: #ebf6fa;
		margin: 0 0 30px;
		font-weight: normal;
	}
	#footer-col2 p {
		font-size: 13px;
		line-height: 1;
		margin: 0 0 10px;
	}
	#footer-col2 .button {
		font-size: 15px;
		float: left;
		margin: 0 2% 0 0;
		padding: 5px 10px;
	}
	#footer-col2 .buttons {
		float: none;
		clear: both;
		width: 230px;
		display: block;
		margin: 0 auto;
	}
	#footer-col2  .button {
		margin-bottom:10px;
		}

	#primary {
		width: 90%;
		float: left;
		clear:both;
		margin: 0 0 30px;
		padding: 20px 5% 0;
	}
	.page-template-page-full-php #primary {
		width: 90%;
		float: left;
		clear:both;
		margin: 0 0 30px;
		padding: 20px 5% 0;
	}
	.half {
		width:100%;
		}
	.left, .right {
		float:inherit;
		}
	.slide-content {
			top:margin:60px !important;
			}
		img.verdante {
			width:25%;}
}

	.slides {
		 padding-right:0px !important; 
		}
}
@media (max-width: 500px) {
	#webcam {
	width:84%;
	margin-left:8%
		text-align:center;
	}
	#webcam h2 {
		font-size:20px !important;
		}
	.slides li .slide-content {
		margin: 80px 0 0 10%;
	}
		
@media (max-width: 400px) {

	#slider {
		margin: 0;
	}
	.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
		width: 84%;
		color: #FFF;
	}
	#logo-wrap {
		display: block;
		float: none;
		margin: 0 auto 12px;
		width: 50%;
	}
	.flexslider .slides img.attachment-post-thumbnail {
		width: 320%;
	}
	.flex-control-nav {
		width: 100%;
		position: absolute;
		bottom: 20px;
		text-align: center;
		z-index:999;
	}
	.flex-control-paging li a {
		width: 24px;
		height: 14px;
	}
	.slides li .slide-content {
		margin: 60px 0 0 10%;
	}
	#home-posts article {margin-bottom:30px;}
	#home-posts h3 {
		font-size: 20px;
	}
	#home-posts article h1 {
		margin: 0 0 0 0;
		font-size: 20px;
		line-height: 20px;
	}
	#home-posts .entry-date {
		font-size: 13px;
	}
	#home-posts .entry-category {
		font-size: 13px;
	}
	#home-posts h3 {		
		padding: 4px 5%;
	}
	.slides li .slide-content {
		margin: 80px 0 0 10%;
	}
	#primary {
		width: 90%;
		float: left;
		clear:both;
		margin: 0 0 30px;
		padding: 0px 5% 0;
	}
	.page-template-page-full-php #primary {
		width: 90%;
		float: left;
		clear:both;
		margin: 0 0 30px;
		padding: 0px 5% 0;
	}
	.third_slide h1 {
		font-size:40px !important;
		}
	.third_slide h2 {
		font-size:32px !important;
		}
}
@media (max-width: 450px) {
	#content-area {
		margin-top:80px;
		}
	.slides li .slide-content {
		margin: 80px 0 0 5%;
		width: 90% !important;
	}
	.slides li .slide-content ul {
		margin: 0 0 20px;
		float: left;
		clear: both;
	}
.buttons {
	text-align:center !important;
	}
.buttons .button {margin:0 auto 10px 30px !important;}

	.third_slide .h1_holder {
		margin-top:0;
		}
}


@media (max-width: 380px) {
	.slides li .slide-content .third_slide p {
			text-shadow: 0px 0px 5px rgba(0, 0, 0, 1) !important;
		}
	.first_slide h1,.second_slide h1 {
		font-size:80px !important;
		line-height:80px;
		}
	.second_slide .h1_holder, .first_slide .h1_holder {
		margin-top:100px !important;
		height:120px;
		}
	.third_slide .h1_holder {
		margin-top:50px;
		}
	.third_slide h1 {
		font-size:30px !important;
		}
	.third_slide h2 {
		font-size:22px !important;
		}
	.slides li .slide-content {
		margin: 50px 0 0 5%;
		width: 90% !important;
	}
}



