@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:600,700);
@media (max-width: 767px) {
	body { padding:0; }
}
h1 { text-transform:uppercase; }
h2 {
	margin-bottom:16px;
	letter-spacing:-1px;
	font-weight:600 !important;
	text-transform:uppercase;
}
h2 a {
	text-decoration:none;
	color:#000;
}
h2 a:hover {
	text-decoration:none;
	color:#979797;
}
h2 em {
	display:block;
	margin:0 0 -3px 0;
	font-style:normal;
}
h3 {
	margin-bottom:16px;
	letter-spacing:-1px;
	font-weight:600 !important;
	text-transform:uppercase;
}
h3 a {
	text-decoration:none;
	color:#000;
}
h3 a:hover {
	text-decoration:none;
	color:#979797;
}
h4 {
	margin-bottom:16px;
	letter-spacing:-1px;
	text-transform:uppercase;
}
h4 a {
	text-decoration:none;
	color:#000;
}
h4 a:hover {
	text-decoration:none;
	color:#979797;
}
h5 {
	margin-bottom:4px;
	font-weight:600 !important;
}
h5 a {
	text-decoration:none;
	color:#000;
}
h5 a:hover {
	text-decoration:none;
	color:#979797;
}
p { margin:0 0 19px 0; }
dl {
	margin:0 0 -2px 0;
	padding:16px 0 0 0;
}
dl dt {
	margin:0;
	padding:0;
	text-transform:uppercase;
	color:#000;
}
dl dd {
	margin:0 0 19px 0;
	padding:0;
}
input[type="text"], textarea {
	background:none;
	min-height:19px;
	margin:0;
	padding:10px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:1px solid #d2d2d2;
	resize:none;
	outline:none !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#a9a9a9;
}
input[type="text"]:focus, textarea:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-color:#000;
}
input[type="submit"], input[type="reset"] {
	background:none !important;
	height:41px;
	margin:0;
	padding:0;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:none;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	text-decoration:underline;
	color:#000 !important;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background:none;
	text-decoration:none;
	color:#000;
}
input[type="submit"]:focus, input[type="reset"]:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#000;
}
.header {
	background:none;
	margin:0;
	padding:50px 0 2px 0;
	border-bottom:1px solid #ccc;
}
@media (max-width: 767px) {
	.header {
		padding:50px 20px 32px 20px;
		text-align:center;
	}
}
.header .logo { margin:0 0 50px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo {
		width:100%;
		height:auto;
	}
}
@media (max-width: 767px) {
	.header .logo {
		float:none;
		width:100%;
		overflow:hidden;
		margin:0 0 10px 0;
	}
}
.header .logo .logo_h__txt {
	margin:-9px 0 -24px -4px;
	letter-spacing:-2px;
	text-transform:uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo .logo_h__txt {
		line-height:38px !important;
		font-size:38px !important;
	}
}
@media (max-width: 767px) {
	.header .logo .logo_h__txt {
		margin:0;
		line-height:38px !important;
		font-size:38px !important;
	}
}
.header .logo .logo_h__txt a {
	text-decoration:none;
	color:#000;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo .logo_h__txt a {
		line-height:38px !important;
		font-size:38px !important;
	}
}
@media (max-width: 767px) {
	.header .logo .logo_h__txt a {
		line-height:38px !important;
		font-size:38px !important;
	}
}
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#000;
}
.header .logo p { display:none; }
.header .widget_meta {
	width:100%;
	overflow:hidden;
	padding:23px 0 0 0;
}
@media (max-width: 767px) {
	.header .widget_meta { padding:23px 0 33px 0; }
}
.header .widget_meta h4 { display:none; }
.header .widget_meta ul {
	float:right;
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.header .widget_meta ul { float:none; }
}
.header .widget_meta ul li {
	display:inline-block;
	margin:0 0 0 5px;
	padding:0;
	vertical-align:top;
	list-style:none;
	line-height:19px;
	font-size:13px;
	color:#979790;
}
@media (max-width: 767px) {
	.header .widget_meta ul li { margin:0 3px; }
}
.header .widget_meta ul li a {
	text-decoration:none;
	color:#979790;
}
.header .widget_meta ul li a:hover { color:#000; }
nav.nav__primary { margin:0; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { top:63px; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	top:-18px;
	left:197px;
}
.sf-menu { float:left; }
.sf-menu ul {
	background:#000;
	width:184px;
	padding:18px 10px 8px 20px;
}
.sf-menu > li {
	background:none;
	margin:0 3px 0 0;
}
.sf-menu > li > a {
	background:url(images/menu.gif) repeat-x 0% 100%;
	height:58px;
	padding:0 20px !important;
	border:none;
	letter-spacing:-1px;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {
	background:#000;
	color:#fff;
}
.sf-menu li li {
	background:none;
	margin:0 0 10px 0;
	text-align:left;
}
.sf-menu li li a {
	display:inline-block;
	padding:0;
	border:none;
	vertical-align:top;
	line-height:24px;
	font-size:13px;
	text-align:left;
	text-decoration:none;
	color:#979797;
}
.sf-menu li li a:before {
	display:inline-block;
	margin:0 10px 0 0;
	vertical-align:top;
	line-height:23px;
	font-family:FontAwesome;
	font-size:22px;
	color:#979797;
	content:'\f0a9';
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a {
	background:none;
	color:#fff;
}
.sf-menu li li > a:hover:before, .sf-menu li li.sfHover > a:before, .sf-menu li li.current-menu-item > a:before { color:#fff; }
.sf-menu li li .sf-sub-indicator { display:none !important; }
.sf-sub-indicator {
	margin:0 -5px 0 0;
	right:50%;
}
a > .sf-sub-indicator { top:40px; }
#slider-wrapper {
	margin:0 0 39px 0;
	padding:9px;
	border:1px solid #ccc;
}
@media (max-width: 480px) {
	#slider-wrapper { display:none; }
}
#slider-wrapper .container { max-width:1150px !important; }
#slider-wrapper .camera_wrap { margin:0 !important; }
#slider-wrapper .camera_caption {
	width:590px;
	height:463px;
	position:absolute;
	top:0;
	left:560px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption {
		width:450px;
		height:auto;
		left:467px;
	}
}
html.ie8 #slider-wrapper .camera_caption {
	width:450px;
	height:auto;
	left:467px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption {
		width:340px;
		height:auto;
		left:363px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption {
		width:50%;
		height:auto;
		left:auto;
		right:0;
	}
}
#slider-wrapper .camera_caption div {
	background:none;
	padding:119px 80px 150px 70px;
	line-height:19px;
	font-size:13px;
	color:#979797;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption div { padding:50px 80px 50px 70px; }
}
html.ie8 #slider-wrapper .camera_caption div { padding:50px 80px 50px 70px; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption div { padding:20px; }
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption div {
		padding:0;
		line-height:16px;
		font-size:11px;
	}
}
#slider-wrapper .camera_caption strong {
	display:block;
	margin:0 0 28px 0;
	letter-spacing:-2px;
	line-height:45px;
	font-family:'Open Sans', sans-serif;
	font-size:45px;
	font-weight:600;
	text-transform:uppercase;
	color:#000;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption strong {
		line-height:35px;
		font-size:35px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption strong {
		margin:0 0 4px 0;
		letter-spacing:normal;
		line-height:15px;
		font-size:15px;
	}
}
#slider-wrapper .camera_caption a { margin:0 0 0 6px; }
@media (max-width: 767px) {
	#slider-wrapper .camera_caption a { display:none; }
}
#slider-wrapper .camera_caption a:hover:before { color:#979797; }
#slider-wrapper .camera_caption a:before {
	display:inline-block;
	vertical-align:top;
	line-height:23px;
	font-family:FontAwesome;
	font-size:22px;
	color:#222;
	content:'\f0a9';
}
#slider-wrapper .camera_thumbs {
	width:100%;
	position:absolute;
	bottom:10px;
	left:0;
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont {
	background:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#slider-wrapper .camera_pag {
	position:absolute;
	top:334px;
	left:628px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_pag { left:538px; }
}
html.ie8 #slider-wrapper .camera_pag { left:538px; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_pag {
		top:auto;
		bottom:10px;
		left:382px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_pag { display:none; }
}
#slider-wrapper .camera_pag ul {
	margin:0;
	padding:0;
}
#slider-wrapper .camera_pag ul li {
	background:url(images/pagination.png) no-repeat 0% 0%;
	width:20px;
	height:20px;
	margin:0 10px 0 0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	text-decoration:none !important;
}
#slider-wrapper .camera_pag ul li:hover, #slider-wrapper .camera_pag ul li.cameracurrent { background-position:0% -20px; }
#slider-wrapper .camera_pag ul li span { display:none !important; }
#slider-wrapper .camera_pag ul li img.camera_thumb, #slider-wrapper .camera_pag ul li div.thumb_arrow { display:none !important; }
#slider-wrapper .camera_prev {
	margin:0;
	top:9px;
	left:9px;
}
#slider-wrapper .camera_next {
	margin:0;
	top:9px;
	right:9px;
}
#slider-wrapper .camera_commands {
	margin:0;
	top:9px;
	right:50px;
}
.content-holder {
	overflow:hidden;
	margin:0;
	padding:12px 0 50px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:12px 20px 50px 20px; }
}
body.home .content-holder { padding:50px 0 47px 0; }
@media (max-width: 767px) {
	body.home .content-holder { padding:50px 20px 47px 20px; }
}
#content { padding-top:0; }
#sidebar { padding-top:0; }
#sidebar .widget {
	background:url(images/line.gif) repeat-x 0% 0%;
	margin:0 0 35px 0;
	padding:30px 0 0 0;
}
#sidebar .widget:first-child {
	background:none;
	padding:0;
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li {
	background:url(images/marker.png) no-repeat 0% 6px;
	margin:0;
	padding:0 0 11px 14px;
	list-style:none;
	line-height:19px;
	font-size:13px;
	color:#979797;
}
#sidebar ul li a {
	text-decoration:none;
	color:#979797;
}
#sidebar ul li a:hover { color:#000; }
#sidebar ul li ul {
	margin:0 0 -11px 0;
	padding:11px 0 0 0;
}
ul.news {
	margin:0 0 -2px 0 !important;
	padding:0;
}
ul.news li {
	width:100%;
	overflow:hidden;
	margin:0 0 21px 0;
	padding:0;
	list-style:none;
	line-height:19px;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.news li { margin:0 0 11px 0; }
}
ul.news li .featured-thumbnail {
	margin:5px 20px 0 0;
	padding:0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	ul.news li .featured-thumbnail { margin:5px 10px 0 0; }
}
html.ie8 ul.news li .featured-thumbnail { margin:5px 10px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.news li .featured-thumbnail { margin:5px 0 10px 0; }
}
@media (max-width: 480px) {
	ul.news li .featured-thumbnail { width:auto; }
}
ul.news li .featured-thumbnail a:before {
	left:-1px;
	right:-1px;
	bottom:-1px;
}
ul.news li h5 { display:none; }
ul.news li span.meta { margin:0 0 1px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.news li span.meta {
		display:block;
		width:100%;
		overflow:hidden;
	}
}
ul.news li span.meta span.post-date {
	line-height:19px;
	font-size:13px;
	font-weight:700;
	color:#000;
}
@media (min-width: 979px) and (max-width: 1200px) {
	ul.news li span.meta span.post-date { font-size:12px; }
}
html.ie8 ul.news li span.meta span.post-date { font-size:12px; }
ul.news li span.meta span.post-comments { display:none; }
ul.projects {
	margin:0;
	padding:4px 0 0 0;
}
ul.projects li {
	margin:0;
	padding:0;
	list-style:none;
}
@media (max-width: 767px) {
	ul.projects li {
		width:100%;
		overflow:hidden;
		margin:0 0 30px 0;
	}
}
ul.projects li .featured-thumbnail { margin:0 0 12px 0; }
@media (max-width: 767px) {
	ul.projects li .featured-thumbnail {
		float:left;
		margin:0 12px 0 0;
	}
}
@media (max-width: 767px) {
	ul.projects li .clear { display:none; }
}
@media (max-width: 480px) {
	ul.projects li .clear { display:block; }
}
ul.projects li p {
	display:inline;
	margin:0;
}
ul.projects li a.btn-primary {
	position:relative;
	line-height:0 !important;
	font-size:0 !important;
	text-decoration:none;
	color:#fff !important;
}
ul.projects li a.btn-primary:hover:before { color:#ccc; }
ul.projects li a.btn-primary:before {
	display:inline-block;
	vertical-align:top;
	line-height:19px;
	font-family:FontAwesome;
	font-size:22px;
	color:#222;
	content:'\f0a9';
}
.featured-thumbnail {
	overflow:visible;
	padding:9px;
	border:1px solid #ccc;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.featured-thumbnail.large { margin-bottom:25px; }
.featured-thumbnail.large a {
	display:block;
	float:none;
	max-height:253px;
}
.featured-thumbnail.large a img {
	width:auto;
	max-height:253px;
}
.featured-thumbnail.large img {
	width:auto;
	max-height:253px;
	margin:0;
}
html.ie8 .featured-thumbnail.large img { max-width:100%; }
.featured-thumbnail a {
	position:relative;
	float:left;
}
.featured-thumbnail a:hover:before { display:block; }
.featured-thumbnail a:before {
	background:#000;
	display:none;
	height:6px;
	overflow:hidden;
	position:absolute;
	left:-10px;
	right:-10px;
	bottom:-10px;
	content:'';
}
.type-portfolio .thumbnail.large img {
	width:100%;
	max-height:100% !important;
}
.single-gallery-item {
	padding:0;
	border:none;
}
.single-gallery-item img {
	width:100%;
	height:auto;
}
.flexslider {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
a.btn-primary {
	background:none !important;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	line-height:19px;
	font-size:13px;
	font-weight:700;
	text-shadow:none;
	text-decoration:underline;
	color:#000 !important;
}
a.btn-primary:hover {
	background:none;
	text-decoration:underline;
	color:#979797 !important;
}
a.btn-primary:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:underline;
	color:#000;
}
.hr {
	background:#ccc;
	width:100%;
	height:1px;
	overflow:hidden;
	margin:49px 0 28px 0;
	padding:0;
	line-height:0;
	font-size:0;
}
.sm_hr {
	background:#ccc;
	width:100%;
	height:1px;
	overflow:hidden;
	margin:46px 0 39px 0;
	padding:0;
	line-height:0;
	font-size:0;
}
.service-box {
	background:none;
	padding:0 15px 4px 0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:none;
}
@media (max-width: 767px) {
	.service-box { padding:0 0 35px 0; }
}
.service-box figure.icon {
	float:left;
	margin:3px 14px 0 0;
}
.service-box h2 {
	height:35px;
	margin:0 0 13px 0;
	padding:16px 0 0 0;
	line-height:28px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box h2 {
		height:auto !important;
		min-height:51px;
		padding:8px 0 !important;
		line-height:20px;
		font-size:16px;
	}
}
html.ie8 .service-box h2 { font-size:24px; }
.service-box.extra h2 {
	height:51px;
	margin:0 0 8px 0;
	padding:0 0 4px 0;
}
.service-box .service-box_txt { display:inline; }
.service-box .btn-align {
	display:inline;
	margin:0 0 0 6px;
	text-align:left;
}
.service-box .btn-align a {
	position:relative;
	line-height:0;
	font-size:0;
	text-decoration:none;
	color:#fff !important;
}
.service-box .btn-align a:hover:before { color:#ccc; }
.service-box .btn-align a:before {
	display:inline-block;
	vertical-align:top;
	line-height:19px;
	font-family:FontAwesome;
	font-size:22px;
	color:#222;
	content:'\f0a9';
}
.testimonials { padding:23px 0 0 0; }
.testimonials .testi-item {
	margin:0;
	padding:0 0 10px 0;
}
.testimonials .testi-item blockquote {
	background:#000;
	padding:45px 26px 39px 28px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	font-style:italic;
}
.testimonials .testi-item blockquote:before {
	background:none;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	opacity:0.22;
	filter:alpha(opacity=22);
	line-height:55px;
	font-family:FontAwesome;
	font-size:55px;
	font-style:normal;
	color:#ccc;
	position:absolute;
	top:16px;
	left:20px;
	content:'\f10d';
}
.testimonials .testi-item blockquote:after {
	background:url(images/blockquote_corner.png) no-repeat 0% 0%;
	display:block;
	width:40px;
	height:22px;
	overflow:hidden;
	position:absolute;
	top:auto;
	left:25px;
	bottom:-22px;
	content:'';
}
.testimonials .testi-item blockquote a {
	text-decoration:none;
	color:#979797;
}
.testimonials .testi-item blockquote a:hover { color:#fff; }
.testimonials .testi-item small.testi-meta {
	padding:27px 0 0 0;
	font-weight:bold;
	color:#222;
}
.testimonials .testi-item small.testi-meta br, .testimonials .testi-item small.testi-meta a { display:none; }
ul.team { padding:4px 0 0 0; }
ul.team li { margin:0; }
@media (max-width: 767px) {
	ul.team li {
		width:100%;
		overflow:hidden;
	}
}
@media (max-width: 480px) {
	ul.team li { margin:0 0 20px 0; }
}
ul.team li .thumbnail { margin:0 0 13px 0; }
@media (max-width: 767px) {
	ul.team li .thumbnail { margin:0 13px 13px 0; }
}
@media (max-width: 480px) {
	ul.team li .thumbnail { margin:0 0 13px 0; }
}
@media (max-width: 767px) {
	ul.team li .clear { display:none; }
}
@media (max-width: 480px) {
	ul.team li .clear { display:block; }
}
ul.team li p { margin:0; }
html.ie8 .thumbnail img, html.ie8 .featured-thumbnail img { max-width:inherit; }
.footer {
	background:none;
	overflow:hidden;
	margin:0;
	padding:0;
	border:none;
}
@media (max-width: 767px) {
	.footer {
		padding:0 20px;
		text-align:center;
	}
}
.footer .container { border-top:1px solid #ccc; }
.footer .footer-widgets { padding:32px 0 40px 0; }
.footer .footer-widgets ul {
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.footer .footer-widgets ul { margin:0 0 20px 0; }
}
.footer .footer-widgets ul li {
	margin:0 0 7px 0;
	padding:0;
	list-style:none;
	line-height:18px;
	font-size:13px;
	color:#979797;
}
.footer .footer-widgets ul li a {
	text-decoration:none;
	color:#979797;
}
.footer .footer-widgets ul li a:hover { color:#000; }
.footer .footer-widgets ul.social li { margin:0 0 6px 0; }
.footer .footer-widgets ul.social li .tooltip { display:none !important; }
.footer .copyright {
	position:relative;
	overflow:hidden;
	padding:47px 0;
}
.footer .copyright:before {
	background:#ccc;
	display:block;
	width:100%;
	height:1px;
	overflow:hidden;
	line-height:0;
	font-size:0;
	position:absolute;
	top:0;
	left:30px;
	content:'';
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer .copyright:before { left:20px; }
}
html.ie8 .footer .copyright:before { left:20px; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .copyright:before { left:20px; }
}
@media (max-width: 767px) {
	.footer .copyright:before { left:0; }
}
.footer .copyright .footer-text {
	line-height:18px;
	font-size:13px;
	color:#979797;
}
.footer .copyright .footer-text a {
	text-decoration:none;
	color:#222;
}
.footer .copyright .footer-text a:hover {
	text-decoration:none;
	color:#979797;
}
.footer .copyright .footer-text b {
	margin:0 0 0 12px;
	font-weight:400;
}
.footer .copyright .footer-text b a { color:#979797; }
.footer .copyright .footer-text b a:hover { color:#222; }
.footer .copyright nav.footer-nav {
	margin:0;
	padding:0;
}
.footer .copyright nav.footer-nav li {
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
	line-height:18px;
	font-size:13px;
	color:#979797;
}
@media (max-width: 767px) {
	.footer .copyright nav.footer-nav li { margin:0 7px; }
}
.footer .copyright nav.footer-nav li a {
	text-decoration:none;
	color:#979797;
}
.footer .copyright nav.footer-nav li a:hover { color:#222; }
.footer .copyright nav.footer-nav li.current-menu-item a { color:#222; }
.search-form {
	width:268px;
	height:48px;
	border:1px solid #ccc;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.search-form { width:220px; }
}
html.ie8 .search-form { width:220px; }
@media (min-width: 768px) and (max-width: 979px) {
	.search-form { width:166px; }
}
@media (max-width: 480px) {
	.search-form { width:220px; }
}
.search-form input[type="text"] {
	float:left;
	width:201px;
	min-height:20px;
	margin:0;
	padding:14px 0 14px 14px;
	border:none;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.search-form input[type="text"] { width:153px; }
}
html.ie8 .search-form input[type="text"] { width:153px; }
@media (min-width: 768px) and (max-width: 979px) {
	.search-form input[type="text"] { width:99px; }
}
@media (max-width: 480px) {
	.search-form input[type="text"] { width:153px; }
}
.search-form input[type="submit"] {
	background:url(images/search_submit.png) no-repeat 0% 0% !important;
	float:left;
	width:53px;
	height:48px;
	margin:0;
	padding:0;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	line-height:0;
	font-size:0;
}
.search-form input[type="submit"]:hover { background-position:0% -48px !important; }
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a { width:auto; }
#back-top-wrapper p#back-top a:hover:before { color:#222; }
#back-top-wrapper p#back-top a:before {
	display:inline-block;
	vertical-align:top;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
	line-height:55px;
	font-family:FontAwesome;
	font-size:55px;
	color:#ccc;
	content:'\f0aa';
}
#back-top-wrapper p#back-top a span {
	background:none;
	width:auto;
	height:auto;
	margin-bottom:0;
}
.box-1 {
	background:url(images/line.gif) repeat-y 900px 0%;
	width:100%;
	overflow:hidden;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.box-1 { background-position:724px 0%; }
}
html.ie8 .box-1 { background-position:724px 0%; }
@media (min-width: 768px) and (max-width: 979px) {
	.box-1 { background-position:562px 0%; }
}
@media (max-width: 767px) {
	.box-1 { background:none; }
}
.box-1 h2 { margin-top:0; }
.left-indent { padding:0 0 0 30px; }
@media (max-width: 767px) {
	.left-indent { padding:0; }
}
.right-indent { padding:0 30px 0 0; }
.title-section { margin:0 0 25px 0; }
.title-section h1 { margin-bottom:-2px; }
.title-section ul {
	background:none;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.title-section ul li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:19px;
	font-size:13px;
	color:#979797;
}
.title-section ul li.active { color:#000; }
.title-section ul li.divider {
	line-height:0;
	font-size:0;
}
.title-section ul li.divider:before {
	margin:0 7px;
	line-height:19px;
	font-size:13px;
	content:'|';
}
.title-section ul li a {
	text-decoration:none;
	color:#979797;
}
.title-section ul li a:hover { color:#000; }
.right-line {
	background:url(images/line.gif) repeat-y 830px 0%;
	width:100%;
	overflow:hidden;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.right-line { background-position:665px; }
}
html.ie8 .right-line { background-position:665px; }
@media (min-width: 768px) and (max-width: 979px) {
	.right-line { background-position:520px; }
}
@media (max-width: 767px) {
	.right-line { background:none; }
}
.right-line-1 {
	background:url(images/line.gif) repeat-y 800px 0%;
	width:100%;
	overflow:hidden;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.right-line-1 { background-position:645px; }
}
html.ie8 .right-line-1 { background-position:645px; }
@media (min-width: 768px) and (max-width: 979px) {
	.right-line-1 { background-position:500px; }
}
@media (max-width: 767px) {
	.right-line-1 { background:none; }
}
.left-line {
	background:url(images/line.gif) repeat-y 400px 0%;
	width:100%;
	overflow:hidden;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.left-line { background-position:315px; }
}
html.ie8 .left-line { background-position:315px; }
@media (min-width: 768px) and (max-width: 979px) {
	.left-line { background-position:243px; }
}
@media (max-width: 767px) {
	.left-line { background:none; }
}
.post-header h1 {
	line-height:38px;
	font-size:25px;
	font-weight:600;
}
.post-header h2 { margin-bottom:20px; }
.post_meta {
	padding:10px 0 9px 0;
	border-color:#cdcdcd;
	line-height:20px;
	font-size:12px;
	color:#a5a5a5;
}
@media (min-width: 768px) and (max-width: 979px) {
	.post_meta span { float:none !important; }
}
@media (max-width: 767px) {
	.post_meta span {
		display:block;
		float:none !important;
	}
}
.post_meta i { color:#4c4c4c; }
.post_meta a {
	text-decoration:none;
	color:#a5a5a5;
}
.post_meta a:hover { color:#000; }
.post_meta span.post_author { text-transform:capitalize; }
.pagination ul li a {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	color:#a5a5a5;
}
.pagination ul li a:hover { color:#000; }
.pagination ul li.active a { color:#000; }
.post-author {
	margin-bottom:50px;
	border-color:#cecece;
	line-height:18px;
	font-size:13px;
	color:#a9a9a9;
}
.post-author h3 {
	letter-spacing:normal;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400 !important;
	text-transform:none;
	color:#000;
}
.post-author .post-author_link p { margin:0; }
.post-author .post-author_link p a { text-transform:capitalize; }
div.related-posts {
	padding:30px 0 25px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
div.related-posts ul li .thumbnail { float:none; }
div.related-posts ul li .thumbnail a { float:none; }
div.related-posts ul li .thumbnail a img {
	float:none;
	width:100%;
	height:auto;
}
ol.comment-list li { padding:20px 0 0 0; }
ol.comment-list li div.comment-body {
	background:none !important;
	margin:0;
	border-color:#cecece;
}
ol.comment-list li div.comment-body span.author {
	text-align:left;
	font-weight:400;
	color:#000;
}
ol.comment-list li div.comment-body .reply {
	margin:0 0 0 25px;
	line-height:20px;
}
ol.comment-list li div.comment-body .reply a {
	font-size:13px;
	font-style:italic;
	color:#a9a9a9;
}
ol.comment-list li div.comment-body .reply a:hover { color:#000; }
ol.comment-list li div.comment-body .comment-meta {
	line-height:20px;
	font-size:13px;
	color:#000;
}
ol.comment-list li ul.children { margin:0 0 0 20px; }
.cancel-comment-reply { padding:0 0 12px 0; }
.wpcf7-form input[type="text"] {
	padding-top:0;
	padding-bottom:0;
}
html.ie8 .wpcf7-form input[type="text"] {
	padding-top:5px;
	padding-bottom:5px;
}
.wpcf7-form input[type="submit"], .wpcf7-form input[type="reset"] {
	float:left;
	line-height:41px;
}
.wpcf7-form img.ajax-loader { margin:10px 0 0 0; }
ul#portfolio-grid li .thumbnail {
	padding:10px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
html.ie8 ul#portfolio-grid li .thumbnail img {
	width:100%;
	height:auto;
}
ul#portfolio-grid li h3 {
	margin-bottom:10px;
	letter-spacing:normal;
	line-height:26px;
	font-size:16px;
	font-weight:600;
	text-transform:none;
}
ul#portfolio-grid li p { margin:0; }
ul#portfolio-grid li a.btn-primary { display:none; }
ul.portfolio-meta-list { border-color:#ccc; }
ul.pager { border-color:#ccc; }
ul.pager li a {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.dropcap {
	background:none;
	width:auto;
	height:auto;
	margin:0 16px 0 0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:25px;
	font-family:'Open Sans', sans-serif;
	font-size:25px;
	font-weight:600;
	color:#000;
}
.spacer { height:21px; }
.post-author__page { margin-top:20px; }
.page-header { border-color:#ccc; }
.wpcf7-response-output {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
@media (max-width: 767px) {
	.filter-wrapper .pull-right { float:none; }
}
.filter-wrapper strong {
	margin:0;
	padding:0;
	line-height:22px;
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-weight:600;
	color:#000;
}
.filter-wrapper ul li { margin:0 0 0 29px; }
@media (max-width: 767px) {
	.filter-wrapper ul li { float:none; }
}
.filter-wrapper ul li.active a { color:#979790 !important; }
.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:22px;
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-weight:600;
	color:#000;
}
.filter-wrapper ul li a:hover { color:#979790; }
@media (max-width: 480px) {
	article.team-holder .featured-thumbnail {
		width:auto;
		height:auto;
	}
}
ul.single-pager { margin-top:0; }
@media (max-width: 480px) {
	.post .featured-thumbnail img {
		width:100%;
		height:auto;
	}
}
.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:29px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
