@import url("../CherryFramework/style.css");
body {
	background-image:url(images/body-bg.jpg);
	background-position:50% 0;
	background-repeat:repeat-x;
}
@media (max-width: 767px) {
	body {
		padding-left:0;
		padding-right:0;
	}
}
p { margin-bottom:20px; }
h2 { margin-bottom:20px; }
@media (min-width: 768px) and (max-width: 979px) {
	h2 { font-size:20px !important; }
}
@media (max-width: 767px) {
	h2 { font-size:20px !important; }
}
.widget h3 {
	font-size:25px;
	line-height:2;
}
.header {
	padding:0;
	min-height:53px;
	border:none;
	background:none;
	z-index:auto;
}
.home .header {
	overflow:hidden;
	z-index:99;
	background:none !important;
	height:387px;
}
.home .header:before { display:none; }
@media (max-width: 767px) {
	.home .header { height:auto; }
}
.header:after {
	position:absolute;
	top:0;
	right:0;
	left:0;
	height:53px;
	content:'';
	background-color:#444444;
	background-image:-moz-linear-gradient(top,#505050,#323232);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#505050),to(#323232));
	background-image:-webkit-linear-gradient(top,#505050,#323232);
	background-image:-o-linear-gradient(top,#505050,#323232);
	background-image:linear-gradient(to bottom,#505050,#323232);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff505050', endColorstr='#ff323232', GradientType=0);
	-webkit-box-shadow:0 0 35px 12px #000;
	-moz-box-shadow:0 0 35px 12px #000;
	box-shadow:0 0 35px 12px #000;
}
@media (max-width: 979px) and (min-width: 768px) {
	.header:after { height:40px; }
}
@media (max-width: 767px) {
	.header:after { height:100%; }
}
.header:before {
	position:absolute;
	right:0;
	left:0;
	bottom:0;
	z-index:-1;
	height:1px;
	content:'';
	-webkit-box-shadow:0 0 35px 12px #000;
	-moz-box-shadow:0 0 35px 12px #000;
	box-shadow:0 0 35px 12px #000;
}
@media (max-width: 767px) {
	.header {
		min-height:auto;
		padding-left:20px;
		padding-right:20px;
	}
}
.logo {
	overflow:hidden;
	color:#fff;
	text-align:center;
	margin-right:-30px;
}
.logo_h { background:#d42800; }
.logo_link {
	display:inline-block;
	padding:75px 0 35px;
	letter-spacing:-1px;
}
.logo_link:hover { color:#fff; }
.logo_tagline {
	margin:0;
	padding:0 0 10px;
	background:#d42800;
	font-weight:bold;
	font-size:11px;
	font-family:'Lora', serif;
	line-height:1.2;
}
@media (min-width: 1200px) {
	.logo { margin-right:0; }
}
@media (max-width: 979px) and (min-width: 768px) {
	.logo {
		width:auto;
		margin-right:0;
	}
}
@media (max-width: 767px) {
	.logo {
		float:none;
		text-align:center;
		width:100px;
		margin:0 auto;
	}
}
.social li:before { display:none; }
.widget .social li:before { display:none; }
.social_link:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.social_ico {
	overflow:hidden;
	width:24px;
	height:24px;
	-webkit-filter:grayscale(100%);
	filter:url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
}
.social_ico:hover {
	-webkit-filter:grayscale(0%);
	filter:none;
}
.social_ico:hover img { filter:none; }
.social_ico img {
	width:100%;
	height:auto;
	vertical-align:top;
	filter:gray;
}
.social_label {
	display:inline-block;
	vertical-align:top;
}
.social__row li { margin-left:4px; }
.social__list li { margin-bottom:4px; }
.footer .social { float:right; }
@media (max-width: 767px) {
	.footer .social {
		float:none;
		text-align:center;
	}
	.footer .social li {
		float:none;
		display:inline;
		padding:0;
		margin:5px;
	}
	.footer .social li a {
		float:none;
		text-decoration:none !important;
	}
}
.sidebar .search-form .control-label, .sidebar .search-form .help-block, .sidebar .search-form .help-inline { color:#fff; }
.sidebar .search-form .checkbox, .sidebar .search-form .radio, .sidebar .search-form input, .sidebar .search-form select, .sidebar .search-form textarea { color:#fff; }
.sidebar .search-form input, .sidebar .search-form select, .sidebar .search-form textarea {
	border-color:#fff;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
}
.sidebar .search-form input:focus, .sidebar .search-form select:focus, .sidebar .search-form textarea:focus {
	border-color:#e6e6e6;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ffffff;
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ffffff;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ffffff;
}
.sidebar .search-form .input-prepend .add-on, .sidebar .search-form .input-append .add-on {
	color:#fff;
	background-color:#242424;
	border-color:#fff;
}
.sidebar .search-form input { border:none; }
.sidebar .search-form input[type="text"] {
	width:100%;
	height:39px;
	padding:5px 10px;
	margin:0 0 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.sidebar .search-form input[type="submit"] {
	height:31px;
	-webkit-box-shadow:0 0 25px #222;
	-moz-box-shadow:0 0 25px #222;
	box-shadow:0 0 25px #222;
}
.error404-holder .search-form .control-label, .error404-holder .search-form .help-block, .error404-holder .search-form .help-inline { color:#fff; }
.error404-holder .search-form .checkbox, .error404-holder .search-form .radio, .error404-holder .search-form input, .error404-holder .search-form select, .error404-holder .search-form textarea { color:#fff; }
.error404-holder .search-form input, .error404-holder .search-form select, .error404-holder .search-form textarea {
	border-color:#fff;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
}
.error404-holder .search-form input:focus, .error404-holder .search-form select:focus, .error404-holder .search-form textarea:focus {
	border-color:#e6e6e6;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ffffff;
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ffffff;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ffffff;
}
.error404-holder .search-form .input-prepend .add-on, .error404-holder .search-form .input-append .add-on {
	color:#fff;
	background-color:#242424;
	border-color:#fff;
}
.error404-holder .search-form input { border:none; }
.no-results .search-form .control-label, .no-results .search-form .help-block, .no-results .search-form .help-inline { color:#fff; }
.no-results .search-form .checkbox, .no-results .search-form .radio, .no-results .search-form input, .no-results .search-form select, .no-results .search-form textarea { color:#fff; }
.no-results .search-form input, .no-results .search-form select, .no-results .search-form textarea {
	border-color:#fff;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
}
.no-results .search-form input:focus, .no-results .search-form select:focus, .no-results .search-form textarea:focus {
	border-color:#e6e6e6;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ffffff;
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ffffff;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ffffff;
}
.no-results .search-form .input-prepend .add-on, .no-results .search-form .input-append .add-on {
	color:#fff;
	background-color:#242424;
	border-color:#fff;
}
.no-results .search-form input { border:none; }
.sf-menu {
	float:right;
	margin-left:-20px;
	border-right:1px solid #404040;
}
@media (min-width: 1200px) {
	.sf-menu {
		margin-left:-30px;
		float:none;
	}
}
.sf-menu > li {
	border-right:1px solid #171717;
	border-left:1px solid #404040;
	background:none;
	text-align:left;
}
.sf-menu > li > a {
	padding:0 26px 0 22px;
	border:none;
	background:none;
	text-decoration:none;
	text-transform:uppercase;
}
.sf-menu > li > a:hover {
	background:none;
	background-color:#272727;
	background-image:-moz-linear-gradient(top,#232323,#2e2e2e);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#232323),to(#2e2e2e));
	background-image:-webkit-linear-gradient(top,#232323,#2e2e2e);
	background-image:-o-linear-gradient(top,#232323,#2e2e2e);
	background-image:linear-gradient(to bottom,#232323,#2e2e2e);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff232323', endColorstr='#ff2e2e2e', GradientType=0);
}
@media (max-width: 979px) and (min-width: 768px) {
	.sf-menu > li > a {
		padding:0 14px;
		font-size:13px !important;
		line-height:40px !important;
	}
}
.sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {
	background:none;
	background-color:#272727;
	background-image:-moz-linear-gradient(top,#232323,#2e2e2e);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#232323),to(#2e2e2e));
	background-image:-webkit-linear-gradient(top,#232323,#2e2e2e);
	background-image:-o-linear-gradient(top,#232323,#2e2e2e);
	background-image:linear-gradient(to bottom,#232323,#2e2e2e);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff232323', endColorstr='#ff2e2e2e', GradientType=0);
}
.sf-menu ul {
	background:#1b1b1b;
	width:140px;
	padding:15px 0;
}
.sf-menu ul li {
	border:none;
	background:none;
}
.sf-menu ul li a {
	border:none;
	background:none;
	color:#666;
	font-size:14px;
	line-height:20px;
	font-style:italic;
	padding:6px 0 6px 20px;
}
.sf-menu ul li a:hover {
	color:#fff;
	background:none;
	background-color:#626262;
	background-image:-moz-linear-gradient(top,#7a7a7a,#3d3d3d);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#7a7a7a),to(#3d3d3d));
	background-image:-webkit-linear-gradient(top,#7a7a7a,#3d3d3d);
	background-image:-o-linear-gradient(top,#7a7a7a,#3d3d3d);
	background-image:linear-gradient(to bottom,#7a7a7a,#3d3d3d);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a7a7a', endColorstr='#ff3d3d3d', GradientType=0);
}
.sf-menu ul li.sfHover > a, .sf-menu ul li.current-menu-item > a {
	color:#fff;
	background:none;
	background-color:#626262;
	background-image:-moz-linear-gradient(top,#7a7a7a,#3d3d3d);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#7a7a7a),to(#3d3d3d));
	background-image:-webkit-linear-gradient(top,#7a7a7a,#3d3d3d);
	background-image:-o-linear-gradient(top,#7a7a7a,#3d3d3d);
	background-image:linear-gradient(to bottom,#7a7a7a,#3d3d3d);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a7a7a', endColorstr='#ff3d3d3d', GradientType=0);
}
.slider {
	margin-top:-347px;
	margin-bottom:50px;
	-webkit-box-shadow:0 0 35px 12px #000;
	-moz-box-shadow:0 0 35px 12px #000;
	box-shadow:0 0 35px 12px #000;
}
@media (max-width: 767px) {
	.slider {
		margin:0 -20px 20px;
		padding-left:20px;
		padding-right:20px;
	}
}
.slider .slider-container {
	overflow:hidden;
	position:relative;
	width:1920px;
	left:50%;
	margin-left:-960px;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.slider .slider-container {
		width:1510px;
		margin-left:-755px;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.slider .slider-container {
		width:1200px;
		margin-left:-600px;
	}
}
@media (max-width: 767px) {
	.slider .slider-container {
		width:767px;
		margin-left:-384px;
	}
}
@media (max-width: 480px) {
	.slider .slider-container {
		width:480px;
		margin-left:-240px;
	}
}
.camera_wrap { height:480px; }
@media (min-width: 1200px) {
	.camera_wrap { height:611px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_wrap { height:382px; }
}
@media (max-width: 767px) {
	.camera_wrap { height:inherit; }
}
.camera_wrap .camera_pag {
	background-color:#474747;
	background-image:-moz-linear-gradient(top,#555,#313131);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#313131));
	background-image:-webkit-linear-gradient(top,#555,#313131);
	background-image:-o-linear-gradient(top,#555,#313131);
	background-image:linear-gradient(to bottom,#555,#313131);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff313131', GradientType=0);
}
.camera_wrap .camera_pag .camera_pag_ul {
	position:relative;
	left:50%;
	width:940px;
	height:61px;
	margin-left:-470px;
	text-align:left;
	vertical-align:top;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	width:22px;
	height:23px;
	margin:20px 3px 19px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background:url(images/camera-pags.png) right 0 no-repeat;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent, .camera_wrap .camera_pag .camera_pag_ul li:hover { background-position:0 0; }
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent span, .camera_wrap .camera_pag .camera_pag_ul li:hover span { background:none; }
.camera_wrap .camera_pag .camera_pag_ul li span {
	display:none;
	background:none;
}
@media (min-width: 1200px) {
	.camera_wrap .camera_pag .camera_pag_ul {
		width:1170px;
		margin-left:-585px;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.camera_wrap .camera_pag .camera_pag_ul {
		width:724px;
		margin-left:-362px;
	}
}
@media (max-width: 767px) {
	.camera_wrap .camera_pag .camera_pag_ul {
		left:0;
		width:100%;
		margin-left:0;
		text-align:center;
	}
}
.camera_thumbs_cont {
	background:none;
	background-color:#474747;
	background-image:-moz-linear-gradient(top,#555,#313131);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#313131));
	background-image:-webkit-linear-gradient(top,#555,#313131);
	background-image:-o-linear-gradient(top,#555,#313131);
	background-image:linear-gradient(to bottom,#555,#313131);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff313131', GradientType=0);
}
.camera_target_content { overflow:visible; }
.slider_caption {
	position:relative;
	z-index:99;
	text-align:right;
}
.slider_caption > div {
	float:right;
	width:50%;
	font-family:'Lora', serif;
	font-size:18px;
	line-height:40px;
	text-transform:uppercase;
	color:#fff;
	background:none;
	padding:0;
	margin:-50px 0 0;
}
@media (max-width: 767px) {
	.slider_caption { display:none; }
}
.cameraContents { text-align:center; }
.content-holder { padding-bottom:35px; }
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
	}
}
.title-section { padding-top:35px; }
.title-header {
	margin-bottom:15px;
	padding-bottom:5px;
}
.page-header {
	padding:0;
	border:none;
	margin:20px 0;
}
.breadcrumb__t {
	color:#fff;
	background-color:#626262;
	background-image:-moz-linear-gradient(top,#7a7a7a,#3d3d3d);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#7a7a7a),to(#3d3d3d));
	background-image:-webkit-linear-gradient(top,#7a7a7a,#3d3d3d);
	background-image:-o-linear-gradient(top,#7a7a7a,#3d3d3d);
	background-image:linear-gradient(to bottom,#7a7a7a,#3d3d3d);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a7a7a', endColorstr='#ff3d3d3d', GradientType=0);
}
.breadcrumb__t > li { text-shadow:none; }
.breadcrumb__t > li > a { color:#fff; }
#content { padding-top:25px; }
.post-title {
	font-size:18px;
	line-height:1.2;
}
h1.post-title {
	margin-top:25px;
	font-size:25px;
	line-height:1.2;
}
.post-title a { color:#fff; }
.post-title a:hover {
	color:#ffffff;
	text-decoration:none;
}
.post_meta {
	padding:0;
	border:none;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.post-author {
	border:none;
	padding:10px 0 0;
	margin:0 0 30px;
}
.post-author_gravatar img {
	border:5px solid #484848;
	padding:0;
	background:none;
}
@media (max-width: 480px) {
	.post .featured-thumbnail { width:auto; }
}
.post_content {
	margin:0;
	padding-bottom:20px;
}
.format-video .post_content, .format-audio .post_content { margin-bottom:0; }
#recent-author-posts h3 {
	font-size:25px;
	line-height:1.2;
}
#recent-author-comments { padding-top:20px; }
#recent-author-comments h3 {
	font-size:25px;
	line-height:1.2;
}
.pagination__posts { text-align:left; }
.pagination ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination ul li a {
	margin:0 11px 11px 0;
	color:#fff;
	font-family:'Lora', serif;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	padding:5px 17px;
	text-transform:uppercase;
	border:none;
	background:#484848;
}
.pagination ul li a:hover {
	filter:none;
	background:none;
	background-color:#c7260a;
	background-image:-moz-linear-gradient(top,#e02000,#a22f19);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#e02000),to(#a22f19));
	background-image:-webkit-linear-gradient(top,#e02000,#a22f19);
	background-image:-o-linear-gradient(top,#e02000,#a22f19);
	background-image:linear-gradient(to bottom,#e02000,#a22f19);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe02000', endColorstr='#ffa22f19', GradientType=0);
}
.pagination ul li.active a {
	filter:none;
	color:#fff;
	background:none;
	background-color:#c7260a;
	background-image:-moz-linear-gradient(top,#e02000,#a22f19);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#e02000),to(#a22f19));
	background-image:-webkit-linear-gradient(top,#e02000,#a22f19);
	background-image:-o-linear-gradient(top,#e02000,#a22f19);
	background-image:linear-gradient(to bottom,#e02000,#a22f19);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe02000', endColorstr='#ffa22f19', GradientType=0);
}
.single-pager {
	padding:15px 0 15px;
	margin:0px 0 25px;
	border:none;
	background:url(images/double-border.gif) 15px 100% repeat-x;
}
.single-pager li > a {
	border:none;
	background:none;
	padding:0 10px;
	font-size:12px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.single-pager li > a:hover { background:none; }
.share-buttons { position:relative; }
.flexslider { background-image:url(images/loader.png); }
.flex-control-nav li a {
	border:3px solid #111;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.flex-control-nav li a.flex-active, .flex-control-nav li a:hover { background-color:#ffffff; }
.error404-holder_num { color:#fff; }
#sidebar { padding-top:25px; }
.portfolio-meta-list {
	padding:0 0 25px;
	border:none;
}
.meta-list {
	padding:0;
	margin-left:0;
}
.meta-list li {
	margin:0;
	padding:3px 0 4px;
	position:relative;
	list-style-type:none;
}
.meta-list li:before {
	display:inline-block;
	vertical-align:top;
	width:4px;
	height:4px;
	background:#FF3610;
	margin-right:11px;
	margin-top:8px;
	content:'';
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.filterable-portfolio .portfolio_item_holder .btn {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.filter-wrapper strong {
	display:inline-block;
	padding:8px 0;
	margin-right:5px;
	float:left;
	line-height:1;
}
.filter-wrapper .nav { overflow:hidden; }
.filter-wrapper .nav li a {
	background:#484848;
	color:#fff;
	margin:0 0 5px 5px;
	font-family:'Lora', serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.filter-wrapper .nav li a:hover {
	border:none;
	color:#fff;
	text-shadow:none;
	background-color:#c7260a;
	background-image:-moz-linear-gradient(top,#e02000,#a22f19);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#e02000),to(#a22f19));
	background-image:-webkit-linear-gradient(top,#e02000,#a22f19);
	background-image:-o-linear-gradient(top,#e02000,#a22f19);
	background-image:linear-gradient(to bottom,#e02000,#a22f19);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe02000', endColorstr='#ffa22f19', GradientType=0);
	border-color:#a22f19 #a22f19 #601c0f;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#a22f19;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.filter-wrapper .nav li a:hover:hover, .filter-wrapper .nav li a:hover:focus, .filter-wrapper .nav li a:hover:active, .filter-wrapper .nav li a:hover.active, .filter-wrapper .nav li a:hover.disabled, .filter-wrapper .nav li a:hover[disabled] {
	color:#fff;
	background-color:#a22f19;
	*background-color:#8c2916;
}
.filter-wrapper .nav li a:hover:active, .filter-wrapper .nav li a:hover.active { background-color:#762212 \9; }
.filter-wrapper .nav li.active a {
	border:none;
	color:#fff;
	text-shadow:none;
	background-color:#c7260a;
	background-image:-moz-linear-gradient(top,#e02000,#a22f19);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#e02000),to(#a22f19));
	background-image:-webkit-linear-gradient(top,#e02000,#a22f19);
	background-image:-o-linear-gradient(top,#e02000,#a22f19);
	background-image:linear-gradient(to bottom,#e02000,#a22f19);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe02000', endColorstr='#ffa22f19', GradientType=0);
	border-color:#a22f19 #a22f19 #601c0f;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#a22f19;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.filter-wrapper .nav li.active a:hover, .filter-wrapper .nav li.active a:focus, .filter-wrapper .nav li.active a:active, .filter-wrapper .nav li.active a.active, .filter-wrapper .nav li.active a.disabled, .filter-wrapper .nav li.active a[disabled] {
	color:#fff;
	background-color:#a22f19;
	*background-color:#8c2916;
}
.filter-wrapper .nav li.active a:active, .filter-wrapper .nav li.active a.active { background-color:#762212 \9; }
.nav-pills { float:left; }
.testimonial {
	background:#232323;
	border:none;
	color:#838383;
	font-size:16px;
	line-height:20px;
}
.testimonial p {
	font-size:16px;
	line-height:20px;
}
.faq-list_h { color:#fff; }
.faq-list .marker { color:#ffffff; }
#commentform .control-label, #commentform .help-block, #commentform .help-inline { color:#fff; }
#commentform .checkbox, #commentform .radio, #commentform input, #commentform select, #commentform textarea { color:#fff; }
#commentform input, #commentform select, #commentform textarea {
	border-color:#fff;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
}
#commentform input:focus, #commentform select:focus, #commentform textarea:focus {
	border-color:#e6e6e6;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ffffff;
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ffffff;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ffffff;
}
#commentform .input-prepend .add-on, #commentform .input-append .add-on {
	color:#fff;
	background-color:#242424;
	border-color:#fff;
}
#commentform input, #commentform textarea { border:none; }
.comment .comment-body {
	background:#232323;
	border:none;
	margin-top:19px;
	padding:20px 30px;
}
.bypostauthor.comment .comment-body {
	background:#232323;
	border:none;
	margin-top:19px;
	padding:20px 30px;
}
.widget { margin-bottom:25px; }
.widget > ul { margin-left:0; }
.widget > ul li {
	font-size:14px;
	line-height:18px;
	padding:3px 0;
	margin:0;
	list-style-type:none;
}
.widget > ul li:before {
	display:inline-block;
	width:7px;
	height:7px;
	line-height:14px;
	background:#ffffff;
	margin-right:11px;
	content:'';
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.widget > ul li a { color:#fff; }
.comments-custom li { padding:25px 0 0; }
.widget .comments-custom li { padding:25px 0 0; }
.widget .comments-custom li:first-child { padding-top:0; }
.comments-custom li:before { display:none; }
.widget .comments-custom li:before { display:none; }
.comments-custom li .featured-thumbnail { margin:0 12px 10px 0; }
.comments-custom li time {
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#ffffff;
}
.comments-custom_h { margin:0 0 5px; }
.comments-custom_txt {
	padding:0;
	font-size:14px;
}
.comments-custom_txt a { color:#fff; }
.comments-custom_txt a:hover { color:#fff; }
#wp-calendar caption { color:#fff; }
.post-list > li:before { display:none; }
.widget > .post-list > li:before { display:none; }
.carousel-wrap { margin-bottom:12px; }
.carousel-wrap h2 {
	font-family:'Lora', serif;
	font-size:19px;
	line-height:2;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding-top:15px;
}
.es-carousel-wrapper {
	padding-top:35px;
	background:url(images/double-border.gif) 0 8px repeat-x;
}
.es-carousel_li {
	color:#838383;
	font-size:14px;
	line-height:20px;
}
.es-carousel_li .featured-thumbnail {
	float:left;
	margin:0 11px 25px 0;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.es-carousel_li .featured-thumbnail:hover { border-color:#fff; }
.es-carousel_li h5 {
	color:#ffffff;
	font-weight:normal;
	margin:15px 0 0;
	font-size:14px;
}
.es-carousel_li h5 a { text-decoration:none; }
.es-carousel_li h5 a:hover { text-decoration:underline; }
.es-carousel_li .info {
	display:block;
	color:#fff;
}
.es-carousel_li .excerpt {
	line-height:24px;
	font-style:italic;
}
.es-carousel_li time {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.es-nav span {
	display:block !important;
	position:absolute;
	top:0;
	right:34px;
	margin-top:-33px;
	width:33px;
	height:31px;
	background:url(images/nav.png) no-repeat bottom left;
	border-bottom:1px solid #5c5c5c;
	text-indent:-9000px;
	opacity:1;
	cursor:pointer;
}
.es-nav span:hover { background-position:top left; }
.es-nav span.es-nav-next {
	right:0px;
	left:auto;
	background-position:bottom right;
}
.es-nav span.es-nav-next:hover { background-position:top right; }
.title-box { margin:20px 0 17px; }
.title-box_icon { margin-right:13px; }
.mini-post-holder {
	padding:13px 0 0;
	margin:0;
	border:none;
	color:#fff;
}
.mini-post-holder:first-child { padding-top:0; }
.mini-post-holder h4 {
	font-size:14px;
	line-height:20px;
	margin:20px 0 5px;
}
.recent-posts.news { margin-left:-20px !important; }
.recent-posts.news li {
	float:left;
	width:220px;
	margin-left:20px;
}
.recent-posts.news .post-comments { display:none; }
.recent-posts.news .post-date {
	float:none;
	font-size:12px;
	text-transform:none;
}
@media (min-width: 1200px) {
	.recent-posts.news { margin-left:-30px !important; }
	.recent-posts.news li {
		width:270px;
		margin-left:30px;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.recent-posts.news li { width:166px; }
}
@media (max-width: 768px) {
	.recent-posts.news { margin-left:0 !important; }
	.recent-posts.news li {
		float:none;
		width:100%;
		margin-left:0;
	}
	.recent-posts.news li .btn-primary { float:right; }
}
.footer {
	padding-top:35px;
	border:none;
	background:none;
	overflow:hidden;
}
@media (max-width: 767px) {
	.footer {
		padding-left:20px;
		padding-right:20px;
	}
}
.footer:after {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-470px;
	width:940px;
	height:2px;
	background:url(images//double-border.gif) 0 0 repeat-x;
	content:'';
}
@media (min-width: 1200px) {
	.footer:after {
		margin-left:-585px;
		width:1170px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer:after {
		margin-left:-362px;
		width:724px;
	}
}
@media (max-width: 767px) {
	.footer:after {
		left:auto;
		margin-left:0;
		width:100%;
	}
}
.footer-widgets h4 {
	margin:0;
	padding:0;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
nav.footer-nav {
	float:none;
	padding-top:5px;
}
nav.footer-nav ul { float:none; }
nav.footer-nav ul li {
	margin-left:12px;
	padding:0 0 0 15px;
	background:url(images/footer-menu-spacer.gif) 0 5px no-repeat;
}
nav.footer-nav ul li a {
	color:#838383;
	text-decoration:none;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
nav.footer-nav ul li a:hover {
	color:#fff;
	text-decoration:none;
}
nav.footer-nav ul li:first-child {
	margin:0;
	padding:0;
	background:none;
}
nav.footer-nav ul li.current-menu-item a {
	color:#fff;
	text-decoration:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul { text-align:left; }
	nav.footer-nav ul li {
		float:left;
		display:block;
		margin-left:10px;
		padding-left:10px;
	}
}
@media (max-width: 767px) {
	nav.footer-nav ul li { background:none; }
}
@media (max-width: 480px) {
	nav.footer-nav ul li {
		margin-left:5px;
		padding-left:5px;
	}
}
.footer-text {
	float:none;
	margin-bottom:20px;
}
.footer-text .site-name {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	font-family:'Lora', serif;
	line-height:1.2;
}
.footer-text a {
	color:#838383;
	text-decoration:none;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.footer-text a:hover { color:#fff; }
.nsu-form {
	position:relative;
	margin:0;
	padding:0;
}
.nsu-form label {
	margin:0;
	padding:0;
}
.nsu-form .nsu-field {
	padding:5px 14px;
	width:174px;
	height:20px;
	border-top:none;
	border-right:none;
	border-left:none;
	vertical-align:top;
	background-color:#202020;
	background-image:-moz-linear-gradient(top,#191919,#2a2a2a);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#191919),to(#2a2a2a));
	background-image:-webkit-linear-gradient(top,#191919,#2a2a2a);
	background-image:-o-linear-gradient(top,#191919,#2a2a2a);
	background-image:linear-gradient(to bottom,#191919,#2a2a2a);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff191919', endColorstr='#ff2a2a2a', GradientType=0);
}
@media (min-width: 1200px) {
	.nsu-form .nsu-field { width:220px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nsu-form .nsu-field {
		float:right;
		margin-right:71px;
	}
}
@media (max-width: 767px) {
	.nsu-form .nsu-field {
		width:80%;
		height:30px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.nsu-form .nsu-submit {
	position:absolute;
	top:0;
	right:0;
	z-index:99;
	margin:0;
	padding:0;
	width:71px;
	height:31px;
	border:none;
	background:none;
	color:#fff;
	vertical-align:top;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	font-family:'Lora', serif;
	line-height:31px;
	cursor:pointer;
	background-color:#626262;
	background-image:-moz-linear-gradient(top,#7a7a7a,#3d3d3d);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#7a7a7a),to(#3d3d3d));
	background-image:-webkit-linear-gradient(top,#7a7a7a,#3d3d3d);
	background-image:-o-linear-gradient(top,#7a7a7a,#3d3d3d);
	background-image:linear-gradient(to bottom,#7a7a7a,#3d3d3d);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a7a7a', endColorstr='#ff3d3d3d', GradientType=0);
}
.nsu-form .nsu-submit:hover {
	background-color:#555555;
	background-image:-moz-linear-gradient(top,#3d3d3d,#7a7a7a);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#3d3d3d),to(#7a7a7a));
	background-image:-webkit-linear-gradient(top,#3d3d3d,#7a7a7a);
	background-image:-o-linear-gradient(top,#3d3d3d,#7a7a7a);
	background-image:linear-gradient(to bottom,#3d3d3d,#7a7a7a);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3d3d', endColorstr='#ff7a7a7a', GradientType=0);
}
@media (max-width: 767px) {
	.nsu-form .nsu-submit {
		width:20%;
		height:30px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.nsu-form .control-label, .nsu-form .help-block, .nsu-form .help-inline { color:#838383; }
.nsu-form .checkbox, .nsu-form .radio, .nsu-form input, .nsu-form select, .nsu-form textarea { color:#838383; }
.nsu-form input, .nsu-form select, .nsu-form textarea {
	border-color:#5a5a5a;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
}
.nsu-form input:focus, .nsu-form select:focus, .nsu-form textarea:focus {
	border-color:#414141;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #8d8d8d;
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #8d8d8d;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #8d8d8d;
}
.nsu-form .input-prepend .add-on, .nsu-form .input-append .add-on {
	color:#838383;
	background-color:#212121;
	border-color:#838383;
}
.nsu-text-before-form {
	float:left;
	padding-left:30px;
	width:157px;
	font-size:14px;
	line-height:28px;
}
@media (min-width: 1200px) {
	.nsu-text-before-form { padding-left:94px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nsu-text-before-form { display:none; }
}
@media (max-width: 767px) {
	.nsu-text-before-form {
		float:none;
		padding:0;
		width:auto;
	}
}
.nsu-error {
	display:block;
	padding-left:110px;
	color:#FF3610;
	text-align:center;
}
.copyright { padding:30px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.copyright { padding-top:20px; }
}
@media (max-width: 767px) {
	.copyright { padding-top:0; }
}
.featured-thumbnail, .thumbnail {
	padding:0;
	border:5px solid #484848;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.featured-thumbnail.large, .thumbnail.large { margin-top:0; }
.thumbnail .alignnone {
	width:100%;
	height:auto;
}
.hr {
	margin:30px 0px 10px;
	height:2px;
	background:url(images/double-border.gif) 0 0 repeat-x;
}
.sm_hr { background:#3d3d3d; }
.dropcap {
	width:53px;
	height:53px;
	margin-bottom:5px;
	background:#ffffff;
	text-align:center;
	font-family:'Courgette', cursive;
	font-weight:normal;
	font-size:25px;
	line-height:53px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.btn {
	text-transform:uppercase;
	font-family:'Lora', serif;
	padding:7px 17px;
	font-size:11px;
	line-height:17px;
	-webkit-box-shadow:0 0 25px #222;
	-moz-box-shadow:0 0 25px #222;
	box-shadow:0 0 25px #222;
	margin:0 0 10px;
}
.btn-primary {
	border:none;
	color:#fff;
	text-shadow:none;
	background-color:#c7260a;
	background-image:-moz-linear-gradient(top,#e02000,#a22f19);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#e02000),to(#a22f19));
	background-image:-webkit-linear-gradient(top,#e02000,#a22f19);
	background-image:-o-linear-gradient(top,#e02000,#a22f19);
	background-image:linear-gradient(to bottom,#e02000,#a22f19);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe02000', endColorstr='#ffa22f19', GradientType=0);
	border-color:#a22f19 #a22f19 #601c0f;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#a22f19;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color:#fff;
	background-color:#a22f19;
	*background-color:#8c2916;
}
.btn-primary:active, .btn-primary.active { background-color:#762212 \9; }
#back-top a span { background-color:#ffffff; }
#back-top a:hover span { background-color:#cccccc; }
.label-important {
	display:block;
	white-space:normal;
	background:none;
	color:#ffffff;
	font-weight:bold;
	text-shadow:none;
	font-size:12px;
	line-height:20px;
	padding-left:0;
}
.custom-list ul li {
	font-size:14px;
	line-height:18px;
	padding:3px 0;
	margin:0;
}
.custom-list ul li:before {
	width:7px;
	height:7px;
	background:#ffffff;
	margin-right:11px;
	content:'';
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.custom-list ul li a { color:#fff; }
.google-map { background-image:url(images/loader.png); }
.wpcf7-form input[type="submit"], .wpcf7-form input[type="reset"] { height:31px; }
div.wpcf7 img.ajax-loader { vertical-align:top !important; }
div.wpcf7-response-output, .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.wpcf7-form .control-label, .wpcf7-form .help-block, .wpcf7-form .help-inline { color:#fff; }
.wpcf7-form .checkbox, .wpcf7-form .radio, .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea { color:#fff; }
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
	border-color:#242424;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
}
.wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
	border-color:#0b0b0b;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #575757;
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #575757;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #575757;
}
.wpcf7-form .input-prepend .add-on, .wpcf7-form .input-append .add-on {
	color:#fff;
	background-color:#242424;
	border-color:#fff;
}
.wpcf7-form input { margin:0; }
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background:#242424;
	color:#838383;
}
blockquote { border-color:#ffffff; }
.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:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
