/* GENERAL ////////////////////////////////////////////////////////// */


* {
	margin: 0;
	padding: 0;
}

body  {
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:300;
	margin: 0;
	padding: 0;
	color:#59595F;
	background:#FFF;
}

strong {
	font-weight:700;	
}

img {
	border: 0px;
}

.web {
	display:block !important;
}
	
.mobile {
	display:none !important;
}
	
a {
	color:#8C9317;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color:#B1B937;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }

::-moz-selection{
	background-color: rgba(0, 0, 0, .5);
	color:#FFFFFF;
	text-shadow:none;
}
::selection{
	background-color: rgba(0, 0, 0, .5);
	color:#FFFFFF;
	text-shadow:none;
}

.posC {
	margin:0 auto;
	max-width:960px;
	padding:0 10px;
	position:relative;
}

.contentC {
	text-align:center;	
}


/* HEADER ////////////////////////////////////////////////////////// */


#home {
	padding:50px 0 40px 0; 
}
 
#home h1 {
	float:left;
}

#home .menu {
	display:none;
}

#home nav {
	float:right;
	margin-top:20px;
}

#home .collapsed {
	display:block !important;
}

#home nav a {
	display:block;
	float:left;
	margin-left:25px;
	font-weight:400;
	font-size:18px;
	color:#6F6F73;
	text-decoration:none	
}

#home nav a:hover {
	border-bottom:3px solid #BDC61E;
}

#home nav .selected {
	border-bottom:3px solid #BDC61E;
}


/* SLIDER ////////////////////////////////////////////////////////// */

.contentSlider {
	background:#BDC61E url(../img/structure/bg.light.green.png) repeat;
	border-top:6px solid #8D9417;	
}

.contentSlider footer {
	background:#BDC61E url(../img/structure/bg.strong.green.png) repeat;
	padding:20px 0;
}

.flex-direction-nav a {
	height:50px;
	width:43px;
	display:block;
	opacity: 0.90;		
}
	
.flex-direction-nav .flex-prev {
	left: -80px;
}
	
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -80px;
}

/* SECTIONS ////////////////////////////////////////////////////////// */	

.sec {
	padding:40px 0;
}

.gray {
	background-color:#F6F6F6;
	border-bottom:20px solid #EAEAEA;	
}

.sec h1 {
	font-size:60px;
	font-weight:900;
	color:#525254;	
}

.sec h2 {
	font-size:35px;
	font-weight:400;
	color:#808087;
	margin-bottom:40px;	
}

.sec h3 {
	font-size:25px;
	font-weight:300;
}

footer .doubleColumn, .sec .doubleColumn {
	margin:10px 0 20px 0;
	float:left;
	width:46%;
	margin-right:4%;	
}

footer .lastColumn, .sec .lastColumn {
	margin-left:4%;
	margin-right:0;	
}

.sec .doubleColumn article {
	width:100%;
	margin:0 auto;
}

.sec .doubleColumn article img {
	width:96%;
	max-width:500px;
	border:6px solid #FFFFFF;
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.2); 
	-moz-box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.2); 
	-o-box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.2);
	margin-bottom:20px;
}

.sec .doubleColumn article h1 {
	color:#59595F;
	font-size:28px;
	font-weight:700;
}

.sec .doubleColumn article h2 {
	color:#59595F;
	font-size:21px;
	font-weight:300;
	margin-bottom:0;
}

.sec ul li {
	list-style: none;
	background: url(../img/icons/star.png) left top no-repeat;
	padding: 15px 0px 15px 120px;
	min-height:100px;
	margin:10px 0;	
}

.sec hr {
	border:none;
	border-top:1px solid #C9C9C9;
	border-bottom:2px solid #C9C9C9;
	padding:2px;
	margin-top:25px;
}

.sec p {
	padding-top:20px;
	line-height:22px;	
}

/* GALLERY ////////////////////////////////////////////////////////// */

.gallery {
	text-align:center;
	padding:30px 0;
}

.gallery a {
	margin:0 10px;	
}

.gallery a img {
	border:6px solid #FFFFFF;
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.2); 
	-moz-box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.2); 
	-o-box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.2);
	margin-bottom:20px;
}

/* FOOTER ////////////////////////////////////////////////////////// */

footer {
	padding:30px 0 0 0;
	background:#BDC61E url(../img/structure/bg.strong.green.png) repeat;
	color:#333333;
	font-weight:400;
}

footer aside {
	margin-top:55px;
}

footer p {
	line-height:22px;
	margin-bottom:20px;
}

footer span {
	display:block;
	font-size:20px;
	margin-top:3px;	
}

footer a {
	color:#FFF;
}

footer a:hover {
	color:#333333;	
}

footer .social {
	margin-top:30px;	
}

footer .social a {
	margin-right:5px;
}

footer .social a:hover {
 	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}


footer .credits {
	background:#BDC61E url(../img/structure/bg.light.green.png) repeat;
	text-align:center;
	padding:40px;	
}

footer .credits a {
	color:#333333;
	font-weight:700;
}

footer .credits a:hover {
	color:#FFFFFF;	
}


/* FORM ////////////////////////////////////////////////////////// */

form {
	padding:10px 0 40px 0;
}

form input[type=text]  {
	padding:7px 5px;
	font-size:14px;
	width:95%;
	border:1px solid #6B7012;
	font-weight:300;	
}

form label {
	display:block;
	font-size:20px;
	padding:20px 0 10px 0;	
}

form textarea  {
	padding:7px 5px;
	font-size:14px;
	width:95%;
	border:1px solid #6B7012;
	font-weight:300;
	height:120px;
}

form input[type=submit]  {
	-webkit-appearance: none;
	background-color:#6B7012;
	border:1px solid #5B5F10;
	color:#FFF;
	padding:8px 35px;
	font-size:16px;
	margin-top:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
}

form input[type=submit]:hover  {
	background-color:#BDC61E;	
}