/*
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%;
	}

#container{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	}
	
#header{
	height: 48px;
	background: white;
	}

	#header_top{
		height: 22px;
		background: #00653b;
		border-top: 1px solid #b7d2c6;
		border-bottom: 1px solid #53967a;
		width: 100%;
		}

#top_nav{
	background-color: rgba(76, 147, 117, 0.9);
	position: absolute;
    right: 0;
    top: 48px;
    z-index: 10;
    border: 1px solid #d0e1d9;
	}

#top_nav li{
	float: left;
	}

#top_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;
	}

#top_nav a:hover{
	background-color: rgba(250, 249, 248, 0.9);
	color: #00653b;
	}
	
#content{
	height: 100%;
	overflow: hidden;
	}
	
	#slideshow{
		position: relative;
		z-index: 5;
		width: 100%;
		min-width: 1300px;
		min-height: 610px;
		}
		
		#slideshow img{
			width: 100%;
			}

	#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;
		}

	.masterplan{
		background: #044027;	
		}

#footer{
	height: 36px;
	width: 100%;
	z-index: 10;
	position: fixed;
	bottom: 0;
	color: #666;
	font-size: 13px;
	text-align: right;
	font-family: Helvetica;
	background: white;
	}

	#footer ul{
		float: right;
		margin-top: 7px;
		}
	
	#footer li{
		float: left;
		margin-right: 7px;
		}
	
	#footer span{
		line-height: 36px;
		margin-right: 10px;
		}

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;
	}

#content_box{
	height: 434px;
	width: 800px;
	background-color: rgba(255, 255, 255, 0.9);
	position:absolute;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    bottom: 128px;
    z-index: 100;
    font-family: 'Helvetica Neue', Helvetica;
    color: #666666;
    font-size: 13px;
    line-height: 18px;
	}

	#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 .contact-scroll-area{
		float: left;
		width: 740px;
		padding: 6px 30px 8px;	
		height: 360px;
		margin-top: 20px;
		}
		
	#content_box p{
		margin: 8px 0;
		}
	
	#content_box strong, #content_box strong a{
		color: #00653b;
		font-size: 16px;
		letter-spacing: 1px;
		display: block;
		margin: 4px 0 0;
		text-decoration: none;
		}
		
	#content_box strong a{
		margin-bottom: 0;
		}	
	
	#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 .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: 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 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{
		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;
		}
		
#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: 24px;
	line-height: 25px;
	}

#contact_right .menu-662{
	margin-left: 7px;
	}

#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: 0;
	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;