@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Lato:300,400);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);
.btn-link { color:#548235; }
.btn-link:hover, .btn-link:focus { color:#2c2c2c; }
body { padding:0 !important; }
h1, h2, h3, h4 { text-transform:uppercase; }
h2 { margin:0 0 68px 0; }
@media (max-width: 767px) {
	h2 { margin-bottom:30px; }
}
.extra-heading h4 {
	font-size:18px;
	font-family:Lato;
	font-style:italic;
	line-height:1.2em;
	text-align:center;
	text-transform:none;
	margin:0 0 40px 0;
	color:#989898;
}
a {
	-webkit-transition:color 0.4s;
	-moz-transition:color 0.4s;
	-o-transition:color 0.4s;
	transition:color 0.4s;
}
a:hover, a:active, a:focus { text-decoration:none; }
p { margin-bottom:24px; }
.header {
	width:100%;
	padding:26px 37px;
	border:none;
	background-color:transparent;
	z-index:200;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 1200px) {
	.header { padding:15px 20px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header { padding:15px 20px !important; }
}
@media (max-width: 767px) {
	.header { padding:15px 20px !important; }
}
.header.isStuck {
	padding-top:15px;
	padding-bottom:15px;
}
@media (max-width: 767px) {
	.header.isStuck {
		position:static !important;
		top:0 !important;
	}
}
.header > .container { width:100%; }
.header > .container > .row { margin-left:0; }
.header > .container > .row > .span12 {
	width:100%;
	margin-left:0;
}
.pseudoStickyBlock { max-height:111px !important; }
@media (max-width: 767px) {
	.pseudoStickyBlock { display:none !important; }
}
@media (max-width: 981px) {
	.logo_h__txt, .logo_link { font-size:31px !important; }
}
.logo { margin:12px 0 0 0; }
@media (max-width: 1200px) {
	.logo { margin-top:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo {
		max-width:252px;
		margin-top:0;
	}
}
@media (max-width: 767px) {
	.logo {
		margin:0 0 20px 0;
		float:none;
		text-align:center;
	}
}
.isStuck .logo { margin-top:0; }
.logo_h__txt { padding-top:18px; }
@media (max-width: 979px) {
	.logo_h__txt { padding-top:7px; }
}
.logo_link:hover, .logo_link:active, .logo_link:focus { color:#8bc34a; }
.logo_tagline { color:#fff; }
.search-form {
	position:relative;
	z-index:100;
}
.header .search-form form {
	width:300px;
	position:absolute;
	bottom:-106px;
	right:-15px;
	display:none;
	margin:0;
}
@media (max-width: 1200px) {
	.header .search-form form { right:0; }
}
.header .search-form_it {
	width:243px;
	height:59px;
	font-size:16px;
	color:#1a1a1a;
	padding:17.5px 25px !important;
	margin:0;
	border:none;
	float:left;
	background-color:rgba(255,255,255,0.76);
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	-o-transition:background 0.3s;
	transition:background 0.3s;
}
.header .search-form_it::-moz-placeholder {
	color:#1a1a1a;
	opacity:1;
}
.header .search-form_it::-ms-input-placeholder { color:#1a1a1a; }
.header .search-form_it::-webkit-input-placeholder { color:#1a1a1a; }
.header .search-form_it:-moz-placeholder { color:#1a1a1a; }
.header .search-form_it:-ms-input-placeholder { color:#1a1a1a; }
.header .search-form_it::-webkit-input-placeholder { color:#1a1a1a; }
.header .search-form_it:focus {
	background-color:#fff;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.widget .search-form_it {
	width:100%;
	height:60px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.search-form_is { height:60px !important; }
.header .search-form_is {
	width:57px;
	height:59px !important;
	border:none;
	background:rgba(30,30,30,0.76);
	font-size:30px;
	color:rgba(255,255,255,0.72);
	float:left;
	outline:none;
	margin:0;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	-o-transition:background 0.3s;
	transition:background 0.3s;
}
.header .search-form_is:hover, .header .search-form_is:focus {
	color:#fff;
	background:#2c2c2c;
}
.header .search-form {
	float:right;
	padding:33px 17px 0 51px;
	margin:0 0 0 61px;
	height:102px;
	border-left:1px solid #e6e6e6;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 1400px) {
	.header .search-form {
		padding-right:0;
		padding-left:37px;
		margin-left:30px;
	}
}
@media (max-width: 1200px) {
	.header .search-form {
		padding:17px 0 17px 20px !important;
		margin-left:20px;
		height:auto !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .search-form {
		padding:5px 0 5px 20px !important;
		margin-left:15px;
		height:auto !important;
	}
}
.header .search-form > i {
	color:#726f6f;
	font-size:39px;
	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:#548235; }
.isStuck .search-form {
	height:81px;
	padding-top:20px;
}
@media (max-width: 1200px) {
	.isStuck .search-form {
		height:66px;
		padding-top:12px;
	}
}
.nav__primary { margin-bottom:0; }
.nav__primary:before, .nav__primary:after { display:none !important; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { margin:26px 0 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.isStuck .sf-menu li:hover ul, .isStuck .sf-menu li.sfHover ul { margin-top:15px; }
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	top:-42px;
	left:auto;
	right:100%;
}
.sf-menu {
	float:right;
	padding:41px 0 0 0;
}
@media (max-width: 1200px) {
	.sf-menu { padding-top:33px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu { padding-top:20px !important; }
}
.isStuck .sf-menu { padding-top:30px; }
@media (max-width: 1200px) {
	.isStuck .sf-menu { padding-top:23px; }
}
@media (max-width: 979px) {
	.isStuck .sf-menu { padding-top:0; }
}
.sf-menu > li {
	background:none;
	margin:0 0 0 47px;
	padding:0 0 17px 0;
}
@media (min-width: 1200px) {
	.sf-menu > li {
		margin:0 0 0 47px;
		padding-bottom:37px;
	}
}
@media (max-width: 1400px) {
	.sf-menu > li { margin-left:30px; }
}
@media (max-width: 1200px) {
	.sf-menu > li { margin-left:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li {
		margin:0 7px;
		padding-bottom:6px;
	}
}
.isStuck .sf-menu > li { padding-bottom:16px; }
@media (max-width: 1200px) {
	.isStuck .sf-menu > li { padding-bottom:17px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.isStuck .sf-menu > li { padding-bottom:17px; }
}
.sf-menu > li:first-child { margin-left:0; }
.sf-menu > li > a {
	padding:0;
	border:none;
	text-transform:uppercase;
}
@media (max-width: 1432px) {
	.sf-menu > li > a {
		font-size:20px !important;
		line-height:20px !important;
	}
}
@media (max-width: 1082px) {
	.sf-menu > li > a {
		font-size:14px !important;
		line-height:20px !important;
	}
}
@media (max-width: 1200px) {
	.sf-menu > li > a {
		font-size:14px !important;
		line-height:20px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a { font-size:14px !important; }
}
.sf-menu li ul {
	width:235px;
	padding:16px 0 22px 0;
	background-color:#1a1a1a;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
}
.sf-menu li li {
	background:none;
	text-align:left;
}
.sf-menu li li a {
	font-size:14px;
	font-weight:300;
	font-family:'Lato', sans-serif;
	padding:7.5px 48px 7.5px 32px;
	border:none;
	color:#fff;
	position:relative;
	z-index:1;
}
.sf-menu li li a:after {
	content:'';
	background:#548235;
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.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:#548235;
	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; }
.sf-menu li li > a:hover:after, .sf-menu li li.sfHover > a:after, .sf-menu li li.current-menu-item > a:after, .sf-menu li li.current_page_item > a:after { width:100%; }
.sf-menu a.sf-with-ul { padding-right:0; }
.sf-sub-indicator { display:none; }
.sf-menu ul .sf-sub-indicator {
	display:block;
	background:none;
	text-indent:0;
	right:24px;
	top:14px;
	overflow:visible;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.sf-menu ul .sf-sub-indicator:after {
	content:'\f054';
	font-size:14px;
	font-family:FontAwesome;
	line-height:1em;
	color:#fff;
	position:absolute;
	right:0;
	top:0;
}
.select-menu { height:32px; }
.select-menu:focus { background-color:#e4e4e4; }
.content-holder { background-color:#fff; }
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
	}
}
.home .content-holder { padding-bottom:0; }
#content { padding-top:99px; }
@media (max-width: 767px) {
	#content { padding-top:45px; }
}
.title-section {
	padding:0;
	position:relative;
	left:50%;
}
.title-header { display:none; }
.breadcrumb__t {
	padding:18px 20px;
	background-color:#323433;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (min-width: 1200px) {
	.breadcrumb__t {
		padding-left:37px;
		padding-right:37px;
	}
}
.breadcrumb__t li {
	font-family:'Lato', sans-serif;
	font-weight:300;
	text-shadow:none;
}
.breadcrumb__t li.active { color:#fff; }
.breadcrumb__t li.divider {
	margin:0 17px;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:'\f105';
	color:#fff;
	font:14px/24px FontAwesome;
}
.breadcrumb__t li a { color:#548235; }
.breadcrumb__t li a:hover, .breadcrumb__t li a:active, .breadcrumb__t li a:focus { color:#fff; }
.post__holder .post-header .post-title {
	margin:0 0 32px 0;
	text-align:center;
}
.post__holder .post-header .post-title a { color:#16161d; }
.post__holder .post-header .post-title a:hover, .post__holder .post-header .post-title a:active, .post__holder .post-header .post-title a:focus { color:#548235; }
.post__holder .featured-thumbnail.large { margin:0 0 37px 0; }
.post__holder .post_content p { margin:0 0 24px; }
.post__holder .btn-primary {
	font-size:24px;
	padding:20px 76px;
}
@media (max-width: 480px) {
	.post__holder .btn-primary {
		padding-left:35px;
		padding-right:35px;
	}
}
.post_meta {
	border:none;
	padding:0;
	color:#bbbbbb;
	font-size:15px;
}
.post_meta a { color:inherit; }
.post_meta a:hover, .post_meta a:active, .post_meta a:focus { color:#548235; }
.post_meta i { color:#548235; }
.share-buttons { margin-bottom:45px; }
@media (min-width: 1200px) {
	.share-buttons { margin-bottom:90px; }
}
.share-buttons span, .share-buttons li { line-height:16px; }
.post-author {
	padding:0;
	margin-bottom:35px;
	border:none;
	background-color:transparent;
}
@media (min-width: 1200px) {
	.post-author { margin-bottom:70px; }
}
.post-author_h {
	font-size:36px;
	line-height:43px;
	text-align:center;
	margin:0 0 26px 0;
}
.post-author_h small {
	font-size:inherit;
	color:#2c2c2c;
}
.post-author_h a { color:inherit; }
.post-author_h a:hover, .post-author_h a:active, .post-author_h a:focus { color:#548235; }
.post-author_link { margin-top:23px; }
.post-author_gravatar { margin:5px 20px 10px 0; }
@media (min-width: 1200px) {
	.post-author_gravatar { margin-right:30px; }
}
.post-author_gravatar img {
	padding:0;
	border:none;
	background:none;
}
.post-author .post-author_desc {
	overflow:visible;
	margin-top:0;
}
@media (min-width: 1200px) {
	.post-author .post-author_desc { overflow:hidden; }
}
.post-author .post-author_desc .post-author_link {
	font-size:16px;
	color:#16161d;
}
.post-author .post-author_desc .post-author_link a { text-transform:capitalize; }
#recent-author-posts > h3 { text-align:center; }
#recent-author-posts .post__holder { margin-bottom:40px; }
#recent-author-comments { padding-top:50px; }
#recent-author-comments > h3 { text-align:center; }
#recent-author-comments ul { margin:0; }
#recent-author-comments ul li {
	list-style-type:none;
	margin-bottom:10px;
}
.related-posts { margin-bottom:35px; }
@media (min-width: 1200px) {
	.related-posts { margin-bottom:70px; }
}
.related-posts_h {
	font-size:36px;
	line-height:43px;
	text-align:center;
	margin:0 0 32px 0;
}
.related-posts_item { font-size:15px; }
.related-posts .featured-thumbnail { margin:0 0 20px 0; }
@media (min-width: 1200px) {
	.related-posts .featured-thumbnail { margin-bottom:36px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder_num { font-size:220px; }
}
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li a {
	color:#4e4e4e;
	background:none !important;
	border:none !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.pagination__posts ul li a:hover, .pagination__posts ul li a:active, .pagination__posts ul li a:focus { color:#548235; }
.pagination__posts ul .active span {
	font-weight:bold;
	color:#548235;
	background:none !important;
	border:none !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.faq-list_body .marker { top:2px; }
.faq-list .marker { font-weight:400; }
.testimonial {
	padding:0;
	border:none;
	background:none;
	font-style:normal;
	font-family:Lato;
}
.testimonial_bq p {
	font-size:15px;
	line-height:24px;
}
.testimonial small {
	font-family:Lato;
	font-size:15px;
	color:#2c2c2c;
}
.testimonial small:before { color:inherit; }
.testimonial small .user {
	font-size:18px;
	color:inherit;
}
.testimonial small .info { color:#4e4e4e; }
.filter-wrapper .pull-right {
	float:none;
	font-style:italic;
	text-align:center;
}
.filter-wrapper strong {
	padding:0;
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-right:22px;
	font-size:18px;
	font-weight:normal;
	color:#bbbbbb;
}
.nav-pills {
	margin-bottom:35px;
	float:none;
	display:inline-block;
	vertical-align:top;
}
.nav-pills:before, .nav-pills:after { display:none !important; }
.nav-pills li {
	float:none;
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin:0 24px;
	font-size:18px;
}
.nav-pills li:before {
	content:'|';
	position:absolute;
	left:-28px;
	top:-2px;
	font-size:18px;
	color:#bbbbbb;
	line-height:1.2em;
}
.nav-pills li:first-child:before { display:none; }
.nav-pills li a {
	padding:0;
	margin:0;
	color:#548235;
	line-height:24px;
	background:none !important;
}
@media (max-width: 480px) {
	.nav-pills li a { padding:0; }
}
.nav-pills li a:hover, .nav-pills li a:active, .nav-pills li a:focus { color:#2c2c2c; }
.nav-pills li.active a { color:#2c2c2c !important; }
.filterable-portfolio .portfolio_item { text-align:center; }
.filterable-portfolio .caption__portfolio { padding:39px 0 0 0; }
.filterable-portfolio h3 {
	font-size:24px;
	line-height:29px;
	margin:0 0 10px 0;
}
.filterable-portfolio h3 a { color:#16161d; }
.filterable-portfolio h3 a:hover, .filterable-portfolio h3 a:active, .filterable-portfolio h3 a:focus { color:#548235; }
.filterable-portfolio .excerpt { font-style:italic; }
.filterable-portfolio .btn-primary {
	font-size:18px;
	padding:12px 30px;
}
.zoom-icon { background:rgba(0,0,0,0.66); }
.zoom-icon:before {
	margin:-30px 0 0 -30px;
	width:60px;
	height:60px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
}
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.comments-h {
	font-size:36px;
	line-height:43px;
	text-align:center;
	margin:0;
}
.comment-list { margin-bottom:35px; }
@media (min-width: 1200px) {
	.comment-list { margin-bottom:70px; }
}
.comment-list > .comment:first-child > .comment-body {
	border-top:none;
	margin-top:0;
	padding-top:0;
}
.comment .comment-body {
	margin:43px 0 0 0;
	padding:42px 0 0 0;
	border:none;
	border-top:1px solid #bbbbbb;
	background:none;
	font-size:16px;
}
@media (max-width: 767px) {
	.comment .comment-body .extra-wrap { overflow:visible; }
}
.comment.bypostauthor .comment-body { background:none; }
.comment-author { margin:7px 20px 0 0; }
@media (min-width: 1200px) {
	.comment-author { margin-right:30px; }
}
.comment-author .author {
	padding-top:22px;
	width:100px;
	font-size:15px;
	font-weight:normal;
	color:#bbbbbb;
}
.comment-author .author:before {
	content:'\f007';
	font-family:FontAwesome;
	color:#548235;
	padding:0 12px 0 1px;
}
.comment-meta {
	float:left;
	padding:0;
	font-size:15px;
	color:#bbbbbb;
}
.comment-meta:before {
	content:'\f073';
	font-family:FontAwesome;
	color:#548235;
	padding:0 12px 0 1px;
}
.comment-meta-wrap { padding-top:24px; }
.reply {
	margin-left:0;
	padding:3px 0 0 0;
	font-size:18px;
}
.reply .comment-reply-link {
	background:none;
	padding:0;
	color:#548235;
	font-family:'Fjalla One', sans-serif;
	text-transform:uppercase;
}
.reply .comment-reply-link:hover, .reply .comment-reply-link:active, .reply .comment-reply-link:focus { color:#2c2c2c; }
#respond h3 {
	font-size:36px;
	line-height:43px;
	text-align:center;
	margin:0 0 32px 0;
}
#respond form .btn { margin-top:5px; }
#respond form .comment_submit { text-align:center; }
.comment-list ul.children {
	margin:0 0 0 50px;
	position:relative;
}
.comment-list ul.children:before, .comment-list ul.children:after {
	content:'';
	position:absolute;
}
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children:before, .comment-list ul.children:after { display:none; }
}
@media (max-width: 767px) {
	.comment-list ul.children:before, .comment-list ul.children:after { display:none; }
}
.comment-list ul.children:before {
	width:20px;
	height:23px;
	left:-50px;
	top:90px;
	background-image:url(images/comment-arrow.png);
}
.comment-list ul.children:after {
	width:50px;
	height:1px;
	left:-50px;
	top:43px;
	background-color:#bbbbbb;
}
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
	.comment-list ul.children { margin:0; }
}
#commentform {
	max-width:570px;
	text-align:center;
	margin:0 auto;
}
#commentform p.field { margin-bottom:26px; }
#commentform input[type="text"] {
	padding:19px 30px;
	width:100%;
	height:64px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#commentform textarea {
	padding:19px 30px;
	min-height:384px;
	height:384px;
}
#sidebar { padding-top:99px; }
@media (max-width: 767px) {
	#sidebar { padding-top:45px; }
}
#sidebar .widget { margin-bottom:92px; }
#sidebar .widget:last-child { margin-bottom:0; }
#sidebar .widget > h3 {
	font-size:36px;
	line-height:43px;
	margin:0 0 26px 0;
	text-align:center;
}
#sidebar .widget ul { margin:0; }
#sidebar .widget ul li {
	list-style-type:none;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	border-top:1px solid #eaeaea;
	padding:18px 0 0 0;
	margin:17px 0 0 0;
}
#sidebar .widget ul li a { color:#989898; }
#sidebar .widget ul li a:hover, #sidebar .widget ul li a:active, #sidebar .widget ul li a:focus { color:#548235; }
#sidebar .widget ul li:first-child {
	border-top:none;
	padding-top:0;
	margin-top:0;
}
[id^="pages-"] ul li { text-align:left !important; }
[id^="pages-"] ul li ul {
	border-top:1px solid #eaeaea;
	padding:18px 0 0 0 !important;
	margin:17px 0 0 30px !important;
}
#wp-calendar td#today {
	color:#548235;
	font-weight:bold;
}
#wp-calendar caption { color:#2c2c2c; }
#wp-calendar thead th { color:#2c2c2c; }
.social_li {
	padding-top:0 !important;
	margin-top:0 !important;
	border:none !important;
	font-family:Lato !important;
	text-align:left !important;
}
.social__row li { margin-left:5px !important; }
.social__row li:first-child { margin-left:0 !important; }
.social__list li { margin-bottom:5px; }
.social__list a:hover { text-decoration:none; }
.banners { margin-bottom:92px; }
.banners:last-child { margin-bottom:0; }
.post-list { margin-bottom:30px !important; }
.post-list li {
	border-color:#bbbbbb !important;
	padding:47px 0 0 0 !important;
	margin:45px 0 0 0 !important;
	font-size:15px !important;
	text-transform:none !important;
	text-align:left !important;
}
.post-list li:first-child {
	padding-top:0 !important;
	margin-top:0 !important;
}
.post-list time {
	font-size:15px;
	color:#bbbbbb;
}
.post-list time:before {
	content:'\f073';
	font-family:FontAwesome;
	color:#548235;
	padding-right:10px;
}
.post-list_h {
	font-size:24px;
	line-height:1.2em;
	margin:0 0 12px 0;
}
.post-list_h a { color:#16161d !important; }
.post-list_h a:hover, .post-list_h a:active, .post-list_h a:focus { color:#548235 !important; }
.post-list .excerpt { margin-bottom:26px; }
.post-list_comment {
	display:block;
	margin-bottom:15px;
}
.post-list .btn-link {
	font-size:18px;
	color:#548235 !important;
}
.post-list .btn-link:hover, .post-list .btn-link:active, .post-list .btn-link:focus { color:#2c2c2c !important; }
.post-list .btn-primary {
	font-size:18px;
	padding:12px 30px;
}
.post-list__recent-posts { margin-bottom:0 !important; }
.post-list__recent-posts li { text-align:center !important; }
.post-list__recent-posts time {
	margin-bottom:21px;
	display:inline-block;
	vertical-align:top;
}
.post-list__recent-posts .featured-thumbnail {
	margin:0 0 36px 0;
	max-width:100%;
	float:none;
}
.link_show_all {
	font-size:24px;
	padding:20px 76px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.link_show_all {
		padding-left:35px;
		padding-right:35px;
	}
}
@media (max-width: 767px) {
	.link_show_all {
		padding-left:35px;
		padding-right:35px;
	}
}
.comments-custom li {
	padding:42px 0 0 0 !important;
	margin:43px 0 0 0 !important;
	text-transform:none !important;
	font-size:15px !important;
	text-align:left !important;
	border-color:#bbbbbb !important;
}
.comments-custom li:first-child {
	margin-top:0 !important;
	padding-top:0 !important;
}
.comments-custom .featured-thumbnail { margin:5px 20px 10px 0; }
@media (min-width: 1200px) {
	.comments-custom .featured-thumbnail { margin-right:30px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.comments-custom .featured-thumbnail {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin-bottom:20px;
	}
}
@media (max-width: 767px) {
	.comments-custom .featured-thumbnail {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin-bottom:20px;
	}
}
.comments-custom_txt {
	padding:0;
	margin:39px 0 0 0;
	border:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.comments-custom_txt { margin-top:20px; }
}
@media (max-width: 767px) {
	.comments-custom_txt { margin-top:20px; }
}
.comments-custom_txt a { color:#4e4e4e !important; }
.comments-custom_txt a:hover {
	text-decoration:none;
	color:#548235 !important;
}
.comments-custom_h_title, .comments-custom_h_author { margin-bottom:0; }
.comments-custom_h_title {
	font-size:24px;
	line-height:1.2em;
	margin-bottom:12px;
}
.comments-custom_h_title a { color:#16161d !important; }
.comments-custom_h_title a:hover, .comments-custom_h_title a:active, .comments-custom_h_title a:focus { color:#548235 !important; }
.comments-custom_h_author {
	font-size:15px;
	font-family:Lato;
	text-transform:none;
	color:#bbbbbb;
	margin-bottom:8px;
}
.comments-custom i {
	font-size:15px;
	margin-right:11px;
	color:#548235;
	min-width:14px;
	padding-top:3px;
}
.comments-custom .meta_format {
	margin-top:0;
	color:#bbbbbb;
}
.flickr_li {
	border:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}
.flickr_li .thumbnail:hover, .flickr_li .thumbnail:active, .flickr_li .thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.service-box__style-1 {
	margin:13px 0 0 0;
	padding:32px 35px 28px 27px;
	background-color:transparent;
	border-color:#bbbbbb;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (min-width: 1200px) {
	.service-box__style-1 { min-height:155px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box__style-1 { padding:20px; }
}
@media (max-width: 767px) {
	.service-box__style-1 { padding:20px; }
}
.service-box__style-1 .icon { margin:0 20px 10px 0; }
@media (min-width: 1200px) {
	.service-box__style-1 .icon { margin-right:30px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box__style-1 .icon { float:none; }
}
.service-box__style-1 .icon i {
	font-size:48px;
	line-height:1em;
	color:#548235;
}
.service-box__style-1 .service-box_body { overflow:hidden; }
.service-box__style-1 h2 {
	font-size:24px;
	line-height:1.2em;
	letter-spacing:1px;
	overflow:visible;
	margin:1px 0 25px 0;
}
.service-box__style-1 .service-box_txt { margin-bottom:0; }
.service-box__style-2 {
	padding:0;
	margin:0 0 43px 0;
	background-color:transparent;
	text-align:center;
	border:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.service-box__style-2 .icon {
	float:none;
	margin:1px 0 13px 0;
}
.service-box__style-2 .icon i {
	font-size:82px;
	line-height:1em;
	color:#548235;
}
.service-box__style-2 h2 {
	font-family:Lato;
	font-size:16px;
	line-height:1.2em;
	margin:0;
}
.service-box__style-2 h2:after {
	content:'';
	width:100%;
	max-width:198px;
	height:1px;
	margin:27px auto 13px;
	display:block;
	background-color:#548235;
}
.service-box__style-2 .service-box_txt { margin-bottom:0; }
.testimonials__style-1 .testi-item {
	padding:0 0 58px 0;
	margin:0 0 57px 0;
	text-align:center;
	border-bottom:1px solid #bbbbbb;
}
@media (min-width: 1200px) {
	.testimonials__style-1 .testi-item {
		padding-left:130px;
		padding-right:130px;
	}
}
@media (max-width: 767px) {
	.testimonials__style-1 .testi-item {
		padding-bottom:30px;
		margin-bottom:30px;
	}
}
.testimonials__style-1 .testi-item blockquote {
	background:none;
	padding:0;
	font-size:16px;
	line-height:24px;
}
.testimonials__style-1 .testi-item blockquote:before, .testimonials__style-1 .testi-item blockquote:after { display:none; }
.testimonials__style-1 .testi-item blockquote > a { color:#4e4e4e; }
.testimonials__style-1 .testi-item blockquote > a:before { content:'“'; }
.testimonials__style-1 .testi-item blockquote > a:after { content:'”'; }
.testimonials__style-1 .testi-item blockquote > a:hover, .testimonials__style-1 .testi-item blockquote > a:active, .testimonials__style-1 .testi-item blockquote > a:focus { color:#548235; }
.testimonials__style-1 .testi-item .testi-meta {
	font-size:16px;
	line-height:24px;
	padding:23px 0 0 0;
	color:#16161d;
}
@media (min-width: 1200px) {
	.recent-posts__style-1 li { padding-right:100px; }
}
.recent-posts__style-1 .meta .post-date {
	font-size:36px;
	font-family:'Fjalla One', sans-serif;
	line-height:1em;
	color:#16161d;
	letter-spacing:2px;
	text-transform:uppercase;
}
.recent-posts__style-1 .meta .post-comments { display:none; }
.recent-posts__style-1 h5 {
	font-size:15px;
	font-style:italic;
	font-family:Lato;
	line-height:1.2em;
	margin:0 0 32px 0;
}
.recent-posts__style-1 h5 a { color:#6b6b6b; }
.recent-posts__style-1 h5 a:hover, .recent-posts__style-1 h5 a:active, .recent-posts__style-1 h5 a:focus { color:#548235; }
.recent-posts__style-1 .featured-thumbnail { margin:6px 20px 10px 0; }
@media (min-width: 1200px) {
	.recent-posts__style-1 .featured-thumbnail { margin-right:30px; }
}
.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, .recent-posts__style-1 .featured-thumbnail a:active img, .recent-posts__style-1 .featured-thumbnail a:focus 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 .btn-link { font-size:18px; }
.posts-grid__style-1 { margin-bottom:72px; }
@media (max-width: 767px) {
	.posts-grid__style-1 { margin-bottom:20px; }
}
.posts-grid__style-1 li .featured-thumbnail { margin:0 0 39px 0; }
.posts-grid__style-1 h5 {
	font-size:24px;
	line-height:1.2em;
	margin:0 0 14px 0;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
}
@media (max-width: 767px) {
	.posts-grid__style-1 h5 { text-align:left; }
}
.posts-grid__style-1 h5 a { color:#16161d; }
.posts-grid__style-1 h5 a:hover, .posts-grid__style-1 h5 a:active, .posts-grid__style-1 h5 a:focus { color:#548235; }
.posts-grid__style-1 .subtitle {
	font-size:15px;
	font-style:italic;
	line-height:1.2em;
	color:#6b6b6b;
	text-align:center;
	display:block;
	margin-bottom:19px;
}
@media (max-width: 767px) {
	.posts-grid__style-1 .subtitle { text-align:left; }
}
.posts-grid__style-1 .post_networks {
	text-align:center;
	margin-bottom:28px;
}
@media (max-width: 767px) {
	.posts-grid__style-1 .post_networks { text-align:left; }
}
@media (min-width: 481px) and (max-width: 767px) {
	.posts-grid__style-1 .post_networks > ul:before, .posts-grid__style-1 .post_networks > ul:after { display:none !important; }
}
.posts-grid__style-1 .post_networks > ul > li {
	width:auto;
	margin:0 2px;
	float:none;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
}
.posts-grid__style-1 .post_networks > ul > li a {
	width:34px;
	height:34px;
	line-height:34px;
	color:#323433;
	display:block;
	text-align:center;
	position:relative;
	z-index:1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.posts-grid__style-1 .post_networks > ul > li a:before, .posts-grid__style-1 .post_networks > ul > li a:after {
	content:'';
	position:absolute;
	-webkit-transition:inherit;
	-moz-transition:inherit;
	-o-transition:inherit;
	transition:inherit;
	-webkit-border-radius:inherit;
	-moz-border-radius:inherit;
	border-radius:inherit;
}
.posts-grid__style-1 .post_networks > ul > li a:before {
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:1px solid #929594;
}
.posts-grid__style-1 .post_networks > ul > li a:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color:#548235;
	z-index:-1;
	-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);
}
.posts-grid__style-1 .post_networks > ul > li a:hover, .posts-grid__style-1 .post_networks > ul > li a:active, .posts-grid__style-1 .post_networks > ul > li a:focus { color:#fff; }
.posts-grid__style-1 .post_networks > ul > li a:hover:before, .posts-grid__style-1 .post_networks > ul > li a:active:before, .posts-grid__style-1 .post_networks > ul > li a:focus:before {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	opacity:0;
	filter:alpha(opacity=0);
}
.posts-grid__style-1 .post_networks > ul > li a:hover:after, .posts-grid__style-1 .post_networks > ul > li a:active:after, .posts-grid__style-1 .post_networks > ul > li a:focus:after {
	-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);
}
.posts-grid__style-1 .post_networks > ul > li span { margin-right:0; }
.posts-grid__extra {
	border-top:1px solid #bbbbbb;
	margin:43px 0 0 0;
	padding:44px 0 0 0;
}
.posts-grid__extra:first-child {
	border-top:none;
	margin-top:0;
	padding-top:0;
}
.posts-grid__extra li { margin-bottom:0; }
@media (max-width: 767px) {
	.posts-grid__extra li { margin-bottom:30px; }
	.posts-grid__extra li:last-child { margin-bottom:0; }
}
.hero-unit {
	font-weight:400;
	background-color:transparent;
}
.hero-unit__style-1 {
	padding:50px 0 52px 0;
	margin:0 0 104px 0;
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	overflow:hidden;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (max-width: 767px) {
	.hero-unit__style-1 { margin-bottom:50px; }
}
.hero-unit__style-1 .left-side {
	float:left;
	width:69%;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit__style-1 .left-side {
		width:auto;
		float:none;
	}
}
@media (max-width: 767px) {
	.hero-unit__style-1 .left-side {
		width:auto;
		float:none;
	}
}
.hero-unit__style-1 h1 {
	font-size:35px;
	font-family:Lato;
	font-weight:bold;
	line-height:1.2em;
	color:#548235;
	margin:0;
}
.hero-unit__style-1 p {
	font-size:18px;
	font-style:italic;
	line-height:1.2em;
	color:#657073;
	margin:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit__style-1 p { margin:0 0 20px 0; }
}
@media (max-width: 767px) {
	.hero-unit__style-1 p { margin:0 0 20px 0; }
}
.hero-unit__style-1 .btn-align {
	float:right;
	padding-top:2px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit__style-1 .btn-align { float:none; }
}
@media (max-width: 767px) {
	.hero-unit__style-1 .btn-align { float:none; }
}
.hero-unit__style-2 {
	text-align:center;
	padding:0;
	margin:0;
}
@media (min-width: 1200px) {
	.hero-unit__style-2 { padding:0 145px; }
}
.hero-unit__style-2 h1 {
	font-size:48px;
	line-height:1.2em;
	margin:0 0 37px 0;
	padding:0 0 28px 0;
	border-bottom:1px solid #fff;
}
.hero-unit__style-2 p {
	font-size:24px;
	line-height:41px;
	margin:0;
}
@media (min-width: 1200px) {
	.hero-unit__style-2 p { padding:0 50px; }
}
.footer {
	padding:91px 0 85px 0;
	border:none;
	background:#548235;
	font-size:14px;
	color:#fff;
}
.home .footer { padding:93px 0 0 0; }
@media (max-width: 767px) {
	.home .footer { padding-top:50px; }
}
.footer a { color:inherit; }
.footer > .container { width:100%; }
.footer > .container > .row { margin-left:0; }
.footer > .container > .row > .span12 {
	width:100%;
	margin-left:0;
}
.social-nets-wrapper {
	text-align:center;
	border-bottom:1px solid #fff;
	padding:0 0 84px 0;
	margin:0 0 92px 0;
}
@media (max-width: 767px) {
	.social-nets-wrapper {
		padding-bottom:50px;
		margin:0 20px 50px;
	}
}
.social-nets-wrapper h4 {
	font-size:48px;
	line-height:1.2em;
	color:#fff;
	margin:0 0 84px 0;
}
@media (max-width: 767px) {
	.social-nets-wrapper h4 { margin-bottom:40px; }
}
.social-nets-wrapper .social li {
	list-style-type:none;
	display:inline-block;
	vertical-align:top;
	margin-left:75px;
}
@media (max-width: 480px) {
	.social-nets-wrapper .social li { margin-left:20px; }
}
.social-nets-wrapper .social li a {
	width:87px;
	height:87px;
	line-height:87px;
	font-size:47px;
	text-align:center;
	color:#548235;
	display:block;
	position:relative;
	z-index:1;
}
.social-nets-wrapper .social li a:hover { color:#fff; }
@media (max-width: 480px) {
	.social-nets-wrapper .social li a {
		width:60px;
		height:60px;
		line-height:60px;
		font-size:30px;
	}
}
.social-nets-wrapper .social li a:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:inherit;
	height:inherit;
	z-index:-1;
	background-color:#fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.social-nets-wrapper .social li a i {
	position:inherit;
	z-index:inherit;
	display:block;
	line-height:inherit;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
}
.social-nets-wrapper .social li a:hover:before, .social-nets-wrapper .social li a:active:before, .social-nets-wrapper .social li a:focus:before {
	background-color:#726f6f;
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
}
.social-nets-wrapper .social li a:hover i, .social-nets-wrapper .social li a:active i, .social-nets-wrapper .social li a:focus i {
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
nav.footer-nav {
	float:none;
	margin-bottom:0;
	text-align:center;
}
nav.footer-nav ul { float:none; }
nav.footer-nav ul li {
	float:none;
	display:inline-block;
	vertical-align:top;
	padding:0 8px;
}
nav.footer-nav ul li a:hover, nav.footer-nav ul li a:active, nav.footer-nav ul li a:focus { color:#1a1a1a; }
nav.footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#1a1a1a;
}
.copyright {
	padding:0;
	text-align:center;
}
@media (max-width: 767px) {
	.copyright {
		padding-left:20px;
		padding-right:20px;
	}
}
.home .copyright { padding-bottom:84px; }
@media (max-width: 767px) {
	.home .copyright { padding-bottom:40px; }
}
.footer-text {
	float:none;
	font-style:italic;
}
.footer-text a:hover, .footer-text a:active, .footer-text a:focus { color:#2c2c2c; }
.footer-text a.site-name { text-transform:uppercase; }
.extra-gallery { padding-top:14px; }
.extra-gallery a img {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.extra-gallery a img.alignnone { margin:0 0 20px 0; }
@media (min-width: 1200px) {
	.extra-gallery a img.alignnone { margin-bottom:30px; }
}
@media (max-width: 767px) {
	.extra-gallery a img.alignnone { margin-bottom:16px; }
}
@media (max-width: 480px) {
	.extra-gallery a img.alignnone { margin-bottom:6%; }
}
.extra-gallery a:hover img, .extra-gallery a:active img, .extra-gallery a:focus img {
	opacity:0.5;
	filter:alpha(opacity=50);
}
@media (max-width: 767px) {
	.extra-gallery [class*="span"] {
		float:left !important;
		width:31.3% !important;
		margin-right:3% !important;
	}
	.extra-gallery [class*="span"]:nth-child(3n) { margin-right:0 !important; }
}
@media (max-width: 480px) {
	.extra-gallery [class*="span"] {
		width:48.5% !important;
		margin-right:3% !important;
	}
	.extra-gallery [class*="span"]:nth-child(3n) { margin-right:3% !important; }
	.extra-gallery [class*="span"]:nth-child(2n) { margin-right:0 !important; }
}
.alignleft { margin-right:20px; }
@media (min-width: 1200px) {
	.alignleft { margin-right:30px; }
}
.hr {
	margin:40px 0 42px 0;
	background-color:#bbbbbb;
}
.list.styled > ul li:before { color:#548235; }
.list.styled > ul li a { color:#4e4e4e; }
.list.styled > ul li a:hover, .list.styled > ul li a:active, .list.styled > ul li a:focus { color:#548235; }
.list.styled.check-list > ul li {
	font-size:24px;
	line-height:41px;
	position:relative;
	padding:0 0 0 96px;
	margin:0 0 41px 0;
}
.list.styled.check-list > ul li:before {
	content:'\f058';
	position:absolute;
	left:0;
	top:8px;
	width:auto;
	height:auto;
	margin:0;
	font-size:72px;
	line-height:1em;
}
input[type="submit"], input[type="reset"] {
	font-size:24px;
	background-color:#548235 !important;
	padding:0 61px;
	height:64px;
	-webkit-border-radius:28px;
	-moz-border-radius:28px;
	border-radius:28px;
}
@media (min-width: 768px) and (max-width: 979px) {
	input[type="submit"], input[type="reset"] {
		padding-left:35px;
		padding-right:35px;
	}
}
@media (max-width: 767px) {
	input[type="submit"], input[type="reset"] {
		padding-left:35px;
		padding-right:35px;
	}
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus { background-color:#2c2c2c !important; }
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:19px 30px;
	color:#4e4e4e;
	border-color:#f1f1f1;
	background-color:#f1f1f1;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
	color:#4e4e4e;
	opacity:1;
}
select::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, .uneditable-input::-ms-input-placeholder { color:#4e4e4e; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#4e4e4e; }
select:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder { color:#4e4e4e; }
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder { color:#4e4e4e; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#4e4e4e; }
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 {
	border-color:#2c2c2c;
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
textarea { border-color:#f1f1f1 !important; }
textarea:focus { border-color:#2c2c2c !important; }
select { padding:0; }
.wpcf7-form p.field input {
	padding:19px 30px;
	height:64px;
}
.wpcf7-form textarea {
	padding:19px 30px;
	line-height:24px;
}
.wpcf7-form .ajax-loader { margin-top:20px; }
.wpcf7-not-valid-tip {
	padding:19px 0 19px 8px !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (min-width: 1200px) {
	.wpcf7-not-valid-tip { padding-left:30px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip { padding-top:8px !important; }
}
.content_box__style-1 {
	background-color:#f1f1f1;
	padding:65px 0 53px 0;
	margin:103px 0 0 0;
}
.content_box__style-1:before, .content_box__style-1:after { background-color:inherit; }
.content_box__partners .list.unstyled > ul {
	text-align:center;
	*zoom:1;
}
.content_box__partners .list.unstyled > ul:before, .content_box__partners .list.unstyled > ul:after {
	display:table;
	content:"";
	line-height:0;
}
.content_box__partners .list.unstyled > ul:after { clear:both; }
.content_box__partners .list.unstyled > ul li {
	display:inline-block;
	vertical-align:top;
}
@media (min-width: 1200px) {
	.content_box__partners .list.unstyled > ul li { float:left; }
}
.content_box__partners .list.unstyled > ul li a img {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.content_box__partners .list.unstyled > ul li a:hover img, .content_box__partners .list.unstyled > ul li a:active img, .content_box__partners .list.unstyled > ul li a:focus img {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.btn {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.btn-primary {
	border:none;
	text-shadow:none;
	text-transform:uppercase;
	font-family:'Fjalla One', sans-serif;
	color:#fff !important;
	background:none !important;
	position:relative;
	z-index:1;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-primary:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#548235;
	z-index:-1;
	-webkit-border-radius:28px;
	-moz-border-radius:28px;
	border-radius:28px;
	-webkit-transition:inherit;
	-moz-transition:inherit;
	-o-transition:inherit;
	transition:inherit;
}
.btn-primary.btn-large {
	font-size:24px;
	padding:20px 76px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.btn-primary.btn-large {
		padding-left:35px;
		padding-right:35px;
	}
}
@media (max-width: 767px) {
	.btn-primary.btn-large {
		padding-left:35px;
		padding-right:35px;
	}
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-primary:hover:before, .btn-primary:active:before, .btn-primary:focus:before {
	background-color:#2c2c2c;
	-webkit-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
	-ms-transform:rotateX(180deg);
	-o-transform:rotateX(180deg);
}
.btn-link {
	padding:0;
	border:none;
	text-shadow:none;
	text-transform:uppercase;
	font-family:'Fjalla One', sans-serif;
}
.btn-link:hover, .btn-link:active, .btn-link:focus { text-decoration:none; }
.btn-link__extra { color:#548235; }
.btn-link__extra:hover, .btn-link__extra:active, .btn-link__extra:focus { color:#2c2c2c; }
.btn-link.btn-large { font-size:18px; }
.btn:hover, .btn:active, .btn:focus {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.statistics {
	text-align:center;
	padding:0 35px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.statistics { padding:0; }
}
@media (max-width: 767px) {
	.statistics {
		padding:0;
		margin-bottom:40px;
	}
}
.statistics .icon {
	font-size:82px;
	color:#548235;
	line-height:1em;
	margin:0 0 -11px 0;
	min-height:100px;
}
.statistics .icon .icon-group { font-size:78px; }
.statistics .icon .icon-hospital { font-size:90px; }
.statistics .icon .icon-thumbs-up-alt { font-size:87px; }
.statistics .number {
	font-size:70px;
	font-weight:bold;
	line-height:1.2em;
	letter-spacing:3px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.statistics .number { font-size:50px; }
}
.statistics .desc {
	font-size:16px;
	line-height:1.2em;
	text-transform:uppercase;
	border-top:1px solid #548235;
	padding:15px 0 0 0;
	margin:25px 0 0 0;
}
#sidebar .widget .flexslider ul li {
	margin-top:0;
	padding-top:0;
	font-family:Lato;
	text-transform:none;
	border:none;
}
.flexslider__style-1 { margin:0; }
@media (min-width: 1200px) {
	.flexslider__style-1 { margin:0 100px; }
}
.flexslider__style-1 .slides > li { position:relative; }
@media (max-width: 767px) {
	.flexslider__style-1 .slides > li { text-align:center; }
}
.flexslider__style-1 h5, .flexslider__style-1 .btn-primary, .flexslider__style-1 .post_options { display:none; }
.flexslider__style-1 .featured-thumbnail {
	margin:0;
	float:none;
}
.flexslider__style-1 .excerpt {
	font-family:Lato;
	font-size:18px;
	line-height:1.2em;
	color:#fff;
	margin:0;
	position:absolute;
	bottom:43px;
	left:37px;
}
@media (max-width: 767px) {
	.flexslider__style-1 .excerpt {
		left:auto;
		padding:0 70px;
	}
}
@media (max-width: 480px) {
	.flexslider__style-1 .excerpt { display:none; }
}
.flexslider__style-1 .flex-direction-nav a {
	width:56px;
	height:56px;
	background-color:rgba(0,0,0,0.24) !important;
	color:rgba(255,255,255,0.88) !important;
	text-align:center;
	margin:-28px 0 0 0;
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.flexslider__style-1 .flex-direction-nav a:before {
	font-size:60px;
	font-family:FontAwesome;
	line-height:56px;
}
.flexslider__style-1 .flex-direction-nav a:hover {
	background-color:rgba(0,0,0,0.26) !important;
	color:rgba(255,255,255,0.43) !important;
}
.flexslider__style-1 .flex-direction-nav a.flex-prev { left:0; }
.flexslider__style-1 .flex-direction-nav a.flex-prev:before { content:'\f104'; }
.flexslider__style-1 .flex-direction-nav a.flex-next { right:0; }
.flexslider__style-1 .flex-direction-nav a.flex-next:before { content:'\f105'; }
.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;
}
.title-box {
	margin-bottom:41px;
	padding:0 0 44px 0;
	text-align:center;
	border-bottom:1px solid #bbbbbb;
}
.title-box_primary {
	font-size:36px;
	line-height:1.2em;
	margin:0 0 29px 0;
}
.title-box_secondary {
	font-size:24px;
	line-height:29px;
}
#back-top { margin-bottom:0; }
#back-top-wrapper {
	right:22px;
	bottom:36px;
	z-index:100;
}
#back-top a {
	width:auto;
	font-size:37px;
	font-family:FontAwesome;
	-webkit-transition:0.0s;
	-moz-transition:0.0s;
	-o-transition:0.0s;
	transition:0.0s;
}
#back-top a:hover span {
	background-color:transparent;
	color:#548235;
}
#back-top span {
	margin-bottom:0;
	width:auto;
	height:auto;
	background:none;
	color:#252525;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#back-top span:before { content:'\f0aa'; }
.google-map-api { height:172px; }
.google-map-api img { max-width:none; }
.google-map-api a[href^="http://maps.google.com/maps"] { display:none !important; }
.google-map-api .gmnoprint a, .google-map-api .gmnoprint span { display:none; }
.google-map-api .gmnoprint div { background:none !important; }
.google-map-api .gm-style-cc { display:none !important; }
.parallax-box { color:#fff; }
.parallax-box h2 {
	color:inherit;
	text-align:center;
}
.parallax-box__style-1 { margin:0 0 99px 0; }
@media (max-width: 767px) {
	.parallax-box__style-1 { margin-bottom:50px; }
}
.parallax-box__style-1 .parallax-content { padding:212px 30px 188px; }
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box__style-1 .parallax-content { padding:80px 20px; }
}
@media (max-width: 767px) {
	.parallax-box__style-1 .parallax-content { padding:80px 20px; }
}
.parallax-box__style-1 h2 {
	font-size:87px;
	line-height:105px;
	margin:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box__style-1 h2 {
		font-size:60px;
		line-height:1.2em;
	}
}
@media (max-width: 767px) {
	.parallax-box__style-1 h2 {
		font-size:60px;
		line-height:1.2em;
	}
}
@media (max-width: 480px) {
	.parallax-box__style-1 h2 { font-size:28px; }
}
.parallax-box__style-2 { margin:103px 0 100px 0; }
@media (max-width: 767px) {
	.parallax-box__style-2 { margin:50px 0; }
}
.parallax-box__style-2 .parallax-content { padding:95px 0 133px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box__style-2 .parallax-content { padding:60px 0; }
}
@media (max-width: 767px) {
	.parallax-box__style-2 .parallax-content { padding:60px 0; }
}
.parallax-box__style-2 h2 {
	font-size:60px;
	line-height:1.2em;
	margin:0 0 60px 0;
}
@media (max-width: 767px) {
	.parallax-box__style-2 h2 { margin-bottom:30px; }
}
.parallax-box__style-3 { margin:73px 0 88px 0; }
@media (max-width: 767px) {
	.parallax-box__style-3 { margin:30px 0 70px 0; }
}
.parallax-box__style-3 .parallax-content { padding:161px 0 146px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box__style-3 .parallax-content { padding:70px 0; }
}
@media (max-width: 767px) {
	.parallax-box__style-3 .parallax-content { padding:70px 0; }
}
.parallax-box__style-4 {
	top:-99px;
	position:relative;
	margin-bottom:0;
	text-align:center;
}
@media (max-width: 767px) {
	.parallax-box__style-4 { top:-45px; }
}
.parallax-box__style-4 .parallax-content { padding:158px 0 151px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box__style-4 .parallax-content { padding:75px 0; }
}
@media (max-width: 767px) {
	.parallax-box__style-4 .parallax-content { padding:75px 0; }
}
.parallax-box__style-4 h2 {
	font-size:30px;
	font-style:italic;
	font-family:Lato;
	text-transform:none;
	line-height:41px;
	margin:0;
}
.parallax-box__style-5 { margin:50px 0; }
@media (min-width: 1200px) {
	.parallax-box__style-5 { margin:103px 0 100px 0; }
}
.parallax-box__style-5 .parallax-content { padding:161px 0 117px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box__style-5 .parallax-content { padding:80px 0; }
}
@media (max-width: 767px) {
	.parallax-box__style-5 .parallax-content { padding:80px 0; }
}
.parallax-box__style-5 .title-box {
	padding-bottom:28px;
	margin:0 0 50px 0;
	border-color:#fff;
}
@media (min-width: 1200px) {
	.parallax-box__style-5 .title-box {
		margin-left:145px;
		margin-right:145px;
	}
}
.parallax-box__style-5 .title-box_primary {
	font-size:48px;
	line-height:1.2em;
}
.parallax-box__style-6 { margin:93px 0 100px 0; }
.parallax-box__style-6 .parallax-content { padding:161px 0 117px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box__style-6 .parallax-content { padding:80px 0; }
}
@media (max-width: 767px) {
	.parallax-box__style-6 .parallax-content { padding:80px 0; }
}
.parallax-box__style-6 .title-box {
	padding-bottom:28px;
	margin:0 0 50px 0;
	border-color:#fff;
}
@media (min-width: 1200px) {
	.parallax-box__style-6 .title-box {
		margin-left:145px;
		margin-right:145px;
	}
}
.parallax-box__style-6 .title-box_primary {
	font-size:48px;
	line-height:1.2em;
	margin-bottom:0;
}
.parallax-box__style-6 .list.styled.check-list > ul li a { color:#fff; }
.parallax-box__style-6 .list.styled.check-list > ul li a:hover, .parallax-box__style-6 .list.styled.check-list > ul li a:active, .parallax-box__style-6 .list.styled.check-list > ul li a:focus { color:#548235; }
.parallax-box__extra {
	margin:46px 0 0 0;
	position:relative;
	bottom:-50px;
}
.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:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
