/*
Theme Name: Jalousie
Description: 
Author: Nick Karch
Author URI: 
Version: 1.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}


html {
	height: 100%;
	}

body {
	height: 100%;
	background: #00371e;
	min-height: 730px;
	min-width: 750px;
	width: auto;
	}
	
		#slideshow{
		position: fixed; 
		  top: -50%; 
		  left: -50%; 
		  width: 200%; 
		  height: 200%;
		  z-index: -100;
		}
		
		#slideshow img{
			position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
			}

	#slideshow.masterplan{
		background: #00371e;
		text-align: center;
		overflow: hidden;
		}
		
	#slideshow.masterplan img{
		/*width: auto;
		height: auto;*/
		}
	
	#slideshow.gallery{
		background: black;
			
		}	
#align{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	}
	
	#align_1{
		height: 100px;
		}
	
	#align_2{
		vertical-align: middle;
		min-height: 434px;
		}
	
	#align_2 td#align_2_main{
		vertical-align: bottom;
		min-width: 930px;
		}
		
	#align_3{
		height: 100px;
		}
		
	@-moz-document url-prefix() {
    	#align_3 {
    		height: 100px;
    		}
    	}
		
#header{
	/*height: 48px;*/
	height: 202px;
	width: 100%;
	position: relative;
	z-index: 5;
	}

	#header .green{
		height: 22px;
		background: #00653b;
		border-top: 1px solid #b7d2c6;
		border-bottom: 1px solid #53967a;
		}
		
	#header .white{
		height: 26px;
		background: #fff;
		}
	
	#jalousie_logo{
		width: 202px;
		height: 199px;
		position: absolute;
		z-index: 10;
		left: 83px;
		top: 0;
		-moz-box-shadow: 0 3px 10px #000;
		-webkit-box-shadow: 0 3px 10px #000;
		box-shadow: 0 3px 10px #000;
		}
		
	#jalousie_logo_top{
		height: 24px;
		}
		
	#header_nav{
		background-color: rgba(76, 147, 117, 0.9);
		position: absolute;
	    right: 0;
	    top: 50px;
	    z-index: 10;
	    border: 1px solid #d0e1d9;
		}

		#header_nav li{
			float: left;
			}

		#header_nav a{
			display: block;
			text-transform: uppercase;
			text-decoration: none;
			font-family: 'Helvetica Neue', Helvetica;
			color: #fff;
			height: 22px;
		    padding: 6px 6px 0 7px;
		    font-size: 15px;
		    letter-spacing: 1px;
			}
		
		#header_nav a:hover{
			background-color: rgba(250, 249, 248, 0.9);
			color: #00653b;
			}

#footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
	color: #666;
	font-size: 13px;
	font-family: Helvetica;
	}
	
	#footer_bottom{
		height: 38px;	
		text-align: right;
		background: white;
		}
	
	#footer span{
		line-height: 36px;
		margin-right: 10px;
		}

	/*#main_nav{ why is this doubled here?
		width: 612px;
		height: 30px;
		background-color: rgba(255, 255, 255, 0.9);
		position:absolute;
		left:0;
		right:0;
		bottom: 36px;
		margin-left: auto;
		margin-right: auto;
		z-index: 100;
		color: #666666;
		font-family: 'Helvetica Neue', Helvetica;
		font-size: 14px;
		}
		
	#main_nav li{	
		float: left;
		}
		
	#main_nav a{
		text-transform: uppercase;
		color: #00653B;
		text-decoration: none;
		padding: 8px 12px;
		display: block;
		}
	
	#main_nav .fix-contact{
		padding: 8px 10px;	
		}
		
		@media screen and (-webkit-min-device-pixel-ratio:0) {
			#main_nav .fix-contact{
				padding: 8px 5px 8px 6px;	
				}
			}
		
	#main_nav a:hover{
		background: white;
		}*/

h1{
	font-family: 'Trajan Pro', Times;
	text-transform: uppercase;
	color: #fdfdfd;
	background: #00653b;
	height: 12px;
	margin: 0;
	padding: 12px 20px;
	font-size: 20px;
	letter-spacing: 2px;
	}

#masterplan_buttons{
	width: 553px;
	height: 445px;
	margin: auto;
	position: relative;
	z-index: 2;
	}


