@import url('slicknav.css');
@import url('fonts/fonts.css');
html {
	width:100%;
	height:100%;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	font-size: 14px;
	font-family:'TeXGyreAdventorRegular';
	font-weight: 400;
	color: #444;
	background:#fff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	position:relative;
}
p {
	font-size:18px;
	line-height:30px;
	margin:0 0 20px 0;
}
h1 {
	font-size:32px;
	color:#333;
	margin:0 0 30px 0;
	font-weight:bold;
}
h2 {
	font-size:26px;
	color:#333;
	margin:0 0 20px 0;
	font-weight:bold;
}
a {
	color:#1d73d3;
}
.mobile {
	display:none;
}
.clear {
	clear:both;
}
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
}

#header {
	width:100%;
	background:#333;
	height:100px;
	position:relative;
	z-index:300;
}
.logo {
	position:absolute;
	top:0;
	left:0;
}

#nav  {
	float:right;
	margin:0 0 0 0;
	list-style-type:none;
}
#nav li {
	display:inline;
}
#nav li a{
	font-size:22px;
	float:left;
	text-transform:uppercase;
	display:block;
	margin:0 0 0 0;
	padding:33px 30px 34px 30px;
	transition:all .5s;
	text-decoration:none;
	color:#eee;
	background:#222;
	border-right:1px solid #444;
}
.inner-nav li a{
	padding:33px 39px 34px 40px !important; 
}
#nav li a.current {
	color:#618d36;
}
#nav li a:hover{
	
}
.slicknav_menu {
	display:none;
}
#slideshow {
	position:relative;
	z-index:200;
	width:1920px;
	height:825px;
	left:50%;
	margin:0 0 0 -960px;
	overflow:hidden;
	background:#333;
}
#slideshow .cycle-slideshow{
	position:relative;
	z-index:400;
	width:100%;
	height:100%;
}
#slideshow .cycle-slideshow img{
	width:100%;
}

#inner-wrap {
	position:relative;
	z-index:200;
	width:1920px;
	height:240px;
	left:50%;
	margin:0 0 0 -960px;
	/*overflow:hidden;*/
}
#inner-wrap img{
	width:100%;
}
#inner-wrap h2 {
	position:absolute;
	top:130px;
	left:0;
	background:#333;
	float:left;
	display:block;
	font-size:42px;
	font-weight:normal;
	color:#fff;
	padding:15px 50px 15px 40px;
	text-align:center;
	border-left:40px solid #567736;
	z-index:700;
}
.inner1 {
	background:url(../images/inner1.jpg) no-repeat top center;
}
.inner2 {
	background:url(../images/inner2.jpg) no-repeat top center;
}
#caption {
	position:absolute;
	bottom:150px;
	left:50%;
	width:1200px;
	padding:30px 0;
	color:#fff;
	z-index:500;
	background:rgba(0,0,0,0.75);
	margin:0 0 0 -600px;
	font-size:34px;
	text-align:center;
}

#content {
	padding:50px 0 50px 0;
	position:relative;
	z-index:400;
}
.featured {
	float:right;
	margin:-200px 0 100px 50px;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	padding:10px;
	background:#fff;
	border-radius:10px;
}
.pdf {
	background:url(../images/pdf.png) no-repeat left center;
	padding:5px 0 5px 50px;
}
.col-sm-6 {
	width:47%;
	float:left;
	margin:0 0 80px 0;
}
.col-sm-6-last {
	width:47%;
	float:right;
	margin:0 0 80px 0;
}
.col-sm-6 img, .col-sm-6-last img {
	width:150px;
	float:left;
	margin:0 30px 0 0;
	padding:5px;
	background:#fff;
	border:1px solid #ccc;
}
.col-sm-6 h3, .col-sm-6-last h3 {
	font-size:24px;
	color:#567736;
	margin:0 25px 0 0;
}
.col-sm-6 p, .col-sm-6-last p {
	font-size:16px;
	line-height:24px;
	margin:10px 15px 0 0;
}
.arrow {
	padding:2px 0 2px 10px
}
#footer {
	position:relative;
	width:100%;
	background:rgba(0,0,0,0.7);
	height:auto;
	margin:-55px 0 0 0;
	z-index:800;
}
.inner-footer {
	background:#222 !important;
}
.copy {
	padding:15px 0;
	float:left;
	font-size:12px;
	color:#999;
	margin:0 0 0 0;
}
.designer {
	padding:15px 0;
	float:right;
	font-size:12px;
	color:#999;
	margin:0 0 0 0;
}
.designer a{
	color:#999;
	text-decoration:none;
}
#form {
	width:45%;
	float:left;
	margin:0 0 60px 0;
}
.map {
	width:96%;
	height:300px;
	padding:10px;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	margin:30px 0 0 0;
	
}
#details {
	width:45%;
	float:right;
	margin:0 0 60px 0;
}
.gallery {
	width:47%;
	margin:0 0 40px 0;
	position:relative;
}
.gallery img {
	position:relative;
	z-index:100;
	width:98%;
	padding:1%;
	background:#fff;
	border:1px solid #ccc;
}
.gallery h2 {
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:200;
	width:65%;
	text-align:center;
	background:rgba(86,119,54,0.85);
	padding:15px 0 15px 0;
	color:#fff;
	font-size:26px;
	font-weight:normal;
	margin:0 0 0 0
}
.left {
	float:left;
}
.right {
	float:right;
}

