@import url("../CherryFramework/style.css");
@media (max-width: 767px) {
	body { padding:0; }
	body .header, body .content-holder { padding:0 20px; }
	body .footer { padding:20px; }
}
.main-holder { overflow:hidden; }
a { transition:all 0.3s ease 0s; }
h1, h2, h3, h4, h5, h6 {
	text-transform:uppercase;
	letter-spacing:2px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	padding-bottom:1px;
	border-bottom:1px solid transparent;
	text-decoration:none;
}
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active, h6 a:hover, h6 a:active {
	border-color:#7f7f7f;
	text-decoration:none;
}
.featured-thumbnail, .thumbnail {
	border:none;
	background:#363636;
	padding:5px;
	border-radius:0;
	box-shadow:none;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn {
	border-radius:0;
	border:none;
	color:#fff;
	box-shadow:none;
	text-shadow:none;
	font:11px/1.2em "Times New Roman", Georgia, Times, serif;
	text-transform:uppercase;
	padding:0 0 1px 0;
	border-bottom:1px solid #cacaca;
	background:none;
	letter-spacing:1px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn:active, .btn:focus, .btn:hover {
	background:none;
	box-shadow:none;
	border-bottom:1px solid transparent;
	color:#f7f7f7;
}
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:5px;
	margin:0 0 10px 0;
	font-size:12px;
	line-height:1.2em;
	text-transform:none;
	color:#7e7e7e;
	text-decoration:none;
	position:relative;
	border-radius:0;
	border:1px solid #363636;
	background:url(images/bg-input.jpg);
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color:#a6a6a6;
	box-shadow:none;
}
.header {
	background:url(images/bg-header.jpg);
	border:none;
	padding:0;
}
.header .light {
	background:url(images/light.png) no-repeat 50% 0;
	position:absolute;
	min-height:211px;
	width:100%;
	top:0;
}
@media (max-width: 767px) {
	.header .light { display:none; }
}
.nav__primary {
	position:relative;
	float:none;
	margin:0 auto;
	border:none;
	padding:0;
	border-top:1px solid #242424;
	text-align:center;
}
@media (max-width: 767px) {
	.nav__primary {
		margin-bottom:20px;
		border:none;
	}
}
.nav__primary:before {
	content:"";
	display:block;
	height:100%;
	left:100%;
	position:absolute;
	top:-1px;
	width:100%;
	border-top:1px solid #242424;
}
@media (max-width: 767px) {
	.nav__primary:before { border:none; }
}
.nav__primary:after {
	content:"";
	display:block;
	height:100%;
	right:100%;
	position:absolute;
	top:-1px;
	width:100%;
	border-top:1px solid #242424;
}
@media (max-width: 767px) {
	.nav__primary:after { border:none; }
}
.nav__primary .sf-menu {
	float:none;
	position:relative;
	padding:0;
	text-align:center;
	z-index:1;
	display:inline-block;
	margin:0 auto;
}
@media (max-width: 767px) {
	.nav__primary .sf-menu { display:none; }
}
.nav__primary .sf-menu >li {
	background:none;
	float:left;
	display:inline-block;
	position:relative;
	border:none;
	padding:0;
	margin:0;
	letter-spacing:2px;
	border-left:1px solid #242424;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li:first-child { border-left:none; }
.nav__primary .sf-menu >li >a {
	border:none;
	padding:23px 0 21px;
	text-transform:uppercase;
	position:relative;
	width:175px;
	letter-spacing:2px;
	transition:all 0.3s ease 0s;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.nav__primary .sf-menu >li >a { width:120px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li >a { width:100px; }
}
.nav__primary .sf-menu >li >a:hover {
	background:none;
	color:#636161;
	border-top:none;
	border-left:none;
	text-decoration: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:relative;
	display:inline-block;
	top:-2px;
	left:0;
	margin-left:10px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu >li.current-menu-item >a {
	background:none;
	color:#636161;
	border-top:none;
	border-left:none;
	text-decoration:none;
}
.nav__primary .sf-menu >li.sfHover >a {
	background:none;
	color:#636161;
	border-top:none;
	border-left:none;
	text-decoration: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:#181818;
	top:60px;
	left:0;
	width:170px;
	padding:20px 0;
	margin:0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:left;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	padding:7px 0 7px 36px;
	background:none;
	border:none;
	color:#fff;
	text-transform:uppercase;
	display:block;
	margin:0;
	font:12px/1.2em "Times New Roman", Georgia, Times, serif;
	transition:all 0.3s ease 0s;
	letter-spacing:1px;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#202020;
	text-shadow:none;
	background:#fff;
	border:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:8px;
	right:5px;
	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:#202020;
	text-shadow:none;
	background:#fff;
	border: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:#202020;
	text-shadow:none;
	background:#fff;
	border:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#181818;
	padding:20px 0;
	top:-20px;
	width:170px;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item { background:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	padding:7px 0 7px 36px;
	color:#fff;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#fff;
	text-shadow:none;
	background:#272727;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#fff;
	text-shadow:none;
	background:#272727;
}
.color-line {
	width:1200px;
	height:13px;
	margin-left:-30px;
	position:relative;
}
@media (max-width: 1200px) {
	.color-line {
		width:100%;
		margin:0;
	}
}
.color-line:before {
	content:"";
	display:block;
	height:12px;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:rgba(255,255,255,0.05);
}
@media (max-width: 1200px) {
	.color-line:before { display:none; }
}
.color-line:after {
	content:"";
	display:block;
	height:12px;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:rgba(255,255,255,0.05);
}
@media (max-width: 1200px) {
	.color-line:after { display:none; }
}
.color-line span {
	width:20%;
	display:inline-block;
	height:13px;
	float:left;
}
.color-line span.red { background:#b25e54; }
.color-line span.blue { background:#4f5f69; }
.color-line span.yellow { background:#dbba75; }
.color-line span.yellowDark { background:#aba972; }
.color-line span.green { background:#628767; }
.home .nav__primary .sf-menu >li >a { padding:23px 0 22px; }
.home .color-line { display:none; }
.logo {
	text-align:center;
	margin:50px 0 52px 40px;
}
@media (max-width: 1200px) {
	.logo { margin-left:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
.logo.pull-left { float:none; }
.logo .logo_tagline {
	text-transform:uppercase;
	color:#636161;
	letter-spacing:3px;
	margin:1px 0 0 10px;
	font:14px/1.2em "Times New Roman", Georgia, Times, serif;
}
.logo .logo_h__txt a {
	color:#fff;
	text-decoration:none;
	border:none;
}
.camerarelative {
	background:url(images/slider-alpha.png);
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	display:block;
}
.camerarelative:after {
	content:"";
	width:100%;
	height:52px;
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
}
@media (max-width: 480px) {
	.camerarelative:after { background:none; }
}
.camera_wrap { margin-bottom:0 !important; }
@media (max-width: 767px) {
	.camera_wrap { margin-bottom:20px !important; }
}
.camera_wrap .camera_pag {
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
}
@media (max-width: 480px) {
	.camera_wrap .camera_pag { display:none !important; }
}
.camera_wrap .camera_pag .camera_pag_ul {
	width:1200px;
	display:inline-block;
	margin-left:-30px;
}
@media (max-width: 1230px) {
	.camera_wrap .camera_pag .camera_pag_ul {
		width:100%;
		margin:0;
	}
}
.camera_wrap .camera_pag .camera_pag_ul li {
	border-radius:0;
	width:240px;
	height:52px;
	margin:0;
	vertical-align:top;
	transition:all 0.3s ease 0s;
}
@media (max-width: 1200px) {
	.camera_wrap .camera_pag .camera_pag_ul li { width:20%; }
}
@media (max-width: 480px) {
	.camera_wrap .camera_pag .camera_pag_ul li { height:30px; }
}
.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_0 { background:#4f5f69; }
.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_0 >span:after { content:"A."; }
.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_1 { background:#628767; }
.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_1 >span:after { content:"B."; }
.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_2 { background:#aba972; }
.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_2 >span:after { content:"C."; }
.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_3 { background:#dbba75; }
.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_3 >span:after { content:"D."; }
.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_4 { background:#b25e54; }
.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_4 >span:after { content:"E."; }
.camera_wrap .camera_pag .camera_pag_ul li:hover, .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent { height:64px; }
@media (max-width: 480px) {
	.camera_wrap .camera_pag .camera_pag_ul li:hover, .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent { height:35px; }
}
.camera_wrap .camera_pag .camera_pag_ul li span {
	text-indent:0;
	border-radius:0;
	width:auto;
	height:auto;
	font:bold 30px/1.2em "Times New Roman", Georgia, Times, serif;
	color:#fff;
	background:none !important;
	padding:4px 30px;
	letter-spacing:2px;
}
@media (max-width: 767px) {
	.camera_wrap .camera_pag .camera_pag_ul li span { padding:3px 10px; }
}
@media (max-width: 480px) {
	.camera_wrap .camera_pag .camera_pag_ul li span {
		font-size:20px;
		padding:0 5px;
	}
}
.camera_wrap .camera_pag .camera_pag_ul li span span {
	background:none;
	text-indent:-9999px;
	display:inline-block;
	padding:0;
}
.camera_wrap .camera_caption {
	bottom:auto !important;
	top:106px;
	left:50%;
	width:1170px;
	margin-left:-585px;
	text-align:center;
}
@media (max-width: 1200px) {
	.camera_wrap .camera_caption {
		width:100%;
		margin-left:0;
		left:0;
	}
}
@media (max-width: 767px) {
	.camera_wrap .camera_caption { top:40%; }
}
@media (max-width: 480px) {
	.camera_wrap .camera_caption { display:none !important; }
}
.camera_wrap .camera_caption >div {
	background:none;
	padding:0;
	text-align:right;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:298px;
}
@media (max-width: 1200px) {
	.camera_wrap .camera_caption >div { padding:0 100px 0 0; }
}
@media (max-width: 767px) {
	.camera_wrap .camera_caption >div { padding:0 20px 0 0; }
}
.camera_wrap .camera_caption >div h2 {
	font:bold 44px/48px "Times New Roman", Georgia, Times, serif;
	letter-spacing:2px;
}
@media (max-width: 1200px) {
	.camera_wrap .camera_caption >div h2 { line-height:1.2em; }
}
@media (min-width: 979px) and (max-width: 1200px) {
	.camera_wrap .camera_caption >div h2 { font-size:35px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_wrap .camera_caption >div h2 { font-size:25px; }
}
@media (max-width: 767px) {
	.camera_wrap .camera_caption >div h2 { font-size:20px; }
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont { top:30%; }
@media (max-width: 767px) {
	.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont { display:none !important; }
}
.camera_command_wrap .camera_thumbs_cont {
	width:auto;
	overflow:visible;
	background:none;
	bottom:380px;
	margin-left:20px;
}
@media (max-width: 1300px) {
	.camera_command_wrap .camera_thumbs_cont { bottom:70px; }
}
.camera_command_wrap .camera_thumbs_cont >div { width:100%; }
.content-holder {
	background:url(images/bg-content-1.jpg);
	padding-bottom:30px;
}
.content-holder .slider-wrap {
	position:relative;
	z-index:-1;
}
@media (min-width: 1300px) and (max-width: 3000px) {
	.content-holder .home-content { margin-top:-299px; }
}
@media (max-width: 1300px) {
	.content-holder .home-content { margin-top:0; }
}
.page-template-page-fullwidth-php .content-holder, .home .content-holder { padding-bottom:0; }
.content-2 {
	background:url(images/bg-content-2.jpg);
	position:relative;
	padding:34px 0 30px;
}
.content-2:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:url(images/bg-content-2.jpg);
}
.content-2:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:url(images/bg-content-2.jpg);
}
.home .content-2 { padding:34px 0 50px; }
.home-services .span12 {
	background:rgba(0,0,0,0.3);
	width:1200px;
	margin-left:0;
}
@media (max-width: 1300px) {
	.home-services .span12 {
		background:none;
		margin:10px;
		width:100%;
	}
}
@media (max-width: 767px) {
	.home-services .span12 { margin:0; }
}
.home-services .span12:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:rgba(0,0,0,0.3);
}
@media (max-width: 1300px) {
	.home-services .span12:before { background:none; }
}
.home-services .span12:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:rgba(0,0,0,0.3);
}
@media (max-width: 1300px) {
	.home-services .span12:after { background:none; }
}
.home-services .span12 .row-fluid .span3 {
	margin:0;
	width:25%;
}
@media (max-width: 767px) {
	.home-services .span12 .row-fluid .span3 {
		width:50%;
		margin:0 0 20px 0;
		float:left;
	}
}
@media (max-width: 480px) {
	.home-services .span12 .row-fluid .span3 {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
}
.home-services .span12 .service-box {
	border:none;
	border-radius:0;
	padding:0;
	position:relative;
	margin-top:15px;
	overflow:visible;
}
.home-services .span12 .service-box:before {
	content:"";
	width:100%;
	height:15px;
	position:absolute;
	top:-15px;
	opacity:0;
	transition:all 0.3s ease 0s;
}
.home-services .span12 .service-box:after {
	content:"";
	width:100%;
	height:6px;
	position:relative;
	display:block;
}
.home-services .span12 .service-box:hover:before { opacity:1; }
.home-services .span12 .service-box.blue { background:#4f5f69; }
.home-services .span12 .service-box.blue:before, .home-services .span12 .service-box.blue:after, .home-services .span12 .service-box.blue .icon { background:#44525b; }
.home-services .span12 .service-box.green { background:#628767; }
.home-services .span12 .service-box.green:before, .home-services .span12 .service-box.green:after, .home-services .span12 .service-box.green .icon { background:#57785c; }
.home-services .span12 .service-box.yellow { background:#aba972; }
.home-services .span12 .service-box.yellow:before, .home-services .span12 .service-box.yellow:after, .home-services .span12 .service-box.yellow .icon { background:#979565; }
.home-services .span12 .service-box.red { background:#b25e54; }
.home-services .span12 .service-box.red:before, .home-services .span12 .service-box.red:after, .home-services .span12 .service-box.red .icon { background:#9d534a; }
.home-services .span12 .service-box .icon {
	float:none;
	margin:0;
	padding:12px 30px;
}
@media (max-width: 979px) {
	.home-services .span12 .service-box .icon { padding:10px 15px; }
}
.home-services .span12 .service-box .service-box_body {
	padding:20px 20px 20px 30px;
	color:#fff;
}
@media (max-width: 979px) {
	.home-services .span12 .service-box .service-box_body { padding:10px 15px; }
}
.home-services .span12 .service-box .service-box_body .title {
	font:bold 18px/22px "Times New Roman", Georgia, Times, serif;
	color:#fff;
	margin-bottom:18px;
	width:80%;
}
@media (max-width: 1200px) {
	.home-services .span12 .service-box .service-box_body .title { width:100%; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.home-services .span12 .service-box .service-box_body .title {
		font-size:15px;
		line-height:1.2em;
	}
}
.home-services .span12 .service-box .service-box_body .sub-title {
	font:bold 13px/18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
	letter-spacing:0;
	text-transform:none;
	margin:0;
}
.home-services .span12 .service-box .service-box_body .service-box_txt {
	margin-bottom:0;
	padding-bottom:15px;
}
.home-services .span12 .service-box .service-box_body .btn-align { text-align:left; }
div.type-page h1 { margin-bottom:20px; }
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page h1 {
		font-size:20px;
		line-height:1.2em;
	}
}
@media (max-width: 767px) {
	div.type-page h1 { margin-top:30px; }
}
@media (max-width: 480px) {
	div.type-page h1 {
		font-size:20px;
		line-height:1.2em;
	}
}
div.type-page p { margin-bottom:15px; }
div.type-page blockquote {
	border:none;
	padding:0;
	color:#fff;
}
div.type-page blockquote p {
	font:bold 16px/18px "Times New Roman", Georgia, Times, serif;
	letter-spacing:1px;
}
div.type-page img.size-full {
	border:none;
	background:#363636;
	padding:5px;
	border-radius:0;
	margin:3px 30px 20px 0;
	box-shadow:none;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 480px) {
	div.type-page img.size-full { float:none; }
}
div.type-page .dropcap {
	width:38px;
	height:38px;
	font:bold 30px/38px "Times New Roman", Georgia, Times, serif;
	color:#fff;
	border-radius:0;
	margin:0 30px 20px 0;
}
@media (max-width: 1200px) {
	div.type-page .dropcap { margin-bottom:10px; }
}
@media (max-width: 979px) {
	div.type-page .dropcap { margin:0 20px 10px 0; }
}
div.type-page .dropcap.red { background:#b25e54; }
div.type-page .dropcap.green { background:#628767; }
div.type-page .dropcap.yellow { background:#aba972; }
div.type-page .hero-unit {
	background:none;
	padding:0;
	border-radius:0;
}
div.type-page .hero-unit h1 {
	font:bold 16px/18px "Times New Roman", Georgia, Times, serif;
	color:#fff;
	text-transform:none;
	letter-spacing:1px;
	margin:0 0 2px;
}
div.type-page .hero-unit p {
	font:13px/18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#7e7e7e;
}
.carousel-home { margin-top:20px; }
.carousel-home .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc .excerpt, .carousel-home .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc .btn { display:none; }
.title-section { padding:40px 0 5px; }
@media (max-width: 767px) {
	.title-section { padding:20px 0; }
}
.title-section .title-header {
	line-height:1.2em;
	margin:10px 0 10px 0;
	font-size:30px;
}
.title-section .breadcrumb {
	background:none;
	border:none;
	border-radius:5px;
	border-top:1px solid #242424;
	border-bottom:1px solid #242424;
	padding:10px 0;
	position:relative;
	display:block;
	font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.title-section .breadcrumb a {
	font-size:13px;
	text-transform:none;
	line-height:1.2em;
	color:#fff;
}
.title-section .breadcrumb li {
	text-shadow:none;
	text-transform:none;
	color:#7e7e7e;
	font-size:13px;
	line-height:1.2em;
}
.title-section .breadcrumb li.divider {
	padding:0 4px;
	color:#7e7e7e;
}
.title-section .breadcrumb li a { color:#fff; }
.testi-about .testi-item .testi-meta br, .testi-about .testi-item .testi-meta a { display:none; }
.filter-wrapper { margin:0 0 33px; }
.filter-wrapper strong {
	color:#fff;
	padding:0;
	font:11px/1.2em "Times New Roman", Georgia, Times, serif;
	margin-right:10px;
	margin-top:8px;
	letter-spacing:1px;
	text-transform:uppercase;
}
@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 11px; }
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0;
	}
}
.filter-wrapper .filter li a {
	color:#7e7e7e;
	font:11px/1.2em "Times New Roman", Georgia, Times, serif;
	padding:7px 13px;
	margin:0;
	background:none;
	border-radius:0;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:none;
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	text-decoration:none;
	box-shadow:none;
	color:#fff;
	background:#b25e54;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	box-shadow:none;
	color:#fff;
	background:#b25e54;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:10px 0 2px;
	text-transform:none;
}
.filterable-portfolio li .caption h3 a {
	font-size:16px;
	line-height:1.2em;
	color:#fff;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom:1px solid transparent;
}
.filterable-portfolio li .caption h3 a:hover, .filterable-portfolio li .caption h3 a:active { border-color:#fff; }
.grid_gallery, .jp-audio, .jp-video, article.testimonial { margin-bottom:20px; }
.portfolio-meta, .portfolio-meta-list, .pager, .page-header { border-color:#242424; }
.pager li > a, .pager li > span {
	border-radius:0;
	border:none;
	font:bold 14px/1.2em "Times New Roman", Georgia, Times, serif;
	color:#fff;
	background:none;
}
.pager li > a:hover, .pager li > a:active, .pager li > span:hover, .pager li > span:active { color:#303030; }
.pagination ul {
	border-radius:0;
	box-shadow:none;
}
.pagination ul li a {
	background:none;
	border:none;
	color:#fff;
	font:bold 14px/1.2em "Times New Roman", Georgia, Times, serif;
	border-radius:0 !important;
}
.pagination ul li a:hover, .pagination ul li a:active { color:#303030; }
.pagination ul li.active a {
	background:none;
	border-radius:0 !important;
}
.pagination ul li.active a:hover { color:#999999; }
article .post-header .post-title {
	position:relative;
	margin:0 0 10px 0;
	color:#7f7f7f;
	font-size:20px;
	font-weight:bold;
}
article .post-header .post-title a { color:#7f7f7f; }
@media (max-width: 480px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 20px 0;
	}
	article .thumbnail img { width:100%; }
}
article .post_meta {
	padding:10px 0;
	border-top:1px solid #242424;
	border-bottom:1px solid #242424;
	position:relative;
	display:block;
	margin-bottom:20px;
	overflow:visible;
}
article .post_meta i {
	margin-right:6px;
	color:#ffffff;
	font-size:15px;
}
article .post_meta span {
	font:13px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right:10px;
}
@media (max-width: 767px) {
	article .post_meta span { display:block; }
}
article .post_meta .post_date {
	color:#fff;
	font-weight:bold;
}
article .post_meta .post_author a {
	color:#b25e54;
	font-weight:bold;
}
article .post_meta .post_category a, article .post_meta .post_tag a { color:#b25e54; }
article .post_meta .post_comment a { color:#7e7e7e; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#7e7e7e; }
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
.format-quote .post_meta { padding:10px 0; }
.single #content article { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 1000px) {
	.single #content article .thumbnail { float:left; }
	.single #content article .thumbnail img { margin:0; }
}
@media (max-width: 480px) {
	.single #content article .thumbnail { width:100%; }
	.single #content article .thumbnail img { width:100%; }
}
.single #content .share-buttons {
	margin-bottom:20px;
	margin-top:0px;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:30px;
	border:5px solid #282828;
	border-radius:0;
	background:url(images/bg-content-2.jpg);
}
.single #content .post-author .post-author_h {
	font:13px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-transform:none;
	color:#7e7e7e;
}
.single #content .post-author .post-author_h a {
	color:#b25e54;
	font-weight:bold;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 30px 20px 0;
	padding:9px;
	background:transparent;
	border:5px solid #282828;
}
.single #content .post-author .post-author_gravatar img {
	border:none;
	padding:0;
	width:58px;
	height:58px;
}
.single #content .post-author .post-author_desc {
	padding-left:120px;
	text-transform:none;
	color:#80898c;
	font:13px/18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single #content .post-author .post-author_link {
	margin-top:15px;
	font-size:13px;
	text-transform:none;
	color:#7e7e7e;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	font-size:13px;
	font-weight:bold;
	text-transform:none;
	color:#b25e54;
}
article.testimonial {
	background:none;
	border:5px solid #282828;
	margin-bottom:20px !important;
}
.faq-list .marker { color:#b25e54; }
.faq-list .faq-list_h {
	color:#fff;
	font-weight:bold;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font-size:30px;
	line-height:1.2em;
	margin:40px 0 20px 0;
}
.related-posts .thumbnail a { display:block; }
.related-posts .thumbnail a img {
	display:block;
	width:100%;
}
.related-posts a {
	color:#fff;
	display:inline-block;
	font:bold 16px/1.2em "Times New Roman", Georgia, Times, serif;
	letter-spacing:1px;
}
.related-posts a:hover { text-decoration:underline; }
.comment-holder .comment-list .comment .comment-body {
	padding:30px;
	border:5px solid #282828;
	border-radius:0;
	background:url(images/bg-content-2.jpg);
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:0 20px 0 0;
	text-align:left;
	background:none;
}
@media (max-width: 350px) {
	.comment-holder .comment-list .comment .comment-body .comment-author {
		float:none;
		margin-bottom:30px;
	}
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:58px;
	height:58px;
	display:block;
	margin:0;
	padding:9px;
	background:transparent;
	border:5px solid #282828;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:bold 13px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#b25e54;
	text-transform:none;
	margin-top:10px;
}
@media (max-width: 480px) {
	.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:3px 0 0 0;
	font:bold 13px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
	text-transform:lowercase;
}
.comment-holder .comment-list .comment .comment-body .reply a {
	font:11px/1.2em "Times New Roman", Georgia, Times, serif;
	text-transform:uppercase;
	color:#fff;
	border-bottom:1px solid #fff;
}
.comment-holder .comment-list .comment .comment-body .reply a:hover {
	color:#fff;
	border-bottom:0;
}
.comment-holder #respond #commentform { margin-top:0; }
.wpcf7-form p.field input:focus { border-color:#a6a6a6 !important; }
.wpcf7-form textarea { color:#7e7e7e !important; }
.wpcf7-form textarea:focus { border-color:#a6a6a6 !important; }
.wpcf7-form textarea.watermark { color:#7e7e7e !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:5px 8px 2px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:4px 5px !important;
		font-size:8px !important;
	}
}
.wpcf7-form .submit-wrap .btn { height:auto; }
#respond #commentform { margin-top:15px; }
#respond #commentform textarea {
	width:100%;
	min-width:auto;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:300px;
	min-height:auto;
	max-height:auto;
	min-width:auto;
	padding:12px 10px 10px;
}
#respond #commentform p input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:auto;
	min-width:auto;
	width:100%;
	padding:0 10px;
	height:36px;
	margin-bottom:2px;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	width:auto;
	padding:0 0 2px 0;
	height:auto;
	letter-spacing:1px;
	text-decoration:none;
	border-bottom:1px solid #fff;
	margin-top:30px;
}
#respond #commentform p input.btn:hover, #respond #commentform p input.btn:active { border-bottom:1px solid transparent; }
.sidebar .widget { margin-bottom:60px; }
.sidebar .widget >h3 {
	font:bold 30px/1.2em "Times New Roman", Georgia, Times, serif;
	margin:0 0 20px;
}
[id*="archives"] ul, [id*="categories"] ul {
	list-style-type:none;
	margin:0;
}
[id*="archives"] ul li, [id*="categories"] ul li {
	margin:0;
	font:14px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:none;
	padding-left:14px;
	background:url(images/dot.png) no-repeat 0 13px;
}
@media (max-width: 1200px) {
	[id*="archives"] ul li, [id*="categories"] ul li { padding:5px 0 5px 14px; }
}
[id*="archives"] ul li a, [id*="categories"] ul li a {
	font:bold 13px/28px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
}
@media (max-width: 1200px) {
	[id*="archives"] ul li a, [id*="categories"] ul li a { line-height:1.2em; }
}
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		width:auto;
		margin:0 0 20px 0;
		display:inline-block;
	}
}
[id*="my_poststypewidget"] .post-list li time {
	color:#fff;
	font-weight:bold;
}
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my_poststypewidget"] .post-list li time { display:block; }
}
[id*="my_poststypewidget"] .post-list li .post-list_h {
	margin:0 0 20px;
	font-size:16px;
	text-transform:none;
	line-height:1.2em;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#fff; }
[id*="my_poststypewidget"] .post-list li .post-list_h a:hover, [id*="my_poststypewidget"] .post-list li .post-list_h a:active { border-color:#fff; }
.comments-custom .comments-custom_li .thumbnail {
	padding:9px;
	background:transparent;
	border:5px solid #363636;
}
.comments-custom .comments-custom_li time {
	font:bold 13px/18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
	display:block;
	margin-top:30px;
}
.comments-custom .comments-custom_li .comments-custom_h {
	color:#b25e54;
	font:bold 13px/18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:0;
	margin:0 0 20px;
	text-transform:none;
}
.comments-custom .comments-custom_li .comments-custom_txt a { color:#7e7e7e; }
#wp-calendar caption { color:#fff; }
@media (max-width: 767px) {
	.carousel-wrap { margin-top:60px; }
}
.carousel-wrap .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li:hover .featured-thumbnail:before { border:27px solid rgba(0,0,0,0.5); }
@media (max-width: 767px) {
	.carousel-wrap .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li:hover .featured-thumbnail:before { border:12px solid rgba(0,0,0,0.5); }
}
.carousel-wrap .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li:hover .desc h5 a { color:#7f7f7f; }
.carousel-wrap .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .featured-thumbnail {
	padding:0;
	position:relative;
	margin:0 0 13px 0;
}
.carousel-wrap .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .featured-thumbnail:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	border:6px solid #363636;
	z-index:100;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.carousel-wrap .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc h5 {
	font-size:16px;
	line-height:1.2em;
	text-transform:none;
	letter-spacing:1px;
}
.carousel-wrap .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc h5 a {
	text-decoration:none;
	color:#fff;
}
.carousel-wrap .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .desc .excerpt { color:#fff; }
.carousel-wrap .es-carousel-wrapper .es-nav .es-nav-next, .carousel-wrap .es-carousel-wrapper .es-nav .es-nav-prev {
	width:9px;
	height:17px;
	opacity:1;
	top:auto;
	bottom:-22px;
}
@media (max-width: 767px) {
	.carousel-wrap .es-carousel-wrapper .es-nav .es-nav-next, .carousel-wrap .es-carousel-wrapper .es-nav .es-nav-prev {
		bottom:auto;
		top:0;
	}
}
.carousel-wrap .es-carousel-wrapper .es-nav .es-nav-next {
	background:url(images/nav.png) no-repeat -9px 0;
	right:0;
}
.carousel-wrap .es-carousel-wrapper .es-nav .es-nav-next:hover { background-position:-9px -17px; }
.carousel-wrap .es-carousel-wrapper .es-nav .es-nav-prev {
	background:url(images/nav.png) no-repeat 0 0;
	right:20px;
}
.carousel-wrap .es-carousel-wrapper .es-nav .es-nav-prev:hover { background-position:0 -17px; }
.spacer { height:20px; }
.hr {
	background:rgba(255,255,255,0.05);
	height:6px;
	position:relative;
	overflow:visible;
	margin:34px 0 0;
}
.hr:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:rgba(255,255,255,0.05);
}
.hr:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:rgba(255,255,255,0.05);
}
.banner-wrap {
	background:#1c1c1c;
	margin:20px 0;
	position:relative;
}
@media (max-width: 767px) {
	.banner-wrap { margin-top:30px; }
}
.banner-wrap:hover h5 { color:#7f7f7f; }
.banner-wrap h5 {
	font:bold 28px/31px "Times New Roman", Georgia, Times, serif;
	color:#b25e54;
	text-transform:uppercase;
	padding:25px 26px;
	transition:200ms all;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap h5 {
		font-size:20px;
		line-height:1.2em;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap h5 {
		font-size:16px;
		line-height:1.2em;
		padding:10px 10px 40px 10px;
	}
}
@media (max-width: 767px) {
	.banner-wrap h5 {
		margin:0;
		padding:25px 50px 25px 20px;
	}
}
@media (max-width: 480px) {
	.banner-wrap h5 {
		font-size:20px;
		line-height:1.2em;
	}
}
.banner-wrap .link-align a {
	text-indent:-9999px;
	display:block;
	background:url(images/ban-btn.png) no-repeat;
	width:83px;
	height:83px;
	position:absolute;
	bottom:0;
	right:0;
	border:none;
	z-index:100;
	transition:none;
}
.banner-wrap .link-align a:after {
	content:"";
	width:83px;
	height:83px;
	background:url(images/ban-btn-click.png) no-repeat;
	position:absolute;
	z-index:1000;
	top:0;
	left:0;
}
.banner-wrap .link-align a:hover { background-position:0 -83px; }
.testimonials .testi-item .testi-item_blockquote {
	background:none;
	padding:0 0 0 48px;
}
.testimonials .testi-item .testi-item_blockquote:before { border:none; }
.testimonials .testi-item .testi-item_blockquote:after {
	background:url(images/quote.png) no-repeat;
	left:2px;
	top:2px;
}
.testimonials .testi-item .testi-item_blockquote a { color:#7e7e7e; }
.testimonials .testi-item .testi-meta {
	padding-left:48px;
	padding-top:18px;
}
.testimonials .testi-item .testi-meta .user {
	color:#fff;
	display:block;
	font:bold 16px/18px "Times New Roman", Georgia, Times, serif;
}
.testimonials .testi-item .testi-meta .info {
	color:#fff;
	display:block;
	font:12px/18px "Times New Roman", Georgia, Times, serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
.testimonials .testi-item .testi-meta .info:before { content:"("; }
.testimonials .testi-item .testi-meta .info:after { content:")"; }
.service-box {
	background:none;
	border:none;
	border-radius:0;
	padding:0;
}
@media (max-width: 767px) {
	.service-box { margin-top:30px; }
}
.service-box .service-box_body { padding-left:100px; }
.service-box .service-box_body .title {
	font:bold 16px/18px "Times New Roman", Georgia, Times, serif;
	color:#fff;
	text-transform:none;
	letter-spacing:1px;
}
.service-box .service-box_body .service-box_txt { margin-bottom:10px; }
.service-box .service-box_body .btn-align { text-align:left; }
@media (max-width: 1200px) {
	.list.custom-list { overflow:hidden; }
}
.list.custom-list ul { list-style-type:none; }
.list.custom-list ul li { margin:0; }
.list.custom-list ul li:before {
	width:0;
	margin:0;
}
@media (max-width: 1200px) {
	.list.custom-list ul li { padding:5px 0; }
}
.list.custom-list ul li a {
	font:bold 13px/28px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
	padding-left:14px;
	background:url(images/dot.png) no-repeat 0 5px;
}
@media (max-width: 1200px) {
	.list.custom-list ul li a { line-height:1.2em; }
}
.footer {
	background:none;
	border:none;
	padding:15px 0 25px;
}
.copyright { padding:0 0 10px; }
.footer-text {
	vertical-align:bottom;
	font:11px/1.2em "Times New Roman", Georgia, Times, serif;
	color:#7f7f7f;
	text-transform:uppercase;
	letter-spacing:1px;
}
.footer-text a {
	vertical-align:bottom;
	color:#7f7f7f;
}
.footer-text img {
	position:relative;
	top:4px;
	margin-right:5px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer-text img {
		top:0;
		margin:0 0 10px 0;
	}
}
@media (max-width: 480px) {
	.footer-text img {
		top:0;
		margin:0 0 10px 0;
	}
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer-text span { display:block; }
}
@media (max-width: 767px) {
	.footer-text span {
		display:block;
		margin-top:10px;
	}
}
nav.footer-nav { margin:30px 0; }
nav.footer-nav .menu .menu-item {
	text-transform:uppercase;
	letter-spacing:1px;
}
nav.footer-nav .menu .menu-item a:hover {
	color:#7f7f7f;
	text-decoration:underline;
}
#back-top-wrapper p a {
	width:40px;
	height:40px;
	opacity:1;
}
#back-top-wrapper p a:hover { background:none; }
#back-top-wrapper p a:hover span { background:#fff url(images/totop.png) no-repeat 50%; }
#back-top-wrapper p a span {
	width:40px;
	height:40px;
	background:url(images/totop.png) no-repeat 50%;
	transition:200ms all;
}
.search-form .search-form_is {
	height:auto;
	margin:5px 0 5px 10px;
	padding-top:1px;
	padding-bottom:1px;
}
@media (max-width: 480px) {
	.search-form .search-form_is {
		display:block;
		margin-left:0;
	}
}
.google-map, .flexslider { background:url(images/loading.gif) no-repeat 50%; }
.flexslider .flex-control-nav li a { background:#fff; }
.flexslider .flex-control-nav li a.flex-active, .flexslider .flex-control-nav li a:hover { background:#7f7f7f; }
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num { color:#b25e54; }
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
@media (max-width: 480px) {
	.single-team .single-post .featured-thumbnail {
		width:auto;
		height:auto;
	}
}
.ie9 .home-services .span12 .service-box:before { display:none !important; }
.ie8 .nav__primary:before {
	left:-100%;
	width:200%;
}
.ie8 .nav__primary:after {
	width:200%;
	right:-100%;
}
.ie8 .nav__primary .sf-menu >li >a { width:120px; }
.ie8 .color-line {
	width:100%;
	margin:0;
}
.ie8 .color-line:before { display:none; }
.ie8 .color-line:after { display:none; }
.ie8 .logo { margin-left:0; }
.ie8 .camera_wrap .camera_pag .camera_pag_ul {
	width:100%;
	margin:0;
}
.ie8 .camera_wrap .camera_pag .camera_pag_ul li { width:20%; }
.ie8 .camera_wrap .camera_pag .camera_pag_ul li span {
	text-indent:0;
	border-radius:0;
	width:auto;
	height:auto;
	font:bold 30px/1.2em "Times New Roman", Georgia, Times, serif;
	color:#fff;
	background:none !important;
	padding:4px 30px;
	letter-spacing:2px;
}
@media (max-width: 767px) {
	.ie8 .camera_wrap .camera_pag .camera_pag_ul li span { padding:3px 10px; }
}
@media (max-width: 480px) {
	.ie8 .camera_wrap .camera_pag .camera_pag_ul li span {
		font-size:20px;
		padding:0 5px;
	}
}
.ie8 .camera_wrap .camera_pag .camera_pag_ul li span span {
	background:none;
	text-indent:-9999px;
	display:inline-block;
	padding:0;
}
.ie8 .camera_wrap .camera_caption {
	width:100%;
	margin-left:0;
	left:0;
}
.ie8 .camera_wrap .camera_caption >div { padding:0 100px 0 0; }
.ie8 .camera_wrap .camera_caption >div h2 {
	line-height:1.2em;
	font-size:35px;
}
.ie8 .content-holder .home-content { margin-top:0; }
.ie8 .home-services .span12 {
	background:none;
	margin:10px;
	width:100%;
}
.ie8 .home-services .span12:before { background:none; }
.ie8 .home-services .span12:after { background:none; }
.ie8 .home-services .span12 .service-box .service-box_body .title { width:100%; }
.ie8 div.type-page .dropcap { margin-bottom:10px; }
.ie8 [id*="archives"] ul li, .ie8 [id*="categories"] ul li { padding:5px 0 5px 14px; }
.ie8 [id*="archives"] ul li a, .ie8 [id*="categories"] ul li a { line-height:1.2em; }
.ie8 .hr { background:#262626; }
.ie8 .hr:before { background:#262626; }
.ie8 .hr:after { background:#262626; }
.ie8 .banner-wrap h5 {
	font-size:20px;
	line-height:1.2em;
}
.ie8 .list.custom-list { overflow:hidden; }
.ie8 .list.custom-list ul li { padding:5px 0; }
.ie8 .list.custom-list ul li a { line-height:1.2em; }
.ie8 .wpcf7-form p.field input { padding:7px 5px; }
.ie8 #respond #commentform p input { padding:10px 10px; }
.ie8 #respond #commentform p input.btn {
	padding:0 0 2px 0;
	text-decoration:none !important;
}
.ie8 #respond #commentform p input.btn:hover { border-bottom:1px solid transparent !important; }
.ie8 .carousel-wrap .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .featured-thumbnail { border:6px solid #363636; }
.ie8 .carousel-wrap .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .featured-thumbnail:before { display:none; }
.ie8 .carousel-wrap .es-carousel-wrapper .es-carousel .es-carousel_list .es-carousel_li .featured-thumbnail img { border:none; }
.ie8 .footer-text img {
	top:0;
	margin:0 0 10px 0;
}
.ie8 .footer-text span { display:block; }
.ie8 .comment-author {
	width:86px !important;
	height:auto !important;
	margin:0 20px 20px 0;
}
.ie8 .comment-author img {
	width:56px !important;
	height:56px !important;
}
.ie8 .post-author_gravatar { width:58px; }
.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;
}
