@import url("../CherryFramework/style.css");
body { padding:0 !important; }
.main-holder {
	border-top:4px solid #595959;
	overflow:hidden;
}
h2 { margin:8px 0 20px 0; }
h3 { margin:9px 0 14px 0; }
h4 { text-transform:uppercase; }
p { margin-bottom:38px; }
.header {
	background-color:#fff;
	border:none;
	padding:12px 0 0 0;
}
.header .search-form form {
	border:1px solid #b7b7b7;
	width:220px;
	height:32px;
}
.header .search-form_it {
	width:167px;
	padding:5px 10px 6px;
	margin:0;
	border:none;
	background:none;
	float:left;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.search-form_is {
	margin:0;
	height:39px !important;
}
.header .search-form_is {
	border:none;
	background:none;
	padding:0;
	margin:2px 0 0 0;
	font-size:21px;
	color:#b7b7b7;
	float:left;
	height:auto !important;
	line-height:1.2em;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.header .search-form_is:hover { color:#000; }
.ie8 .header .search-form_is { margin-top:4px; }
.header .search-form { padding:13px 0; }
.nav-wrapper {
	margin-top:9px;
	position:relative;
	-webkit-box-shadow:0 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 5px 0 rgba(0,0,0,0.3);
	box-shadow:0 5px 0 rgba(0,0,0,0.3);
	background-color:#e43b22;
	background-image:-moz-linear-gradient(top,#fe421c,#be312a);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fe421c),to(#be312a));
	background-image:-webkit-linear-gradient(top,#fe421c,#be312a);
	background-image:-o-linear-gradient(top,#fe421c,#be312a);
	background-image:linear-gradient(to bottom,#fe421c,#be312a);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe421c', endColorstr='#ffbe312a', GradientType=0);
}
.ie .nav-wrapper {
	filter:none !important;
	background-color:#be312a;
	background-image:url(images/nav-wrapper-tail.gif);
}
@media (max-width: 767px) {
	.nav-wrapper {
		padding:10px 20px;
		width:auto;
	}
}
.nav-wrapper:before, .nav-wrapper:after {
	content:'';
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	-webkit-box-shadow:0 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 5px 0 rgba(0,0,0,0.3);
	box-shadow:0 5px 0 rgba(0,0,0,0.3);
	background-color:#e43b22;
	background-image:-moz-linear-gradient(top,#fe421c,#be312a);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fe421c),to(#be312a));
	background-image:-webkit-linear-gradient(top,#fe421c,#be312a);
	background-image:-o-linear-gradient(top,#fe421c,#be312a);
	background-image:linear-gradient(to bottom,#fe421c,#be312a);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe421c', endColorstr='#ffbe312a', GradientType=0);
}
.ie .nav-wrapper:before, .ie .nav-wrapper:after {
	background-color:inherit;
	background-image:inherit;
}
.nav-wrapper:before { left:-100%; }
.nav-wrapper:after { right:-100%; }
.nav__primary { margin-bottom:0; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { top:-25px; }
.sf-menu { float:left; }
.sf-menu > li {
	background:transparent;
	margin-left:15px;
}
.ie8 .sf-menu > li { margin-left:10px; }
@media (max-width: 1200px) {
	.sf-menu > li { margin-left:10px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li { margin-left:5px; }
}
.sf-menu > li:first-child { margin-left:0; }
.sf-menu > li > a {
	padding:23px 33px 22px;
	border:none;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a {
		padding-left:18px;
		padding-right:18px;
	}
}
.sf-menu li ul {
	background-color:#252525;
	width:175px;
	padding:17px 0 21px 0;
}
.sf-menu li li {
	background:transparent;
	margin:8px 0 9px;
}
.sf-menu li li a {
	padding:0;
	border:none;
	color:#fff;
}
.sf-menu li li ul { background-color:#fff; }
.sf-menu li li li a { color:#dd3923; }
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a { background-color:rgba(255,255,255,0.21); }
.no-rgba .sf-menu > li > a:hover, .no-rgba .sf-menu > li.sfHover> a, .no-rgba .sf-menu > li.current-menu-item > a, .no-rgba .sf-menu > li.current_page_item > a {
	background-color:transparent;
	background-image:url(images/white-opacity-21.png);
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a {
	background:transparent;
	text-decoration:underline;
}
a > .sf-sub-indicator { top:1.5em; }
.sf-menu ul a.sf-with-ul { padding-right:0; }
.sf-menu ul a > .sf-sub-indicator {
	position:relative;
	display:inline-block;
	vertical-align:top;
	top:5px;
	right:-4px;
	margin-right:-10px;
}
.social_li:before { display:none !important; }
.social-nets-wrapper .social {
	float:right;
	padding-top:22px;
	margin-right:-7px;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social {
		margin:0;
		padding-top:16px;
		float:none;
		text-align:center;
	}
}
.social-nets-wrapper .social li {
	list-style:none;
	float:left;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.social-nets-wrapper .social li a {
	font-size:17px;
	color:#fff;
	padding:0 7px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social-nets-wrapper .social li a:hover {
	text-decoration:none;
	color:#000;
}
.logo { padding-left:28px; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		text-align:center;
		float:none !important;
	}
}
.logo_h__txt { text-transform:uppercase; }
.logo_link:hover { color:#333; }
.logo_tagline {
	margin:-5px 0 0 0;
	font-size:10px;
	text-transform:uppercase;
	color:#333;
}
@media (max-width: 767px) {
	.slider { margin:0 -20px; }
}
@media (max-width: 480px) {
	.slider { display:none; }
}
.camera_caption {
	top:50%;
	margin:-114px 0 0 0;
	color:#333;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption { margin-top:-85px; }
}
@media (max-width: 767px) {
	.camera_caption { margin-top:-44px; }
}
.camera_caption > div {
	width:794px;
	height:227px;
	margin:0 auto;
	background-color:rgba(255,255,255,0.72);
	padding:0;
	left:-223px;
	position:relative;
	overflow:hidden;
}
.ie8 .camera_caption > div { left:-108px; }
@media (max-width: 1200px) {
	.camera_caption > div { left:-108px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption > div {
		left:-102px;
		width:520px;
		height:170px;
	}
}
@media (max-width: 767px) {
	.camera_caption > div {
		left:0;
		width:415px;
		height:90px;
	}
}
.no-rgba .camera_caption > div {
	background-color:transparent;
	background-image:url(images/white-opacity-72.png);
}
.camera_caption h2 {
	font-size:74px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:uppercase;
	color:#333;
	margin:0 0 5px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption h2 { font-size:54px; }
}
@media (max-width: 767px) {
	.camera_caption h2 { font-size:22px; }
}
.camera_caption p {
	font-family:'Roboto Condensed', sans-serif;
	font-size:24px;
	font-weight:300;
	line-height:29px;
	letter-spacing:5px;
	text-transform:uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption p { font-size:20px; }
}
@media (max-width: 767px) {
	.camera_caption p {
		font-size:14px;
		line-height:1.2em;
	}
}
.camera_link {
	position:relative;
	z-index:99;
}
.camera_thumbs_cont { background-color:#fafafa; }
.slider-link {
	display:block !important;
	padding:36px 0 0 63px !important;
	height:100%;
}
.slider-link:hover {
	text-decoration:none;
	color:#333;
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider-link { padding:20px 0 0 40px !important; }
}
@media (max-width: 767px) {
	.slider-link { padding:10px 0 0 15px !important; }
}
.content-holder { padding-bottom:50px; }
.home .content-holder { padding-bottom:35px; }
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
	}
}
.error404-holder_num { color:#333333; }
.title-section { padding:30px 0 0 0; }
.title-header { margin-bottom:.5em; }
.breadcrumb__t {
	margin:0;
	padding:0;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t a { color:#717777; }
.breadcrumb__t li { text-shadow:none; }
.breadcrumb__t .active { color:#ff1c38; }
.breadcrumb__t .divider { margin:0 2px; }
.post-title a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post-title a:hover { text-decoration:none; }
.post_meta {
	border-color:#d8d8d8;
	padding:.5em 0 !important;
}
.post_meta i { color:#d8d8d8; }
.post_meta>div.post_meta_unite { border-color:inherit; }
.post-author {
	border:1px solid #e0e0e0;
	background-color:#fff;
	padding-bottom:25px;
}
.post-author_h a {
	text-transform:capitalize;
	color:#ff1c38;
}
.post-author_h small {
	font-size:1em;
	text-transform:capitalize;
}
.post-author_gravatar { margin-top:5px; }
.post-author_gravatar img {
	padding:0px;
	border:none;
	background:transparent;
}
.post-author_desc p { margin-bottom:0; }
.post-author_desc a {
	text-transform:uppercase;
	color:#ff1c38;
}
#recent-author-comments { padding-top:25px; }
.related-posts_item {
	font-family:'Roboto Condensed', sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:uppercase;
}
.related-posts_item a:hover { text-decoration:none; }
.testimonial {
	border-color:#e0e0e0;
	background-color:#fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.filter-wrapper strong {
	font-family:'Roboto Condensed', sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:11px 0 12px;
	color:#333;
	margin-right:10px;
}
.filter-wrapper .nav { overflow:hidden; }
.nav-pills li a {
	white-space:nowrap;
	font-family:'Roboto Condensed', sans-serif;
	font-size:20px;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding:10px 12px 11px !important;
	line-height:21px;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
@media (max-width: 480px) {
	.nav-pills li a { padding:5px; }
}
.nav-pills li a:hover { color:#333; }
.nav-pills li.active a {
	color:#fff;
	background-color:#ff1c38;
}
.filterable-portfolio h3 a:hover { text-decoration:none; }
.filterable-portfolio .excerpt { margin-bottom:20px; }
.filterable-portfolio .btn-primary {
	font-size:12px;
	padding:2px 12px 3px 14px;
}
.zoom-icon { background:rgba(0,0,0,0.4); }
.no-rgba .zoom-icon { background:url(images/black-opacity-40.png); }
.zoom-icon:before {
	margin:-50px 0 0 -50px;
	width:101px;
	height:101px;
	background:url(images/magnify.png) 50% 50% no-repeat;
}
.comment .comment-body {
	border-color:#e2e2e2;
	background-color:#fff;
	margin-top:20px;
}
.comment.bypostauthor .comment-body { background-color:#fff; }
.comment-author .author {
	padding-top:14px;
	width:80px;
	text-align:left;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	color:#ff1c38;
}
.reply {
	padding-bottom:1px;
	margin-left:16px;
}
.reply a {
	text-transform:uppercase;
	font-family:'Fjalla One', sans-serif;
	font-size:12px;
	padding:2px 12px 3px 14px;
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.4);
	background-color:#e43b22;
	background-image:-moz-linear-gradient(top,#fe421c,#be312a);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fe421c),to(#be312a));
	background-image:-webkit-linear-gradient(top,#fe421c,#be312a);
	background-image:-o-linear-gradient(top,#fe421c,#be312a);
	background-image:linear-gradient(to bottom,#fe421c,#be312a);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe421c', endColorstr='#ffbe312a', GradientType=0);
	border-color:#be312a #be312a #7f211c;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#be312a;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,0.2);
	box-shadow:0 1px 0 rgba(0,0,0,0.2);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.reply a:hover, .reply a:focus, .reply a:active, .reply a.active, .reply a.disabled, .reply a[disabled] {
	color:#fff;
	background-color:#be312a;
	*background-color:#a92c25;
}
.reply a:active, .reply a.active { background-color:#942621 \9; }
.reply a:after {
	content:'\f101';
	font-family:FontAwesome;
	font-size:17px;
	margin:0 0 0 7px;
	position:relative;
	top:1px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.reply a:hover, .reply a:focus {
	background-position:0 -15px;
	-webkit-transition:background-position .1s linear;
	-moz-transition:background-position .1s linear;
	-o-transition:background-position .1s linear;
	transition:background-position .1s linear;
}
.reply a.active, .reply a:active {
	-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.comment-meta { padding-top:4px; }
.comment-list ul.children { margin-left:40px; }
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
	.comment-list ul.children { margin:0; }
}
#commentform p.field { margin-bottom:11px; }
#commentform input[type="text"] {
	width:346px;
	padding:8px 11px;
}
#commentform textarea {
	width:100%;
	max-width:100%;
	min-width:100px;
	height:172px;
	min-height:172px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.widget { margin-bottom:40px; }
.widget > h3 {
	font-size:26px;
	line-height:1.2em;
}
.widget ul { margin-left:0; }
.widget ul li {
	list-style:none;
	margin-bottom:12px;
}
.widget ul li:before {
	content:'';
	width:10px;
	height:10px;
	background-repeat:no-repeat;
	background-image:url(images/bull.png);
	display:inline-block;
	vertical-align:top;
	margin:6px 8px 0 0;
}
.widget ul li a { color:#717777; }
.widget ul li a.btn-primary { color:#fff; }
.widget ul ul { margin:12px 0 0 18px; }
#wp-calendar td#today {
	color:#ff1c38;
	font-weight:bold;
}
.flickr_li:before { display:none !important; }
.flickr_list .thumbnail:hover {
	border-color:#ff1c38;
	-webkit-box-shadow:0 1px 4px rgba(236,61,32,0.26);
	-moz-box-shadow:0 1px 4px rgba(236,61,32,0.26);
	box-shadow:0 1px 4px rgba(236,61,32,0.26);
}
.banners { margin-bottom:40px; }
.comments-custom li { margin:0 !important; }
.comments-custom li:before { display:none !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.comments-custom .featured-thumbnail {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin-right:0;
	}
}
.comments-custom_txt {
	border:none;
	margin-top:0px;
}
.comments-custom_txt a { text-decoration:none; }
.comments-custom_txt a:hover { text-decoration:underline; }
.comments-custom_h_title a { color:#333 !important; }
.comments-custom_h_title a:hover {
	color:#ff1c38 !important;
	text-decoration:none;
}
.comments-custom_h_author {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	text-transform:none;
	margin-bottom:0;
}
.widget .post-list li { margin-bottom:0 !important; }
.post-list li:before { display:none !important; }
.footer-widgets .post-list li {
	padding:0;
	margin-bottom:13px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.widget .post-list .featured-thumbnail {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin-right:0;
	}
}
.post-list_h {
	font-size:17px;
	line-height:1.2em;
}
.footer-widgets .post-list_h {
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	margin:0;
}
.post-list_h a:hover { text-decoration:none; }
.widget .post-list_h a:hover { color:#ff1c38 !important; }
.widget .post-list_h a { color:#333; }
.widget .post-list time { color:#ff1c38; }
@media (min-width: 768px) and (max-width: 979px) {
	.widget .post-list time { display:block; }
}
.widget .post-list_meta {
	margin-bottom:8px;
	font-size:12px;
}
.widget .post-list_meta a { color:#333333 !important; }
.footer-widgets .post-list_meta { font-size:11px; }
.footer-widgets .post-list_meta a {
	color:#bfbfbf;
	border-bottom:1px dotted #737373;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.footer-widgets .post-list_meta a:hover {
	text-decoration:none;
	color:#fff;
	border-bottom-color:#fff;
}
.post-list_author { text-transform:capitalize; }
.footer-widgets .vcard a {
	color:#707070;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.footer-widgets .vcard a:hover {
	color:#fff;
	text-decoration:none;
}
.vcard .adr {
	font-weight:normal;
	display:block;
}
.vcard span {
	display:inline-block;
	vertical-align:top;
}
.vcard .meta_format {
	margin-top:0;
	overflow:hidden;
}
.footer-widgets .vcard .meta_format {
	font-size:11px;
	line-height:15px;
}
.vcard .meta_format i {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-top:-1px;
}
.vcard .meta_format.email { padding-top:15px; }
.vcard .ladle {
	float:left;
	width:62px;
	padding-right:0;
}
.vcard .ladle.email {
	width:auto;
	float:none;
}
.posts-grid h5 {
	font-size:20px;
	line-height:1.2em;
}
.posts-grid h5 a:hover { text-decoration:none; }
.ie8 .posts-grid .featured-thumbnail img { max-width:none; }
.posts-grid.testimonials { padding-top:6px; }
.posts-grid.testimonials li { text-align:center; }
.posts-grid.testimonials h5 { display:none; }
.posts-grid.testimonials .excerpt {
	border:1px solid #d0d0d0;
	background-color:#fff;
	font-style:italic;
	font-size:14px;
	padding:31px 34px 34px 37px;
	margin:0 0 22px 0;
	text-align:left;
	position:relative;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.testimonials .excerpt { padding:25px; }
}
@media (max-width: 767px) {
	.posts-grid.testimonials .excerpt { padding:20px; }
}
.posts-grid.testimonials .excerpt:after {
	content:'';
	width:20px;
	height:11px;
	position:absolute;
	left:50%;
	bottom:-11px;
	margin:0 0 0 -10px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/corner.png);
}
.posts-grid.testimonials .excerpt a {
	color:#717777;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid.testimonials .excerpt a:hover {
	text-decoration:none;
	color:#000;
}
.posts-grid.testimonials .featured-thumbnail {
	padding:3px;
	margin:0 0 7px 0;
	float:none;
	display:inline-block;
	vertical-align:top;
}
.posts-grid.testimonials .featured-thumbnail .zoom-icon:before {
	margin:-13px 0 0 -13px;
	width:25px;
	height:26px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
}
.posts-grid.testimonials .user {
	font-size:14px;
	line-height:1.2em;
	color:#333;
}
.posts-grid.services .excerpt { margin-bottom:0; }
.carousel-wrap.no-button .excerpt { margin-bottom:0; }
.carousel-wrap.no-button .btn { display:none; }
.carousel-wrap > h2 {
	font-size:20px;
	line-height:1.2em;
	margin:0 0 27px 0;
}
.carousel-wrap h5 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.carousel-wrap.clients {
	border-top:1px solid #d8d8d8;
	padding:30px 0 0 0;
	margin-top:13px;
}
.carousel-wrap.clients .es-carousel-wrapper { padding:0 39px 0 67px; }
.ie8 .carousel-wrap.clients .es-carousel-wrapper { padding-left:35px; }
@media (max-width: 1200px) {
	.carousel-wrap.clients .es-carousel-wrapper { padding-left:35px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.clients .es-carousel-wrapper { padding:0 20px 0 26px; }
}
@media (max-width: 767px) {
	.carousel-wrap.clients .es-carousel-wrapper { padding:0; }
}
.carousel-wrap.clients .es-carousel { overflow:hidden; }
.carousel-wrap.clients .es-carousel_li {
	min-height:32px;
	position:relative;
}
@media (max-width: 320px) {
	.carousel-wrap.clients .es-carousel_li { margin-right:40px !important; }
}
.carousel-wrap.clients .es-carousel_li:before {
	position:absolute;
	left:-28px;
	top:0;
	width:1px;
	height:100%;
	background-position:0 0;
	background-repeat:repeat-y;
	background-image:url(images/divider.gif);
	content:'';
}
@media (max-width: 320px) {
	.carousel-wrap.clients .es-carousel_li:before { left:-22px; }
}
.carousel-wrap.clients h5, .carousel-wrap.clients .btn { display:none; }
.carousel-wrap.clients .featured-thumbnail {
	border:none;
	padding:0;
	margin:0;
	background-color:transparent;
}
.carousel-wrap.clients .featured-thumbnail img {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.carousel-wrap.clients .featured-thumbnail:hover img { opacity:0.7; }
.carousel-wrap.clients .es-nav span {
	right:auto;
	left:0;
	top:5px;
	margin:0;
}
@media (max-width: 767px) {
	.carousel-wrap.clients .es-nav span {
		left:auto;
		right:50%;
		margin:-65px 0 0 -20px;
	}
}
.carousel-wrap.clients .es-nav span:before {
	font-size:42px;
	right:inherit;
	left:inherit;
}
.carousel-wrap.clients .es-nav span.es-nav-next {
	right:0;
	left:auto;
}
@media (max-width: 767px) {
	.carousel-wrap.clients .es-nav span.es-nav-next {
		right:50%;
		margin-right:-20px;
	}
}
.carousel-wrap.clients .es-nav span.es-nav-next:before {
	right:inherit;
	left:inherit;
}
.es-carousel_li {
	color:#717777;
	font-size:12px;
}
.es-carousel_li .featured-thumbnail { margin-bottom:16px; }
.es-carousel_li h5 {
	font-size:17px;
	line-height:1.2em;
	text-transform:uppercase;
	margin:0 0 5px 0;
}
.es-carousel_li h5 a { text-decoration:none; }
.es-carousel_li h5 .icon {
	float:right;
	margin:-6px 0 0 0;
}
.es-nav span {
	top:0;
	right:17px;
	margin-top:-46px;
	width:auto;
	height:auto;
	background:none;
	opacity:1;
}
.es-nav span:before {
	content:'\f104';
	font-family:FontAwesome;
	font-size:36px;
	color:rgba(113,119,119,0.4);
	text-indent:0;
	position:absolute;
	right:0;
	top:0;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.no-rgba .es-nav span:before { color:#b8bbbb; }
.es-nav span:hover:before { color:#ff1c38; }
.es-nav span.es-nav-next { right:0; }
.es-nav span.es-nav-next:before {
	content:'\f105';
	left:inherit;
	right:inherit;
}
.footer {
	background-color:transparent;
	background-position:50% 0;
	background-image:url(images/pattern.gif);
	border:none;
	padding:48px 0 42px 0;
}
@media (max-width: 767px) {
	.footer { padding:30px 20px; }
}
.footer-widgets {
	font-size:12px;
	padding-bottom:30px;
}
.footer-widgets a { color:#ededed; }
.footer-widgets h4 {
	color:#ededed;
	font-size:16px;
	margin-bottom:11px;
}
.footer-widgets ul { margin-left:0; }
.footer-widgets ul li { list-style:none; }
.footer-widgets ul li a {
	color:#707070;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.footer-widgets ul li a:hover {
	text-decoration:none;
	color:#fff;
}
.footer-widgets ul li.current-menu-item a, .footer-widgets ul li.current_page_item a {
	text-decoration:none;
	color:#fff;
}
nav.footer-nav {
	float:none;
	padding-top:20px;
	margin-bottom:0;
}
nav.footer-nav ul {
	float:none;
	text-align:center;
}
nav.footer-nav ul li {
	float:none;
	display:inline-block;
	vertical-align:top;
	padding:0 8px;
}
nav.footer-nav ul li a:hover {
	color:#707070;
	text-decoration:underline;
}
.copyright {
	border-top:1px solid #3e3e3e;
	font-size:11px;
	line-height:19px;
	padding:19px 0 0 0;
}
.copyright a { color:#ededed; }
.copyright .textwidget { padding:0 25px; }
@media (max-width: 767px) {
	.copyright .textwidget { padding:0; }
}
.footer-text {
	color:#fff;
	padding-bottom:12px;
}
@media (max-width: 767px) {
	.footer-text {
		text-align:left;
		padding-bottom:0;
	}
}
.footer-text .site-name { text-transform:uppercase; }
.wpcf7-form p.field { overflow:visible; }
.wpcf7-form p.field input {
	padding:8px 11px;
	height:39px;
	line-height:19px;
}
.wpcf7-form p.field textarea { padding:8px 11px; }
.wpcf7-not-valid-tip { padding:8px 11px 8px !important; }
@media (min-width: 767px) and (max-width: 979px) {
	.wpcf7-not-valid-tip {
		padding-top:5px !important;
		line-height:1.2em;
	}
}
.list.custom-list.styled > ul { margin-left:0px; }
.list.custom-list.styled > ul li {
	list-style:none;
	margin-bottom:12px;
}
.list.custom-list.styled > ul li:before {
	content:'';
	width:10px;
	height:10px;
	background-repeat:no-repeat;
	background-image:url(images/bull.png);
	display:inline-block;
	vertical-align:top;
	margin:6px 8px 0 0;
}
.list.custom-list.styled > ul li a { color:#717777; }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border:1px solid #e0e0e0;
	padding:8px 11px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color:#ff1c38;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236,61,32,.3);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236,61,32,.3);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236,61,32,.3);
}
input[type="submit"], input[type="reset"] {
	font-size:12px;
	height:28px;
	line-height:28px;
	padding-top:1px;
	padding-bottom:0;
}
.thumbnail, .featured-thumbnail {
	border:1px solid #d0d0d0;
	padding:8px;
	background-color:#fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-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;
}
.btn-primary {
	text-transform:uppercase;
	font-family:'Fjalla One', sans-serif;
	border:none;
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.4);
	background-color:#e43b22;
	background-image:-moz-linear-gradient(top,#fe421c,#be312a);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fe421c),to(#be312a));
	background-image:-webkit-linear-gradient(top,#fe421c,#be312a);
	background-image:-o-linear-gradient(top,#fe421c,#be312a);
	background-image:linear-gradient(to bottom,#fe421c,#be312a);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe421c', endColorstr='#ffbe312a', GradientType=0);
	border-color:#be312a #be312a #7f211c;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#be312a;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,0.2);
	box-shadow:0 1px 0 rgba(0,0,0,0.2);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color:#fff;
	background-color:#be312a;
	*background-color:#a92c25;
}
.btn-primary:active, .btn-primary.active { background-color:#942621 \9; }
.btn-primary:after {
	content:'\f101';
	font-family:FontAwesome;
	font-size:17px;
	margin:0 0 0 7px;
	position:relative;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-primary.btn-small {
	font-size:12px;
	padding:2px 12px 3px 14px;
}
.btn-primary.btn-small:after { top:1px; }
.fullwidth-box {
	color:#979999;
	background-image:url(images/pattern.gif);
	position:relative;
}
.fullwidth-box:before, .fullwidth-box:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background-image:inherit;
}
.fullwidth-box:before { left:-100%; }
.fullwidth-box:after { right:-100%; }
.fullwidth-box.style-1 .inner {
	background-repeat:repeat-x;
	background-position:0 0;
	background-image:url(images/shadow.png);
	position:relative;
	z-index:4;
	padding:19px 0 18px 0;
}
.fullwidth-box.style-1 .inner:before, .fullwidth-box.style-1 .inner:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background:inherit;
}
.fullwidth-box.style-1 .inner:before { left:-100%; }
.fullwidth-box.style-1 .inner:after { right:-100%; }
.fullwidth-box.style-1 .splash {
	background-repeat:no-repeat;
	background-position:50% 0;
	background-image:url(images/splash.png);
	position:absolute;
	left:50%;
	top:0;
	width:1622px;
	height:514px;
	margin:0 0 0 -811px;
	z-index:3;
}
.fullwidth-box.style-1 h3 {
	color:#fff;
	font-size:19px;
	line-height:1.2em;
	text-transform:uppercase;
	margin:0 0 3px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.fullwidth-box.style-1 h3 { font-size:17px; }
}
.fullwidth-box.style-1 p { margin-bottom:17px; }
.fullwidth-box.style-1 .aligncenter, .fullwidth-box.style-1 div.aligncenter { margin-bottom:15px; }
.fullwidth-box.style-2 {
	background-image:none;
	background-color:#fff;
	border-bottom:1px solid #dbdbdb;
	margin-bottom:67px;
	z-index:4;
}
.fullwidth-box.style-2:before, .fullwidth-box.style-2:after {
	background-color:inherit;
	border-bottom:inherit;
}
.fullwidth-box.style-2 .splash {
	background-repeat:repeat-x;
	background-position:0 0;
	background-image:url(images/shadow1.png);
	width:100%;
	height:11px;
	bottom:-12px;
	position:absolute;
}
.fullwidth-box.style-2 .splash:before, .fullwidth-box.style-2 .splash:after {
	content:'';
	width:100%;
	height:11px;
	position:absolute;
	bottom:0;
	background:inherit;
}
.fullwidth-box.style-2 .splash:before { left:-100%; }
.fullwidth-box.style-2 .splash:after { right:-100%; }
.fullwidth-box.style-2 .inner { padding:55px 0 33px 0; }
@media (max-width: 767px) {
	.fullwidth-box.style-2 .inner { padding:30px 0; }
}
.fullwidth-box.style-2 .spacer { height:5px; }
@media (max-width: 767px) {
	.fullwidth-box.style-2 .spacer { height:18px; }
}
.fullwidth-box.style-2 h2 { margin-top:13px; }
.fullwidth-box.style-2 h3 { margin-top:14px; }
@media (max-width: 767px) {
	.fullwidth-box.style-2 p { margin-bottom:25px; }
}
.extra-icon {
	width:51px;
	height:51px;
	text-align:center;
	margin-top:10px;
	-webkit-border-radius:51px;
	-moz-border-radius:51px;
	border-radius:51px;
	background-color:#e44832;
	background-image:-moz-linear-gradient(top,#fe5736,#be322b);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fe5736),to(#be322b));
	background-image:-webkit-linear-gradient(top,#fe5736,#be322b);
	background-image:-o-linear-gradient(top,#fe5736,#be322b);
	background-image:linear-gradient(to bottom,#fe5736,#be322b);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe5736', endColorstr='#ffbe322b', GradientType=0);
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,0.2);
	box-shadow:0 1px 0 rgba(0,0,0,0.2);
}
.extra-icon.alignleft {
	margin-right:21px;
	margin-left:28px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.extra-icon.alignleft { margin-left:0px; }
}
@media (max-width: 767px) {
	.extra-icon.alignleft { margin-left:0; }
}
#back-top { margin-bottom:0; }
#back-top-wrapper {
	right:50px;
	bottom:51px;
}
#back-top a {
	width:auto;
	color:#c2c2c2;
}
#back-top a:hover { color:#ff1c38; }
#back-top a:hover span { background-color:transparent; }
#back-top span {
	margin-bottom:0;
	width:auto;
	height:auto;
	background:none;
}
#back-top span:before {
	content:'\f0aa';
	font-family:FontAwesome;
	font-size:28px;
	line-height:1.2em;
}
.hr {
	background-color:#d8d8d8;
	margin:67px 0;
}
.fullwidth-box .hr {
	background-color:#454545;
	margin:17px 0 18px 0;
	position:relative;
	overflow:visible;
	z-index:3;
}
.fullwidth-box .hr:before, .fullwidth-box .hr:after {
	content:'';
	position:absolute;
	top:0;
	width:35px;
	height:inherit;
	background-color:inherit;
}
@media (max-width: 767px) {
	.fullwidth-box .hr:before, .fullwidth-box .hr:after { display:none; }
}
.fullwidth-box .hr:before { left:-35px; }
.fullwidth-box .hr:after { right:-35px; }
.sm_hr { background-color:#d8d8d8; }
.fullwidth-box .sm_hr { background-color:#454545; }
.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:31px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
