@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,700italic|Six+Caps);
.nav-wrap.isStuck { z-index:1000; }
.ie8  .flex-direction-nav a {
	visibility:hidden;
	text-decoration:none !important;
}
.ie8  .flexslider:hover a { visibility:visible; }
#wp-calendar caption { color:#8fba6d; }
#wp-calendar thead th { color:#8fba6d; }
.portfolio-meta-list {
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
}
.logo img {
	margin-bottom:19px;
	margin-left:2px;
	margin-right:0;
	margin-top:22px;
}
.logo h1 {
	margin-bottom:19px;
	margin-left:2px;
	margin-right:0;
	margin-top:18px;
}
.logo h2 {
	margin-bottom:19px;
	margin-left:2px;
	margin-right:0;
	margin-top:18px;
}
.main-holder { overflow:hidden; }
.testimonial { background:#eaeaea; }
.portfolio-meta i { color:#434343; }
.pagination ul > li > a, .pagination ul > li > span { color:#8fba6d; }
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:0 20px; }
	body .footer {
		padding:0 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder { padding:20px !important; }
}
a { transition:all 0.3s ease 0s; }
h1, h2, h3, h4, h5, h6 { text-transform:uppercase; }
@media (max-width: 1200px) {
	h1, h2, h3, h4, h5, h6 { line-height:1.2em; }
}
.featured-thumbnail, .thumbnail, img.size-full {
	background:none;
	border-radius:0;
	padding:0;
	border:1px solid #b5b8b5;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
img.size-full { margin:0 0 30px 0; }
img.size-full.alignleft { margin:0 30px 20px 0; }
@media (max-width: 480px) {
	img.size-full.alignleft {
		float:none;
		margin:0 0 20px;
	}
}
.btn, .reply a {
	-webkit-box-shadow:1px 1px 3px 1px #d1d1d1;
	box-shadow:1px 1px 3px 1px #d1d1d1;
	border-radius:4px;
	border:none;
	color:#fff;
	text-shadow:none;
	font:12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 18px;
	letter-spacing:0;
	height:auto;
	text-decoration:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	background:#8fba6d;
	background:-moz-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#8fba6d),color-stop(100%,#74a953));
	background:-webkit-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:-o-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:-ms-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:linear-gradient(to bottom,#8fba6d 0%,#74a953 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fba6d',endColorstr='#74a953',GradientType=0);
}
.btn:focus, .btn:hover, .btn:active, .reply a:focus, .reply a:hover, .reply a:active {
	background:#3a3b3c;
	background:-moz-linear-gradient(top,#3a3b3c 0%,#2a2b2e 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3a3b3c),color-stop(100%,#2a2b2e));
	background:-webkit-linear-gradient(top,#3a3b3c 0%,#2a2b2e 100%);
	background:-o-linear-gradient(top,#3a3b3c 0%,#2a2b2e 100%);
	background:-ms-linear-gradient(top,#3a3b3c 0%,#2a2b2e 100%);
	background:linear-gradient(to bottom,#3a3b3c 0%,#2a2b2e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3b3c',endColorstr='#2a2b2e',GradientType=0);
	text-decoration:none;
	color:#fff;
}
.btn:focus:after, .btn:hover:after, .btn:active:after, .reply a:focus:after, .reply a:hover:after, .reply a:active:after { padding-left:15px; }
.btn:after, .reply a:after {
	font-family:FontAwesome;
	content:"";
	font-size:17px;
	padding-left:10px;
	position:relative;
	top:1px;
	transition:all 0.3s ease 0s;
}
.btn.view-all-updates, .reply a.view-all-updates { margin-left:100px; }
@media (max-width: 1200px) {
	.btn.view-all-updates, .reply a.view-all-updates { margin-left:0; }
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:7px 15px;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:1.2em;
	text-transform:none;
	color:#848484;
	text-decoration:none;
	position:relative;
	border-radius:0;
	background:#fff;
	box-shadow:none;
	border:1px solid #d4d4d4 !important;
	transition:all 0.3s ease 0s;
}
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 {
	box-shadow:none;
	background:#fcfcfc;
	border-color:#434343 !important;
}
.wpcf7-form p.field input:focus { border-color:#434343 !important; }
.wpcf7-form textarea { color:#818181 !important; }
.wpcf7-form textarea:focus { border-color:#434343 !important; }
.wpcf7-form textarea.watermark { color:#818181 !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:4px 8px 2px !important; }
@media (min-width: 979px) and (max-width: 1200px) {
	.wpcf7-form .wpcf7-not-valid-tip { font-size:8px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:2px 3px !important;
		font-size:7px !important;
	}
}
.wpcf7-form .submit-wrap .btn { height:auto; }
.header {
	background:none;
	border:none;
	padding:0;
}
.top-header-wrap {
	text-align:right;
	margin-right:2px;
	padding-bottom:2px;
}
.top-header-wrap >div {
	display:inline-block;
	font:10px/33px 'Roboto', sans-serif;
	text-transform:uppercase;
	color:#303130;
}
.top-header-wrap >div a { color:#303130; }
.top-header-wrap >div em {
	font-style:normal;
	padding:0 14px 0 12px;
}
.top-header-wrap .search-form { position:relative; }
.top-header-wrap .search-form:before {
	content:"|";
	padding:0 12px;
	display:inline-block;
}
.top-header-wrap .search-form #search-header {
	position:absolute;
	display:none;
	z-index:10000;
	width:309px;
	padding:2px 15px 8px 15px;
	border-radius:0 0 5px 5px;
	top:35px;
	right:0;
	background:url(images/bg.jpg);
}
.top-header-wrap .search-form .btn-search:hover { text-decoration:underline !important; }
.top-header-wrap .search-form .search-form_it {
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	width:205px;
}
.top-header-wrap .search-form .search-form_is {
	margin:3px 0 0 10px !important;
	height:30px !important;
}
.nav-wrap { position:relative; }
.nav-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-250%;
	position:absolute;
	top:0;
	width:500%;
	background:#ededed url(images/bg-menu.jpg);
}
.nav__primary {
	position:relative;
	float:none;
	text-align:center;
	padding:0;
	margin:0 7px 0 0;
}
@media (max-width: 767px) {
	.nav__primary { margin:20px 0; }
}
.nav__primary .sf-menu {
	float:right;
	display:inline-block;
	position:relative;
	padding:0;
	text-align:right;
	z-index:1;
}
@media (max-width: 767px) {
	.nav__primary .sf-menu { display:none !important; }
}
.nav__primary .sf-menu >li {
	background:none;
	float:left;
	text-align:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:31px 0 25px 58px;
	border-top:1px solid transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li { margin-left:20px; }
}
.nav__primary .sf-menu >li >a {
	border:none;
	padding:0;
	display:block;
	text-transform:uppercase;
	border-radius:0;
	font-weight:300;
	position:relative;
	letter-spacing:0px;
	transition:all 0.3s ease 0s;
	background:none;
}
.nav__primary .sf-menu >li >a:hover {
	text-decoration:none;
	color:#fff;
}
.nav__primary .sf-menu >li >a:hover .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >a >.sf-sub-indicator {
	position:absolute;
	display:inline-block;
	top:24px;
	left:50%;
	margin-left:-5px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu >li.current-menu-item >a {
	text-decoration:none;
	color:#fff;
}
.nav__primary .sf-menu >li.sfHover >a {
	text-decoration:none;
	color:#fff;
}
.nav__primary .sf-menu >li.sfHover >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >.sub-menu {
	height:auto !important;
	background:url("images/bg1.jpg") repeat;
	top:52px;
	left:50%;
	width:175px;
	padding:20px;
	margin:0 0 0 -87px;
	border:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:10000;
	box-shadow:0 0 2px #3e3e3d;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:center;
	border:none;
	padding:0;
	margin:0;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	margin:8px 0;
	background:none;
	border:none;
	color:#fff;
	text-transform:none;
	display:inline-block;
	letter-spacing:0;
	border-radius:0;
	padding:0;
	letter-spacing:0;
	font:12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#8fba6d;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:2px;
	right:-15px;
	left:auto;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a {
	color:#8fba6d;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.current-menu-item a {
	color:#8fba6d;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#ffffff;
	padding:20px;
	margin:0 0 0 21px;
	top:-21px;
	left:100%;
	border:none;
	border-radius:0;
	width:100%;
	box-shadow:0 0 2px #5a5a5a;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:center;
	border:none;
	padding:0;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	margin:8px 0;
	padding:0;
	color:#8fba6d;
	display:inline-block;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#272827;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#272827;
	text-shadow:none;
	background:none;
}
.social-nets-wrapper .social {
	padding:15px 0 17px;
	margin:0 !important;
	list-style-type:none;
	text-align:right;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social {
		text-align:left;
		margin:20px 0;
	}
}
.social-nets-wrapper .social li {
	display:inline-block;
	margin:0 0 0 7px;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social li { margin:0 7px 0 0; }
}
.social-nets-wrapper .social li:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.home .social-nets-wrapper .social { margin:15px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo { float:none !important; }
}
.logo .logo_h__txt { text-transform:uppercase; }
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active {
	color:#fff;
	text-decoration:none;
}
.logo_tagline {
	font:11px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:none;
	color:#9a9a9a;
	margin:21px 0 0;
}
.slider-wrap {
	background:#357f54;
	min-height:444px;
}
@media (max-width: 1200px) {
	.slider-wrap { min-height:inherit; }
}
@media (max-width: 480px) {
	.slider-wrap { display:none !important; }
}
.camera_caption {
	bottom:auto !important;
	top:50px;
	right:0;
	width:770px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_caption {
		width:600px;
		top:40px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption {
		width:480px;
		top:30px;
	}
}
@media (max-width: 767px) {
	.camera_caption {
		width:68%;
		top:10px;
	}
}
@media (max-width: 480px) {
	.camera_caption { display:none !important; }
}
.camera_caption >div {
	padding:0;
	background:none;
}
.camera_caption >div h2 {
	font-size:68px;
	line-height:1.2em;
	font-weight:bold;
	margin:0;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_caption >div h2 { font-size:50px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption >div h2 { font-size:40px; }
}
@media (max-width: 767px) {
	.camera_caption >div h2 { font-size:35px; }
}
.camera_caption >div h3 {
	font-size:42px;
	line-height:1.2em;
	font-weight:100;
	margin:-5px 0 0 0;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_caption >div h3 { font-size:30px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption >div h3 { font-size:20px; }
}
@media (max-width: 767px) {
	.camera_caption >div h3 { font-size:20px; }
}
.camera { margin-bottom:0 !important; }
@media (max-width: 480px) {
	.camera { display:none !important; }
}
.camera .camera_pag {
	position:absolute;
	bottom:24px;
	right:0;
	width:765px;
	display:inline-block;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera .camera_pag { width:600px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera .camera_pag { width:480px; }
}
@media (max-width: 767px) {
	.camera .camera_pag {
		width:68%;
		bottom:10px;
	}
}
@media (max-width: 500px) {
	.camera .camera_pag { bottom:0; }
}
.camera .camera_pag .camera_pag_ul {
	display:block;
	text-align:left;
}
.camera .camera_pag .camera_pag_ul li {
	width:12px;
	height:12px;
	background:#fff;
	margin:14px 2px;
}
.camera .camera_pag .camera_pag_ul li span {
	width:12px;
	height:12px;
	border-radius:12px;
	top:0;
	left:0;
}
.camera .camera_pag .camera_pag_ul li:hover span { background:#303130; }
.camera .camera_pag .camera_pag_ul li.cameracurrent span { background:#303130; }
.camera_thumbs {
	position:relative;
	bottom:80px;
}
@media (max-width: 1200px) {
	.camera_thumbs { display:none !important; }
}
.camera_thumbs .camera_prevThumbs, .camera_thumbs .camera_nextThumbs, .camera_thumbs .camera_prev, .camera_thumbs .camera_next, .camera_thumbs .camera_commands, .camera_thumbs .camera_thumbs_cont { background:none; }
.content-holder { background:url(images/bg-content.png) repeat-y 50% 0; }
.content-holder:before {
	content:"";
	width:100%;
	height:5px;
	display:block;
	background:url(images/bg-content-top.png) no-repeat 50% 0;
	position:absolute;
	top:-5px;
}
@media (max-width: 767px) {
	.content-holder:before { display:none !important; }
}
.home .content-holder {
	margin-top:-130px;
	padding-top:58px;
	padding-bottom:0;
}
@media (max-width: 1200px) {
	.home .content-holder { margin-top:0px; }
}
@media (max-width: 767px) {
	#content.left { float:none !important; }
}
.title-section {
	margin:40px 0 0;
	padding:0;
	position:relative;
}
.title-section .title-header {
	margin:0 0 14px 2px;
	font-size:30px;
	font-weight:500;
	line-height:1.2em;
}
.title-section .breadcrumb {
	background:none;
	padding:10px 0;
	text-transform:none;
	text-shadow:none;
	letter-spacing:0;
	border:none;
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	box-shadow:none;
	border-radius:0;
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.title-section .breadcrumb >li { text-shadow:none; }
.title-section .breadcrumb >li.active { color:#848484; }
.title-section .breadcrumb a {
	color:#8fba6d;
	text-shadow:none;
}
.title-section .breadcrumb .divider {
	padding:0 5px;
	color:#848484;
}
@media (max-width: 480px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 20px 0;
	}
	article .thumbnail img { width:100%; }
}
article .post-header .post-title {
	font-size:30px;
	margin:1px 0 27px;
	line-height:1.2em;
	font-weight:500;
	text-transform:none;
	color:#8fba6d;
}
article .post-header .post-title a { color:#8fba6d; }
article .post_meta {
	padding:6px 0;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	position:relative;
	display:block;
	margin-bottom:20px;
	overflow:visible;
}
article .post_meta .post_meta_unite {
	padding:6px 0 0 0;
	margin:6px 0 0 0;
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	border-color:#d4d4d4;
	text-transform:none;
}
article .post_meta i {
	margin-right:0;
	color:#434343;
	font-size:15px;
}
article .post_meta .post_date {
	color:#8fba6d;
	text-transform:uppercase;
	font:bold italic 16px/1.2em 'Roboto', sans-serif;
}
article .post_meta .post_author a {
	color:#434343;
	text-transform:uppercase;
	font:bold italic 16px/1.2em 'Roboto', sans-serif;
}
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag { color:#848484; }
article .post_meta .post_comment a { color:#848484; }
article .post_meta .user_like, article .post_meta .post_views { color:#848484; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#848484; }
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
.single #content article { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 1000px) {
	.single #content article .thumbnail { float:left; }
	.single #content article .thumbnail img { margin:0; }
}
@media (max-width: 480px) {
	.single #content article .thumbnail { width:100%; }
	.single #content article .thumbnail img { width:100%; }
}
.single #content .share-buttons {
	margin-bottom:20px;
	margin-top:0px;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:30px;
	border:none;
	background:#eaeaea;
}
.single #content .post-author .post-author_h {
	font:14px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-transform:none;
	color:#848484;
}
.single #content .post-author .post-author_h a {
	font:bold italic 16px/18px 'Roboto', sans-serif;
	color:#434343;
	text-transform:uppercase;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 20px 20px 0;
	background:#fff;
	padding:15px;
	border:1px solid #b5b8b5;
}
.single #content .post-author .post-author_gravatar img {
	width:58px;
	height:58px;
	padding:0;
	border:none;
}
.single #content .post-author .post-author_desc {
	text-transform:none;
	color:#848484;
}
.single #content .post-author .post-author_link {
	margin-top:20px;
	text-transform:none;
	color:#848484;
	font:14px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	font:bold italic 16px/18px 'Roboto', sans-serif;
	color:#434343;
	text-transform:uppercase;
}
.filter-wrapper { margin:0px 0 25px; }
.filter-wrapper strong {
	color:#434343;
	padding:0;
	font:12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-right:15px;
	margin-top:9px;
	text-transform:uppercase;
	letter-spacing:0;
}
@media (max-width: 979px) {
	.filter-wrapper strong {
		display:block;
		float:none;
		margin-bottom:20px;
	}
}
.filter-wrapper .filter { margin:0; }
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li { margin:0 0 0 5px; }
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper .filter li:first-child { margin:0; }
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0;
	}
}
.filter-wrapper .filter li a {
	color:#848484;
	font:12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding:9px 18px;
	margin:0;
	background:none;
	border-radius:5px;
	text-transform:uppercase;
	letter-spacing:0;
}
@media (max-width: 767px) {
	.filter-wrapper .filter li a { display:inline-block; }
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	text-decoration:none;
	color:#fff;
	background:#8fba6d;
	background:-moz-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#8fba6d),color-stop(100%,#74a953));
	background:-webkit-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:-o-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:-ms-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:linear-gradient(to bottom,#8fba6d 0%,#74a953 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fba6d',endColorstr='#74a953',GradientType=0);
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	color:#fff;
	background:#8fba6d;
	background:-moz-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#8fba6d),color-stop(100%,#74a953));
	background:-webkit-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:-o-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:-ms-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:linear-gradient(to bottom,#8fba6d 0%,#74a953 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fba6d',endColorstr='#74a953',GradientType=0);
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:18px 0 5px;
	font:300 18px/22px 'Roboto', sans-serif;
	letter-spacing:0;
}
.filterable-portfolio li .caption h3 a {
	color:#434343;
	text-transform:uppercase;
	text-decoration:none;
}
.filterable-portfolio li .caption h3 a:hover, .filterable-portfolio li .caption h3 a:active { text-decoration:underline; }
.filterable-portfolio li .caption .excerpt {
	margin-bottom:20px;
	line-height:18px;
}
div.type-page h1 {
	margin:0 0 28px;
	font-weight:500;
}
@media (max-width: 767px) {
	div.type-page h1 { margin:30px 0 10px 0; }
}
div.type-page h6 {
	font-weight:300;
	margin:0 0 15px;
}
div.type-page h6 strong { text-transform:none; }
div.type-page p { margin-bottom:20px; }
.type-clients .thumbnail.large {
	width:auto;
	float:left;
	margin:0 20px 10px 0;
}
.related-posts, .comment-holder, #respond {
	border-top:4px solid #d0d0d0;
	margin-top:60px;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	color:#434343;
	font:500 30px/1.2em 'Roboto', sans-serif;
	margin:30px 0 20px;
}
.related-posts .featured-thumbnail img { width:100%; }
.related-posts a {
	font:300 18px/1.2em 'Roboto', sans-serif;
	color:#434343;
	display:inline;
	letter-spacing:0;
	text-transform:uppercase;
}
.related-posts a:hover { text-decoration:underline; }
.comment-holder .comment-list .comment .comment-body {
	padding:30px;
	background:#eaeaea;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:0 20px 0 0;
	text-align:left;
	border:none;
}
@media (max-width: 350px) {
	.comment-holder .comment-list .comment .comment-body .comment-author {
		float:none;
		margin-bottom:30px;
	}
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:58px;
	height:58px;
	padding:14px;
	background:#fff;
	border:1px solid #b5b8b5;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:bold italic 16px/18px 'Roboto', sans-serif;
	color:#434343;
	text-transform:uppercase;
	margin-top:15px;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap { text-transform:uppercase; }
@media (max-width: 480px) {
	.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:8px 0 0 0;
	font:bold italic 16px/18px 'Roboto', sans-serif;
	color:#8fba6d;
	text-transform:uppercase;
}
.comment-holder .comment-list .comment .comment-body .reply a:hover:after, .comment-holder .comment-list .comment .comment-body .reply a:active:after { padding-left:10px; }
.comment-holder #respond #commentform { margin-top:0; }
#respond #commentform { margin-top:15px; }
#respond #commentform textarea {
	width:100%;
	min-width:auto;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:300px;
	min-height:auto;
	max-height:auto;
	min-width:auto;
	padding:12px 10px 10px;
}
#respond #commentform p input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:auto;
	min-width:auto;
	width:100%;
	padding:0 10px;
	height:35px;
	margin-bottom:2px;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	margin-top:10px;
	width:auto;
	padding:13px 18px;
	text-decoration:none !important;
	height:40px;
}
#respond #commentform .btn-align { text-align:right; }
.sidebar .widget {
	border-top:4px solid #d4d4d4;
	margin:50px 0;
	padding-top:50px;
}
.sidebar .widget:first-child {
	margin-top:0;
	padding-top:0;
	border:none;
}
@media (max-width: 767px) {
	.sidebar .widget:first-child {
		border-top:4px solid #d4d4d4;
		margin:50px 0;
		padding-top:50px;
	}
}
.sidebar .widget >h3 {
	font:500 30px/1.2em 'Roboto', sans-serif;
	margin-bottom:15px;
}
.sidebar .search-form .search-form_is {
	margin:0 0 0 10px;
	padding-top:2px;
	padding-bottom:1px;
	height:36px;
	box-shadow:none;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.sidebar .search-form .search-form_is {
		display:block;
		margin:0;
	}
}
@media (max-width: 400px) {
	.sidebar .search-form .search-form_is {
		display:block;
		margin:0;
	}
}
[id*="categories"] ul, [id*="archives"] ul {
	margin:0;
	list-style-type:none;
}
[id*="categories"] ul li, [id*="archives"] ul li {
	background:url(images/cat-arrow.png) no-repeat 0 7px;
	margin:0;
	padding-left:22px;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li, [id*="archives"] ul li {
		padding:3px 0 3px 22px;
		background-position:0 8px;
	}
}
[id*="categories"] ul li a, [id*="archives"] ul li a {
	font:14px/28px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#848484;
	text-transform:none;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li a, [id*="archives"] ul li a { line-height:1.2em; }
}
[id*="categories"] ul li a:hover, [id*="archives"] ul li a:hover {
	color:#8fba6d;
	text-decoration:none;
}
[id*="my_poststypewidget"] .post-list li { padding:15px 0; }
[id*="my_poststypewidget"] .post-list li .thumbnail { margin:2px 20px 10px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		margin:0 0 20px 0;
		border:none;
	}
	[id*="my_poststypewidget"] .post-list li .thumbnail a { display:inline-block; }
	[id*="my_poststypewidget"] .post-list li .thumbnail a img { border:1px solid #d4d4d4; }
}
@media (max-width: 350px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		width:auto;
		display:inline-block;
		float:none;
		border:none;
	}
	[id*="my_poststypewidget"] .post-list li .thumbnail img { border:1px solid #d4d4d4; }
}
[id*="my_poststypewidget"] .post-list li time {
	font:bold italic 16px/1.2em 'Roboto', sans-serif;
	color:#8fba6d;
	margin:0;
	text-transform:uppercase;
	display:block;
}
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:300 18px/22px 'Roboto', sans-serif;
	text-transform:uppercase;
	letter-spacing:0;
	margin:0 0 5px;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#434343; }
[id*="my_poststypewidget"] .post-list li .excerpt {
	overflow:hidden;
	margin-bottom:10px;
}
[id*="my-recent-comments"] >h3 { margin-bottom:30px !important; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .featured-thumbnail {
	margin:0 20px 10px 0;
	padding:14px;
	background:#fff;
	border:1px solid #d4d4d4;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .featured-thumbnail img {
	width:58px;
	height:58px;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li time {
	margin-top:17px;
	display:inline-block;
	font:bold italic 18px/1.2em 'Roboto', sans-serif;
	color:#8fba6d;
	text-transform:uppercase;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author {
	font:bold italic 18px/1.2em 'Roboto', sans-serif;
	color:#434343;
	letter-spacing:0;
	text-transform:uppercase;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt { border:none; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a { color:#848484; }
.footer-widgets {
	position:relative;
	background:url("images/bg1.jpg") repeat;
	padding:74px 0 40px;
}
@media (max-width: 767px) {
	.footer-widgets { padding:40px 0 10px; }
}
.footer-widgets:before {
	content:"";
	display:block;
	height:100%;
	left:-60px;
	position:absolute;
	top:0;
	width:60px;
	background:url("images/bg1.jpg") repeat;
}
@media (max-width: 1200px) {
	.footer-widgets:before {
		width:100%;
		left:-100%;
	}
}
.footer-widgets:after {
	content:"";
	display:block;
	height:100%;
	right:-60px;
	position:absolute;
	top:0;
	width:60px;
	background:url("images/bg1.jpg") repeat;
}
@media (max-width: 1200px) {
	.footer-widgets:after {
		width:100%;
		right:-100%;
	}
}
@media (max-width: 767px) {
	.footer-widgets >div >div { margin-bottom:30px; }
}
.footer-widgets >div >div >div >h4 {
	color:#fff;
	margin:0 0 37px;
	font-size:18px;
	line-height:1em;
	font-weight:bold;
}
@media (max-width: 767px) {
	.footer-widgets >div >div >div >h4 { margin:0 0 20px 0; }
}
.footer-widgets >div >div >div .textwidget {
	font:italic 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#bcbcbc;
}
.footer-widgets .textwidget .contact { font:12px/24px Arial, "Helvetica Neue", Helvetica, sans-serif; }
.footer-widgets .textwidget .contact em {
	font-style:normal;
	float:right;
	margin-right:10px;
}
@media (max-width: 1200px) {
	.footer-widgets .textwidget .contact em {
		float:none;
		margin:0;
		display:inline-block;
	}
}
.footer-widgets .textwidget .contact p { margin-bottom:23px; }
.footer-widgets .textwidget .contact p.email {
	margin:0;
	color:#8fba6d;
}
.footer-widgets .textwidget .contact p.email a {
	color:#8fba6d;
	display:inline-block;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-widgets .textwidget .contact p.email a { font-size:10px; }
}
[id*="nav_menu"] ul {
	margin:0;
	list-style-type:none;
}
[id*="nav_menu"] ul li {
	background:none;
	margin:0;
}
@media (max-width: 1200px) {
	[id*="nav_menu"] ul li { padding:3px 0; }
}
[id*="nav_menu"] ul li a {
	font:12px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#bcbcbc;
	text-transform:none;
}
@media (max-width: 1200px) {
	[id*="nav_menu"] ul li a { line-height:1.2em; }
}
[id*="nav_menu"] ul li a:hover {
	color:#fff;
	text-decoration:none;
}
.hr {
	background:#d8d8d8;
	height:4px;
	margin:55px 0;
}
@media (max-width: 767px) {
	.hr { margin:30px 0; }
}
.breadcrumb__t li.divider:after { color:#848484; }
.dropcap {
	width:39px;
	height:39px;
	border-radius:39px;
	background:#8fba6d;
	background:-moz-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#8fba6d),color-stop(100%,#74a953));
	background:-webkit-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:-o-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:-ms-linear-gradient(top,#8fba6d 0%,#74a953 100%);
	background:linear-gradient(to bottom,#8fba6d 0%,#74a953 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fba6d',endColorstr='#74a953',GradientType=0);
	font:bold 18px/39px 'Roboto', sans-serif;
	color:#fff;
	text-align:center;
	margin:-5px 10px 0 0;
}
.posts-grid.latest-news-events:first-of-type li { margin-top:0; }
@media (max-width: 767px) {
	.posts-grid.latest-news-events:first-of-type li { margin-top:30px; }
}
.posts-grid.latest-news-events li {
	margin-top:30px;
	margin-bottom:0;
}
.posts-grid.latest-news-events li .clear { display:none; }
@media (max-width: 1200px) {
	.posts-grid.latest-news-events li .clear { display:block; }
}
.posts-grid.latest-news-events li .thumbnail {
	float:left;
	margin:0 15px 0 0;
}
@media (max-width: 1200px) {
	.posts-grid.latest-news-events li .thumbnail { margin-bottom:20px; }
}
.posts-grid.latest-news-events li h5 {
	margin:0 0 5px;
	font:300 18px/1.2em 'Roboto', sans-serif;
}
.posts-grid.latest-news-events li h5 a { color:#434343; }
.posts-grid.latest-news-events li .post_meta {
	border:none;
	padding:0;
	margin:0;
}
.posts-grid.latest-news-events li .post_meta .post_category, .posts-grid.latest-news-events li .post_meta .post_author, .posts-grid.latest-news-events li .post_meta .post_comment { display:none; }
.posts-grid.latest-news-events li .post_meta .post_date {
	font:bold italic 18px/1.2em 'Roboto', sans-serif;
	color:#8fba6d;
	text-transform:uppercase;
}
.posts-grid.latest-news-events li .excerpt {
	line-height:18px;
	margin:0;
}
.posts-grid.updates li { margin:0 0 30px 0; }
.posts-grid.updates li .clear { display:none; }
.posts-grid.updates li .thumbnail {
	float:left;
	margin:0 15px 0 0;
}
@media (max-width: 1200px) {
	.posts-grid.updates li .thumbnail { margin-bottom:30px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.updates li .thumbnail { margin-bottom:90px; }
}
@media (max-width: 480px) {
	.posts-grid.updates li .thumbnail {
		margin:0 0 20px 0;
		float:none;
		width:83px;
	}
}
.posts-grid.updates li h5 {
	margin:0 0 5px;
	font:300 18px/1.2em 'Roboto', sans-serif;
}
.posts-grid.updates li h5 a { color:#434343; }
.posts-grid.updates li .post_meta {
	border:none;
	padding:0;
	margin:0;
}
.posts-grid.updates li .post_meta .post_category, .posts-grid.updates li .post_meta .post_author, .posts-grid.updates li .post_meta .post_comment { display:none; }
.posts-grid.updates li .post_meta .post_date {
	font:bold italic 18px/1.2em 'Roboto', sans-serif;
	color:#8fba6d;
	text-transform:uppercase;
}
.posts-grid.updates li .excerpt {
	line-height:18px;
	margin:0;
}
.testimonials.testi-about .testi-item {
	width:48%;
	display:inline-block;
	margin:0 0 0 4%;
}
@media (max-width: 480px) {
	.testimonials.testi-about .testi-item {
		width:100%;
		margin:0 0 20px 0;
	}
}
.testimonials.testi-about .testi-item:first-child { margin:0; }
.testimonials.testi-about .testi-item .testi-item_blockquote {
	background:0;
	padding:0 0 0 43px;
	border-radius:0;
}
.testimonials.testi-about .testi-item .testi-item_blockquote:before { display:none; }
.testimonials.testi-about .testi-item .testi-item_blockquote:after {
	top:0;
	left:0;
	background:none;
	content:"";
	color:#8fba6d;
	font:30px/1em FontAwesome;
	width:auto;
	height:auto;
}
.testimonials.testi-about .testi-item .testi-item_blockquote a { color:#848484; }
.testimonials.testi-about .testi-item .testi-item_blockquote a:hover { color:#8fba6d; }
.testimonials.testi-about .testi-item .testi-meta { padding:20px 0 0 43px; }
.testimonials.testi-about .testi-item .testi-meta .info, .testimonials.testi-about .testi-item .testi-meta br { display:none; }
.testimonials.testi-about .testi-item .testi-meta .user {
	font:bold italic 18px/1.2em 'Roboto', sans-serif;
	color:#434343;
	text-transform:uppercase;
}
.testimonials.testi-about .testi-item .testi-meta a {
	color:#848484;
	text-decoration:underline;
}
.testimonials.testi-about .testi-item .testi-meta a:hover { color:#8fba6d; }
.list.custom-list ul {
	margin:0;
	list-style-type:none;
}
.list.custom-list ul li {
	background:url(images/cat-arrow.png) no-repeat 0 7px;
	margin:0;
	padding-left:22px;
}
@media (max-width: 1200px) {
	.list.custom-list ul li {
		padding:3px 0 3px 22px;
		background-position:0 8px;
	}
}
.list.custom-list ul li:before { display:none; }
.list.custom-list ul li a {
	font:14px/28px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#848484;
	text-transform:none;
}
@media (max-width: 1200px) {
	.list.custom-list ul li a { line-height:1.2em; }
}
.list.custom-list ul li a:hover {
	color:#8fba6d;
	text-decoration:none;
}
.service-box.service-home-main {
	background:url("images/bg1.jpg") repeat;
	border-radius:0;
	border:none;
	padding:30px 30px 36px 30px;
	box-shadow:none;
	text-align:center;
	margin-bottom:49px;
}
.service-box.service-home-main .icon {
	float:none;
	margin:0 0 15px;
}
.service-box.service-home-main .service-box_body .title {
	font:bold italic 30px/1.2em 'Roboto', sans-serif;
	color:#fff;
	text-transform:none;
	margin-bottom:23px;
}
.service-box.service-home-main .service-box_body .service-box_txt {
	color:#fff;
	margin:0;
	line-height:18px;
}
.service-box.service-featured {
	background:none;
	padding:0;
	border:none;
	box-shadow:none;
}
@media (max-width: 767px) {
	.service-box.service-featured { margin-bottom:30px !important; }
}
.service-box.service-featured .icon { margin:7px 10px 0 4px; }
.service-box.service-featured .service-box_body .title {
	font:bold 18px/1.2em 'Roboto', sans-serif;
	color:#434343;
	text-transform:none;
	margin:20px 0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.service-box.service-featured .service-box_body .title { margin-top:10px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.service-featured .service-box_body .title {
		font-size:13px;
		margin-top:20px;
	}
}
@media (max-width: 767px) {
	.service-box.service-featured .service-box_body .title { margin-bottom:40px; }
}
.service-box.service-featured .service-box_body .service-box_txt {
	font:12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#848484;
	margin:0;
}
.service-box.first { margin-bottom:45px; }
@media (max-width: 767px) {
	.service-box.first { margin:0; }
}
.carousel-wrap.successful-projects { margin-bottom:60px; }
@media (max-width: 767px) {
	.carousel-wrap.successful-projects { margin-top:30px; }
}
.carousel-wrap.successful-projects h2 {
	margin:0 0 28px;
	font:500 30px/1.2em 'Roboto', sans-serif;
	color:#8fba6d;
	text-transform:none;
}
@media (max-width: 767px) {
	.carousel-wrap.successful-projects h2 { margin:0 0 70px; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	.carousel-wrap.successful-projects .es-carousel-wrapper { padding:0 50px 0 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.successful-projects .es-carousel-wrapper { padding:0 150px 0 0; }
}
.carousel-wrap.successful-projects .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .featured-thumbnail {
	margin-bottom:0;
	border-bottom:none;
}
.carousel-wrap.successful-projects .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .featured-thumbnail a {
	position:relative;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.carousel-wrap.successful-projects .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc {
	background:#3e3e3d;
	padding:20px 10px 21px;
}
.carousel-wrap.successful-projects .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc .icon {
	float:left;
	margin:0 8px 20px 0;
	position:relative;
	top:-5px;
}
@media (max-width: 480px) {
	.carousel-wrap.successful-projects .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc .icon {
		float:none;
		margin:0;
		top:-10px;
	}
}
.carousel-wrap.successful-projects .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc h5 {
	font:bold 18px/1.2em 'Roboto', sans-serif;
	text-transform:uppercase;
	letter-spacing:0;
	margin:0 0 4px 0;
}
.carousel-wrap.successful-projects .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc h5 a {
	color:#fff;
	text-decoration:none;
}
.carousel-wrap.successful-projects .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc h5 a:hover { color:#8fba6d; }
.carousel-wrap.successful-projects .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc .excerpt {
	font:12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#848484;
	margin:0;
}
.carousel-wrap.successful-projects .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc .btn { display:none; }
.carousel-wrap.successful-projects .es-carousel-wrapper .es-nav .es-nav-prev, .carousel-wrap.successful-projects .es-carousel-wrapper .es-nav .es-nav-next {
	width:16px;
	height:26px;
	opacity:1;
	top:-58px;
	margin:0;
	background:url(images/nav.png) no-repeat;
}
.carousel-wrap.successful-projects .es-carousel-wrapper .es-nav .es-nav-prev:hover, .carousel-wrap.successful-projects .es-carousel-wrapper .es-nav .es-nav-next:hover { background-position:0 -26px; }
@media (max-width: 1200px) {
	.carousel-wrap.successful-projects .es-carousel-wrapper .es-nav .es-nav-prev, .carousel-wrap.successful-projects .es-carousel-wrapper .es-nav .es-nav-next { bottom:-50px; }
}
@media (max-width: 767px) {
	.carousel-wrap.successful-projects .es-carousel-wrapper .es-nav .es-nav-prev, .carousel-wrap.successful-projects .es-carousel-wrapper .es-nav .es-nav-next {
		bottom:auto;
		top:-60px;
		margin:0;
	}
}
.carousel-wrap.successful-projects .es-carousel-wrapper .es-nav .es-nav-prev { right:29px; }
.carousel-wrap.successful-projects .es-carousel-wrapper .es-nav .es-nav-next {
	right:0px;
	background-position:-16px 0;
}
.carousel-wrap.successful-projects .es-carousel-wrapper .es-nav .es-nav-next:hover { background-position:-16px -26px; }
.carousel-wrap.clients { padding:28px 0 29px; }
.carousel-wrap.clients .es-carousel-wrapper { padding:0 50px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.carousel-wrap.clients .es-carousel-wrapper { padding:0 25px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.clients .es-carousel-wrapper { padding:0 80px; }
}
@media (max-width: 480px) {
	.carousel-wrap.clients .es-carousel-wrapper { padding:0 25px; }
}
.carousel-wrap.clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li { position:relative; }
@media (max-width: 480px) {
	.carousel-wrap.clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li { margin-right:30px !important; }
}
.carousel-wrap.clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li:before {
	background-image:url("images/divider.png");
	background-position:0 0;
	background-repeat:no-repeat;
	content:"";
	height:100%;
	left:-28px;
	position:absolute;
	top:0;
	width:1px;
}
@media (max-width: 480px) {
	.carousel-wrap.clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li:before { background:none; }
}
.carousel-wrap.clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .featured-thumbnail {
	border:none;
	text-align:center;
	margin:0;
}
.carousel-wrap.clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .featured-thumbnail a { text-align:center; }
.carousel-wrap.clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .featured-thumbnail a img { display:inline-block; }
.carousel-wrap.clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .featured-thumbnail:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.carousel-wrap.clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc { display:none; }
.carousel-wrap.clients .es-carousel-wrapper .es-nav .es-nav-prev, .carousel-wrap.clients .es-carousel-wrapper .es-nav .es-nav-next {
	width:16px;
	height:26px;
	opacity:1;
	top:4px;
	margin:0;
	background:url(images/nav.png) no-repeat;
}
.carousel-wrap.clients .es-carousel-wrapper .es-nav .es-nav-prev:hover, .carousel-wrap.clients .es-carousel-wrapper .es-nav .es-nav-next:hover { background-position:0 -26px; }
.carousel-wrap.clients .es-carousel-wrapper .es-nav .es-nav-prev { left:0; }
.carousel-wrap.clients .es-carousel-wrapper .es-nav .es-nav-next {
	right:0px;
	background-position:-16px 0;
}
.carousel-wrap.clients .es-carousel-wrapper .es-nav .es-nav-next:hover { background-position:-16px -26px; }
.updates-wrap {
	background:#eaeaea;
	position:relative;
	padding:53px 0;
}
.updates-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-60px;
	position:absolute;
	top:0;
	width:60px;
	background:#eaeaea;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.updates-wrap:before {
		width:175px;
		left:-175px;
	}
}
@media (max-width: 979px) {
	.updates-wrap:before {
		width:100%;
		left:-100%;
	}
}
.updates-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-60px;
	position:absolute;
	top:0;
	width:60px;
	background:#eaeaea;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.updates-wrap:after {
		width:175px;
		right:-175px;
	}
}
@media (max-width: 979px) {
	.updates-wrap:after {
		width:100%;
		right:-100%;
	}
}
.updates-wrap .vertical-divider {
	border-left:4px solid #fff;
	position:relative;
	margin-left:32px;
	padding-left:60px;
}
@media (max-width: 767px) {
	.updates-wrap .vertical-divider {
		border:none;
		padding:0;
		margin:0;
	}
}
.updates-wrap .vertical-divider:before {
	content:"";
	display:block;
	height:60px;
	left:-4px;
	position:absolute;
	top:-60px;
	width:1px;
	border-left:4px solid #fff;
}
@media (max-width: 767px) {
	.updates-wrap .vertical-divider:before { display:none; }
}
.updates-wrap .vertical-divider:after {
	content:"";
	display:block;
	height:100%;
	left:-4px;
	position:absolute;
	top:60px;
	width:1px;
	border-left:4px solid #fff;
}
@media (max-width: 1200px) {
	.updates-wrap .vertical-divider:after { top:100px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.updates-wrap .vertical-divider:after { top:400px; }
}
@media (max-width: 767px) {
	.updates-wrap .vertical-divider:after { display:none; }
}
@media (min-width: 768px) and (max-width: 1200px) {
	.updates-wrap .vertical-divider .row .span3 { width:40%; }
}
@media (min-width: 768px) and (max-width: 1200px) {
	.updates-wrap .vertical-divider .row .span4 {
		width:50%;
		margin-left:4%;
	}
}
.footer {
	background:url(images/bg-footer.png) 50% 0 repeat-y;
	border:none;
	padding:0;
}
nav.nav.footer-nav {
	float:none;
	margin:20px 0;
}
nav.nav.footer-nav ul {
	float:none;
	text-align:left;
}
nav.nav.footer-nav ul li {
	float:none;
	display:block;
	padding:0;
	text-transform:none;
	margin:0;
}
nav.nav.footer-nav ul li.current-menu-item a, nav.nav.footer-nav ul li a:hover {
	color:#fff;
	text-decoration:none;
}
.footer-text {
	padding:40px 0 41px;
	font:12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#fff;
}
.footer-text a { color:#fff; }
.footer-text .year, .footer-text .site-name { text-transform:uppercase; }
@media (max-width: 480px) {
	.footer-text .privacy { display:inline-block; }
}
.footer-text em { font-style:normal; }
@media (max-width: 480px) {
	.footer-text em { display:none; }
}
#back-top-wrapper p a {
	width:24px;
	height:24px;
	opacity:1;
}
#back-top-wrapper p a:hover { background:none; }
#back-top-wrapper p a:hover span {
	background:url(images/totop.png) no-repeat 0 -24px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/totop.png",sizingMethod="crop");
}
#back-top-wrapper p a span {
	width:24px;
	height:24px;
	background:url(images/totop.png) no-repeat 0 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/totop.png",sizingMethod="crop");
	transition:200ms all;
}
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num { color:#8fba6d; }
.search .search-form .search-form_is, .error404-holder .search-form .search-form_is {
	margin:0 0 0 10px;
	padding-top:1px;
	padding-bottom:1px;
	height:34px;
	box-shadow:none;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search .search-form .search-form_is, .error404-holder .search-form .search-form_is {
		display:block;
		margin:0;
	}
}
@media (max-width: 400px) {
	.search .search-form .search-form_is, .error404-holder .search-form .search-form_is {
		display:block;
		margin:0;
	}
}
.ajax-loader {
	position:relative;
	top:3px;
}
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.ie8 h1, .ie8 h2, .ie8 h3, .ie8 h4, .ie8 h5, .ie8 h6 { text-transform:uppercase; }
.ie8 .wpcf7-form .wpcf7-not-valid-tip { font-size:8px !important; }
.ie8 .btn.view-all-updates, .ie8 .reply a.view-all-updates { margin-left:0; }
.ie8 .slider-wrap { min-height:inherit; }
.ie8 .camera_caption {
	width:600px;
	top:40px;
}
.ie8 .camera_caption >div h2 { font-size:50px; }
.ie8 .camera_caption >div h3 { font-size:30px; }
.ie8 .camera .camera_pag { width:600px; }
.ie8 .camera_thumbs { display:none !important; }
.ie8 .home .content-holder { margin-top:0px; }
.ie8 .sidebar .search-form .search-form_is {
	display:block;
	margin:0;
}
.ie8 [id*="categories"] ul li, .ie8 [id*="archives"] ul li, .ie8 .list.custom-list ul li {
	padding:3px 0 3px 22px;
	background-position:0 8px;
}
.ie8 [id*="categories"] ul li a, .ie8 [id*="archives"] ul li a, .ie8 .list.custom-list ul li a { line-height:1.2em; }
.ie8 .footer-widgets:before {
	width:175px;
	left:-175px;
}
.ie8 .footer-widgets:after {
	width:175px;
	right:-175px;
}
.ie8 .footer-widgets .contact .textwidget em {
	float:none;
	margin:0;
	display:inline-block;
}
.ie8 [id*="nav_menu"] ul li { padding:3px 0; }
.ie8 [id*="nav_menu"] ul li a { line-height:1.2em; }
.ie8 .posts-grid.latest-news-events li .clear { display:block; }
.ie8 .posts-grid.latest-news-events li .thumbnail { margin-bottom:20px; }
.ie8 .posts-grid.updates li .thumbnail { margin-bottom:30px; }
.ie8 .service-box.service-featured .service-box_body .title { margin-top:10px; }
.ie8 .carousel-wrap.successful-projects .es-carousel-wrapper { padding:0 50px 0 0; }
.ie8 .carousel-wrap.successful-projects .es-carousel-wrapper .es-nav .es-nav-prev, .ie8 .carousel-wrap.successful-projects .es-carousel-wrapper .es-nav .es-nav-next { bottom:-50px; }
.ie8 .carousel-wrap.clients .es-carousel-wrapper { padding:0 25px; }
.ie8 .updates-wrap:before {
	width:175px;
	left:-175px;
}
.ie8 .updates-wrap:after {
	width:175px;
	right:-175px;
}
.ie8 .updates-wrap .vertical-divider:after { top:100px; }
.ie8 .updates-wrap .vertical-divider .row .span3 { width:40%; }
.ie8 .updates-wrap .vertical-divider .row .span4 {
	width:50%;
	margin-left:4%;
}
.ie8 .error404-holder .search-form .search-form_is {
	display:block;
	margin:0;
}
.ie8 .posts-grid.updates .thumbnail, .ie8 .posts-grid.latest-news-events .thumbnail { width:83px; }
.ie8 .comment-author {
	width:86px !important;
	height:auto !important;
	margin-right:30px;
}
.ie8 .comment-author img {
	width:58px !important;
	height:58px !important;
}
.ie8 .post-author_gravatar { width:58px !important; }
.ie8 .post-author_gravatar img { width:58px !important; }
.ie8 .comments-custom_li .thumbnail { width:86px !important; }
.ie8 .comments-custom_li .avatar {
	width:58px !important;
	height:58px !important;
}
.ie8 #respond #commentform p input { padding-top:8px; }
.ie8 #respond #commentform p input.btn { padding:6px 18px; }
.ie8 .single-clients .thumbnail.large, .ie8 .type-clients .thumbnail.large { width:130px; }
.ie8 .social-nets-wrapper .social li:hover {
	opacity:1;
	filter:alpha(opacity=100);
	filter:none;
}
.transition { transition:all 0.3s ease 0s; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:28px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
