@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,700);
@import url(//fonts.googleapis.com/css?family=Orbitron:900);
body {
	background-repeat:repeat;
	background-position:50% 0;
	background-attachment:fixed;
	background-image:url(images/body-tail.gif);
	padding:0 !important;
}
@media (min-width: 1199px) and (max-width: 1249px) {
	body { overflow-x:hidden; }
}
@media (min-width: 979px) and (max-width: 1025px) {
	body { overflow-x:hidden; }
}
@media (min-width: 767px) and (max-width: 803px) {
	body { overflow-x:hidden; }
}
h1 small { font-size:1em; }
h2 {
	text-transform:uppercase;
	margin-bottom:25px;
}
h2 strong, h2 .first-word {
	color:#cd1b00;
	font-weight:700;
}
h3 strong, h3 .first-word {
	color:#cd1b00;
	font-weight:700;
}
h4 { text-transform:uppercase; }
.main-holder {
	width:980px;
	margin:0 auto;
}
@media (min-width: 1200px) {
	.main-holder { width:1200px; }
}
@media (min-width: 767px) and (max-width: 979px) {
	.main-holder { width:760px; }
}
@media (max-width: 767px) {
	.main-holder { width:auto; }
}
.header {
	border:none;
	background:none;
	padding:0;
}
.header_top {
	color:#fff;
	position:relative;
	margin:0 -32px 29px -32px;
	font-family:'Open Sans', sans-serif;
}
@media (min-width: 979px) and (max-width: 1199px) {
	.header_top {
		margin-right:-35px;
		margin-left:-35px;
	}
}
@media (max-width: 979px) {
	.header_top {
		margin-right:-18px;
		margin-left:-18px;
	}
}
@media (max-width: 767px) {
	.header_top {
		margin-right:0;
		margin-left:0;
	}
}
.ie8 .header_top {
	margin-left:-35px;
	margin-right:-35px;
}
.header_top__bg {
	background-color:#cd1b00;
	padding:8px 0;
}
.header_top nav { margin-bottom:0; }
.header_top ul {
	margin:0;
	padding:0 0 0 32px;
}
@media (max-width: 767px) {
	.header_top ul { text-align:center; }
}
.ie8 .header_top ul { padding-left:35px; }
@media (max-width: 767px) {
	.header_top ul { padding-left:20px; }
}
.header_top ul li {
	list-style-type:none;
	float:left;
	margin:0 14px 0 0;
	padding:0;
	font-size:11px;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.header_top ul li {
		float:none;
		display:inline-block;
	}
}
.header_top ul li a { color:#fff; }
.header_top .border-bottom {
	border-top:7px solid #560b00;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	height:0;
	display:block;
}
@media (max-width: 767px) {
	.header_top .border-bottom {
		border:none;
		border-bottom:7px solid #560b00;
	}
}
.header .slogan {
	font-size:12px;
	padding-top:1px;
}
.header .slogan.pull-right { margin-right:0; }
.ie8 .header .slogan.pull-right { margin-right:-35px; }
@media (max-width: 767px) {
	.header .slogan.pull-right {
		margin-right:0;
		text-align:center;
		float:none;
		display:block;
	}
}
.header .banner {
	width:728px;
	height:90px;
	overflow:hidden;
}
.header .banner img {
	width:700px;
	height:auto;
	max-width:none;
	float:right;
}
.ie8 .header .banner img {
	width:700px;
	height:auto;
}
@media (min-width: 979px) and (max-width: 1199px) {
	.header .banner img {
		width:630px;
		height:auto;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .banner img {
		width:440px;
		height:auto;
		margin-top:10px;
	}
}
@media (max-width: 767px) {
	.header .banner img {
		width:100%;
		height:auto;
	}
}
@media (max-width: 767px) {
	.header .banner {
		margin:0 20px;
		display:block;
		float:none;
		width:auto;
	}
}
.header_middle { padding-bottom:34px; }
@media (max-width: 767px) {
	.header_middle { padding-bottom:10px; }
}
.header_bottom { margin:0 -32px; }
@media (min-width: 979px) and (max-width: 1199px) {
	.header_bottom { margin:0 -35px; }
}
@media (max-width: 979px) {
	.header_bottom { margin:0 -18px; }
}
@media (max-width: 767px) {
	.header_bottom { margin:0; }
}
.ie8 .header_bottom { margin:0 -35px; }
.header_bottom__bg {
	background:#2f2f2f;
	min-height:64px;
}
.header_bottom .border-bottom {
	border-top:14px solid #262626;
	border-left:17px solid transparent;
	border-right:17px solid transparent;
	height:0;
	display:block;
}
@media (max-width: 979px) {
	.header_bottom .border-bottom {
		border:none;
		border-top:14px solid #262626;
	}
}
.nav__primary {
	position:relative;
	z-index:2;
	margin-bottom:0;
	padding-left:32px;
}
@media (max-width: 767px) {
	.nav__primary { padding:18px 20px 0 20px; }
}
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu { line-height:1.0; }
.sf-menu ul {
	display:none;
	position:absolute;
	top:-999em;
	width:10em;
}
.sf-menu ul li { width:100%; }
.sf-menu li:hover { visibility:inherit; }
.sf-menu li {
	position:relative;
	float:left;
}
.sf-menu a {
	position:relative;
	display:block;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top:70px;
	left:0;
	z-index:99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top:-999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	top:-12px;
	left:160px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top:-999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	top:0;
	left:10em;
}
.sf-menu { float:left; }
.sf-menu > li {
	background:none;
	text-align:center;
	padding-top:1px;
	margin-left:42px;
}
.sf-menu > li:first-child { margin-left:0 !important; }
.ie8 .sf-menu > li { margin-left:32px; }
@media (min-width: 979px) and (max-width: 1199px) {
	.sf-menu > li { margin-left:32px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li { margin-left:20px; }
}
.sf-menu > li > a {
	padding:0;
	border:none;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding-top:23px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a { font-size:15px !important; }
}
.sf-menu li .desc {
	display:block;
	font-size:0.9em;
}
.sf-menu li ul {
	background:#484848;
	border-right:7px solid #272727;
	width:160px;
	padding:12px 0;
}
.sf-menu li ul:before {
	content:'';
	width:167px;
	height:6px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/sub-nav-top.png);
	position:absolute;
	top:-6px;
	left:0;
}
.sf-menu li ul:after {
	content:'';
	width:167px;
	height:7px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/sub-nav-bot.png);
	position:absolute;
	bottom:-7px;
	left:0;
}
.sf-menu li li {
	background:none;
	text-align:left;
}
.sf-menu li li a {
	padding:4px 22px 6px !important;
	border:none;
	color:#fff;
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a {
	background:none;
	border-top:4px solid #cd1b00;
	padding-top:19px;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a { background:#cd1b00; }
.sf-menu a.sf-with-ul {
	padding-right:0;
	min-width:1px;
}
.sf-sub-indicator {
	position:absolute;
	top:1.05em;
	right:-16px;
	display:block;
	overflow:hidden;
	width:8px;
	height:8px;
	background:url(images/nav-arrow.png) no-repeat -10px -100px;
	text-indent:-999em;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-sub-indicator { right:-10px; }
}
a > .sf-sub-indicator {
	background-position:0 0;
	top:auto;
	bottom:1px;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position:0 0; }
.sf-menu ul .sf-sub-indicator { background-position:-10px 0; }
.sf-menu ul a > .sf-sub-indicator {
	background-position:0 0;
	display:none;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position:-10px 0; }
@media (max-width: 767px) {
	.sf-menu { display:none; }
}
.select-menu {
	display:none;
	border:1px solid #c8c8c8;
	background-color:#e4e4e4;
	width:100%;
	height:30px;
	padding:5px;
	margin:0;
	cursor:pointer;
	outline:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.select-menu:focus { border-color:#999; }
.select-menu option {
	padding:5px;
	cursor:pointer;
}
.select-menu option.main_item { font-weight:bold; }
.search-form form { position:relative; }
.search-form input[type="text"] {
	padding-top:6px;
	padding-bottom:6px;
}
.header .search-form input[type="text"] {
	vertical-align:top;
	font-family:'Open Sans', sans-serif;
	color:#fff;
	font-size:14px;
	padding:8px 17px 10px 17px !important;
	margin:0;
	float:left;
	width:198px;
	border:none;
	border-bottom:1px solid #262626 !important;
	background:#404040;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.header .search-form input[type="text"]::-moz-placeholder {
	color:#737373;
	font-style:italic;
}
.header .search-form input[type="text"]::-ms-input-placeholder {
	color:#737373;
	font-style:italic;
}
.header .search-form input[type="text"]::-webkit-input-placeholder {
	color:#737373;
	font-style:italic;
}
.header .search-form input[type="text"]:-moz-placeholder { color:#737373; }
.header .search-form input[type="text"]:-ms-input-placeholder { color:#737373; }
.header .search-form input[type="text"]::-webkit-input-placeholder { color:#737373; }
.ie8 .header .search-form input[type="text"] { width:178px; }
@media (min-width: 979px) and (max-width: 1199px) {
	.header .search-form input[type="text"] { width:178px; }
}
@media (max-width: 979px) {
	.header .search-form input[type="text"] { width:90px; }
}
.header .search-form input[type="submit"] {
	vertical-align:top;
	width:38px;
	height:39px;
	padding:0;
	margin:0;
	background:#262626 url(images/btn-search.png) no-repeat 10px 9px;
	border:none;
	border-bottom:1px solid #262626;
	float:left;
	position:relative;
	text-indent:-99em;
	filter:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.header .search-form input[type="submit"]:hover { background-color:#cd1b00; }
.header .search-form {
	padding-top:13px;
	margin-right:-32px;
}
@media (max-width: 979px) {
	.header .search-form { margin-right:-20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sidebar .search-form_it { width:130px; }
}
.logo { padding-top:9px; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		text-align:center;
		padding-bottom:29px;
	}
}
@media (max-width: 767px) {
	.logo.pull-left { float:none; }
}
.logo_h { font-weight:900 !important; }
.logo_h__txt { text-shadow:3px 3px 0 rgba(0,0,0,0.1); }
.logo_h__txt:first-letter { color:#cd1b00; }
.logo_link { color:#000 !important; }
.logo_tagline {
	color:#333;
	font-size:10px;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:2px;
}
.slider { margin:0; }
@media (max-width: 480px) {
	.slider { display:none !important; }
}
.camera_wrap { margin-bottom:48px !important; }
.camera_wrap .camera_pag {
	position:absolute;
	top:18px;
	right:16px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	width:12px;
	height:12px;
	background:#fff;
	margin:0 0 0 6px;
	vertical-align:top;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent, .camera_wrap .camera_pag .camera_pag_ul li:hover { background:#cd1b00; }
.camera_wrap .camera_pag .camera_pag_ul li span { display:none; }
.camera_caption {
	bottom:0;
	padding-bottom:30px;
}
@media (max-width: 480px) {
	.camera_caption { display:none !important; }
}
.camera_caption > div {
	background:none;
	padding:0;
}
.camera_caption h2 {
	font-size:32px;
	line-height:40px;
	display:inline-block;
	padding-left:40px;
	text-transform:none;
	font-weight:300;
	margin:0 0 10px 0;
}
@media (max-width: 979px) {
	.camera_caption h2 {
		font-size:22px;
		line-height:26px;
	}
}
.camera_caption h2 .first-word {
	color:#fff;
	font-weight:300;
}
.camera_caption h2 span {
	position:relative;
	left:-40px;
	background:#000;
	padding:2px 0;
}
.camera_caption h2 span span { left:40px; }
.camera_caption h2 span span span { left:-20px; }
.camera_caption a {
	color:#fff;
	background:#cd1b00;
	padding:0 19px;
	line-height:30px;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	display:inline-block;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.camera_caption a:hover {
	background:#fafafa;
	color:#111111;
	text-decoration:none;
}
.flexslider:hover {
	background:#fff !important;
	border-color:#d4d4d4 !important;
}
.flex-control-nav {
	width:100%;
	position:absolute;
	bottom:-32px;
	left:0;
	height:12px;
}
.flex-control-nav li {
	margin:0 6px 0 0;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
}
.flex-control-paging li a {
	width:12px;
	height:12px;
	display:block;
	background:#f0f0f0;
	cursor:pointer;
	text-indent:-9999px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	position:relative;
	z-index:999;
}
.flex-control-paging li a:hover { background:#cd1b00; }
.flex-control-paging li a.flex-active {
	background:#cd1b00;
	cursor:default;
}
.error404-holder { padding-bottom:150px; }
.error404-holder_num { color:#333333; }
.content-holder {
	background-color:#fff;
	border:1px solid #cccccc;
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 15px rgba(0,0,0,0.2);
	box-shadow:0px 0px 15px rgba(0,0,0,0.2);
	padding:38px 0 0 0;
}
.home .content-holder { padding-top:44px; }
@media (max-width: 767px) {
	.content-holder { padding:20px 20px 0 20px; }
}
.content-holder .container {
	background-repeat:repeat-y;
	background-position:right 0;
	background-image:url(images/sidebar-tail.gif);
	background-size:370px;
	-webkit-background-size:370px;
}
.left .content-holder .container { background-position:0 0; }
.ie8 .content-holder .container { background-image:url(images/sidebar-tail_ie.gif); }
@media (min-width: 979px) and (max-width: 1199px) {
	.content-holder .container {
		background-size:300px;
		-webkit-background-size:300px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.content-holder .container {
		background-size:228px;
		-webkit-background-size:228px;
	}
}
@media (max-width: 767px) {
	.content-holder .container { background:none; }
}
.error404 .content-holder .container, .single-portfolio .content-holder .container, .page-template-page-faq-php .content-holder .container, .page-template-page-fullwidth-php .content-holder .container, .page-template-page-Portfolio2Cols-filterable-php .content-holder .container, .page-template-page-Portfolio3Cols-filterable-php .content-holder .container, .page-template-page-Portfolio4Cols-filterable-php .content-holder .container { background:none; }
#content {
	padding-bottom:48px;
	padding-top:0;
}
#content.left { margin-bottom:0; }
.title-section {
	padding:0;
	position:relative;
	z-index:3;
	background-color:#fff;
}
.title-header {
	overflow:hidden;
	margin:0 0 23px 0;
	font-size:20px;
	line-height:24px;
	text-transform:uppercase;
	color:#333;
}
.title-header .first-word { color:#cd1b00; }
.title-desc {
	display:block;
	color:#999;
	font-size:11px;
}
.breadcrumb__t {
	margin:0 0 44px 0;
	padding:12px 17px 13px;
	min-height:1px;
	background:#f0f0f0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t li {
	line-height:1.3em;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:none;
}
.breadcrumb__t .active { color:#333; }
.breadcrumb__t .divider { margin:0 3px; }
.post__holder {
	position:relative;
	overflow:hidden;
	margin-bottom:35px;
	padding-right:20px;
}
.single .post__holder { margin-bottom:0; }
.post__holder.single-post {
	overflow:hidden;
	margin-bottom:30px;
	width:100%;
}
.post .sticky {
	position:relative;
	z-index:9;
}
.post-title {
	font-size:14px;
	line-height:1.2em;
	margin:0 0 18px 0;
	text-transform:uppercase;
}
.post-title a { color:#333; }
.post-title a:hover {
	text-decoration:none;
	color:#cd1b00;
}
@media (max-width: 480px) {
	.post .featured-thumbnail { width:120px; }
}
@media (max-width: 480px) {
	.post .featured-thumbnail.large { width:auto; }
}
.post_content { margin-bottom:20px; }
.post_content .excerpt, .post_content .full-post-content { margin-bottom:1.5em; }
.post_footer {
	clear:both;
	padding:15px 0 0 0;
}
.post_meta {
	overflow:hidden;
	margin-bottom:1em;
	padding:9px 0 10px !important;
	width:100%;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	font-size:1em;
}
.post_meta span {
	display:inline-block;
	line-height:20px;
	padding-right:20px;
}
@media (max-width: 767px) {
	.post_meta span {
		display:block;
		padding-right:0;
	}
}
.post_meta time {
	color:#b8b8b8;
	text-transform:uppercase;
}
.post_meta .post_permalink {
	float:none;
	padding-right:0;
}
@media (min-width: 1200px) {
	.post_meta .post_permalink { float:right; }
}
.ie8 .post_meta .post_permalink { float:none; }
.post_meta .post_author {
	text-transform:uppercase;
	font-weight:bold;
}
.post_meta .post_author a { color:#333; }
.post_meta i {
	font-size:16px;
	margin-right:.5em;
	color:#888888;
}
.post_meta .pull-right {
	padding-right:0;
	padding-left:15px;
}
.post.format-quote blockquote {
	border-color:#f0f0f0 !important;
	border-left-width:5px;
	font-family:Open Sans;
	font-size:15px;
	line-height:18px;
	color:#333;
	padding:0 0 0 21px;
}
.post.format-quote cite {
	display:block;
	padding:10px 0 0 0;
	font-weight:bold;
	font-size:15px;
	color:#cd1b00;
	text-transform:uppercase;
}
.pagination__posts {
	margin:0;
	text-align:center;
}
.pagination__posts ul {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li a {
	font-size:14px;
	font-weight:bold;
	color:#333;
	border:none;
	margin:0 3px;
	padding:5px 12px;
	text-transform:uppercase;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	border-radius:3px !important;
}
.pagination__posts ul li a:hover {
	color:#fff;
	background-color:#c31900;
	background-image:-moz-linear-gradient(top,#de1d00,#9b1400);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#de1d00),to(#9b1400));
	background-image:-webkit-linear-gradient(top,#de1d00,#9b1400);
	background-image:-o-linear-gradient(top,#de1d00,#9b1400);
	background-image:linear-gradient(to bottom,#de1d00,#9b1400);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde1d00', endColorstr='#ff9b1400', GradientType=0);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	box-shadow:0px 1px 2px rgba(0,0,0,0.4);
}
.pagination__posts ul .active a {
	color:#fff;
	background-color:#c31900;
	background-image:-moz-linear-gradient(top,#de1d00,#9b1400);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#de1d00),to(#9b1400));
	background-image:-webkit-linear-gradient(top,#de1d00,#9b1400);
	background-image:-o-linear-gradient(top,#de1d00,#9b1400);
	background-image:linear-gradient(to bottom,#de1d00,#9b1400);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde1d00', endColorstr='#ff9b1400', GradientType=0);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	box-shadow:0px 1px 2px rgba(0,0,0,0.4);
}
.share-buttons { margin-bottom:15px; }
.post-author {
	margin-bottom:3.6em;
	padding:17px 20px 14px 30px;
	border:1px solid #d4d4d4;
}
.post-author_h {
	font-size:13px;
	line-height:1.2em;
	margin-bottom:12px;
	text-transform:uppercase;
}
.post-author_h small { font-size:13px; }
.post-author_h a {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
}
.post-author_link { margin-top:1.5em; }
.post-author_link a {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	color:#333;
}
.post-author_gravatar {
	float:left;
	margin:5px 15px 0 0;
}
.post-author_gravatar img {
	padding:11px;
	border:1px solid #dbdbdb;
	background:#fff;
}
.post-author_desc {
	overflow:hidden;
	font-style:italic;
	line-height:18px;
}
#recent-author-comments { padding-top:30px; }
.related-posts {
	overflow:hidden;
	margin:0 0 2em;
	padding:0;
}
.related-posts_h {
	font-size:14px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:23px;
}
.related-posts_list {
	padding:0;
	margin:0 0 0 -4%;
	font-size:0;
}
.related-posts_item {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.related-posts_item a:hover {
	text-decoration:none;
	color:#333;
}
@media (min-width: 411px) and (max-width: 480px) {
	.related-posts .featured-thumbnail {
		display:inline-block;
		overflow:hidden;
	}
}
.related-posts .featured-thumbnail img { float:left; }
.related-posts .featured-thumbnail:hover {
	border-color:#cd1b00 !important;
	background-color:#cd1b00 !important;
}
@media (max-width: 480px) {
	.related-posts_item { width:46%; }
}
.testimonial {
	position:static;
	margin-bottom:35px;
	padding:0;
	border:none;
	background:none;
	font-style:normal;
	font-family:Open Sans;
	line-height:1.5em;
}
.testimonial_bq {
	margin:0 0 33px 0;
	padding:20px 30px 30px 30px;
	position:relative;
	border:1px solid #d4d4d4;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 4px 0 #d3d3d3;
	-moz-box-shadow:0 4px 0 #d3d3d3;
	box-shadow:0 4px 0 #d3d3d3;
}
.testimonial_bq:before {
	width:20px;
	height:24px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/corner.png);
	position:absolute;
	bottom:-24px;
	left:21px;
	content:'';
}
.testimonial_bq p {
	font-size:15px;
	font-weight:normal;
	line-height:18px;
}
.testimonial_content {
	overflow:hidden;
	background:none;
	position:relative;
	padding-left:40px;
}
.testimonial_content:before {
	position:absolute;
	left:0;
	top:0;
	content:'\f10d';
	font-family:FontAwesome;
	font-size:30px;
	line-height:1.2em;
}
.testimonial .featured-thumbnail { margin:0 16px 0 32px; }
.testimonial .featured-thumbnail:hover {
	background:#fff;
	border-color:#d4d4d4;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial .featured-thumbnail {
		width:80px;
		height:80px;
	}
}
.testimonial small {
	font-family:Open Sans;
	font-style:normal;
	font-size:15px;
	font-weight:bold;
	padding:0;
	display:inline-block;
	color:#cd1b00;
	text-transform:uppercase;
}
.testimonial small.top-indent { padding:44px 0 0 0; }
.testimonial small a {
	font-style:italic;
	font-weight:normal;
	color:#333;
	text-transform:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial {
		padding:15px;
		background-position:150px 10px;
	}
}
@media (max-width: 767px) {
	.testimonial {
		padding:15px;
		background-position:150px 10px;
	}
}
.single-pager {
	font-size:15px;
	border-color:#d4d4d4;
}
.single-pager a {
	border-color:#d4d4d4 !important;
	text-transform:uppercase;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	border-radius:3px !important;
}
@media (max-width: 767px) {
	.filter-wrapper .pull-right { float:none; }
}
.filter-wrapper strong {
	display:inline-block;
	padding:10px 0;
	margin-right:18px;
	float:left;
	color:#cd1b00;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.filter-wrapper strong { float:none; }
}
.filter-wrapper .nav { overflow:visible; }
.nav-pills { float:left; }
@media (max-width: 480px) {
	.nav-pills { float:none; }
}
@media (max-width: 480px) {
	.nav-pills li { float:none; }
}
.nav-pills li a {
	color:#333;
	font-weight:bold;
	font-size:13px;
	text-shadow:none;
	text-transform:uppercase;
	border:none;
	padding:10px 19px;
}
.nav-pills li a:hover, .nav-pills li a:focus {
	color:#fff;
	background-color:#c31900;
	background-image:-moz-linear-gradient(top,#de1d00,#9b1400);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#de1d00),to(#9b1400));
	background-image:-webkit-linear-gradient(top,#de1d00,#9b1400);
	background-image:-o-linear-gradient(top,#de1d00,#9b1400);
	background-image:linear-gradient(to bottom,#de1d00,#9b1400);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde1d00', endColorstr='#ff9b1400', GradientType=0);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
@media (max-width: 480px) {
	.nav-pills li a {
		display:block;
		padding:5px;
	}
}
.nav-pills li.active a {
	color:#fff;
	background-color:#c31900;
	background-image:-moz-linear-gradient(top,#de1d00,#9b1400);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#de1d00),to(#9b1400));
	background-image:-webkit-linear-gradient(top,#de1d00,#9b1400);
	background-image:-o-linear-gradient(top,#de1d00,#9b1400);
	background-image:linear-gradient(to bottom,#de1d00,#9b1400);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde1d00', endColorstr='#ff9b1400', GradientType=0);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.filterable-portfolio .portfolio_item h3 {
	font-size:24px;
	line-height:1.2em;
}
.filterable-portfolio .portfolio_item h3 a { color:#333; }
.filterable-portfolio .portfolio_item h3 a:hover {
	color:#cd1b00;
	text-decoration:none;
}
.comment-holder {
	padding:0;
	margin:0 0 2em;
}
.comments-h {
	padding:0;
	margin:0 0 -25px 0;
	font-size:14px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:uppercase;
}
.comment-list {
	position:relative;
	margin:0;
	padding:0;
	list-style-type:none;
}
.comment {
	position:relative;
	margin:0;
	padding:0;
	background:none;
	list-style-type:none;
	text-transform:none;
}
.comment .comment-body {
	position:relative;
	overflow:hidden;
	margin-top:30px;
	padding:25px 29px 50px 30px;
	border:1px solid #d4d4d4;
	background:none;
	font-style:italic;
	zoom:1;
}
.comment.bypostauthor .comment-body { background:none; }
.comment-author {
	float:left;
	margin:5px 20px 0 0;
}
.comment-author .avatar {
	padding:11px;
	border:1px solid #d4d4d4;
	background:#fff;
}
.comment-author .author {
	display:block;
	padding-top:15px;
	width:84px;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	font-style:normal;
}
.comment-meta {
	float:right;
	text-transform:uppercase;
	font-style:normal;
	font-size:12px;
	color:#b8b8b8;
	position:relative;
	top:1px;
}
.reply {
	float:right;
	margin-left:19px;
}
.reply a {
	display:inline-block;
	text-decoration:none !important;
	font-style:normal;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	padding-right:12px;
}
.reply a:after {
	content:'\f105';
	font-family:FontAwesome;
	color:#cd1b00;
	font-size:15px;
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
}
.reply a:hover { text-decoration:underline !important; }
.allowed_tags {
	padding:15px;
	background:#eee;
	color:#666;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
}
.allowed_tags strong { font-family:Tahoma, Geneva, sans-serif; }
#respond { padding-top:25px; }
#respond h3 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.2em;
	margin-bottom:25px;
}
.comment-list ul.children { margin-left:40px; }
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
	.comment-list ul.children { margin:0; }
}
.nocomments { margin:0; }
#commentform p.field { margin-bottom:12px; }
#commentform small { color:#8b8b8b; }
#commentform label { display:block; }
#commentform input[type="text"] {
	margin:0;
	padding:11px 17px;
	width:302px;
}
#commentform textarea {
	overflow:auto;
	margin:0;
	min-width:502px;
	min-height:222px;
	max-width:502px;
	width:502px;
	height:200px;
	margin-bottom:23px;
}
.children #commentform textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	min-width:100px;
}
@media (max-width: 979px) {
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 767px) {
	#commentform input[type="text"] {
		width:100%;
		height:auto;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
}
#sidebar {
	padding:0 0 30px 0;
	position:relative;
}
@media (max-width: 767px) {
	#sidebar { clear:both; }
}
#sidebar:before, #sidebar:after {
	content:'';
	position:absolute;
	left:0;
	background-color:#fff;
	width:100%;
}
.home #sidebar:before, .single #sidebar:before, .home #sidebar:after, .single #sidebar:after { display:none; }
@media (max-width: 767px) {
	#sidebar:before, #sidebar:after { display:none; }
}
#sidebar:before {
	top:-134px;
	height:47px;
}
#sidebar:after {
	top:-44px;
	height:44px;
}
@media (max-width: 767px) {
	#sidebar {
		background:#f0f0f0;
		margin:0 -20px 0 -20px !important;
		width:auto;
		position:relative;
		z-index:99;
	}
}
#sidebar .widget {
	padding:12px 20px 0 20px;
	margin-bottom:25px;
}
#sidebar .widget h3 {
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	margin-bottom:18px;
	position:relative;
	padding-left:30px;
}
#sidebar .widget h3:before {
	font-family:FontAwesome;
	font-size:20px;
	font-weight:normal;
	color:#888888;
	position:absolute;
	left:0;
	top:0;
}
#sidebar .widget h4 { margin-top:3px; }
#sidebar .widget ul {
	margin:0;
	padding:0;
}
#sidebar .widget ul li {
	list-style-type:none;
	padding:0;
	margin:0 0 8px 0;
}
#sidebar .widget ul li:before {
	content:'';
	display:inline-block;
	width:4px;
	height:4px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/bull.png);
	vertical-align:top;
	margin:9px 11px 0 0;
}
#sidebar .widget ul li a { color:#333; }
#sidebar .widget ul ul {
	margin-left:15px;
	margin-top:8px;
}
#sidebar .widget.social_networks_widget h3:before { content:'\f0c0'; }
#sidebar .widget.social_networks_widget ul li:before { display:none; }
#sidebar .widget.my_posts_type_widget h3:before { content:'\f091'; }
#sidebar .widget.widget_my_flickrwidget h3:before { content:'\f03e'; }
#sidebar .widget.widget_my_flickrwidget ul li:before { display:none; }
#sidebar .widget.widget_my_recent_comments h3:before, #sidebar .widget.widget_recent_comments h3:before { content:'\f0e6'; }
#sidebar .widget.widget_calendar h3:before { content:'\f073'; }
#sidebar .widget.widget_categories h3:before { content:'\f044'; }
#sidebar .widget.widget_my_postwidget h3:before, #sidebar .widget.widget_recent_entries h3:before { content:'\f0f6'; }
#sidebar .widget.widget_cherry_vcard h3:before { content:'\f0ac'; }
#sidebar .widget.widget_nav_menu h3:before { content:'\f0ca'; }
#sidebar .widget.widget_meta h3:before { content:'\f08b'; }
#sidebar .widget.widget_pages h3:before { content:'\f0c5'; }
#sidebar .widget.widget_search h3:before { content:'\f002'; }
#sidebar .widget.widget_tag_cloud h3:before { content:'\f02c'; }
#sidebar .widget.widget_text h3:before { content:'\f040'; }
#sidebar .widget.widget_archive h3:before { content:'\f02d'; }
.banners { padding:12px 20px 0 20px; }
.banners_li {
	float:left;
	margin:0 3px 3px 0;
}
.banners_img {
	width:125px;
	height:auto;
}
.social { margin:0; }
.social_link {
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.social_link:hover {
	opacity:1;
	filter:alpha(opacity=100);
	text-decoration:none;
}
.social_ico {
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:35px;
	height:35px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social_ico:before {
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:#fff;
	position:absolute;
	left:0;
	top:0;
	font-family:FontAwesome;
	font-size:20px;
}
.social_ico:hover { background-color:#333 !important; }
.social .social_link__twitter .social_ico { background-color:#1c9ac7; }
.social .social_link__twitter .social_ico:before { content:'\f099'; }
.social .social_link__facebook .social_ico { background-color:#3b5a9b; }
.social .social_link__facebook .social_ico:before { content:'\f09a'; }
.social .social_link__linkedin .social_ico { background-color:#23649b; }
.social .social_link__linkedin .social_ico:before { content:'\f0e1'; }
.social .social_link__google-plus .social_ico { background-color:#dd4b39; }
.social .social_link__google-plus .social_ico:before { content:'\f0d5'; }
.social .social_link__pinterest .social_ico { background-color:#e84f61; }
.social .social_link__pinterest .social_ico:before { content:'\f0d2'; }
.social .social_link__feed .social_ico { background-color:#ff8500; }
.social .social_link__feed .social_ico:before { content:'\f09e'; }
.social_label {
	display:inline-block;
	vertical-align:top;
	line-height:35px;
}
.social img { display:none; }
.social__row li {
	float:left;
	margin-left:5px !important;
	height:35px;
	overflow:hidden;
}
.social__row li:first-child { margin-left:0 !important; }
@media (max-width: 979px) {
	.social__row li { margin:0 5px 5px 0 !important; }
}
.social__row a { float:left; }
.social__list li { margin-bottom:5px; }
.social__list a:hover { text-decoration:none; }
.post-list li {
	overflow:hidden;
	padding-top:13px !important;
	padding-bottom:0;
	margin:6px 0 0 0 !important;
	background-repeat:repeat-x;
	background-position:0 0;
	background-image:url(images/hr.gif);
}
@media (min-width: 768px) and (max-width: 979px) {
	.post-list li { margin-top:9px !important; }
}
.post-list li:before { display:none !important; }
.post-list_h { font-weight:normal; }
.post-list_h .post-title { text-transform:none; }
.post-list li:first-child {
	margin:0 !important;
	padding:0 !important;
	border:none;
	background:none;
}
.post-list .featured-thumbnail { padding:3px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.post-list .featured-thumbnail {
		float:none;
		overflow:hidden;
		display:inline-block;
	}
}
.post-list time {
	font-size:12px;
	color:#b8b8b8;
	text-transform:uppercase;
	padding-top:3px;
	display:block;
}
.post-list time i {
	font-size:14px;
	margin-right:9px;
	position:relative;
	top:1px;
}
.post-list_h { margin:7px 0 12px 0; }
.post-list_h a { color:#333; }
.post-list .excerpt { margin-bottom:1em; }
.post-list.testimonials_custom_posts li { background:none; }
.post-list.testimonials_custom_posts .excerpt {
	padding:20px 15px 20px 50px;
	position:relative;
	background-color:#fff;
	border:1px solid #d4d4d4;
	margin-bottom:33px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 4px 0 #d3d3d3;
	-moz-box-shadow:0 4px 0 #d3d3d3;
	box-shadow:0 4px 0 #d3d3d3;
}
.post-list.testimonials_custom_posts .excerpt:before {
	position:absolute;
	left:12px;
	top:12px;
	content:'\f10d';
	font-family:FontAwesome;
	font-size:30px;
	line-height:1.2em;
	display:block !important;
}
.post-list.testimonials_custom_posts .excerpt:after {
	width:20px;
	height:24px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/corner.png);
	content:'';
	position:absolute;
	bottom:-24px;
	left:21px;
}
.post-list.testimonials_custom_posts .excerpt a:hover {
	text-decoration:none;
	color:#cd1b00 !important;
}
.post-list.testimonials_custom_posts .featured-thumbnail { margin:0 16px 0 32px; }
@media (max-width: 979px) {
	.post-list.testimonials_custom_posts .featured-thumbnail { margin-left:0; }
}
.post-list.testimonials_custom_posts .name-testi {
	font-family:Open Sans;
	font-style:normal;
	font-size:15px;
	font-weight:bold;
	padding:0;
	display:inline-block;
	color:#cd1b00;
	text-transform:uppercase;
}
.post-list.testimonials_custom_posts .name-testi.top-indent { padding:17px 0 0 0; }
.post-list.testimonials_custom_posts .name-testi a {
	font-style:italic;
	font-weight:normal;
	color:#333;
	text-transform:none;
}
.flickr_li {
	margin:0 14px 14px 0 !important;
	float:left;
	width:72px;
}
.flickr_li.nomargin { margin-right:0 !important; }
@media (max-width: 1200px) {
	.flickr_li.nomargin { margin-right:14px !important; }
}
.flickr_li a {
	border:1px solid #d4d4d4;
	background:#fff;
	padding:2px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.flickr_li a:hover {
	background:#cd1b00;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.flickr_li .thumbnail {
	margin:0;
	width:66px;
}
.ie8 .flickr_li.nomargin { margin-right:14px !important; }
.ie8 .flickr_li img { height:66px; }
@media (max-width: 767px) {
	.flickr_li {
		float:left !important;
		width:72px !important;
	}
	.flickr_li .thumbnail { float:left; }
}
.comments-custom li {
	overflow:hidden;
	margin:6px 0 0 0 !important;
	padding:13px 0 0 0 !important;
	border-bottom:none;
	background:url(images/hr.gif) repeat-x 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.comments-custom li { margin-top:12px; }
}
.comments-custom li:before { display:none !important; }
.comments-custom li:first-child {
	padding-top:0 !important;
	border-top:none;
	background:none;
}
.comments-custom .featured-thumbnail { padding:2px; }
.comments-custom .featured-thumbnail:hover {
	background:#fff;
	border-color:#d4d4d4;
}
@media (min-width: 768px) and (max-width: 979px) {
	.comments-custom .featured-thumbnail {
		float:none;
		overflow:hidden;
		display:inline-block;
	}
}
.comments-custom_txt {
	padding:10px 0 0 0;
	font-size:13px;
	font-style:italic;
	line-height:20px;
}
.comments-custom_txt a {
	text-decoration:none;
	color:#333;
}
.comments-custom_txt a:hover {
	text-decoration:underline;
	color:#333333 !important;
}
.comments-custom_h {
	margin:1px 0 0 0;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	color:#333;
}
.comments-custom time {
	font-size:12px;
	color:#b8b8b8;
}
.recent-posts {
	overflow:hidden;
	margin:0 0 0 -20px !important;
	padding:0;
	border:none;
}
.recent-posts_li {
	margin:0 0 35px 20px;
	padding:0;
	border:none;
	background:none;
	list-style-type:none;
}
.recent-posts_li .featured-thumbnail {
	float:left;
	margin:0 20px 0 0;
}
.recent-posts_li h5 {
	margin-bottom:15px;
	font-size:24px;
	line-height:28px;
	font-weight:300;
}
.recent-posts_li h5 a { color:#333333; }
.recent-posts_li h5 a:hover {
	color:#cd1b00;
	text-decoration:none;
}
.recent-posts_li .excerpt { margin-bottom:1.5em; }
.recent-posts_li .meta {
	display:block;
	overflow:hidden;
	margin-bottom:.5em;
	color:#c4c4c4;
	text-transform:uppercase;
	font-size:13px;
}
.recent-posts_li .meta i {
	font-size:16px;
	color:#c4c4c4;
	margin-right:0.5em;
}
.recent-posts_li .post-date { float:left; }
.recent-posts_li .post-comments { float:right; }
.recent-posts .format-image {
	float:left;
	margin:0 20px 20px 0;
}
.recent-posts .format-audio { margin-bottom:2em; }
.recent-posts .format-audio .audio-wrapper { margin-bottom:.5em; }
.recent-posts .format-video {
	float:left;
	width:300px;
}
.posts-grid { margin:0; }
.posts-grid li { margin-bottom:44px; }
.posts-grid li .featured-thumbnail {
	margin:0 0 20px 0;
	padding:3px;
	overflow:visible;
}
.ie8 .posts-grid li .featured-thumbnail { width:296px; }
.posts-grid li .featured-thumbnail img { width:100%; }
.ie8 .posts-grid li .featured-thumbnail img {
	width:auto;
	position:relative;
	z-index:-1;
}
.posts-grid li .featured-thumbnail a {
	position:relative;
	z-index:1;
	text-decoration:none;
}
.posts-grid li .featured-thumbnail a:before {
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/format-bg.png);
	width:40px;
	height:52px;
	padding:0 0 0 11px;
	position:absolute;
	right:16px;
	top:-15px;
	color:#fff;
	font-size:21px;
	font-family:FontAwesome;
	text-shadow:1px 1px 0 rgba(0,0,0,0.2);
	text-align:center;
	line-height:41px;
	z-index:2;
}
.posts-grid .format_quote .featured-thumbnail a:before { content:'\f10d'; }
.posts-grid .format_image .featured-thumbnail a:before { content:'\f03e'; }
.posts-grid .format_video .featured-thumbnail a:before { content:'\f03d'; }
.posts-grid .format_audio .featured-thumbnail a:before { content:'\f028'; }
.posts-grid .format_gallery .featured-thumbnail a:before { content:'\f07c'; }
.posts-grid .format_link .featured-thumbnail a:before { content:'\f0c1'; }
.posts-grid .format_aside .featured-thumbnail a:before { content:'\f040'; }
.posts-grid .format_standard .featured-thumbnail a:before { content:'\f0f6'; }
.posts-grid h5 {
	font-size:24px;
	line-height:30px;
	font-weight:300;
	margin:0;
}
.posts-grid h5 a {
	color:#333;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid h5 a:hover {
	color:#cd1b00;
	text-decoration:none;
}
.posts-grid .post_meta {
	border:none;
	padding:0;
	margin:0 0 5px 0;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
	color:#c4c4c4;
}
.posts-grid .post_meta i {
	font-size:16px;
	color:#c4c4c4;
}
.posts-grid .post_author { font-weight:700; }
.posts-grid .post_author a { color:#cd1b00; }
.posts-grid .post_author a:hover {
	color:#333;
	text-decoration:none;
}
.posts-grid.team .featured-thumbnail { margin:0 0 18px 0; }
.ie8 .posts-grid.team .featured-thumbnail { width:135px; }
.posts-grid.team .featured-thumbnail a:before { display:none !important; }
.posts-grid.team h5 {
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.posts-grid.team h5 a { color:#cd1b00; }
.posts-grid.team h5 a:hover { color:#333; }
.posts-grid.events { margin-top:25px; }
@media (max-width: 767px) {
	.posts-grid.events { margin-top:0; }
}
.posts-grid.events:first-child { margin-top:0; }
.posts-grid.events li { margin-bottom:0; }
@media (max-width: 767px) {
	.posts-grid.events li { overflow:hidden; }
}
@media (max-width: 480px) {
	.posts-grid.events li { margin-bottom:15px; }
}
.posts-grid.events .featured-thumbnail {
	margin-right:20px;
	float:left;
}
.ie8 .posts-grid.events .featured-thumbnail { width:auto; }
.posts-grid.events .featured-thumbnail a:before { display:none; }
.posts-grid.events .clear { clear:none; }
.posts-grid.events .post_author { display:none; }
.posts-grid.events .post_meta {
	overflow:visible;
	width:auto;
	padding:0 !important;
}
.posts-grid.events h5 {
	margin-bottom:10px;
	font-size:20px;
	line-height:24px;
}
.carousel-wrap {
	position:relative;
	margin:0 0 0px;
}
.carousel-wrap.featured-news h5, .carousel-wrap.featured-news .btn { display:none; }
.carousel-wrap.featured-news .featured-thumbnail { margin-bottom:0; }
.carousel-wrap.featured-news .es-carousel_li { margin:0 12px !important; }
.ie8 .carousel-wrap.featured-news .es-carousel_li { margin:0 15px !important; }
@media (max-width: 1200px) {
	.carousel-wrap.featured-news .es-carousel_li { margin:0 15px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.featured-news .es-carousel_li { margin:0 24px !important; }
}
@media (max-width: 480px) {
	.carousel-wrap.featured-news .es-carousel_li { margin:0 17px !important; }
}
.carousel-wrap h2 { margin:0 0 17px 0; }
.es-carousel-wrapper {
	position:relative;
	padding:25px 37px 25px 37px;
	background:#f0f0f0;
}
@media (max-width: 1200px) {
	.es-carousel-wrapper {
		padding-left:40px;
		padding-right:40px;
	}
}
@media (max-width: 480px) {
	.es-carousel-wrapper {
		padding-left:45px;
		padding-right:32px;
	}
}
.es-carousel { overflow:hidden; }
.es-carousel_list {
	display:none;
	margin-bottom:0;
}
.es-carousel_li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:100%;
	color:#000;
}
.es-carousel_li .featured-thumbnail {
	float:none;
	margin:0 0 20px;
	padding:2px;
}
.es-carousel_li .featured-thumbnail img {
	display:block;
	margin:0;
	padding:0;
	max-width:100%;
	max-height:100%;
	border:none;
}
.es-carousel_li .desc {
	padding:0;
	margin:0;
}
.es-carousel_li h5 {
	margin-bottom:.5em;
	font-weight:bold;
}
.es-carousel_li h5 a { text-decoration:underline; }
.es-carousel_li h5 a:hover { text-decoration:none; }
.es-carousel_li .excerpt { margin-bottom:10px; }
.es-nav span {
	position:absolute;
	top:50%;
	margin-top:-19px !important;
	right:auto;
	left:14px;
	width:20px;
	height:38px;
	background:transparent url(images/nav.png) no-repeat top left;
	text-indent:-9000px;
	opacity:1;
	cursor:pointer;
}
.es-nav span.es-nav-next {
	right:16px;
	left:auto;
	background-position:top right;
}
.es-nav span.es-nav-next:hover { background-position:right -38px; }
.es-nav span:hover {
	opacity:1;
	background-position:0 -38px;
}
.footer {
	border:none;
	background:none;
	padding:0;
	color:#fff;
}
.footer a { color:#fff; }
.copyright {
	margin:0 -32px;
	padding:0;
}
@media (min-width: 979px) and (max-width: 1199px) {
	.copyright { margin:0 -35px; }
}
@media (max-width: 979px) {
	.copyright { margin:0 -18px; }
}
@media (max-width: 767px) {
	.copyright { margin:0; }
}
.ie8 .copyright { margin:0 -37px; }
.copyright_bg {
	background:#2f2f2f;
	padding:28px 0 29px;
}
.copyright .border-top {
	border-bottom:20px solid #252525;
	border-left:17px solid transparent;
	border-right:17px solid transparent;
	height:0;
	display:block;
}
@media (max-width: 979px) {
	.copyright .border-top {
		border:none;
		border-bottom:20px solid #252525;
	}
}
.footer-text {
	padding:0 0 0 32px;
	float:none;
}
.ie8 .footer-text { padding-left:37px; }
@media (max-width: 767px) {
	.footer-text {
		padding:0 20px;
		text-align:center;
		margin-bottom:5px;
	}
}
nav.footer-nav {
	float:none;
	padding-left:32px;
	margin-bottom:0;
	padding-top:5px;
}
.ie8 nav.footer-nav { padding-left:37px; }
@media (max-width: 767px) {
	nav.footer-nav { padding:0; }
}
nav.footer-nav ul { float:none; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul { text-align:left; }
}
nav.footer-nav ul li { padding:0 15px 0 0; }
nav.footer-nav ul li a:hover {
	color:#fff;
	text-decoration:underline;
}
.dropcap {
	position:relative;
	display:block;
	float:left;
	overflow:hidden;
	margin:0 20px 20px 0;
	width:23px;
	height:23px;
	background:#333333;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	line-height:23px;
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	border-radius:23px;
}
.wpcf7-form p.field input { height:auto; }
.wpcf7-not-valid-tip { padding:12px 17px !important; }
@media (max-width: 1200px) {
	.wpcf7-not-valid-tip { font-size:11px !important; }
}
@media (min-width: 767px) and (max-width: 979px) {
	.wpcf7-not-valid-tip { padding:3px 17px !important; }
}
.alignleft, .alignright, .aligncenter, .alignnone {
	border:1px solid #d4d4d4;
	padding:3px;
	background:#fff;
}
.alignleft.no-border, .alignright.no-border, .aligncenter.no-border, .alignnone.no-border {
	padding:0;
	border:none;
}
.page-header {
	border-bottom:none;
	margin-bottom:22px;
}
.page-header h1 {
	font-size:14px;
	line-height:1.2em;
	text-transform:uppercase;
	padding-bottom:0;
	margin:0 0 0 0;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-color:#d4d4d4 !important;
	padding:12px 17px;
	color:#2e2e2e;
	font-family:Open Sans;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:0 3px 0 #e0e0e0 !important;
	-moz-box-shadow:0 3px 0 #e0e0e0 !important;
	box-shadow:0 3px 0 #e0e0e0 !important;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { outline:none; }
input[type="submit"], input[type="reset"] {
	height:34px;
	font-weight:bold;
}
.btn-primary {
	color:#fff;
	font-weight:bold;
	text-shadow:none;
	text-transform:uppercase;
	border:none;
	background-color:#c31900;
	background-image:-moz-linear-gradient(top,#de1d00,#9b1400);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#de1d00),to(#9b1400));
	background-image:-webkit-linear-gradient(top,#de1d00,#9b1400);
	background-image:-o-linear-gradient(top,#de1d00,#9b1400);
	background-image:linear-gradient(to bottom,#de1d00,#9b1400);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde1d00', endColorstr='#ff9b1400', GradientType=0);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.btn-primary:hover, .btn-primary:focus {
	background:#333;
	filter:none;
	outline:none;
}
.btn-normal {
	padding:7px 14px;
	font-size:14px;
}
.btn-link {
	padding:0;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	line-height:1em;
	position:relative;
	color:#cd1b00 !important;
}
.btn-link:hover {
	color:#cd1b00;
	text-decoration:none;
	border-bottom:1px solid #cd1b00;
}
.btn-link:hover:after { border:none; }
.btn-link:after {
	content:'\f105';
	font-family:FontAwesome;
	color:#cd1b00;
	font-size:15px;
	display:inline-block;
	position:absolute;
	right:-12px;
	top:0;
}
.featured-thumbnail, .thumbnail {
	border:1px solid #d4d4d4;
	padding:3px;
	background:#fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.featured-thumbnail:hover, .thumbnail:hover {
	border-color:#cd1b00;
	background:#cd1b00;
}
.single-format-standard .featured-thumbnail:hover, .single-format-standard .thumbnail:hover {
	border-color:#d4d4d4;
	background:#fff;
}
#back-top { display:none; }
#back-top-wrapper {
	position:relative;
	right:0;
	bottom:0;
	overflow:hidden;
	float:right;
	padding-right:32px;
	z-index:99;
}
.ie8 #back-top-wrapper { padding-right:37px; }
#back-top a {
	display:block;
	width:auto;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font:13px/100% Arial, Helvetica, sans-serif;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#back-top a:hover { color:#cd1b00; }
#back-top a:hover span { background:none; }
#back-top span {
	display:inline-block;
	margin-bottom:0;
	width:auto;
	height:auto;
	background:none;
	-webkit-transition:0s;
	-moz-transition:0s;
	-o-transition:0s;
	transition:0s;
}
#back-top .arrow {
	font-size:14px;
	color:#cd1b00;
	margin:0 0 0 2px;
	position:relative;
	top:-2px;
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:28px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}