@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400,300&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Lato);

/* ==========================================================================
Typography
========================================================================== */
p {
	font-size: 16px;
	line-height: 22.4px;
	color: #6c7279;
}

h1 {
	font-size: 65px;
/ / font-size: 84 px;
	color: #2d3033;
}

h2 {
	font-size: 40px;
	color: #2d3033;
}

h3 {
	font-size: 34px;
	color: #2d3033;
	font-weight: 400;
}

h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}

h5, h5 p {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}

.btn {
	font-size: 14px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}

.btn-primary {
	background-color: #89C601;
	color: #fff;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #70A200;
	color: #fff;
}

.btn-primary:active, .btn-primary:active:hover {
	background-color: #578900;
	color: #fff;
}

.btn-large {
	padding: 18px 40px;
}

/* ==========================================================================
	General Styles
========================================================================== */
a {
	color: #6c7279;
}

a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}

body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #6c7279;
}

ul, ol {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

.section {
	padding: 60px 0;
}

.no-padding {
	padding: 0;
}

.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color: #70A200;
}

/* ==========================================================================
	$Header
========================================================================== */
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}

#header .header-content {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	margin: 0 auto;
	max-width: 1170px;
	padding: 40px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}

#header .logo {
	float: left;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.fixed .logo {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
}

#header.fixed {
	background-color: #89c601;
}

#header.fixed .header-content {
	border-bottom: 0;
	padding: 10px 0;
}

#header.fixed .nav-toggle {
	top: 18px;
}

.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.navigation {
	float: right;
}

.navigation li {
	display: inline-block;
}

.navigation a {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-weight: 700;
	margin-left: 40px;
	text-transform: uppercase;
}

.navigation a:hover, .navigation a.active {
	color: #fff;
}

.navigation .primary-nav {
	margin-top: 27px;
}

.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	margin-top: 8px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.nav-toggle:before {
	background-color: #89c601;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.nav-toggle:after {
	background-color: #89c601;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}

.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}

.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}

.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}

.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.section.dark-bg {
	padding: 0;
}

.dark-bg {
	background-color: #3D5900;
}

.dark-bg h3 {
	text-align: left;
	padding-top: 25px;
	color: rgba(255, 255, 255, 0.95);
}

.dark-bg h5 {
	text-align: left;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.95);
}

.dark-bg p {
	text-align: left;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
}

.dark-bg h5 p {
	text-align: left;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.95) !important;
}

.whyus {
	padding: 45px 0 10px 0;
}

.slides li {
	margin-bottom: 45px;
}

.slides li h5, .slides li p {
	padding: 0 30px;
}

.slides li h5 p, .slides li p p {
	padding: 0;
}

.flex-control-nav {
	bottom: 0;
}

/* ==========================================================================
	$Banner
========================================================================== */
.banner-cook {
	background-image: url(../img/banner1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 300px;
}

.banner-stats {
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 500px;
}

.banner-intro {
	background: #70A200;
	min-height: 250px;
}

.banner-text {
	padding-top: 20%;
}

.banner-text h1 {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.banner-text p {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	margin: 40px 0 80px 0;
}

.stats-content h1 {
	color: #89c601;
}

.contact-box {
	padding: 15px 15px 25px 15px;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.contact-box.active {
	background: #89c601;
}

.contact-box.active h3, .contact-box.active h5, .contact-box.active p, .contact-box.active a {
	color: #fff;
}

.contact-box.active a {
	font-weight: 800;
}

/* ==========================================================================
	$Video hero
========================================================================== */

.homepage-hero-module {
	border-right: none;
	border-left: none;
	position: relative;
}

.no-video .video-container video,
.touch .video-container video {
	display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
	display: block !important;
}

.video-container {
	position: relative;
	bottom: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #000;
}

.video-container .poster img {
	bottom: 0;
	position: absolute;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;

	/* Set up positioning */
	top: 0;
	left: 0;
}

.video-container .filter {
	z-index: 100;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	z-index: 1;
}

.video-container video {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}

.video-container video.fillWidth {
	width: 100%;
}

.video-overlay {
	position: relative;
	z-index: 2;
}

/* ==========================================================================
	$Features
========================================================================== */
.feature {
	margin-bottom: 50px;
}

.small-margin {
	margin-bottom: 30px;
}

.feature-content {
	padding: 0 15px;
	margin-top: 30px;
}

.feature .icon {
	color: #53354a;
	font-size: 60px;
}

.feature-stats h2 {
	color: #fff !important;
}

.voffset {
	margin-top: 30px;
}

/* ==========================================================================
	$Works
========================================================================== */
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	min-height: 350px;
	overflow: hidden;
	position: relative;
	visibility: hidden;
}

.work .overlay {
	background: rgba(137, 198, 1, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}

.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}

.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}

.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}

