@import url("../CherryFramework/style.css");
body { background:#f0f0f0; }
.main-holder {
	overflow:hidden;
	width:990px;
	background:#fff;
	margin:25px auto;
}
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; }
h1, h2 { margin-bottom:35px; }
p { margin:0 0 20px; }
.title-header { margin:0 0 5px; }
.title-section {
	margin:0;
	padding:20px 30px 10px;
	background:url(images/title-section-bg.png) 0 0 repeat;
}
.header {
	padding:40px 0 0 0;
	background:none;
	border:none;
}
.hidden-phone {
	position:absolute;
	width:300px;
	top:0px;
	right:0;
	z-index:5;
}
#search-header .btn { margin-top:5px; }
.menu-holder {
	padding-top:4px;
	background:#212121;
}
.menu-block {
	border-top:1px solid #4f4f4f;
	background-color:#303030;
	background-image:-moz-linear-gradient(top,#383838,#252525);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#383838),to(#252525));
	background-image:-webkit-linear-gradient(top,#383838,#252525);
	background-image:-o-linear-gradient(top,#383838,#252525);
	background-image:linear-gradient(to bottom,#383838,#252525);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff383838', endColorstr='#ff252525', GradientType=0);
}
#loginout {
	color:#fff;
	text-align:center;
	height:44px;
	margin:19px 0 0 32px;
	padding:50px 10px 0;
	border-left:1px solid #464646;
	background:url(images/loginout_icon.png) 50% 35px no-repeat;
}
#loginout a { color:#fff; }
#loginout a:hover { color:#6e6e6e; }
.logo { margin-bottom:35px; }
.logo_tagline {
	font:10px/20px 'Convergence', sans-serif;
	color:#b5b5b5;
	text-transform:uppercase;
}
.nav__primary { margin:-6px 0 0 0; }
#topnav {
	float:none;
	height:123px;
}
#topnav li {
	text-transform:uppercase;
	background:none;
	margin-top:5px;
}
#topnav li a {
	margin:14px 0;
	padding:0 20px;
	border:none;
	border-left:1px solid #424242;
	line-height:95px;
}
#topnav li a .sf-sub-indicator {
	top:45%;
	right:5px;
	background:url(images/arrows-ffffff.png) 0 -100px no-repeat;
}
#topnav li .sub-menu {
	width:auto;
	padding:15px 0;
	background:#212121;
}
#topnav li .sub-menu li {
	width:100%;
	height:24px;
	background:none;
}
#topnav li .sub-menu li a {
	margin:0;
	border:none;
	font:16px/24px 'Convergence', sans-serif;
	color:#fff;
	padding:0px 10px;
	white-space:nowrap;
}
#topnav li .sub-menu li > a:hover, #topnav li .sub-menu li.sfHover > a, #topnav li .sub-menu li.current-menu-item > a {
	color:#918f8f;
	background:#292929;
}
#topnav li .sub-menu .sub-menu {
	left:100%;
	margin:-15px 0 0 2px;
}
#topnav li.current-menu-item, #topnav li.sfHover, #topnav li:hover {
	background:none;
	background:url(images/menu-hover-bg.png) 0 0 repeat-x;
}
#topnav li.current-menu-item > a, #topnav li.sfHover > a, #topnav li a:hover {
	background:none;
	color:#6e6e6e;
}
#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 {
	border-top:1px solid #dbdbdb;
	margin-bottom:30px;
}
.slider .camera_wrap { margin:0 !important; }
.slider .camera_wrap .camera_pag {
	margin-left:105px;
	position:absolute;
	bottom:125px;
}
.slider .camera_wrap .camera_pag li {
	margin:0 3px 0 0;
	width:58px;
	background:none;
}
.slider .camera_wrap .camera_pag li span {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	background:#e8e8e8;
	height:2px;
	width:58px;
}
.slider .camera_wrap .camera_pag li.cameracurrent span, .slider .camera_wrap .camera_pag li:hover span { background:#ff4b3c; }
.slider .camera_thumbs {
	position:absolute;
	width:100%;
	bottom:8px;
	text-align:center;
}
.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 h2 { color:#323232; }
.slider .camera_caption > div { background:none; }
#content { padding-top:70px; }
.content-holder {
	padding:0px;
	margin-bottom:50px;
	z-index:3;
}
#back-top-wrapper a {
	width:35px;
	height:35px;
}
#back-top-wrapper a span {
	width:100%;
	height:100%;
	opacity:.5;
	background:url(images/back-top-icon.png) 0 0 no-repeat;
}
#back-top-wrapper a:hover span { opacity:1; }
.content-holder { padding-bottom:0px; }
.btn {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:#3e3e3e;
	text-shadow:none;
	padding:0 20px 0;
	height:38px;
	color:#fff;
	font:10px/38px 'Convergence', sans-serif;
	text-transform:uppercase;
	border-style:none;
}
.btn:hover, .btn:focus {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	color:#212121;
	background:#f0f0f0;
	background-position:0 0;
}
.thumbnail {
	overflow:hidden;
	border:none;
	border-radius:0px;
	box-shadow:none;
	display:block;
	line-height:20px;
	padding:0px;
}
a.thumbnail:hover, a.thumbnail:focus {
	-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;
	background:none;
	border:none;
	padding:0;
	margin-bottom:10px;
	font:15px/20px 'PT Sans', sans-serif;
	color:#8b8b8b;
}
.breadcrumb li { text-shadow:none; }
.breadcrumb a {
	text-decoration:none;
	color:#272727;
}
.breadcrumb a:hover { color:#8b8b8b; }
.breadcrumb .divider { color:#272727; }
.breadcrumb .active { color:#8b8b8b; }
.check-list { margin-bottom:25px; }
article.type-post .featured-thumbnail { float:left; }
article.type-post .featured-thumbnail.large {
	float:none;
	width:100%;
}
.type-services .post_category { display:none; }
.post-title { margin-bottom:8px; }
.post-title a { color:#323232; }
.post-title a:hover { color:#fa5b4e; }
.post__holder { margin-bottom:45px; }
.post_meta {
	margin:0;
	color:#b7b7b7;
}
.post_meta > span { float:left; }
.post_meta a { color:#313131; }
.post_meta a:hover { color:#fa5b4e; }
.post_content {
	margin:0;
	padding-bottom:20px;
}
.share-buttons {
	overflow:visible;
	height:25px;
	margin-top:-20px;
}
.video-wrap { padding-top:0; }
#portfolio-grid .portfolio_item {
	margin-bottom:0;
	padding-bottom:20px;
}
.portfolio .thumbnail__portfolio { margin-bottom:15px; }
.caption__portfolio h3 { margin-top:15px; }
.zoom-icon { background:none repeat scroll 0 0 rgba(0,0,0,0.2); }
.filterable-portfolio .image-wrap { background:none; }
.flex-control-paging li a { background:#005b85; }
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover { background:#333333; }
.filter-wrapper {
	font-size:18px;
	line-height:24px;
	color:#707070;
}
.filter-wrapper strong { margin-right:8px; }
.nav-pills li a {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:20px;
	color:#707070;
}
.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:#fa5b4e;
}
.portfolio-meta-list { border-color:#005b85; }
.pager {
	padding:0;
	border:none;
}
.pager li a, .pager li a:focus {
	color:#fff;
	background:#005b85;
	border:none;
}
.pager li.active a, .pager li a:hover {
	color:#fff;
	background:#333333;
}
.comment-list .comment .reply a {
	color:#005b85;
	background:none;
	border:none;
}
.comment-list .comment .reply a:hover {
	color:#333333;
	background:none;
}
.cancel-comment-reply small { font-size:95%; }
#sidebar { padding-top:70px; }
#sidebar h2 { margin-bottom:20px; }
#sidebar .widget {
	overflow:hidden;
	margin-bottom:50px;
}
#sidebar .thumbnail { margin-top:0; }
#sidebar time {
	display:block;
	font-size:11px;
	color:#b7b7b7;
	margin-bottom:0px;
}
#sidebar .post-list_h {
	margin-bottom:0px;
	font-size:13px;
}
#sidebar .post-list_h a { color:#333333; }
#sidebar .post-list_h a:hover { color:#fa5b4e; }
#sidebar .btn {
	color:#fff;
	line-height:30px;
	height:30px;
}
#sidebar ul { margin:0; }
#sidebar ul li {
	list-style-type:none;
	margin-bottom:10px;
	line-height:20px;
	padding-left:20px;
	background:url(images/list_arr.png) 0 5px no-repeat;
}
#sidebar ul li a {
	vertical-align:top;
	line-height:20px;
	color:#fa5b4e;
}
#sidebar ul li a:hover {
	color:#333333;
	text-decoration:none;
}
#sidebar .unstyled li {
	border:none;
	padding:0 0;
	background:none;
	margin-bottom:35px;
}
#sidebar .unstyled li .comments-custom_txt { padding:0; }
#sidebar .unstyled li .comments-custom_txt a { color:#005b85; }
#sidebar .unstyled li .comments-custom_txt a:hover { color:#333333; }
#sidebar .social__list { float:none; }
#sidebar .social__list .social_li { float:none; }
#calendar_wrap caption { color:#333333; }
.spacer { clear:both; }
.recent-posts li .featured-thumbnail {
	max-width:100%;
	margin-bottom:20px;
}
.recent-posts li h5 {
	font-size:18px;
	margin:0 0 2px 0;
}
.recent-posts li .page_desc {
	font-size:15px;
	color:#3e3e3e;
}
.recent-posts li .meta {
	font-size:11px;
	color:#b7b7b7;
	text-transform:none;
	margin-bottom:0;
}
.recent-posts li .excerpt { margin-bottom:00px; }
.recent-posts li .btn { margin-top:20px; }
.recent-posts.no-titel h5 {
	display:none;
	margin:0;
}
.recent-posts.columns { margin-left:-2%; }
.recent-posts.columns li {
	float:left;
	margin:0 0 20px 2%;
	width:31.3%;
}
.recent-posts.services { margin:0 !important; }
.recent-posts.services .type1 > div { background:#fa5b4e; }
.recent-posts.services .type2 > div { background:#ff7955; }
.recent-posts.services .type3 > div { background:#ff9d6b; }
.recent-posts.services .type4 > div { background:#ffbb7e; }
.recent-posts.services li {
	float:left;
	margin:0 0 20px 0;
	width:25%;
	text-align:center;
}
.recent-posts.services li > div {
	padding:80px 25px 70px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.recent-posts.services li h5 {
	font:46px/40px 'Convergence', sans-serif;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:34px;
}
.recent-posts.services li h5 a { color:#fff; }
.recent-posts.services li h5 a:hover { opacity:.6; }
.recent-posts.services li .page_desc {
	color:#fff;
	margin-bottom:10px;
}
.recent-posts.services li .excerpt {
	font-size:11px;
	line-height:16px;
	text-transform:uppercase;
	color:#fff;
	opacity:.6;
	margin-bottom:30px;
}
.recent-posts.services li .btn {
	margin:0;
	color:#212121;
	background:#fff;
}
.recent-posts.services li .btn:hover {
	color:#ffffff;
	background:#3e3e3e;
}
.testimonials { margin-left:-2%; }
.testimonials .testi-item {
	float:left;
	margin:0 0 20px 2%;
	width:48%;
}
.testimonials .testi-item .testi-item_blockquote {
	padding:0 0 0 30px;
	font-style:italic;
	background:url(images/quot.png) 0 0 no-repeat;
}
.testimonials .testi-item .testi-item_blockquote a { color:#707070; }
.testimonials .testi-item .testi-item_blockquote a:hover { color:#000; }
.testimonials .testi-item .testi-item_blockquote:before, .testimonials .testi-item .testi-item_blockquote:after { display:none; }
.testimonials .testi-item .testi-meta {
	color:#3e3e3e;
	padding:9px 0 0 30px;
}
.list, .list.styled > ul, .list.arrow-list > ul { margin-left:0px; }
.list li, .list.styled > ul li, .list.arrow-list > ul li {
	list-style-type:none;
	margin-bottom:10px;
	line-height:20px;
	padding-left:20px;
	background:url(images/list_arr.png) 0 5px no-repeat;
}
.list li a, .list.styled > ul li a, .list.arrow-list > ul li a {
	vertical-align:top;
	line-height:20px;
	color:#fa5b4e;
}
.list li a:hover, .list.styled > ul li a:hover, .list.arrow-list > ul li a:hover { color:#333333; }
.list li:before, .list.styled > ul li:before, .list.arrow-list > ul li:before {
	width:0px;
	margin:0;
	padding:0;
	content:"";
}
.footer {
	border:none;
	padding:5px 0;
	background:#3e3e3e;
	text-align:center;
	color:#fff;
}
.footer nav.footer-nav {
	margin:10px 0 -15px;
	float:none;
	display:inline-block;
}
.footer nav.footer-nav ul { float:none; }
.footer nav.footer-nav ul li.current-menu-item a, .footer nav.footer-nav ul li:hover a {
	color:#939393;
	text-decoration:none;
}
.footer .footer-text {
	float:none;
	text-align:left;
}
.footer .footer-widgets { text-align:right; }
.footer .footer-widgets >div { overflow:hidden; }
.footer a { color:#fff; }
.footer a:hover { color:#939393; }
input[type="submit"], input[type="reset"] {
	height:30px !important;
	line-height:30px !important;
}
.testimonial {
	padding:10px 30px 30px 10px;
	background:none;
	border:1px solid #005b85;
}
.testimonial .testimonial_content { padding:25px 0 0 25px; }
.testimonial .testimonial_bq .thumbnail {
	position:static;
	width:auto;
}
.testimonial small { color:#333333; }
.pp_hoverContainer a {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.faq-list .faq-list_h { color:#005b85; }
.faq-list .marker { color:#333333; }
.archive_lists { margin-top:30px; }
.error404-holder_num { color:#005b85; }
@media (min-width: 1200px) {
	.main-holder { width:1290px; }
	#loginout { margin:19px 0 0 62px; }
	.slider .camera_wrap .camera_pag { bottom:160px; }
}
@media (max-width: 1310px) {
	.main-holder { width:100%; }
}
@media (max-width: 1200px) {
	.main-holder { width:990px; }
}
@media (max-width: 1010px) {
	.main-holder { width:100%; }
}
@media (max-width: 979px) {
	.main-holder { width:774px; }
}
@media (min-width: 979px) and (max-width: 1200px) {
	#topnav li a { font-size:16px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	article.type-post .featured-thumbnail { width:280px; }
	.post_meta > span {
		float:none !important;
		display:block;
	}
	.post-list_li .featured-thumbnail {
		float:none;
		display:inline-block;
	}
	.post-list_li time { display:block; }
	#topnav li a {
		margin:14px 0;
		padding:0 10px;
		font-size:14px;
	}
	#topnav li a .sf-sub-indicator { display:none; }
	#loginout { margin:19px 0 0 0px; }
	.slider .camera_wrap .camera_pag { bottom:80px; }
	.recent-posts.services li h5 { font-size:30px; }
}
@media (max-width: 791px) {
	.main-holder { width:100%; }
}
@media (max-width: 767px) {
	article.type-post .featured-thumbnail { width:240px; }
	.post_meta > span {
		float:none !important;
		display:block;
	}
	body {
		padding-left:0px;
		padding-right:0px;
	}
	.content-holder > div.container, .nav__primary, .footer {
		padding-left:20px;
		padding-right:20px;
	}
	.footer .copyright, .footer .footer-text { text-align:center; }
	.vertical-divider {
		padding:0;
		margin:0;
		background:none;
		border:none;
	}
	.recent-posts, .recent-posts.services, .recent-posts.team, .recent-posts.columns { margin-left:0 !important; }
	.recent-posts li, .recent-posts.services li, .recent-posts.team li, .recent-posts.columns li {
		margin-left:0;
		width:100%;
		float:none;
	}
	.recent-posts li .thumbnail, .recent-posts.services li .thumbnail, .recent-posts.team li .thumbnail, .recent-posts.columns li .thumbnail {
		max-width:120px;
		float:left;
	}
	.testimonials { margin-left:0px; }
	.testimonials .testi-item {
		width:100%;
		float:none;
		margin-left:0px;
	}
	.logo {
		text-align:center;
		width:100%;
	}
	#loginout {
		position:absolute;
		top:-135px;
		right:20px;
		border:none;
	}
	.nav__primary { margin-top:70px; }
	.slider .camera_wrap .camera_pag {
		margin:0;
		width:100%;
		text-align:center;
		bottom:30px;
	}
	.footer-text { margin-bottom:0; }
	.footer .social-nets-wrapper { text-align:center; }
	.title-section {
		width:100%;
		margin-left:-20px;
	}
}
@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; }
}
.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;
}
