@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Fjalla+One|PT+Sans:400,700|Roboto:300,400,500,700);
.main-holder { overflow:hidden; }
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:0 20px; }
	body .footer {
		padding:0 20px 20px 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; }
@media (max-width: 1200px) {
	h1, h2, h3, h4, h5, h6 { line-height:1.2em !important; }
}
.featured-thumbnail, .thumbnail {
	background:none;
	border-radius:0;
	padding:0;
	border:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail img, .thumbnail img { padding:0; }
img.size-full.alignnone {
	margin:5px 0 13px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
img.size-full.alignleft { margin:5px 30px 20px 0; }
@media (max-width: 480px) {
	img.size-full.alignleft {
		float:none;
		margin:0 0 20px;
	}
}
img.size-full.aligncenter {
	margin-left:auto;
	margin-right:auto;
}
.btn, .reply a {
	border-radius:0;
	border:none;
	color:#fff;
	text-shadow:none;
	font:500 12px/1.2em 'Roboto', sans-serif;
	text-transform:uppercase;
	padding:11px 15px 8px;
	letter-spacing:0;
	height:auto;
	box-shadow:none;
	text-decoration:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	background:#e83b36;
	border-bottom:5px solid #c73d39;
}
.btn:hover, .btn:active, .reply a:hover, .reply a:active {
	background:#ebeff2;
	text-decoration:none;
	color:#303030;
	border-color:#4c4f55;
}
.btn.btn-primary, .reply a.btn-primary {
	font-size:16px;
	padding:14px 35px 12px;
}
.btn.btn-margin, .reply a.btn-margin { margin-top:30px; }
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 10px;
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:300;
	line-height:1.2em;
	text-transform:none;
	color:#7a7a7a;
	text-decoration:none;
	position:relative;
	border-radius:0;
	background:none;
	box-shadow:none;
	border:1px solid #4c4c4c !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 {
	background:#4c4c4c;
	box-shadow:none;
	border-color:#181818 !important;
}
.wpcf7-form p.field input { height:35px; }
.wpcf7-form p.field input:focus { border-color:#181818 !important; }
.wpcf7-form textarea { color:#7a7a7a !important; }
.wpcf7-form textarea:focus { border-color:#181818 !important; }
.wpcf7-form textarea.watermark { color:#7a7a7a !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:10px !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;
	background-color:#393939;
	background-image:-moz-linear-gradient(top,#303030,#474747);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#303030),to(#474747));
	background-image:-webkit-linear-gradient(top,#303030,#474747);
	background-image:-o-linear-gradient(top,#303030,#474747);
	background-image:linear-gradient(to bottom,#303030,#474747);
	background-repeat:repeat-x;
	border-bottom:5px solid #303030;
	box-shadow:0 5px 4px rgba(0,0,0,0.23);
}
.nav__primary {
	position:relative;
	float:none;
	text-align:center;
	padding:0;
	margin:0;
	z-index:100;
}
@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:center;
	display:inline-block;
	position:relative;
	padding:0;
	margin:30px 0 25px 34px;
	border:none;
	-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:30px 0 25px 10px; }
}
.nav__primary .sf-menu >li:first-child { margin-left:0; }
.nav__primary .sf-menu >li >a {
	border:none;
	padding:0;
	display:block;
	text-transform:uppercase;
	border-radius:0;
	position:relative;
	letter-spacing:0px;
	transition:all 0.3s ease 0s;
	background:none;
}
.nav__primary .sf-menu >li >a:hover {
	text-decoration:none;
	color:#004490;
	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:20px;
	left:50%;
	margin-left:-6px;
	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:#004490;
	background:none;
}
.nav__primary .sf-menu >li.sfHover >a {
	text-decoration:none;
	color:#004490;
	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:#303030;
	top:45px;
	left:50%;
	width:160px;
	padding:15px 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;
	z-index:100;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:center;
	border:none;
	padding:0;
	margin:5px 0;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	margin: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 "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#e83b36;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:1px;
	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:#e83b36;
	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:#e83b36;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#fff;
	padding:15px 0;
	margin:0 0 0 1px;
	top:-20px;
	left:100%;
	border:none;
	border-radius:0;
	width:100%;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:center;
	border:none;
	padding:0;
	margin:5px 0;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:first-child a { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	margin:0;
	padding:0;
	color:#424242;
	display:inline-block;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#e83b36;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#e83b36;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li.search-menu-item {
	margin-left:51px;
	margin-right:1px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li.search-menu-item { margin-left:10px; }
}
@media (max-width: 767px) {
	.nav__primary .sf-menu >li.search-menu-item { display:none !important; }
}
.nav__primary .sf-menu >li.search-menu-item a {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	width:17px;
	height:17px;
	background:url(images/search.png);
	transition:none;
	position:relative;
	top:1px;
}
.nav__primary .sf-menu >li.search-menu-item a:hover, .nav__primary .sf-menu >li.search-menu-item a:active { background-position:0 -17px !important; }
.header #search-header {
	position:absolute;
	display:none;
	z-index:10;
	width:300px;
	padding:6px 15px 10px;
	border-radius:0 0 5px 5px;
	top:79px;
	right:0;
	text-align:center;
	background:#303030;
}
@media (max-width: 767px) {
	.header #search-header { display:none !important; }
}
.header #search-header .search-form_it {
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	width:205px;
	background:#fff;
	border:none !important;
}
.header #search-header .search-form_it:focus { background:#d3d3d3; }
.header #search-header .search-form_is {
	margin:0 0 0 10px;
	height:34px;
	padding:1px 15px 1px;
}
.logo { float:none !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		float:none !important;
		text-align:center;
	}
}
.logo .logo_h { position:absolute; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo .logo_h {
		width:100%;
		position:relative;
	}
}
@media (max-width: 767px) {
	.logo .logo_h { position:relative; }
}
.logo .logo_h__txt {
	text-transform:uppercase;
	display:block;
	float:none;
	margin-top:20px;
}
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active {
	color:#fff;
	text-decoration:none;
}
.slider-wrap { margin-bottom:75px; }
@media (max-width: 767px) {
	.slider-wrap { margin-bottom:20px; margin-top: -20px; margin-right: -20px; margin-left: -20px;}
}
@media (max-width: 540px) {
	.slider-wrap .slider > img {
		height: 110px !important;
	}
}
.camera_caption {
	bottom:auto !important;
	top:30%;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.camera_caption { top:20%; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption { top:15%; }
}
@media (max-width: 767px) {
	.camera_caption { display:none !important; }
}
.camera_caption >div {
	background:none;
	position:relative;
	width:1170px;
	margin:0 auto;
	text-align:center;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.camera_caption >div { width:940px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption >div { width:724px; }
}
@media (max-width: 767px) {
	.camera_caption >div { width:100%; }
}
.camera_caption >div h2 {
	font:bold 62px/1.2em 'Roboto', sans-serif;
	color:#fff;
	margin:0;
	text-transform:uppercase;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.camera_caption >div h2 { font-size:40px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption >div h2 { font-size:30px; }
}
.camera_caption >div p {
	font:bold 42px/1.2em 'Roboto', sans-serif;
	color:#fff;
	margin:0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.camera_caption >div p { font-size:30px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption >div p { font-size:20px; }
}
.camera_thumbs {
	position:relative;
	bottom:0;
}
@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:#303030; }
.home .content-holder { padding:0; }
.title-section {
	margin:70px 0 13px;
	padding:0;
	position:relative;
}
.title-section .title-header {
	font-size:18px;
	line-height:1.2em;
	margin-bottom:16px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.title-section .breadcrumb {
	background:none;
	padding:14px 0 13px;
	margin:0;
	text-transform:uppercase;
	text-shadow:none;
	letter-spacing:1px;
	border:none;
	border-top:1px solid #4c4c4c;
	border-bottom:1px solid #4c4c4c;
	box-shadow:none;
	border-radius:0;
	font:500 11px/1.2em 'Roboto', sans-serif;
}
.title-section .breadcrumb >li {
	text-shadow:none;
	line-height:13px;
	display:inline-block;
	padding:0;
}
.title-section .breadcrumb >li.active { color:#7a7a7a; }
.title-section .breadcrumb >li:first-child {
	padding-left:0;
	border:none;
}
.title-section .breadcrumb a {
	color:#e83b36;
	text-shadow:none;
	display:inline-block;
}
.title-section .breadcrumb .divider { padding:0 4px; }
article {
	background:none;
	border:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .thumbnail { margin:0 30px 20px 0; }
@media (max-width: 480px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 15px 0;
	}
	article .thumbnail img { width:100%; }
}
article .thumbnail.large {
	margin:0 0 30px 0;
	border-radius:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	article .thumbnail.large { float:none !important; }
}
article .post-header .post-title {
	font-size:22px;
	font-weight:500;
	margin:0 0 26px;
	line-height:1.2em;
	color:#fff;
}
article .post-header .post-title a { color:#fff; }
article .post_content {
	background:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta {
	padding:10px 0;
	border:none;
	position:relative;
	display:block;
	margin:20px 0;
	overflow:visible;
	background:none;
	border-top:1px solid #4c4c4c;
	border-bottom:1px solid #4c4c4c;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta .post_meta_unite {
	font:500 11px/1.2em 'Roboto', sans-serif;
	border-color:#4c4c4c;
	text-transform:uppercase;
}
article .post_meta i {
	margin-right:0;
	color:#e83b36;
	font-size:15px;
}
article .post_meta .post_date { color:#e83b36; }
article .post_meta .post_author a {
	color:#fff;
	text-transform:uppercase;
}
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag {
	color:#7a7a7a;
	text-transform:uppercase;
}
article .post_meta .post_comment a {
	color:#7a7a7a;
	text-transform:uppercase;
}
article .post_meta .user_like, article .post_meta .post_views {
	color:#7a7a7a;
	text-transform:uppercase;
}
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a {
	color:#7a7a7a;
	text-transform:uppercase;
}
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;
}
article .gallery-post { padding-bottom:40px; }
.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:0;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:30px;
	border:1px solid #4c4c4c;
	background:#4c4c4c;
	border-radius:0;
}
.single #content .post-author .post-author_h {
	font:300 16px/1.2em 'Roboto', sans-serif;
	margin:0 0 25px 0;
	letter-spacing:0;
	text-transform:none;
	color:#828282;
	text-shadow:none;
}
.single #content .post-author .post-author_h a {
	color:#fff;
	text-transform:none;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 20px 20px 0;
}
@media (max-width: 350px) {
	.single #content .post-author .post-author_gravatar { float:none; }
}
.single #content .post-author .post-author_gravatar img {
	width:58px;
	height:58px;
	padding:15px;
	background:#ebeff2;
}
.single #content .post-author .post-author_desc {
	padding-left:110px;
	text-transform:none;
	color:#828282;
	font-weight:300;
}
@media (max-width: 480px) {
	.single #content .post-author .post-author_desc { padding-left:0; }
}
.single #content .post-author .post-author_link {
	margin-top:20px;
	text-transform:none;
	color:#828282;
	font:300 16px/1.2em 'Roboto', sans-serif;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	color:#fff;
	text-transform:none;
}
.pager li > a, .pager li > span {
	border-radius:0;
	border:none;
	font:500 12px/1.2em 'Roboto', sans-serif;
	color:#fff;
	background:#e83b36;
	text-transform:uppercase;
}
.pager li > a:hover, .pager li > a:active, .pager li > a:focus, .pager li > span:hover, .pager li > span:active, .pager li > span:focus {
	color:#fff;
	background:#303030;
}
.pagination ul {
	border-radius:0;
	box-shadow:none;
}
.pagination ul li a {
	background:#e83b36;
	border:none;
	color:#fff;
	margin:0 0 0 2px;
	text-transform:uppercase;
	font:500 12px/1.2em 'Roboto', sans-serif;
	border-radius:0 !important;
}
.pagination ul li a:hover, .pagination ul li a:active {
	color:#fff;
	background:#303030;
}
.pagination ul li.active a {
	color:#747474;
	background:none;
	border-radius:0 !important;
}
.pagination ul li.active a:hover, .pagination ul li.active a:active {
	color:#747474;
	background:none;
}
.flexslider .flex-control-nav li a { background:#fff; }
.flexslider .flex-control-nav li a.flex-active, .flexslider .flex-control-nav li a:hover { background:#e83b36; }
.portfolio-meta, .portfolio-meta-list, .pager, .page-header { border-color:#4c4c4c; }
.page-template-page-testi-php .testimonial, .single-testi .testimonial {
	background:#111;
	border:none;
}
.faq-list .faq-list_h { color:#fff; }
.filter-wrapper { margin:0 0 35px; }
.filter-wrapper strong {
	color:#fff;
	padding:0;
	font:500 12px/1.2em 'Roboto', sans-serif;
	margin-right:25px;
	margin-top:8px;
	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 7px; }
.filter-wrapper .filter li:first-child { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper .filter li { margin:0 10px 10px 0 !important; }
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0 !important;
	}
}
.filter-wrapper .filter li a {
	color:#fff;
	font:500 12px/1.2em 'Roboto', sans-serif;
	padding:8px 15px 7px;
	margin:0;
	background:none;
	border-radius:0;
	text-transform:uppercase;
	letter-spacing:0;
	border-bottom:5px solid transparent;
}
@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:#e83b36;
	border-color:#c73d39;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	color:#fff;
	background:#e83b36;
	border-bottom:5px solid #c73d39;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio li .thumbnail { margin-bottom:18px; }
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:20px 0 0;
	font:300 16px/24px 'Roboto', sans-serif;
	letter-spacing:0;
}
.filterable-portfolio li .caption h3 a {
	color:#fff;
	text-transform:none;
	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:24px;
	font-weight:300;
}
div.type-page p { margin-bottom:20px; }
@media (min-width: 979px) and (max-width: 1200px) {
	div.type-page h2 { font-size:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page h2 { font-size:18px; }
}
@media (max-width: 767px) {
	div.type-page h2 { margin-top:30px; }
}
.white-wrap {
	background:#fff;
	position:relative;
	padding:75px 0 63px;
}
.white-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#fff;
}
.white-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#fff;
}
.white-wrap h1, .white-wrap h2, .white-wrap h3, .white-wrap h4, .white-wrap h5, .white-wrap h6 {
	color:#e83b36;
	font-weight:500;
}
.white-wrap h2 { margin:25px 0 20px; }
@media (min-width: 768px) and (max-width: 979px) {
	.white-wrap h2 { margin-top:0; }
}
.white-wrap .btn:hover, .white-wrap .btn:active {
	background:#303030;
	color:#fff;
}
.gray-wrap {
	background:#ebeff2;
	position:relative;
	padding:70px 0 61px;
}
.gray-wrap >div {
	position:relative;
	z-index:10;
}
.gray-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:101%;
	z-index:1;
	background:#ebeff2;
}
.gray-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:101%;
	z-index:1;
	background:#ebeff2;
}
.gray-wrap h1, .gray-wrap h2, .gray-wrap h3, .gray-wrap h4, .gray-wrap h5, .gray-wrap h6 {
	color:#e83b36;
	font-weight:300;
}
.gray-wrap h1 a, .gray-wrap h2 a, .gray-wrap h3 a, .gray-wrap h4 a, .gray-wrap h5 a, .gray-wrap h6 a { color:#e83b36; }
.gray-wrap h1 a:hover, .gray-wrap h2 a:hover, .gray-wrap h3 a:hover, .gray-wrap h4 a:hover, .gray-wrap h5 a:hover, .gray-wrap h6 a:hover {
	color:#303030;
	text-decoration:none;
}
.single-portfolio .thumbnail.large {
	margin:0;
	padding-bottom:20px;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font:500 26px/1.2em 'Roboto', sans-serif;
	margin:10px 0 20px;
	color:#fff;
}
.related-posts a {
	font:300 16px/1.2em 'Roboto', sans-serif;
	color:#fff;
	display:inline-block;
	letter-spacing:0;
	text-transform:none;
}
.related-posts a:hover { text-decoration:underline; }
.related-posts .thumbnail {
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.related-posts .thumbnail a {
	display:inline-block;
	width:100%;
}
.related-posts .thumbnail img {
	padding:0;
	width:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comment-holder .comment-list .comment .comment-body {
	padding:30px;
	background:#4c4c4c;
	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:#ebeff2;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:300 16px/1em 'Roboto', sans-serif;
	color:#fff;
	text-transform:none;
	margin-top:15px;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap {
	text-transform:none;
	font-weight:300;
}
@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:300 16px/1.2em 'Roboto', sans-serif;
	color:#e83b36;
	text-transform:none;
}
.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:11px 19px;
	text-decoration:none !important;
	height:40px;
}
#respond #commentform .btn-align { text-align:right; }
.sidebar .widget { margin-bottom:50px; }
.sidebar .widget >h3 {
	margin:0 0 15px;
	font:500 26px/1.2em 'Roboto', sans-serif;
}
[id*="categories"] ul, [id*="archives"] ul {
	margin:0;
	list-style-type:none;
}
[id*="categories"] ul li, [id*="archives"] ul li {
	background:none;
	margin:0;
	padding-left:25px;
	background:url(images/cat.png) no-repeat 0 9px;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li, [id*="archives"] ul li {
		padding:3px 0 3px 25px;
		background-position:0 7px;
	}
}
[id*="categories"] ul li a, [id*="archives"] ul li a {
	font:300 16px/30px 'Roboto', sans-serif;
	color:#fff;
	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:#e83b36;
	text-decoration:none;
}
[id*="my_poststypewidget"] .post-list { margin:20px 0 0 0; }
[id*="my_poststypewidget"] .post-list li { padding:20px 0; }
[id*="my_poststypewidget"] .post-list li:first-child { padding-top:0; }
[id*="my_poststypewidget"] .post-list li .thumbnail { margin:3px 30px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail { margin-bottom:20px; }
}
@media (max-width: 480px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail { margin-bottom:20px; }
}
[id*="my_poststypewidget"] .post-list li time {
	font:300 16px/24px 'Roboto', sans-serif;
	color:#e83b36;
	margin:0;
	text-transform:none;
	display:inline-block;
}
[id*="my_poststypewidget"] .post-list li .post-list_comment { color:#fff; }
[id*="my_poststypewidget"] .post-list li .post-list_comment:before {
	content:"|";
	color:#5f5f5f;
	margin-right:5px;
}
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:300 16px/24px 'Roboto', sans-serif;
	text-transform:none;
	letter-spacing:0;
	text-shadow:none;
	margin:0;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#fff; }
[id*="my_poststypewidget"] .post-list li .excerpt {
	overflow:hidden;
	margin-bottom:0;
	line-height:24px;
	font-weight:300;
}
[id*="my_poststypewidget"] .post-list li .btn { margin-top:25px; }
[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:#ebeff2;
}
[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:300 16px/24px 'Roboto', sans-serif;
	color:#e83b36;
	text-transform:none;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author {
	font:300 16px/24px 'Roboto', sans-serif;
	color:#fff;
	letter-spacing:0;
	text-transform:none;
}
[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:#7a7a7a; }
#wp-calendar caption, #wp-calendar thead tr th { color:#fff; }
.search-form .search-form_is {
	margin:0;
	padding-top:1px;
	padding-bottom:1px;
	height:36px;
	box-shadow:none;
	display:block;
}
[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:300 14px/21px 'Roboto', sans-serif;
	color:#828282;
	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;
}
.footer-widgets {
	position:relative;
	background:#4c4c4c;
	padding:73px 0 38px;
}
@media (max-width: 767px) {
	.footer-widgets { padding:30px 0; }
}
.footer-widgets:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#4c4c4c;
}
.footer-widgets:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#4c4c4c;
}
.footer-widgets > div > div > div > div, .footer-widgets > div > div > div > nav, .footer-widgets > div > div > div { margin-bottom:35px; }
.footer-widgets > div > div > div > div >h4, .footer-widgets > div > div > div > nav >h4, .footer-widgets > div > div > div >h4 {
	font:300 18px/1.2em 'Roboto', sans-serif;
	margin:0 0 10px;
	text-transform:uppercase;
}
.footer-widgets .none-margin { margin:0; }
.footer-widgets .right-align { text-align:right; }
@media (max-width: 767px) {
	.footer-widgets .right-align { text-align:left; }
}
.social .social_li { margin-bottom:0; }
.social .social_li .social_label {
	font-weight:300;
	font-size:14px;
	margin-left:10px;
	color:#828282;
}
.social .social_li .social_link:hover { opacity:1; }
.social .social_li .social_link:hover .social_ico { opacity:0.6; }
.social .social_li .social_link:hover .social_label { color:#fff; }
.textwidget {
	font:300 14px/21px 'Roboto', sans-serif;
	color:#828282;
}
.textwidget em {
	font-style:normal;
	display:inline-block;
	margin-left:15px;
}
@media (max-width: 1200px) {
	.textwidget em { margin:0; }
}
.textwidget a { color:#828282; }
.textwidget a:hover {
	text-decoration:none;
	color:#fff;
}
.list.custom-list ul {
	margin:0;
	list-style-type:none;
}
.list.custom-list ul li {
	background:none;
	margin:0;
	padding-left:25px;
	background:url(images/cat.png) no-repeat 0 9px;
}
@media (max-width: 1200px) {
	.list.custom-list ul li {
		padding:3px 0 3px 25px;
		background-position:0 7px;
	}
}
.list.custom-list ul li:before { display:none; }
.list.custom-list ul li a {
	font:300 16px/30px 'Roboto', sans-serif;
	color:#fff;
	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:#e83b36;
	text-decoration:none;
}
.spacer { height:50px; }
.posts-grid.services-main li { text-align:center; }
@media (max-width: 767px) {
	.posts-grid.services-main li { margin-top:30px; }
}
.posts-grid.services-main li .thumbnail {
	float:none;
	display:block;
}
@media (max-width: 767px) {
	.posts-grid.services-main li .thumbnail {
		background:#e83b36;
		width:100%;
		padding:10px 10px 0 10px;
	}
	.posts-grid.services-main li .thumbnail a { display:inline-block; }
	.posts-grid.services-main li .thumbnail a:hover .zoom-icon { opacity:1 !important; }
	.posts-grid.services-main li .thumbnail:hover .zoom-icon { opacity:0 !important; }
}
.posts-grid.services-main li h5 {
	margin:0;
	padding:20px 0 21px;
	background:#e83b36;
	text-transform:uppercase;
	font:500 18px/1.2em 'Roboto', sans-serif;
	letter-spacing:1px;
	margin-bottom:23px;
	position:relative;
}
.posts-grid.services-main li h5:after {
	content:"";
	width:100%;
	height:33px;
	position:absolute;
	background:url(images/grid-shadow.png) no-repeat 50% 0;
	left:0;
	bottom:-33px;
}
.posts-grid.services-main li h5 a { color:#fff; }
.posts-grid.services-main li .excerpt {
	font:500 11px/1.2em 'Roboto', sans-serif;
	text-transform:uppercase;
	color:#7a7a7a;
	margin:0 100px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.services-main li .excerpt { margin:0 20px; }
}
@media (max-width: 767px) {
	.posts-grid.services-main li .excerpt { margin:0; }
}
.posts-grid.services-main li:hover h5 a {
	color:#303030;
	text-decoration:none;
}
.posts-grid.services-main li:hover .excerpt { color:#e83b36; }
@media (max-width: 767px) {
	.featured-thumbnail.video_preview { float:none; }
}
.featured-thumbnail.video_preview >div {
	background:#dcdcdc;
	padding:5px;
}
iframe.video-preview {
	background:#dcdcdc;
	padding:5px;
}
.home-icons { margin-bottom:20px; }
.footer {
	background:none;
	border:none;
	padding:0;
}
nav.nav.footer-nav {
	float:none;
	margin: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;
}
@media (max-width: 1200px) {
	nav.nav.footer-nav ul li { padding:3px 0; }
}
nav.nav.footer-nav ul li a { font-weight:300; }
@media (max-width: 1200px) {
	nav.nav.footer-nav ul li a { line-height:1.2em; }
}
nav.nav.footer-nav ul li.current-menu-item a, nav.nav.footer-nav ul li a:hover {
	color:#fff;
	text-decoration:none;
}
.copyright { padding:60px 0 58px; }
@media (max-width: 767px) {
	.copyright { padding:30px 0; }
}
.footer-text {
	font:12px/16px 'Roboto', sans-serif;
	color:#fff;
	float:none;
	text-align:right;
}
@media (max-width: 767px) {
	.footer-text {
		text-align:left;
		margin:30px 0 0 0;
	}
}
.footer-text .site-name { text-transform:uppercase; }
.footer-text .extra-text {
	font-size:10px;
	line-height:1.2em;
	color:#6b6b6b;
	margin-top:6px;
}
.google-map, .flexslider { background:url(images/loading.gif) 50% 50% no-repeat; }
.ajax-loader {
	position:relative;
	top:10px;
	background-image:url(images/loading.gif);
	width:24px;
	display:inline-block;
	padding:24px 0 0 0;
	height:0px !important;
}
#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:#fff; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:150px; }
}
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.ie9 .wpcf7-form p.field input, .ie8 .wpcf7-form p.field input { padding-top:10px; }
.ie8 h1, .ie8 h2, .ie8 h3, .ie8 h4, .ie8 h5, .ie8 h6 { line-height:1.2em !important; }
.ie8 .wpcf7-form .wpcf7-not-valid-tip { font-size:10px !important; }
.ie8 .camera_caption { top:20%; }
.ie8 .camera_caption >div { width:940px; }
.ie8 .camera_caption >div h2 { font-size:40px; }
.ie8 .camera_caption >div p { font-size:30px; }
.ie8 .camera_thumbs { display:none !important; }
.ie8 [id*="categories"] ul li, .ie8 [id*="archives"] ul li, .ie8 .list.custom-list ul li {
	padding:3px 0 3px 25px;
	background-position:0 7px;
}
.ie8 [id*="categories"] ul li a, .ie8 [id*="archives"] ul li a, .ie8 .list.custom-list ul li a { line-height:1.2em; }
.ie8 .search-form .search-form_is {
	display:block;
	margin:0;
}
.ie8 [id*="nav_menu"] ul li { padding:3px 0; }
.ie8 [id*="nav_menu"] ul li a { line-height:1.2em; }
.ie8 .textwidget em { margin:0; }
.ie8 nav.nav.footer-nav ul li { padding:3px 0; }
.ie8 nav.nav.footer-nav ul li a { line-height:1.2em; }
.ie8 .posts-grid.services-main .thumbnail { width:100%; }
.ie8 div.type-page h2 { font-size:20px; }
.ie8 .comment-author {
	width:84px !important;
	height:auto !important;
	margin-right:30px;
}
.ie8 .comment-author img {
	width:56px !important;
	height:56px !important;
}
.ie8 .post-author_gravatar { width:84px !important; }
.ie8 .post-author_gravatar img { width:56px !important; }
.ie8 .comments-custom_li .thumbnail { width:84px !important; }
.ie8 .comments-custom_li .avatar {
	width:56px !important;
	height:56px !important;
}
.ie8 #respond #commentform p input {
	padding-top:0;
	height:36px;
	line-height:2em;
}
.ie8 #respond #commentform p input.btn {
	padding:11px 15px 8px;
	height:40px;
	line-height:1.2em;
}
.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:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