#masterplan_buttons a:hover{
	background: white;
	opacity: 0.7;
	box-shadow: 0 0 4px #fff;
	}
	
	#masterplan_info{
		width: auto;
		height: auto;
		background: white;
		opacity: 0.9;	
		position: absolute;
		padding: 12px;
		font-family: 'Helvetica Neue',Helvetica;
		font-size: 13px;
		line-height: 18px;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		}
	
	#masterplan_copy{
		display: none;
		}

dd.tubepress_meta_title, dd.tubepress_meta_title a{
	margin-top: 3px;
	color: #00653B;
	}
	
dd.tubepress_meta_title a:hover {
	color: #e1b33b;
	}
	
.list_carousel{
	height: 140px;
	width: 100%;
	position: absolute;
	bottom: 100px;
	background: white;
	opacity: 0.9;
	}

.list_carousel table{
	width: 100%;
	}

.list_carousel table td{
	width: 90%;
	}

.list_carousel .caroufredsel_wrapper{
	margin: auto !important;
	}

#align_2 .list_carousel td.scroll{
	width:5%;
	vertical-align: middle;
	text-align: center;
	}

#align_2 .list_carousel td.scroll a{
	height: 140px;
	height: 50px;
    padding: 45px 0;
	display: block;
	}
	
#align_2 .list_carousel td.scroll a:hover{	
	background: #eee;
	}
	
#align_2 .list_carousel td.scroll img{
	position: relative;
	float: none;
	}
	
.list_carousel td.scroll img{
	width: auto;
	height: auto;
	position: relative;
	float: left;
	top: 0;
	left: 0;
	}
	
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	}

.list_carousel li{
	float: left;
	text-align: center;
	width: 168px;
	height: 120px;
	display: block;
	margin: 10px 5px;
	}

.list_carousel img{
	width: 168px;
	height: 120px;
	cursor: pointer;
	}

.list_carousel img:hover{
	opacity: 0.7;
	}
	
.list_carousel.responsive {
		width: auto;
		margin-left: 0;
		}
	
	.clearfix {
		float: none;
		clear: both;
		}	
	
#slideshow.gallery img{
	
	}

#slideshow.gallery img.gallery_loader{
	height: 55px;
	min-height: 55px;
    position: absolute;
    width: 54px;
    min-width: 54px;
    z-index: -5;
	}
	
