@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600);
body { background:#fff url(images/body.jpg) no-repeat 50% 0%; }
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder { overflow:hidden; }
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
	background:#fff;
	min-height:21px;
	margin:0;
	padding:8px 11px 8px 11px !important;
	border:1px solid #f0f1f1 !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:400;
	color:#bbbaba !important;
}
html.ie8 .main-holder input[type="text"], html.ie8 .main-holder input[type="email"], html.ie8 .main-holder textarea { line-height:20px; }
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:#8dbf41;
	height:59px;
	margin:0 15px 0 0;
	padding:0 29px 0 29px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	vertical-align:top;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	text-shadow:none;
	text-decoration:none;
	color:#fff;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	background:#8dbf41;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#fff;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	background:#31353d;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.main-holder .search-form input[type="text"] { width:140px; }
}
html.ie8 .main-holder .search-form input[type="text"] { width:140px; }
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="text"] { width:100px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:140px; }
}
.main-holder .search-form input[type="submit"] {
	height:41px;
	margin:0 0 0 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="submit"] { padding:0 15px 0 15px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="submit"] { padding:0 15px 0 15px; }
}
h1 {
	margin-bottom:41px;
	font-weight:300 !important;
	text-transform:uppercase;
}
@media (min-width: 980px) and (max-width: 1200px) {
	h1 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	h1 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
@media (max-width: 480px) {
	h1 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
h1 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#31353d;
}
h1 a:focus {
	text-decoration:none;
	color:#31353d;
}
h1 a:hover {
	text-decoration:none;
	color:#9cc75a;
}
h2 {
	margin-bottom:41px;
	font-weight:300 !important;
	text-transform:uppercase;
}
@media (min-width: 980px) and (max-width: 1200px) {
	h2 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	h2 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
@media (max-width: 480px) {
	h2 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
h2 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#31353d;
}
h2 a:focus {
	text-decoration:none;
	color:#31353d;
}
h2 a:hover {
	text-decoration:none;
	color:#9cc75a;
}
h3 {
	margin-bottom:41px;
	font-weight:300 !important;
	text-transform:uppercase;
}
@media (min-width: 980px) and (max-width: 1200px) {
	h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
@media (max-width: 480px) {
	h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
h3 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#31353d;
}
h3 a:focus {
	text-decoration:none;
	color:#31353d;
}
h3 a:hover {
	text-decoration:none;
	color:#9cc75a;
}
h4 {
	font-weight:300 !important;
	text-transform:uppercase;
}
h4 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#31353d;
}
h4 a:focus {
	text-decoration:none;
	color:#31353d;
}
h4 a:hover {
	text-decoration:none;
	color:#8dbf41;
}
h5 {
	margin:0 0 9px 0;
	font-weight:300 !important;
	text-transform:uppercase;
}
h5 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#31353d;
}
h5 a:focus {
	text-decoration:none;
	color:#31353d;
}
h5 a:hover {
	text-decoration:none;
	color:#8dbf41;
}
h5 strong {
	display:block;
	font-weight:300;
	color:#8dbf41;
}
h5 em { font-style:normal; }
@media (max-width: 767px) {
	h5 em {
		display:block;
		width:100%;
		overflow:hidden;
	}
}
h5 img.alignnone { margin-bottom:25px; }
p { margin:0 0 23px 0; }
img.alignleft { margin:6px 29px 5px 0; }
@media (max-width: 767px) {
	img.alignleft { margin-right:20px; }
}
.header {
	background:none;
	margin:0;
	padding:65px 0 0 0;
	border:none;
	text-align:center;
}
@media (max-width: 998px) {
	.header .pseudoStickyBlock { height:0 !important; }
}
@media (max-width: 767px) {
	.header { padding:35px 20px 30px 20px; }
}
.header .search-form { margin:0 0 25px 0; }
.header .search-form form { float:none; }
.header .logo {
	display:inline-block;
	position:relative;
	float:none;
	margin:0 0 82px 0;
	vertical-align:top;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:auto; }
}
.header .logo .logo_h__txt {
	margin:-19px 0 15px -10px;
	text-transform:none;
}
.header .logo .logo_h__txt a { font-weight:300 !important; }
@media (min-width: 1200px) {
	.header .logo .logo_h__txt a {
		line-height:110px !important;
		font-size:110px !important;
	}
}
.header .logo .logo_h__txt a:focus {
	text-decoration:none;
	color:#fff;
}
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#fff;
}
.header .logo .logo_tagline {
	margin:0;
	word-spacing:1px;
	line-height:18px;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:300;
	text-transform:uppercase;
	color:#8a8c90;
	position:absolute;
	left:0;
	bottom:-4px;
}
.header .nav-wrapper {
	padding:0;
	z-index:100;
}
@media (max-width: 998px) {
	.header .nav-wrapper.isStuck {
		position:relative !important;
		top:0 !important;
	}
}
@media (min-width: 999px) {
	.header .nav-wrapper.isStuck:before {
		background:#f0f1f1;
		display:block;
		width:100%;
		height:100%;
		overflow:hidden;
		position:absolute;
		top:0;
		left:-99%;
		z-index:-1;
		content:'';
	}
}
@media (min-width: 999px) {
	.header .nav-wrapper.isStuck:after {
		background:#f0f1f1;
		display:block;
		width:100%;
		height:100%;
		overflow:hidden;
		position:absolute;
		top:0;
		right:-99%;
		z-index:-1;
		content:'';
	}
}
.header .nav__primary { margin:0; }
.header .nav__primary .sf-menu { float:none; }
.header .nav__primary .sf-menu ul {
	background:#f0f1f1;
	width:195px;
	padding:38px 0 38px 0;
}
.header .nav__primary .sf-menu > li { background:none; }
.header .nav__primary .sf-menu > li > a {
	background:#f0f1f1;
	width:175px;
	height:55px;
	padding:33px 10px 0 10px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	border:none;
	font-weight:600 !important;
	text-transform:uppercase;
}
@media (min-width: 980px) and (max-width: 1199px) {
	.header .nav__primary .sf-menu > li > a { width:136px; }
}
html.ie8 .header .nav__primary .sf-menu > li > a { width:136px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li > a { width:100px; }
}
@media (min-width: 980px) and (max-width: 1199px) {
	.header .nav__primary .sf-menu > li:first-child > a { width:140px; }
}
html.ie8 .header .nav__primary .sf-menu > li:first-child > a { width:140px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li:first-child > a { width:104px; }
}
.header .nav__primary .sf-menu > li li {
	background:none;
	margin:13px 0 0 0;
}
.header .nav__primary .sf-menu > li li:first-child { margin:0; }
.header .nav__primary .sf-menu > li li .sf-sub-indicator { display:none; }
.header .nav__primary .sf-menu > li li a {
	padding:0 10px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	border:none;
	line-height:15px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
	color:#31353d;
}
.header .nav__primary .sf-menu > li li li a { color:#fff; }
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	margin:0 0 0 -97px;
	top:88px;
	left:50%;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	background:#8dbf41;
	margin:0;
	padding:32px 0 32px 0;
	top:-9px;
	left:210px;
}
.header .nav__primary ul.sf-menu li li:hover ul:before, .header .nav__primary ul.sf-menu li li.sfHover ul:before {
	background:url(images/menu_corner.gif) no-repeat 0% 0%;
	display:block;
	width:5px;
	height:9px;
	overflow:hidden;
	position:absolute;
	top:13px;
	left:-5px;
	content:'';
}
.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover> a {
	background:#dcdedf;
	color:#31353d;
}
.header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
	background:#8dbf41;
	color:#fff;
}
.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
	background:none;
	color:#8dbf41;
}
.header .nav__primary .sf-menu li li li > a:hover, .header .nav__primary .sf-menu li li li.sfHover > a, .header .nav__primary .sf-menu li li li.current-menu-item > a, .header .nav__primary .sf-menu li li li.current_page_item > a {
	background:none;
	color:#31353d;
}
.header .nav__primary .sf-sub-indicator {
	background-image:url(images/arrows-ffffff.png);
	margin:0 -5px 0 0;
	top:70px;
	right:50%;
}
#slider-wrapper {
	overflow:visible;
	margin:0 0 308px 0;
}
@media (max-width: 767px) {
	#slider-wrapper { margin:0 0 30px 0; }
}
#slider-wrapper .container .camera_wrap { margin:0 !important; }
#slider-wrapper .container .camera_wrap .camera_target_content { overflow:visible; }
#slider-wrapper .container .camera_caption {
	top:100%;
	right:0;
	bottom:auto;
	left:0;
}
@media (max-width: 767px) {
	#slider-wrapper .container .camera_caption {
		width:auto;
		top:20px;
		right:20px;
		bottom:auto;
		left:20px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .container .camera_caption {
		top:15px;
		right:15px;
		left:15px;
	}
}
#slider-wrapper .container .camera_caption div {
	background:#f0f1f1;
	padding:50px 150px 64px 70px;
	opacity:1;
	filter:alpha(opacity=100);
	line-height:60px;
	font-family:'Open Sans', sans-serif;
	font-size:60px;
	font-weight:300;
	text-transform:uppercase;
	color:#31353d;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .container .camera_caption div { font-size:50px; }
}
@media (max-width: 767px) {
	#slider-wrapper .container .camera_caption div {
		padding:15px 20px;
		line-height:20px;
		font-size:14px;
		text-align:center;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .container .camera_caption div {
		padding:10px 15px;
		line-height:18px;
		font-size:12px;
	}
}
#slider-wrapper .container .camera_caption div span { display:block; }
@media (max-width: 767px) {
	#slider-wrapper .container .camera_caption div span { display:inline; }
}
#slider-wrapper .container .camera_pag {
	width:19px;
	position:absolute;
	right:76px;
	bottom:-167px;
}
@media (max-width: 767px) {
	#slider-wrapper .container .camera_pag {
		width:auto;
		right:20px;
		bottom:10px;
		left:20px;
	}
}
#slider-wrapper .container .camera_pag ul {
	margin:0;
	padding:0;
}
#slider-wrapper .container .camera_pag ul li {
	background:#31353d;
	float:none;
	width:19px;
	height:19px;
	margin:0 0 11px 0;
	padding:0;
	vertical-align:top;
	list-style:none;
	-webkit-border-radius:19px;
	-moz-border-radius:19px;
	border-radius:19px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 767px) {
	#slider-wrapper .container .camera_pag ul li { margin:0 3px; }
}
#slider-wrapper .container .camera_pag ul li:hover, #slider-wrapper .container .camera_pag ul li.cameracurrent { background:#8dbf41; }
#slider-wrapper .container .camera_pag ul li span { display:none; }
#slider-wrapper .container .camera_thumbs {
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}
#slider-wrapper .container .camera_thumbs .camera_thumbs_cont { background:none; }
.content-holder {
	background:#fff;
	margin:0;
	padding:59px 0 59px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:59px 20px 59px 20px; }
}
body.home .content-holder {
	background:none;
	padding:0;
}
@media (max-width: 767px) {
	body.home .content-holder {
		background:#fff;
		padding:20px 20px 0 20px;
	}
}
#sidebar .widget { margin:69px 0 0 0; }
#sidebar .widget:first-child { margin:0; }
#sidebar h3 { letter-spacing:-1px; }
#sidebar a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li {
	background:url(images/marker.png) no-repeat 0% 4px;
	margin:15px 0 0 0;
	padding:0 0 0 23px;
	list-style:none;
	line-height:20px;
	font-size:14px;
	color:#bbbaba;
}
#sidebar ul li:first-child { margin:0; }
#sidebar ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#bbbaba;
}
#sidebar ul li a:focus {
	text-decoration:none;
	color:#bbbaba;
}
#sidebar ul li a:hover {
	text-decoration:none;
	color:#9cc75a;
}
#sidebar ul li ul { padding:15px 0 0 0; }
#sidebar ul.post-list li {
	background:none;
	margin:30px 0 0 0;
	padding:0;
	line-height:23px;
	font-size:14px;
	color:#ccc;
}
@media (max-width: 480px) {
	#sidebar ul.post-list li { font-size:13px; }
}
#sidebar ul.post-list li:first-child { margin:0; }
#sidebar ul.post-list li .thumbnail { margin:5px 25px 5px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li .thumbnail {
		max-width:40%;
		margin:5px 15px 5px 0;
	}
}
@media (max-width: 480px) {
	#sidebar ul.post-list li .thumbnail { margin:5px 15px 5px 0; }
}
#sidebar ul.post-list li time {
	display:block;
	margin:0 0 -2px 0;
	padding:6px 0 0 0;
	line-height:20px;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	color:#3e454c;
}
#sidebar ul.post-list li h4 {
	margin:0 0 11px 0;
	line-height:20px;
	font-size:20px;
	color:#31353d;
}
#sidebar ul.post-list li h4 a {
	text-decoration:none;
	color:#31353d;
}
#sidebar ul.post-list li h4 a:focus {
	text-decoration:none;
	color:#31353d;
}
#sidebar ul.post-list li h4 a:hover {
	text-decoration:none;
	color:#9cc75a;
}
#sidebar ul.post-list li .excerpt { margin:0 0 33px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li .excerpt { margin:0 0 20px 0; }
}
@media (max-width: 480px) {
	#sidebar ul.post-list li .excerpt { margin:0 0 20px 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li a.btn { padding:14px 19px 14px 19px; }
}
@media (max-width: 480px) {
	#sidebar ul.post-list li a.btn { padding:14px 19px 14px 19px; }
}
#sidebar ul.comments-custom { padding:5px 0 0 0; }
#sidebar ul.comments-custom li {
	background:none;
	margin:33px 0 0 0;
	padding:0;
}
#sidebar ul.comments-custom li:first-child { margin:0; }
#sidebar ul.comments-custom li .thumbnail { margin:0 24px 0 0; }
#sidebar ul.comments-custom li .meta_format { margin:0; }
#sidebar ul.comments-custom li .meta_format time {
	display:block;
	margin:0 0 4px 0;
	padding:12px 0 0 0;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	color:#3e454c;
}
#sidebar ul.comments-custom li h4 {
	margin:0;
	line-height:20px;
	font-size:15px;
	color:#9cc75a;
}
#sidebar ul.comments-custom li .comments-custom_txt {
	margin:29px 0 0 0;
	padding:0;
	border:none;
	line-height:23px;
}
#sidebar #wp-calendar caption { color:#9cc75a; }
#sidebar #wp-calendar thead tr th { color:#9cc75a; }
.hero-unit {
	background:#f0f1f1;
	margin:0 0 80px 0;
	padding:26px 30px 0 37px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit { padding:15px 20px 0 20px; }
}
@media (max-width: 767px) {
	.hero-unit {
		background:none;
		margin:0 0 40px 0;
		padding:15px 0 0 0;
	}
}
.hero-unit h1 {
	margin:0 0 21px 0;
	padding:0;
	letter-spacing:normal;
	line-height:30px;
	font-size:30px;
	color:#31353d;
}
@media (min-width: 1200px) {
	.hero-unit h1 { padding:0 20px 0 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit h1 {
		line-height:24px;
		font-size:24px;
	}
}
.hero-unit p {
	margin:0 0 55px 0;
	line-height:20px;
	font-size:14px;
	font-weight:400;
	color:#bebebe;
}
@media (max-width: 767px) {
	.hero-unit p { margin:0 0 25px 0; }
}
.hero-unit .btn-align {
	background:#fff;
	margin:0 -30px 0 -37px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit .btn-align { margin:0 -20px 0 -20px; }
}
@media (max-width: 767px) {
	.hero-unit .btn-align { margin:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit .btn-align a { padding:10px 20px 10px 20px; }
}
@media (max-width: 767px) {
	.hero-unit .btn-align a { margin:0; }
}
a.btn-primary {
	background:#8dbf41;
	display:inline-block;
	margin:0;
	padding:19px 29px 20px 29px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	vertical-align:top;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	text-shadow:none;
	text-decoration:none;
	color:#fff !important;
}
@media (max-width: 767px) {
	a.btn-primary { margin:0 0 30px 0; }
}
a.btn-primary:focus {
	background:#8dbf41;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#fff;
}
a.btn-primary:hover {
	background:#31353d;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#fff;
}
.spacer { height:75px; }
.box {
	background:#fafbfb;
	position:relative;
	padding:74px 0 39px 0;
}
.box:before {
	background:#fafbfb;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-99%;
	z-index:-1;
	content:'';
}
.box:after {
	background:#fafbfb;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-99%;
	z-index:-1;
	content:'';
}
.box h2 { margin:0 0 40px 0; }
.box p { margin:0 0 11px 0; }
.box .spacer { height:60px; }
.box_1 {
	background:#fafbfb;
	position:relative;
	margin:0 0 -59px 0;
	padding:63px 0 59px 0;
}
.box_1:before {
	background:#fafbfb;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-99%;
	z-index:-1;
	content:'';
}
.box_1:after {
	background:#fafbfb;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-99%;
	z-index:-1;
	content:'';
}
.service-box {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.service-box h2 {
	margin:0 0 41px 0;
	padding:0;
	line-height:40px;
	font-size:40px;
	color:#8dbf41;
}
.service-box h5 { margin:0 0 9px 0; }
.service-box .service-box_txt { margin:0 0 37px 0; }
.service-box .btn-align { text-align:left; }
.service-box.extra h2 {
	margin:0 0 3px 0;
	padding:0;
	line-height:40px;
	font-size:50px;
	color:#31353d;
}
@media (max-width: 480px) {
	.service-box.extra h2 {
		line-height:40px;
		font-size:40px;
	}
}
.service-box.extra h5 {
	margin:0 0 41px 0;
	line-height:40px;
	font-size:40px;
	color:#8dbf41;
}
@media (max-width: 480px) {
	.service-box.extra h5 {
		line-height:30px;
		font-size:30px;
	}
}
.service-box.extra .service-box_txt {
	line-height:23px;
	font-size:14px;
}
.service-box.extra .service-box_txt strong {
	display:block;
	margin:0 0 10px 0;
	line-height:25px;
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
	color:#31353d;
}
.service-box.extra_1 {
	width:100%;
	overflow:hidden;
	margin:0 0 27px 0;
}
.service-box.extra_1 .icon { margin:6px 25px 6px 0; }
.service-box.extra_1 h2 {
	margin:0 0 10px 0;
	line-height:25px;
	font-size:20px;
	color:#31353d;
}
.service-box.extra_1 .service-box_txt {
	overflow:hidden;
	margin:0;
}
@media (max-width: 480px) {
	.service-box.extra_1 .service-box_txt { overflow:visible; }
}
.service-box.extra_2 {
	width:100%;
	overflow:hidden;
	margin:0;
}
@media (max-width: 767px) {
	.service-box.extra_2 { margin:0 0 27px 0; }
}
.service-box.extra_2 .icon { margin:6px 25px 6px 0; }
.service-box.extra_2 h2 {
	margin:0 0 10px 0;
	line-height:25px;
	font-size:20px;
	color:#31353d;
}
.service-box.extra_2 .service-box_txt {
	overflow:hidden;
	margin:0;
}
@media (max-width: 480px) {
	.service-box.extra_2 .service-box_txt { overflow:visible; }
}
.accordion { padding:6px 0 0 0; }
.accordion .accordion-group {
	margin:0 0 20px 0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.accordion .accordion-group .accordion-heading a {
	background:#31353d;
	position:relative;
	padding:19px 50px 20px 24px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:300;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
.accordion .accordion-group .accordion-heading a:hover {
	background:#8dbf41;
	text-decoration:none;
}
.accordion .accordion-group .accordion-heading a:before {
	background:url(images/arrow.png) no-repeat 0% 0%;
	display:block;
	width:20px;
	height:13px;
	overflow:hidden;
	position:absolute;
	top:23px;
	right:19px;
	content:'';
}
.accordion .accordion-group .accordion-body .accordion-inner {
	width:100%;
	overflow:hidden;
	padding:30px 0 0 0;
	border:none;
}
.accordion .accordion-group .accordion-body .accordion-inner img {
	float:left;
	margin:6px 24px 5px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.accordion .accordion-group .accordion-body .accordion-inner img { margin:6px 14px 5px 0; }
}
.accordion .accordion-group .accordion-body .accordion-inner strong {
	display:block;
	padding:5px 0 0 0;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
	color:#31353d;
}
ul.list_1 { padding:8px 0 55px 0; }
ul.list_1 li .thumbnail { margin:0 0 24px 0; }
ul.list_1 li .excerpt { margin:0 0 34px 0; }
ul.list_2 { margin:0 !important; }
ul.list_2 li { margin:30px 0 0 0; }
ul.list_2 li:first-child { margin:0; }
ul.list_2 li .thumbnail { margin:5px 30px 5px 0; }
@media (max-width: 767px) {
	ul.list_2 li .thumbnail { margin-right:20px; }
}
@media (max-width: 480px) {
	ul.list_2 li .thumbnail {
		float:none;
		margin:0 0 20px 0;
	}
}
@media (max-width: 480px) {
	ul.list_2 li .thumbnail a {
		display:inline-block;
		vertical-align:top;
	}
}
ul.list_2 li h5 {
	margin:0 0 10px 0;
	line-height:25px;
	font-size:20px;
	color:#31353d;
}
ul.list_2 li .excerpt { margin:0 0 32px 0; }
div.testimonials .testi-item {
	margin:30px 0 0 0;
	padding:0;
}
div.testimonials .testi-item:first-child { margin:0; }
div.testimonials .testi-item blockquote {
	background:url(images/quotes.png) no-repeat 0% 5px;
	margin:0;
	padding:0 0 0 53px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
div.testimonials .testi-item blockquote:before, div.testimonials .testi-item blockquote:after { display:none; }
div.testimonials .testi-item blockquote a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#bbbaba;
}
div.testimonials .testi-item blockquote a:focus {
	text-decoration:none;
	color:#bbbaba;
}
div.testimonials .testi-item blockquote a:hover {
	text-decoration:none;
	color:#3e454c;
}
div.testimonials .testi-item .testi-meta {
	padding:5px 0 0 53px;
	line-height:25px;
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
	color:#8dbf41;
}
div.testimonials .testi-item .testi-meta .info {
	display:block;
	color:#3e454c;
}
@media (max-width: 767px) {
	.list.arrow-list { padding:0 0 30px 0; }
}
.list.arrow-list ul {
	margin:0;
	padding:0;
}
.list.arrow-list ul li {
	background:url(images/marker.png) no-repeat 0% 4px;
	margin:15px 0 0 0;
	padding:0 0 0 23px;
	list-style:none;
	line-height:20px;
	font-size:14px;
	color:#bbbaba;
}
.list.arrow-list ul li:first-child { margin:0; }
.list.arrow-list ul li:before { display:none; }
.list.arrow-list ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#bbbaba;
}
.list.arrow-list ul li a:focus {
	text-decoration:none;
	color:#bbbaba;
}
.list.arrow-list ul li a:hover {
	text-decoration:none;
	color:#9cc75a;
}
.list.arrow-list ul li ul { padding:15px 0 0 0; }
.footer {
	background:#fff;
	margin:0;
	padding:65px 0 65px 0;
	border-top:10px solid #fafbfb;
}
@media (max-width: 767px) {
	.footer { padding:25px 20px 25px 20px; }
}
body.home .footer { border:none; }
.footer .footer-widgets { margin-bottom:80px; }
@media (max-width: 767px) {
	.footer .footer-widgets { margin:0 0 30px 0; }
}
.footer h4 { margin-bottom:29px; }
.footer ul {
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.footer ul { padding:0 0 20px 0; }
}
.footer ul li {
	margin:0 0 4px 0;
	padding:0;
	list-style:none;
	line-height:18px;
	font-size:12px;
	text-transform:uppercase;
	color:#bab9b9;
}
.footer ul li.current-menu-item a {
	text-decoration:none;
	color:#8dbf41;
}
.footer ul li.current-menu-item a:focus {
	text-decoration:none;
	color:#8dbf41;
}
.footer ul li.current-menu-item a:hover {
	text-decoration:none;
	color:#8dbf41;
}
.footer ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#bab9b9;
}
.footer ul li a:focus {
	text-decoration:none;
	color:#bab9b9;
}
.footer ul li a:hover {
	text-decoration:none;
	color:#8dbf41;
}
.footer ul.social { padding:1px 0 0 0; }
@media (max-width: 767px) {
	.footer ul.social { padding:0 0 20px 0; }
}
.footer ul.social li { margin:0 0 10px 0; }
.footer ul.social li .social_ico { margin:0 10px 0 0; }
.footer .textwidget {
	line-height:17px;
	font-size:14px;
	text-transform:uppercase;
	color:#bab9b9;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.footer .textwidget { font-size:12px; }
}
html.ie8 .footer .textwidget { font-size:12px; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .textwidget { font-size:11px; }
}
.footer .textwidget b {
	background:url(images/icon_home.png) no-repeat 0% 4px;
	display:block;
	margin:0 0 21px 0;
	padding:0 0 0 38px;
	font-weight:400;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .textwidget b { padding:28px 0 0 0; }
}
.footer .textwidget i {
	background:url(images/icon_phone.png) no-repeat 0% 2px;
	display:block;
	padding:0 0 0 38px;
	font-style:normal;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .textwidget i { padding:28px 0 0 0; }
}
.footer .footer-text {
	float:none;
	margin:0;
	line-height:24px;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:300;
	color:#727685;
}
@media (max-width: 767px) {
	.footer .footer-text { text-align:left; }
}
.footer .footer-text strong {
	font-weight:600;
	color:#8dbf41;
}
.footer .footer-text strong a {
	text-decoration:none;
	color:#8dbf41;
}
.footer .footer-text strong a:focus {
	text-decoration:none;
	color:#8dbf41;
}
.footer .footer-text strong a:hover {
	text-decoration:none;
	color:#31353d;
}
.footer .footer-text a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#727685;
}
.footer .footer-text a:focus {
	text-decoration:none;
	color:#727685;
}
.footer .footer-text a:hover {
	text-decoration:none;
	color:#8dbf41;
}
.footer .footer-nav { margin:0; }
@media (max-width: 767px) {
	.footer .footer-nav { margin:20px 0 0 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-nav ul { text-align:right; }
}
@media (max-width: 767px) {
	.footer .footer-nav ul { text-align:left; }
}
.footer .footer-nav ul li { text-transform:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-nav ul li {
		margin:0 0 0 10px;
		padding:0;
	}
}
@media (max-width: 767px) {
	.footer .footer-nav ul li {
		margin:0 10px 0 0 !important;
		padding:0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-nav ul li:first-child { margin:0; }
}
.footer .footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#8dbf41;
}
.footer .footer-nav ul li.current-menu-item a:focus {
	text-decoration:none;
	color:#8dbf41;
}
.footer .footer-nav ul li.current-menu-item a:hover {
	text-decoration:none;
	color:#8dbf41;
}
.footer .footer-nav ul li a { font-weight:300 !important; }
.footer .footer-nav ul li a:focus {
	text-decoration:none;
	color:#727685;
}
.footer .footer-nav ul li a:hover {
	text-decoration:none;
	color:#8dbf41;
}
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a:hover span { background-color:#8dbf41; }
#back-top-wrapper p#back-top a span {
	background-color:#31353d;
	margin:0;
}
.title-box { margin:0 0 76px 0; }
.title-box h2 {
	margin:0;
	color:#8dbf41;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.title-box h2 {
		line-height:34px;
		font-size:34px;
	}
}
html.ie8 .title-box h2 {
	line-height:34px;
	font-size:34px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-box h2 {
		line-height:26px;
		font-size:26px;
	}
}
@media (max-width: 767px) {
	.title-box h2 {
		line-height:26px;
		font-size:26px;
	}
}
@media (max-width: 480px) {
	.title-box h2 {
		line-height:20px;
		font-size:20px;
	}
}
.title-box h3 {
	margin:0;
	color:#c1c1c0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.title-box h3 {
		line-height:34px;
		font-size:34px;
	}
}
html.ie8 .title-box h3 {
	line-height:34px;
	font-size:34px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-box h3 {
		line-height:26px;
		font-size:26px;
	}
}
@media (max-width: 767px) {
	.title-box h3 {
		line-height:26px;
		font-size:26px;
	}
}
@media (max-width: 480px) {
	.title-box h3 {
		line-height:20px;
		font-size:20px;
	}
}
figure.frame {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
figure.frame.alignnone { margin:0; }
.title-section { padding:0 0 8px 0; }
.title-section h1 {
	margin:0 0 16px 0;
	color:#c1c1c0;
}
.title-section ul {
	background:none;
	margin:0;
	padding:8px 0 9px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-top:1px solid #f0f1f1;
	border-bottom:1px solid #f0f1f1;
}
.title-section ul li {
	margin:0;
	padding:0;
	line-height:20px;
	font-size:14px;
	color:#bbbaba;
}
.title-section ul li.active { color:#8dbf41; }
.title-section ul li.divider { margin:0 4px; }
.title-section ul li.divider:after {
	line-height:20px;
	font-size:14px;
	color:#bbbaba;
}
.title-section ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#bbbaba;
}
.title-section ul li a:focus {
	text-decoration:none;
	color:#bbbaba;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#8dbf41;
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.post_meta {
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	color:#bbbaba;
}
.post_meta i { color:#3e454c; }
.post_meta a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-transform:uppercase !important;
	text-decoration:none;
}
.pagination ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.post-author {
	background:#f0f1f1;
	margin:0 0 70px 0;
	padding:25px 30px;
	border:none;
}
.post-author h3 {
	margin:0 0 15px 0;
	line-height:20px;
	font-size:15px;
	font-weight:400 !important;
	color:#3e454c;
}
.post-author .post-author_gravatar { margin:5px 25px 5px 0; }
.post-author .post-author_gravatar img {
	padding:0;
	border:none;
}
.post-author .post-author_desc { overflow:hidden; }
@media (max-width: 480px) {
	.post-author .post-author_desc { overflow:visible; }
}
.post-author .post-author_link p {
	margin:0;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	color:#3e454c;
}
.post-author .post-author_link p a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
}
.related-posts { margin:0 0 60px 0; }
.related-posts ul li {
	line-height:25px;
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
	color:#31353d;
}
.related-posts ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#31353d;
}
.related-posts ul li a:focus {
	text-decoration:none;
	color:#31353d;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#9cc75a;
}
ol.comment-list li .comment-body {
	background:#f0f1f1 !important;
	padding:30px;
	border:none;
}
ol.comment-list li .comment-body .author {
	padding:12px 0 0 0;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	text-align:left;
	text-transform:uppercase;
	color:#9cc75a;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .reply { margin:0 0 0 34px; }
ol.comment-list li .comment-body .reply a {
	background:#8dbf41;
	display:inline-block;
	margin:0;
	padding:19px 29px 20px 29px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	vertical-align:top;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	text-shadow:none;
	text-decoration:none;
	color:#fff !important;
}
ol.comment-list li .comment-body .reply a:focus {
	background:#8dbf41;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#fff;
}
ol.comment-list li .comment-body .reply a:hover {
	background:#31353d;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#fff;
}
ol.comment-list li .comment-body .comment-meta {
	line-height:59px;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	color:#3e454c;
}
.cancel-comment-reply { padding:0 0 8px 0; }
#respond a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
}
.google-map { margin:0 0 30px 0; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
	padding:6px !important;
	font-size:13px;
}
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:20px;
	font-size:12px;
}
.wpcf7-form .ajax-loader { margin:18px 0 0 0; }
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.filter-wrapper { padding:0 0 45px 0; }
.filter-wrapper strong {
	margin:0;
	padding:19px 29px 20px 0;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	text-shadow:none;
	text-decoration:none;
	color:#31353d;
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		padding:5px 8px 5px 0;
		font-size:12px;
	}
}
.filter-wrapper ul { margin:0; }
.filter-wrapper ul li { margin:0 0 0 1px; }
@media (max-width: 480px) {
	.filter-wrapper ul li { margin:0 0 1px 0; }
}
.filter-wrapper ul li.active a {
	background:#8dbf41;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#fff;
}
.filter-wrapper ul li.active a:focus {
	background:#8dbf41;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#fff;
}
.filter-wrapper ul li.active a:hover {
	background:#8dbf41;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#fff;
}
.filter-wrapper ul li a {
	background:none;
	display:inline-block;
	margin:0;
	padding:19px 29px 20px 29px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	vertical-align:top;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	text-shadow:none;
	text-decoration:none;
	color:#31353d;
}
@media (max-width: 767px) {
	.filter-wrapper ul li a {
		padding:5px 8px 5px 8px;
		font-size:12px;
	}
}
.filter-wrapper ul li a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#31353d;
}
.filter-wrapper ul li a:hover {
	background:#8dbf41;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#fff;
}
#portfolio-grid li .thumbnail { margin:0; }
#portfolio-grid li .caption {
	background:#f0f1f1;
	overflow:hidden;
	padding:24px 20px 0 20px;
}
#portfolio-grid li .caption h3 {
	margin:0;
	line-height:25px;
	font-size:20px;
	color:#31353d;
}
#portfolio-grid li .caption h3 a {
	text-decoration:none;
	color:#31353d;
}
#portfolio-grid li .caption h3 a:focus {
	text-decoration:none;
	color:#31353d;
}
#portfolio-grid li .caption h3 a:hover {
	text-decoration:none;
	color:#8dbf41;
}
#portfolio-grid li .caption .excerpt { margin:0 0 20px 0; }
#portfolio-grid li .caption p { margin:0; }
#portfolio-grid li .caption a.btn-primary {
	position:relative;
	margin:0 0 0 -20px;
	overflow:visible;
}
#portfolio-grid li .caption a.btn-primary:after {
	background:#fff;
	display:block;
	width:1000px;
	height:100%;
	overflow:hidden;
	pointer-events:none;
	position:absolute;
	top:0;
	right:-1000px;
	content:'';
}
.type-portfolio .thumbnail.large { margin:0; }
ul.pager { margin-top:30px; }
ul.pager li a {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.archive_lists h3 {
		line-height:30px;
		font-size:30px;
	}
}
html.ie8 .archive_lists h3 {
	line-height:30px;
	font-size:30px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.archive_lists h3 {
		line-height:24px;
		font-size:24px;
	}
}
@media (max-width: 767px) {
	.archive_lists ul { padding:0 0 30px 0; }
}
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#8dbf41; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:220px; }
}
html.ie8 .posts-grid li .thumbnail img { max-width:inherit; }
.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:33px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
