@import url("../CherryFramework/style.css");
@import url(http://fonts.googleapis.com/css?family=Jockey+One);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
body { background:#222222; }
.main-holder {
	overflow:hidden;
	background:#191919;
}
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 {
	text-transform:uppercase;
	margin-top:0;
}
h2 { margin-bottom:10px; }
h3 { margin-bottom:34px; }
h5 { margin-bottom:5px; }
p { margin:0 0 20px; }
.title-section {
	overflow:hidden;
	padding:10px 30px 13px;
	margin:0 0 50px;
	background:#222222;
}
.title-header {
	float:left;
	margin:0;
}
.header {
	padding:32px 0 0;
	margin-bottom:100px;
	background:none;
	border:none;
}
.header .hidden-phone {
	position:absolute;
	width:300px;
	top:-4px;
	right:0;
	z-index:5;
}
#search-header .search-form_it {
	height:22px;
	color:#fff;
	border:1px solid #191919;
}
#search-header .btn { margin-top:5px; }
.social-nets-wrapper { text-align:center; }
.social-nets-wrapper .social { display:inline-block; }
.social-nets-wrapper .social li { margin:0 6px; }
.social-nets-wrapper .social a {
	font-size:20px;
	color:#808080;
}
.social-nets-wrapper .social a:hover { color:#f7d56c; }
.page-template-page-home-php .logo { margin:185px 0 250px; }
.logo {
	margin:65px 0 70px;
	float:none !important;
	text-align:center;
}
.logo_h__txt a:hover, .logo_h__txt a:focus { color:#fff; }
.logo_tagline {
	margin:6px 0 0;
	font:20px/28px 'Jockey One', sans-serif;
	color:#808080;
	letter-spacing:4px;
	text-transform:uppercase;
}
.menu-holder {
	padding:10px 0;
	position:relative;
	background:#f7d56c;
}
.menu-holder:after, .menu-holder:before {
	background:#f7d56c;
	content:"";
	position:absolute;
	display:block;
	top:0;
	width:101%;
	height:100%;
	z-index:-1;
}
.menu-holder:after { right:-99%; }
.menu-holder:before { left:-99%; }
.nav__primary {
	margin:0;
	text-align:center;
}
#topnav {
	float:none;
	display:inline-block;
}
#topnav li {
	margin:0 6px;
	background:none;
}
#topnav li a {
	padding:10px 15px 7px;
	border:none;
	text-transform:uppercase;
	letter-spacing:4px;
}
#topnav li a:before {
	-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;
	top:-20px;
	left:0;
	width:0;
	height:5px;
	background:#fff;
}
#topnav li a .sf-sub-indicator {
	top:80%;
	right:50%;
	margin-right:-5px;
	background:url(images/arrows-ffffff.png) 0 -100px no-repeat;
}
#topnav li .sub-menu {
	margin:30px 0 0 -5px;
	padding:15px 25px;
	width:auto;
	background:#f7d56c;
}
#topnav li .sub-menu:before {
	content:'';
	position:absolute;
	top:-10px;
	left:0;
	width:100%;
	height:5px;
	background:#fff;
}
#topnav li .sub-menu li {
	width:100%;
	margin:3px 0;
	background:none;
}
#topnav li .sub-menu li a {
	padding:0px 0px;
	white-space:nowrap;
	font:15px/20px 'Jockey One', sans-serif;
	color:#fff;
}
#topnav li .sub-menu li a:before { display:none; }
#topnav li .sub-menu li a .sf-sub-indicator {
	top:26%;
	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:#191919;
	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 {
	left:100%;
	margin:-18px 0 0 28px;
}
#topnav li.current-menu-item > a, #topnav li.sfHover > a, #topnav li a:hover { background:none; }
#topnav li.current-menu-item > a:before, #topnav li.sfHover > a:before, #topnav li a:hover:before { width:100%; }
#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-bottom:30px; }
.slider .camera_wrap .camera_pag li { background:#fff; }
.slider .camera_wrap .camera_pag li.cameracurrent span, .slider .camera_wrap .camera_pag li:hover span { background:#191919; }
.slider .camera_thumbs {
	position:absolute;
	width:100%;
	bottom:8px;
	text-align:center;
}
.slider .camera_thumbs .camera_thumbs_cont { background:#fff; }
.slider .camera_thumbs .camera_thumbs_cont ul { width:auto !important; }
.slider .camera_thumbs .camera_thumbs_cont ul li > img { border:none; }
.slider .camera_command_wrap { display:inline-block; }
.slider .camera_thumbs_cont {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.content-holder { z-index:3; }
#back-top {
	text-align:center;
	margin-bottom:30px;
}
#back-top a {
	display:inline-block;
	width:43px;
	height:43px;
	background:url(images/back-top-icon.png) 0 0 no-repeat;
}
#back-top a:hover { opacity:.6; }
.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:20px;
	font:15px/20px 'Jockey One', sans-serif;
	text-shadow:none;
	color:#ffffff;
	text-transform:uppercase;
	border-style:none;
	background:none;
}
.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:#f7d56c;
	background:none;
}
.btn.btn-large, .btn.btn-large:focus {
	padding:0 25px;
	height:77px;
	font-size:40px;
	line-height:77px;
	color:#fff;
	background:#171717;
}
.btn.btn-large:hover {
	color:#222222;
	background:#fff;
}
.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;
}
.flexslider { overflow:visible; }
.breadcrumb {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	float:right;
	padding:9px 0 0;
	border:none;
	background:none;
}
.breadcrumb li { text-shadow:none; }
.breadcrumb a {
	text-decoration:none;
	color:#f7d56c;
}
.breadcrumb .divider {
	color:#7a7a7a;
	margin:0 10px 0 12px;
}
.breadcrumb a:hover, .breadcrumb .active { color:#7a7a7a; }
.breadcrumb__t li.divider:after {
	font-size:18px;
	color:#7a7a7a;
}
.post__holder { margin-bottom:60px; }
.post-title { margin-bottom:25px; }
.post_meta {
	margin:0;
	padding:6px 0 0 0;
	border-color:#282828;
}
.post_meta >div.post_meta_unite {
	padding:6px 0 0 0;
	margin:6px 0 0 0;
	border-color:#282828;
}
.post_meta i { color:#ffffff; }
.post_meta a, .post_meta a i { color:#ffffff; }
.post_meta a:hover, .post_meta a:hover i { color:#f7d56c; }
.post-author {
	background-color:transparent;
	border-color:#282828;
}
.post-author .post-author_desc .post-author_link { font-size:18px; }
.portfolio .thumbnail__portfolio { margin-bottom:15px; }
.caption__portfolio h3 {
	margin-top:25px;
	font-size:25px;
	line-height:25px;
	margin-bottom:10px;
}
.zoom-icon { background:none repeat scroll 0 0 rgba(0,0,0,0.2); }
.filterable-portfolio .image-wrap { background:none; }
.filter-wrapper strong {
	padding:0;
	color:#fefefe;
	font-weight:normal;
}
.nav-pills li a {
	padding:0;
	margin:0 0 0 20px;
	line-height:25px;
	color:#ffffff;
}
.nav-pills li.active a, .nav-pills li.active a:focus, .nav-pills li a:hover, .nav-pills li.active a:hover {
	color:#f7d56c;
	background:none;
}
.portfolio-meta, .portfolio-meta-list { border-color:#282828; }
.portfolio-meta i, .portfolio-meta-list i { color:#ffffff; }
.flex-control-paging li a { background:#ffffff; }
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover { background:#f7d56c; }
.pager {
	margin:0;
	padding:15px 0 30px;
	border:none;
}
.pager li a, .pager li a:focus {
	color:#fff;
	background:#f7d56c;
	border:none;
}
.pager li.active a, .pager li a:hover {
	color:#f7d56c;
	background:#ffffff;
}
.comment-list .comment .comment-body {
	border:none;
	background:#222222;
}
.comment-list .comment .reply a {
	color:#ffffff;
	background:none;
	border:none;
}
.comment-list .comment .reply a:hover {
	color:#f7d56c;
	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:#f7d56c;
	text-transform:uppercase;
}
#sidebar .post-list_h {
	font-size:16px;
	line-height:16px;
	margin-bottom:3px;
}
#sidebar .post-list_h a { color:#ffffff; }
#sidebar .post-list_h a:hover { color:#f7d56c; }
#sidebar ul { margin:0; }
#sidebar ul li {
	list-style-type:none;
	margin-bottom:11px;
	line-height:20px;
	padding-left:20px;
	background:url(images/list_bull.png) 0 6px no-repeat;
}
#sidebar ul li a {
	vertical-align:top;
	line-height:20px;
	color:#7a7a7a;
}
#sidebar ul li a:hover { color:#f7d56c; }
#sidebar .unstyled li {
	border:none;
	padding:0;
	margin-bottom:25px;
	background:none;
}
#sidebar .unstyled .comments-custom_li .comments-custom_txt a { color:#ffffff; }
#sidebar .unstyled .comments-custom_li .comments-custom_txt a:hover {
	color:#f7d56c;
	text-decoration:none;
}
#sidebar .social { text-align:left; }
#sidebar .social li {
	float:none;
	display:block;
	margin-bottom:15px;
}
#sidebar .btn { color:#ffffff; }
#sidebar .btn:hover { color:#f7d56c; }
#calendar_wrap caption { color:#f7d56c; }
#calendar_wrap thead th { color:#ffffff; }
.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; }
.sm_hr {
	margin:0 auto 25px;
	width:70px;
	height:1px;
	background:#222;
}
.spacer {
	clear:both;
	height:40px;
}
.content_plane {
	padding:110px 0 90px;
	position:relative;
	background:#222222;
}
.content_plane:after, .content_plane:before {
	background:#222222;
	content:"";
	position:absolute;
	top:0;
	width:101%;
	height:100%;
	z-index:-1;
}
.content_plane:after { right:-99%; }
.content_plane:before { left:-99%; }
.content_plane h1 {
	font-size:90px;
	line-height:90px;
	margin-bottom:36px;
}
.content_plane h2 { margin-bottom:10px; }
.img_plane {
	position:relative;
	background:#f7d56c;
}
.img_plane:after, .img_plane:before {
	background:#f7d56c;
	content:"";
	position:absolute;
	top:0;
	width:101%;
	height:100%;
	z-index:-1;
}
.img_plane:after { right:-99%; }
.img_plane:before { left:-99%; }
.img_plane h1 {
	font-size:90px;
	line-height:90px;
	margin-bottom:16px;
}
.img_plane .ip_content-holder { padding:70px 0 50px; }
.img_plane .ip_img-holder {
	width:48%;
	margin-right:40px;
	float:left;
}
.testimonials { margin-left:-2% !important; }
.testimonials .testi-item {
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
	width:23%;
}
.testimonials .testi-item .testi-quot {
	font:40px/28px 'Jockey One', sans-serif;
	color:#fff;
	width:60px;
	padding-bottom:0px;
	border-bottom:5px solid #f7d56c;
	margin-bottom:16px;
}
.testimonials .testi-item .testi-meta {
	padding:0;
	font:40px/36px 'Jockey One', sans-serif;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:35px;
}
.testimonials .testi-item .testi-meta span { color:#f7d56c; }
.testimonials .testi-item .testi-meta span:before {
	content:'';
	display:block;
	width:100%;
}
.testimonials .testi-item .testi-item_blockquote {
	padding:0;
	background:none;
}
.testimonials .testi-item .testi-item_blockquote:before, .testimonials .testi-item .testi-item_blockquote:after { display:none; }
.recent-posts li { margin-bottom:50px; }
.recent-posts li .post-subtitle {
	font:10px/16px 'PT Sans', sans-serif;
	color:#656565;
	text-transform:uppercase;
	border-bottom:1px solid #383838;
	padding-bottom:12px;
	margin-bottom:40px;
}
.recent-posts li h5 {
	font-size:25px;
	line-height:21px;
	margin-bottom:25px;
}
.recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col, .recent-posts.six-col, .recent-posts.with-num {
	margin-left:-2% !important;
	word-spacing:-10px;
}
.recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li, .recent-posts.six-col li, .recent-posts.with-num li {
	word-spacing:normal;
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
}
.recent-posts.two-col li .featured-thumbnail, .recent-posts.three-col li .featured-thumbnail, .recent-posts.four-col li .featured-thumbnail, .recent-posts.six-col li .featured-thumbnail, .recent-posts.with-num li .featured-thumbnail { margin:0 0 20px; }
.recent-posts.two-col .featured-thumbnail, .recent-posts.three-col .featured-thumbnail, .recent-posts.four-col .featured-thumbnail, .recent-posts.six-col .featured-thumbnail, .recent-posts.with-num .featured-thumbnail {
	float:none;
	display:block;
	max-width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:24px;
}
.recent-posts.two-col .excerpt, .recent-posts.three-col .excerpt, .recent-posts.four-col .excerpt, .recent-posts.six-col .excerpt, .recent-posts.with-num .excerpt { margin-bottom:40px; }
.recent-posts.two-col li { width:48%; }
.recent-posts.three-col li { width:31.3%; }
.recent-posts.four-col li { width:23%; }
.recent-posts.with-num { word-spacing:-10px; }
.recent-posts.with-num li {
	word-spacing:normal;
	width:23%;
}
.recent-posts.with-num li .post-num {
	font:40px/40px 'Jockey One', sans-serif;
	color:#fff;
	width:60px;
	padding-bottom:11px;
	border-bottom:5px solid #f7d56c;
	margin-bottom:16px;
}
.recent-posts.with-num li h5 {
	text-transform:uppercase;
	margin:0 0 38px;
}
.recent-posts.with-num li h5 span { color:#f7d56c; }
.recent-posts.with-num li h5 span:before {
	content:'';
	display:block;
	width:100%;
}
.recent-posts.with-num li h5 a { color:#fff; }
.recent-posts.with-num li h5 a:hover { color:#f7d56c; }
.list.custom-list > ul { margin-left:0px; }
.list.custom-list > ul li {
	list-style-type:none;
	margin-bottom:11px;
	line-height:20px;
	padding-left:20px;
	background:url(images/list_bull.png) 0 6px no-repeat;
}
.list.custom-list > ul li a {
	vertical-align:top;
	line-height:20px;
	color:#7a7a7a;
}
.list.custom-list > ul li a:hover { color:#f7d56c; }
.list.custom-list > ul li:before {
	width:0px;
	margin:0;
	padding:0;
	content:"";
}
.footer {
	padding:60px 0 40px;
	border:none;
	background:#222222;
	text-align:center;
}
.footer nav.footer-nav {
	margin:0;
	float:none;
}
.footer nav.footer-nav ul {
	padding-top:30px;
	display:inline-block;
	float:none;
}
.footer nav.footer-nav ul li.current-menu-item a, .footer nav.footer-nav ul li a:hover {
	color:#ffffff;
	text-decoration:none;
}
.footer .footer-widgets >div >div { margin-top:40px; }
.footer .copyright {
	margin-top:45px;
	padding:0;
	font:15px/20px 'Jockey One', sans-serif;
	text-transform:uppercase;
	color:#303030;
}
.footer .copyright a { color:#303030; }
.footer .copyright a:hover { color:#ffffff; }
.footer .footer-text {
	float:none;
	padding-top:12px;
	letter-spacing:3px;
}
.footer .footer-sidebar-2 {
	font:10px/16px 'PT Sans', sans-serif;
	color:#656565;
	text-transform:uppercase;
}
.footer .footer-sidebar-2 >div { margin-top:60px; }
input[type="submit"], input[type="reset"], input[type="submit"]:focus, input[type="reset"]:focus {
	color:#fff !important;
	height:32px !important;
	line-height:32px !important;
	font-size:14px;
	padding:0 12px;
	background:#171717;
}
input[type="submit"]:hover, input[type="reset"]:hover { background:#f7d56c; }
.testimonial {
	background:none;
	border:1px solid #282828;
}
.faq-list .faq-list_h { color:#ffffff; }
.faq-list .marker { color:#f7d56c; }
.error404-holder_num { color:#ffffff; }
.google-map { margin-bottom:40px; }
.wpcf7-not-valid-tip { text-transform:none !important; }
.wpcf7-form p.field input { height:37px; }
.archive_lists { padding-top:30px; }
.check-list { margin-bottom:30px; }
@media (min-width: 1200px) {
	#topnav li a { padding:10px 20px 7px; }
	.img_plane .ip_content-holder { padding:100px 0 50px; }
	.img_plane h1 {
		font-size:130px;
		line-height:130px;
	}
	.recent-posts li h5 {
		font-size:40px;
		line-height:36px;
	}
	.content_plane h1 {
		font-size:190px;
		line-height:150px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#topnav li a {
		padding:10px 10px 7px;
		font-size:12px;
	}
	.img_plane .ip_content-holder { padding:35px 0 30px; }
	.img_plane h1 {
		font-size:70px;
		line-height:70px;
	}
	.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, .nav__primary, .footer, .logo {
		padding-left:20px;
		padding-right:20px;
	}
	.recent-posts, .recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col, .recent-posts.with-num { margin-left:0 !important; }
	.recent-posts li, .recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li, .recent-posts.with-num 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, .recent-posts.with-num li .thumbnail {
		max-width:120px;
		margin-right:20px;
	}
	.testimonials { margin-left:0 !important; }
	.testimonials .testi-item {
		margin-left:0;
		width:100%;
		float:none;
	}
	.page-template-page-home-php .logo { margin:105px 0 150px; }
	.select-menu { height:37px; }
	.footer .copyright, .footer .footer-text { text-align:center; }
	.vertical-divider {
		padding:0;
		margin:0;
		background:none;
		border:none;
	}
	.content_plane h1 {
		font-size:65px;
		line-height:65px;
	}
	.content_plane h2 {
		margin-bottom:10px;
		font-size:20px;
		line-height:20px;
	}
	.img_plane .ip_content-holder { padding:25px 0 10px; }
	.img_plane h1 {
		font-size:60px;
		line-height:60px;
	}
	.img_plane h5 { font:15px/16px Jockey One; }
}
@media (max-width: 655px) {
	.img_plane .ip_content-holder { padding:15px 0 10px; }
	.img_plane h1 {
		font-size:40px;
		line-height:40px;
	}
	.img_plane h5 { font:15px/16px Jockey One; }
	.btn.btn-large, .btn.btn-large:focus {
		padding:0 15px;
		height:45px;
		font-size:20px;
		line-height:45px;
	}
}
@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; }
	.img_plane .ip_content-holder { padding:15px 0 30px; }
	.img_plane .ip_img-holder {
		float:none;
		width:100%;
	}
}
@media (max-width: 360px) {
	.post-list_li .featured-thumbnail {
		float:none;
		display:inline-block;
	}
	.post-list_li time { display:block; }
	.breadcrumb { font-size:10px; }
}
.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:35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