.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}

.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.work-box:hover .overlay {
	opacity: 1;
}

.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.diet {
	visibility: hidden;
}

.overflow-hidden {
	overflow: hidden;
}

/* ==========================================================================
	$Timeline
========================================================================== */

#cd-timeline {
	position: relative;
	padding: 2em 0;
	margin-top: 2em;
	margin-bottom: 2em;
}

#cd-timeline::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
	#cd-timeline {
		margin-top: 3em;
		margin-bottom: 3em;
	}

	#cd-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}

.cd-timeline-block {
	position: relative;
	margin: 2em 0;
}

.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.cd-timeline-block:first-child {
	margin-top: 0;
}

.cd-timeline-block:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-block {
		margin: 1em 0;
	}

	.cd-timeline-block:first-child {
		margin-top: 0;
	}

	.cd-timeline-block:last-child {
		margin-bottom: 0;
	}
}

.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img i {
	display: block;
	color: #fff;
	width: 24px;
	height: 24px;
	font-size: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}

.cd-timeline-img.cd-picture {
	background: #75ce66;
}

.cd-timeline-img.cd-movie {
	background: #c03b44;
}

.cd-timeline-img.cd-location {
	background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-img {
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}

	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
	}

	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		-moz-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
	}
}

@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.cd-timeline-content {
	position: relative;
	margin-left: 60px;
	background: #fafafa;
	border-radius: 0.25em;
	padding: 1em;
	box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}

.cd-timeline-content h2 {
	color: #303e49;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 13px;
	font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	display: inline-block;
}

.cd-timeline-content p {
	margin: 1em 0;
	line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: white;
	border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
	opacity: .7;
}

.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
	.cd-timeline-content h2 {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.cd-timeline-content p {
		font-size: 16px;
		font-size: 1rem;
	}

	.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-content {
		margin-left: 0;
		padding: .8em;
		width: 45%;
	}

	.cd-timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: white;
	}

	.cd-timeline-content .cd-read-more {
		float: left;
	}

	.cd-timeline-content .cd-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 6px;
		font-size: 16px;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: right;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: white;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
		float: right;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 122%;
	}

	.cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden;
	}

	.cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 0.6s;
		-moz-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s;
	}
}

@media only screen and (min-width: 1170px) {
	/* inverse bounce effect on even content blocks */
	.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		-moz-animation: cd-bounce-2-inverse 0.6s;
		animation: cd-bounce-2-inverse 0.6s;
	}
}

@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

/* ==========================================================================
	$Teams
========================================================================== */
.person {
	max-width: 270px;
}

.person-content {
	margin-top: 20px;
}

.person h4 {
	font-weight: 400;
}

.person h5 {
	color: #e84545;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}

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

.social-icons li, .footer .footer-share li {
	float: left;
}

.social-icons a, .footer .footer-share a {
	border: 1px solid #e8ecee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #c6cacc;
	display: block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	text-align: center;
	width: 40px;
}

.social-icons a:hover, .footer .footer-share a:hover {
	background-color: #2B7294;
	border-color: #2B7294;
	color: #fff;
}

.social-icons a.instagram:hover, .footer .footer-share a.instagram:hover {
	background-color: #fb3958;
	border-color: #fb3958;
}

.social-icon + .social-icon {
	margin-left: 15px;
}

/* ==========================================================================
	$Testimonials
========================================================================== */
.testimonials {
	background-color: #53354a;
	position: relative;
}

.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15% 0;
}

.testimonials p {
	color: #fff;
	font: italic 36px "Cardo", Georgia, "Times New Roman", serif;
}

.testimonials cite {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	margin-top: 30px;
	text-transform: uppercase;
}

/* ==========================================================================
	$Download
========================================================================== */
.download h3 {
	margin-top: 0;
}

.download p {
	color: #2d3033;
	font-weight: 600;
	text-transform: uppercase;
}

.download .btn {
	margin-top: 30px;
}

/* ==========================================================================
	$Footer
========================================================================== */
.footer {
	text-align: center;
}

