@import url("../CherryFramework/style.css");
body { background:url(images/body_bg.png) 0 0 repeat; }
.main-holder {
	overflow:hidden;
	background:#fff;
}
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 { margin-bottom:25px; }
h5 {
	text-transform:uppercase;
	margin-bottom:8px;
}
p { margin:0 0 20px; }
.title-section {
	padding-top:40px;
	margin:0;
}
.title-header { margin:0 0 13px; }
.alignleft { margin:0 30px 15px 0; }
.header {
	padding:16px 0 10px;
	background:none;
	border:none;
}
.header .hidden-phone { margin-bottom:5px; }
.header .hidden-phone .search-form_it { border:none; }
#search-header .btn { margin-top:5px; }
.logo {
	margin:-6px 0 6px;
	float:none !important;
}
.logo_h__txt a:hover, .logo_h__txt a:focus { color:#fff; }
.logo_tagline {
	margin:0;
	color:#fff;
}
.nav__primary { margin:6px 0 0; }
#topnav li {
	margin:0 0 0 1px;
	background:none;
}
#topnav li a {
	padding:14px 10px;
	border:none;
}
#topnav li a .sf-sub-indicator {
	top:65%;
	right:50%;
	margin-right:-5px;
	background:url(images/arrows-ffffff.png) 0 -100px no-repeat;
}
#topnav li .sub-menu {
	margin:5px 0 0 0;
	padding:18px;
	width:auto;
	border:1px solid #595959;
	background:#353635;
}
#topnav li .sub-menu li {
	margin:5px 0;
	width:100%;
	background:none;
	text-align:left;
}
#topnav li .sub-menu li a {
	display:inline-block;
	padding:0px 0px;
	white-space:nowrap;
	font:14px/18px 'Open Sans', sans-serif;
	color:#fff;
}
#topnav li .sub-menu li a .sf-sub-indicator {
	top:18%;
	right:-7px;
	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 {
	color:#ffb400;
	background:none;
}
#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 20px;
	left:100%;
}
#topnav li:first-child { margin-left:0; }
#topnav li.current-menu-item > a, #topnav li.sfHover > a, #topnav li a:hover { background:#eeb314; }
#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 { margin-top:30px; }
.slider .camera_wrap .camera_pag li { background:#222222; }
.slider .camera_wrap .camera_pag li.cameracurrent span, .slider .camera_wrap .camera_pag li:hover span { background:#fff; }
.content-holder { z-index:3; }
#back-top-wrapper a {
	width:45px;
	height:45px;
}
#back-top-wrapper a span {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:100%;
	height:100%;
	background:url(images/back-top-icon.png) 0 0 no-repeat;
}
#back-top-wrapper a:hover span { background:url(images/back-top-icon.png) 0 0 no-repeat #ffb400; }
.btn, .btn:focus {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:0;
	height:24px;
	font:italic 12px/24px Arial, Helvetica, sans-serif;
	text-shadow:none;
	color:#ffb400;
	border-style:none;
	background:none;
}
.btn:after, .btn:focus:after {
	content:'\f054';
	font-family:FontAwesome;
	font-size:11px;
	font-style:normal;
	padding-left:5px;
}
.btn:hover {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#222222;
	background:none;
}
.thumbnail, a.thumbnail:focus {
	-webkit-box-shadow:2px 2px 2px 0px rgba(0,0,0,0.18);
	-moz-box-shadow:2px 2px 2px 0px rgba(0,0,0,0.18);
	box-shadow:2px 2px 2px 0px rgba(0,0,0,0.18);
	overflow:hidden;
	padding:3px;
	display:block;
	border:1px solid #f9f9f9;
}
a.thumbnail:hover {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.flexslider { overflow:visible; }
.breadcrumb {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding:18px 25px;
	border:none;
	background:#ececec;
}
.breadcrumb li {
	text-shadow:none;
	text-transform:uppercase;
}
.breadcrumb a {
	color:#222222;
	text-decoration:none;
}
.breadcrumb .divider {
	margin:0 8px;
	color:#222222;
}
.breadcrumb a:hover, .breadcrumb .active { color:#808080; }
.post__holder { margin-bottom:60px; }
.post-title { margin-bottom:25px; }
.post_meta {
	margin:0;
	border-color:#d7d7d7;
}
.post_meta div.post_meta_unite { border-color:#d7d7d7; }
.post_meta i { color:#b5b5b5; }
.post_meta a, .post_meta a i { color:#222222; }
.post_meta a:hover, .post_meta a:hover i { color:#ffb400; }
.related-posts_item .thumbnail { margin-right:2px; }
.post-author { border-color:#c1c0bf; }
.portfolio .thumbnail__portfolio { margin-bottom:15px; }
.caption__portfolio h3 {
	margin-top:15px;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:0px;
}
.zoom-icon { background:none repeat scroll 0 0 rgba(0,0,0,0.2); }
.filterable-portfolio .thumbnail { margin-right:2px; }
.filterable-portfolio .image-wrap { background:none; }
.filter-wrapper strong { display:none; }
.nav-pills li a { color:#222222; }
.nav-pills li.active a, .nav-pills li.active a:focus, .nav-pills li a:hover, .nav-pills li.active a:hover {
	color:#fff;
	background:#222222;
}
.portfolio-meta, .portfolio-meta-list { border-color:#c1c0bf; }
.portfolio-meta i, .portfolio-meta-list i { color:#222222; }
.flex-control-paging li a { background:#222222; }
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover { background:#ffb400; }
.pager {
	margin:0;
	padding:15px 0 30px;
	border:none;
}
.pager li a, .pager li a:focus {
	color:#fff;
	background:#222222;
	border:none;
}
.pager li.active a, .pager li a:hover {
	color:#fff;
	background:#ffb400;
}
.grid_gallery .gallery_item {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:0;
}
.comment-list .comment .comment-body { background:none; }
.comment-list .comment .reply a {
	color:#222222;
	background:none;
	border:none;
}
.comment-list .comment .reply a:hover {
	color:#ffb400;
	background:none;
}
.cancel-comment-reply small { font-size:95%; }
#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:#222222;
	text-transform:uppercase;
}
#sidebar .post-list_h {
	font-size:16px;
	line-height:16px;
	margin-bottom:3px;
}
#sidebar .post-list_h a { color:#222222; }
#sidebar .post-list_h a:hover { color:#ffb400; }
#sidebar ul { margin:0; }
#sidebar ul li {
	list-style-type:none;
	margin-bottom:11px;
	line-height:20px;
	padding-left:15px;
	background:url(images/list_arr.png) 0 5px no-repeat;
}
#sidebar ul li a {
	vertical-align:top;
	line-height:20px;
	color:#828387;
}
#sidebar ul li a:hover { color:#ffb400; }
#sidebar .unstyled li {
	border:none;
	padding:0;
	margin-bottom:25px;
	background:none;
}
#sidebar .unstyled li .excerpt { margin-bottom:11px; }
#sidebar .unstyled .comments-custom_li .comments-custom_txt a { color:#222222; }
#sidebar .unstyled .comments-custom_li .comments-custom_txt a:hover {
	color:#ffb400;
	text-decoration:none;
}
#sidebar .social { text-align:left; }
#sidebar .social li {
	float:none;
	display:block;
	margin-bottom:15px;
}
#sidebar .btn { color:#ffb400; }
#sidebar .btn:hover { color:#222222; }
#calendar_wrap caption { color:#ffb400; }
#calendar_wrap thead th { color:#222222; }
.social-nets-wrapper .social { overflow:hidden; }
.social-nets-wrapper .social li {
	float:left;
	list-style:none;
}
.social .social_li { margin-left:4px; }
.flickr_li a { display:inline-block; }
.newsletter form {
	overflow:hidden;
	padding-top:11px;
}
.newsletter form p {
	float:left;
	margin:0;
}
.newsletter form .newsletter-email {
	border-top:1px solid #101010;
	border-left:1px solid #101010;
	border-bottom:1px solid #444444;
	border-right:1px solid #444444;
	width:125px;
	height:16px;
	color:#555555;
	margin:0;
	background:rgba(0,0,0,0.4);
}
.newsletter form .newsletter-email:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-top:1px solid #101010;
	border-left:1px solid #101010;
	border-bottom:1px solid #444444;
	border-right:1px solid #444444;
	color:#555555;
}
.newsletter form .newsletter-submit, .newsletter form .newsletter-submit:focus {
	width:80px;
	height:26px !important;
	background:#ffb400;
	font-size:13px;
	line-height:26px !important;
	text-align:center;
	color:#121212 !important;
	border:none;
}
.newsletter form .newsletter-submit:hover {
	color:#fff !important;
	background:#ffb400;
}
.hr {
	position:relative;
	margin:20px 0 45px;
	overflow:visible;
	clear:both;
	width:100%;
	background:#c1c0bf;
}
.hr:after, .hr:before {
	background:#c1c0bf;
	content:"";
	position:absolute;
	top:0;
	width:101%;
	height:100%;
	z-index:-1;
}
.hr:after { right:-99%; }
.hr:before { left:-99%; }
.spacer { clear:both; }
.testimonials .testi-item { padding-bottom:0; }
.testimonials .testi-item blockquote {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding:0;
	background:none;
}
.testimonials .testi-item blockquote:before { display:none; }
.testimonials .testi-item blockquote:after { display:none; }
.testimonials .testi-item blockquote a {
	color:#828387;
	font-style:italic;
}
.testimonials .testi-item blockquote a:hover { color:#ffb400; }
.testimonials .testi-item .user, .testimonials .testi-item .info_link {
	font-size:12px;
	font-style:normal;
}
.testimonials .testi-item .user { color:#222222; }
.testimonials .testi-item .info_link {
	color:#ffb400;
	text-decoration:underline;
}
.testimonials .testi-item .info_link:hover { color:#222222; }
.plane_whith_img {
	position:relative;
	padding:40px 0 20px;
	margin:-1px 0 50px;
}
.plane_whith_img .plane_img_holder {
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	height:100%;
	z-index:-1;
}
.plane_whith_img .plane_img_holder .plane_img {
	max-width:none;
	width:100%;
	height:auto;
}
.clients_holder { margin-top:-20px; }
.clients_holder a {
	display:inline-block;
	margin-right:28px;
	opacity:.3;
}
.clients_holder a:hover { opacity:1; }
.recent-posts { overflow:visible; }
.recent-posts li .meta {
	margin-bottom:4px;
	font-size:12px;
	color:#aaa9a9;
	text-transform:none;
}
.recent-posts li h5 {
	margin-bottom:6px;
	font-size:12px;
}
.recent-posts li .excerpt { margin-bottom:0; }
.recent-posts li .btn { margin-top:15px; }
.recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col {
	margin-left:-2% !important;
	word-spacing:-10px;
}
.recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li {
	word-spacing:normal;
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
}
.recent-posts.two-col li h5, .recent-posts.three-col li h5, .recent-posts.four-col li h5 {
	margin:0 0 12px;
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
}
.recent-posts.two-col li h5 a, .recent-posts.three-col li h5 a, .recent-posts.four-col li h5 a { color:#222222; }
.recent-posts.two-col li h5 a:hover, .recent-posts.three-col li h5 a:hover, .recent-posts.four-col li h5 a:hover { color:#ffb400; }
.recent-posts.two-col .featured-thumbnail, .recent-posts.three-col .featured-thumbnail, .recent-posts.four-col .featured-thumbnail {
	float:none;
	display:block;
	max-width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:26px;
}
.recent-posts.two-col li { width:48%; }
.recent-posts.three-col li { width:31.3%; }
.recent-posts.four-col li { width:23%; }
.recent-posts.services-block {
	margin-left:-0.25% !important;
	word-spacing:-10px;
}
.recent-posts.services-block li {
	word-spacing:normal;
	width:24.75%;
	margin-left:0.25%;
	display:inline-block;
	vertical-align:top;
}
.recent-posts.services-block li .featured-thumbnail { display:none; }
.recent-posts.services-block li .post_number {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin:0 20px 10px 0;
	float:left;
	width:40px;
	height:40px;
	text-align:center;
	font:bold 25px/40px Arial, Helvetica, sans-serif;
	color:#efc709;
	border:4px solid #e0a915;
}
.recent-posts.services-block li h5 {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
	margin-bottom:18px;
}
.recent-posts.services-block li .excerpt {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	margin-bottom:0;
	color:#fff;
	font:16px/24px 'Open Sans', sans-serif;
}
.recent-posts.services-block li .post_content_holder {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	border:1px solid rgba(255,255,255,0.2);
	background:rgba(13,13,13,0.66);
}
.recent-posts.services-block li .post_content_holder .link_block {
	padding:20px 20px 30px;
	display:block;
}
.recent-posts.services-block li .post_content_holder:hover { background:#eeb314; }
.recent-posts.services-block li .post_content_holder:hover h5 { color:#090909; }
.recent-posts.services-block li .post_content_holder:hover .post_number {
	border-color:#090909;
	color:#090909;
}
.recent-posts.services-block li .post_content_holder:hover .excerpt { color:#090909; }
.list.arrow-list > ul { margin-left:0px; }
.list.arrow-list > ul li {
	list-style-type:none;
	margin-bottom:11px;
	line-height:20px;
	padding-left:15px;
	background:url(images/list_arr.png) 0 5px no-repeat;
}
.list.arrow-list > ul li a {
	vertical-align:top;
	line-height:20px;
	color:#828387;
}
.list.arrow-list > ul li a:hover { color:#ffb400; }
.list.arrow-list > ul li:before {
	width:0px;
	margin:0;
	padding:0;
	content:"";
}
.footer {
	border:none;
	padding:0;
	background:url(images/body_bg.png) 0 0 repeat;
	color:#7d7d7d;
	font-size:14px;
	line-height:18px;
	font-style:italic;
}
.footer .social-nets-wrapper { margin-bottom:40px; }
.footer .social-nets-wrapper li { margin-right:15px; }
.footer .social-nets-wrapper li a {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	font-size:25px;
	line-height:50px;
	width:50px;
	height:50px;
	color:#fff;
	text-align:center;
	background:rgba(255,255,255,0.3);
}
.footer .social-nets-wrapper li a:hover { background:#ffb400; }
.footer nav.footer-nav {
	margin:0;
	float:right;
}
.footer nav.footer-nav ul { float:none; }
.footer nav.footer-nav ul li.current-menu-item a, .footer nav.footer-nav ul li a:hover {
	color:#ffb400;
	text-decoration:none;
}
.footer h4 {
	color:#fff;
	font-size:20px;
	margin-bottom:30px;
}
.footer .footer-widgets {
	padding-top:40px;
	position:relative;
	display:block;
	background:url(images/footer_widgets_bg.png) 0 0 repeat;
}
.footer .footer-widgets:after, .footer .footer-widgets:before {
	background:url(images/footer_widgets_bg.png) 0 0 repeat;
	content:"";
	position:absolute;
	top:0;
	width:101%;
	height:100%;
	z-index:-1;
}
.footer .footer-widgets:after { right:-99%; }
.footer .footer-widgets:before { left:-99%; }
.footer .footer-widgets >div >div >div { margin-bottom:40px; }
.footer .testimonials .testi-item blockquote a { color:#7d7d7d; }
.footer .testimonials .testi-item blockquote a:hover { color:#fff; }
.footer .testimonials .testi-item .user { color:#fff; }
.footer .testimonials .testi-item .info_link { color:#ffb400; }
.footer .testimonials .testi-item .info_link:hover { color:#fff; }
.footer .copyright { padding:12px 0; }
.footer .footer-text { float:none; }
.footer .footer-text a { color:#ffd300; }
.footer .footer-text a:hover { color:#fff; }
input[type="submit"], input[type="reset"], input[type="submit"]:focus, input[type="reset"]:focus {
	color:#fff !important;
	height:28px !important;
	line-height:28px !important;
	font-size:14px;
	padding:0 12px;
	background:#ffb400;
}
input[type="submit"]:hover, input[type="reset"]:hover { background:#222222; }
.testimonial {
	background:none;
	border:1px solid #c1c0bf;
}
.faq-list .faq-list_h { color:#222222; }
.faq-list .marker { color:#ffb400; }
.error404-holder_num { color:#222222; }
.all_testi {
	padding:2px 0 5px 35px;
	font-size:12px;
	background:url(images/all_testi_icon.png) 0 0 no-repeat;
}
.all_testi a { color:#ffb400; }
.all_testi a:hover { color:#fff; }
.google-map { margin-bottom:40px; }
.wpcf7-not-valid-tip { text-transform:none !important; }
.archive_lists { padding-top:30px; }
.check-list { margin-bottom:30px; }
@media (min-width: 1200px) {
	#topnav li a { padding:14px 18px; }
	.recent-posts.services-block li h5 {
		font-size:28px;
		line-height:30px;
		margin-bottom:4px;
	}
	.newsletter form .newsletter-email { width:168px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#topnav li a {
		padding:14px 8px;
		font-size:14px;
	}
	.recent-posts.services-block li .post_number { float:none; }
	.recent-posts.services-block li h5 {
		font-size:18px;
		line-height:20px;
		margin-bottom:5px;
	}
	.newsletter form .newsletter-email { width:87px; }
	.newsletter form .newsletter-submit { width:65px; }
	.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; }
	body {
		padding-left:0px;
		padding-right:0px;
	}
	.content-holder > div.container, .header, .footer {
		padding-left:20px;
		padding-right: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;
	}
	.recent-posts.services-block { margin-left:0 !important; }
	.recent-posts.services-block li {
		width:auto;
		margin-left:0;
		display:block;
	}
	.recent-posts.services-block li .post_number { margin:0 20px 10px 0; }
	.recent-posts.services-block li h5 {
		font-size:18px;
		line-height:20px;
		margin-bottom:0;
	}
	.recent-posts.services-block li .post_content_holder .link_block { padding:10px 10px 15px; }
	.footer .copyright, .footer .footer-text { text-align:center; }
	.footer nav.footer-nav {
		margin:0;
		float:none;
		text-align:center;
	}
	.footer nav.footer-nav ul { display:inline-block; }
	.vertical-divider {
		padding:0;
		margin:0;
		background:none;
		border:none;
	}
}
@media (max-width: 620px) {
	.filter-wrapper strong { display:none; }
	.filter-wrapper > div { float:none; }
	.nav-pills > li { float:none; }
}
@media (max-width: 550px) {
	.breadcrumb { font-size:14px; }
}
@media (max-width: 480px) {
	.slider { display:none; }
	.breadcrumb { font-size:12px; }
}
@media (max-width: 360px) {
	.post-list_li .featured-thumbnail {
		float:none;
		display:inline-block;
	}
	.post-list_li time { display:block; }
	.breadcrumb { font-size:10px; }
	.recent-posts, .recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col { margin-left:0 !important; }
	.recent-posts li .thumbnail, .recent-posts.two-col li .thumbnail, .recent-posts.three-col li .thumbnail, .recent-posts.four-col li .thumbnail {
		float:none;
		max-width:200px;
		margin:0 0 18px 0;
	}
}
.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:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
