@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Ubuntu:400);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300);
@import url(//fonts.googleapis.com/css?family=Ubuntu:500);
.main-holder {
	position:static;
	overflow:hidden;
}
@media (max-width: 767px) {
	body { padding:0; }
	header.header, .content-holder, footer.footer {
		padding-left:20px !important;
		padding-right:20px !important;
	}
}
.cherry-fixed-layout .main-holder { max-width:1020px; }
@media (min-width: 1200px) {
	.cherry-fixed-layout .main-holder { max-width:1250px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.cherry-fixed-layout .main-holder { max-width:804px; }
}
a {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:hover, a:focus { text-decoration:none; }
h1, h2, h3, h4, h5, h6 { margin-top:0; }
h2 {
	position:relative;
	padding-bottom:7px;
	margin-bottom:35px;
}
h2:after {
	position:absolute;
	content:'';
	width:50px;
	height:4px;
	bottom:0;
	left:2px;
	background:#fd6b00;
}
h5 { margin-bottom:2px; }
.main-holder p, .main-holder .excerpt { font-weight:300; }
.main-holder h4, .main-holder h5 { font-weight:500; }
p { margin:0 0 18px; }
.title-section { margin:0 0 30px; }
.title-header { margin:0 0 5px; }
header.header {
	padding:30px 0 0 0;
	border:none;
	background:none;
}
header.header .hidden-phone { z-index:5; }
header.header .hidden-phone #search-header { margin-bottom:5px; }
.search-form .search-form_it {
	border-color:#ececec;
	height:23px;
}
.search-form .search-form_is {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	padding:0 15px;
	height:33px;
	vertical-align:top;
	color:#fff;
	background:#fd6b00;
}
.search-form .search-form_is:hover { background:#4d4f50; }
.logo .logo_h__txt { text-transform:uppercase; }
.logo .logo_h__txt .logo_link {
	color:inherit;
	text-decoration:none;
	text-transform:none;
	letter-spacing:-2px;
}
.logo .logo_h__txt .logo_link:hover, .logo .logo_h__txt .logo_link:visited {
	text-decoration:none;
	color:inherit;
}
.logo_tagline {
	margin:0;
	padding:3px 0 0 0;
	text-transform:uppercase;
	font-size:10px;
	line-height:18px;
	color:#5a585c;
}
@media (max-width: 767px) {
	.logo, .logo.pull-left {
		float:none;
		width:100%;
		text-align:center;
		padding:0 10px;
		max-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.isStuck {
	width:525px;
	padding:15px;
	position:relative;
	background:#fff;
}
.isStuck:after, .isStuck:before {
	display:block;
	background:#fff;
	content:"";
	position:absolute;
	top:0;
	width:2001px;
	height:100%;
	z-index:-1;
}
.isStuck:after { right:-2000px; }
.isStuck:before { left:-2000px; }
.isStuck .nav__primary { margin:0; }
.isStuck #topnav li.current-menu-item > a:after, .isStuck #topnav li.sfHover > a:after, .isStuck #topnav li a:hover:after { top:33px; }
@media (min-width: 1200px) {
	.isStuck { width:655px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.isStuck { width:399px; }
}
@media (max-width: 767px) {
	.isStuck {
		width:auto;
		position:static !important;
		padding:0px;
	}
	.isStuck:after, .isStuck:before { display:none; }
}
@media (max-width: 767px) {
	.pseudoStickyBlock { display:none !important; }
}
.nav__primary { margin:34px 0 56px; }
#topnav li {
	margin-left:35px;
	background:none;
}
#topnav li a {
	position:relative;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:1px;
	padding:0;
	border:none;
	z-index:3;
}
#topnav li a:after {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	content:'';
	cursor:default;
	position:absolute;
	padding:0 0;
	top:8px;
	left:50%;
	width:0;
	height:0;
	background:#fd6b00;
}
#topnav li a .sf-sub-indicator {
	top:100%;
	right:50%;
	margin-right:-5px;
	background:url(images/arrows-ffffff.png) 0 -100px no-repeat;
}
#topnav li .sub-menu {
	margin-top:56px;
	margin-left:-10px;
	padding:10px;
	width:auto;
	background:#5a585c;
}
#topnav li .sub-menu li {
	width:auto;
	float:none;
	display:block;
	margin:9px 0;
	text-align:left;
	background:none;
}
#topnav li .sub-menu li a {
	padding:3px 8px 5px;
	white-space:nowrap;
	display:block;
	border:none;
	font-size:12px;
	line-height:18px;
	color:#fff;
	background:none;
}
#topnav li .sub-menu li a:after { display:none; }
#topnav li .sub-menu li a .sf-sub-indicator {
	top:30%;
	right:-4px;
	background:url(images/arrows-ffffff.png) 0 0 no-repeat;
}
#topnav li .sub-menu li > a:hover, #topnav li .sub-menu li.sfHover > a, #topnav li .sub-menu li.current-menu-item > a { background:#fd6b00; }
#topnav li .sub-menu li > a:hover .sf-sub-indicator, #topnav li .sub-menu li.sfHover > a .sf-sub-indicator, #topnav li .sub-menu li.current-menu-item > a .sf-sub-indicator { background:url(images/arrows-ffffff.png) -10px 0 no-repeat; }
#topnav li .sub-menu .sub-menu {
	margin:-19px 0 0 12px;
	left:100%;
}
#topnav li:first-child { margin-left:0; }
#topnav li.current-menu-item > a, #topnav li.sfHover > a, #topnav li a:hover {
	color:#fd6b00;
	background:none;
}
#topnav li.current-menu-item > a:after, #topnav li.sfHover > a:after, #topnav li a:hover:after {
	padding:0 10px;
	left:-10px;
	width:100%;
	top:68px;
	height:6px;
}
#topnav li.current-menu-item > a .sf-sub-indicator, #topnav li.sfHover > a .sf-sub-indicator, #topnav li a:hover .sf-sub-indicator { background:url(images/arrows-ffffff.png) -10px -100px no-repeat; }
.slider {
	overflow:visible;
	margin-bottom:35px;
}
.slider >.container {
	margin:0 0 0 -41px !important;
	width:1022px;
}
@media (min-width: 1200px) {
	.slider >.container { width:1252px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider >.container { width:806px; }
}
@media (max-width: 767px) {
	.slider >.container {
		margin:0 0 0 0 !important;
		width:100%;
	}
}
.slider .camera_wrap .camera_pag li { background:#4d4f50; }
.slider .camera_wrap .camera_pag li.cameracurrent span, .slider .camera_wrap .camera_pag li:hover span { background:#fff; }
.slider .camera_thumbs {
	position:relative;
	padding:0 40px;
	top:-20px;
	text-align:center;
}
.slider .camera_thumbs .camera_thumbs_cont { background:none; }
.slider .camera_thumbs .camera_thumbs_cont ul {
	padding:10px 0 0;
	width:auto !important;
}
.slider .camera_thumbs .camera_thumbs_cont ul li {
	width:16.666%;
	position:relative;
	float:left;
	padding:0;
	display:block;
}
.slider .camera_thumbs .camera_thumbs_cont ul li > img {
	opacity:1 !important;
	border:none;
	margin:0;
	width:100%;
	height:auto;
}
.slider .camera_thumbs .camera_thumbs_cont ul li:after {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	content:'';
	position:absolute;
	width:0;
	height:0;
	top:0;
	left:50%;
	background:#fd6b00;
}
.slider .camera_thumbs .camera_thumbs_cont ul li:hover:after, .slider .camera_thumbs .camera_thumbs_cont ul li.cameracurrent:after {
	height:10px;
	top:-10px;
	width:100%;
	left:0;
}
@media (max-width: 767px) {
	.slider .camera_thumbs .camera_thumbs_cont ul li:hover:after, .slider .camera_thumbs .camera_thumbs_cont ul li.cameracurrent:after {
		height:4px;
		top:-4px;
	}
}
@media (max-width: 450px) {
	.slider .camera_thumbs { display:none; }
}
.slider .camera_command_wrap { display:inline-block; }
.slider .camera_thumbs_cont {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.slider .camera_caption >div { padding:20px 40px 40px; }
.content-holder {
	z-index:3;
	padding-bottom:45px;
}
#back-top-wrapper { z-index:999; }
#back-top-wrapper a {
	width:50px;
	height:50px;
}
#back-top-wrapper a span {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:100%;
	height:100%;
	background-color:#5a585c;
}
#back-top-wrapper a:hover span { background-color:#fd6b00; }
.thumbnail, a.thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	overflow:hidden;
	padding:0px;
	display:block;
	border:none;
}
a.thumbnail:hover {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.breadcrumb.breadcrumb__t {
	padding:7px 10px 9px;
	border:1px solid #ececec;
	color:#fd6b00;
	background:none;
}
.breadcrumb.breadcrumb__t li {
	text-shadow:none;
	font-weight:300;
}
.breadcrumb.breadcrumb__t a {
	text-decoration:none;
	color:#606364;
}
.breadcrumb.breadcrumb__t li.divider:after {
	margin:0 3px;
	font:300 12px/18px 'Ubuntu', sans-serif;
	color:#606364;
}
.breadcrumb.breadcrumb__t a:hover, .breadcrumb.breadcrumb__t .active { color:#fd6b00; }
#sidebar { overflow:hidden; }
#sidebar .widget {
	overflow:hidden;
	margin-bottom:50px;
}
#sidebar .thumbnail { margin-top:0; }
#sidebar time {
	display:block;
	margin-bottom:3px;
	font-size:10px;
	line-height:14px;
	color:#4d4f50;
	text-transform:uppercase;
}
#sidebar .post-list_h {
	font-size:16px;
	line-height:16px;
	margin-bottom:3px;
}
#sidebar .post-list_h a { color:#fd6b00; }
#sidebar .post-list_h a:hover { color:#4d4f50; }
#sidebar ul { margin:0; }
#sidebar ul li {
	list-style-type:none;
	margin-bottom:10px;
	font-size:10px;
	line-height:20px;
	text-transform:uppercase;
	padding-left:20px;
	background:url(images/list-bull.png) 0 6px no-repeat;
}
#sidebar ul li a {
	vertical-align:top;
	line-height:20px;
	color:#fd6b00;
}
#sidebar ul li a:hover { color:#4d4f50; }
#sidebar .unstyled li {
	font-size:14px;
	line-height:22px;
	text-transform:none;
	padding:0;
	border:none;
	background:none;
	margin-bottom:20px;
}
#sidebar .unstyled li .excerpt { margin-bottom:8px; }
@media (max-width: 979px) {
	#sidebar h2 {
		font-size:32px;
		line-height:35px;
	}
}
.portfolio_item_holder {
	position:relative;
	margin-bottom:35px;
}
.portfolio_item_holder .thumbnail__portfolio { margin-bottom:0px; }
.portfolio_item_holder .caption__portfolio h3 {
	font:500 15px/18px 'Ubuntu', sans-serif;
	margin:0 0 16px;
}
.portfolio_item_holder .caption__portfolio h3 a { color:#4d4f50; }
.portfolio_item_holder .caption__portfolio h3 a:hover { color:#fd6b00; }
.portfolio_item_holder .excerpt__portfolio {
	padding:15px 20px 5px;
	position:absolute;
	width:73%;
	left:0;
	bottom:0;
	color:#fff;
	background:#3f3e41;
}
@media (max-width: 767px) {
	.portfolio_item_holder .excerpt__portfolio {
		position:relative;
		width:auto;
	}
}
.portfolio_item_holder .excerpt__portfolio p { margin-bottom:8px; }
.portfolio_item_holder .excerpt__portfolio .btn:hover { color:#fff; }
.portfolio_item_holder .zoom-icon { background:none repeat scroll 0 0 rgba(0,0,0,0.5); }
.portfolio_item_holder .zoom-icon:before {
	left:auto;
	right:20px;
	top:30px;
}
.filter-wrapper {
	text-transform:uppercase;
	margin-bottom:0;
	padding-bottom:65px;
}
.filter-wrapper strong { display:none; }
.filter-wrapper .filter {
	overflow:visible;
	margin:0;
}
.filter-wrapper .filter li {
	position:relative;
	margin-left:30px;
}
.filter-wrapper .filter li a {
	position:relative;
	padding:0;
	margin:0;
	letter-spacing:1px;
	font-weight:300;
	font-size:11px;
	line-height:20px;
	color:#4d4f50;
	background:none;
}
.filter-wrapper .filter li a:after {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	content:'';
	cursor:default;
	position:absolute;
	padding:0 0;
	top:8px;
	left:50%;
	width:0;
	height:0;
	background:#fd6b00;
}
.filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus, .filter-wrapper .filter li.active a {
	color:#fd6b00;
	background:none;
}
.filter-wrapper .filter li a:hover:after, .filter-wrapper .filter li a:focus:after, .filter-wrapper .filter li.active a:after {
	padding:0 5px;
	left:-5px;
	width:100%;
	top:25px;
	height:4px;
}
@media (max-width: 480px) {
	.filter-wrapper .filter li { margin:0 0 5px; }
	.filter-wrapper .filter li a:hover:after, .filter-wrapper .filter li a:focus:after, .filter-wrapper .filter li.active a:after {
		padding:0;
		left:0;
		width:100%;
		top:18px;
		height:2px;
	}
}
.filter-wrapper .filter li:first-child { margin-left:0px; }
.pager.single-pager { border:none; }
.pager.single-pager li a, .pager.single-pager li a:focus {
	color:#fff;
	background:#fd6b00;
	border:none;
}
.pager.single-pager li.active a, .pager.single-pager li a:hover {
	color:#fff;
	background:#4d4f50;
}
.portfolio-meta, .portfolio-meta-list { border-color:#ececec; }
.portfolio-meta i, .portfolio-meta-list i { color:#fd6b00; }
.flexslider.thumbnail { overflow:visible; }
.flexslider.thumbnail .flex-control-nav a { background:#4d4f50; }
.flexslider.thumbnail .flex-control-nav a.flex-active, .flexslider.thumbnail .flex-control-nav a:hover { background:#fd6b00; }
.post__holder { margin-bottom:60px; }
.post-title { margin-bottom:25px; }
.post-title a { color:#4d4f50; }
.post-title a:hover { color:#fd6b00; }
@media (max-width: 979px) {
	.post-title {
		font-size:32px;
		line-height:35px;
	}
}
.post_meta {
	margin:0;
	border-color:#ececec;
}
.post_meta div.post_meta_unite { border-color:#ececec; }
.post_meta i { color:#fd6b00; }
.post_meta a, .post_meta a i { color:#fd6b00; }
.post_meta a:hover, .post_meta a:hover i { color:#4d4f50; }
.post-author { border-color:#ececec; }
.children { padding:0 0 0 40px; }
@media (max-width: 767px) {
	.children { padding:0; }
}
.comment-list .comment .comment-body {
	border-color:#ececec;
	background:none;
}
.comment-list .comment .comment-body .reply a {
	color:#fd6b00;
	background:none;
}
.comment-list .comment .comment-body .reply a:hover { color:#4d4f50; }
#calendar_wrap caption { color:#4d4f50; }
#calendar_wrap thead th { color:#4d4f50; }
.rsswidget { color:#4d4f50; }
.rsswidget:hover { color:#fd6b00; }
.rsswidget >img { display:none; }
.title-box {
	overflow:hidden;
	margin-bottom:10px;
}
.title-box .title-box_secondary {
	float:left;
	font:300 12px/18px 'Ubuntu', sans-serif;
	color:#5a585c;
	padding:7px 25px 0 0;
	min-height:45px;
	background:url(images/post-index-slash.png) 100% 50% no-repeat;
	margin-bottom:0;
}
.title-box .title-box_primary {
	margin-top:24px;
	font:500 15px/18px 'Ubuntu', sans-serif;
	color:#4d4f50;
	margin-bottom:0;
}
.content_box {
	padding:60px 0 45px;
	color:#aaa9ac;
	background:#3f3e41;
}
.content_box h1, .content_box h2, .content_box h3, .content_box h4, .content_box h5 { color:#fff; }
.content_box .btn:hover { color:#fff; }
.content_box .title-box .title-box_secondary {
	color:#fff;
	background:url(images/post-index-slash-2.png) 100% 50% no-repeat;
}
.content_box .title-box .title-box_primary { color:#fff; }
.content_box:after, .content_box:before { background:#3f3e41; }
.content_box .recent-posts li .post-title-with-index .post-index {
	color:#fff;
	background:url(images/post-index-slash-2.png) 100% 50% no-repeat;
}
.content_box .recent-posts li .post-title-with-index h5 a { color:#fff; }
.content_box .recent-posts li .post-title-with-index h5 a:hover { color:#fd6b00; }
.recent-posts li .post-title-with-index {
	overflow:hidden;
	margin-bottom:16px;
}
.recent-posts li .post-title-with-index .post-index {
	float:left;
	padding:7px 25px 0 0;
	font-weight:300;
	min-height:45px;
	color:#5a585c;
	background:url(images/post-index-slash.png) 100% 50% no-repeat;
}
.recent-posts li .post-title-with-index h5 { margin-top:24px; }
.recent-posts li .post-content-holder { overflow:hidden; }
.recent-posts li h5 {
	margin-top:0;
	margin-bottom:16px;
	font-size:15px;
	line-height:18px;
}
.recent-posts li h5 a { color:#4d4f50; }
.recent-posts li h5 a:hover { color:#fd6b00; }
.recent-posts li .excerpt { margin:0 0 15px; }
@media (min-width: 1200px) {
	.recent-posts li .excerpt { padding-top:7px; }
}
.recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col {
	margin-left:-2% !important;
	font-size:0;
	line-height:0;
}
.recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li {
	font-size:14px;
	line-height:22px;
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
}
.recent-posts.two-col .featured-thumbnail, .recent-posts.three-col .featured-thumbnail, .recent-posts.four-col .featured-thumbnail {
	float:left;
	display:block;
	max-width:100%;
	margin:0 16px 25px 0;
}
.recent-posts.two-col li { width:48%; }
.recent-posts.three-col li { width:31.3%; }
.recent-posts.four-col li { width:23%; }
@media (max-width: 767px) {
	.recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col { margin-left:0 !important; }
	.recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li {
		margin-left:0;
		width:100%;
		float:none;
	}
	.recent-posts.two-col li .thumbnail, .recent-posts.three-col li .thumbnail, .recent-posts.four-col li .thumbnail {
		max-width:120px;
		margin-right:20px;
		float:left;
	}
}
.testimonials {
	margin-left:-2% !important;
	font-size:0;
	line-height:0;
}
.testimonials .testi-item {
	width:23%;
	font-size:14px;
	line-height:22px;
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
}
.testimonials .testi-item .testi-item_blockquote {
	font-weight:300;
	padding:0;
	background:none;
}
.testimonials .testi-item .testi-item_blockquote:before, .testimonials .testi-item .testi-item_blockquote:after { display:none; }
.testimonials .testi-item .testi-item_blockquote a { color:#666666; }
.testimonials .testi-item .testi-item_blockquote a:before {
	content:'“';
	position:relative;
	top:20px;
	font:42px/0px 'Limelight', cursive;
	color:#fd6b00;
	margin-right:5px;
}
.testimonials .testi-item .testi-item_blockquote a:hover { color:#fd6b00; }
.testimonials .testi-item .testi-meta { padding:16px 0 0; }
.testimonials .testi-item .testi-meta .user {
	font-size:15px;
	line-height:18px;
	font-weight:500;
	color:#4d4f50;
}
.testimonials .testi-item .testi-meta .user:after { display:none; }
@media (max-width: 767px) {
	.testimonials { margin-left:0 !important; }
	.testimonials .testi-item {
		margin-left:0;
		width:100%;
		float:none;
	}
}
.posts-grid li .featured-thumbnail a .zoom-icon {
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	background:rgba(0,0,0,0.4);
}
.posts-grid li .featured-thumbnail a:hover .zoom-icon {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.posts-grid li h5 { margin-top:15px; }
.posts-grid li h5 a { color:#4d4f50; }
.posts-grid li h5 a:hover { color:#fd6b00; }
.no-title h5 { display:none; }
.list.arrow-list > ul { margin-left:0px; }
.list.arrow-list > ul li {
	list-style-type:none;
	margin-bottom:0px;
	line-height:20px;
	padding-left:20px;
	background:url(images/list_arr.png) 0 0 no-repeat;
}
.list.arrow-list > ul li a {
	vertical-align:top;
	line-height:20px;
	color:#fd6b00;
}
.list.arrow-list > ul li a:hover { color:#4d4f50; }
.list.arrow-list > ul li:before {
	width:0px;
	margin:0;
	padding:0;
	content:"";
}
footer.footer {
	padding:50px 0;
	border:none;
	background:#5a585c;
	font-size:12px;
	line-height:20px;
	color:#a8a5aa;
}
footer.footer a { color:#a8a5aa; }
footer.footer a:hover { color:#fff; }
footer.footer h1, footer.footer h2, footer.footer h3, footer.footer h4, footer.footer h5 { color:#fff; }
footer.footer nav.footer-nav {
	margin:50px 0 0;
	float:none;
}
footer.footer nav.footer-nav ul.menu {
	text-align:center;
	float:none;
	width:auto;
}
footer.footer nav.footer-nav ul.menu li {
	float:none;
	display:inline-block;
	padding-left:35px;
	text-transform:uppercase;
}
footer.footer nav.footer-nav ul.menu li.current-menu-item a, footer.footer nav.footer-nav ul.menu li a:hover {
	color:#fff;
	text-decoration:none;
}
footer.footer nav.footer-nav ul.menu li:first-child { padding:0; }
footer.footer .footer-widgets >div >div { margin:15px 0 30px; }
footer.footer .footer-widgets >div >div h3 {
	text-transform:uppercase;
	font-size:22px;
	line-height:22px;
	margin-bottom:24px;
}
footer.footer .footer-text {
	float:none;
	font-size:10px;
	text-transform:uppercase;
}
footer.footer .footer-text .footer-logo {
	font:82px/62px 'Limelight', cursive;
	text-transform:none;
	color:#fff;
}
footer.footer .footer-text .footer-logo a { color:#fff; }
@media (max-width: 480px) {
	footer.footer .footer-text .footer-logo {
		font-size:62px;
		line-height:42px;
	}
}
.pagination ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination ul li a, .pagination ul li span {
	margin:0 1px 1px 0;
	border:none;
	color:#4d4f50;
	background:#ececec;
}
.pagination ul li a:hover, .pagination ul li.active a, .pagination ul li.active span {
	color:#fff;
	background:#fd6b00;
}
.list.check-list { margin-bottom:30px; }
.faq-list h4 {
	color:#fd6b00;
	margin-bottom:0px;
}
.faq-list .marker { color:#4d4f50; }
.testimonial {
	background:none;
	border:1px solid #ececec;
}
.error404-holder_num { color:#fd6b00; }
.google-map { margin-bottom:40px; }
.wpcf7-form p.field input { height:35px; }
#commentform input[type="text"] {
	padding:0 10px;
	height:35px;
}
span.wpcf7-not-valid-tip {
	padding:6px !important;
	font-size:12px;
}
.negative-indent { margin-bottom:-50px; }
@media (min-width: 768px) and (max-width: 979px) {
	#topnav li { margin-left:22px; }
	.post-list_li .featured-thumbnail {
		float:none;
		display:inline-block;
	}
	.post-list_li time { display:block; }
	.logo { width:100%; }
}
@media (max-width: 767px) {
	#topnav { display:none; }
	.nav.nav__primary { margin:0 0 20px; }
	.logo, .logo.pull-left {
		width:100%;
		margin-bottom:20px;
	}
	.recent-posts, .recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col { margin-left:0 !important; }
	.recent-posts li, .recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li {
		margin-left:0;
		width:100%;
		float:none;
	}
	.recent-posts li .thumbnail, .recent-posts.two-col li .thumbnail, .recent-posts.three-col li .thumbnail, .recent-posts.four-col li .thumbnail {
		max-width:120px;
		margin-right:20px;
		float:left;
	}
	.posts-grid {
		margin-left:-5% !important;
		width:105%;
		font-size:0;
		line-height:0;
	}
	.posts-grid li.span3 {
		width:45%;
		font-size:14px;
		line-height:22px;
		display:inline-block;
		vertical-align:top;
		margin:0 0 5% 5% !important;
	}
	.posts-grid li.span3 .featured-thumbnail.thumbnail {
		width:100%;
		max-width:none;
	}
	footer.footer nav.footer-nav ul.menu { text-align:center; }
	footer.footer .copyright, footer.footer .footer-text { text-align:center; }
	.vertical-divider {
		padding:0;
		margin:0;
		background:none;
		border:none;
	}
	.fluid-img {
		display:block;
		float:none;
		margin-left:0px;
		margin-right:0px;
	}
}
.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:32px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
input.form-control.ss-ac-input.ng-scope.ss-ac-visible.ss-focused {outline: none;}
.ss-finder-controls {display: inline-block;}
/* rest go */
form#ti_land_year { margin-bottom: 0; } p.v2-selector-submit { display: inline-block; width: 18%;    margin-bottom: 0; } p.v2-selector-submit input#sub { background: #f99849 url(https://staging.turbochargerpros.com/images/tcp_go.svg) no-repeat !important; background-position: -17px 1px !important; background-size: 80px !important; font-family: 'Roboto Condensed', sans-serif !important; display: inline-block; vertical-align: middle; margin-bottom: 0; font-size: 0px !important; font-weight: 400 !important; padding-left: 0px !important; padding-right: 0px !important; width: 64px; border: 0; height: 34px; border-radius: 3px; } button#ymm_reset { display: inline-block; color: #757e85; cursor: pointer; font-size: 14px; text-transform: uppercase; font-weight: 600; border: 0; background: transparent; margin: 0px 5px; } button#ymm_reset:after { content: '\f0e2'; font-family: 'FontAwesome'; margin: 0px 5px; } body #ymm-search .select { width: 15.9%; } @media screen and (max-width:1024px){ body #ymm-search{width: 100% !important;} } @media screen and (max-width:800px){ p.v2-selector-submit { display: inline-block; width: 100%; text-align: center;    padding: 10px 0px; } }
/* rest go */

@media (max-width: 767px) {
	.select select{
		display: none !important;
	}
	.ti-faux-select-button,.ti-faux-select-dropdown {
	  display: block !important;
	}
	ul.ti-faux-select-dropdown li{
	border-bottom: 2px solid #f4f4f4;
			line-height: 20px;
			padding: 13px 43px 13px 13px;
			position: relative;
			font-weight: 500;
	}
	ul.ti-faux-select-dropdown li {
		font-size: 16px;
		font-family: roboto condensed, sans-serif;
		font-weight: 300;
		color: #454545;
		line-height: 24px;
		padding: 0 7px;
		cursor: pointer;
	}
	.ti-faux-select-dropdown li:after {
			content: '';
			border: 2px solid #454545;
			display: inline-block;
			width: 20px;
			height: 20px;
			border-radius: 50%;
			position: absolute;
			right: 11px;
			top: 0;
			bottom: 0;
			margin: auto;
		}
		.ti-faux-select-dropdown {
			position: absolute !important;
			top: 35px !important;
			margin: auto;
			right: 15px;
			left: 0px !important;
			padding: 0;
			background: #fff;
			z-index: 10111;
			overflow-x: hidden;
			overflow-y: auto;
			font-size: 18px;
			color: #000;
			border-radius: 5px;
			font-family: roboto condensed, sans-serif;
			text-rendering: optimizeLegibility;
		}
		ul.ti-faux-select-dropdown li {
			border-bottom: 2px solid #f4f4f4;
			line-height: 20px;
			padding: 13px 43px 13px 13px;
			position: relative;
			font-weight: 500;
		}
		.ti-faux-select-dropdown li.selected:after {
			border: 2px solid #f99849;
		}
		.ti-faux-select-dropdown li.selected:before {
			content: '';
			position: absolute;
			height: 12px;
			width: 12px;
			background:#f99849;
			border-radius: 50%;
			right: 15px;
			top: 0;
			bottom: 0;
			margin: auto;
		}
		ul.ti-faux-select-dropdown {
		position: absolute !important;
		top: 80%;
		margin-top: 6px;
		width: 98.8%;
		background: #f8f8f9;
		text-align: left;
		z-index: 1000;
		max-height: 496px;
		overflow-x: visible;
		overflow-y: auto;
		border-radius: 5px;
		list-style-type: none;
		padding: 0;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	  
	  }
	  .ti-faux-select-button {
		cursor: pointer;
		margin-right: 4px;
		min-width: 100%;
		max-width: 100%;
		font-size: 16px;
		height: 38px;
		float: none;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		border-radius: 5px;
		color: #454545;
		font-family: roboto condensed, sans-serif;
		font-weight: 500;
		text-align: left;
		line-height: 35px;
		padding: 0 10px;
		border: 1px solid #a6a6a6;
		}
	  .ti-faux-select-button {
			min-width: 86% !important;
			border: 2px solid #cdcfd1 !important;
		}
		.select:after{ 
			right: 2px !important;
			top: 10% !important;
			width: 0% !important;
		}
		#ymm-search {
			border-radius: 5px !important;
			background: #fff !important;
			border: 2px solid #f99849 !important;
			width: 95% !important;
			padding: 5px 0 !important;
		}
		.disabled{
		background-color: #bdbdbd;
		}
		.ie-ymm{
			margin: 0px !important;
		}
		#ymm-search .select {
			margin-bottom: 10px !important;
		}
		#ymm-search{
			padding: 10px !important;
			margin-top: 5px !important;
		}
		#shop-by{
			display: none !important;
		}
	}
	#ymm-search h5 {
        margin-top: 5px;
        font-size: 12px;
    }
	.ti-faux-select-button,.ti-faux-select-dropdown{
		display: none;
	}