@import url(http://fonts.googleapis.com/css?family=Open+Sans:600,400);
@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.container > header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	margin-top: 20px;
}

.logo{
	position:absolute;
	left:50%;
	margin-left:-83.5px;
	background: url(../images/logo.png);
	height:130px; 
	width:167px;
}

.footer{
	position:fixed;
	bottom: 0;
	background:url(../images/space_bg.png);
	width:100%;
	height:20px;
	line-height:20px;
	color:white;
	text-align:center;
	font-size:10px;
}

.contact_us{
	position: fixed;
	top: 50%;
	margin-top:-57px;
	right:0;
	background: url(../images/contact.png);
	width:32px;
	height:114px;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}

/* CONTENT */

.content_wrap{
	position:absolute;
	top:170px;
	width:100%;
	min-width:1000px;
	height:450px;
	max-height:450px;
	font-size:13px;
}

.content{
	margin:auto;
	width:1000px;
	height:450px;
	max-height:450px;
}

/* home */

.home{
	margin-top:70px;
	text-align:center;
	color:#536030;
}

.home_banner{
	margin:auto;
	text-align:center;
	padding: 10px;
	width: 470px;
	border-top: 1px solid #a8aa92;
	border-bottom: 1px solid #a8aa92;
}

.home_banner_wrapper{
	width: 500px;
	margin: auto;
	margin-top:70px;
	height: 100px;
	background-color:rgba(255,255,255,0.75);
	padding: 15px;
}


.banner_title{
	font-size: 22px;
	color: #a8ab15
}

.banner_text{	
	color:#536030;
}

.home_navi{
	margin:0 auto;
	margin-top:15px;
	width:100%;
	float: left;
	text-align: center;
}

.home_navi li{
	background: url(../images/tree.png) no-repeat 60px 0;
	list-style-type: none;
	width:140px;
	height:90px;
	float:left;
	padding-top:65px;
	text-align:center;
}

.home_navi a{
	font-weight:600;
}

.home_navi a:hover{
	color:#cccccc;
}

/* space */

.space_wrap{
	background:url(../images/space_bg.png);
	min-width:1000px;
	width:100%;
	height:300px;
}

.space{
	text-align:center;
	margin-top:70px;
	padding-top:35px;
}

.space_list{
	text-align:center;
	list-style-type: none;
}

.space_list li{
	margin-bottom: 10px;
	margin-left:-30px;
}

/* green */

.green_wrap{
	background:url(../images/space_bg.png);
	min-width:1000px;
	width:100%;
	height:300px;
}

.green{
	text-align:center;
	margin-top:70px;
	padding-top:40px;
}

.green_list{
	float:center;
	width:950px;
	text-align:center;
	list-style-type: none;
	font-size:10px;
}

.green_list li{
	float:left;
	width:150px;
}

/* location */

.location{
	width:1000px;
	height:450px;
	float:left;
	text-align:center;
}

.location_left{
	float:left;
	width:504px;
}

.location_right{
	float:left;
	width:496px;
}

/* gallery */

.gallery {
	width: 1000px;
	height: 501px;
	margin:  0 auto;
}

#galleria{
	width:1000px;
	height:500px;
	margin: 0 auto;
}

.content_gallery{
	width: 100%;
	height: 500px;
}

.gallery_wrap {
	width: 100%;
	height: 501px;
	background: url('../images/gallery_bg.png') repeat;
}

.show_wrap {
	width: 100%;
	height: 500px;
	background: url('../images/gallery_bg.png') repeat;
}

.gallery_box{
	float: left;
	width: 250px;
	height: 167px;
} 

.g01, .g02, .g03, .g04, .g05, .g06, .g07, .g08, .g09, .g10, .g11, .g12 {
	float: left;
	width: 250px;
	height: 167px;
} 

#sections{
	width: 1000px;
	height: 501px;
	clear:left;
	overflow: hidden;
}

#sections ul{
	width:2200px;
}
#sections li{
	float:left;
	width: 1000px;
}

