
.inputh {
	position: relative;
}
.inputh:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #272727;
	z-index: 9;
	top: 0;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button, button, input[type="submit"], input[type="button"], input[type="reset"] {
	display: inline-block;
	padding: 9px 20px 8px;
	background: #5ab532;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: 800;
	
	border: 0;
}
.button:hover, .button:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	outline: none;
	cursor: pointer;
	background: #272727;
	color: #fff
}
.button:active, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
}
.button.medium {
	font-size: 11px;
}
.button.form {
	padding: 10px 25px 11px;
}
::-webkit-input-placeholder {
color:#888;
}
:-moz-placeholder {
color:#888;
}
::-moz-placeholder {
color:#888;
}
:-ms-input-placeholder {
color:#555;
}
.sliders {
	width: 100%;
	height: 450px;
	background: url(images/demo/slider.png)
}
#header {
	position: relative;
}
#header .logo-container {
	padding: 25px 0;
}
#header .logo {
	position: relative;
}
#header .logo .site-title {
	margin-bottom: 0;
}
#header .logo .site-desc {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	text-indent: -99999px;
	z-index: -1;
}
#header .logo-header {
	position: relative;
}
#header .top-header {
	padding: 10px 0;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(50,50,50,0.05);
	-moz-box-shadow: 0px 2px 0px 0px rgba(50,50,50,0.05);
	box-shadow: 0px 2px 0px 0px rgba(50,50,50,0.05);
	background: #fbfbfb;
}
#header .top-header .callus {
	margin-top: 3px;
}
#header .social-info .social li {
	float: left;
	margin-left: -1px;
	min-width: 35px;
	max-width: 35px;
	height: 30px;
	overflow: hidden;
}
#header .social-info .social li a {
	color: #919191;
	border: 1px solid #dedede;
	border-top: 0;
	border-bottom: 0;
	padding-top: 3px;
	display: block;
	text-align: center;
	font-weight: 300;
}
#header .social-info .social li a:hover {
	color: #919191!important
}
#header .social-info .social li:first-child a {
	border-left: 0;
}
#header .social-info .social li:last-child a {
	border-right: 0;
}
#header .social-info .social li a span {
	margin-left: 5px;
}
#header .social-info .social li:hover, #header .social-info .social li.active {
	max-width: 100%;
}
#header .social-info .social li:hover a, #header .social-info .social li.active a {
	padding: 3px 10px 0;
}
#header .top-header .social-info {
	margin: -10px 0;
}
#header .top-header .social-info .social li a {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 0;
	border: 1px solid #f0f0f0;
}
#header .top-header .social-info .social li {
	height: 50px;
}
#header .top-header .social-info .social li a span {
	opacity: 0;
}
#header .top-header .social-info .social li.active a span {
	opacity: 1;
}
#header .top-header .social-info .social li.active {
	background: #f0f0f0;
}
#header .site-menu .site-menu-inner {
    background: rgba(10,110,60,0.4);

}
#header .site-menu .site-menu-inner ul li {
	float: left;
}
#header .site-menu .site-menu-inner ul li a {
	padding: 15px 25px;
	display: block;
	color: #fff;
	border-right: 1px solid #5ab532;
	font-family: 'microsoft yahei';
}
#header .site-menu .site-menu-inner ul>li.sfHover>a, #header .site-menu .site-menu-inner ul li a:hover, #header .site-menu .site-menu-inner ul li.current-menu-item>a {
	background: #5ab532;
	padding-top: 25px;
	margin-top: -10px;
	border-color: #5ab532;
}
#header .site-menu .site-menu-inner ul>li.inactive>a {
	padding-top: 15px;
	margin-top: 0;
}
#header .site-menu .site-menu-inner ul ul li {
	float: none;
	border-bottom: 1px solid #4d9c2a;
}
#header .site-menu .site-menu-inner ul ul li a {
	border-right: 0;
}
#header .site-menu .site-menu-inner ul ul li a:hover {
	padding-top: 15px;
	margin-top: 0;
}
#header .site-menu .site-menu-inner ul ul {
	background: #5ab532;
	width: 220px;
}
#header .site-menu .site-menu-inner ul ul ul {
	margin-left: 1px;
}
#header .site-menu .site-menu-inner ul ul a:hover, #header .site-menu .site-menu-inner ul ul li.sfHover>a, #header .site-menu .site-menu-inner ul ul li.current-menu-item>a {
	background-color: #4d9c2a;
}
#header .site-menu .site-menu-inner .sf-mega-content {
	background-color: #5ab532;
	color: #fff;
}
#header .site-menu .site-menu-inner .sf-mega-content ul li span {
	padding: 15px 25px;
	display: block;
	
	font-size: 11.3px;
	font-weight: bold;
}
#header .menu-container .site-menu .site-menu-inner {
	background: transparent;
}
#header .menu-container .site-menu .site-menu-inner .site-menu-container {
	margin-right: 0;
}
#header .menu-container .site-menu .site-menu-inner a {
	color: #999;
	border-right: 0;
	padding: 28px 20px 29px;
	border-left: 1px solid #f0f0f0;
	font-family: 'microsoft yahei';
	text-align: center;
}
#header .menu-container .site-menu .site-menu-inner li a .icon {
	display: block;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 2px;
}
#header .site-menu .site-menu-inner li li a .icon, #header .menu-container .site-menu .site-menu-inner li li a .icon {
	display: inline-block;
	margin: 0 10px 0 -10px;
	font-size: inherit;
}
#header .menu-container .site-menu .site-menu-inner li li a {
	border-left: 0;
}
#header .menu-container .site-menu .site-menu-inner li:last-child a {
	border-right: 1px solid #f0f0f0;
}
#header .menu-container .site-menu .site-menu-inner li li:last-child a {
	border-right: 0;
}
#header .menu-container .site-menu .site-menu-inner ul li a:hover, #header .menu-container .site-menu .site-menu-inner ul>li.sfHover>a, #header .menu-container .site-menu .site-menu-inner ul li.current-menu-item>a {
	background: #5ab532;
	padding: 28px 20px 29px;
	margin-top: 0;
	border-color: #5ab532;
	color: #fff;
}
#header .menu-container .site-menu .site-menu-inner ul>li.inactive>a {
	padding: 28px 20px 29px;
}
#header .menu-container .site-menu .site-menu-inner ul>li.sfHover>a, #header .menu-container .site-menu .site-menu-inner ul li a:hover, #header .menu-container .site-menu .site-menu-inner ul li.current-menu-item>a {
	margin: 0;
	padding: 28px 20px 29px;
}
#header .menu-container .site-menu .site-menu-inner ul ul li a, #header .menu-container .site-menu .site-menu-inner ul ul li a:hover, #header .menu-container .site-menu .site-menu-inner ul ul li.sfHover>a, #header .menu-container .site-menu .site-menu-inner ul ul li.current-menu-item>a {
	padding: 15px 25px!important;
	color: #fff;
	text-align: left;
}
#header .menu-container .site-menu .site-menu-inner ul ul a:hover, #header .menu-container .site-menu .site-menu-inner ul ul li.sfHover>a, #header .menu-container .site-menu .site-menu-inner ul ul li.current-menu-item>a {
	background-color: #4d9c2a;
}
#header .menu-container .header-search {
	margin: 30px 0 0;
}
#header .menu-container .header-icon-search:before {
	display: none;
}
#header .menu-container .header-icon-search, #header .menu-container .header-search input[type="submit"].header-search-submit {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#header .header-fixed {
	width: 100%;
	left: 0;
	background: rgba(255,255,255,0.99);
	z-index: 1046;
	top: -120px;
	position: fixed;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(50,50,50,0.05);
	-moz-box-shadow: 0px 2px 0px 0px rgba(50,50,50,0.05);
	box-shadow: 0px 2px 0px 0px rgba(50,50,50,0.05);
}
#header .header-fixed.affix {
	top: 0;
}
#header .header-fixed .logo-container {
	padding: 5px 0;
}
#header .header-fixed .menu-container .site-menu .site-menu-inner ul li>a {
	padding-top: 18px;
	padding-bottom: 19px;
}
#header .header-fixed .menu-container .site-menu .site-menu-inner ul ul li a {
	padding-top: 15px;
	padding-bottom: 15px;
}
#header .header-fixed .menu-container .header-search {
	margin: 10px 0;
	width: 40px;
	height: 40px;
}
#header .header-fixed .menu-container .header-search-input-wrap {
	height: 40px;
}
#header .header-fixed .menu-container .header-icon-search, #header .header-fixed .menu-container .header-search input[type="submit"].header-search-submit {
	width: 40px;
	height: 40px;
}
#header .header-fixed .menu-container .header-search input[type="text"].header-search-input {
	height: 40px;
}
#header .header-fixed .menu-container .header-icon-search i {
	margin-top: 15px;
}
#header .menu-container .header-search ::-webkit-input-placeholder {
color:#272727;
}
#header .menu-container .header-search :-moz-placeholder {
color:#272727;
}
#header .menu-container .header-search ::-moz-placeholder {
color:#272727;
}
#header .menu-container .header-search :-ms-input-placeholder {
color:#272727;
}
#header.header-bg .social-info .social li a {
	border-color: #479b22;
}
.header-search {
	position: relative;
	float: right;
	width: 53px;
	height: 53px;
	z-index: 2;
}
.header-search-input-wrap {
	position: absolute;
	right: 53px;
	height: 53px;
	width: 0;
	overflow: hidden;
	-webkit-transition: width 200ms;
	-moz-transition: width 200ms;
	transition: width 200ms;
}
.header-search.header-search-open .header-search-input-wrap {
	width: 280px;
}
.header-icon-search, .header-search input[type="submit"].header-search-submit {
	width: 53px;
	height: 53px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	text-align: center;
	cursor: pointer;
	text-align: center;
}
.header-icon-search {
	color: #fff;
	background: #797979;
	z-index: 90;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.header-icon-search i {
	margin-top: 22px;
}
.header-icon-search:hover {
	background: #5ab532;
	color: #fff
}
.header-search.header-search-open .header-icon-search {
	background: #5ab532;
	color: #fff;
	z-index: 1;
	pointer-events: none;
}
.header-search input[type="submit"].header-search-submit {
	background: transparent;
	color: transparent;
	box-shadow: none;
	border: none;
	padding: 0;
	border-radius: 0;
	outline: none;
	z-index: -1;
}
.header-search.header-search.header-search-open input[type="submit"].header-search-submit {
	z-index: 90;
}
.header-search input[type="text"].header-search-input {
	border: none;
	outline: none;
	opacity: 0;
	background: transparent;
	width: 280px;
	height: 53px;
	margin: 0;
	padding: 4px 0 2px;
	border-radius: 0;
	color: #fff;
	font-style: italic;
}
.header-search.header-search-open input[type="text"].header-search-input {
	opacity: 1;
}
.header-search ::-webkit-input-placeholder {
color:#fff
}
.header-search :-moz-placeholder {
color:#fff
}
.header-search ::-moz-placeholder {
color:#fff
}
.header-search :-ms-input-placeholder {
color:#fff
}
.sf-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.sf-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu>li {
	float: left;
}
.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
	display: block;
}
.sf-menu>li>a {
	display: block;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu .megamenu {
	position: static;
}
.sf-menu .sf-mega {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	box-sizing: border-box;
	width: 100%;
}
.sf-menu .sf-mega ul {
	display: block;
}
.sf-menu .sf-mega ul li {
	display: block;
	float: none;
}
.sf-menu .sf-mega ul {
	width: 100%!important;
	position: static!important;
}
#footer {
	margin-top: 40px;
}
#footer .footer-widget {
	padding: 20px 0;
	background: #519e4a;
}
#footer .footer-widget .widget-title {
	
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #4a4a4a;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#footer .footer-widget .widget-title span {
	color: #e74c3c;
}
#footer .footer-credits {
	background: #3f3f3f;
}
#footer .footer-credits .footer-credits-inner {
	border-top: 1px solid #4a4a4a;
	padding: 5px 0;
}
#footer .footer-credits a {
	color: #fff;
}
.page-heading {
	padding: 30px 0;
	background: url(../images/heading.png);
}
.page-heading .page-title {
	font-size: 22px;
	line-height: 33px;
	font-weight: 300;
	color: #919191;
}
.heading-nav {
	border-bottom: 1px solid #f0f0f0;
}
.heading-nav ul li {
	float: left;
}
.heading-nav ul li a {
	padding: 16px 15px 14px;
	margin-right: 1px;
	display: block;
	margin-bottom: -1px;
	border-bottom: 1px solid #f0f0f0;
	color: #999;
}
.heading-nav ul li a:hover, .heading-nav ul li.active a {
	border-bottom: 1px solid #5ab532;
	background: #f0f0f0;
}
.heading-nav .portfolio-nav-title {
	padding: 20px 0 10px;
}
#content-wrap .content-inner, #content-wrap .sidebar-inner {
	padding-top: 40px;
	padding-bottom: 40px;
}
.content-sidebar .content-inner {
	border-right: 1px solid #f0f0f0;
	padding-right: 30px;
}
.content-sidebar .sidebar-inner {
	border-left: 1px solid #f0f0f0;
	padding-left: 31px;
	margin-left: -1px;
}
.sidebar-content #content {
	float: right;
}
.sidebar-content .content-inner {
	border-left: 1px solid #f0f0f0;
	padding-left: 30px;
}
.sidebar-content .sidebar-inner {
	border-right: 1px solid #f0f0f0;
	padding-right: 31px;
	margin-right: -1px;
}
.sidebar-content-sidebar #sidebar-content {
	float: right;
}
.sidebar-content-sidebar .sidebar-content-inner {
	border-left: 1px solid #f0f0f0;
}
.sidebar-content-sidebar #sidebar-alt .sidebar-inner {
	border-right: 1px solid #f0f0f0;
	margin-right: -1px;
	padding-right: 31px;
}
.sidebar-content-sidebar .sidebar-content-inner .content-inner {
	border-right: 1px solid #f0f0f0;
	padding: 0 30px;
}
.sidebar-content-sidebar .sidebar-content-inner .sidebar-inner {
	border-left: 1px solid #f0f0f0;
	margin-left: -1px;
	padding-left: 31px;
}
.sidebar-content-sidebar .blog-item .blog-short-info .author-avatar {
	margin: 0 0 60px -20px;
}
.sidebar-content-sidebar .blog-item .blog-icon {
	right: -10px;
}
.sidebar-content .blog-item .blog-social {
	margin-left: 35px;
	margin-top: 35px;
}
.sidebar-content-sidebar .blog-item .blog-social {
	margin-left: 15px;
}
.blog-item .divider {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
	background: transparent;
}
.blog-item.medium {
	margin-bottom: 0;
}
.blog-item.medium .blog-left-side {
	float: right;
}
.blog-item.medium .blog-right-side {
	padding-right: 0;
	padding-left: 0;
}
.blog-item.medium .entry-title {
	padding-right: 90px;
}
.blog-item .blog-left-side {
	width: 70px;
	height: auto;
	float: left;
}
.blog-item .blog-right-side {
	padding-left: 90px;
}
.blog-item .blog-short-info {
	position: relative;
}
.blog-item .blog-short-info .author-avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin: 0 0 60px -40px;
	border: 5px solid #fff;
}
.blog-item .blog-icon {
	width: 40px;
	height: 40px;
	background: #5ab532;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 5px;
	text-align: center;
	padding-top: 8px;
	color: #fff;
}
.blog-item .entry-info span {
	margin-right: 20px;
	font-size: 12px;
	
	font-weight: 300;
	color: #b3b3b3;
}
.blog-item .entry-info span a {
	color: inherit;
}
.blog-item .entry-info span a:hover {
	color: #272727;
}
.blog-item .entry-meta span i, .blog-item .entry-info span i {
	color: #5ab532;
	margin-right: 5px;
}
.blog-item .entry-meta {
	padding: 20px;
	background: url(images/striptags.png) repeat;
}
.blog-item .entry-meta, .blog-item .entry-meta a {
	color: #b3b3b3;
	
	font-weight: 300;
}
.blog-item .blog-social ul li {
	margin-bottom: 5px;
}
.blog-item .blog-social ul li a {
	position: relative;
	z-index: 2;
	width: 30px;
	height: 30px;
	display: block;
	background: #f0f0f0;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item .blog-social ul li a span {
	opacity: 0;
	font-size: 12.3px;
	margin-left: 5px;
	border-bottom: 1px dotted #fff;
}
.blog-item .blog-social ul li a i {
	margin-top: 8px;
}
.blog-item .blog-social ul li a:hover {
	width: 100px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
}
.blog-item .blog-social ul li a:hover span {
	opacity: 1;
}
.blog-item .blog-quotes {
	background: #3C3C3C;
	padding: 20px 20px 100px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	position: relative;
}
.blog-item .blog-quotes:before {
	content: '"';
	font-size: 30px;
	top: 10px;
	left: 10px;
	position: absolute;
}
.blog-item .entry-audio iframe {
	width: 100%;
	min-height: 280px;
}
.sidebar-content .blog-item .blog-left-side {
	float: right;
}
.sidebar-content .blog-item .blog-right-side {
	padding-right: 90px;
	padding-left: 0;
}
.sidebar-content .blog-item.medium .blog-right-side {
	padding: 0;
}
.sidebar-content .blog-item .blog-short-info .author-avatar {
	margin: 0 -30px 0 0;
}
.sidebar-content .blog-item .blog-icon {
	right: auto;
	left: 0;
}
.entry-image {
	position: relative;
	overflow: hidden;
}
.entry-image .entry-mark {
	background: rgba(0,0,0,0.5);
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 1;
}
.entry-image:hover .entry-mark {
	opacity: 1;
}
.entry-image img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 0;
}
.entry-image:hover img {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
}
.entry-image .entry-action span {
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin: 0 2px;
	text-align: center;
	width: 40px;
	color: #fff;
	background: #5ab532;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.entry-image .entry-action span>a {
	color: inherit;
	display: block;
	font-weight: normal;
}
.entry-image .entry-action span {
	bottom: 50%;
	top: 50%;
	left: 50%;
	right: 50%;
	margin: -20px 0 0 -20px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 2;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.entry-image:hover .entry-action span {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.small-quote {
	background: #fbfbfb;
	border-left: 5px solid #5ab532;
	padding: 20px;
	position: relative;
}
.small-quote:before {
	position: absolute;
	content: '"';
	font-size: 42px;
	top: 20px;
	right: 20px;
}
.blog-item .relate-posts span {
	
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #b3b3b3;
	display: block;
}
.blog-item .relate-posts .relate-post-item.next {
	text-align: right;
}
.breadcrumbs {
	background: #fff;
	display: inline-block;
	padding: 5px 10px;
	border-bottom: 1px solid #f0f0f0;
}
.breadcrumbs ul li {
	display: inline-block;
}
.breadcrumbs ul li a {
	color: #999;
}
.breadcrumbs ul li a:after {
	content: '\f105';
	margin: 0 10px;
	font-family: 'FontAwesome';
}
.pagenavi li {
	display: inline-block;
	background: #f0f0f0;
	position: relative;
}
.pagenavi li a, .pagenavi li span {
	padding: 10px 15px;
	display: block;
	z-index: 2;
	position: relative;
	color: #999;
	border-top: 5px solid #fff;
}
.pagenavi li span {
	color: #fff;
	border-top-color: #343030;
	background: #5ab532;
}
.pagenavi li:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: #f6f6f6;
	z-index: 0;
	content: '';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pagenavi li:hover:before {
	height: 100%;
}
.pagenavi li:hover a {
	color: #272727;
}
.comment-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment {
	margin-bottom: 20px;
}
.comment:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.comment ul {
	margin: 20px 0 0 0;
	padding: 0 0 0 70px;
}
.comment ul .comment:last-child {
	padding-bottom: 0
}
.comment .avatar {
	float: left;
	width: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.comment .comment-text {
	margin: 0 0 0 90px;
	background: #f0f0f0;
	border-bottom: 1px solid #eaeaea;
	padding: 30px;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.comment .comment-text:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-color: transparent #f0f0f0 transparent transparent;
	position: absolute;
	content: '';
	top: 0;
	left: -15px;
}
.comment .comment-text p:last-child {
	margin-bottom: 0
}
.comment .comment-text .author {
	margin-bottom: 5px
}
.comment .comment-text .author span {
	font-weight: bold;
	display: block;
	line-height: 0.6;
	margin-bottom: 5px;
	color: #666
}
.comment .comment-text .author span a {
	color: inherit;
}
.comment .comment-text .author time, .comment .comment-text .author time a {
	font-size: 12px;
	color: #bebebe
}
.comment .comment-text .author a {
	color: #bebebe;
	font-size: 14px;
}
.comment .comment-text .author time a:before {
	content: "\2022";
	margin: 0 5px;
	color: #bebebe!important;
}
.comment .comment-text .author a.url:before {
	display: none
}
.comment .comment-text .author a.url {
	color: #999;
}
.comment .comment-text .author a:hover {
	color: #666;
}
.comment-form .form-input {
	margin-bottom: 15px;
}
.comment-form textarea, .comment-form .field input {
	width: 100%;
}
.widget {
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 30px;
}
.widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.widget .widget-title {
	
	line-height: 1;
}
.widget .widget-title span {
	color: #5ab532;
}
.widget.category ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.category ul li a {
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid #f0f0f0;
}
.widget.category ul li a:before {
	content: '\f114';
	font-family: 'FontAwesome';
	margin-right: 10px;
	color: #5ab532;
}
.widget.category ul li a span {
	float: right;
	color: #919191;
}
.widget.category ul li:last-child a {
	padding-bottom: 0;
	border-bottom: 0;
}
.widget.recent-comment ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.recent-comment ul li {
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
}
.widget.recent-comment ul li:before {
	content: '\f0e5';
	font-family: 'FontAwesome';
	margin-right: 10px;
	color: #5ab532;
}
.widget.recent-comment ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.widget.recent-comment ul li span a {
	font-weight: 600;
}
.widget.latest-posts ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget.flickr .flickr_badge_image {
	float: left;
	width: 25%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}
.widget.flickr .flickr_badge_image img {
	width: 100%;
	height: 100%;
	padding: 0.5px;
	display: block;
}
.widget.flickr .flickr_badge_image a:before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.3);
	content: '\f055';
	font-family: 'FontAwesome';
	padding-top: 40%;
	color: #fff;
	text-align: center;
	z-index: 4;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.widget.flickr .flickr_badge_image a:hover:before {
	background: rgba(0,0,0,0.3);
	opacity: 1;
}
.widget.latest-posts li {
	position: relative;
}
.widget.latest-posts li a:before {
	position: absolute;
	width: 100%;
	height: 0%;
	content: '';
	bottom: 0;
	left: 0;
	background: rgba(239,74,64,0.9);
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widget.latest-posts li a:hover:before {
	height: 100%;
}
.widget.latest-posts li a:after {
	position: absolute;
	content: '\f06e';
	font-family: 'FontAwesome';
	width: 100%;
	height: 10px;
	margin: -5px 0 0;
	text-align: center;
	top: 50%;
	bottom: 50%;
	z-index: 2;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widget.latest-posts li a:hover:after {
	opacity: 1;
}
.widget.action {
	padding: 30px;
	background: #5ab532;
	color: #fff;
}
.widget.tags a {
	display: inline-block;
	padding: 5px 15px;
	background: #313131;
	color: #565656;
	margin: 0 0 3px -1px;
}
.widget.tags a:hover {
	background: #5ab532;
	color: #fff;
}
.widget.posts ul {
	list-style: none;
	padding: 0;
	margin: -5px 0 0;
}
.widget.posts ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #4a4a4a;
}
.widget.posts ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
.widget.posts ul .post-icon {
	width: 35px;
	height: 35px;
	background: #5ab532;
	color: #fff;
	float: left;
	text-align: center;
	padding: 5px 0 0;
	margin: 5px 0 0;
}
.widget.posts ul .post-content {
	padding-left: 50px;
}
.widget.posts ul .post-content h4 {
	font-size: inherit;
	color: inherit;
}
.widget.posts ul .post-content h4 a {
	color: inherit;
}
.widget.posts ul .post-content h4 a:hover {
	color: #5ab532;
}
.widget.latest-tweet ul {
	list-style: none;
	padding: 0;
	margin: -5px 0 0;
}
.widget.latest-tweet ul li {
	padding: 0 0 10px 50px;
	margin-bottom: 10px;
	border-bottom: 1px solid #4a4a4a;
	position: relative;
}
.widget.latest-tweet ul li:before {
	content: '\f099';
	font-family: 'FontAwesome';
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 22px;
	color: #5ab532;
}
.widget.latest-tweet ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
.widget.latest-tweet ul li a {
	color: #fff;
}
.widget.contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.contact ul li {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #f0f0f0;
}
.widget.contact ul li:last-child {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.widget.contact ul li .icon {
	min-width: 25px;
	color: #5ab532;
	display: inline-block;
}
.slider-box {
	margin-top: -80px;
}
