@import url(//fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
@import url(//fonts.googleapis.com/css?family=Ubuntu);
body { background:url(images/body.jpg) repeat 50% 0%; }
@media (max-width: 767px) {
	body { padding:0; }
}
@media (max-width: 767px) {
	body.home .span4 { margin-bottom:30px; }
}
h1 {
	margin-bottom:28px;
	text-transform:uppercase;
}
h1 a {
	text-decoration:none;
	color:#3e454d;
}
h1 a:hover {
	text-decoration:none;
	color:#e85244;
}
h2 {
	margin-bottom:28px;
	text-transform:uppercase;
}
h2 a {
	text-decoration:none;
	color:#3e454d;
}
h2 a:hover {
	text-decoration:none;
	color:#e85244;
}
h3 {
	margin-bottom:25px;
	text-transform:uppercase;
}
h3 a {
	text-decoration:none;
	color:#3e454d;
}
h3 a:hover {
	text-decoration:none;
	color:#e85244;
}
h4 { text-transform:uppercase; }
h4 a {
	text-decoration:none;
	color:#fff;
}
h4 a:hover {
	text-decoration:none;
	color:#b5b5b5;
}
h5 {
	margin-bottom:13px;
	text-transform:uppercase;
}
h5 a {
	text-decoration:none;
	color:#e85244;
}
h5 a:hover {
	text-decoration:none;
	color:#888c91;
}
h5 strong {
	display:block;
	margin:0 0 -3px 0;
	line-height:21px;
	font-size:21px;
	font-weight:400;
	color:#e85244;
}
h6 { margin:0 0 1px 0; }
h6 strong {
	display:block;
	padding:29px 0 0 0;
	font-weight:400;
}
@media (min-width: 979px) and (max-width: 1200px) {
	h6 strong { padding:15px 0 0 0; }
}
html.ie8 h6 strong { padding:15px 0 0 0; }
html.ie8 h6 strong { padding:15px 0 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	h6 strong { padding:0; }
}
@media (max-width: 480px) {
	h6 strong { padding:7px 0 0 0; }
}
p { margin:0 0 18px 0; }
img.alignnone {
	background:#fff;
	margin:0 0 23px 0;
	padding:6px;
	border:1px solid #e2e2e2;
}
@media (min-width: 979px) and (max-width: 1200px) {
	img.alignnone { max-width:96%; }
}
html.ie8 img.alignnone { max-width:96%; }
@media (min-width: 768px) and (max-width: 979px) {
	img.alignnone { max-width:96%; }
}
@media (max-width: 767px) {
	img.alignnone { max-width:96%; }
}
img.alignleft {
	background:#fff;
	margin:5px 15px 10px 0;
	padding:6px;
	border:1px solid #e2e2e2;
}
@media (min-width: 979px) and (max-width: 1200px) {
	img.alignleft { max-width:96%; }
}
html.ie8 img.alignleft { max-width:96%; }
@media (min-width: 768px) and (max-width: 979px) {
	img.alignleft { max-width:96%; }
}
@media (max-width: 767px) {
	img.alignleft { max-width:96%; }
}
img.alignright {
	background:#fff;
	margin:5px 0 10px 15px;
	padding:6px;
	border:1px solid #e2e2e2;
}
@media (min-width: 979px) and (max-width: 1200px) {
	img.alignright { max-width:96%; }
}
html.ie8 img.alignright { max-width:96%; }
@media (min-width: 768px) and (max-width: 979px) {
	img.alignright { max-width:96%; }
}
@media (max-width: 767px) {
	img.alignright { max-width:96%; }
}
input[type="text"], input[type="email"], textarea {
	background:#fff;
	min-height:31px;
	margin:0;
	padding:5px 10px 5px 10px;
	border:1px solid #e2e2e2;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#888c91;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	border-color:#e85244;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
html.ie8 input[type="text"], html.ie8 input[type="email"], html.ie8 textarea {
	min-height:16px;
	line-height:18px;
}
input[type="submit"], input[type="reset"] {
	background:#3e454d url(images/submit_arrow.gif) no-repeat 100% 50%;
	position:relative;
	height:37px;
	margin:0;
	padding:0 30px 0 17px;
	line-height:38px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background:#e85244 url(images/submit_arrow.gif) no-repeat 100% 50% !important;
	color:#fff;
}
input[type="submit"]:focus, input[type="reset"]:focus {
	background:#3e454d url(images/submit_arrow.gif) no-repeat 100% 50%;
	color:#fff;
}
.header {
	background:url(images/top_bg.jpg) repeat 50% 0%;
	position:relative;
	margin:0;
	padding:44px 0 32px 0;
	border:none;
}
@media (max-width: 767px) {
	.header { padding:44px 20px 32px 20px; }
}
.header:before {
	background:url(images/header.jpg) repeat-x 50% 0%;
	width:100%;
	height:10px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	content:'';
}
.header .logo {
	float:none;
	margin:0 0 27px 0;
	text-align:center;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:100%; }
}
.header .logo .logo_h__txt {
	margin:-10px 0 -7px 0;
	letter-spacing:-1px;
	text-shadow:1px 1px 0 rgba(0,0,0,0.1);
	text-transform:uppercase;
}
.header .logo .logo_h__txt a {
	text-decoration:none;
	color:#fff;
}
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#fff;
}
.header .logo p {
	margin:-2px 0 0 0;
	letter-spacing:1px;
	line-height:18px;
	font-family:'Archivo Narrow', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#fdd7d5;
}
.header .search-form {
	padding:0 0 30px 0;
	text-align:center;
}
.header .search-form form { float:none; }
.header .search-form form input[type="submit"]:hover { background-color:#d41d14 !important; }
.header .nav__primary {
	background:url(images/menu_line.png) repeat-x 0% 0%;
	margin:0;
	padding:15px 0 0 0;
	text-align:center;
}
.header .nav__primary .sf-menu {
	background:url(images/menu_line.png) repeat-x 0% 100%;
	float:none;
	width:100%;
	padding:0 0 15px 0;
}
.header .nav__primary .sf-menu > li {
	background:none;
	display:inline-block;
	float:none;
	vertical-align:top;
}
.header .nav__primary .sf-menu > li > a {
	margin:0 1px 0 4px;
	padding:6px 12px;
	border:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
.header .nav__primary .sf-menu li li {
	background:none;
	margin:14px 0 0 0;
}
.header .nav__primary .sf-menu li li:first-child { margin:0; }
.header .nav__primary .sf-menu li li a {
	padding:0 10px 0 22px;
	border:none;
	letter-spacing:-0.5px;
	line-height:20px;
	font-size:12px;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	color:#8e8e8e;
}
.header .nav__primary .sf-menu li li .sf-sub-indicator { display:none; }
.header .nav__primary .sf-menu li li li a { color:#fff; }
.header .nav__primary .sf-menu ul {
	background:#3e454d;
	width:116px;
	padding:30px 0 30px 0;
}
.header .nav__primary .sf-menu ul:before {
	background:url(images/menu_corner.png) no-repeat 0% 0%;
	display:block;
	width:19px;
	height:10px;
	overflow:hidden;
	margin:0 0 0 -9px;
	position:absolute;
	top:-10px;
	left:50%;
	content:'';
}
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	margin:0 0 0 -57px;
	top:41px;
	left:50%;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	background:#e85244;
	top:-30px;
	right:auto;
	left:-59px;
}
.header .nav__primary ul.sf-menu li li:hover ul:before, .header .nav__primary ul.sf-menu li li.sfHover ul:before { display:none; }
.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover> a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a { background:#d41d14; }
.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
	background:none;
	color:#fff;
}
.header .nav__primary .sf-menu li li li > a:hover, .header .nav__primary .sf-menu li li li.sfHover > a, .header .nav__primary .sf-menu li li li.current-menu-item > a, .header .nav__primary .sf-menu li li li.current_page_item > a {
	background:none;
	color:#000;
}
.header .nav__primary .sf-menu a.sf-with-ul { padding-right:12px; }
.header .nav__primary .sf-sub-indicator {
	background:url(images/arrows-ffffff.png) no-repeat 0% 0% !important;
	width:7px;
	height:4px;
	margin:0 -3px 0 0;
	top:25px;
	right:50%;
}
.header .nav__primary a > .sf-sub-indicator { background-position:0% 0% !important; }
#slider-wrapper {
	background:url(images/top_bg.jpg) repeat 50% 0%;
	padding:0 0 33px 0;
	overflow:visible;
}
@media (max-width: 480px) {
	#slider-wrapper { display:none; }
}
#slider-wrapper:before {
	background:url(images/top_bg.jpg) repeat 100% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
#slider-wrapper:after {
	background:url(images/top_bg.jpg) repeat 100% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
#slider-wrapper .camera_wrap { margin:0 !important; }
#slider-wrapper .camera_wrap:before {
	background:url(images/slider_shadow.png) no-repeat 50% 0%;
	display:block;
	width:1170px;
	height:33px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:-33px;
	content:'';
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_wrap:before { display:none; }
}
html.ie8 #slider-wrapper .camera_wrap:before { display:none; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_wrap:before { display:none; }
}
@media (max-width: 767px) {
	#slider-wrapper .camera_wrap:before { display:none; }
}
#slider-wrapper .camera_caption {
	width:476px;
	overflow:hidden;
	line-height:18px;
	font-size:10px;
	text-transform:uppercase;
	color:#878e94;
	left:0;
	bottom:0;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption {
		width:400px;
		line-height:0;
		font-size:0;
	}
}
#slider-wrapper .camera_caption div {
	background:url(images/caption.jpg) repeat 0% 0%;
	padding:33px 80px 36px 37px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption div { padding:20px 80px 20px 20px; }
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption div { padding:20px 80px 20px 20px; }
}
#slider-wrapper .camera_caption strong {
	display:block;
	margin:0 0 -5px 0;
	line-height:48px;
	font-family:'Archivo Narrow', sans-serif;
	font-size:48px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption strong {
		line-height:38px;
		font-size:38px;
	}
}
#slider-wrapper .camera_caption em {
	display:block;
	margin:0 0 2px 0;
	line-height:30px;
	font-family:'Archivo Narrow', sans-serif;
	font-size:30px;
	font-weight:400;
	font-style:normal;
	text-transform:uppercase;
	color:#fff;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption em {
		line-height:20px;
		font-size:20px;
	}
}
#slider-wrapper .camera_prev {
	width:32px;
	height:32px;
	margin:0;
	top:auto;
	bottom:0;
	left:411px;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_prev { left:335px; }
}
#slider-wrapper .camera_prev span {
	background:#282e35 url(images/prev.png) no-repeat 0% 0%;
	width:32px;
	height:32px;
}
#slider-wrapper .camera_prev span:hover { background-color:#e85244; }
#slider-wrapper .camera_next {
	width:32px;
	height:32px;
	margin:0;
	top:auto;
	bottom:0;
	left:444px;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_next { left:368px; }
}
#slider-wrapper .camera_next span {
	background:#282e35 url(images/next.png) no-repeat 0% 0%;
	width:32px;
	height:32px;
}
#slider-wrapper .camera_next span:hover { background-color:#e85244; }
#slider-wrapper .camera_commands {
	margin:0;
	top:auto;
	right:0;
	bottom:0;
}
#slider-wrapper .camera_pag {
	width:100%;
	position:absolute;
	top:50px;
	left:0;
}
#slider-wrapper .camera_thumbs {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_thumbs { display:none; }
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont {
	background:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.content-holder {
	background:#fff;
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0 0 44px 0;
}
@media (max-width: 767px) {
	.content-holder {
		width:auto;
		padding:0 20px 44px 20px;
	}
}
#sidebar .widget { margin-bottom:62px; }
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li {
	background:url(images/marker.png) no-repeat 0% 3px;
	margin:0 0 0 0;
	padding:0 0 12px 19px;
	list-style:none;
	line-height:18px;
	font-size:12px;
	color:#888c91;
}
#sidebar ul li a {
	text-decoration:none;
	color:#888c91;
}
#sidebar ul li a:hover {
	text-decoration:none;
	color:#e85244;
}
#sidebar ul li ul {
	margin:0 0 -12px 0;
	padding:12px 0 0 0;
}
#sidebar ul.post-list {
	margin:0;
	padding:1px 0 17px 0;
}
#sidebar ul.post-list li {
	background:none;
	margin:0 0 0 0;
	padding:28px 0 0 0;
	line-height:18px;
	font-size:12px;
	color:#888c91;
}
#sidebar ul.post-list li:first-child { padding:0; }
#sidebar ul.post-list li .thumbnail { margin:2px 19px 0 0; }
#sidebar ul.post-list li h4 { margin:0 0 13px 0; }
#sidebar ul.post-list li h4 a {
	text-decoration:none;
	color:#e85244;
}
#sidebar ul.post-list li h4 a:hover {
	text-decoration:none;
	color:#3e454d;
}
#sidebar ul.post-list li time {
	display:block;
	margin:0 0 1px 0;
}
#sidebar ul.post-list li div.excerpt { display:inline; }
#sidebar ul.post-list li a.more {
	text-decoration:none;
	color:#e85244;
}
#sidebar ul.post-list li a.more:hover {
	text-decoration:none;
	color:#3e454d;
}
#sidebar ul.comments-custom {
	margin:0;
	padding:0;
}
#sidebar ul.comments-custom li {
	background:none;
	margin:0;
	padding:22px 0 0 0;
	line-height:18px;
	font-size:12px;
	color:#888c91;
}
#sidebar ul.comments-custom li:first-child { padding:0; }
#sidebar ul.comments-custom li .thumbnail {
	margin:3px 19px 0 0;
	padding:20px;
}
#sidebar ul.comments-custom li h4 {
	margin:0 0 18px 0;
	padding:0;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:capitalize;
	color:#e85244;
}
#sidebar ul.comments-custom li h4 a {
	text-decoration:none;
	color:#e85244;
}
#sidebar ul.comments-custom li h4 a:hover {
	text-decoration:none;
	color:#3e454d;
}
#sidebar ul.comments-custom li time {
	display:block;
	line-height:18px;
	font-size:14px;
	color:#888c91;
}
#sidebar ul.comments-custom li .comments-custom_txt {
	margin:0;
	padding:18px 0 0 0;
	border:none;
	line-height:18px;
	font-size:12px;
	color:#888c91;
}
.hero-unit {
	background:url(images/extra_bg.jpg) repeat 50% 0%;
	position:relative;
	margin:0;
	padding:19px 0 18px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	text-align:center;
}
.hero-unit:before {
	background:url(images/extra_bg.jpg) repeat 50% 0%;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
.hero-unit:after {
	background:url(images/extra_bg.jpg) repeat 50% 0%;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
.hero-unit h1 {
	margin:0 0 -5px 0;
	letter-spacing:normal;
	line-height:48px;
	font-family:'Archivo Narrow', sans-serif;
	font-size:48px;
	font-weight:700;
	text-transform:none;
	color:#3e454d;
}
@media (max-width: 767px) {
	.hero-unit h1 {
		margin:0;
		line-height:38px;
		font-size:38px;
	}
}
@media (max-width: 480px) {
	.hero-unit h1 {
		line-height:30px;
		font-size:30px;
	}
}
.hero-unit p {
	margin:0 0 13px 0;
	line-height:30px;
	font-family:'Archivo Narrow', sans-serif;
	font-size:30px;
	font-weight:400;
	color:#90979e;
}
@media (max-width: 767px) {
	.hero-unit p {
		line-height:20px;
		font-size:20px;
	}
}
.hero-unit .btn-align a {
	background:#3e454d url(images/link.gif) repeat-x 0% 0%;
	display:inline-block;
	height:34px;
	overflow:hidden;
	margin:0;
	padding:0 36px;
	vertical-align:top;
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	line-height:34px;
	font-family:'Archivo Narrow', sans-serif;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
}
.hero-unit .btn-align a:hover { background:#e85244; }
.hero-unit .btn-align a:before { display:none; }
.hr_top {
	background:url(images/hr_top.gif) repeat-x 0% 0%;
	position:relative;
	width:100%;
	height:11px;
}
.hr_top:before {
	background:url(images/hr_top.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:11px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
.hr_top:after {
	background:url(images/hr_top.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:11px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
.hr_bot {
	background:url(images/hr_bot.gif) repeat-x 0% 0%;
	position:relative;
	width:100%;
	height:7px;
	padding:0 0 42px 0;
}
.hr_bot:before {
	background:url(images/hr_bot.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:7px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
.hr_bot:after {
	background:url(images/hr_bot.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:7px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
.info_box {
	background:url(images/info_box.jpg) repeat 50% 0%;
	position:relative;
	width:100%;
	padding:13px 0 27px 0;
}
.info_box:before {
	background:url(images/info_box.jpg) repeat 0% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
.info_box:after {
	background:url(images/info_box.jpg) repeat 0% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
.box {
	background:url(images/box.jpg) repeat 0% 0%;
	padding:30px;
	border:1px solid #e5e5e5;
	line-height:18px;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.box {
		padding:10px;
		text-transform:none;
	}
}
@media (max-width: 767px) {
	.box { margin:0 0 20px 0; }
}
.box p { margin:0; }
.box strong {
	background:#fff;
	display:block;
	margin:-30px -30px 0 -30px;
	padding:29px 30px 91px 30px;
	line-height:26px;
	font-family:'Archivo Narrow', sans-serif;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	color:#292929;
}
@media (min-width: 768px) and (max-width: 979px) {
	.box strong {
		margin:-10px -10px 0 -10px;
		line-height:16px;
		font-size:20px;
	}
}
.box strong em {
	display:block;
	font-weight:400;
	font-style:normal;
}
.box img {
	display:inline-block;
	margin:-71px 0 0 0;
	padding:0;
	vertical-align:top;
	border:1px solid #d4d4d4;
	-webkit-border-radius:140px;
	-moz-border-radius:140px;
	border-radius:140px;
}
.box h4 { margin:20px 0 15px 0; }
.box a {
	background:#f0f0f0;
	height:38px;
	display:block;
	margin:28px -30px -30px -30px;
	line-height:36px;
	font-family:'Ubuntu', sans-serif;
	font-size:12px;
	font-weight:400;
	text-decoration:none;
	color:#3e454d;
}
@media (min-width: 768px) and (max-width: 979px) {
	.box a { margin:28px -10px -10px -10px; }
}
.box a:after {
	background:url(images/link_arrow.gif) no-repeat 0% 0%;
	display:inline-block;
	width:4px;
	height:7px;
	overflow:hidden;
	margin:16px 0 0 7px;
	vertical-align:top;
	content:'';
}
.box a:hover {
	background:#3e454d;
	color:#fff;
}
.box a:hover:after { background-position:0% -7px; }
a.btn-primary {
	background:#3e454d;
	position:relative;
	height:37px;
	margin:0;
	padding:0 27px 0 17px;
	line-height:38px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
a.btn-primary:before {
	background:url(images/btn_arrow.gif) no-repeat 0% 0%;
	display:block;
	width:7px;
	height:5px;
	overflow:hidden;
	position:absolute;
	top:16px;
	right:15px;
	content:'';
}
a.btn-primary:focus {
	background:#3e454d;
	color:#fff;
}
a.btn-primary:hover { background:#e85244; }
a.btn-primary.extra { margin:7px 0 0 0; }
a.btn-primary.extra_1 { padding:0 13px 0 13px; }
a.btn-primary.extra_1:before { display:none; }
div.testimonials { padding:2px 0 0 0; }
div.testimonials .testi-item {
	margin:0 0 20px 0;
	padding:0;
}
div.testimonials .testi-item blockquote.testi-item_blockquote {
	background:#f5f6f6;
	margin:0;
	padding:28px 20px 23px 31px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:21px;
	font-size:14px;
	font-style:italic;
	color:#a1a6ad;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.testimonials .testi-item blockquote.testi-item_blockquote { padding:18px 10px 13px 21px; }
}
@media (max-width: 480px) {
	div.testimonials .testi-item blockquote.testi-item_blockquote { padding:18px 10px 13px 21px; }
}
div.testimonials .testi-item blockquote.testi-item_blockquote:before, div.testimonials .testi-item blockquote.testi-item_blockquote:after { display:none; }
div.testimonials .testi-item blockquote.testi-item_blockquote .featured-thumbnail {
	width:93px;
	height:93px;
	margin:0 28px 15px 0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	div.testimonials .testi-item blockquote.testi-item_blockquote .featured-thumbnail { margin:0 15px 15px 0; }
}
html.ie8 div.testimonials .testi-item blockquote.testi-item_blockquote .featured-thumbnail { margin:0 15px 15px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	div.testimonials .testi-item blockquote.testi-item_blockquote .featured-thumbnail { display:none; }
}
@media (max-width: 480px) {
	div.testimonials .testi-item blockquote.testi-item_blockquote .featured-thumbnail { margin:0 15px 15px 0; }
}
div.testimonials .testi-item blockquote.testi-item_blockquote a {
	text-decoration:none;
	color:#a1a6ad;
}
div.testimonials .testi-item blockquote.testi-item_blockquote a:hover {
	text-decoration:none;
	color:#e85244;
}
div.testimonials .testi-item small.testi-meta {
	display:block;
	padding:20px 0 0 0;
	overflow:hidden;
	font-style:normal;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.testimonials .testi-item small.testi-meta { padding:0 0 20px 0; }
}
div.testimonials .testi-item small.testi-meta:before, div.testimonials .testi-item small.testi-meta:after { display:none; }
div.testimonials .testi-item small.testi-meta span.user {
	display:block;
	line-height:24px;
	font-family:'Archivo Narrow', sans-serif;
	font-size:24px;
	font-weight:400;
	color:#e85244;
}
@media (max-width: 480px) {
	div.testimonials .testi-item small.testi-meta span.user {
		line-height:20px;
		font-size:20px;
	}
}
div.testimonials .testi-item small.testi-meta span.info {
	display:block;
	padding:0 0 5px 0;
	line-height:24px;
	font-family:'Archivo Narrow', sans-serif;
	font-size:24px;
	font-weight:400;
	color:#a1a6ad;
}
@media (min-width: 979px) and (max-width: 1200px) {
	div.testimonials .testi-item small.testi-meta span.info {
		line-height:20px;
		font-size:20px;
	}
}
html.ie8 div.testimonials .testi-item small.testi-meta span.info {
	line-height:20px;
	font-size:20px;
}
@media (max-width: 480px) {
	div.testimonials .testi-item small.testi-meta span.info {
		line-height:20px;
		font-size:20px;
	}
}
div.testimonials .testi-item small.testi-meta a {
	line-height:18px;
	font-size:14px;
	color:#a1a6ad;
}
.featured-thumbnail {
	background:#fff;
	padding:6px;
	border:1px solid #e2e2e2;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.thumbnail {
	background:#fff;
	padding:6px;
	border:1px solid #e2e2e2;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.thumbnail.large { margin:0 0 17px 0; }
.thumbnail.single-gallery-item { padding:0; }
.hr {
	background:url(images/line_hor.gif) repeat-x 50% 0%;
	position:relative;
	width:100%;
	height:1px;
	overflow:visible;
	margin:37px 0 34px 0;
	line-height:0;
	font-size:0;
}
.hr:before {
	background:url(images/line_hor.gif) repeat-x 50% 0%;
	width:100%;
	height:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
.hr:after {
	background:url(images/line_hor.gif) repeat-x 50% 0%;
	width:100%;
	height:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
.sm_hr {
	background:url(images/line_hor.gif) repeat-x 50% 0%;
	position:relative;
	width:100%;
	height:1px;
	overflow:visible;
	margin:12px 0 32px 0;
	line-height:0;
	font-size:0;
}
.sm_hr:before {
	background:url(images/line_hor.gif) repeat-x 50% 0%;
	width:100%;
	height:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
.sm_hr:after {
	background:url(images/line_hor.gif) repeat-x 50% 0%;
	width:100%;
	height:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
.titles {
	margin:0 0 26px 0;
	line-height:40px;
	font-family:'Archivo Narrow', sans-serif;
	font-size:30px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	color:#3e454d;
}
@media (max-width: 767px) {
	.titles {
		line-height:20px;
		font-size:20px;
	}
}
.titles strong {
	display:block;
	margin:-5px 0 0 0;
	line-height:18px;
	font-size:13px;
	font-weight:400;
	color:#90979e;
}
@media (max-width: 767px) {
	.titles strong {
		margin:0;
		text-transform:none;
	}
}
div.list.custom-list { padding:9px 0 16px 0; }
div.list.custom-list ul {
	margin:0;
	padding:0;
}
div.list.custom-list ul li {
	background:url(images/marker.png) no-repeat 0% 3px;
	margin:0 0 0 0;
	padding:0 0 12px 19px;
	line-height:18px;
	font-size:12px;
	color:#888c91;
}
div.list.custom-list ul li:before { display:none; }
div.list.custom-list ul li a {
	text-decoration:none;
	color:#888c91;
}
div.list.custom-list ul li a:hover {
	text-decoration:none;
	color:#e85244;
}
div.list.custom-list ul li ul {
	margin:0 0 -12px 0;
	padding:12px 0 0 0;
}
ul.team { padding:1px 0 0 0; }
ul.team li { margin-bottom:0; }
@media (max-width: 767px) {
	ul.team li {
		width:100%;
		overflow:hidden;
		margin-bottom:20px;
	}
}
ul.team li .thumbnail { margin:0 0 18px 0; }
@media (max-width: 767px) {
	ul.team li .thumbnail { margin:0 20px 18px 0; }
}
@media (max-width: 767px) {
	ul.team li .clear { display:none; }
}
@media (max-width: 480px) {
	ul.team li .clear { display:block; }
}
ul.team li h5 {
	margin:0 0 1px 0;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:none;
	color:#e85244;
}
ul.team li p { margin:0; }
@media (max-width: 480px) {
	.type-team .featured-thumbnail {
		width:auto;
		height:auto;
	}
}
ul.services { padding:2px 0 0 0; }
ul.services li {
	background:#f5f6f6;
	margin-bottom:28px;
	padding:9px 9px 20px 9px;
}
ul.services li .thumbnail { margin:0 0 17px 0; }
ul.services li h5 { margin:0 0 13px 0; }
ul.services li p.excerpt { margin:0 0 25px 0; }
.footer {
	background:none;
	position:relative;
	margin:0;
	padding:23px 0 23px 0;
	border:none;
	line-height:18px;
	font-size:12px;
	color:#b5b5b5;
}
@media (max-width: 767px) {
	.footer {
		padding:23px 20px 23px 20px;
		text-align:center;
	}
}
.footer:before {
	background:url(images/footer.jpg) repeat-x 50% 0%;
	width:100%;
	height:10px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	content:'';
}
.footer .line_ver_1 { background:url(images/line.png) repeat-y 600px 0%; }
@media (min-width: 979px) and (max-width: 1200px) {
	.footer .line_ver_1 { background-position:480px 0%; }
}
html.ie8 .footer .line_ver_1 { background-position:480px 0%; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .line_ver_1 { background:none; }
}
@media (max-width: 767px) {
	.footer .line_ver_1 { background:none; }
}
.footer .line_ver_2 {
	background:url(images/line.png) repeat-y 900px 0%;
	padding:28px 0 22px 0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer .line_ver_2 { background-position:715px 0%; }
}
html.ie8 .footer .line_ver_2 { background-position:715px 0%; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .line_ver_2 { background:none; }
}
@media (max-width: 767px) {
	.footer .line_ver_2 { background:none; }
}
.footer .footer-text {
	padding:8px 0 0 0;
	line-height:18px;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
}
.footer .footer-text strong {
	margin:0 5px 0 0;
	font-family:'Archivo Narrow', sans-serif;
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-text strong {
		display:block;
		padding:0 0 5px 0;
	}
}
.footer .footer-text em {
	font-style:normal;
	color:#ec5648;
}
.footer .footer-text a {
	text-decoration:none;
	color:#fff;
}
.footer .footer-text a:hover {
	text-decoration:none;
	color:#ec5648;
}
.footer ul.social { padding:4px 0 0 0; }
@media (max-width: 767px) {
	.footer ul.social { padding:4px 0 20px 0; }
}
.footer ul.social li { margin:0 0 0 6px; }
@media (min-width: 979px) and (max-width: 1200px) {
	.footer ul.social li { margin:0 6px 6px 0 !important; }
}
html.ie8 .footer ul.social li { margin:0 6px 6px 0 !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer ul.social li { margin:0 6px 6px 0 !important; }
}
@media (max-width: 767px) {
	.footer ul.social li {
		display:inline-block;
		float:none;
		margin:0 0 6px 3px !important;
		vertical-align:top;
	}
}
.footer ul.social li:first-child { margin:0; }
.footer div.location {
	position:relative;
	padding:0 0 0 60px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer div.location { padding:30px 0 0 20px; }
}
@media (max-width: 767px) {
	.footer div.location { padding:0; }
}
.footer div.location .textwidget { position:relative; }
.footer div.location .textwidget:before {
	background:url(images/icon_home.png) no-repeat 0% 0%;
	display:block;
	width:20px;
	height:16px;
	overflow:hidden;
	position:absolute;
	top:4px;
	left:-32px;
	content:'';
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer div.location .textwidget:before {
		top:-25px;
		left:0;
	}
}
@media (max-width: 767px) {
	.footer div.location .textwidget:before { display:none; }
}
.footer div.phones {
	position:relative;
	padding:0 0 0 65px;
	word-spacing:2px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer div.phones { padding:0 0 0 55px; }
}
html.ie8 .footer div.phones {
	padding:0 0 0 55px;
	word-spacing:1px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer div.phones { padding:30px 0 0 0; }
}
@media (max-width: 767px) {
	.footer div.phones { padding:0; }
}
.footer div.phones .textwidget { position:relative; }
.footer div.phones .textwidget:before {
	background:url(images/icon_phone.png) no-repeat 0% 0%;
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	position:absolute;
	top:2px;
	left:-34px;
	content:'';
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer div.phones .textwidget:before { left:-34px; }
}
html.ie8 .footer div.phones .textwidget:before { left:-34px; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer div.phones .textwidget:before {
		top:-25px;
		left:0;
	}
}
@media (max-width: 767px) {
	.footer div.phones .textwidget:before { display:none; }
}
.footer nav.footer-nav {
	float:none;
	width:100%;
	margin:0;
	padding:22px 0 0 0;
}
.footer nav.footer-nav ul { float:right; }
.footer nav.footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#ec5648;
}
.footer nav.footer-nav ul li a {
	text-decoration:none;
	color:#fff;
}
.footer nav.footer-nav ul li a:hover {
	text-decoration:none;
	color:#ec5648;
}
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a { width:42px; }
#back-top-wrapper p#back-top a:hover span { background-color:#e85244; }
#back-top-wrapper p#back-top a span {
	background:#e4e4e4 url(images/up-arrow.png) no-repeat 0% 0%;
	width:42px;
	height:42px;
	margin:0;
	-webkit-border-radius:21px;
	-moz-border-radius:21px;
	border-radius:21px;
}
.title-section { padding:41px 0 1px 0; }
.title-section h1 { margin-bottom:17px; }
.title-section ul {
	background:#f5f6f6;
	padding:8px 10px 7px 10px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:18px;
	font-size:12px;
	color:#888c91;
}
.title-section ul li {
	line-height:18px;
	font-size:12px;
	text-shadow:none;
	color:#888c91;
}
.title-section ul li.divider { margin:0 4px; }
.title-section ul li.active { color:#e85244; }
.title-section ul a {
	text-decoration:none;
	color:#888c91;
}
.title-section ul a:hover {
	text-decoration:none;
	color:#e85244;
}
@media (min-width: 979px) and (max-width: 1200px) {
	div.search-form input[type="text"] { width:200px; }
}
html.ie8 div.search-form input[type="text"] {
	width:200px;
	line-height:16px;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.search-form input[type="text"] { width:120px; }
}
@media (max-width: 480px) {
	div.search-form input[type="text"] { width:150px; }
}
div.search-form input[type="submit"] {
	height:31px;
	line-height:20px;
}
html.ie8 div.search-form input[type="submit"] {
	height:28px;
	line-height:28px;
}
.post-header .post-title { margin-bottom:29px; }
.post_meta {
	padding:10px 0 9px 0;
	border-color:#e2e2e2;
	line-height:20px;
	font-size:12px;
	color:#888c91;
}
.post_meta i { color:#e85244; }
.post_meta span { float:none !important; }
.post_meta a {
	text-decoration:none;
	color:#888c91;
}
.post_meta a:hover {
	text-decoration:none;
	color:#e85244;
}
div.pagination ul li a {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.post-author {
	background:#f5f6f6;
	border:none;
}
.post-author h3 { margin-bottom:15px; }
.post-author p.post-author_gravatar { margin:4px 20px 0 0; }
.post-author p.post-author_gravatar img {
	background:none;
	padding:0;
	border:none;
}
.post-author div.post-author_link p { margin:0; }
.post-author div.post-author_link p a { text-transform:capitalize; }
div.related-posts ul li {
	line-height:18px;
	font-size:14px;
	color:#e85244;
}
ol.comment-list li { padding:10px 0 0 0; }
ol.comment-list li .comment-body {
	background:#f5f6f6 !important;
	margin:0;
	border:none;
}
ol.comment-list li .comment-body span.author {
	padding:10px 0 0 0;
	line-height:18px;
	font-size:14px;
	font-weight:400;
	text-align:left;
	color:#e85244;
}
ol.comment-list li .comment-body .reply a {
	background:#3e454d;
	position:relative;
	height:37px;
	margin:0;
	padding:0 27px 0 17px;
	line-height:34px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
ol.comment-list li .comment-body .reply a:before {
	background:url(images/btn_arrow.gif) no-repeat 0% 0%;
	display:block;
	width:7px;
	height:5px;
	overflow:hidden;
	position:absolute;
	top:16px;
	right:15px;
	content:'';
}
ol.comment-list li .comment-body .reply a:focus {
	background:#3e454d;
	color:#fff;
}
ol.comment-list li .comment-body .reply a:hover { background:#e85244; }
ol.comment-list li .comment-body .comment-meta { line-height:38px; }
@media (max-width: 767px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
.cancel-comment-reply { padding:0 0 12px 0; }
.wpcf7-form span.wpcf7-not-valid-tip { line-height:20px; }
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
div.filter-wrapper { padding:14px 0 12px 0; }
div.filter-wrapper strong {
	margin:0;
	padding:0;
	line-height:18px;
	font-family:'Archivo Narrow', sans-serif;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	color:#3e454d;
}
div.filter-wrapper ul li { margin:0 0 0 20px; }
div.filter-wrapper ul li.active a {
	background:none;
	color:#e85244 !important;
}
div.filter-wrapper ul li a {
	background:none !important;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:18px;
	font-family:'Archivo Narrow', sans-serif;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	color:#3e454d !important;
}
div.filter-wrapper ul li a:focus {
	background:none;
	color:#3e454d;
}
div.filter-wrapper ul li a:hover {
	background:none !important;
	text-decoration:none;
	color:#e85244 !important;
}
ul#portfolio-grid li .thumbnail { margin:0 0 14px 0; }
ul#portfolio-grid li h3 {
	margin:0 0 10px 0;
	line-height:18px;
	font-size:18px;
	color:#e85244;
}
ul#portfolio-grid li h3 a {
	text-decoration:none;
	color:#e85244;
}
ul#portfolio-grid li h3 a:hover {
	text-decoration:none;
	color:#3e454d;
}
.entry-meta .portfolio-meta { border-color:#ccc; }
.entry-meta ul.portfolio-meta-list { border-color:#ccc; }
ul.pager { border-color:#ccc; }
ul.pager li a {
	background:#3e454d;
	position:relative;
	height:37px;
	margin:0;
	padding:0 17px 0 17px;
	line-height:38px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
ul.pager li a:focus {
	background:#3e454d;
	color:#fff;
}
ul.pager li a:hover { background:#e85244; }
span.dropcap {
	background:#3e454d url(images/dropcap.gif) repeat-x 0% 0%;
	width:50px;
	height:50px;
	overflow:hidden;
	margin:1px 20px 0 0;
	line-height:46px;
	font-family:'Archivo Narrow', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#fff;
}
div.extra-wrap h5 { margin:0 0 11px 0; }
div.extra-wrap p { margin:0 0 22px 0; }
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#e85244; }
.error404-holder h4 { color:#e85244; }
.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;
}
