@import url("../CherryFramework/style.css");
body { background:url(images/footer_bg.png) 0 0 repeat; }
.main-holder {
	overflow:hidden;
	background:#ffffff;
}
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 { margin-bottom:50px; }
h2 { margin-bottom:10px; }
h3 { margin-bottom:30px; }
h4 { margin-bottom:0; }
p { margin:0 0 20px; }
.title-section {
	margin:0 0 5px;
	padding-top:50px;
}
.title-header {
	margin:0 0 15px;
	font-size:36px;
	line-height:40px;
}
.alignleft { margin:5px 30px 10px 0; }
.header {
	padding:0;
	margin:60px 0 0;
	background:none;
	border:none;
}
.header .hidden-phone {
	position:absolute;
	width:300px;
	top:-25px;
	right:0;
	z-index:5;
}
#search-header .btn { margin-top:5px; }
.logo_h__txt a:hover, .logo_h__txt a:focus { color:#2a2a2a; }
.logo_tagline {
	font-size:18px;
	line-height:20px;
	color:#bfbfbf;
	text-transform:lowercase;
	text-align:center;
}
.nav__primary { margin:10px 0 0 0; }
#topnav li {
	background:none;
	margin-left:1px;
}
#topnav li a {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:28px 15px;
	border:none;
}
#topnav li a .sf-sub-indicator {
	top:62%;
	right:50%;
	margin-right:-5px;
	background:url(images/arrows-ffffff.png) 0 -100px no-repeat;
}
#topnav li .sub-menu {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-top:8px;
	width:auto;
	padding:15px;
	background:#fc5170;
}
#topnav li .sub-menu li {
	width:100%;
	padding:7px 0;
	border-top:1px dashed #fd8399;
	background:none;
}
#topnav li .sub-menu li a {
	padding:0px 10px;
	white-space:nowrap;
	font-size:14px;
	line-height:20px;
	color:#fff;
}
#topnav li .sub-menu li a .sf-sub-indicator {
	top:24%;
	right:3px;
	background:url(images/arrows-ffffff.png) 0 0 no-repeat;
}
#topnav li .sub-menu li:first-child { border:none; }
#topnav li .sub-menu li > a:hover, #topnav li .sub-menu li.sfHover > a, #topnav li .sub-menu li.current-menu-item > a {
	color:#ffb0be;
	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 li > a:hover:after, #topnav li .sub-menu li.sfHover > a:after, #topnav li .sub-menu li.current-menu-item > a:after {
	content:"";
	display:none;
}
#topnav li .sub-menu .sub-menu {
	left:100%;
	margin:-15px 0 0 16px;
}
#topnav li.current-menu-item > a, #topnav li.sfHover > a, #topnav li a:hover {
	color:#fff;
	background:#000;
}
#topnav li.current-menu-item > a:after, #topnav li.sfHover > a:after, #topnav li a:hover:after {
	content:"";
	position:absolute;
	width:7px;
	height:4px;
	margin-left:-3px;
	bottom:-4px;
	left:50%;
	background:url(images/menu_cover_arr.png) 0 0 no-repeat;
}
#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 .camera_wrap { margin-bottom:45px !important; }
.slider .camera_wrap .camera_pag li { background:#f7941d; }
.slider .camera_wrap .camera_pag li.cameracurrent span, .slider .camera_wrap .camera_pag li:hover span { background:#fff; }
.slider .camera_thumbs {
	position:absolute;
	width:100%;
	top:20px;
	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:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.slider .camera_caption {
	top:145px;
	color:#fff;
	width:940px;
	left:50%;
	margin-left:-470px;
}
.slider .camera_caption >div {
	padding:0;
	background:none;
}
.slider .camera_caption h1, .slider .camera_caption h2, .slider .camera_caption h3, .slider .camera_caption h4, .slider .camera_caption h5 { color:#fff; }
.slider .camera_caption h1 {
	font-size:50px;
	line-height:55px;
}
.slider .camera_prev, .slider .camera_next, .slider .camera_commands {
	margin:0;
	top:20px;
}
.slider .camera_prev { left:20px; }
.slider .camera_next { right:20px; }
.slider .camera_commands { right:61px; }
.content-holder {
	top:-2px;
	padding:0px;
	margin-bottom:70px;
	background:url(images/content_top_shadow.png) 0 0 repeat-x;
	z-index:3;
}
#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:url(images/back-top-icon.png) 0 0 no-repeat #ed1b24;
}
#back-top-wrapper a:hover span { background:url(images/back-top-icon.png) 0 0 no-repeat #f7941d; }
.content-holder { padding-bottom:0px; }
.btn, .btn:focus, .btn-normal, .btn-normal:focus {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	position:relative;
	padding:0 20px 0;
	margin-bottom:10px;
	height:38px;
	min-width:52px;
	color:#fff;
	text-align:center;
	text-shadow:none;
	font:bold 14px/38px Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	border-style:none;
	background:#333;
}
.btn-normal:before, .btn-normal:after {
	position:absolute;
	width:46px;
	height:6px;
	bottom:-6px;
	content:"";
}
.btn-normal:before {
	left:0;
	background:url(images/btn_left_shadow.png) 0 0 no-repeat;
}
.btn-normal:after {
	right:0;
	background:url(images/btn_right_shadow.png) 100% 0 no-repeat;
}
.btn:hover, .btn-normal: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:#fff;
	background:#fc5170;
}
.btn-small, .btn-small:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:0 18px 0 0;
	font:15px/20px Arial, Helvetica, sans-serif;
	color:#ed1b24;
	border:none;
	background:url(images/btn-small-arr.png) 100% 5px no-repeat;
}
.btn-small:hover {
	-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 0 0 18px;
	color:#f7941d;
	background:url(images/btn-small-arr.png) 0 5px no-repeat;
}
.thumbnail {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	overflow:hidden;
	border:none;
	border-radius:0px;
	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;
	border:none;
	padding:10px 0;
	background:none;
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
	color:#ed1b24;
	text-transform:uppercase;
}
.breadcrumb li { text-shadow:none; }
.breadcrumb a {
	text-decoration:none;
	color:#adadad;
}
.breadcrumb .divider {
	margin:0 5px;
	color:#adadad;
}
.breadcrumb a:hover, .breadcrumb .active { color:#f7941d; }
.check-list { margin-bottom:25px; }
.featured-thumbnail.large {
	float:none;
	width:100% !important;
}
.featured-thumbnail.large img {
	width:auto !important;
	max-width:100% !important;
}
.type-services .post_category { display:none; }
.post-title { margin-bottom:30px; }
.post__holder { margin-bottom:45px; }
.post_meta {
	margin:0;
	border-color:#ececec;
}
.post_meta i { color:#d8d8d8; }
.post_meta a, .post_meta a i { color:#d8d8d8; }
.post_meta a:hover, .post_meta a:hover i { color:#f7941d; }
.post_meta .tips a { color:#ed1b24; }
.post_meta .tips a:hover { color:#f7941d; }
.post_content {
	margin:0;
	padding-bottom:20px;
}
.post-author { border-color:#ddd; }
.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:10px 0 5px;
	font-size:18px;
	line-height:22px;
}
.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:#ed1b24; }
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover { background:#f7941d; }
.filter-wrapper strong { display:none; }
.nav-pills li a { color:#ed1b24; }
.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:#ed1b24;
}
.portfolio-meta, .portfolio-meta-list { border-color:#f3f3f3; }
.pager {
	margin:0;
	padding:15px 0 30px;
	border:none;
}
.pager li a, .pager li a:focus {
	color:#fff;
	background:#ed1b24;
	border:none;
}
.pager li.active a, .pager li a:hover {
	color:#fff;
	background:#f7941d;
}
.comment-list .comment .comment-body {
	background:#f5f5f5;
	border:none;
}
.comment-list .comment .reply a {
	color:#ed1b24;
	background:none;
	border:none;
}
.comment-list .comment .reply a:hover {
	color:#f7941d;
	background:none;
}
.cancel-comment-reply small { font-size:95%; }
#sidebar { overflow:hidden; }
#sidebar h2 { margin-bottom:30px; }
#sidebar .widget {
	overflow:hidden;
	margin-bottom:50px;
}
#sidebar .thumbnail { margin-top:0; }
#sidebar time {
	display:block;
	color:#f7941d;
	margin-bottom:3px;
	font-size:10px;
	line-height:14px;
	text-transform:uppercase;
}
#sidebar .post-list_h {
	font-size:16px;
	line-height:16px;
	margin-bottom:3px;
}
#sidebar .post-list_h a { color:#ed1b24; }
#sidebar .post-list_h a:hover { color:#f7941d; }
#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:#ed1b24;
}
#sidebar ul li a:hover { color:#f7941d; }
#sidebar .unstyled li {
	border:none;
	padding:0;
	background:none;
}
#sidebar .unstyled .comments-custom_li .comments-custom_txt {
	margin-top:0;
	padding:10px 0 0;
}
#sidebar .unstyled .comments-custom_li .comments-custom_txt a { color:#ed1b24; }
#sidebar .unstyled .comments-custom_li .comments-custom_txt a:hover {
	color:#f7941d;
	text-decoration:none;
}
#sidebar .unstyled .comments-custom_li:first-child .comments-custom_txt {
	padding:0;
	border:none;
}
#sidebar .social { text-align:left; }
#sidebar .social li {
	float:none;
	display:block;
	margin-bottom:15px;
}
#sidebar .btn, #sidebar .btn:focus {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:0 18px 0 0;
	height:20px;
	font:15px/20px Arial, Helvetica, sans-serif;
	color:#ed1b24;
	border:none;
	background:url(images/btn-small-arr.png) 100% 5px no-repeat;
}
#sidebar .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;
	padding:0 0 0 18px;
	color:#f7941d;
	background:url(images/btn-small-arr.png) 0 5px no-repeat;
}
#sidebar .search-form_is, #sidebar .search-form_is:focus {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#fff;
	height:31px;
	line-height:31px;
	font-size:14px;
	padding:0 12px;
	background:#ed1b24;
}
#sidebar .search-form_is:hover {
	padding:0 12px;
	background:#f7941d;
}
#calendar_wrap caption { color:#f7941d; }
.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:55px 0;
	background:#f3f3f3;
}
.hr {
	margin:55px 0;
	height:3px;
	background:#d3d3d3;
}
.mail {
	padding:0 0 0 35px;
	background:url(images/mail_icon.png) 0 0 no-repeat;
}
.mail a { color:#343434; }
.mail a:hover { color:#f7941d; }
.phone {
	padding:0 0 12px 45px;
	font:24px/32px 'Pontano Sans', sans-serif;
	color:#828282;
	background:url(images/phone_icon.png) 0 0 no-repeat;
}
.phone h3 {
	font-size:26px;
	line-height:32px;
	color:#fc5170;
	margin-bottom:2px;
}
.spacer {
	height:50px;
	clear:both;
}
.content_plane {
	padding:40px 0 30px;
	font:18px/26px 'Pontano Sans', sans-serif;
	color:#797979;
	background:url(images/content_plane_bg.png) 50% 0 no-repeat;
}
.recent-posts { margin-bottom:20px !important; }
.recent-posts li { margin-bottom:50px; }
.recent-posts li .featured-thumbnail { max-width:100%; }
.recent-posts li h5 {
	margin:0 0 10px;
	font-size:18px;
	line-height:22px;
}
.recent-posts li .excerpt { margin-bottom:0; }
.recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col, .recent-posts.with_hover { margin-left:-2% !important; }
.recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li, .recent-posts.with_hover li {
	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.with_hover li .featured-thumbnail {
	float:none;
	max-width:100%;
	margin-bottom:15px;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
.recent-posts.two-col li { width:48%; }
.recent-posts.three-col li { width:31.3%; }
.recent-posts.four-col li, .recent-posts.with_hover li { width:23%; }
.recent-posts.with_hover li { margin-bottom:10px !important; }
.recent-posts.with_hover li h5 { display:none; }
.recent-posts.with_hover .hover_plane {
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-transition-delay:0.1s;
	-moz-transition-delay:0.1s;
	-o-transition-delay:0.1s;
	transition-delay:0.1s;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	background:url(images/hover_plane.png) 0 0 repeat;
}
.recent-posts.with_hover .hover_icon {
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	position:absolute;
	width:63px;
	height:65px;
	top:50%;
	left:0;
	margin:-32px 0 0 -65px;
	background:url(images/hover_icon.png) 0 0 no-repeat;
}
.recent-posts.with_hover .thumbnail a:hover .hover_plane {
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s;
	width:100%;
}
.recent-posts.with_hover .thumbnail a:hover .hover_icon {
	-webkit-transition-delay:0.15s;
	-moz-transition-delay:0.15s;
	-o-transition-delay:0.15s;
	transition-delay:0.15s;
	left:50%;
	margin-left:-33px;
}
.list.arrow-list > ul { margin-left:0px; }
.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.arrow-list > ul li a {
	vertical-align:top;
	line-height:20px;
	color:#ed1b24;
}
.list.arrow-list > ul li a:hover { color:#f7941d; }
.list.arrow-list > ul li:before {
	width:0px;
	margin:0;
	padding:0;
	content:"";
}
.footer {
	padding:0;
	border:none;
	background:url(images/footer_bg.png) 0 0 repeat;
}
.footer .footer-widgets { color:#787878; }
.footer .footer-widgets >div >div:first-child {
	padding:35px 0 0;
	background:url(images/footer_widget_arr.png) 0 0 no-repeat;
}
.footer .footer-widgets .featured-thumbnail { margin:0 25px 10px 0; }
.footer .footer-widgets .social-list {
	overflow:hidden;
	margin:0 0 20px;
}
.footer .footer-widgets .social-list li {
	list-style-type:none;
	display:inline-block;
	margin-bottom:3px;
}
.footer .footer-widgets .social-list li a { display:block; }
.footer .footer-widgets .social-list li a:hover { opacity:.5; }
.footer .hr {
	height:1px;
	margin:25px 0 35px;
}
.footer .post-list_h {
	font:30px/35px 'Pontano Sans', sans-serif;
	margin-bottom:10px;
}
.footer .post-list_h a { color:#4c4c4c; }
.footer .post-list_h a:hover { color:#f7941d; }
.footer nav.footer-nav {
	margin:20px 0 0;
	float:none;
	text-align:center;
}
.footer nav.footer-nav ul {
	float:none;
	display:inline-block;
}
.footer nav.footer-nav ul li { text-transform:uppercase; }
.footer nav.footer-nav ul li.current-menu-item a, .footer nav.footer-nav ul li a:hover {
	color:#f7941d;
	text-decoration:none;
}
.footer .copyright {
	padding:40px 0;
	margin-top:45px;
	border-top:5px solid #fff;
}
.footer .footer-text {
	float:none;
	text-transform:uppercase;
	font:16px/22px 'Pontano Sans', sans-serif;
	color:#8b8b8b;
}
.footer .footer-text img { margin:-4px 5px 0 0; }
.footer .footer-text a { color:#8b8b8b; }
.footer .footer-text a:hover { color:#f7941d; }
.footer:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:25px;
	background:url(images/footer_shadow.png) 0 0 repeat-x;
}
.search-form_is, .search-form_is:focus, input[type="submit"], input[type="reset"], input[type="submit"]:focus, input[type="reset"]:focus {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#fff !important;
	height:32px !important;
	line-height:32px !important;
	font-size:14px;
	padding:0 12px;
	background:#ed1b24;
}
.search-form_is:hover, input[type="submit"]:hover, input[type="reset"]:hover { background:#f7941d; }
.testimonial {
	background:none;
	border:1px solid #f3f3f3;
}
.faq-list .faq-list_h { color:#ed1b24; }
.faq-list .marker { color:#f7941d; }
.archive_lists { margin-top:30px; }
.error404-holder_num { color:#ed1b24; }
.pp_hoverContainer a {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.wpcf7-not-valid-tip { text-transform:none !important; }
@media (min-width: 1200px) {
	#topnav li a { padding:28px 25px; }
	.slider .camera_caption {
		top:190px;
		width:1170px;
		margin-left:-585px;
	}
	.slider .camera_caption h1 {
		font-size:60px;
		line-height:65px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.post-list_li .featured-thumbnail {
		float:none;
		display:inline-block;
	}
	.post-list_li time { display:block; }
	.logo { width:100%; }
	.slider .camera_caption {
		top:100px;
		width:724px;
		margin-left:-362px;
	}
	.slider .camera_caption h1 {
		font-size:45px;
		line-height:50px;
	}
	#topnav li a {
		padding:28px 12px;
		font-size:14px;
	}
	.footer .textwidget h5 {
		font-size:15px;
		line-height:23px;
	}
	.phone { font:17px/25px 'Pontano Sans', sans-serif; }
	.phone h3 {
		font-size:23px;
		line-height:30px;
	}
}
@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;
	}
	.footer .copyright, .footer .footer-text { text-align:center; }
	.vertical-divider {
		padding:0;
		margin:0;
		background:none;
		border:none;
	}
	.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;
		float:left;
		margin-right:20px;
	}
	.recent-posts.with_hover li { width:31.3%; }
	.footer .footer-widgets >div >div:first-child { background:none; }
	.footer .footer-widgets .textwidget { margin-bottom:30px; }
	.logo { width:auto; }
	.select-menu { margin:15px 0 25px; }
	.sm_hr { display:none; }
	.slider .camera_caption {
		width:100%;
		top:auto;
		bottom:-15px;
		left:0;
		margin-left:0;
	}
	.slider .camera_caption h1 {
		font-size:25px;
		line-height:30px;
	}
	.slider .camera_caption >div {
		padding:0 20px;
		background:none;
	}
}
@media (max-width: 680px) {
	.recent-posts.with_hover li { width:48%; }
}
@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; }
}
@media (max-width: 320px) {
	.recent-posts.with_hover li { width:100%; }
}
.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;
}
