@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	color:#3d3d3d;
	font-size:15px;
	position:relative;
	height:auto;
}

html {
	height:auto;
}

a:hover {
	color:#78bc4b;
}

h1, h2, h3, h4 {
	color:#3d3d3d;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	margin:0;
	padding:0;
	font-weight:800;
	font-family: 'Arvo', serif;
	font-weight:400;
}

h1 {
	font-size:40px;
}

#container {
	width:100%;
	margin:0px auto;
	background:#f1ece6;
	min-width:1200px;
	
}

.row {
	width:100!important;
	max-width: 1200px;
	padding:0 0;
	margin:0px auto;
}

.noppadding {
	padding:0;
}

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

/* HEADER */
#header {
	background:#f1ece6;
	min-width:1200px;
	margin:0px auto;
}

.logo img {
	margin-left:37px;
}

.menu-trigger {
	background:url(../img/sprite.png) no-repeat 55px 0px;
	display:block;
	width:85px;
	height:28px;
	font-size:16px;
	line-height:28px;
	color:#020304;
	margin-top:37px;
	margin-right:30px;
}

.menu-trigger:hover {
	color:#78bc4b;
}

#menu {
	width:340px;
	padding:30px;
	background:#444444;
	height:100%!important;
	position:fixed;
	right:-340px;
	top:0;
	bottom:0;
	z-index:10000;
	display:none;
}

#menu h2 {
	color:#fff;
	font-size:18px;
	font-family: 'Arvo', serif;
	font-weight:400;
	line-height:32px;
	padding-bottom:3px;
}

#menu .heading-main-menu {
	border-bottom:solid 1px #a3c664;
	padding-bottom:0px;
}

#menu .close-menu {
	background:url(../img/sprite.png) no-repeat 0 -43px;
	width:21px;
	height:24px;
}

#menu ul {
	padding-bottom:12px;
}

#menu .menu-site {
	border-bottom:solid 1px #a3c664;
	margin-bottom:26px;
	padding-top:2px;
	padding-bottom:17px;
}

#menu li a {
	color:#fff;
	font-family: 'Arvo', serif;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	line-height:40px;
	font-size:18px;
}

#menu a:hover {
	color:#78bc4b;
}


/* HERO SECTION */

#hero {
	max-width:1900px;
	min-width:1200px;
	height:auto;
	margin:0px auto;
	color:#fff;
}

#hero img {
	position:relative;
	z-index:0;
}

#hero .caption {
	position:absolute;
	width:80%;
	z-index:2;
	top:140px;
	text-align:center;
	right: 0;
    left: 0;
    margin: auto;
}

#hero .caption ul {
	text-align:center;
	padding-bottom:15px;
}

#hero .caption li {
	display:inline-block;
	text-align:center;
	padding:5px 10px;
}

#hero .caption .fa {
	color:#fff;
	font-size:28px;
}

#hero .headings {
	width:100%;
	padding:21px 0 7px 0;
	background:url(../img/bg-caption.png) 0 0;
	margin:0px auto;
}

#hero h1 {
	font-size:54px;
	font-weight:300;
	font-family: 'Arvo', serif;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
	padding-bottom:20px;
	color:#fff;
}

#hero h3 {
	font-size:25px;
	text-transform:uppercase;
	font-family: 'Arvo', serif;
	font-weight:300;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
	color:#fff;
}

#hero p {
	font-size:28px;
	font-weight:300;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
	color:#fff;
}

#hero.page-hero p {
	font-size:21px;
	padding:0 150px 8px 150px;
}

#hero a.read-more {
	color:#fff;
	background:#78bc4b;
	line-height:50px;
	display:inline-block;
	padding:0 57px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom:solid 3px #538634;
	text-transform:uppercase;
	font-size:15px;
	margin-top:80px;
}

#hero .read-more.contact {
	font-weight:300;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
	color:#fff;
	margin-top:0;
}

/* INTRO */
#intro {
	text-align:center;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	padding:56px 100px 35px 100px;
	width:1200px;
}

#intro p {
	font-size:32px;
	line-height:39px;
	padding-bottom:71px;
}

#intro h1 {
	font-family: 'Arvo', serif;
	font-size:51px;
	font-weight:400;
	padding-bottom:46px;
}

/* TESTIMONIALS */
.feature {
	width:100%;
	min-width:1200px;
	background:#78bc4b;
	padding:64px 0 79px 0;
}

.feature .row {
	width:1200px;
}

#testimonials .caption {
	width:69%;
	margin:0px auto;
	padding:0 0 0 75px;
	color:#fff;
	background:url(../img/sprite.png) no-repeat -80px 3px; 
}

#testimonials .caption p {
	font-size:22px;
	line-height:29px;
	font-weight:300;
	padding-bottom:6px;
}

#testimonials img {
	display:inline-block;
	margin-right:17px;
}

#testimonials .author {
	font-size:20px;
	font-weight:600;
	line-height:70px;
}

/* LOCATIONS */
#location-container {
	width:100%;
	background:#bfc4cb;
}

#location-container .row {
	width:1200px;
}

#locations {
	background:url(../img/bg-locations.png) no-repeat center center;
	height:661px;
	position:relative;
}

#locations #details {
	width:360px;
	position:absolute;
	color:#fff;
	height:100%;
	display:table;
}

#locations #details .inner {
	display: table-cell;
    vertical-align: middle;
	height:300px;
}

