@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900);
body { background:#fff url(images/bgmain.png) center top no-repeat; }
@media (max-width: 767px) {
	body {
		padding-left:0 !important;
		padding-right:0 !important;
	}
}
.content-holder > .container {
	background:#f4f4f4;
	position:relative;
}
.content-holder > .container:before {
	position:absolute;
	content:"";
	width:25px;
	height:100%;
	top:0;
	left:0;
	left:-25px;
	display:block;
	background:#f4f4f4;
}
.content-holder > .container:after {
	position:absolute;
	content:"";
	width:25px;
	height:100%;
	right:-25px;
	top:0;
	display:block;
	background:#f4f4f4;
}
#content { padding-top:30px; }
.content-holder {
	top:-1px;
	background:transparent;
	padding-bottom:0 !important;
}
@media (max-width: 767px) {
	.content-holder { padding:0 20px; }
}
.main-holder {
	overflow:hidden;
	padding:0;
}
.slider_off {
	position:relative;
	min-height:0px;
	background:transparent;
}
.thumbnail, .featured-thumbnail {
	padding:0;
	border:none;
	border-radius:0;
	box-shadow:none;
}
.ie8 .recent-posts img, .ie8 .posts-grid img, .ie8 .post__holder img, .ie8 .post_wrapper img { max-width:none !important; }
.ie8 .testimonials.extra_testi1 .list-item-0 { width:311px !important; }
.ie8 .testimonials.extra_testi1 .list-item-1 { width:318px !important; }
.ie8 .testimonials.extra_testi1 .list-item-2 { width:311px !important; }
.ie8 h2 {
	font-size:26px !important;
	line-height:26px !important;
}
.ie8 .extrabox_6 {
	margin-right:-10px !important;
	padding:30px 20px 30px;
	min-height:416px;
}
.ie8 .extrabox_5 {
	margin-right:-10px !important;
	padding:30px 20px 30px;
	min-height:432px;
}
.ie8 .extrabox_1 {
	min-height:700px !important;
	padding:30px 20px 30px;
	margin-right:-10px !important;
}
.ie8 .extrabox_2 {
	min-height:700px !important;
	padding:30px 25px 30px;
}
.ie8 .extrabox_3 {
	min-height:700px !important;
	padding:30px 20px 30px;
	margin-left:-10px !important;
}
.ie8 .banners_1 { min-height:240px; }
.ie8 .banners_1 h5 {
	font-size:30px !important;
	line-height:30px !important;
}
.ie8 .box_left { margin-right:-10px !important; }
.ie8 .box_right { margin-left:-10px !important; }
.home .content-holder > .container:before { display:none; }
.home .content-holder > .container:after { display:none; }
.home .extrafooter:before { display:none; }
.home .extrafooter:after { display:none; }
a {
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
p { margin-bottom:20px; }
h2 {
	text-transform:uppercase;
	margin:0;
	padding:30px 0 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	h2 {
		font-size:26px !important;
		line-height:26px !important;
	}
}
@media (max-width: 1200px) and (min-width: 979px) {
	h2 {
		font-size:26px !important;
		line-height:26px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	h2 {
		font-size:26px !important;
		line-height:26px !important;
	}
}
@media (max-width: 767px) {
	h2 {
		font-size:26px !important;
		line-height:26px !important;
	}
}
h3 {
	text-transform:uppercase;
	padding:0;
	margin:0 0 13px;
}
.btn.btn-primary {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:20px;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	color:#fff;
	padding:19px 29px;
	position:relative;
	letter-spacing:0;
	background:transparent;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:1px solid #fff;
	outline:none;
	border-radius:0;
	z-index:1;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.btn.btn-primary.button_dark {
	color:#000;
	border:1px solid #000;
}
.btn.btn-primary.button_dark:after { background:#000; }
.btn.btn-primary:after {
	content:"";
	position:absolute;
	width:0%;
	height:100%;
	bottom:0;
	right:0;
	border-radius:0;
	background:#fff;
	z-index:-2;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.btn.btn-primary:hover {
	color:#555;
	text-decoration:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.btn.btn-primary:hover:after {
	width:100%;
	left:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.btn.btn-primary.button_dark:hover {
	color:#fff;
	text-decoration:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.btn.btn-primary.button_dark:hover:after {
	width:100%;
	left:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.header {
	position:relative;
	z-index:99;
	padding:0;
	border-bottom:none;
	background:transparent;
}
.header_block1 {
	text-align:right;
	margin:80px 0 20px;
}
@media (max-width: 767px) {
	.header_block1 {
		margin:0 20px 0;
		text-align:left;
	}
}
.support-wrapper {
	margin:0 0 0 0;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.support1 {
	line-height:18px;
	font-size:12px;
	padding:0;
}
.support1 span {
	font-family:'Lato', sans-serif;
	font-size:27px;
	line-height:26px;
	font-style:normal;
	font-weight:400;
	text-transform:uppercase;
	margin:0 0 3px;
	display:block;
	text-align:right;
	color:#000;
}
@media (max-width: 767px) {
	.support1 span {
		text-align:left;
		font-size:18px;
		line-height:24px;
	}
}
.support1 strong {
	font-family:'Lato', sans-serif;
	font-size:27px;
	line-height:26px;
	font-style:normal;
	font-weight:400;
	text-align:right;
	text-transform:uppercase;
	margin:0;
	color:#000;
}
@media (max-width: 767px) {
	.support1 strong {
		text-align:left;
		font-size:18px;
		line-height:24px;
	}
}
.support_head {
	position:relative;
	display:block;
	padding:0;
}
@media (max-width: 767px) {
	.support_head { padding:10px 0; }
}
.logo {
	padding:44px 0 27px;
	text-align:left;
	float:left;
	margin:0;
	width:auto;
	line-height:0;
	display:inline-block;
	text-transform:uppercase;
	background:transparent;
	position:relative;
	color:#569546;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
@media (max-width: 979px) and (min-width: 768px) {
	.logo { width:auto; }
}
@media (max-width: 767px) {
	.logo {
		padding:20px;
		float:none;
		max-width:90%;
	}
}
.logo .logo_tagline { display:none; }
.logo .logo_h__txt { max-width:none; }
.logo .logo_h__txt a { color:#569546; }
.logo .logo_h__txt a:hover { color:#569546; }
.logo .logo_h__txt a:focus {
	color:#569546;
	text-decoration:none !important;
}
.logo .logo_h__txt .logo_link {
	position:relative;
	display:block;
	text-align:left;
	font-family:'Lato', sans-serif;
	font-size:44px;
	line-height:44px;
	font-weight:400;
	font-style:normal;
	padding:0 0 6px;
	max-width:326px;
	border:none;
	color:#569546;
	text-transform:uppercase;
	background:transparent;
	border-radius:0;
}
.pseudoStickyBlock { max-height:46px; }
@media (max-width: 767px) {
	.pseudoStickyBlock {
		top:0 !important;
		display:none !important;
		height:0 !important;
		max-height:0 !important;
	}
}
.isStuck {
	max-width:1170px;
	box-sizing:border-box;
	-webkit-transform:translateZ(0);
}
.isStuck.menu_holder { margin-left:0; }
.isStuck.menu_holder:after {
	top:0;
	-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.1);
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.1);
}
.isStuck.extra_head {
	padding:5px 0;
	vertical-align:top;
}
.isStuck.extra_head:after {
	content:"";
	display:block;
	background:#ffc40d;
	position:absolute;
	width:3000px;
	height:100%;
	margin-left:-1400px;
	left:50%;
	box-shadow:none;
	z-index:-1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.isStuck { max-width:940px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.isStuck { max-width:724px; }
}
@media (max-width: 767px) {
	.isStuck {
		top:0 !important;
		position:relative !important;
	}
}
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.menu_holder {
	margin-left:0;
	position:relative;
}
.menu_holder:after {
	content:"";
	display:block;
	background:#fff;
	position:absolute;
	width:3000px;
	height:100%;
	margin-left:-1400px;
	left:50%;
	box-shadow:none;
	z-index:-1;
	top:0;
}
.nav__primary {
	margin-bottom:0;
	padding:0;
}
@media (min-width: 1200px) {
	.nav__primary { margin-right:314px; }
}
@media (max-width: 767px) {
	.nav__primary {
		padding-left:20px !important;
		padding-right:20px !important;
	}
}
.sf-menu {
	padding:0 0 0 0;
	margin-bottom:0;
	line-height:1.0;
	display:table;
	table-layout:fixed;
	width:100%;
	float:none;
}
.sf-menu ul {
	display:none;
	position:absolute;
	top:-999em;
	margin-left:0;
	padding:0 0;
	margin-top:0;
	background:#333333;
	width:180px;
	text-align:left;
	overflow:hidden;
}
.sf-menu ul ul {
	margin-left:15px;
	background:#333333;
	position:relative;
	text-align:left;
	float:left;
	margin:0;
	top:0;
	left:0 !important;
	padding:0;
	width:auto;
}
.sf-menu {
	margin:0;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.sf-menu > li:first-child {
	text-align:center;
	background:none;
	text-align:center;
}
@media (min-width: 1200px) {
	.sf-menu > li:first-child { width:95px; }
}
.sf-menu > li {
	background:transparent;
	text-align:center;
	padding-right:0;
	padding-left:0;
	padding:0;
	display:table-cell;
	float:none;
}
.sf-menu > li > a {
	position:relative;
	font-family:'Lato', sans-serif;
	font-size:17px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:700 !important;
	padding:19px 0;
	max-height:67px;
	color:#000 !important;
	margin:0;
	letter-spacing:0;
	border:none;
	text-decoration:none;
	position:relative;
	bottom:0;
	float:none;
	vertical-align:bottom;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu > li > a:after {
	position:absolute;
	content:"";
	height:50%;
	background-color:#8dd673;
	right:0;
	width:0%;
	bottom:0;
	z-index:-1;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.sf-menu > li > a:before {
	position:absolute;
	content:"";
	height:50%;
	background-color:#8dd673;
	right:0;
	width:0%;
	top:0;
	z-index:-1;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.sf-menu > li > a.sf-with-ul { padding:19px 0; }
.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:#8dd673 !important;
	background:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu > li > a:hover:after, .sf-menu > li.sfHover> a:after, .sf-menu > li.current-menu-item > a:after, .sf-menu > li.current_page_item > a:after {
	position:absolute;
	content:"";
	width:100%;
	left:0;
	background-color:#292929;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
.sf-menu > li > a:hover:before, .sf-menu > li.sfHover> a:before, .sf-menu > li.current-menu-item > a:before, .sf-menu > li.current_page_item > a:before {
	position:absolute;
	content:"";
	width:100%;
	left:0;
	background-color:#292929;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.sf-menu > li > a:hover .sf-sub-indicator, .sf-menu > li.sfHover> a .sf-sub-indicator, .sf-menu > li.current-menu-item > a .sf-sub-indicator, .sf-menu > li.current_page_item > a .sf-sub-indicator {
	background-position:-10px -100px;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.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:transparent;
	color:#8dd673;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.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 {
	background:transparent;
	color:#8dd673;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu li .desc {
	display:block;
	font-size:0.9em;
}
.sf-menu li li {
	margin-bottom:0;
	background:transparent;
	display:block;
	text-align:center;
}
.sf-menu li li:first-child a { border-top:none; }
.sf-menu li li a {
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-style:normal;
	background:transparent;
	text-transform:none;
	font-weight:400 !important;
	text-decoration:none;
	text-align:left;
	letter-spacing:0;
	border:none;
	color:#fff;
	display:block;
	padding:8px 0 10px 20px;
	border-bottom:1px dotted #000;
	background:transparent;
	float:none;
	margin:0;
	white-space:nowrap;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu li li a.sf-with-ul { padding:5px 0 5px 20px; }
.sf-menu li li a .sf-sub-indicator {
	display:inline;
	position:absolute;
	top:11px;
	right:18px;
	margin-right:0px !important;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.sf-menu ul ul li a { padding-left:30px; }
.sf-sub-indicator {
	top:42px;
	right:50%;
	overflow:visible;
	margin-right:-6px !important;
	background:url(images/arrows-ffffff.png) no-repeat -10px -100px;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.select-menu {
	display:none;
	background-color:#FFF;
	width:100%;
	height:35px;
	padding:5px;
	margin:0;
	cursor:pointer;
	outline:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.select-menu option {
	padding:5px;
	cursor:pointer;
}
.select-menu option.main_item { font-weight:bold; }
@media (max-width: 1200px) and (min-width: 979px) {
	.sf-sub-indicator {
		top:45px;
		margin-right:-5px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu ul ul { margin-left:15px; }
	.sf-menu > li > a { padding:20px 0 !important; }
	.sf-menu > li {
		background:transparent;
		text-align:center;
		padding-right:0;
	}
	.sf-menu > li:first-child { background:transparent; }
	.sf-menu {
		padding:0;
		margin-right:0;
	}
	.sf-sub-indicator {
		top:45px;
		margin-right:-6px !important;
	}
}
@media (max-width: 767px) {
	.select-menu { margin-bottom:20px; }
	.nav { margin:20px 0 0 0; }
}
.extrabox_6 {
	background:#8dd673;
	margin-left:-20px !important;
	padding:30px 40px 40px;
	margin-top:8px;
}
.extrabox_6:before, .extrabox_6:after { display:none; }
@media (max-width: 1200px) and (min-width: 979px) {
	.extrabox_6 {
		margin-right:-10px !important;
		padding:30px 20px 30px;
		min-height:416px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.extrabox_6 {
		margin-right:-10px !important;
		padding:30px 20px 30px;
		min-height:500px;
	}
}
@media (max-width: 767px) {
	.extrabox_6 {
		margin-left:0 !important;
		padding:30px 20px 30px;
		margin-top:0 !important;
	}
}
.extrabox_6 h2 {
	color:#fff;
	padding-top:0;
}
.extrabox_6 h3 a { color:#000; }
.extrabox_6 h3 a:hover { color:#fff; }
.extrabox_6 p { color:#fff; }
.extrabox_5 {
	background:#292929;
	margin-right:-10px !important;
	padding:30px 40px 40px;
	margin-top:8px;
	min-height:413px;
}
.extrabox_5:before, .extrabox_5:after { display:none; }
@media (max-width: 1200px) and (min-width: 979px) {
	.extrabox_5 {
		margin-right:-10px !important;
		padding:30px 20px 30px;
		min-height:416px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.extrabox_5 {
		margin-right:-10px !important;
		padding:30px 20px 30px;
		min-height:512px;
	}
}
@media (max-width: 767px) {
	.extrabox_5 {
		margin-right:0 !important;
		padding:30px 20px 30px;
		margin-top:0 !important;
	}
}
.extrabox_5 h2 {
	color:#fff;
	padding-top:0;
}
.extrabox_5 .list.unstyled li a {
	color:#8dd673;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.extrabox_5 .list.unstyled li a:after {
	background:#292929;
	z-index:-1;
	-webkit-transition:all 0.65s ease;
	-moz-transition:all 0.65s ease;
	-o-transition:all 0.65s ease;
	transition:all 0.65s ease;
}
.extrastyle_1 h2 { padding:40px 0 16px; }
.extrastyle_1 .alignnone { margin:5px 0 5px 0; }
.extrastyle_1 .btn.btn-primary { margin-bottom:30px; }
.title { text-align:left; }
.title-section {
	text-align:left;
	padding:0;
	position:relative;
	z-index:10;
}
.title-header {
	font-size:39px;
	line-height:39px;
	text-transform:uppercase;
	overflow:hidden;
	margin:0;
	text-align:left;
	padding:35px 0 0px 0;
	color:#000;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.title-header:before { display:none; }
.title a { color:#000; }
.title-desc {
	display:block;
	color:#fff;
	font-size:11px;
}
.single .post__holder {
	padding:0 29px 0 29px;
	margin-top:10px;
	background:#292929;
}
@media (max-width: 767px) {
	.single .post__holder { padding:0 15px; }
}
.single .post__holder .featured-thumbnail.thumbnail {
	margin-top:25px;
	margin-bottom:0;
}
.featured-thumbnail.thumbnail.large { margin-bottom:0; }
.post_wrapper {
	padding:0 29px 0 29px;
	margin-top:10px;
	background:#292929;
}
@media (max-width: 767px) {
	.post_wrapper { padding:0 20px; }
}
.extrapad { padding:0 30px; }
.post__holder .post-header .post-title {
	padding-top:30px;
	padding-bottom:16px;
	display:block;
	margin-bottom:0 !important;
}
.post__holder .post-header .post-title a {
	color:#fff;
	text-transform:uppercase;
}
.post__holder .post-header .post-title a:hover {
	color:#8dd673;
	text-decoration:none;
}
.post__holder .post_content {
	box-sizing:border-box;
	padding:20px 0 30px;
	background:transparent;
}
.pagination.pagination__posts { margin-bottom:50px; }
.breadcrumb__t {
	margin:15px 0 0;
	padding:10px 0 10px 40px;
	background:transparent;
	border-top:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	text-transform:none !important;
	border-radius:0;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
@media (max-width: 767px) {
	.breadcrumb__t { padding:10px 0 10px 15px; }
}
.breadcrumb__t li {
	display:inline;
	color:#8dd673;
	font-size:14px;
	font-family:'Lato', sans-serif;
	text-shadow:none;
}
.breadcrumb__t li.active { color:#888888; }
.breadcrumb__t li.divider {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:' / ';
	font-family:'Lato', sans-serif;
	margin:0 4px;
	color:#888888;
	font:14px/20px Lato;
	font-size:14px !important;
}
.breadcrumb__t li a { color:#8dd673; }
.breadcrumb__t li a:hover { color:#888888; }
.post_meta {
	font-family:'lato', sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:400;
	text-transform:none;
	overflow:hidden;
	margin-bottom:0px;
	padding:0;
	color:#fff;
	border-top:1px solid #626262;
	border-bottom:1px solid #626262;
}
.post_meta i {
	font-size:14px !important;
	padding-right:5px !important;
	color:#8dd673 !important;
}
.post_meta div[class^="post_"] {
	display:inline-block;
	font-family:'lato', sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:400;
	text-transform:none !important;
	line-height:20px;
	padding:11px 0 5px;
	margin-right:19px;
	color:#fff;
}
@media (max-width: 767px) {
	.post_meta div[class^="post_"] { display:block; }
}
.post_meta div[class^="post_"] a {
	color:#fff;
	text-transform:none !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] a:hover {
	text-decoration:none;
	color:#8dd673;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .post_author a {
	color:#fff !important;
	text-transform:capitalize !important;
}
.post_meta div[class^="post_"] .post_author a:hover { color:#8dd673 !important; }
.post_meta div[class^="post_"] .post-date {
	cursor:default;
	color:#fff;
}
.post_meta div[class^="post_"] .post-date time { color:#fff; }
.post_meta div[class^="post_"] .post-date span { color:inherit; }
.post_meta div[class^="post_"] .icon-bookmark a {
	text-transform:none !important;
	color:#fff;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .icon-bookmark a:hover {
	color:#8dd673;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .post_comment { color:inherit; }
.post_meta div[class^="post_"] .post_comment a { color:#fff; }
.post_meta div[class^="post_"] .post_comment a:hover { color:#8dd673; }
.post_meta div[class^="post_"] .post_comment span { color:inherit; }
.post_meta div[class^="post_"] .post_category { color:inherit; }
.post_meta div[class^="post_"] .post_category a { color:#fff; }
.post_meta div[class^="post_"] .post_category a:hover { color:#8dd673; }
.post_meta div[class^="post_"] .post_category span { color:inherit; }
.post_meta div[class^="post_"] .user_voting { cursor:default; }
.post_meta div[class^="post_"] .user_voting i, .post_meta div[class^="post_"] .user_voting span {
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-out;
}
.post_meta div[class^="post_"] .animation_item {
	position:absolute;
	top:0px;
	right:0px;
}
.post_meta div[class^="post_"] a { text-transform:none !important; }
.post_meta>div.post_meta_unite {
	display:block;
	border-top:1px solid #e9e9e8;
	padding-top:.5em;
	margin-top:.5em;
}
.post_meta>div.post_meta_unite:first-child {
	border-top:none;
	margin-top:0;
	padding-top:0;
}
.post_meta .post_permalink {
	float:right;
	padding-right:0;
}
@media (max-width: 767px) {
	.post_meta .post_permalink { float:left; }
}
.post_meta span.voting_count {
	padding-right:0;
	position:relative;
}
.post_meta i {
	font-size:16px;
	margin-right:0em;
	padding-right:0.5em;
	color:#8dd673;
}
.post_meta .pull-right {
	padding-right:0;
	padding-left:15px;
}
.post_meta hr { margin:.5em 0; }
.share-buttons {
	margin-bottom:0;
	margin-top:0;
	padding:30px 0 0 29px;
	box-sizing:border-box;
	width:100%;
	height:79px;
	background:#292929;
}
@media (max-width: 767px) {
	.share-buttons { padding:30px 0 0 15px; }
}
#recent-author-posts {
	background:#292929;
	padding:10px 30px 8px 30px;
}
@media (max-width: 767px) {
	#recent-author-posts { padding:10px 15px 8px 15px; }
}
#recent-author-posts h3 {
	padding-left:0;
	padding-top:10px;
	padding-bottom:20px;
	background:transparent;
	color:#fff;
}
.post-author {
	margin-bottom:0 !important;
	background-color:#7fc067;
	padding:10px 30px 20px 30px;
	border:none;
}
@media (max-width: 767px) {
	.post-author { padding:10px 15px 20px 15px; }
}
.post-author_h {
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-bottom:20px;
	padding:0;
	margin:0;
	color:#000;
	margin-top:25px;
	margin-bottom:16px !important;
}
@media (max-width: 767px) {
	.post-author_h {
		font-size:24px;
		line-height:24px;
	}
}
.post-author_h:before { display:none; }
.post-author_h small {
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:capitalize;
	color:#000;
}
@media (max-width: 767px) {
	.post-author_h small {
		font-size:30px;
		line-height:34px;
	}
}
.post-author_h a {
	text-transform:capitalize;
	color:#000;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_h a:hover {
	color:#fff;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link {
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:uppercase;
	color:#000;
}
.post-author_link p {
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	color:#000;
	margin-bottom:0;
}
.post-author_link p a {
	text-transform:capitalize;
	color:#000;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link p a:hover {
	color:#fff;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link a {
	color:#c3325f;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link a:hover {
	color:#222;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_gravatar {
	float:left;
	margin:9px 30px 0 0;
}
.post-author_gravatar img {
	padding:0;
	border:0;
	background:#fff;
}
.post-author_desc {
	margin-top:20px !important;
	font-size:13px;
	margin-bottom:6px;
	font-weight:400 !important;
	color:#fff;
}
@media (min-width: 1200px) {
	.post-author_desc { overflow:hidden; }
}
#recent-author-posts { margin-bottom:3em; }
.related-posts {
	overflow:hidden;
	margin:0;
	padding-left:29px;
	padding-right:28px;
	background:#292929;
}
@media (max-width: 767px) {
	.related-posts {
		padding-left:15px;
		padding-right:15px;
	}
}
.related-posts_h {
	font-family:'Lato', sans-serif;
	font-size:39px;
	line-height:39px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-bottom:20px;
	padding:0;
	margin:0;
	color:#fff;
	margin-top:34px;
	margin-bottom:25px !important;
}
@media (max-width: 767px) {
	.related-posts_h {
		font-size:26px;
		line-height:26px;
	}
}
.related-posts_list {
	padding:0;
	margin:0 0 0 -4%;
	font-size:0;
}
.related-posts_item {
	display:inline-block;
	width:21%;
	margin-left:4%;
	margin-bottom:20px;
	padding:0;
	list-style-type:none;
	overflow:hidden;
	vertical-align:top;
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	color:#8dd673;
	letter-spacing:0;
	background:transparent;
	text-transform:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.related-posts_item a {
	font-size:14px;
	line-height:20px;
	font-style:normal;
	font-weight:400;
	background:transparent;
	text-transform:uppercase;
	color:#8dd673;
}
@media (min-width: 768px) and (max-width: 979px) {
	.related-posts_item a {
		font-size:12px;
		line-height:20px;
	}
}
@media (max-width: 767px) {
	.related-posts_item a {
		font-size:12px;
		line-height:20px;
	}
}
.related-posts_item :hover {
	color:#fff;
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.related-posts_item h5 {
	font-size:14px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	background:transparent;
	text-transform:uppercase;
	color:#8dd673;
}
.related-posts_item h5 a {
	font-size:14px;
	line-height:20px;
	background:transparent;
	color:#8dd673;
}
.related-posts_item h5 a:hover { color:#000; }
.related-posts .featured-thumbnail {
	float:none;
	overflow:visible;
	margin:0 0 24px 0;
}
.related-posts .featured-thumbnail a { border:none; }
@media (max-width: 480px) {
	.related-posts_item { width:46%; }
}
.comments-h {
	font-family:'Lato', sans-serif;
	font-size:39px;
	line-height:39px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-bottom:20px;
	padding:0;
	margin:0;
	color:#fff;
	padding-top:30px;
	margin-bottom:14px !important;
}
@media (max-width: 767px) {
	.comments-h {
		font-size:26px;
		line-height:26px;
	}
}
.comment-holder {
	padding-left:29px;
	padding-right:29px;
	background:#7fc067;
	margin-bottom:0;
}
.comment-holder .pagination { display:none; }
@media (max-width: 767px) {
	.comment-holder {
		padding-left:15px;
		padding-right:15px;
	}
}
.comment-list .reply a:hover { color:#FFF; }
.comment .children { margin:0 0 9px 30px; }
.comment .comment-body {
	position:relative;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:50px;
	border:none;
	background:transparent !important;
	padding:0;
	border:none;
}
.comment-author {
	float:left;
	margin:5px 22px 0 0;
}
.comment-author .author {
	color:#000;
	font-family:'Lato', sans-serif;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:capitalize;
	display:block;
	padding-top:23px;
	width:80px;
	text-align:left;
}
.comment-author .author:before { display:none; }
.comment .comment-body p {
	margin-bottom:9px;
	margin-top:0;
	font-size:13px;
	color:#fff;
}
.extra2 { margin-top:0; }
@media (max-width: 1200px) and (min-width: 979px) {
	.extra2 { margin-top:0px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.extra2 { margin-top:0px; }
}
@media (max-width: 767px) {
	.extra2 { margin-top:0; }
}
.commentmetadata {
	color:#fff;
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:capitalize;
	text-transform:none;
	margin-top:26px;
	margin-right:14px;
	float:right;
	position:relative;
}
@media (max-width: 460px) {
	.commentmetadata {
		float:none;
		margin:5px 0;
	}
}
.commentmetadata:before { display:none; }
.comment-body .reply {
	float:right;
	margin-left:14px;
	margin-top:8px;
	padding-right:0;
}
@media (max-width: 460px) {
	.comment-body .reply {
		float:none;
		margin:5px 0;
	}
}
.comment-body .reply a {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:20px;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	color:#fff;
	padding:19px 29px;
	position:relative;
	letter-spacing:0;
	background:transparent;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:1px solid #fff;
	outline:none;
	border-radius:0;
	z-index:1;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.comment-body .reply a:hover {
	color:#555;
	background:#fff;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#respond form .btn {
	margin-top:13px;
	margin-bottom:0;
	letter-spacing:0;
	float:left;
}
#commentform label {
	margin-top:29px;
	display:none !important;
}
#nsu-checkbox {
	top:10px;
	margin-bottom:0;
	display:inline-block !important;
}
#nsu-checkbox #nsu-checkbox-label #nsu-checkbox-input { margin:0; }
#respond {
	margin-bottom:0;
	padding-top:0;
	box-sizing:border-box;
	padding:0 29px 20px 29px;
	background:#ebebeb;
}
@media (max-width: 767px) {
	#respond {
		padding-left:15px;
		padding-right:15px;
	}
}
#respond h3 {
	font-family:'Lato', sans-serif;
	font-size:39px;
	line-height:39px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-bottom:20px;
	padding:0;
	margin:0;
	color:#000;
	padding-top:34px;
	margin-bottom:25px !important;
}
@media (max-width: 767px) {
	#respond h3 {
		font-size:26px;
		line-height:26px;
	}
}
#commentform { overflow:hidden; }
#commentform p { margin-bottom:11px; }
#commentform p.field { margin-bottom:11px; }
#commentform label { display:block; }
#commentform input[type="text"] {
	background:transparent;
	border:1px solid #cccccc;
	box-shadow:none;
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	color:#888888;
	margin:0;
	padding:8px 15px 8px;
	width:370px;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:39px;
	background:transparent;
}
#commentform input[type="text"]:focus {
	box-shadow:none;
	border:1px solid #cccccc;
	background:transparent;
}
#commentform textarea {
	color:#888888;
	box-shadow:none;
	border:1px solid #cccccc;
	padding:8px 15px 8px;
	margin-bottom:0px !important;
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	overflow:auto;
	margin:0;
	min-width:87%;
	max-width:80%;
	width:100%;
	height:215px;
	max-width:765px;
	border-radius:0;
	background:transparent;
	border-color:#cccccc;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.children #commentform textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	min-width:100px;
}
#commentform textarea:focus {
	box-shadow:none;
	border:1px solid #cccccc;
}
@media (min-width: 768px) and (max-width: 979px) {
	#commentform textarea {
		width:97%;
		max-width:97%;
		min-width:97%;
		height:52px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 767px) {
	#commentform input[type="text"] {
		width:97%;
		height:52px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#commentform textarea {
		width:97%;
		max-width:97%;
		min-width:97%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
input[type="submit"].btn-primary, input[type="reset"].btn-primary {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:20px;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	color:#292929;
	padding:19px 29px;
	position:relative;
	letter-spacing:0;
	background:transparent;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:1px solid #292929;
	outline:none;
	border-radius:0;
	z-index:1;
	height:60px;
	overflow:hidden;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
@media (max-width: 767px) {
	input[type="submit"].btn-primary, input[type="reset"].btn-primary {
		font-size:16px;
		line-height:18px;
		padding:8px 14px;
	}
}
input[type="submit"].btn-primary:hover, input[type="reset"].btn-primary:hover {
	color:#fff;
	background:#292929;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
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 {
	color:#555;
	font-size:14px;
	line-height:22px;
	font-weight:300;
	margin:0;
	padding:9px 14px;
	width:288px;
	border-radius:0;
	border:none;
	box-shadow:none;
	outline:none;
}
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:none;
	box-shadow:none;
	outline:none;
}
.parrallaxstyle_1 .parallax-content { background:transparent; }
.parrallaxstyle_1 .parallax-content:after, .parrallaxstyle_1 .parallax-content:before { background:transparent; }
.parrallaxstyle_1 .hero-unit {
	padding:326px 40px 52px;
	margin:0;
	border-radius:0;
	text-align:right;
	background:transparent url(images/bgherounit_1.png) right bottom no-repeat;
}
@media (max-width: 979px) and (min-width: 768px) {
	.parrallaxstyle_1 .hero-unit {
		padding:250px 20px 30px;
		background:transparent url(images/bgherounit_1.png) -100px 100px no-repeat;
	}
}
@media (max-width: 767px) {
	.parrallaxstyle_1 .hero-unit {
		padding:150px 20px 30px;
		background:transparent url(images/bgherounit_1.png) -150px 20px no-repeat;
	}
}
@media (max-width: 480px) {
	.parrallaxstyle_1 .hero-unit {
		padding:150px 20px 30px;
		background:transparent url(images/bgherounit_1.png) -350px 100px no-repeat;
	}
}
.parrallaxstyle_1 .hero-unit h1 { display:none; }
.parrallaxstyle_1 .hero-unit p {
	font-family:'Lato', sans-serif;
	font-size:62px;
	line-height:62px;
	font-weight:400;
	padding:0;
	margin:0 0 0 0;
	text-align:right;
	color:#fff;
	display:inline-block;
	text-transform:uppercase;
}
@media (max-width: 979px) and (min-width: 768px) {
	.parrallaxstyle_1 .hero-unit p {
		font-size:42px;
		line-height:42px;
	}
}
@media (max-width: 767px) {
	.parrallaxstyle_1 .hero-unit p {
		font-size:20px;
		line-height:20px;
	}
}
.parrallaxstyle_1 .hero-unit p em {
	font-style:normal;
	color:#99d982;
}
.filter-wrapper {
	margin-bottom:4px;
	margin-top:8px;
}
@media (max-width: 590px) {
	.filter-wrapper .pull-right { float:left; }
}
.filter-wrapper strong {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:700 !important;
	display:block;
	padding:22px 29px;
	margin-right:9px;
	float:left;
	color:#000;
}
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper strong {
		font-size:16px;
		padding:8px 0;
	}
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		font-size:16px;
		padding:28px 0 0;
		margin-right:10px;
	}
}
.filter-wrapper .nav {
	overflow:hidden;
	margin-right:0;
	margin-bottom:48px;
}
@media (min-width: 1200px) {
	.filter-wrapper .nav { margin-right:41px; }
}
.nav-pills { float:left; }
@media (max-width: 590px) {
	.nav-pills li { float:none; }
}
.nav-pills li a {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:700 !important;
	display:block;
	padding:19px 29px;
	margin-left:0 7px;
	float:left;
	color:#000;
	white-space:nowrap;
	border:1px solid transparent;
	border-radius:0;
	background:transparent;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav-pills li a {
		font-size:16px;
		padding:5px;
	}
}
@media (max-width: 767px) {
	.nav-pills li a {
		font-size:16px;
		padding:5px;
	}
}
@media (max-width: 590px) {
	.nav-pills li a {
		display:block;
		padding:5px;
	}
}
.nav-pills li a:hover, .nav-pills li a:focus, .nav-pills li a:active {
	color:#000 !important;
	border:1px solid #000;
	background:transparent !important;
}
.nav-pills li.active a, .nav-pills li.active:focus a {
	color:#000 !important;
	background:transparent !important;
	border:1px solid #000;
}
.filterable-portfolio {
	position:relative;
	visibility:hidden;
	overflow:hidden;
	margin:0 -10px;
}
.filterable-portfolio .portfolio_item {
	display:block;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 20px 0;
	padding:0 10px;
	width:0;
}
.filterable-portfolio .portfolio_item.nomargin { margin-right:0; }
.filterable-portfolio .portfolio_item_holder {
	overflow:hidden;
	background:#86cb6d;
	box-sizing:border-box;
	padding:25px 25px 5px;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio {
	background:transparent;
	padding:0;
	border:none;
	border-top:0;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio .excerpt {
	margin-bottom:30px;
	font-weight:300;
	color:#3e3e43;
}
.filterable-portfolio h3 { margin:25px 0 1px; }
.filterable-portfolio h3 a { color:#000; }
.filterable-portfolio h3 a:hover { color:#fff; }
.filterable-portfolio .excerpt { color:#fff !important; }
.filterable-portfolio .image-wrap {
	position:relative;
	display:block;
	overflow:hidden;
}
.filterable-portfolio .image-wrap:before {
	top:50%;
	left:50%;
	margin:-16px 0 0 -16px;
	z-index:-1;
}
.filterable-portfolio .folio_loader {
	top:50%;
	left:50%;
	margin:-10px 0 0 -10px;
	z-index:-1;
}
.testimonial {
	position:relative;
	margin-bottom:35px;
	padding:30px;
	margin-top:40px;
	border:1px solid #f3f3f4;
	background:;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.testimonial_bq {
	margin:0;
	padding:0;
	border:none;
}
.testimonial_content p {
	font-family:'Lato', sans-serif;
	font-style:normal;
	font-size:14px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial .featured-thumbnail {
		width:80px;
		height:80px;
	}
}
.testimonial small {
	font-family:'lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	color:;
	padding:12px 0 0;
}
.posts-grid.extra_team li { margin-bottom:48px; }
.posts-grid.extra_team li .featured-thumbnail { margin:0 0 23px; }
.posts-grid.extra_team li h5 { margin:0 0 12px; }
.posts-grid.extra_team li h5 a {
	font-family:'Lato', sans-serif;
	font-style:normal;
	font-weight:400 !important;
	font-size:14px;
	line-height:22px;
	text-transform:uppercase;
	color:#8dd673;
}
.posts-grid.extra_team li h5 a:hover { color:#292929; }
.extra_map {
	position:relative;
	margin:0 auto;
}
.blockmap {
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:"";
	background:transparent;
	margin-right:10px;
	position:absolute;
	z-index:1;
}
.infomap {
	position:absolute;
	z-index:2;
	margin:0;
	top:132px;
	left:50%;
	margin-left:-187px;
	right:0;
	bottom:0;
	width:330px;
	height:119px;
	padding:26px 10px 0 30px;
	display:block;
	background:transparent url(images/patternmapbg.png);
	-webkit-box-shadow:9px 15px 0 0 rgba(0,0,0,0.15);
	box-shadow:9px 15px 0 0 rgba(0,0,0,0.15);
}
@media (max-width: 767px) {
	.infomap {
		top:50px;
		margin-left:-115px;
		width:210px;
		padding:10px;
	}
}
.infomap p {
	margin:0;
	color:#fff;
}
.infomap .map_txt2 {
	text-align:left;
	font-family:'Lato', sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	color:#777777;
	margin-bottom:8px;
}
.infomap .map_txt3_1, .infomap .map_txt4_1 {
	position:relative;
	text-align:left;
	font-family:'Lato', sans-serif;
	font-size:24px;
	line-height:27px;
	font-weight:800;
	padding-left:34px;
	color:#000;
	margin-bottom:9px;
}
@media (max-width: 767px) {
	.infomap .map_txt3_1, .infomap .map_txt4_1 {
		font-size:22px;
		line-height:20px;
	}
}
.infomap .map_txt3_1:before {
	width:26px;
	height:26px;
	text-align:left;
	position:absolute;
	display:block;
	speak:none;
	left:0;
	content:"";
	background:transparent url(images/iconphone.png) left top no-repeat;
	color:#353535;
	margin-right:10px;
}
.infomap .map_txt4_1:before {
	width:26px;
	height:26px;
	text-align:left;
	position:absolute;
	display:block;
	left:0;
	speak:none;
	content:"";
	background:transparent url(images/iconfax.png) left top no-repeat;
	color:#353535;
	margin-right:10px;
}
#map {
	height:451px !important;
	margin:0;
}
@media (max-width: 767px) {
	#map { height:250px !important; }
}
#map #map_content { padding-top:0; }
#map img { max-width:none !important; }
.extrabox_4 {
	background:#8dd673;
	padding:0 0 0;
}
.extrabox_4:before, .extrabox_4:after { display:none; }
.extrabox_4 h2 {
	position:absolute;
	text-align:center;
	color:#fff;
	display:block;
	margin:0 auto;
	width:100%;
	z-index:10;
}
@media (max-width: 979px) and (min-width: 768px) {
	.extrabox_4 h2 { position:relative; }
}
@media (max-width: 767px) {
	.extrabox_4 h2 { position:relative; }
}
.testimonials.extra_testi1 .list-item-0 {
	background:#7fc067 !important;
	width:390px !important;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.testimonials.extra_testi1 .list-item-0 { width:311px !important; }
}
.testimonials.extra_testi1 .list-item-1 {
	background:transparent !important;
	width:390px !important;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.testimonials.extra_testi1 .list-item-1 { width:318px !important; }
}
.testimonials.extra_testi1 .list-item-2 {
	background:#86cb6d !important;
	width:390px !important;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.testimonials.extra_testi1 .list-item-2 { width:311px !important; }
}
.testimonials.extra_testi1 .testi-item {
	overflow:hidden;
	margin-bottom:0;
	padding-bottom:5px;
	background:none;
	float:left;
	position:relative;
	z-index:2;
}
.testimonials.extra_testi1 .testi-item:after {
	position:absolute;
	background:#292929;
	right:0;
	width:0;
	height:100%;
	bottom:0;
	content:"";
	z-index:-1;
	-webkit-transition:0.55s;
	-moz-transition:0.55s;
	-o-transition:0.55s;
	transition:0.55s;
}
.testimonials.extra_testi1 .testi-item:hover:after {
	width:100%;
	left:0;
	background:#292929;
	-webkit-transition:all 0.55s ease;
	-moz-transition:all 0.55s ease;
	-o-transition:all 0.55s ease;
	transition:all 0.55s ease;
}
.testimonials.extra_testi1 .testi-item:hover .testi-meta .user {
	color:#8dd673;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 979px) and (min-width: 768px) {
	.testimonials.extra_testi1 .testi-item {
		width:100% !important;
		float:none;
	}
}
@media (max-width: 767px) {
	.testimonials.extra_testi1 .testi-item {
		width:100% !important;
		float:none;
	}
}
.testimonials.extra_testi1 .testi-item:first-child { margin:0; }
@media (max-width: 767px) {
	.testimonials.extra_testi1 .testi-item:first-child {
		width:100%;
		float:none;
	}
}
.testimonials.extra_testi1 .testi-item blockquote {
	position:relative;
	display:block;
	margin:0;
	padding:99px 39px 0;
	border:none;
	background:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
}
@media (max-width: 979px) and (min-width: 768px) {
	.testimonials.extra_testi1 .testi-item blockquote { padding:30px 39px 0; }
}
@media (max-width: 767px) {
	.testimonials.extra_testi1 .testi-item blockquote { padding:30px 39px 0; }
}
.testimonials.extra_testi1 .testi-item blockquote:before { display:none; }
.testimonials.extra_testi1 .testi-item blockquote:after {
	position:absolute;
	top:239px;
	left:40px;
	display:block;
	width:46px;
	height:44px;
	background:url(images/quote.png) 0 0 no-repeat;
	content:"";
}
@media (max-width: 979px) and (min-width: 768px) {
	.testimonials.extra_testi1 .testi-item blockquote:after { top:170px; }
}
@media (max-width: 767px) {
	.testimonials.extra_testi1 .testi-item blockquote:after { top:170px; }
}
@media (max-width: 480px) {
	.testimonials.extra_testi1 .testi-item blockquote:after { display:none; }
}
.testimonials.extra_testi1 .testi-item blockquote > a {
	position:relative;
	z-index:2;
	color:#fff;
	text-decoration:none;
	overflow:hidden;
	vertical-align:top;
}
.testimonials.extra_testi1 .testi-item blockquote > a:hover { color:#8dd673; }
.testimonials.extra_testi1 .testi-item .featured-thumbnail {
	position:relative;
	float:none;
	z-index:2;
	margin:0 auto 21px;
	width:173px;
	height:173px;
}
.testimonials.extra_testi1 .testi-item .featured-thumbnail img {
	border-radius:400px;
	width:173px;
	height:173px;
}
.testimonials.extra_testi1 .testi-item .testi-meta {
	font-size:1em;
	padding:15px 0 10px 39px;
}
.testimonials.extra_testi1 .testi-item .testi-meta .user {
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:400 !important;
	color:#000;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.testimonials.extra_testi1 .testi-item .testi-meta .user:after { display:none; }
.testimonials.extra_testi1 .testi-item .testi-meta .testi-url { display:none; }
.testimonials.extra_testi1 .testi-item .testi-meta .info { display:none; }
.extrabox_1 {
	background:#292929;
	margin-right:-20px !important;
	padding:30px 40px 40px;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.extrabox_1 {
		margin-right:-10px !important;
		padding:30px 20px 30px;
		min-height:746px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.extrabox_1 {
		margin-right:-10px !important;
		padding:30px 20px 30px;
		min-height:800px;
	}
}
@media (max-width: 767px) {
	.extrabox_1 {
		margin-right:0 !important;
		padding:30px 20px 30px;
	}
}
.extrabox_1 h2 {
	color:#fff;
	padding-top:0;
}
.extrabox_1 .btn { margin-top:5px; }
.extrabox_2 {
	background:transparent;
	margin-right:-10px !important;
	margin-left:-10px !important;
	padding:30px 25px 0 36px;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.extrabox_2 {
		padding:30px 20px 30px;
		min-height:746px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.extrabox_2 {
		padding:30px 20px 30px;
		min-height:800px;
	}
}
@media (max-width: 767px) {
	.extrabox_2 {
		padding:30px 20px 30px;
		margin-right:0 !important;
		margin-left:0 !important;
	}
}
.extrabox_2 h2 {
	padding-top:0;
	padding-bottom:12px;
}
.extrabox_3 {
	background:#ebebeb;
	margin-left:-20px !important;
	padding:30px 40px 58px;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.extrabox_3 {
		padding:30px 20px 30px;
		min-height:746px;
		margin-left:-10px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.extrabox_3 {
		padding:30px 20px 30px;
		min-height:800px;
		margin-left:-10px !important;
	}
}
@media (max-width: 767px) {
	.extrabox_3 {
		padding:30px 20px 30px;
		margin-left:0 !important;
	}
}
.extrabox_3 h2 { padding-top:0; }
.extrabox_1:before, .extrabox_1:after, .extrabox_2:before, .extrabox_2:after, .extrabox_3:before, .extrabox_3:after { display:none; }
.list.unstyled {
	margin-top:0;
	margin-left:0;
	position:relative;
	z-index:2;
}
@media (min-width: 1200px) {
	.list.unstyled {
		margin-top:-13px;
		margin-left:-6px;
	}
}
.list.unstyled li { margin:0 0 3px 0 !important; }
.list.unstyled li a {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:22px;
	font-style:normal;
	font-weight:400;
	color:#569546;
	position:relative;
	display:block;
	padding:10px 5px;
	margin:0;
	text-transform:uppercase;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.list.unstyled li a:after {
	content:"";
	position:absolute;
	width:0;
	height:100%;
	top:0;
	right:0;
	border-radius:0;
	background:#fff;
	z-index:-1;
	-webkit-transition:all 0.65s ease;
	-moz-transition:all 0.65s ease;
	-o-transition:all 0.65s ease;
	transition:all 0.65s ease;
}
.list.unstyled li a:hover {
	color:#fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.list.unstyled li a:hover:after {
	width:100%;
	left:0;
	background:#8dd673;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.box_left { margin-right:-20px !important; }
@media (max-width: 1200px) and (min-width: 979px) {
	.box_left { margin-right:-10px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.box_left { margin-right:-10px !important; }
}
@media (max-width: 767px) {
	.box_left { margin-right:0 !important; }
}
.box_center {
	margin-right:-10px !important;
	margin-left:-10px !important;
}
@media (max-width: 767px) {
	.box_center {
		margin-right:0 !important;
		margin-left:0 !important;
	}
}
.box_right { margin-left:-20px !important; }
@media (max-width: 1200px) and (min-width: 979px) {
	.box_right { margin-left:-10px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.box_right { margin-left:-10px !important; }
}
@media (max-width: 767px) {
	.box_right { margin-left:0 !important; }
}
@media (max-width: 1200px) and (min-width: 979px) {
	.banners_1 { min-height:240px; }
	.banners_1 h5 {
		font-size:30px !important;
		line-height:30px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.banners_1 {
		padding:20px !important;
		min-height:240px;
	}
	.banners_1 h5 {
		font-size:30px !important;
		line-height:30px !important;
	}
}
@media (max-width: 767px) {
	.banners_1 {
		padding:20px !important;
		margin-bottom:0 !important;
	}
	.banners_1 h5 {
		font-size:30px !important;
		line-height:30px !important;
	}
}
.extabanner_1 { background:#8dd673; }
.extabanner_2 { background:#65ae52; }
.extabanner_3 { background:#292929; }
.extabanner_3 p {
	color:#888888 !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.banner-wrap {
	overflow:hidden;
	margin:0;
	padding:33px 20px 40px 40px;
	position:relative;
	text-align:left;
	z-index:2;
}
.banner-wrap:after {
	position:absolute;
	background:#d9d9d9;
	right:0;
	width:0;
	height:100%;
	bottom:0;
	content:"";
	z-index:-1;
	-webkit-transition:0.55s;
	-moz-transition:0.55s;
	-o-transition:0.55s;
	transition:0.55s;
}
.banner-wrap:hover:after {
	width:100%;
	left:0;
	background:#d0d0d0;
	-webkit-transition:all 0.55s ease;
	-moz-transition:all 0.55s ease;
	-o-transition:all 0.55s ease;
	transition:all 0.55s ease;
}
.banner-wrap:hover:before {
	width:100%;
	left:0;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
.banner-wrap:hover.extabanner_3 p {
	color:#000 !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.banner-wrap .featured-thumbnail {
	float:none;
	overflow:hidden;
	margin:0 0 15px;
	padding:0;
}
.banner-wrap .featured-thumbnail a {
	display:block;
	float:left;
	overflow:hidden;
	border:8px solid #ddd;
	text-align:center;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.banner-wrap .featured-thumbnail a:hover { border-color:#ddd; }
.banner-wrap h5 {
	font-family:'Lato', sans-serif;
	font-size:49px;
	line-height:49px;
	font-style:normal;
	font-weight:400;
	color:#fff;
	margin:0 0 7px;
	text-transform:uppercase;
}
.banner-wrap p {
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-style:normal;
	font-weight:400;
	color:#000;
	margin-bottom:17px;
	text-transform:uppercase;
}
.banner-wrap .btn-link {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:20px;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	color:#fff;
	padding:19px 29px;
	position:relative;
	letter-spacing:0;
	background:transparent;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:1px solid #fff;
	outline:none;
	border-radius:0;
	z-index:1;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.banner-wrap .btn-link:after {
	content:"";
	position:absolute;
	width:0%;
	height:100%;
	bottom:0;
	right:0;
	border-radius:0;
	background:#fff;
	z-index:-2;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.banner-wrap .btn-link:hover {
	color:#555;
	text-decoration:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.banner-wrap .btn-link:hover:after {
	width:100%;
	left:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.pagination__posts {
	margin:30px 0 20px;
	text-align:center;
}
#sidebar { padding-top:34px; }
@media (max-width: 767px) {
	#sidebar { padding:34px 15px 30px; }
}
.widget { margin-bottom:59px; }
.widget h3 {
	font-family:'Lato', sans-serif;
	font-size:26px;
	line-height:26px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-bottom:20px;
	padding:0;
	margin:0;
	color:#000;
	padding-top:36px;
	margin-bottom:19px !important;
}
@media (min-width: 1200px) {
	.widget h3 {
		font-size:39px;
		line-height:46px;
	}
}
.widget ul {
	padding:0;
	margin-left:0;
	list-style:none;
	margin-top:0;
	margin-bottom:15px;
}
.widget ul ul {
	margin-left:20px;
	margin-top:10px;
}
.widget ul li {
	margin-top:0;
	margin-bottom:22px;
	text-transform:uppercase;
}
.widget ul li a {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	color:#569546;
	text-transform:uppercase;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget ul li a:after {
	content:"";
	position:absolute;
	width:0;
	height:100%;
	top:0;
	right:0;
	border-radius:0;
	background:#fff;
	z-index:-1;
	-webkit-transition:all 0.65s ease;
	-moz-transition:all 0.65s ease;
	-o-transition:all 0.65s ease;
	transition:all 0.65s ease;
}
.widget ul li a:hover {
	color:#222;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget ul li:before { display:none; }
.widget .post-list { margin-bottom:0px; }
.widget .post-list li {
	overflow:hidden;
	padding-top:25px;
	padding-bottom:0;
	margin-bottom:0;
	background:transparent;
}
.widget .post-list li:before { display:none; }
.widget .post-list li:first-child {
	padding-top:0;
	border:none;
}
.widget .post-list_h {
	margin:0;
	margin-bottom:11px;
	color:#8dd673;
}
.widget .post-list_h a {
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#8dd673;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget .post-list_h a:hover {
	color:#292929;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget .post-list .extra-wrap {
	background:transparent;
	padding-right:20px;
}
.widget .post-list time {
	display:block;
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#000;
	margin-bottom:2px;
	margin-top:0px;
}
.widget .post-list time:before { display:none; }
.widget .post-list .excerpt {
	text-transform:none;
	margin-bottom:19px;
}
.widget .post-list .btn.btn-primary {
	overflow:hidden;
	padding:14px 20px 16px;
	font-weight:700;
	font-size:18px;
}
.widget .post-list .featured-thumbnail {
	margin:5px 31px 0 0;
	float:left;
	background:transparent;
}
.widget .post-list .featured-thumbnail img { box-sizing:border-box; }
@media (max-width: 1200px) and (min-width: 979px) {
	.widget .post-list .featured-thumbnail { margin:5px 15px 15px 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.widget .post-list .featured-thumbnail {
		margin:5px 15px 15px 0;
		float:none;
	}
}
@media (max-width: 550px) {
	.widget .post-list .featured-thumbnail {
		margin:5px 15px 15px 0;
		float:none;
	}
}
.widget .comments-custom li {
	overflow:hidden;
	margin:0;
	padding:0 0 20px 0;
	border-bottom:none;
	background:none;
}
.widget .comments-custom li:before { display:none; }
.widget .comments-custom li:first-child {
	padding-top:0;
	border-top:none;
}
.widget .comments-custom .featured-thumbnail.thumbnail {
	margin-top:4px;
	margin-right:34px;
	margin-bottom:13px;
	box-shadow:none;
	box-sizing:border-box;
	padding:0;
	border:none;
}
.widget .comments-custom_txt {
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#888888;
	text-transform:none !important;
	letter-spacing:0;
	padding:0 0 0 0;
	border-top:none;
	margin-top:10px;
}
.widget .comments-custom_txt a {
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#888888;
	text-decoration:none;
}
.widget .comments-custom_txt a:hover {
	color:#8dd673;
	text-decoration:none;
}
.widget .comments-custom_h_author {
	font-family:'Lato', sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	color:#000;
	text-shadow:none;
	text-transform:capitalize;
	margin-bottom:0;
	margin-top:0;
}
.widget .comments-custom_h_author:before { display:none; }
.widget .comments-custom_h_author:first-letter { text-transform:uppercase !important; }
.widget .comments-custom_h_title { margin-bottom:16px; }
.widget .comments-custom_h_title a {
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	color:#000;
	margin-bottom:0;
	margin-top:22px;
}
.widget .comments-custom_h_title a:before { display:none; }
.widget .comments-custom_h_title a:hover {
	color:#c3325f;
	text-decoration:none;
}
.widget .comments-custom_h_author:first-letter { text-transform:uppercase; }
.widget .comments-custom time {
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	color:#000;
	text-transform:none;
	margin-top:16px;
	margin-bottom:0;
	display:block;
}
.widget .comments-custom time:before { display:none; }
.widget .comments-custom i {
	font-size:16px;
	margin-right:.5em;
	color:#999;
	float:left;
	min-width:15px;
	text-align:center;
	display:none;
}
.widget .comments-custom .ladle {
	float:left;
	padding-right:5px;
}
.widget .comments-custom .meta_format {
	margin-top:0;
	margin-bottom:1px;
}
.widget .flex-direction-nav .flex-prev {
	left:0;
	margin:-46px 0 0;
	color:#569546;
}
.widget .flex-direction-nav .flex-next {
	right:0;
	margin:-46px 0 0;
	color:#569546;
}
.widget #wp-calendar td {
	padding:6px 0;
	border:none;
	text-align:center;
}
.widget #wp-calendar td#today {
	background-color:#222;
	color:#569546;
}
.widget #wp-calendar caption {
	margin-bottom:5px;
	padding:4px 0;
	color:#569546;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.widget #wp-calendar thead th {
	padding:7px 0;
	color:#569546;
	text-align:center;
	font-size:14px;
}
.widget select {
	width:100% !important;
	height:40px;
}
.widget .social { margin:0; }
.widget .social_li:before { display:none; }
.widget .widget-flexslider li:before, .widget .flickr_list li:before { display:none; }
.widget #searchform .search-form_it {
	border:1px solid #cccccc;
	background:transparent;
	width:85%;
}
.widget #searchform .search-form_is { margin:8px 0 0 0; }
.widget .banner_wrapper img { max-width:100%; }
.extrafooter {
	background:#292929;
	padding:5px 0;
}
.extrafooter:before {
	position:absolute;
	content:"";
	width:25px;
	height:100%;
	top:0;
	left:0;
	left:-25px;
	display:block;
	background:#292929;
}
.extrafooter:after {
	position:absolute;
	content:"";
	width:25px;
	height:100%;
	right:-25px;
	top:0;
	display:block;
	background:#292929;
}
.footer {
	border:none !important;
	background:transparent;
	padding:0;
	margin-bottom:40px;
}
.footer .footer-text {
	margin:13px 0 15px 40px;
	float:left;
	font-family:'Lato', sans-serif;
	font-size:14px;
	color:#888888;
	font-weight:400 !important;
}
.footer .footer-text a {
	color:#8dd673;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer .footer-text a strong {
	color:#fff;
	font-weight:400 !important;
	text-transform:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer .footer-text a:hover {
	color:#fff;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer .footer-text a:hover strong {
	color:#8dd673;
	font-weight:400 !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
@media (max-width: 767px) {
	.footer .footer-text {
		margin:13px 20px 15px;
		float:none;
		text-align:center;
		margin-bottom:20px;
	}
}
@media (max-width: 767px) {
	.footer { padding:0 20px; }
}
.textwidget { text-align:center; }
.socialbig {
	width:197px;
	height:41px;
	display:block;
	position:relative;
	margin:0 46px 0 0;
	float:right;
	overflow:hidden;
	background:url(images/fbicon.png) no-repeat top center;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
.socialbig:hover {
	background:url(images/fbicon.png) no-repeat bottom center;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
@media (max-width: 767px) {
	.socialbig {
		margin:10px 20px 10px;
		float:none;
		text-align:center;
		display:inline-block;
	}
}
nav.footer-nav {
	float:none !important;
	margin:20px 0 20px 38px;
	overflow:hidden;
	position:relative;
	display:block;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav {
		float:none;
		margin:20px 0 20px 38px;
	}
}
@media (max-width: 767px) {
	nav.footer-nav {
		float:none;
		padding:0;
		margin:20px 0 20px 20px;
	}
}
@media (max-width: 480px) {
	nav.footer-nav {
		float:none;
		padding:0;
		margin:20px;
	}
}
nav.footer-nav ul {
	margin:0;
	padding:0;
	float:left;
}
nav.footer-nav ul .sub-menu { display:none; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul { float:left; }
}
@media (max-width: 767px) {
	nav.footer-nav ul { float:none; }
}
@media (max-width: 480px) {
	nav.footer-nav ul { float:none; }
}
nav.footer-nav ul li {
	float:left;
	text-align:left;
	margin:0;
	padding:0 10px 0 0;
	list-style-type:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul li {
		display:inline;
		float:none;
		text-align:center;
	}
}
@media (max-width: 767px) {
	nav.footer-nav ul li {
		padding:0 5px 0 0;
		display:inline;
		float:none;
		text-align:center;
	}
}
@media (max-width: 480px) {
	nav.footer-nav ul li {
		padding:0 3px 0 0;
		display:inline;
		float:none;
		text-align:center;
	}
}
nav.footer-nav ul li a {
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	text-align:left;
	text-transform:none;
	text-decoration:none;
	color:#569546 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
@media (max-width: 480px) {
	nav.footer-nav ul li a {
		font-size:11px !important;
		line-height:20px;
	}
}
nav.footer-nav ul li a:hover {
	color:#fff !important;
	text-decoration:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
nav.footer-nav ul li.current-menu-item a {
	text-decoration:underline;
	color:#fff !important;
}
.zoom-icon {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block !important;
	opacity:1 !important;
	visibility:visible !important;
	background:transparent !important;
	border-radius:0;
	cursor:pointer;
	overflow:hidden;
	-webkit-transition:0.55s;
	-moz-transition:0.55s;
	-o-transition:0.55s;
	transition:0.55s;
}
.zoom-icon:after {
	position:absolute;
	z-index:0;
	content:"";
	left:0;
	right:0;
	top:50%;
	width:100%;
	height:0%;
	text-align:center;
	background:url(images/patterndark.png) center center repeat;
	-webkit-transition:0.65s;
	-moz-transition:0.65s;
	-o-transition:0.65s;
	transition:0.65s;
}
.no-rgba .zoom-icon {
	visibility:hidden;
	display:none;
}
.zoom-icon:before {
	position:absolute;
	z-index:100;
	content:"";
	left:80%;
	top:80%;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	background:url(images/magnify-alt2.png) center center no-repeat;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
@media (max-width: 979px) and (min-width: 768px) {
	.zoom-icon:before { background:url(images/magnify-alt2small.png) center center no-repeat; }
}
.featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.featured-thumbnail a:hover .zoom-icon:after, a.thumbnail:hover .zoom-icon:after, .thumbnail__portfolio a:hover .zoom-icon:after {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.no-rgba .image-wrap:hover .zoom-icon, .featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
	visibility:visible;
	border-radius:0;
	overflow:hidden;
}
.grid_gallery_inner .zoom-icon {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block !important;
	opacity:1 !important;
	visibility:visible !important;
	background:transparent !important;
	border-radius:0;
	cursor:pointer;
	overflow:hidden;
	-webkit-transition:0.55s;
	-moz-transition:0.55s;
	-o-transition:0.55s;
	transition:0.55s;
}
.grid_gallery_inner .zoom-icon:after {
	position:absolute;
	z-index:0;
	content:"";
	left:0;
	right:0;
	top:50%;
	width:100%;
	height:0%;
	text-align:center;
	background:url(images/patterndark.png) center center repeat;
	-webkit-transition:0.65s;
	-moz-transition:0.65s;
	-o-transition:0.65s;
	transition:0.65s;
}
.grid_gallery_inner .no-rgba .zoom-icon {
	visibility:hidden;
	display:none;
}
.grid_gallery_inner .zoom-icon:before {
	position:absolute;
	z-index:100;
	content:"";
	left:80%;
	top:80%;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	background:url(images/magnify-alt2small.png) center center no-repeat;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.grid_gallery_inner .featured-thumbnail a:hover .zoom-icon, .grid_gallery_inner a.thumbnail:hover .zoom-icon, .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.grid_gallery_inner .featured-thumbnail a:hover .zoom-icon:before, .grid_gallery_inner a.thumbnail:hover .zoom-icon:before, .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.grid_gallery_inner .featured-thumbnail a:hover .zoom-icon:after, .grid_gallery_inner a.thumbnail:hover .zoom-icon:after, .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon:after {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.grid_gallery_inner .no-rgba .image-wrap:hover .zoom-icon, .grid_gallery_inner .featured-thumbnail a:hover .zoom-icon, .grid_gallery_inner a.thumbnail:hover .zoom-icon, .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon {
	visibility:visible;
	border-radius:0;
	overflow:hidden;
}
#back-top { display:none; }
#back-top-wrapper {
	position:fixed;
	right:20px;
	bottom:30px;
	overflow:hidden;
	z-index:199;
}
#back-top a {
	display:block;
	width:42px;
	height:42px;
	color:#bbb;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	border-radius:0;
	border:none;
	text-transform:uppercase;
	font:11px/100% Arial, Helvetica, sans-serif;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#back-top a:hover span { background:#569546 url(images/up-arrow.png) center 12px no-repeat; }
#back-top span {
	display:block;
	margin-bottom:10px;
	width:42px;
	height:42px;
	background:#8dd673 url(images/up-arrow.png) center 12px no-repeat;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.wpcf7-form p.field {
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	vertical-align:top;
}
.wpcf7-form p.field input {
	margin:0;
	font-size:14px;
	line-height:22px;
	border:1px solid #888888;
	font-weight:400;
	padding:7px 12px;
	width:100%;
	height:39px;
	color:#888888 !important;
	background:transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7-form p.field input:-moz-placeholder { color:#888888; }
.wpcf7-form p.field input:-ms-input-placeholder { color:#888888; }
.wpcf7-form p.field input::-webkit-input-placeholder { color:#888888; }
.wpcf7-form p.field input[type="file"] {
	font-size:14px;
	position:relative;
	font-weight:400;
	cursor:pointer;
	height:39px;
	color:#888888 !important;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.wpcf7-form p.field input[type="file"]:-moz-placeholder { color:#888888; }
.wpcf7-form p.field input[type="file"]:-ms-input-placeholder { color:#888888; }
.wpcf7-form p.field input[type="file"]::-webkit-input-placeholder { color:#888888; }
.wpcf7-form textarea {
	font-size:14px;
	color:#888888 !important;
	font-weight:400;
	overflow:auto;
	margin:0;
	padding:7px 12px;
	width:100%;
	height:200px;
	line-height:22px;
	border:1px solid #888888;
	background:transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
	overflow:auto;
}
.wpcf7-form textarea:-moz-placeholder { color:#888888; }
.wpcf7-form textarea:-ms-input-placeholder { color:#888888; }
.wpcf7-form textarea::-webkit-input-placeholder { color:#888888; }
.wpcf7-form .submit-wrap {
	margin:0 0 40px;
	padding:0;
}
.wpcf7-form .submit-wrap input {
	font-family:'Lato', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	color:#000;
	padding:7px 24px;
	position:relative;
	letter-spacing:0;
	background:transparent;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:1px solid #000;
	outline:none;
	border-radius:0;
	z-index:1;
	height:42px;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.wpcf7-form .submit-wrap input:hover {
	color:#fff;
	background:#000 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
span.wpcf7-form-control-wrap { display:block; }
.wpcf7-not-valid-tip {
	position:absolute;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important;
	padding:8px 6px !important;
	width:auto !important;
	height:auto !important;
	background:#F2DEDE !important;
	border:1px solid #ddd !important;
	color:#B94A48 !important;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip {
		font-size:11px !important;
		padding:8px 6px !important;
		line-height:14px;
	}
}
div.wpcf7-response-output {
	margin:60px 0 !important;
	padding:8px 35px 8px 14px !important;
	border:1px solid #ddd !important;
	background-color:#FCF8E3;
	color:#C09853;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
div.wpcf7-validation-errors {
	background-color:#F2DEDE !important;
	border-color:#ddd !important;
	color:#B94A48 !important;
}
div.wpcf7-mail-sent-ok {
	background:#DFF0D8 !important;
	border:1px solid #ddd !important;
	color:#468847 !important;
}
.search-form .btn.btn-primary {
	font-family:'Lato', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	color:#000;
	padding:7px 24px;
	position:relative;
	letter-spacing:0;
	background:transparent;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:1px solid #000;
	outline:none;
	border-radius:0;
	z-index:1;
	height:42px;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.search-form .btn.btn-primary:hover {
	color:#fff;
	background:#000 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .search-form form {
	position:relative;
	margin-top:90px;
	padding-right:2px;
}
.search-form input[type="text"] {
	vertical-align:top;
	border:1px solid #888888;
	box-shadow:none !important;
	border-radius:0;
	color:#888888;
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	font-style:normal;
	width:90%;
	text-transform:capitalize;
	background:transparent;
	margin-top:0;
}
@media (max-width: 979px) and (min-width: 768px) {
	.search-form input[type="text"] { width:85%; }
}
@media (max-width: 767px) {
	.search-form input[type="text"] { width:82%; }
}
.search-form input[type="submit"] { margin-top:10px; }
.no-results .search-form input[type="text"] {
	vertical-align:top;
	border:1px solid #888888;
	box-shadow:none !important;
	border-radius:0;
	color:#888888;
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:22px;
	font-style:normal;
	font-weight:400;
	width:92%;
	text-transform:capitalize;
	background:transparent;
	margin-top:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sidebar .search-form_it { width:130px; }
}
.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:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
