@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Roboto:400,900,500italic,700);
@import url(//fonts.googleapis.com/css?family=Asap:400,700);
@import url(//fonts.googleapis.com/css?family=Lato);
@import url(//fonts.googleapis.com/css?family=Damion);
.camera_prev, .camera_next, .camera_commands { top:44%; }
@media (max-width: 767px) {
	.camera_prev, .camera_next, .camera_commands { top:39%; }
}
.col1 .service-box h2 { color:#3b3b3b !important; }
.home .service-box h2 { color:#fff; }
body { padding:0 !important; }
h1, h2, h3 { text-transform:uppercase; }
h1 small {
	font-size:1em;
	color:#565656;
}
h3 {
	text-transform:none;
	margin:0 0 9px 0;
}
p { margin-bottom:24px; }
a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
a:hover, a:active, a:focus { text-decoration:none; }
.main-holder { overflow:hidden; }
.header {
	border:none;
	padding:0;
	height:95px;
	margin-bottom:0;
}
@media (max-width: 767px) {
	.header {
		padding:20px;
		height:auto;
	}
}
.header.isStuck { width:100%; }
@media (max-width: 767px) {
	.header.isStuck {
		width:auto;
		position:relative !important;
		top:0 !important;
	}
}
.logo {
	background-color:#87ce02;
	height:95px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		text-align:center;
		float:none !important;
		margin-bottom:20px;
	}
}
.logo_h {
	display:inline-block;
	vertical-align:top;
	text-transform:none;
}
.logo_h__img { margin:19px 0 0 30px; }
@media (min-width: 1200px) {
	.logo_h__img { margin-left:58px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo_h__img { margin:19px 15px 0; }
}
@media (max-width: 767px) {
	.logo_h__img { margin:19px 10px 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo_h__img img { width:100%; }
}
.logo_h__txt {
	text-align:center;
	display:block;
	letter-spacing:5px;
	padding-top:10px;
}
.logo_link { text-transform:none; }
.logo_link:hover, .logo_link:focus, .logo_link:active { color:#fff; }
.logo_tagline {
	font-size:12px;
	font-family:'Asap', sans-serif;
	margin-bottom:0;
	color:#fff;
	text-align:center;
	letter-spacing:5px;
}
.search-form { position:relative; }
.header .search-form form {
	position:absolute;
	bottom:-80px;
	right:0;
	display:none;
}
.search-form_it { padding:5px 15px 6px !important; }
.header .search-form_it {
	font-size:12px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#bababa;
	padding:9px 20px !important;
	background-color:rgba(65,65,65,0.5);
	border:1px solid #2a2a2a;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.header .search-form_it::-moz-placeholder {
	color:#bababa;
	opacity:1;
}
.header .search-form_it::-ms-input-placeholder { color:#bababa; }
.header .search-form_it::-webkit-input-placeholder { color:#bababa; }
.header .search-form_it:-moz-placeholder { color:#bababa; }
.header .search-form_it:-ms-input-placeholder { color:#bababa; }
.header .search-form_it::-webkit-input-placeholder { color:#bababa; }
.no-rgba .header .search-form_it { background-color:#414141; }
.header .search-form_it:focus {
	border-color:#87ce02;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.header .search-form {
	padding:38px 0 0 0;
	position:relative;
}
.header .search-form:before {
	content:'';
	width:1px;
	height:55px;
	background-color:#fff;
	position:absolute;
	left:-7px;
	top:21px;
}
.header .search-form > i {
	color:#fff;
	font-size:20px;
	float:right;
	cursor:pointer;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.header .search-form > i:hover { color:#87ce02; }
.nav__primary { margin-bottom:0; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:50%;
	margin:0 0 0 -87.5px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu li:hover ul, .sf-menu li.sfHover ul { margin-left:-75px; }
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:176px;
	margin:0;
	top:-26px;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left:151px; }
}
.sf-menu {
	float:left;
	padding:40px 0 0 0;
}
@media (min-width: 1200px) {
	.sf-menu { padding-left:14px; }
}
.sf-menu > li {
	background:none;
	margin-left:18px;
	padding-bottom:37px;
}
@media (min-width: 1200px) {
	.sf-menu > li { margin-left:25px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li { margin-left:10px; }
}
.sf-menu > li:first-child { margin-left:0; }
.sf-menu > li > a {
	padding:0;
	border:none;
	text-transform:uppercase;
}
@media (max-width: 1199px) {
	.sf-menu > li > a { font-size:12px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a { font-size:10px !important; }
}
.ie8 .sf-menu > li > a { font-size:12px !important; }
.sf-menu li ul {
	width:175px;
	padding:25px 0 30px 0;
	background-color:#87ce02;
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 2px 3px rgba(0,0,0,0.2);
	box-shadow:0 2px 3px rgba(0,0,0,0.2);
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu li ul { width:150px; }
}
.sf-menu li li {
	background:none;
	margin-top:17px;
}
.sf-menu li li:first-child { margin-top:0; }
.sf-menu li li a {
	padding:0;
	border:none;
	color:#fff;
	font-size:12px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	display:inline;
	vertical-align:top;
}
.sf-menu li li ul {
	padding:27px 0 28px 0;
	background-color:#fff;
}
.sf-menu li li li a { color:#424242; }
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
	color:#fbb0db;
	background:none;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a {
	background:none;
	color:#424242;
}
.sf-menu li li li > a:hover, .sf-menu li li li.sfHover > a, .sf-menu li li li.current-menu-item > a, .sf-menu li li li.current_page_item > a { color:#87ce02; }
.select-menu {
	height:35px;
	background-color:#f8f8f8;
}
.camera_wrap img { display:none; }
.camera_wrap .camera_pag {
	position:absolute;
	left:50%;
	top:326px;
	width:940px;
	margin:0 0 0 -470px;
}
@media (min-width: 1200px) {
	.camera_wrap .camera_pag {
		width:1170px;
		margin:0 0 0 -585px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_wrap .camera_pag {
		width:724px;
		margin:0 0 0 -362px;
	}
}
@media (max-width: 767px) {
	.camera_wrap .camera_pag {
		width:100%;
		margin:0;
		left:20px;
		top:380px;
	}
}
.camera_wrap .camera_pag .camera_pag_ul {
	text-align:left;
	height:15px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	width:15px;
	height:15px;
	margin:0 7px 0 0;
	background-color:transparent;
	vertical-align:top;
}
.camera_wrap .camera_pag .camera_pag_ul li:before {
	content:'';
	width:inherit;
	height:inherit;
	position:absolute;
	left:0;
	top:0;
	background-color:#fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:inherit;
	-moz-border-radius:inherit;
	border-radius:inherit;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	width:inherit;
	height:inherit;
	left:0;
	top:0;
	background-color:#87ce02 !important;
	-webkit-border-radius:inherit;
	-moz-border-radius:inherit;
	border-radius:inherit;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	opacity:0;
	filter:alpha(opacity=0);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent:before, .camera_wrap .camera_pag .camera_pag_ul li:hover:before {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	opacity:0;
	filter:alpha(opacity=0);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span, .camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	opacity:1;
	filter:alpha(opacity=100);
}
.camera_caption {
	bottom:auto;
	top:50px;
}
@media (min-width: 1200px) {
	.camera_caption { top:117px; }
}
.camera_caption > div {
	padding:0;
	background-color:transparent;
}
@media (max-width: 767px) {
	.camera_caption > div { padding:0 20px; }
}
.camera_caption h2 {
	font-size:55px;
	font-weight:900;
	line-height:1.2em;
	margin:0 0 19px 0;
}
@media (max-width: 767px) {
	.camera_caption h2 { font-size:35px; }
}
.camera_caption p {
	font-size:24px;
	line-height:29px;
}
@media (max-width: 767px) {
	.camera_caption p {
		font-size:16px;
		line-height:24px;
	}
}
@media (max-width: 320px) {
	.camera_caption p {
		font-size:15px;
		line-height:17px;
	}
}
.content-holder {
	padding-bottom:0;
	background-position:50% 0;
	background-image:url(images/pattern.gif);
}
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
	}
}
body.author .content-holder { padding:40px 0; }
.home .content-holder { padding-bottom:121px; }
.home .content-holder > .container {
	top:0;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
}
.content-holder > .container {
	background-color:#fff;
	position:relative;
	top:-64px;
	padding-top:33px;
	padding-bottom:50px;
	margin-bottom:-24px;
}
.home .content-holder > .container {
	margin-top:-428px;
	padding-bottom:69px;
	min-height:428px;
}
body.author .content-holder > .container {
	top:0;
	margin-bottom:0;
}
.content-holder > .container:before, .content-holder > .container:after {
	content:'';
	position:absolute;
	top:0;
	width:25px;
	height:100%;
	display:block;
	background-color:inherit;
}
@media (min-width: 1200px) {
	.content-holder > .container:before, .content-holder > .container:after { width:35px; }
}
.content-holder > .container:before { left:-25px; }
@media (min-width: 1200px) {
	.content-holder > .container:before { left:-35px; }
}
.content-holder > .container:after { right:-25px; }
@media (min-width: 1200px) {
	.content-holder > .container:after { right:-35px; }
}
#content { padding-top:0; }
.title-section {
	padding:53px 0 121px 0;
	margin:0;
	position:relative;
}
@media (max-width: 767px) {
	.title-section {
		padding-left:20px;
		padding-right:20px;
	}
}
.title-section:before {
	content:'';
	width:2048px;
	height:100%;
	background-image:url(images/title-bg.jpg);
	background-size:cover;
	position:absolute;
	left:50%;
	top:0;
	margin:0 0 0 -1024px;
	z-index:-1;
}
.title-header {
	overflow:visible;
	margin:0 0 24px 0;
	font-size:55px;
	font-weight:900;
	line-height:1em;
	color:#fff;
}
@media (max-width: 425px) {
	.title-header { font-size:44px; }
}
@media (max-width: 349px) {
	.title-header { font-size:38px; }
}
.breadcrumb__t {
	padding:0;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t li {
	text-shadow:none;
	text-transform:uppercase;
	color:#fff;
}
.breadcrumb__t li.active { color:#fff; }
.breadcrumb__t li.divider {
	padding:0 14px;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:'\f105';
	color:#fff;
	font-size:14px;
	font-family:FontAwesome;
}
.breadcrumb__t li a { color:#87ce02; }
.breadcrumb__t li a:hover, .breadcrumb__t li a:focus { color:#fff; }
.post__holder {
	overflow:hidden;
	margin-bottom:0px;
}
.post__holder.single-post {
	overflow:hidden;
	margin-bottom:30px;
	width:100%;
}
.post__holder .post-header .post-title {
	margin:0 0 44px 0;
	padding:0 0 7px 0;
	font-size:18px;
	line-height:1.2em;
	border-bottom:2px solid #87ce02;
	color:#87ce02;
}
.post__holder .post-header .post-title a { color:inherit; }
.post__holder .post-header .post-title a:hover, .post__holder .post-header .post-title a:focus { color:#565656; }
.post__holder .featured-thumbnail.large { margin:0 0 20px 0; }
.post__holder .post_content { padding-bottom:20px; }
.post__holder .post_content h1, .post__holder .post_content h2, .post__holder .post_content h3, .post__holder .post_content h4, .post__holder .post_content h5, .post__holder .post_content h6 { margin:5px 0 15px 0; }
.post__holder .post_content h3 {
	font-size:24px;
	line-height:29px;
	margin:0 0 10px 0;
	text-transform:none;
}
.post__holder .post_content p { margin:0 0 15px; }
.post__holder .btn-primary {
	font-size:12px;
	padding:7px 16px 6px;
}
.post_category a { color:#2e5302; }
.post_category a:hover { color:#87ce02; }
.post_author a { color:#2e5302; }
.post_author a:hover { color:#87ce02; }
.post_comment a { color:#2e5302; }
.post_comment a:hover { color:#87ce02; }
.post_meta {
	border:none;
	padding:0;
	font-size:12px;
}
.post_meta div[class^="post_"] { padding:0 31px 0 0; }
.post_meta i { color:#2e5302; }
.post_meta .post_date {
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	color:#87ce02;
}
.post_meta .post_date i { display:none; }
.post-author {
	padding:0;
	border:none;
	background-color:transparent;
}
.post-author_h {
	font-size:18px;
	margin:0 0 39px 0;
	padding:0 0 7px 0;
	color:#87ce02;
	border-bottom:2px solid #87ce02;
	text-transform:uppercase;
}
.post-author_h a { color:#87ce02; }
.post-author_h a:hover { color:#2e5302; }
.post-author_link { margin-top:18px; }
.post-author_gravatar {
	float:left;
	margin:5px 30px 0 0;
}
.post-author_gravatar img {
	padding:0;
	border:none;
	background:none;
}
.post-author .post-author_desc {
	overflow:hidden;
	margin-top:0;
}
.post-author .post-author_desc .post-author_link { font-size:14px; }
.post-author .post-author_desc .post-author_link a { text-transform:capitalize; }
#recent-author-posts > h3 { margin-bottom:20px; }
#recent-author-comments { padding-top:50px; }
#recent-author-comments > h3 { margin-bottom:20px; }
#recent-author-comments ul { margin:0; }
#recent-author-comments ul li {
	list-style-type:none;
	margin-bottom:10px;
}
.testimonial {
	padding:0;
	border:none;
	background:none;
	font-style:normal;
	font-family:Roboto, sans-serif;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial_bq {
	margin:0;
	padding:0;
	border:none;
}
.testimonial_bq p {
	font-size:14px;
	line-height:22px;
}
.testimonial small {
	font-family:Roboto, sans-serif;
	font-style:normal;
	padding:12px 0 0;
	font-size:11.9px;
}
.testimonial small span { display:inline; }
.testimonial .testi-url, .testimonial .testi-email { font-style:normal; }
.related-posts_h {
	font-size:18px;
	margin:0 0 39px 0;
	padding:0 0 7px 0;
	color:#87ce02;
	border-bottom:2px solid #87ce02;
}
.related-posts_item { font-size:14px; }
.related-posts .featured-thumbnail { margin:0 0 20px 0; }
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li a {
	margin:0 2px 4px;
	padding:4px 10px;
	color:#565656;
	border:1px solid #e4e4e4 !important;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	border-radius:4px !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.pagination__posts ul li a:hover, .pagination__posts ul li a:focus {
	color:#fff;
	background:#87ce02;
	border-color:#87ce02 !important;
}
.pagination__posts ul .active a {
	color:#fff;
	background:#87ce02;
	border-color:#87ce02 !important;
}
.filter-wrapper {
	border-bottom:2px solid #87ce02;
	padding-bottom:7px;
	margin-bottom:44px;
}
.filter-wrapper .pull-right { float:none !important; }
.filter-wrapper strong {
	padding:0;
	font-weight:normal;
	margin-right:18px;
	text-transform:uppercase;
}
.nav-pills { margin-bottom:0; }
.nav-pills li {
	font-size:14px;
	text-transform:uppercase;
	position:relative;
	margin-left:42px;
}
@media (max-width: 480px) {
	.nav-pills li {
		margin-left:0;
		margin-bottom:8px;
	}
}
.nav-pills li:before {
	content:'|';
	position:absolute;
	left:-24px;
	top:0;
}
@media (max-width: 480px) {
	.nav-pills li:before { display:none; }
}
.nav-pills li:first-child { margin-left:0; }
.nav-pills li:first-child:before { display:none; }
.nav-pills li a {
	background:none !important;
	padding:0;
	color:#87ce02;
}
@media (max-width: 480px) {
	.nav-pills li a { padding:0; }
}
.nav-pills li a:hover, .nav-pills li a:focus { color:#2e5302; }
.nav-pills li.active a { color:#2e5302 !important; }
.filterable-portfolio .caption__portfolio { padding:20px 0 0 0; }
.filterable-portfolio h3 {
	font-size:24px;
	line-height:29px;
	margin:0 0 10px 0;
}
.filterable-portfolio h3 a { color:#191919; }
.filterable-portfolio h3 a:hover, .filterable-portfolio h3 a:focus { color:#87ce02; }
.filterable-portfolio .btn-primary {
	font-size:12px;
	padding:7px 16px 6px;
}
.zoom-icon { background:rgba(135,206,2,0.7); }
.no-rgba .zoom-icon { background:url(images/orange-opacity-70.png); }
.zoom-icon:before {
	margin:-22.5px 0 0 -22.5px;
	width:45px;
	height:45px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.comments-h {
	font-size:18px;
	margin:0 0 39px 0;
	padding:0 0 7px 0;
	color:#87ce02;
	border-bottom:2px solid #87ce02;
}
.comment-list > .comment:first-child > .comment-body {
	border-top:none;
	padding-top:0;
	margin-top:0;
}
.comment .comment-body {
	margin:43px 0 0 0;
	padding:41px 0 0 0;
	border:none;
	border-top:1px solid #e4e4e4;
	background:none;
}
.comment .comment-body p { margin-bottom:24px; }
@media (max-width: 767px) {
	.comment .comment-body .extra-wrap { overflow:visible; }
}
.comment.bypostauthor .comment-body { background:none; }
.comment-author { margin:4px 30px 0 0; }
.comment-author .author {
	width:70px;
	padding:30px 0 0 1px;
	font-size:12px;
	font-weight:900;
	color:#2e5302;
}
@media (max-width: 767px) {
	.comment-author .author { padding-bottom:10px; }
}
.comment-author .author:before {
	content:'\f007';
	font-weight:normal;
	font-family:FontAwesome;
	padding-right:5px;
}
#respond h3 {
	font-size:18px;
	margin:0 0 39px 0;
	padding:0 0 7px 0;
	color:#87ce02;
	border-bottom:2px solid #87ce02;
}
.comment-meta {
	float:left;
	font-size:10px;
	text-transform:uppercase;
	color:#87ce02;
	padding:2px 0 0 0;
}
.reply {
	margin-left:0;
	font-size:12px;
	font-weight:bold;
}
.reply .comment-reply-link {
	background:#2e5302;
	color:#fff;
	padding:6px 16px 7px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.reply .comment-reply-link:hover, .reply .comment-reply-link:focus {
	color:#fff;
	background:#87ce02;
}
#commentform p.field { margin-bottom:17px; }
#commentform input[type="text"] {
	width:334px;
	padding:11px 17px 12px;
}
#commentform textarea {
	min-height:313px;
	height:313px;
	padding:11px 17px 12px;
}
@media (max-width: 767px) {
	#commentform input[type="text"] {
		width:100%;
		height:43px;
	}
}
#sidebar { padding-top:0; }
#sidebar .widget { margin-bottom:30px; }
#sidebar .widget > h3 {
	line-height:1.2em;
	color:#87ce02;
	border-bottom:2px solid #87ce02;
	padding:0 0 7px 0;
	margin:0 0 41px 0;
	text-transform:uppercase;
}
#sidebar .widget ul { margin:0; }
#sidebar .widget ul li {
	font-size:14px;
	font-weight:bold;
	list-style-type:none;
	margin:12px 0 0 0;
}
#sidebar .widget ul li:before {
	content:'\f0a9';
	font-size:15px;
	font-family:FontAwesome;
	color:#87ce02;
	padding-right:10px;
}
#sidebar .widget ul li:first-child { margin-top:0; }
#sidebar .widget ul li a { color:#565656; }
#sidebar .widget ul li a:hover, #sidebar .widget ul li a:focus { color:#87ce02; }
#sidebar .widget ul ul { margin:12px 0 0 22px; }
#wp-calendar td#today {
	color:#87ce02;
	font-weight:bold;
}
#wp-calendar caption { color:#2e5302; }
#wp-calendar thead th { color:#2e5302; }
.post-author .post-author_desc .post-author_link a { color:#87ce02; }
.post-author .post-author_desc .post-author_link a:hover { color:#2e5302; }
.post-list li {
	padding:0;
	font-weight:normal !important;
	margin:37px 0 0 0 !important;
}
.post-list li:before { display:none; }
.post-list li:first-child { margin-top:0 !important; }
.post-list .featured-thumbnail {
	margin:5px 0 10px 0;
	float:none;
	display:inline-block;
	vertical-align:top;
}
@media (min-width: 1200px) {
	.post-list .featured-thumbnail {
		float:left;
		margin-right:31px;
	}
}
.post-list time {
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	color:#87ce02;
	display:block;
}
.post-list_h {
	font-size:24px;
	line-height:29px;
	margin:9px 0;
}
.post-list_h a { color:#191919 !important; }
.post-list_h a:hover, .post-list_h a:focus { color:#87ce02 !important; }
.post-list .excerpt {
	margin-bottom:0;
	display:inline;
	vertical-align:top;
}
.post-list .link { color:#2e5302 !important; }
.post-list .link:hover, .post-list .link:focus { color:#87ce02 !important; }
.comments-custom li {
	margin:35px 0 0 0 !important;
	padding:0;
	font-weight:normal !important;
}
.comments-custom li:before { display:none; }
.comments-custom li:first-child { margin-top:0 !important; }
.comments-custom .featured-thumbnail { margin:6px 32px 0 0; }
.comments-custom_txt {
	padding:10px 0 0 0;
	border-top:none;
	margin-top:0;
}
.comments-custom_txt i {
	float:none !important;
	top:0 !important;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.comments-custom_txt a { text-decoration:none; }
.comments-custom_txt a:hover, .comments-custom_txt a:focus { text-decoration:none; }
.comments-custom_txt a:hover i, .comments-custom_txt a:focus i { color:#87ce02; }
.comments-custom_h_title, .comments-custom_h_author { margin-bottom:0; }
.comments-custom_h_title {
	font-size:24px;
	line-height:29px;
	padding:20px 0 0 0;
}
.comments-custom_h_title a { color:#191919; }
.comments-custom_h_title a:hover, .comments-custom_h_title a:focus { color:#87ce02; }
.comments-custom_h_author {
	font-size:12px;
	font-weight:900;
	color:#2e5302;
	margin-top:10px;
}
.comments-custom_h_author:first-letter { text-transform:uppercase; }
.comments-custom i {
	font-size:15px;
	margin-right:.5em;
	color:#2e5302;
	float:left;
	min-width:15px;
	text-align:center;
	position:relative;
	top:2px;
}
.comments-custom .ladle {
	float:left;
	padding-right:5px;
}
.comments-custom .meta_format {
	margin-top:0;
	font-size:14px;
}
.comments-custom time {
	font-size:10px;
	color:#87ce02;
	text-transform:uppercase;
}
.banners { margin-bottom:30px; }
.flickr_li { margin-top:0 !important; }
.flickr_li:before { display:none; }
.flickr_li .thumbnail:hover, .flickr_li .thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.social_li {
	font-weight:normal !important;
	margin-top:0 !important;
}
.social_li:before { display:none; }
.social__row li {
	float:left;
	margin-left:5px !important;
}
.social__row li:first-child { margin-left:0 !important; }
.social__row a { float:left; }
.social__list li { margin-bottom:5px; }
.social__list a:hover { text-decoration:none; }
.posts-list.no-meta .post_meta { display:none; }
.posts-list .post__holder { padding-bottom:9px; }
.posts-list .featured-thumbnail.large { margin:0 0 23px 0 !important; }
@media (max-width: 767px) {
	.posts-list .featured-thumbnail.large { width:280px; }
}
.posts-list .post-title {
	font-size:16px;
	font-weight:bold;
	line-height:19px;
	text-transform:none;
	margin:0 0 11px 0;
}
.posts-list .post-title a { color:#191919; }
.posts-list .post-title a:hover, .posts-list .post-title a:focus { color:#87ce02; }
.posts-list .excerpt { margin-bottom:0 !important; }
.carousel-wrap.partners h5 { display:none; }
.carousel-wrap.partners .featured-thumbnail a img {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.carousel-wrap.partners .featured-thumbnail a:hover img, .carousel-wrap.partners .featured-thumbnail a:focus img, .carousel-wrap.partners .featured-thumbnail a:active img {
	opacity:0.6;
	filter:alpha(opacity=60);
}
.carousel-wrap.partners__home {
	position:absolute;
	bottom:-168px;
	left:0;
	right:0;
}
.es-carousel-wrapper { padding:0 71px 0 68px; }
.es-nav span {
	position:absolute;
	top:0;
	left:0;
	margin-top:0;
	width:14px;
	height:auto;
	background:none;
	opacity:1;
	text-indent:0;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.es-nav span:before {
	content:'\f104';
	font-size:42px;
	font-family:FontAwesome;
	line-height:51px;
	color:#2e5302;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.es-nav span:hover { opacity:1; }
.es-nav span:hover:before { color:#a7abab; }
.es-nav span.es-nav-next {
	left:auto;
	right:0;
	background-position:top right;
}
.es-nav span.es-nav-next:before { content:'\f105'; }
@media (max-width: 767px) {
	.recent-posts.video { margin-bottom:30px !important; }
}
.recent-posts.video li.format-video {
	width:100%;
	height:321px;
	margin-bottom:0;
	overflow:hidden;
	background-color:#2e5302;
	padding:1px;
}
@media (max-width: 767px) {
	.recent-posts.video li.format-video {
		background-color:transparent;
		padding:0;
	}
}
.recent-posts.video li.format-video .video-wrap {
	position:static;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:56.1%;
}
.recent-posts.video li.format-video .video-wrap iframe {
	width:98.3%;
	height:313px;
	border:4px solid #738c55;
	top:1px;
	left:1px;
}
@media (min-width: 1200px) {
	.recent-posts.video li.format-video .video-wrap iframe { width:98.3%; }
}
@media (max-width: 767px) {
	.recent-posts.video li.format-video .video-wrap iframe {
		border:none;
		width:100%;
	}
}
.recent-posts.style-1 li {
	position:relative;
	padding-right:75px;
	margin-bottom:0;
	margin-top:28px;
}
.recent-posts.style-1 li:first-child { margin-top:0; }
.recent-posts.style-1 .featured-thumbnail { margin:1px 16px 10px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts.style-1 .featured-thumbnail { width:120px; }
}
@media (max-width: 767px) {
	.recent-posts.style-1 .featured-thumbnail {
		width:auto;
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.recent-posts.style-1 .featured-thumbnail a img {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.recent-posts.style-1 .featured-thumbnail a:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.recent-posts.style-1 h5 {
	font-size:21px;
	line-height:25px;
	margin:-4px 0 3px 0;
}
.recent-posts.style-1 h5 a { color:#fff; }
.recent-posts.style-1 h5 a:hover, .recent-posts.style-1 h5 a:active, .recent-posts.style-1 h5 a:focus { color:#87ce02; }
.recent-posts.style-1 .excerpt {
	font-size:12px;
	line-height:15px;
	margin-bottom:0;
	color:#8a9f71;
}
.recent-posts.style-1 .post-comments {
	position:absolute;
	right:0;
	top:17px;
}
.recent-posts.style-1 .post-comments a {
	width:47px;
	height:47px;
	line-height:47px;
	font-size:17px;
	color:#fff;
	display:block;
	text-align:center;
	background-color:#738c55;
	position:relative;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.recent-posts.style-1 .post-comments a:before {
	content:'';
	position:absolute;
	top:17px;
	left:-7px;
	width:0;
	height:0;
	border-style:solid;
	border-width:6.5px 7px 6.5px 0;
	border-color:transparent #738c55 transparent transparent;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.recent-posts.style-1 .post-comments a:hover, .recent-posts.style-1 .post-comments a:active, .recent-posts.style-1 .post-comments a:focus {
	background-color:#fff;
	color:#6d6d6d;
}
.recent-posts.style-1 .post-comments a:hover:before, .recent-posts.style-1 .post-comments a:active:before, .recent-posts.style-1 .post-comments a:focus:before { border-right-color:#fff; }
.recent-posts.style-1 .post-date { display:none; }
.recent-posts.style-2 {
	overflow:visible;
	padding-bottom:19px;
}
.recent-posts.style-2 li {
	margin-bottom:0;
	margin-top:22px;
	padding:44px 0 0 0;
	border-top:1px solid #e4e4e4;
}
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts.style-2 li {
		margin-top:15px;
		padding-top:26px;
	}
}
@media (max-width: 767px) {
	.recent-posts.style-2 li { padding-top:30px; }
}
.recent-posts.style-2 li:first-child {
	border-top:none;
	padding-top:0;
	margin-top:0;
}
.recent-posts.style-2 .featured-thumbnail { margin:0 31px 10px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts.style-2 .featured-thumbnail {
		width:120px;
		margin-right:20px;
	}
}
@media (max-width: 767px) {
	.recent-posts.style-2 .featured-thumbnail {
		margin-right:20px;
		margin-top:5px;
	}
}
.recent-posts.style-2 .featured-thumbnail a img {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.recent-posts.style-2 .featured-thumbnail a:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.recent-posts.style-2 h5 {
	font-size:24px;
	line-height:1.2em;
	margin:-7px 0 10px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts.style-2 h5 { font-size:20px; }
}
@media (max-width: 767px) {
	.recent-posts.style-2 h5 {
		font-size:20px;
		margin-top:0;
	}
}
.recent-posts.style-2 h5 a { color:#191919; }
.recent-posts.style-2 h5 a:hover, .recent-posts.style-2 h5 a:active, .recent-posts.style-2 h5 a:focus { color:#87ce02; }
.recent-posts.style-2 .excerpt { margin-bottom:26px; }
@media (max-width: 767px) {
	.recent-posts.style-2 .excerpt { clear:both; }
}
.recent-posts.style-2 .post-date {
	color:#87ce02;
	font-size:10px;
	margin-right:12px;
}
.recent-posts.style-2 .post-comments {
	float:left;
	font-weight:900;
	font-size:12px;
	position:relative;
	top:-1px;
}
.recent-posts.style-2 .post-comments a { color:#2e5302; }
.recent-posts.style-2 .post-comments a:hover { color:#87ce02; }
.recent-posts.style-2 .post-comments a:before {
	content:'\f086';
	font-size:15px;
	font-family:FontAwesome;
	font-weight:400;
	padding:0 7px 0 0;
	color:#2e5302;
}
.recent-posts.style-2 .post-comments a:hover:before, .recent-posts.style-2 .post-comments a:active:before, .recent-posts.style-2 .post-comments a:focus:before { color:#87ce02; }
.recent-posts.style-2__alt {
	border-bottom:1px solid #dedede;
	margin-left:0 !important;
	margin-bottom:25px !important;
	padding-bottom:52px;
}
.recent-posts.style-2__alt li {
	border:none;
	padding:0;
	margin-top:34px;
	margin-left:0;
}
.recent-posts.style-2__alt li:first-child { margin-top:0; }
.recent-posts.style-2__alt .featured-thumbnail { margin:0 0 23px 0; }
@media (max-width: 767px) {
	.recent-posts.style-2__alt .featured-thumbnail { margin-right:20px; }
}
.recent-posts.style-2__alt .featured-thumbnail img {
	max-width:none;
	width:100%;
}
.recent-posts.style-2__alt h5 {
	font-size:16px;
	font-weight:bold;
	line-height:19px;
	margin:0 0 18px 0;
}
.recent-posts.style-2__alt .excerpt { margin-bottom:0; }
.recent-posts.style-3 { overflow:visible; }
.recent-posts.style-3 li {
	margin-bottom:0;
	margin-top:20px;
	padding:20px 0 0 0;
	border-top:1px solid #9fd835;
}
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts.style-3 li {
		padding-top:15px;
		margin-top:10px;
	}
}
.recent-posts.style-3 li:first-child {
	border-top:none;
	padding-top:0;
	margin-top:0;
}
@media (max-width: 1199px) {
	.recent-posts.style-3 .featured-thumbnail { margin-right:15px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts.style-3 .featured-thumbnail {
		margin-bottom:10px;
		width:50px;
	}
}
@media (max-width: 767px) {
	.recent-posts.style-3 .featured-thumbnail { width:auto; }
}
.recent-posts.style-3 .featured-thumbnail img {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.recent-posts.style-3 .featured-thumbnail a:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.recent-posts.style-3 h5 {
	font-weight:bold;
	margin:0;
}
@media (min-width: 1200px) {
	.recent-posts.style-3 h5 { margin-right:-5px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts.style-3 h5 { font-size:12px; }
}
.recent-posts.style-3 h5 a { color:#ffffff; }
.recent-posts.style-3 h5 a:hover, .recent-posts.style-3 h5 a:active, .recent-posts.style-3 h5 a:focus { color:#87ce02; }
.recent-posts.style-3 .meta { margin-bottom:0; }
.recent-posts.style-3 .post-date {
	font-size:10px;
	color:#fff;
}
.recent-posts.style-3 .post-comments { display:none; }
.recent-posts.style-3 .excerpt {
	margin-bottom:0;
	font-size:12px;
	color:#87ce02;
}
.service-box {
	padding:14px 20px 18px 15px;
	margin-bottom:-1px;
	background-color:#87ce02;
	color:#fff;
	border:none;
	border-top:1px solid #9fd835;
	border-bottom:1px solid #9fd835;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (min-width: 1200px) {
	.service-box { padding:21px 25px 22px 15px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box {
		padding-top:10px;
		padding-bottom:10px;
	}
}
.service-box .icon { margin:0 12px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.service-box .icon {
		margin-bottom:10px;
		width:25%;
	}
}
.service-box h2 {
	overflow:visible;
	color:#333333;
	font-size:15px;
	font-weight:900;
	line-height:1.2em;
	margin:0 0 6px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box h2 { font-size:14px; }
}
.service-box .service-box_txt {
	font-size:12px;
	line-height:15px;
	margin-bottom:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box .service-box_txt { clear:both; }
}
.service-box:hover .icon img {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box.extra-style {
	padding:0;
	margin:0;
	border:none;
	background-color:transparent;
}
@media (min-width: 1200px) {
	.service-box.extra-style { padding-right:14px; }
}
@media (max-width: 767px) {
	.service-box.extra-style { margin-bottom:20px; }
}
.service-box.extra-style .icon { margin-right:10px; }
.service-box.extra-style .title {
	font-size:12px;
	text-transform:none;
	margin:0 0 11px 0;
}
.service-box.extra-style .service-box_txt {
	color:#787878;
	overflow:hidden;
	margin-bottom:25px;
}
.service-box.extra-style .btn-align { padding-left:6px; }
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.extra-style .btn-primary {
		padding-left:10px !important;
		padding-right:10px !important;
	}
}
.service-box.extra-style .btn-primary:after {
	content:'\f019';
	font-size:17px;
	font-family:FontAwesome;
	font-weight:normal;
	padding-left:13px;
	display:inline-block;
	vertical-align:top;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.extra-style .btn-primary:after { padding-left:0; }
}
.service-box.extra-style .btn-primary:hover:after {
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	transform:scale(1.5);
}
.ie8 .posts-grid .featured-thumbnail img {
	max-width:none !important;
	width:100%;
}
.posts-grid.style-1 li { margin-bottom:0; }
@media (max-width: 767px) {
	.posts-grid.style-1 li { margin-bottom:20px; }
}
.posts-grid.style-1 li.format-video .featured-thumbnail a:after { content:'\f144'; }
.posts-grid.style-1 li.format-standart .featured-thumbnail a:after { content:'\f08d'; }
.posts-grid.style-1 li.format-gallery .featured-thumbnail a:after { content:'\f03e'; }
.posts-grid.style-1 h5 {
	font-size:18px;
	font-style:italic;
	line-height:21px;
	padding:0 35px;
	margin:0;
	text-align:center;
}
@media (min-width: 1200px) {
	.posts-grid.style-1 h5 { padding:0 55px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.style-1 h5 {
		font-size:16px;
		padding:0 18px;
	}
}
.posts-grid.style-1 h5 a { color:#fff; }
.posts-grid.style-1 h5 a:after { display:none; }
.posts-grid.style-1 h5.extra {
	position:absolute;
	bottom:36px;
	left:0;
	right:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.style-1 h5.extra { bottom:20px; }
}
.posts-grid.style-1 .clear { clear:none; }
.posts-grid.style-1 .featured-thumbnail {
	border:1px solid #d6d6d6;
	padding:4px;
	margin:0;
	float:none;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
}
.posts-grid.style-1 .featured-thumbnail > a {
	background-color:#000;
	position:relative;
}
.posts-grid.style-1 .featured-thumbnail > a:after {
	font-family:FontAwesome;
	font-size:80px;
	line-height:1em;
	color:#fff;
	position:absolute;
	top:35px;
	left:0;
	right:0;
	text-align:center;
	z-index:2;
	-webkit-transition:color 0.7s;
	-moz-transition:color 0.7s;
	-o-transition:color 0.7s;
	transition:color 0.7s;
}
@media (min-width: 1200px) {
	.posts-grid.style-1 .featured-thumbnail > a:after { top:75px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.style-1 .featured-thumbnail > a:after {
		font-size:60px;
		top:25px;
	}
}
@media (max-width: 767px) {
	.posts-grid.style-1 .featured-thumbnail > a:after { top:75px; }
}
.posts-grid.style-1 .featured-thumbnail > a img {
	opacity:0.83;
	filter:alpha(opacity=83);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.posts-grid.style-1 .featured-thumbnail:hover h5 a { color:#87ce02; }
.posts-grid.style-1 .featured-thumbnail:hover a:before {
	opacity:0.6;
	filter:alpha(opacity=60);
}
.posts-grid.style-1 .featured-thumbnail:hover a:after {
	color:#87ce02;
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.posts-grid.style-1 .featured-thumbnail:hover a img {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.posts-grid.style-1 .post_meta {
	padding:9px 0 20px 0;
	margin:0 0 12px 0;
	font-size:12px;
	color:#d7d7d7;
	text-transform:uppercase;
	border:none;
	border-bottom:1px solid #d6d6d6;
}
.posts-grid.style-1 .post_meta span[class^="post_"] { margin-right:0; }
.posts-grid.style-1 .post_meta .post_category { float:left; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.style-1 .post_meta .post_category {
		float:none;
		display:block;
		margin-bottom:10px;
	}
}
.posts-grid.style-1 .post_meta .post_category a {
	color:#fff;
	padding:0 13px 1px;
	display:inline-block;
	vertical-align:top;
	background-color:#2e5302;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid.style-1 .post_meta .post_category a:hover, .posts-grid.style-1 .post_meta .post_category a:active, .posts-grid.style-1 .post_meta .post_category a:focus {
	color:#87ce02;
	background-color:#fff;
}
.posts-grid.style-1 .post_meta .post_date {
	float:right;
	color:#87ce02;
	font-size:12px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.style-1 .post_meta .post_date { float:none; }
}
.posts-grid.style-1 .post_meta .post_comment, .posts-grid.style-1 .post_meta .post_author { display:none; }
.posts-grid.style-1 .excerpt {
	margin-bottom:0;
	line-height:22px;
}
.posts-grid.style-2 { border:1px solid #d6d6d6; }
@media (max-width: 767px) {
	.posts-grid.style-2 {
		width:auto;
		margin-bottom:30px;
	}
}
.posts-grid.style-2 li {
	margin-bottom:0;
	position:relative;
}
.posts-grid.style-2 li:after {
	content:'';
	position:absolute;
	top:0;
	left:-5px;
	width:1px;
	height:100%;
	background-color:#d6d6d6;
}
@media (max-width: 767px) {
	.posts-grid.style-2 li:after {
		width:100%;
		height:1px;
		left:0;
	}
}
.posts-grid.style-2 li:first-child:after { display:none; }
.posts-grid.style-2 li .inner { padding:30px 0 25px 15px; }
@media (min-width: 1200px) {
	.posts-grid.style-2 li .inner { padding-left:28px; }
}
.posts-grid.style-2 li:hover .post_meta .post_date { color:#87ce02; }
.posts-grid.style-2 li .featured-thumbnail { display:none; }
.posts-grid.style-2 h5 {
	font-size:18px;
	font-weight:900;
	line-height:25px;
	text-transform:uppercase;
	margin:0 0 19px 0;
}
@media (min-width: 1200px) {
	.posts-grid.style-2 h5 { font-size:21px; }
}
.posts-grid.style-2 h5 a { color:#87ce02; }
.posts-grid.style-2 h5 a:hover, .posts-grid.style-2 h5 a:active, .posts-grid.style-2 h5 a:focus { color:#2e5302; }
.posts-grid.style-2 .post_meta {
	border:none;
	padding:0;
	margin:0;
}
.posts-grid.style-2 .post_meta span[class^="post_"] { margin-right:12px; }
.posts-grid.style-2 .post_meta .post_date {
	font-size:10px;
	color:#929292;
	text-transform:uppercase;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.posts-grid.style-2 .post_meta .post_comment {
	font-size:12px;
	font-weight:900;
	position:relative;
	top:1px;
}
.posts-grid.style-2 .post_meta .post_comment a { color:#87ce02; }
.posts-grid.style-2 .post_meta .post_comment a:before {
	content:'\f086';
	font-size:15px;
	font-family:FontAwesome;
	font-weight:400;
	color:#2e5302;
	padding:0 7px 0 0;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.posts-grid.style-2 .post_meta .post_comment a:hover, .posts-grid.style-2 .post_meta .post_comment a:active, .posts-grid.style-2 .post_meta .post_comment a:focus { color:#2e5302; }
.posts-grid.style-2 .post_meta .post_comment a:hover:before, .posts-grid.style-2 .post_meta .post_comment a:active:before, .posts-grid.style-2 .post_meta .post_comment a:focus:before { color:#87ce02; }
.posts-grid.style-2 .post_meta .post_author, .posts-grid.style-2 .post_meta .post_category { display:none; }
.posts-grid.style-3 li { margin-bottom:40px; }
.posts-grid.style-3 .featured-thumbnail { margin:0 0 21px 0; }
.posts-grid.style-3 .featured-thumbnail a:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:#000;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid.style-3 .featured-thumbnail a:hover:before, .posts-grid.style-3 .featured-thumbnail a:focus:before {
	opacity:0.2;
	filter:alpha(opacity=20);
}
.posts-grid.style-3 h5 {
	font-size:24px;
	line-height:29px;
	margin:0 0 9px 0;
}
.posts-grid.style-3 h5 a { color:#191919; }
.posts-grid.style-3 h5 a:hover, .posts-grid.style-3 h5 a:focus { color:#87ce02; }
.posts-grid.style-3 .excerpt { margin-bottom:0; }
.banner-wrap.style-1 {
	background-color:#960056;
	background-position:50% 55px;
	background-repeat:no-repeat;
	background-image:url(images/banner-bg.png);
	padding:21px 20px 26px 32px;
	margin:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.style-1 { padding-left:20px; }
}
.banner-wrap.style-1:hover { background-color:#87ce02; }
.banner-wrap.style-1:hover .btn-link { background-color:#87ce02; }
.banner-wrap.style-1 h5 {
	font-family:'Asap', sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:26px;
	text-transform:none;
	color:#fff;
	margin:0 0 21px 0;
}
.banner-wrap.style-1 h5:before {
	content:'\f0b1';
	font-size:48px;
	font-family:FontAwesome;
	font-weight:400;
	line-height:1em;
	color:#eef2ea;
	text-shadow:0 1px 2px rgba(0,0,0,0.3);
	display:block;
	margin-bottom:7px;
}
.banner-wrap.style-1 .btn-link {
	font-size:14px;
	font-family:'Asap', sans-serif;
	font-weight:bold;
	text-shadow:none;
	text-transform:none;
	color:#fefefe;
	padding:10px 18px;
	background-color:#b64d89;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.style-1 .btn-link {
		font-size:13px;
		padding-left:11px;
		padding-right:11px;
	}
}
.banner-wrap.style-1 .btn-link:after {
	content:'\f101';
	font-family:FontAwesome;
	padding-left:10px;
	color:#f8fcca;
}
.banner-wrap.style-1 .btn-link:hover, .banner-wrap.style-1 .btn-link:active, .banner-wrap.style-1 .btn-link:focus {
	background-color:#545454;
	color:#fff;
	text-decoration:none;
}
.banner-wrap.style-2 {
	background-color:#960056;
	color:#fff;
	padding:19px 26px 39px 31px;
	margin-top:37px;
}
.banner-wrap.style-2 h5 {
	font-family:'Asap', sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:26px;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 9px 0;
}
.banner-wrap.style-2 h5:before {
	content:'\f0b1';
	font-size:48px;
	font-family:FontAwesome;
	font-weight:400;
	line-height:1em;
	color:#eef2ea;
	text-shadow:0 1px 2px rgba(0,0,0,0.3);
	display:block;
	margin-bottom:7px;
}
.banner-wrap.style-2 p { margin-bottom:0; }
.footer {
	padding:0;
	border:none;
	background-color:#406c02;
}
.footer > .container { width:100% !important; }
.footer > .container > .row { margin-left:0 !important; }
.footer > .container > .row > .span12 {
	width:100% !important;
	margin-left:0 !important;
}
.footer-widgets .phone { color:#fff; }
.footer-widgets {
	font-size:11px;
	font-family:'Lato', sans-serif;
	background-color:#2e5302;
	color:#fff;
	padding:83px 0 13px 0;
}
@media (max-width: 767px) {
	.footer-widgets {
		padding-left:20px;
		padding-right:20px;
	}
}
.footer-widgets h4 {
	font-size:18px;
	font-family:'Asap', sans-serif;
	font-weight:bold;
	line-height:24px;
	text-transform:uppercase;
	color:#87ce02;
	margin:2px 0 17px 0;
}
.footer-widgets p {
	line-height:13px;
	margin-bottom:26px;
}
.footer-widgets ul { margin:0 0 43px 0; }
.footer-widgets ul li {
	list-style-type:none;
	margin-bottom:6px;
}
.footer-widgets ul li a { color:inherit; }
.footer-widgets ul li a:hover, .footer-widgets ul li a:active, .footer-widgets ul li a:focus { color:#8fbf0e; }
.footer-logo { margin-bottom:39px; }
.phone {
	font-size:27px;
	line-height:1.2em;
}
@media (min-width: 768px) and (max-width: 979px) {
	.phone { font-size:19px; }
}
.phone a { color:#d7d7d7; }
.description {
	line-height:13px;
	margin-bottom:26px;
}
nav.footer-nav {
	float:left;
	margin-bottom:0;
	padding:61px 0 63px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav { float:none; }
}
@media (max-width: 767px) {
	nav.footer-nav {
		float:none;
		padding-bottom:20px;
		padding-left:20px;
		padding-right:20px;
	}
	.home nav.footer-nav {
		padding-left:0;
		padding-right:0;
	}
}
nav.footer-nav ul { float:left; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul { float:none; }
}
@media (max-width: 767px) {
	nav.footer-nav ul { float:none; }
}
nav.footer-nav ul li { padding-left:24px; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul li {
		float:none;
		display:inline;
		padding:0 7px;
	}
}
@media (max-width: 767px) {
	nav.footer-nav ul li {
		float:none;
		display:inline;
		padding:0 5px;
	}
}
nav.footer-nav ul li a {
	text-decoration:none;
	text-transform:uppercase;
}
nav.footer-nav ul li a:hover, nav.footer-nav ul li a:active, nav.footer-nav ul li a:focus { color:#87ce02; }
nav.footer-nav ul li.current-menu-item a {
	color:#87ce02;
	text-decoration:none;
}
.social-nets-wrapper { padding:56px 0 62px 0; }
@media (max-width: 767px) {
	.social-nets-wrapper { padding-top:20px; }
}
.social-nets-wrapper .social { margin:0; }
@media (max-width: 767px) {
	.social-nets-wrapper .social { text-align:center; }
}
.social-nets-wrapper .social li {
	float:left;
	list-style-type:none;
	margin-right:5px;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.social-nets-wrapper .social li a {
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	display:block;
	color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social-nets-wrapper .social li a[title="facebook"] { background-color:#87ce02; }
.social-nets-wrapper .social li a[title="facebook"]:hover, .social-nets-wrapper .social li a[title="facebook"]:active, .social-nets-wrapper .social li a[title="facebook"]:focus { color:#2e5302; }
.social-nets-wrapper .social li a[title="twitter"] { background-color:#87ce02; }
.social-nets-wrapper .social li a[title="twitter"]:hover, .social-nets-wrapper .social li a[title="twitter"]:active, .social-nets-wrapper .social li a[title="twitter"]:focus { color:#2e5302; }
.social-nets-wrapper .social li a[title="google+"] { background-color:#87ce02; }
.social-nets-wrapper .social li a[title="google+"]:hover, .social-nets-wrapper .social li a[title="google+"]:active, .social-nets-wrapper .social li a[title="google+"]:focus { color:#2e5302; }
.social-nets-wrapper .social li a[title="linkedin"] { background-color:#87ce02; }
.social-nets-wrapper .social li a[title="linkedin"]:hover, .social-nets-wrapper .social li a[title="linkedin"]:active, .social-nets-wrapper .social li a[title="linkedin"]:focus { color:#2e5302; }
.social-nets-wrapper .social li a[title="email"] { background-color:#87ce02; }
.social-nets-wrapper .social li a[title="email"]:hover, .social-nets-wrapper .social li a[title="email"]:active, .social-nets-wrapper .social li a[title="email"]:focus { color:#2e5302; }
.social-nets-wrapper .social li a:hover, .social-nets-wrapper .social li a:active, .social-nets-wrapper .social li a:focus { background-color:#fff !important; }
.copyright { padding:0; }
.footer-text {
	font-family:'Lato', sans-serif;
	font-size:12px;
	padding-top:50px;
	color:#fff;
}
@media (max-width: 767px) {
	.footer-text {
		padding-left:20px;
		padding-right:20px;
	}
	.home .footer-text {
		padding-left:0;
		padding-right:0;
	}
}
.home .footer-text { padding-top:24px; }
.footer-text a { color:#87ce02; }
.footer-text a:hover, .footer-text a:active, .footer-text a:focus { color:#fff; }
.list.styled.circle-arrow-list > ul { margin:0; }
@media (max-width: 767px) {
	.list.styled.circle-arrow-list > ul { margin-bottom:25px; }
}
.list.styled.circle-arrow-list > ul li {
	font-weight:bold;
	margin:12px 0 0 0;
}
.list.styled.circle-arrow-list > ul li:before {
	font-size:15px;
	font-weight:normal;
	color:#87ce02;
	width:auto;
	height:auto;
	margin-right:11px;
}
.extra-col .list.styled.circle-arrow-list > ul li:before { color:#87ce02; }
.list.styled.circle-arrow-list > ul li:first-child { margin-top:0; }
.list.styled.circle-arrow-list > ul li a { color:#565656; }
.list.styled.circle-arrow-list > ul li a:hover, .list.styled.circle-arrow-list > ul li a:focus { color:#87ce02; }
.extra-col .list.styled.circle-arrow-list > ul li a:hover, .extra-col .list.styled.circle-arrow-list > ul li a:focus { color:#87ce02; }
figure.extra-style { margin:0 15px 0 0; }
@media (max-width: 767px) {
	.pseudoStickyBlock { display:none !important; }
}
.flexslider ul li { font-weight:normal !important; }
.flexslider ul li:before { display:none; }
input[type="submit"], input[type="reset"] {
	height:31px;
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
	text-transform:capitalize;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:11px 17px 12px;
	border:1px solid #e4e4e4;
	background-color:#f8f8f8;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	background-color:transparent;
	border-color:#2e5302;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
textarea { border-color:#e4e4e4 !important; }
textarea:focus { border-color:#2e5302 !important; }
select { padding:0; }
select:focus {
	background-color:#f8f8f8;
	border-color:#e4e4e4;
}
.wpcf7-form p.field input {
	padding:11px 17px 12px;
	height:43px;
}
.wpcf7-form textarea { padding:11px 17px 12px; }
.wpcf7-not-valid-tip { padding:11px 0 12px 17px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip { padding-left:5px !important; }
}
.btn-primary {
	border:none;
	background:#2e5302;
	text-shadow:none;
	font-family:'Asap', sans-serif;
	font-weight:bold;
	color:#fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-primary.btn-normal {
	font-size:12px;
	padding:7px 16px 6px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background:#87ce02;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.btn-link {
	color:#87ce02;
	font-weight:bold;
	padding:0;
	border:none;
	text-shadow:none;
	text-transform:uppercase;
}
.btn-link:hover, .btn-link:focus {
	text-decoration:none;
	color:#2e5302;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.btn-link.btn-normal { font-size:12px; }
.title-box {
	margin-bottom:44px;
	padding:34px 0 7px 0;
	border-bottom-width:2px;
	border-bottom-style:solid;
}
.title-box_icon {
	float:left;
	margin:0 20px 0 0;
}
.title-box_primary {
	font-size:18px;
	line-height:1.2em;
}
.title-box.color-1 { border-bottom-color:#87ce02; }
.title-box.color-1 .title-box_primary { color:#87ce02; }
.title-box.color-2 { border-bottom-color:#87ce02; }
.page-id-7 .title-box.color-2 { margin-bottom:38px; }
.title-box.color-2 .title-box_primary { color:#87ce02; }
.thumbnail, .featured-thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.tabs-wrapper { margin-bottom:53px; }
.nav-tabs {
	border:none;
	margin:-87px 0 35px 0;
}
.nav-tabs > li {
	margin-bottom:0;
	position:relative;
}
@media (max-width: 767px) {
	.nav-tabs > li {
		width:33%;
		margin-left:1px;
	}
	.nav-tabs > li:first-child { margin-left:0; }
}
.nav-tabs > li.active > a { background-color:#87ce02 !important; }
.nav-tabs > li.active:after { bottom:-9px; }
.nav-tabs > li:after {
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	margin:0 0 0 -8.5px;
	width:0;
	height:0;
	border-style:solid;
	border-width:9px 8.5px 0 8.5px;
	border-color:#87ce02 transparent transparent transparent;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav-tabs > li:hover:after { bottom:-9px; }
.nav-tabs > li > a {
	width:226px;
	height:52px;
	padding:17px 0;
	margin-right:1px;
	color:#fff !important;
	text-transform:uppercase;
	text-align:center;
	background-color:#2e5302;
	border:none !important;
	position:relative;
	z-index:2;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav-tabs > li > a { width:165px; }
}
@media (max-width: 767px) {
	.nav-tabs > li > a {
		width:100%;
		padding:17px 10px;
	}
}
@media (max-width: 480px) {
	.nav-tabs > li > a {
		font-size:12px;
		padding:9px 10px;
	}
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus { background-color:#87ce02; }
.content_box { width:auto !important; }
.content_box:before, .content_box:after { background-color:inherit; }
.content_box .full-block-wrap { width:auto !important; }
.content_box.color-1 {
	background-color:#fff;
	min-height:200px;
	padding:35px 0 36px 0 !important;
	margin:0 !important;
	color:#a0a0a0;
}
.content_box.color-1:before, .content_box.color-1:after {
	width:25px;
	z-index:1;
}
@media (min-width: 1200px) {
	.content_box.color-1:before, .content_box.color-1:after { width:35px; }
}
.content_box.color-1:before { left:-25px; }
@media (min-width: 1200px) {
	.content_box.color-1:before { left:-35px; }
}
.content_box.color-1:after { right:-25px; }
@media (min-width: 1200px) {
	.content_box.color-1:after { right:-35px; }
}
.content_box.color-2 {
	background-color:#2e5302;
	min-height:200px;
	padding:63px 0 52px 0 !important;
	margin:0 !important;
	color:#828282;
}
.content_box.color-2:before, .content_box.color-2:after {
	width:25px;
	z-index:1;
}
@media (min-width: 1200px) {
	.content_box.color-2:before, .content_box.color-2:after { width:35px; }
}
.content_box.color-2:before { left:-25px; }
@media (min-width: 1200px) {
	.content_box.color-2:before { left:-35px; }
}
.content_box.color-2:after { right:-25px; }
@media (min-width: 1200px) {
	.content_box.color-2:after { right:-35px; }
}
.content_box.color-3 {
	background-color:#2e5302;
	padding:33px 20px 50px 20px !important;
	margin:0 !important;
}
@media (min-width: 1200px) {
	.content_box.color-3 { padding:33px 27px 50px 29px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.content_box.color-3 { padding-bottom:20px !important; }
}
.content_box.color-3:before, .content_box.color-3:after { display:none; }
.content_box.color-3 h2 {
	margin:0 0 32px 0;
	font-size:14px;
	font-weight:900;
	line-height:1.2em;
	color:#fff;
}
.content_box.color-3.color-3__alt {
	margin-top:-33px !important;
	padding:27px 0 9px 0 !important;
	color:#8a9f71;
}
.content_box.color-3.color-3__alt:before, .content_box.color-3.color-3__alt:after {
	width:25px;
	z-index:1;
	display:block;
}
@media (min-width: 1200px) {
	.content_box.color-3.color-3__alt:before, .content_box.color-3.color-3__alt:after { width:35px; }
}
.content_box.color-3.color-3__alt:before { left:-25px; }
@media (min-width: 1200px) {
	.content_box.color-3.color-3__alt:before { left:-35px; }
}
.content_box.color-3.color-3__alt:after { right:-25px; }
@media (min-width: 1200px) {
	.content_box.color-3.color-3__alt:after { right:-35px; }
}
.content_box.color-3.color-3__alt h4 {
	font-size:15px;
	font-weight:900;
	line-height:18px;
	text-transform:uppercase;
	color:#fff;
	margin:7px 0 19px 0;
}
@media (max-width: 767px) {
	.content_box.color-3.color-3__alt h4 { *zoom:1; }
	.content_box.color-3.color-3__alt h4:before, .content_box.color-3.color-3__alt h4:after {
		display:table;
		content:"";
		line-height:0;
	}
	.content_box.color-3.color-3__alt h4:after { clear:both; }
}
.content_box.color-3.color-3__alt p {
	clear:both;
	line-height:22px;
	border-top:1px solid #587535;
	margin:0 0 21px 0;
	padding:15px 0 0 0;
}
#back-top { margin-bottom:0; }
#back-top a {
	width:auto;
	color:#fff;
	font-size:28px;
	font-family:FontAwesome;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#back-top a:hover { color:#87ce02; }
#back-top a:hover span { background-color:transparent; }
#back-top span {
	margin-bottom:0;
	width:auto;
	height:auto;
	background:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#back-top span:before {
	content:'\f0aa';
	line-height:1em;
}
#map img { max-width:none; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:28px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