#locations #details .info {
	padding:30px;
	min-height:360px;
	background:#444444;
}

#locations #details p {
	font-weight:300;
	font-size:19px;
	line-height:27px;
}

#locations #details h2 {
	color:#74c141;
	font-size:24px;
	text-transform:uppercase;
	font-family: 'Arvo', serif;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	font-weight:400;
	padding-bottom:6px;
}

#locations #details li {
	font-weight:600;
	font-size:17px;
	padding-bottom:16px;
}

/* PAGES */
.page {
	padding-bottom:107px;
	width:1200px;
	margin:0px auto;
	padding-top:92px;
}

.page h1 {
	font-size:29px;
	padding-bottom:31px;
}

.page h2 {
	font-size:24px;
	border-bottom:solid 3px #5faf28;
	padding-bottom:13px;
	margin-bottom:18px;
}

#page-intro {
	text-align:center;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	padding:61px 100px 72px 100px;
}

#page-intro p {
	font-size:32px;
	line-height:39px;
	padding-bottom:43px;
}

.full-grid {
	width:100%;
	min-width:1200px;
}

.full-grid .columns {
	width:25%;
	padding:0;
}

.full-grid .columns img {
	margin-bottom:14px;
}

.full-grid .read-more {
	width:44%!important;	
}

/* PRODUCTS */
#products .row {
	width:82%;
}

#products .product {
	min-height:240px;
	padding-bottom:20px;
}

#products .product h2 {
	padding:10px 40px;
}

#products .product p {
	font-family: 'Arvo', serif;
	font-size:18px;
	line-height:21px;
	padding-bottom:0px;
}

#products .product a, .columns .read-more, #products .read-more  {
	color:#fff;
	background:#78bc4b;
	line-height:40px;
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom:solid 3px #538634;
	text-transform:uppercase;
	font-size:15px;
	font-weight:300;
	width:68%;
}

#products .read-more  {
	width:33%;
}

/* TEAM */
#management-row-1, #management-row-2, #management-row-3 {
	padding-bottom:109px;
	position:relative;
}

#management-row-1 {
	margin-top:92px;
}

#management-row-1 h1, #board-row-1 h1 {
	padding-bottom:31px;
}

#board-row-1, #board-row-2, #board-row-3 {
	padding-top:0!important;
	position:relative;
	padding-bottom:0;
}

#board-row-1 .bio, #board-row-2 .bio, #board-row-3 .bio, #management-row-1 .bio, #management-row-2 .bio, #management-row-3 .bio {
	cursor:pointer;
	position:relative;
}

.pointer {
	position:absolute;
	z-index:3;
	display:none;
	background:url(../img/sprite.png) no-repeat 0 -458px;
	width:40px;
	height:23px;
	top:1px;
	left:0;
	right:0;
	margin:0px auto;
}

.team-quote {
	width:100%;
	background:#78bc4b;
	padding:30px 0 10px 0;
	box-shadow: 0px 6px 5px rgba(0, 0, 0, .26), 0px -6px 5px rgba(0, 0, 0, .26);
	position:absolute;
	top:-47px;
	z-index:1;
	display:none;
}

#board-row-2 .team-quote, #management-row-2 .team-quote {
	top:-134px;
}


.team-quote .row {
	width:60%;
	padding-left:100px;
	color:#fff;
	background:url(../img/sprite.png) no-repeat 0px -99px; 
	position:relative;
}

.team-quote p {
	font-size:16px;
	display:none;
}

.team-quote p:first-child {
	display:block;
}

/* JOBS */
.feature .row {
	width:82%;
}

#jobs {
	color:#fff;
}

#jobs h3 {
	color:#fff;
	font-size:21px;
	font-family:"Open sans";
	font-weight:700;
}

#jobs p {
	font-size:19px;
	font-weight:300;	
}

#jobs ul {
	border-top:solid 1px #8dda71;
}

#jobs li {
	line-height:59px;
	border-bottom:solid 1px #8dda71;
	font-size:21px;
	font-weight:400;
}

#jobs li a {
	line-height:59px;
	width:25%;
	text-align:right;
	font-size:17px;
	float:right;
	font-weight:300;
	color:#fff;
}

#jobs li a:hover {
	text-decoration:underline;
}

/* CONTACT */
#contact .row {
	width:86%;
}


/* FOOTER */
footer {
	background:#444444;
	color:#ffffff;
	padding:29px 0;
	min-width:1200px;
}

footer .row {
	width:1140px;
	padding:0;
	margin:0px auto;
}

footer ul {
	text-align:right;
	width:100%;
}

footer li {
	display:inline-block;
	line-height:41px;
	padding-right:5px;
}

footer li a {
	color:#fff;
	display:block;
	font-weight:300;
	font-size:16px;
	line-height:41px;
}

footer li .fa {
	margin-right:10px;
	font-size:24px;
}

footer li:first-child {
	float:left;
}

footer li .fa-phone {
	font-size:30px!important;
	float:left;
	margin-top:8px;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .copyright span {
	font-size:10px;
	line-height:22px;
	display:block;
}

.border {
	border:solid 1px #cc0000;
	line-height:12px;
	display:block;
}

.green {
	color:#8dc861;
}

.blue {
	color:#3399dc;
}

.red {
	color:#fe0000;
}

.visible {
	display:block!important;
}

.hidden {
	display:none!important;
}