#content_box{
	position: relative;
	height: 434px;
	width: 800px;
	background-color: rgba(255, 255, 255, 0.9);
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    font-family: 'Helvetica Neue', Helvetica;
    color: #666666;
    font-size: 13px;
    line-height: 18px;
	}
	
	#content_box h3{ /*subheading*/
		font-weight: bold;
		color: #00653B;
		}
		
	#content_box ul{
		border-bottom: 2px solid #c7c5c5;
		height: 22px;
		margin: 6px 0 0 30px;
		padding: 6px 0;
		float: left;
		font-size: 13px;
		font-weight: bold;
		}
	
	#content_box li{
		float: left;
		margin-right: 20px;
		}	
	
	#content_box li a{
		font-family: 'Trajan Pro', Times;
		color: #666666;
		text-decoration: none;
		}
	
	#content_box li a:hover{
		color: #00653b;
		}
	
	#content_box .scroll-area{
		float: left;
		width: 740px;
		padding: 6px 30px 8px;	
		height: 324px;
		}
	
	#content_box .video-scroll-area{
		float: left;
		width: 740px;
		padding: 6px 30px 8px;	
		height: 324px;
		}
	
	#content_box .contact-scroll-area{
		float: left;
		width: 740px;
		padding: 6px 30px 8px;	
		height: 360px;
		margin-top: 20px;
		}
		
	#content_box p{
		margin: 8px 0;
		}
	
	#content_box h2, #content_box h2 a{
		color: #00653b;
		font-size: 16px;
		letter-spacing: 1px;
		display: block;
		margin: 4px 0 0;
		text-decoration: none;
		}
		
	#content_box strong{
		font-weight: bold;
		}	
	
	#content_box .no-float{
		float: none;
		}
	
	#content_box .float-left{
		float: left;
		}
		
	#close_btn{
		color: white;
		display: block;
		position: absolute;
		top: 8px;
		right: 8px;
		cursor: pointer;
		}
		
	#close_btn:hover{
		color: #E1B33B;
		}
	
	.property-excerpt{
		width: 400px;
		float: left;
		}
	.property-image{
		width: 245px;
		height: 130px;
		border: 5px solid #f5f7f9;
		float: left;
		margin: 8px 20px 0 0;
		}
	
	.property-image-large{
		width: 420px;
		height: 220px;
		border: 5px solid #f5f7f9;
		float: left;
		margin: 4px 20px 0 0;
		}
	
	.more{
		clear: both;
		color: #00653b;
		text-decoration: underline;
		font-weight: bold;
		margin-top: 6px;
		display: block;
		}
	
	#content_box hr{
		border: 1px solid #c7c5c5;
		width: 700px;
		float: left;
		margin-top: 14px;
		}
		
	#content_box .viewport { width: 700px; height: 324px; overflow: hidden; position: relative; }
	#content_box .video-scroll-area .viewport { width: 700px; height: 354px; overflow: hidden; position: relative; }

	#content_box .contact-scroll-area .viewport { width: 740px; height: 364px; overflow: hidden; position: relative; }
	#content_box .overview { list-style: none; position: absolute; left: 0; top: 0; }
	
	#content_box .thumb .end,
	#content_box .thumb { background-color: #7faf99; }
	#content_box .scrollbar { position: relative; float: right; width: 13px;}
	#content_box .track { background-color: #fbfaf6;; height: 100%; width:11px; position: relative; padding: 0 1px; }
	#content_box .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0;}
	#content_box .thumb .end { overflow: hidden; height: 5px; width: 13px; }
	#content_box .disable{ display: none; }

	#main_nav{
		/*width: 500px;*/
		width: 620px;
		height: 30px;
		background-color: rgba(255, 255, 255, 0.9);
		position:absolute;
		left:0;
		right:0;
		bottom: 36px;
		margin-left: auto;
		margin-right: auto;
		z-index: 100;
		color: #666666;
		font-family: 'Helvetica Neue', Helvetica;
		font-size: 14px;
		}
	
	@-moz-document url-prefix() {
    	#main_nav{
    		width: 612px;
    		}
    	}
	
	#main_nav ul{
		
		}
		
	#main_nav li{	
		float: left;
		}
		
	#main_nav a{
		text-transform: uppercase;
		color: #00653B;
		text-decoration: none;
		padding: 8px 12px;
		display: block;
		}
	
	#main_nav .fix-contact, li#menu-item-200 a{
		padding: 8px 10px;	
		}
				
	#main_nav a:hover{
		background: white;
		}
		
#about_expander{
	position: absolute;
	z-index: 10;
	background: #00653B;
	color: #E1B33B;
	font-family: "Trajan Pro",Times;
	height:380px;
	width: 32px;
	left: 83px;
	bottom: 70px;
	opacity: 0.9;
	cursor: pointer;
	}

#about_expander:hover{
	color: white;
	}
	
#about_expander span{
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	bottom: 31px;
    left: -11px;
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
	}

#about_expander span#default_title{
	width:145px;
	left: -55px;
	bottom: 75px;
	}

#landing_copy{
	width:512px;
	height:380px;
	position: absolute;
	left: 115px;
	bottom: 70px;
	z-index: 10;
	}	

#landing_copy_transparent{
	background: white;
	height:inherit;
	width: inherit;
	float: left;
	background-color: rgba(255, 255, 255, 0.9);
	}

#landing_copy_opaque .viewport { width: 456px; height: 360px; overflow: hidden; position: relative; }
#landing_copy_opaque .overview { list-style: none; position: absolute; left: 0; top: 0; }

#landing_copy_opaque .thumb .end,
#landing_copy_opaque .thumb { background-color: #7faf99; }
#landing_copy_opaque .scrollbar { position: relative; float: right; width: 13px;}
#landing_copy_opaque .track { background-color: #fbfaf6;; height: 100%; width:11px; position: relative; padding: 0 1px; }
#landing_copy_opaque .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0;}
#landing_copy_opaque .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#landing_copy_opaque .disable{ display: none; }

#landing_copy_opaque{
	height: inherit;
	width: 480px;
	float: left;
	margin-top: -380px;
	font-family: Helvetica;
	font-size: 14px;
	padding: 10px 20px;
	color: #aaa9a9;
	}

#landing_copy p{
	margin-bottom: 10px;
	line-height: 20px;
	}
	
#landing_contact{
	width:557px;
	/*height:322px;*/
	position: absolute;
	right: 86px;
	bottom: 70px;
	z-index: 10;
	}
	
