@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Fjalla+One|Open+Sans:300,400,400italic,700|Roboto+Condensed:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Yesteryear);
@media (max-width: 767px) {
	body { padding:0; }
	body .header, body .content-holder, body .footer { padding:0 20px; }
}
.main-holder { overflow:hidden; }
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:1em; }
}
.featured-thumbnail, .thumbnail, img.size-full {
	border:1px solid #bebbb7;
	background:#ebebe8;
	padding:2px;
	border-radius:0;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn, .reply a {
	border-radius:0;
	border:1px solid #666666;
	color:#464646;
	box-shadow:none;
	text-shadow:none;
	font:14px/1.2em 'Open Sans', sans-serif;
	text-transform:uppercase;
	padding:17px 21px;
	letter-spacing:0;
	background:none;
	text-decoration:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.btn:active, .btn:focus, .btn:hover, .reply a:active, .reply a:focus, .reply a:hover {
	background:none;
	box-shadow:none;
	text-decoration:none;
	color:#f6303e;
	border-color:#f6303e;
}
.btn.btn-large, .reply a.btn-large {
	background:#f6303e;
	border:none;
	border-bottom:2px solid #babbb9;
	color:#fff;
	font-size:28px;
	line-height:1em;
	height:89px;
	display:block;
	padding:28px 0;
	margin-bottom:34px;
	margin-top:5px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.btn.btn-large, .reply a.btn-large {
		padding:20px 0;
		font-size:20px;
		height:auto;
		margin-bottom:26px;
	}
}
@media (max-width: 767px) {
	.btn.btn-large, .reply a.btn-large {
		display:inline-block;
		padding:20px !important;
		height:auto !important;
	}
}
.btn.btn-large:hover, .btn.btn-large:active, .reply a.btn-large:hover, .reply a.btn-large:active { background:#51cec9; }
.btn.btn-large.blue, .reply a.btn-large.blue {
	background:#51cec9;
	font-size:23px;
	padding:33px 0 34px;
	height:auto;
	margin:0;
}
.btn.btn-large.blue:hover, .btn.btn-large.blue:active, .reply a.btn-large.blue:hover, .reply a.btn-large.blue:active { background:#f6303e; }
@media (min-width: 768px) and (max-width: 979px) {
	.btn.btn-large.blue, .reply a.btn-large.blue {
		padding:19px 0;
		font-size:18px;
	}
}
.btn.margin-top, .reply a.margin-top { margin-top:38px; }
@media (max-width: 767px) {
	.btn.margin-top, .reply a.margin-top { margin-top:10px; }
}
img.size-full { margin-bottom:30px; }
img.size-full.bottom { margin-bottom: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:10px;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:1.2em;
	text-transform:none;
	color:#666666;
	text-decoration:none;
	position:relative;
	border-radius:0;
	border:none;
	background:#ffffff;
	box-shadow:none;
}
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; }
.header {
	border-top:5px solid #f6303e;
	padding:0;
	border-bottom:1px solid #bebbb7;
}
.home .header:after {
	content:"";
	position:absolute;
	width:100%;
	height:171px;
	background:#f5f5f4;
	bottom:0;
}
.nav__primary {
	position:relative;
	float:none;
	text-align:right;
	overflow:visible;
	margin:44px 49px 0 0;
	border:none;
	padding:0;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.nav__primary { margin-right:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary { margin-top:30px; }
}
@media (max-width: 767px) {
	.nav__primary { margin:20px 0; }
}
.nav__primary .sf-menu {
	float:right;
	display:inline-block;
	position:relative;
	padding:0;
	z-index:1;
}
@media (max-width: 767px) {
	.nav__primary .sf-menu { display:none !important; }
}
.nav__primary .sf-menu >li {
	background:none;
	float:left;
	display:inline-block;
	position:relative;
	border:none;
	padding:0;
	margin:0 0 0 59px;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.nav__primary .sf-menu >li { margin:0 0 0 40px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li { margin:0 0 0 15px; }
}
.nav__primary .sf-menu >li:after {
	content:"";
	width:220%;
	height:3px;
	top:27px;
	background:#f6303e;
	position:relative;
	display:block;
	margin-left:-60%;
	display:none;
}
.nav__primary .sf-menu >li:first-child { margin:0; }
.nav__primary .sf-menu >li:first-child:after { display:none; }
.nav__primary .sf-menu >li:hover:after { display:block; }
.nav__primary .sf-menu >li >a {
	border:none;
	padding:0;
	text-transform:uppercase;
	border-radius:0;
	position:relative;
	letter-spacing:0;
	transition:all 0.3s ease 0s;
	background:none;
}
.nav__primary .sf-menu >li >a:hover {
	color:#f6303e;
	border-top:none;
	border-left:none;
	text-decoration:none;
	background:none;
}
.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:30px;
	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:after { display:block; }
.nav__primary .sf-menu >li.current-menu-item >a {
	color:#f6303e;
	border-top:none;
	border-left:none;
	text-decoration:none;
	background:none;
}
.nav__primary .sf-menu >li.current-menu-item >a:before, .nav__primary .sf-menu >li.current-menu-item >a:after { visibility:visible; }
.nav__primary .sf-menu >li.sfHover:after { display:block; }
.nav__primary .sf-menu >li.sfHover >a {
	color:#f6303e;
	border-top:none;
	border-left:none;
	text-decoration:none;
	background:none;
}
.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:#474747;
	top:47px;
	left:50%;
	width:160px;
	padding:20px 0;
	margin:0 0 0 -80px;
	border:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:center;
	border:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	padding:7px 0;
	background:none;
	border:none;
	color:#fff;
	text-transform:none;
	display:inline-block;
	letter-spacing:0;
	border-radius:0;
	margin:0;
	letter-spacing:0;
	font:12px/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#f6303e;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:7px;
	right:-20px;
	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:#f6303e;
	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:#f6303e;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#fff;
	padding:20px 0;
	margin:0;
	top:-20px;
	left:100%;
	border-radius:0;
	width:100%;
	box-shadow:0 0 5px rgba(71,71,71,0.2);
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:center;
	border:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:first-child { border-top:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	padding:7px 0;
	color:#474747;
	display:inline-block;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#f6303e;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#f6303e;
	text-shadow:none;
	background:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav-wrap { width:380px; }
}
.social-nets-wrapper {
	margin:43px 3px 0 11px;
	padding-left:15px;
	border-left:1px solid #000;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.social-nets-wrapper {
		margin-left:0;
		padding-left:0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.social-nets-wrapper {
		margin-top:30px;
		padding-left:10px;
		width:124px;
	}
}
@media (max-width: 767px) {
	.social-nets-wrapper {
		margin:20px 0;
		padding:0;
		border:none;
	}
}
.social-nets-wrapper .social {
	list-style-type:none;
	margin:0;
	text-align:right;
}
.social-nets-wrapper .social li {
	display:inline-block;
	width:16px;
	height:17px;
	overflow:hidden;
	margin-left:10px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.social-nets-wrapper .social li { margin-left:5px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.social-nets-wrapper .social li { margin-left:5px; }
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li a {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	width:16px;
	height:17px;
	position:relative;
	transition:none;
}
.social-nets-wrapper .social li a.facebook { background:url(images/icons/facebook.png) no-repeat; }
.social-nets-wrapper .social li a.facebook:hover { background-position:0 -17px; }
.social-nets-wrapper .social li a.twitter { background:url(images/icons/twitter.png) no-repeat; }
.social-nets-wrapper .social li a.twitter:hover { background-position:0 -17px; }
.social-nets-wrapper .social li a.feed { background:url(images/icons/feed.png) no-repeat; }
.social-nets-wrapper .social li a.feed:hover { background-position:0 -17px; }
.social-nets-wrapper .social li a.pinterest { background:url(images/icons/pinterest.png) no-repeat; }
.social-nets-wrapper .social li a.pinterest:hover { background-position:0 -17px; }
.social-nets-wrapper .social li a.linkedin { background:url(images/icons/linkedin.png) no-repeat; }
.social-nets-wrapper .social li a.linkedin:hover { background-position:0 -17px; }
.social-nets-wrapper .social li a.google { background:url(images/icons/google.png) no-repeat; }
.social-nets-wrapper .social li a.google:hover { background-position:0 -17px; }
.top-service-wrap {
	background:#ebebe8;
	position:relative;
	padding:10px 0 9px;
}
.top-service-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#ebebe8;
}
.top-service-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#ebebe8;
}
.chat {
	margin-top:15px;
	cursor:pointer;
	width:200px;
}
@media (max-width: 767px) {
	.chat { display:none; }
}
.chat img {
	float:left;
	margin:3px 10px 0 2px;
}
.chat p {
	font:bold 10px/12px 'Open Sans', sans-serif;
	text-transform:uppercase;
	color:#666666;
}
.chat p:hover { color:#f6303e; }
.chat p span {
	display:block;
	font-weight:normal;
	text-transform:none;
	color:#9c9c9f;
}
@media (min-width: 768px) and (max-width: 979px) {
	.chat p span { padding-left:27px; }
}
.header .search-form__h form#search-header { position:relative; }
.header .search-form__h form#search-header input.search-form_it {
	margin:7px 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:189px;
	height:34px;
	box-shadow:none;
	border-radius:0;
	border:1px solid #bebbb7 !important;
	background:none;
	padding-right:40px;
}
.header .search-form__h form#search-header input.search-form_is {
	position:absolute;
	z-index:100;
	right:0;
	text-indent:-9999px;
	border:none;
	top:0;
	padding:5px;
	width:25px;
	height:25px;
	margin:13px 12px 0 0;
	background:url(images/search.png) no-repeat 3px 0;
	transition:none;
}
.header .search-form__h form#search-header input.search-form_is:hover { background-position:3px -60px; }
#wp-live-chat-1 { background:#000 !important; }
#wp-live-chat { border:none !important; }
.logo-wrap {
	border-bottom:1px solid #bebbb7;
	position:relative;
}
.logo-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	border-bottom:1px solid #bebbb7;
}
.logo-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	border-bottom:1px solid #bebbb7;
}
.logo { padding:17px 0 7px; }
@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:none; }
.logo .logo_h__txt a {
	color:#f6303e;
	text-decoration:none;
}
.logo .logo_tagline { margin:0 0 15px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo .logo_tagline { margin:0 0 1px 0; }
}
.slider {
	width:1240px;
	margin-top:8px;
	margin-left:-35px;
	overflow:visible;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.slider {
		width:940px;
		margin-left:0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider {
		width:724px;
		margin-left:0;
	}
}
@media (max-width: 767px) {
	.slider {
		width:auto;
		margin-left:0;
	}
}
.cameraSlide img {
	border:1px solid #bebbb7;
	padding:2px;
	background:#ebebe8;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.camera { float:none; }
.camera_caption {
	width:643px;
	top:0;
	bottom:0;
	right:-1px;
	margin:3px 0 3px 0;
	background:url(images/bg-caption.png) no-repeat 0 100%;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_caption {
		width:500px;
		right:3px !important;
		left:auto !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption {
		width:400px;
		right:3px !important;
		left:auto !important;
		background-position:0 50%;
	}
}
@media (max-width: 767px) {
	.camera_caption { display:none !important; }
}
.camera_caption div {
	background:none;
	width:70%;
	height:60%;
	min-width:400px;
	max-width:600px;
	padding:40px 30px;
	overflow:auto;
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:auto;
	right:20px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_caption div {
		width:60%;
		max-width:400px;
		min-width:200px;
		height:70%;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption div {
		width:50%;
		max-width:300px;
		min-width:150px;
	}
}
.camera_caption div h2 {
	font:300 53px/62px 'Open Sans', sans-serif;
	color:#1b5278;
	text-transform:none;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_caption div h2 {
		font-size:35px;
		line-height:1.2em;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption div h2 {
		font-size:20px;
		line-height:1.2em;
	}
}
.camera_caption div .btn {
	border:1px solid #1b5278;
	font-family:'Open Sans', sans-serif;
	color:#1b5278;
	padding:15px 22px;
	margin-top:40px;
}
.camera_caption div .btn:hover {
	border-color:#f6303e;
	color:#f6303e;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption div .btn {
		padding:5px;
		font-size:10px;
		margin-top:20px;
	}
}
.camera_prev, .camera_next {
	width:21px;
	height:34px;
	margin:-24px 0 0 0;
	background:none;
}
.camera_prev span, .camera_next span {
	width:21px;
	height:34px;
}
.camera_prev { left:-57px; }
@media (max-width: 1350px) {
	.camera_prev { left:20px; }
}
.camera_prev span { background:url(images/nav-slider.png) no-repeat; }
.camera_prev span:hover { background-position:0 -34px; }
.camera_next { right:-47px; }
@media (max-width: 1350px) {
	.camera_next { right:20px; }
}
.camera_next span { background:url(images/nav-slider.png) no-repeat -21px 0; }
.camera_next span:hover { background-position:-21px -34px; }
.slider-caption {
	text-align:center;
	padding:27px 0 18px;
	font-size:19px;
	font-family:'Open Sans', sans-serif;
}
.slider-caption strong {
	color:#1b5278;
	text-transform:uppercase;
}
.slider-caption em { color:#666666; }
.camera_commands {
	margin-top:-26px;
	right:46px;
}
.content-holder { background:#dbdcd9; }
.home .content-holder {
	padding-top:60px;
	padding-bottom:40px;
}
.title-section {
	padding:25px 0 34px;
	position:relative;
	background:#f5f5f4;
	border-bottom:1px solid #bebbb7;
}
.title-section:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#f5f5f4;
	border-bottom:1px solid #bebbb7;
}
.title-section:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#f5f5f4;
	border-bottom:1px solid #bebbb7;
}
.title-section .title-header {
	margin-bottom:8px;
	font:600 19px/1.2em 'Open Sans', sans-serif;
}
.title-section .breadcrumb {
	background:none;
	padding:0;
	text-transform:none;
	text-shadow:none;
	letter-spacing:0;
	border:none;
	border-radius:0;
	font:14px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.title-section .breadcrumb >li { text-shadow:none; }
.title-section .breadcrumb >li.active { color:#f6303e; }
.title-section .breadcrumb a {
	color:#383838;
	text-shadow:none;
}
.title-section .breadcrumb .divider {
	padding:0 2px;
	color:#383838;
}
#content, #sidebar { padding-top:65px; }
@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 {
	margin-bottom:16px;
	color:#474747;
}
article .post-header .post-title a { color:#474747; }
article .post_meta {
	padding:10px 0;
	border-top:1px solid #b4b4b4;
	border-bottom:1px solid #b4b4b4;
	position:relative;
	display:block;
	margin-bottom:20px;
	overflow:visible;
}
article .post_meta .post_meta_unite { border-color:#b4b4b4; }
article .post_meta i {
	margin-right:6px;
	color:#b4b4b4;
	font-size:15px;
}
article .post_meta span {
	font:14px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right:10px;
}
article .post_meta .post_date { color:#f6303e; }
article .post_meta .post_author a {
	color:#666666;
	text-transform:uppercase;
}
article .post_meta .post_category a, article .post_meta .post_tag a { color:#f6303e; }
article .post_meta .post_comment a { color:#f6303e; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#f6303e; }
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:"Helvetica Neue", Helvetica, Arial, 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 20px;
	border:none;
	background:#eaeae9;
	border-radius:0;
}
.single #content .post-author .post-author_h {
	font:14px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-transform:uppercase;
	color:#666666;
}
.single #content .post-author .post-author_h a {
	color:#666666;
	font-weight:normal;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 20px 20px 0;
	padding:0;
	border:none;
}
.single #content .post-author .post-author_gravatar img {
	border:none;
	padding:0;
	width:80px;
	height:80px;
}
.single #content .post-author .post-author_desc {
	padding-left:100px;
	text-transform:none;
	color:#666666;
	font:14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single #content .post-author .post-author_link {
	margin-top:15px;
	font-size:14px;
	text-transform:none;
	color:#666666;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	color:#666666;
}
div.type-page h2 { margin-bottom:18px; }
@media (max-width: 767px) {
	div.type-page h2 { margin-top:30px; }
}
.home div.type-page h2 { margin-bottom:14px; }
.filter-wrapper { margin:1px 0 28px; }
.filter-wrapper strong {
	color:#2e2f30;
	padding:0;
	font:13px/1.2em 'Roboto Condensed', sans-serif;
	margin-right:0px;
	margin-top:10px;
	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 10px; }
@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:#2e2f30;
	font:13px/1.2em 'Roboto Condensed', sans-serif;
	padding:10px 5px;
	margin:0;
	background:none;
	border-radius:0;
	text-transform:uppercase;
	letter-spacing:0;
	border-bottom:none;
}
@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;
	box-shadow:none;
	color:#2e2f30;
	background:#f6303e;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	box-shadow:none;
	color:#2e2f30;
	background:#f6303e;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:20px 0 3px;
	text-transform:none;
	font:14px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:0;
}
.filterable-portfolio li .caption h3 a {
	color:#383838;
	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 {
	line-height:1.2em;
	font-size:12px;
}
.filterable-portfolio li .zoom-icon { background:rgba(255,255,255,0.4); }
.filterable-portfolio li .zoom-icon:before {
	background:url(images/zoom.png) 50% 50% no-repeat;
	width:101px;
	height:101px;
	margin:-50px 0 0 -50px;
}
.grid_gallery, .jp-audio, .jp-video, article.testimonial { margin-bottom:20px; }
.single-clients .thumbnail.large {
	width:auto;
	float:left;
	margin:0 20px 20px 0;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font-size:26px;
	line-height:1.2em;
	margin:30px 0 20px;
}
.related-posts .thumbnail a {
	display:block;
	margin:0;
}
.related-posts .thumbnail a img {
	display:block;
	width:100%;
}
.related-posts a {
	color:#474747;
	display:inline-block;
	font:26px/1.2em 'Fjalla One', sans-serif;
	margin-top:15px;
	text-transform:uppercase;
}
.related-posts a:hover { text-decoration:underline; }
.comment-holder .comment-list .comment .comment-body {
	padding:30px 30px 30px 20px;
	border:none;
	background:#eaeae9;
	border-radius:0;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:0 20px 0 0;
	text-align:left;
	background: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:80px;
	height:80px;
	display:block;
	margin:0;
	padding:0;
	background:none;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:14px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#534a48;
	text-transform:uppercase;
	margin-top:10px;
}
@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:3px 0 0 0;
	font:14px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#f6303e;
	text-transform:none;
}
.comment-holder .comment-list .comment .comment-body .comment-reply-link {
	text-decoration:none !important;
	border:none;
	padding:0;
}
.comment-holder .comment-list .comment .comment-body .comment-reply-link:hover { text-decoration:none !important; }
.comment-holder #respond #commentform { margin-top:0; }
.wpcf7-form p.field input:focus { border-color:#a6a6a6 !important; }
.wpcf7-form textarea { color:#666666 !important; }
.wpcf7-form textarea:focus { border-color:#a6a6a6 !important; }
.wpcf7-form textarea.watermark { color:#666666 !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:2px 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; }
#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:20px;
	margin-bottom:2px;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	margin-top:10px;
	width:auto;
	border:none;
	padding:0;
}
#respond #commentform .btn-align { text-align:right; }
.sidebar .widget { margin-bottom:60px; }
.sidebar .widget >h3 {
	margin:10px 0 15px;
	font-size:26px;
	line-height:1.2em;
}
.sidebar .social { margin:7px 0 0 0; }
@media (max-width: 767px) {
	.sidebar .social { text-align:left; }
}
.sidebar .social .social_ico {
	width:16px;
	height:17px;
	overflow:hidden;
}
.sidebar .social li {
	padding:0;
	margin:0 0 5px 0;
	line-height:17px;
	float:none;
	display:block;
}
.sidebar .social li:first-child { margin-left:0px; }
.sidebar .social li .social_ico {
	width:16px;
	height:17px;
	display:inline-block;
	text-indent:-9999px;
}
.sidebar .social li .social_ico img { text-indent:-9999px; }
.sidebar .social li .social_link:hover { opacity:1; }
.sidebar .social li .social_link:hover .social_label { text-decoration:underline; }
.sidebar .social li .social_link {
	line-height:17px;
	padding:0;
	max-height:17px;
	transition:none;
	display:inline-block;
}
.sidebar .social li .social_label {
	margin-left:7px;
	line-height:17px;
}
.sidebar .social li .social_link__facebook { background:url(images/icons/facebook.png) no-repeat; }
.sidebar .social li .social_link__facebook:hover { background-position:0 -17px; }
.sidebar .social li .social_link__twitter { background:url(images/icons/twitter.png) no-repeat; }
.sidebar .social li .social_link__twitter:hover { background-position:0 -17px; }
.sidebar .social li .social_link__feed { background:url(images/icons/feed.png) no-repeat; }
.sidebar .social li .social_link__feed:hover { background-position:0 -17px; }
.sidebar .social li .social_link__pinterest { background:url(images/icons/pinterest.png) no-repeat; }
.sidebar .social li .social_link__pinterest:hover { background-position:0 -17px; }
.sidebar .social li .social_link__google { background:url(images/icons/google.png) no-repeat; }
.sidebar .social li .social_link__google:hover { background-position:0 -17px; }
.sidebar .social li .social_link__linkedin { background:url(images/icons/linkedin.png) no-repeat; }
.sidebar .social li .social_link__linkedin:hover { background-position:0 -17px; }
[id*="categories"] ul, [id*="archives"] ul {
	margin:0;
	list-style-type:none;
}
[id*="categories"] ul li, [id*="archives"] ul li {
	background:url(images/menu-plus.png) no-repeat 0 10px;
	padding-left:20px;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li, [id*="archives"] ul li {
		margin:5px 0;
		background-position:0 5px;
	}
}
[id*="categories"] ul li a, [id*="archives"] ul li a {
	font:13px/30px 'Roboto Condensed', sans-serif;
	color:#2e2f30;
	text-transform:uppercase;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li a, [id*="archives"] ul li a { line-height:1.2em; }
}
[id*="my_poststypewidget"] .post-list li { padding:5px 0; }
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:14px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:none;
	margin-top:0;
	letter-spacing:0;
	margin:0px;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#383838; }
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		display:inline-block;
	}
}
[id*="my_poststypewidget"] .post-list li .excerpt {
	margin:0 0;
	font-size:12px;
	line-height:1.2em;
}
[id*="my_poststypewidget"] .post-list li time {
	background:none;
	color:#f6303e;
	padding:0;
	margin-bottom:15px;
	display:block;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .thumbnail {
	padding:14px;
	border-color:#d8d8d8;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .thumbnail img {
	width:58px;
	height:58px;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .meta_format { margin:0; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author {
	margin:20px 0 10px;
	font:14px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#666666;
	letter-spacing:0;
	text-transform:uppercase;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li time {
	margin:0;
	font:14px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#f6303e;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt {
	border:none;
	font-size:12px;
	line-height:1.2em;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a { color:#666666; }
.search-form .search-form_is {
	margin:0 0 0 10px;
	padding-top:1px;
	padding-bottom:1px;
	height:40px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .search-form_is {
		display:block;
		margin-left:0;
	}
}
@media (max-width: 480px) {
	.search-form .search-form_is {
		display:block;
		margin-left:0;
	}
}
.footer-widgets { padding:50px 0 29px; }
.footer-widgets [id*="nav_menu"] >h4, .footer-widgets [id*="text"].contacts >h4 {
	text-indent:-9999px;
	border-bottom:1px solid #5d5d5d;
}
.footer-widgets .menu-1 >h4 { background:url(images/menu-1.png) no-repeat; }
.footer-widgets .menu-2 >h4 { background:url(images/menu-2.png) no-repeat; }
.footer-widgets .menu-3 >h4 { background:url(images/menu-3.png) no-repeat; }
.footer-widgets .contacts >h4 { background:url(images/contacts.png) no-repeat; }
.footer-widgets [id*="nav_menu"] .menu {
	list-style-type:none;
	margin:0;
}
.footer-widgets [id*="nav_menu"] .menu li {
	font-size:12px;
	color:#474747;
	line-height:24px;
}
.footer-widgets .contacts p {
	font-size:12px;
	line-height:18px;
	color:#474747;
	margin-bottom:18px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-widgets .contacts p { margin-bottom:5px; }
	.footer-widgets .contacts p br { display:none; }
}
.footer-widgets .contacts p span {
	float:right;
	margin-right:10px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.footer-widgets .contacts p span {
		float:none;
		margin:0 0 5px 0;
		display:block;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-widgets .contacts p a { font-size:10px; }
}
.accordion { margin-top:14px; }
.accordion .accordion-group {
	border:none;
	background:none;
	margin:0;
}
.accordion .accordion-group .accordion-heading {
	font:13px/1.2em 'Roboto Condensed', sans-serif;
	color:#2e2f30;
	text-transform:uppercase;
	position:relative;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e7e7e7 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e7e7e7));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e7e7e7 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e7e7e7 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e7e7e7 100%);
	background:linear-gradient(to bottom,#ffffff 0%,#e7e7e7 100%);
	border:1px solid #b8b8b8;
	border-radius:5px;
}
.accordion .accordion-group .accordion-heading .accordion-toggle {
	padding:9px 45px 9px 15px;
	text-decoration:none !important;
}
.accordion .accordion-group .accordion-heading .accordion-toggle:hover {
	text-decoration:none !important;
	color:#2e2f30;
}
.accordion .accordion-group .accordion-heading .accordion-toggle:before {
	content:"";
	width:1px;
	height:100%;
	background:#b8b8b8;
	display:block;
	position:absolute;
	top:0;
	right:39px;
}
.accordion .accordion-group .accordion-heading .accordion-toggle:after {
	font-family:FontAwesome;
	content:"";
	font-size:14px;
	position:absolute;
	padding:0 13px;
	right:0;
	border:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.accordion .accordion-group .accordion-heading .accordion-toggle:after {
		top:50%;
		margin-top:-4px;
	}
}
.accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
	color:#2e2f30;
	text-decoration:none;
}
.accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:hover { color:#2e2f30; }
.accordion .accordion-group .accordion-heading .accordion-toggle.active { color:#2e2f30; }
.accordion .accordion-group .accordion-heading .accordion-toggle.active:after { content:""; }
.accordion .accordion-group .accordion-body .accordion-inner {
	border:none;
	background:none;
	font:11px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:4px 12px 8px 20px;
}
.accordion .accordion-group .accordion-body .accordion-inner a {
	color:#f6303e;
	font-weight:bold;
}
.accordion .accordion-group .accordion-body .accordion-inner p { margin:0; }
.spacer { height:43px; }
@media (max-width: 767px) {
	.spacer { display:none; }
}
.home .spacer { height:40px; }
.posts-grid.services-overview li .clear, .posts-grid.services-overview li .read-more { display:none; }
.posts-grid.services-overview li .thumbnail {
	float:left;
	margin:0 20px 10px 0;
}
.posts-grid.services-overview li h5 {
	margin-top:0;
	font:14px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:none;
}
.posts-grid.services-overview li h5 a { color:#383838; }
.posts-grid.services-overview li .excerpt { font:12px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif; }
.hr {
	background:#bebbb7;
	position:relative;
	overflow:visible;
	margin:20px 0;
}
.hr:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#bebbb7;
}
.hr:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#bebbb7;
}
.tabs-wrapper { border-radius:5px 5px 0 0; }
@media (max-width: 767px) {
	.tabs-wrapper { margin-top:30px !important; }
}
.tabs-wrapper .nav-tabs {
	margin:0;
	display:inline-block;
	border:none;
	border:1px solid #bebbb7;
	border-radius:5px 5px 0 0;
	overflow:visible;
	z-index:1000;
}
@media (max-width: 480px) {
	.tabs-wrapper .nav-tabs { margin-bottom:5px; }
}
.tabs-wrapper .nav-tabs li {
	background:#bebbb7;
	margin:0;
	border-left:1px solid #d6d6d6;
	position:relative;
	z-index:100;
	width:176px;
	text-align:center;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.tabs-wrapper .nav-tabs li { width:140px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.tabs-wrapper .nav-tabs li {
		width:auto;
		padding:0 5px;
	}
}
@media (max-width: 767px) {
	.tabs-wrapper .nav-tabs li {
		width:auto;
		padding:0 5px;
	}
}
@media (max-width: 480px) {
	.tabs-wrapper .nav-tabs li {
		float:none;
		display:block;
		border:none;
		padding:0 10px;
	}
}
.tabs-wrapper .nav-tabs li:first-child { border-left:0; }
.tabs-wrapper .nav-tabs li:first-child.active, .tabs-wrapper .nav-tabs li:first-child.active:hover, .tabs-wrapper .nav-tabs li:first-child:hover { border-radius:6px 0 0 0 !important; }
@media (max-width: 480px) {
	.tabs-wrapper .nav-tabs li:first-child.active, .tabs-wrapper .nav-tabs li:first-child.active:hover, .tabs-wrapper .nav-tabs li:first-child:hover { border-radius:6px 6px 0 0 !important; }
}
.tabs-wrapper .nav-tabs li:first-child a { border-radius:6px 0 0 0 !important; }
@media (max-width: 480px) {
	.tabs-wrapper .nav-tabs li:first-child a { border-radius:6px 6px 0 0 !important; }
}
.tabs-wrapper .nav-tabs li:last-child.active, .tabs-wrapper .nav-tabs li:last-child.active:hover, .tabs-wrapper .nav-tabs li:last-child:hover { border-radius:0 6px 0 0 !important; }
@media (max-width: 480px) {
	.tabs-wrapper .nav-tabs li:last-child.active, .tabs-wrapper .nav-tabs li:last-child.active:hover, .tabs-wrapper .nav-tabs li:last-child:hover { border-radius:0 !important; }
}
.tabs-wrapper .nav-tabs li:last-child a { border-radius:0 6px 0 0 !important; }
@media (max-width: 480px) {
	.tabs-wrapper .nav-tabs li:last-child a { border-radius:0 !important; }
}
.tabs-wrapper .nav-tabs li:hover {
	border-radius:0;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#fdfdfd 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#fdfdfd));
	background:-webkit-linear-gradient(top,#ffffff 0%,#fdfdfd 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#fdfdfd 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#fdfdfd 100%);
	background:linear-gradient(to bottom,#ffffff 0%,#fdfdfd 100%);
}
.tabs-wrapper .nav-tabs li:hover a { color:#f6303e; }
.tabs-wrapper .nav-tabs li a {
	margin:0;
	border:none !important;
	background:none;
	font:14px/1.2em 'Roboto Condensed', sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:9px 0 !important;
}
.tabs-wrapper .nav-tabs li.active {
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#fdfdfd 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#fdfdfd));
	background:-webkit-linear-gradient(top,#ffffff 0%,#fdfdfd 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#fdfdfd 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#fdfdfd 100%);
	background:linear-gradient(to bottom,#ffffff 0%,#fdfdfd 100%);
}
.tabs-wrapper .nav-tabs li.active:after {
	content:"";
	width:100%;
	height:1px;
	position:absolute;
	background:#fff;
	bottom:-1px;
	left:0;
	z-index:10000;
}
@media (max-width: 480px) {
	.tabs-wrapper .nav-tabs li.active:after { display:none; }
}
.tabs-wrapper .nav-tabs li.active a { color:#f6303e; }
.tabs-wrapper .tab-content {
	z-index:10;
	position:relative;
	top:-7px;
	background:#fdfdfd;
	background:-moz-linear-gradient(top,#fdfdfd 0%,#e6e6e6 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdfdfd),color-stop(100%,#e6e6e6));
	background:-webkit-linear-gradient(top,#fdfdfd 0%,#e6e6e6 100%);
	background:-o-linear-gradient(top,#fdfdfd 0%,#e6e6e6 100%);
	background:-ms-linear-gradient(top,#fdfdfd 0%,#e6e6e6 100%);
	background:linear-gradient(to bottom,#fdfdfd 0%,#e6e6e6 100%);
	border:1px solid #bebbb7;
	border-radius:0 0 5px 5px;
}
.tabs-wrapper .tab-content .tab-pane { padding:35px 40px 40px; }
.tabs-wrapper .tab-content .tab-pane .service-box {
	border:none;
	box-shadow:none;
	padding:0;
	border-radius:0;
	background:none;
}
.tabs-wrapper .tab-content .tab-pane .service-box i {
	float:left;
	font-size:102px;
	line-height:1em;
	color:#f6303e;
}
@media (max-width: 480px) {
	.tabs-wrapper .tab-content .tab-pane .service-box i { font-size:50px; }
}
.tabs-wrapper .tab-content .tab-pane .service-box .service-box_body { padding-left:136px; }
@media (max-width: 480px) {
	.tabs-wrapper .tab-content .tab-pane .service-box .service-box_body { padding-left:70px; }
}
.tabs-wrapper .tab-content .tab-pane .service-box .service-box_body .title {
	font:14px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#383838;
	text-transform:none;
}
@media (max-width: 767px) {
	.tabs-wrapper .tab-content .tab-pane .service-box .service-box_body .title { margin-top:0; }
}
.tabs-wrapper .tab-content .tab-pane .service-box .service-box_body .service-box_txt {
	font:12px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#666666;
}
.service-service-box {
	border:none;
	box-shadow:none;
	padding:0;
	border-radius:0;
	background:none;
	margin:3px 0 0 0;
}
.service-service-box .icon { margin:5px 20px 10px 0; }
.service-service-box .service-box_body { padding-left:85px; }
.home .tabs-wrapper { margin-top:13px; }
.carousel-wrap.our-clients h2 {
	text-align:center;
	margin-bottom:18px !important;
}
.carousel-wrap.our-clients .es-carousel-wrapper { padding:0 70px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.carousel-wrap.our-clients .es-carousel-wrapper { padding:0 40px; }
}
@media (max-width: 767px) {
	.carousel-wrap.our-clients .es-carousel-wrapper { padding:0 30px; }
}
.carousel-wrap.our-clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li {
	display:inline-block;
	float:none;
	text-align:center;
	vertical-align:middle;
}
@media (min-width: 768px) and (max-width: 3000px) {
	.carousel-wrap.our-clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li { width:130px !important; }
}
.carousel-wrap.our-clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc { display:none; }
.carousel-wrap.our-clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .featured-thumbnail {
	padding:0;
	margin:0;
	border:none;
	background:none;
	text-align:center;
	position:relative;
}
.carousel-wrap.our-clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .featured-thumbnail a { display:inline-block; }
.carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-prev, .carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-next {
	width:14px;
	height:24px;
	top:50%;
	margin:-18px 0 0 0;
	opacity:1;
	background:url(images/nav.png) no-repeat;
}
@media (max-width: 767px) {
	.carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-prev, .carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-next { background-position:0 -24px; }
}
.carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-prev:hover, .carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-next:hover { background-position:0 -24px; }
@media (max-width: 767px) {
	.carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-prev:hover, .carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-next:hover { background-position:0 0; }
}
.carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-prev { left:0; }
@media (min-width: 768px) and (max-width: 1200px) {
	.carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-prev { left:0; }
}
@media (max-width: 767px) {
	.carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-prev { left:0; }
}
.carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-next {
	right:0;
	background-position:-14px 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-next { right:0; }
}
@media (max-width: 767px) {
	.carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-next {
		right:0;
		background-position:-14px -24px;
	}
}
.carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-next:hover { background-position:-14px -24px; }
@media (max-width: 767px) {
	.carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-next:hover { background-position:-14px 0; }
}
.posts-grid.solutions { margin-top:17px; }
@media (max-width: 767px) {
	.posts-grid.solutions li { margin-bottom:30px; }
}
.posts-grid.solutions li .thumbnail { margin:0 0 7px 0; }
.posts-grid.solutions li h5 {
	font-size:26px;
	line-height:1.2em;
	margin-bottom:40px;
}
@media (max-width: 1200px) {
	.posts-grid.solutions li h5 { margin-bottom:20px; }
}
.posts-grid.solutions li h5 a { color:#474747; }
.posts-grid.solutions li .social-icons { margin-top:30px; }
@media (max-width: 1200px) {
	.posts-grid.solutions li .social-icons { margin-top:10px; }
}
.posts-grid.solutions li .social-icons a {
	display:inline-block;
	margin-right:5px;
}
.posts-grid.solutions li .social-icons div {
	width:16px;
	height:17px;
}
.posts-grid.solutions li .social-icons div.facebook { background:url(images/icons/facebook.png) no-repeat; }
.posts-grid.solutions li .social-icons div.facebook:hover { background-position:0 -17px; }
.posts-grid.solutions li .social-icons div.twitter { background:url(images/icons/twitter.png) no-repeat; }
.posts-grid.solutions li .social-icons div.twitter:hover { background-position:0 -17px; }
.posts-grid.solutions li .social-icons div.feed { background:url(images/icons/feed.png) no-repeat; }
.posts-grid.solutions li .social-icons div.feed:hover { background-position:0 -17px; }
.posts-grid.solutions li .social-icons div.pinterest { background:url(images/icons/pinterest.png) no-repeat; }
.posts-grid.solutions li .social-icons div.pinterest:hover { background-position:0 -17px; }
.posts-grid.solutions li .social-icons div.linkedin { background:url(images/icons/linkedin.png) no-repeat; }
.posts-grid.solutions li .social-icons div.linkedin:hover { background-position:0 -17px; }
.posts-grid.solutions li .social-icons div.google { background:url(images/icons/google.png) no-repeat; }
.posts-grid.solutions li .social-icons div.google:hover { background-position:0 -17px; }
.footer {
	background:none;
	padding:0;
}
.footer .footer-widgets {
	background:#f5f5f4;
	position:relative;
	padding:70px 0 19px;
}
.footer .footer-widgets:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#f5f5f4;
}
.footer .footer-widgets:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#f5f5f4;
}
nav.footer-nav {
	float:none;
	margin-top:30px;
}
nav.footer-nav .menu { float:none; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav .menu { text-align:left; }
}
nav.footer-nav .menu li {
	padding:0 0 0 17px;
	margin:0 17px 0 0;
	border-left:1px solid #838383;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav .menu li {
		padding-left:10px;
		margin-right:10px;
	}
}
nav.footer-nav .menu li:first-child {
	padding:0;
	border:none;
}
nav.footer-nav .menu li a:hover, nav.footer-nav .menu li a:active {
	color:#474747;
	text-decoration:underline;
}
.footer-text {
	font-size:12px;
	color:#474747;
}
.footer-text a { color:#474747; }
.footer-text .site-name { text-transform:uppercase; }
.copyright { padding:30px 0; }
#back-top-wrapper p a {
	width:42px;
	height:42px;
	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 -42px; }
#back-top-wrapper p a span {
	width:42px;
	height:42px;
	background:url(images/totop.png) no-repeat 0 0;
	transition:200ms all;
}
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num { color:#f6303e; }
@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 { line-height:1em; }
.ie8 .nav__primary { margin-right:20px; }
.ie8 .nav__primary .sf-menu >li { margin:0 0 0 40px; }
.ie8 .social-nets-wrapper {
	margin-left:0;
	padding-left:0;
}
.ie8 .social-nets-wrapper .social li { margin-left:5px; }
.ie8 .slider {
	width:940px;
	margin-left:0;
}
.ie8 .camera_caption {
	width:500px;
	right:3px !important;
	left:auto !important;
}
.ie8 .camera_caption div {
	width:60%;
	max-width:400px;
	min-width:200px;
}
.ie8 .camera_caption div h2 {
	font-size:35px;
	line-height:1.2em;
}
.ie8 .wpcf7-form .wpcf7-not-valid-tip { font-size:8px !important; }
.ie8 [id*="categories"] ul li, .ie8 [id*="archives"] ul li {
	margin:5px 0;
	background-position:0 5px;
}
.ie8 [id*="categories"] ul li a, .ie8 [id*="archives"] ul li a { line-height:1.2em; }
.ie8 .search-form .search-form_is {
	display:block;
	margin-left:0;
}
.ie8 .tabs-wrapper .nav-tabs li { width:140px; }
.ie8 .footer-widgets .contacts p span {
	float:none;
	margin:0 0 5px 0;
	display:block;
}
.ie8 #chat { width:200px; }
.ie8 .carousel-wrap.our-clients .es-carousel-wrapper { padding:0 40px; }
.ie8 .carousel-wrap.our-clients .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li { width:130px !important; }
.ie8 .carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-prev { left:0; }
.ie8 .carousel-wrap.our-clients .es-carousel-wrapper .es-nav .es-nav-next { right:0; }
.ie8 .posts-grid.solutions li h5 { margin-bottom:20px; }
.ie8 .posts-grid.solutions li .social-icons { margin-top:10px; }
.ie8 .comment-author {
	width:80px !important;
	height:auto !important;
}
.ie8 .comment-author img {
	width:80px !important;
	height:80px !important;
}
.ie8 .post-author_gravatar { width:80px !important; }
.ie8 .comments-custom .comments-custom_li .thumbnail { width:92px !important; }
.ie8 .posts-grid.solutions .thumbnail { width:100%; }
.ie8 .services-overview .thumbnail { width:281px; }
.ie8 #respond #commentform p input {
	height:30px;
	padding:7px 10px;
}
.ie8 #respond #commentform p input.btn { padding:0; }
.ie8 #respond #commentform p input.btn:hover { color:#f6303e !important; }
.ie8 #respond #commentform .btn-align { text-align:right; }
.transition { transition:all 0.3s ease 0s; }
.border { border:1px solid #bebbb7; }
.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;
}