#screens {
	position: relative;
	width: 100%;
}

#screens ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.next{
	position: absolute;
	top: 45%;
	right: -60px;
	cursor: pointer;
}

.prev {
	position: absolute;
	top: 45%;
	left: -60px;
	cursor: pointer;
}

/* etc */

.title1{
	font-size:18px;
}

.title2{
	font-size:16px;
}

.clear{
	clear:both;
}

/* POP-UP */

#backgroundPopup { 
	z-index:99998;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    display: none;
    left: 50%;
    margin-left: -290px;
    position: fixed;
    top: 20%;
    width: 580px;
	height:490px;
    z-index: 99999;
	color:#181f2e;
	text-align:left;
	line-height:15px;
}
div.loader {
    background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: fixed;
	margin-left: -10px;
}
div.close {
    background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: -1px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 33px;
    position: relative;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 9px;
    height: 22px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -60px;
    text-align: center;
    top: -30px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 1px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
	/* remove this comment if you want scroll bar
	overflow-y:scroll;
	height:200px
	*/
}

.contact{
	text-align:center;
	margin-top: 50px;
	font-size:11px;
	color:#a7a991;
}

.contact a{
	color:#a7a991;
}

.contact a:hover{
	color:#606153;
}

/* form */

.registration_wrap{
	background-color:#f2e9e2;
	min-width:1000px;
	width:100%;
	height:400px;
	color:#181f2e;
	font-size:11px;
}

.contact-header {
	text-align: center;
	height: 30px;
	font-size: 16px;
	margin-top:10px;
}

.contact-wrapper {
	width: 1000px;
	height: 400px;
	min-height: 400px;
	margin: auto;
}

.contact-panel {
	float: left;
	width: 970px;
	margin-left: 20px;
}

.contact-lpanel {
	float: left;
}

.contact-rpanel {
	float: left;
}

.contact-lpanel-left {
	float: left;
	width: 140px;
	line-height: 24px;
	margin-bottom: 8px;
}

.contact-lpanel-right {
	float: left;
	width: 400px;
}

.contact-rpanel-left {
	float: left;
	width: 140px;
	line-height: 24px;
	margin-bottom: 8px;
}

.contact-rpanel-right {
	float: left;
	width: 270px;
}

.form-header {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 12px;
	font-weight:600;
}

.textbox {
	width: 270px; 
	padding: 4px; 
	color: #333;
	font-size: 11px;
	background: #f5f5f5; 
	border: 1px solid #ccc; 
	margin: 0; 
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
 
}

.select_options {
	width: 120px;
	padding: 3px 2px 3px 0;
	border: 1px solid #ccc; 
	background: #f5f5f5; 
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

.select_options2 {
	width: 270px;
	padding: 4px 3px 4px 0;
	border: 1px solid #ccc; 
	background: #f5f5f5; 
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

textarea {
	width:270px;
	max-width:270px;
	height:65px;
	max-height:65px;
	margin-bottom: 10px;
	border:1px solid #ccc; 
	background:#f5f5f5; 
	font-family:'Open Sans', sans-serif;
	padding:7px;
	font-size:12px;
}

.form-footer {
	float: left;
	width: 970px;
	margin-top: 10px;
}

.form-footer-lpanel {
	float: left;
	width: 470px;
	margin-top: -45px;
	font-size:9px;
	color:grey;
}

.form-footer-lpanel a{
	color:grey;
	text-decoration: underline;
}

.form-footer-lpanel a:hover{
	color:black;
	text-decoration: underline;
}

.form-footer-rpanel {
	float: left;
	width: 500px;
}

input.submit {
	float:right;
	width: 100px; 
	cursor: pointer; 
	position: relative;
	margin: 5px 20px 0 0;
	border:0;
	padding:5px;
	background-color: #fab189;
	color:white;
	font-size:11px;
	font-weight:600;
}

input.submit:hover { 
	background-color: #e79d75;
}

.space {
	margin-top: -30px;
}