/* Contact Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.basic-grey {
    color: #888;
	position:relative;
    text-shadow: 1px 1px 1px #FFF;
	margin:30px auto 30px 0;
}
.basic-grey label {
    display: block;
    margin: 0px;
	float: left;
	clear:both;
}
span.req {
	color:red;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 95%;
    font-size: 14px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:200px;
}
.basic-grey  input[type="submit"] {
    background: #c12929;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
	height:36px;
	width:100px;
}
.basic-grey  input[type="submit"]:hover {
    background: #ab1c1c;
}


@media only screen and (max-width: 1200px) {
	
	.container {
		max-width:96%;
		padding:0 2%;
	}
	#nav li a{
		font-size:20px;
		float:left;
		text-transform:uppercase;
		display:block;
		margin:0 0 0 0;
		padding:35px 20px 35px 20px;
		transition:all .5s;
		text-decoration:none;
		color:#eee;
		background:#222;
		border-right:1px solid #444;
	}
	#slideshow {
		position:relative;
		z-index:200;
		width:1200px;
		height:auto;
		left:0%;
		margin:0 0 0 0;
		overflow:hidden;
		background:#333;
	}
	#caption {
		position:relative;
		top:-200px;
		left:0px;
		width:90%;
		padding:30px 5%;
		color:#fff;
		z-index:500;
		background:rgba(0,0,0,0.75);
		margin:0 0 -200px 0;
		font-size:28px;
		text-align:center;
	}
	
}
@media only screen and (max-width: 1100px) {
	
	.slicknav_menu {
		display:block;
	}
	
	#nav {
		display:none;
	}
	#header {
		width:100%;
		background:transparent;
		height:1px;
		position:relative;
		z-index:999;
		margin:-1px 0 0 0;
	}
	.logo {
		position:absolute;
		top:20px;
		width:200px;
		left:20px;
		margin:0 0 0 0;
	}
	#footer {
		position:relative;
		width:100%;
		background:#222;
		height:auto;
		margin:0px 0 0 0;
		z-index:800;
	}
	.copy {
		padding:20px 0 0px 0px;
		float:none;
		text-align:center;
		font-size:12px;
		color:#999;
		margin:0 0 0 0;
	}
	.designer {
		padding:0px 0px 20px 0;
		float:none;
		text-align:center;
		font-size:12px;
		color:#999;
		margin:0 0 0 0;
	}
	#inner-wrap {
		position:relative;
		z-index:200;
		width:100%;
		height:150px;
		left:0%;
		margin:0 0 0 0px;
		/*overflow:hidden;*/
	}

	#inner-wrap h2 {
		display:none;
	}
	.mobile {
		display:block;
	}
	.featured {
		width:250px;
		margin:0 0 50px 50px;
	}
		
}
@media only screen and (max-width: 800px) {
	.logo {
		position:absolute;
		top:20px;
		width:180px;
		left:50%;
		margin:0 0 0 -90px;
	}
	.col-sm-6 {
		width:100%;
		float:none;
		margin:0 0 80px 0;
	}
	.col-sm-6-last {
		width:100%;
		float:none;
		margin:0 0 80px 0;
	}

}
@media only screen and (max-width: 600px) {
	p {
		font-size:15px;
		line-height:24px;
		margin:0 0 15px 0;
	}
	.featured {
		display:none;
	}

	.col-sm-6 img, .col-sm-6-last img {
		width:100px;
		float:left;
		margin:0 20px 0 0;
		padding:5px;
		background:#fff;
		border:1px solid #ccc;
	}
	.gallery {
		width:98%;
		margin:0 1% 40px 1%;
		position:relative;
	}
	.gallery img {
		position:relative;
		z-index:100;
		width:98%;
		padding:1%;
		background:#fff;
		border:1px solid #ccc;
	}
	.gallery h2 {
		position:absolute;
		bottom:20px;
		left:20px;
		z-index:200;
		width:80%;
		text-align:center;
		background:rgba(86,119,54,0.85);
		padding:15px 0 15px 0;
		color:#fff;
		font-size:20px;
		font-weight:normal;
		margin:0 0 0 0
	}
	.left {
		float:left;
	}
	.right {
		float:right;
	}
}