.footer-top {
	background-color: #70A200;
	padding-top: 50px;
}

.footer-bottom {
	background-color: #3D5900;
	padding: 20px 0;
}

.footer .footer-col {
	margin-bottom: 80px;
}

.footer h5, .footer h5 p {
	color: #fff !important;
}

.footer h5 {
	margin-bottom: 20px;
}

.footer p {
	color: rgba(255, 255, 255, 0.5);
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #4A0774;
}

.footer .footer-share {
	margin-top: 0;
}

.footer .footer-share li {
	display: inline-block;
	float: none;
}

.footer .footer-share a {
	border-width: 2px;
	color: #fff;
}

.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}

/* ==========================================================================
	$Utilities
========================================================================== */
.work:nth-child(1) {
	-moz-animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.work:nth-child(2) {
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.work:nth-child(3) {
	-moz-animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.work:nth-child(4) {
	-moz-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.work:nth-child(5) {
	-moz-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.work:nth-child(6) {
	-moz-animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.work:nth-child(7) {
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.work:nth-child(8) {
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.diet:nth-child(1) {
	-moz-animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.diet:nth-child(2) {
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.diet:nth-child(3) {
	-moz-animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.diet:nth-child(4) {
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.diet:nth-child(5) {
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.diet:nth-child(6) {
	-moz-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.animated {
	visibility: visible;
}

/* ==========================================================================
	Blog
========================================================================== */

.blog-post img, .blog-post p img {
	width: 100% !important;
	height: auto;
	display: block;
}

.pagination {
	margin: 0 auto;
}

/* ==========================================================================
	Font Icon (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
	font-family: "elegant-theme-line";
	src: url('../fonts/elegant-theme-line.ttf?1439850014') format('truetype'), url('../fonts/elegant-theme-line.eot?1439850014') format('embedded-opentype'), url('../fonts/elegant-theme-line.svg?1439850014') format('svg'), url('../fonts/elegant-theme-line.woff?1439850014') format('woff');
}

.icon {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

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

.icon-laptop:before {
	content: "\e001";
}

.icon-desktop:before {
	content: "\e002";
}

.icon-tablet:before {
	content: "\e003";
}

.icon-phone:before {
	content: "\e004";
}

.icon-document:before {
	content: "\e005";
}

.icon-documents:before {
	content: "\e006";
}

.icon-search:before {
	content: "\e007";
}

.icon-clipboard:before {
	content: "\e008";
}

.icon-newspaper:before {
	content: "\e009";
}

.icon-notebook:before {
	content: "\e00a";
}

.icon-book-open:before {
	content: "\e00b";
}

.icon-browser:before {
	content: "\e00c";
}

.icon-calendar:before {
	content: "\e00d";
}

.icon-presentation:before {
	content: "\e00e";
}

.icon-picture:before {
	content: "\e00f";
}

.icon-pictures:before {
	content: "\e010";
}

.icon-video:before {
	content: "\e011";
}

.icon-camera:before {
	content: "\e012";
}

.icon-printer:before {
	content: "\e013";
}

.icon-toolbox:before {
	content: "\e014";
}

.icon-briefcase:before {
	content: "\e015";
}

.icon-wallet:before {
	content: "\e016";
}

.icon-gift:before {
	content: "\e017";
}

.icon-bargraph:before {
	content: "\e018";
}

.icon-grid:before {
	content: "\e019";
}

.icon-expand:before {
	content: "\e01a";
}

.icon-focus:before {
	content: "\e01b";
}

.icon-edit:before {
	content: "\e01c";
}

.icon-adjustments:before {
	content: "\e01d";
}

.icon-ribbon:before {
	content: "\e01e";
}

.icon-hourglass:before {
	content: "\e01f";
}

.icon-lock:before {
	content: "\e020";
}

.icon-megaphone:before {
	content: "\e021";
}

.icon-shield:before {
	content: "\e022";
}

.icon-trophy:before {
	content: "\e023";
}

.icon-flag:before {
	content: "\e024";
}

.icon-map:before {
	content: "\e025";
}

.icon-puzzle:before {
	content: "\e026";
}

.icon-basket:before {
	content: "\e027";
}

.icon-envelope:before {
	content: "\e028";
}

.icon-streetsign:before {
	content: "\e029";
}

.icon-telescope:before {
	content: "\e02a";
}

.icon-gears:before {
	content: "\e02b";
}

.icon-key:before {
	content: "\e02c";
}

.icon-paperclip:before {
	content: "\e02d";
}

.icon-attachment:before {
	content: "\e02e";
}

.icon-pricetags:before {
	content: "\e02f";
}

.icon-lightbulb:before {
	content: "\e030";
}

.icon-layers:before {
	content: "\e031";
}

.icon-pencil:before {
	content: "\e032";
}

.icon-tools:before {
	content: "\e033";
}

.icon-tools-2:before {
	content: "\e034";
}

.icon-scissors:before {
	content: "\e035";
}

.icon-paintbrush:before {
	content: "\e036";
}

.icon-magnifying-glass:before {
	content: "\e037";
}

.icon-circle-compass:before {
	content: "\e038";
}

.icon-linegraph:before {
	content: "\e039";
}

.icon-mic:before {
	content: "\e03a";
}

.icon-strategy:before {
	content: "\e03b";
}

.icon-beaker:before {
	content: "\e03c";
}

.icon-caution:before {
	content: "\e03d";
}

.icon-recycle:before {
	content: "\e03e";
}

.icon-anchor:before {
	content: "\e03f";
}

.icon-profile-male:before {
	content: "\e040";
}

.icon-profile-female:before {
	content: "\e041";
}

.icon-bike:before {
	content: "\e042";
}

.icon-wine:before {
	content: "\e043";
}

.icon-hotairballoon:before {
	content: "\e044";
}

.icon-globe:before {
	content: "\e045";
}

.icon-genius:before {
	content: "\e046";
}

.icon-map-pin:before {
	content: "\e047";
}

.icon-dial:before {
	content: "\e048";
}

.icon-chat:before {
	content: "\e049";
}

.icon-heart:before {
	content: "\e04a";
}

.icon-cloud:before {
	content: "\e04b";
}

.icon-upload:before {
	content: "\e04c";
}

.icon-download:before {
	content: "\e04d";
}

.icon-target:before {
	content: "\e04e";
}

.icon-hazardous:before {
	content: "\e04f";
}

.icon-piechart:before {
	content: "\e050";
}

.icon-speedometer:before {
	content: "\e051";
}

.icon-global:before {
	content: "\e052";
}

.icon-compass:before {
	content: "\e053";
}

.icon-lifesaver:before {
	content: "\e054";
}

.icon-clock:before {
	content: "\e055";
}

.icon-aperture:before {
	content: "\e056";
}

.icon-quote:before {
	content: "\e057";
}

.icon-scope:before {
	content: "\e058";
}

.icon-alarmclock:before {
	content: "\e059";
}

.icon-refresh:before {
	content: "\e05a";
}

.icon-happy:before {
	content: "\e05b";
}

.icon-sad:before {
	content: "\e05c";
}

.icon-facebook:before {
	content: "\e05d";
}

.icon-twitter:before {
	content: "\e05e";
}

.icon-googleplus:before {
	content: "\e05f";
}

.icon-rss:before {
	content: "\e060";
}

.icon-tumblr:before {
	content: "\e061";
}

.icon-linkedin:before {
	content: "\e062";
}

.icon-dribbble:before {
	content: "\e063";
}

.icon-shoping-bag:before {
	content: "\f290";
}

.diet-img {
	margin-top: 15px;
}

.diet-box, .diet-box:hover {
	cursor: pointer;
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}

.diet-box:hover {
	background: #70A200;
}

.diet-box:hover h5 {
	color: #fff !important;
}

.invert {
	color: #fff;
	background: #89c601;
}

.invert h3, .invert h5 {
	color: #fff !important;
}

.diet-img-bg {
	width: 100%;
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat !important;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 750px;
}

#allDietsFlipster .flipster__container {
	word_spacing: 0 !important;
}

.pricing-box {
	min-height: 300px;
}

.pricing-header {
	width: 100%;
	background: #89c601;
	padding: 20px 5px;
	text-align: center;
	text-transform: uppercase;
}

.pricing-header h4 {
	font-size: 18px;
	margin: 0;
	color: #fff;
}

.pricing-content {
	padding: 15px 20px;
	border: 1px solid #ccc;
	border-top: 0px;
}

.pricing-content table {
	width: 100%;
}

.table-pricing tr {
	border-bottom: 1px solid #eee;
}

.no-border {
	border: 0 !important;
}

.spacing-top {
	padding-top: 15px;
}

.overlay h5 {
	color: #fff !important;
}