#landing_contact_header{
	background: #00653B;
    color: #E1B33B;
    float: left;
    font-family: "Trajan Pro",Times;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    letter-spacing: 1px;
    line-height: 35px;
    opacity: 0.9;
    text-align: center;
    text-transform: uppercase;
    width: inherit;
  	cursor: pointer;
	}

#landing_contact_header:hover{
	color: white;
	}

#landing_contact_expand{
	height: 292px;
	width: inherit;
	float: left;
	}
	
#landing_contact_transparent{
	background: white;
	height: inherit;
	width: inherit;
	float: left;
	background-color: rgba(255, 255, 255, 0.9);
	}

#landing_contact_form .viewport { width: 500px; height: 266px; overflow: hidden; position: relative; }
#landing_contact_form .overview { list-style: none; position: absolute; left: 0; top: 0; }

#landing_contact_form .thumb .end,
#landing_contact_form .thumb { background-color: #7faf99; }
#landing_contact_form .scrollbar { position: relative; float: right; width: 13px; left: -28px;}
#landing_contact_form .track { background-color: #fbfaf6;; height: 100%; width:11px; position: relative; padding: 0 1px; }
#landing_contact_form .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0;}
#landing_contact_form .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#landing_contact_form .disable{ display: none; }

#landing_contact_form{
	height: inherit;
	width: inherit;
	float: left;
	margin-top: -292px;
	font-family: Helvetica;
	font-size: 14px;
	padding-left: 19px;
	padding-top: 12px;
	color: #aaa9a9;
	letter-spacing: 2px;
	}

.contact-scroll-area{
	font-family: Helvetica;
	font-size: 14px;
	color: #aaa9a9;
	letter-spacing: 2px;
	}

.contact-scroll-area td, #landing_contact_form td{
	vertical-align: middle;
	line-height: 19px;
	}
	
.contact-scroll-area input, .contact-scroll-area textarea, 
#landing_contact_form input, #landing_contact_form textarea{
	background: white;
	border:1px solid #aaa9a9;
	width:298px;
	margin-bottom: 7px;
	height: 16px;
	padding: 1px;
	font-family: Helvetica;
	font-size: 12px;
	letter-spacing: 0;
	}

.contact-scroll-area select, #landing_contact_form select{
	letter-spacing: 0;
	}

.contact-scroll-area textarea, #landing_contact_form textarea{
	height: 190px;
	max-height: 190px;
	max-width: 298px;
	resize:none;
	padding: 4px 1px;
	}

#contact_left{
	float: left;
	width: 434px;
	height: 338px;
	}

#contact_right{
	float: left;
	width: 290px;
	margin-right: 10px;
	font-size: 12px;
	height: 338px;
	position: relative;
	}

#contact_right p{
	margin-bottom: 18px;
	line-height: 22px;
	}

#contact_right .menu-662{
	margin-left: 7px;
	}

.contact_hidden{
	margin-top: 6px;
	float: left;
	}

#align_2 .contact_hidden td{
	vertical-align: top;
	}

.contact_hidden input{
	width: 161px;
	}

.contact_hidden select{
	width: 165px;
	}
#landing_contact_form #landing_contact_form_bottom{
	margin-left:-14px;
	}
	
#landing_contact_form #landing_contact_form_bottom td{
	}
	
#request_brochure{
	color: #3f8769;
	float: left;
	}

#request_brochure label{
	float: left;
	}

#request_brochure input{
	width:14px;
	margin-right: 4px;
	}
	
#request_brochure .wpcf7-list-item-label{
	margin-right: 10px;	
	}

landing_contact_form_bottom a{
	font-size: 14px;
	margin-top: 2px;
	margin-left: 4px;
	float: left;
	color: #3f8769;
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	#landing_contact_form_bottom a{
		margin-top: -2px;
		display: block;
		}
	
	#request_brochure{
		color: #3f8769;
		float: left;
		padding-left: 2px;
		}
	
	}

#submit{
	width: 80px;
	float: right;
	}

#contact_right #submit{
	position: absolute;
	bottom: -10px;
	right: 0;
	clear: both;
	}
	
#submit input{
	width:73px;
	height: 24px;
	color: #FDFDFD;
	cursor: pointer;
	margin-left: 2px;
	margin-top: 2px;
	background: #00653B;
	margin-bottom: 0;
	}
	
#submit input:hover{
	background: #aaa9a9;
	border: 1px solid white;
	color: white;
	}
	
div.wpcf7-mail-sent-ok {
    position: absolute;
    top: 78px;
    width: 373px;