.facebook {
	display: inline-block;
	zoom: 1;
	background: url(../images/facebook.png) center center no-repeat;
	padding: 2px 3px;
	text-indent: -9999px;
	width: 70px;
	height: 20px;
	line-height: 20px;
}

/* #Media Queries 2816
================================================== */

@media only screen and (max-width: 959px) {

#homepage #header{
	background: #567736;
	height: 170px;
}

#homepage #header a{
	padding: 0; margin: 0;
	width: 100%;
	display: block;
	text-align: center;
}

#homepage #header a img {
    display: inline-block;
    float: none;
    position: static;
    width: 130px;
    height: auto;
    margin: 0;
}

#caption {
    position: static;
    margin: 0 0 0 0;
}


/* 959px */
}

@media only screen and (max-width: 767px) {
	
#details,
#form{
	float: none;
	width: auto;
}

/* 767px */
}

/****************blog****************/

/***********blog****************/
/***********blog****************/
/***********blog****************/
/***********blog****************/
/***********blog****************/

#main{ overflow: hidden; }

.primary{ width: 60%; float: left; }
.secondary{width: 37%; float: right; }


#blogroll{ min-height: 600px;}

.block{
	overflow: hidden;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.block h1,
.block h2,
.block h3,
.block h4,
.blcok p{
	margin: 0 0 15px 0;
}

.block h1{ font-size: 30px; }
.block h2{ font-size: 25px; }
.block h3{ font-size: 20px; }
.block h4{ font-size: 18px; }
.block small{
	display: block;
	margin: 0 0 15px 0;
}
.block p{}

.block ul{ list-style: disc; }
.block ul li{ margin: 0 0 15px 0;

font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px 0;
}




.block ol{ list-style: disc; }
.block ol li{ margin: 0 0 15px 0;}


.block .info{
	overflow: hidden;
}
.block .info h1{
	margin-bottom: 15px;
}
.block .info p{
}
.block .info small{
	margin-bottom: 15px;
}

.block .thumb{
	float: left;
	margin: 0 15px 15px 0;
	display: none !important;
}
.block.article .thumb{
	float: right;
	margin: 0 0 15px 15px;
}
.block .thumb img{
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

.block .callto{}
.block .callto a {
    font-size: 20px;
    float: left;
    text-transform: uppercase;
    display: block;
    margin: 0 0 0 0;
    padding: 10px 20px;
    text-decoration: none;
    color: #111;
    background: #618d36;
}
.block .callto a:hover{
    color: #ddd;
    background: #333;
}

.posts {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
}

.posts li {
    color: #618d36;
    font-size: 16px;
    line-height: 1em;
    padding-left: 0;
    margin-left: 0;
	margin-bottom: 10px;
}
.posts li a {
    font-size: 16px;
    text-decoration: none;
    color: #333;
    line-height: normal;
}
.posts li a:hover{
	opacity: 0.8;
}

.facebook {
	display: inline-block;
	zoom: 1;
	background: url(../images/facebook.png) center center no-repeat;
	padding: 2px 3px;
	text-indent: -9999px;
	width: 70px;
	height: 20px;
	line-height: 20px;
}

.secondary h2 {
    color: #fff;
    color: #333;
    text-transform: uppercase;
    font-size: 30px;
}

/* #Media Queries
================================================== */


@media only screen and (max-width: 1200px) {
	
.block .thumb{ width: 100px; height: 100px;}	
.block .thumb img{ width: 100%; height: auto;}

.primary{
	width: 60%;
}

.secondary{
	width: 30%;
}

	
/* 767px */
}


@media only screen and (max-width: 767px) {
	
	#blogroll{ min-height: 200px; }
	
.primary, .secondary{
	float: none;
	width: auto;
}
	
/* 767px */
}


@media only screen and (max-width: 479px) {
	
.block .thumb{ width: 100px; height: 100px; float: none;}	
	
/* 479px */
}

@media only screen and (max-width: 300px) {
	
/* 300px */
}
