@import url("../CherryFramework/style.css");
body { background:url(images/bg_pattern.png) 0 0 repeat; }
.main-holder { overflow:hidden; }
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 {
	overflow:hidden;
	white-space:nowrap;
	margin-bottom:15px;
}
h2:after {
	content:'';
	display:inline-block;
	margin-left:5px;
	width:100%;
	height:5px;
	background:#299ecc;
}
h4 { margin-bottom:5px; }
p { margin:0 0 20px; }
.title-section {
	margin:0;
	padding:15px 20px;
	background:#e7e6e5;
}
.title-header {
	margin:0 0 8px;
	font-size:14px;
	line-height:21px;
	text-transform:uppercase;
}
.header {
	padding:0;
	background:none;
	border:none;
}
.header .hidden-phone { margin-top:5px; }
.logo-holder {
	position:relative;
	background:#fff;
	padding:9px 0 11px;
}
.logo-holder:after, .logo-holder:before {
	background:#fff;
	content:"";
	display:block;
	position:absolute;
	top:0;
	width:31px;
	height:100%;
	z-index:-1;
}
.logo-holder:after { right:-30px; }
.logo-holder:before { left:-30px; }
.header-widgets {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin:0 20px;
	padding:9px 35px 8px;
	background:#ebebeb;
}
.header-widgets h4 {
	font-size:18px;
	line-height:18px;
	margin-bottom:0px;
}
.header-widgets .btn { margin-left:15px; }
.header-widgets-fullwidth >div {
	position:relative;
	background:#fff;
	font-size:14px;
	line-height:28px;
	color:#434343;
	text-transform:uppercase;
	margin:20px 0;
}
.header-widgets-fullwidth >div:after, .header-widgets-fullwidth >div:before {
	background:#fff;
	content:"";
	display:block;
	position:absolute;
	top:0;
	width:31px;
	height:100%;
	z-index:-1;
}
.header-widgets-fullwidth >div:after { right:-30px; }
.header-widgets-fullwidth >div:before { left:-30px; }
.header-widgets-fullwidth >div > h3 {
	position:relative;
	padding:2px 0;
	display:inline-block;
	vertical-align:top;
	padding-right:30px;
	color:#fff;
	background:#299ecc;
	margin-bottom:0;
}
.header-widgets-fullwidth >div > h3:after, .header-widgets-fullwidth >div > h3:before {
	background:#299ecc;
	content:"";
	position:absolute;
	top:0;
	left:-30px;
	width:31px;
	height:100%;
}
.header-widgets-fullwidth >div > div {
	display:inline-block;
	vertical-align:middle;
	padding:4px 20px 0;
}
.header-widgets-fullwidth >div > div h4 {
	float:left;
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	margin:0 18px 0 0;
}
.header-widgets-fullwidth >div > div a {
	font-weight:bold;
	color:#e5342c;
}
.header-widgets-fullwidth >div > div a:hover { color:#434343; }
#search-header { margin-right:15px; }
#search-header .search-form_it {
	width:170px;
	border:none;
	background:#f4f4f4;
}
#search-header span {
	position:relative;
	top:4px;
	color:#fff;
	font:14px/32px 'Open Sans', sans-serif;
	margin-right:10px;
}
#search-header .search-form_is_arr {
	position:absolute;
	width:12px;
	height:15px;
	right:34px;
	top:13px;
	background:url(images/arr_search.png) 0 0 no-repeat;
}
#search-header .btn {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding:0;
	width:44px;
	text-align:center;
	font:12px/32px FontAwesome;
	margin-left:-3px;
	margin-top:5px;
	background:#299ecc;
	height:32px !important;
	line-height:32px !important;
}
#search-header .btn:hover { font-size:16px; }
.logo_h__txt { margin-top:10px; }
.logo_h__txt a:hover, .logo_h__txt a:focus { color:#4d4d4d; }
.logo_tagline { margin-bottom:0; }
.menu-holder {
	position:relative;
	background:#fff;
}
.menu-holder:after, .menu-holder:before {
	background:#fff;
	content:"";
	display:block;
	position:absolute;
	top:0;
	width:31px;
	height:100%;
	z-index:-1;
}
.menu-holder:after { right:-30px; }
.menu-holder:before { left:-30px; }
.menu-bg {
	margin:20px 0 30px;
	background:url(images/menu_bg.png) 0 0 repeat;
}
.nav__primary { margin:0; }
#topnav { float:none; }
#topnav li { background:none; }
#topnav li a {
	position:relative;
	padding:21px 20px 20px;
	border:none;
	border-right:1px solid #e8e8e8;
}
#topnav li a .plane {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	height:0px;
	background:#299ecc;
	z-index:-1;
}
#topnav li a .sf-sub-indicator {
	top:67%;
	right:50%;
	margin-right:-5px;
	background:url(images/arrows-ffffff.png) 0 -100px no-repeat;
}
#topnav li .sub-menu {
	margin:5px 0 0;
	padding:20px 5px;
	width:auto;
	background:url(images/menu_bg.png) 0 0 repeat;
}
#topnav li .sub-menu li {
	width:100%;
	margin:3px 0;
	background:none;
}
#topnav li .sub-menu li a {
	padding:4px 20px;
	white-space:nowrap;
	text-transform:uppercase;
	font:14px/21px 'Open Sans', sans-serif;
	color:#fff;
	display:block;
	border:none;
}
#topnav li .sub-menu li a .plane { display:none; }
#topnav li .sub-menu li a .sf-sub-indicator {
	top:33%;
	right:10px;
	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:#299ecc; }
#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:-23px 0 0 7px;
}
#topnav li.current-menu-item > a, #topnav li.sfHover > a, #topnav li a:hover { background:none; }
#topnav li.current-menu-item > a .plane, #topnav li.sfHover > a .plane, #topnav li a:hover .plane {
	top:-20px;
	height:82px;
}
#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:40px !important; }
.slider .camera_wrap .camera_pag .camera_pag_ul { height:5px; }
.slider .camera_wrap .camera_pag li {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	display:block;
	margin:0;
	float:left;
	height:5px;
	background:none;
}
.slider .camera_wrap .camera_pag li span {
	overflow:hidden;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	display:block;
	top:0px;
	left:0;
	margin-left:3%;
	height:100%;
	width:98%;
	background:#299ecc;
}
.slider .camera_wrap .camera_pag li img {
	left:50% !important;
	margin-left:-50px;
}
.slider .camera_wrap .camera_pag li.cameracurrent span, .slider .camera_wrap .camera_pag li:hover span { background:#8b8281; }
.slider .camera_wrap .camera_pag li:first-child span {
	margin-left:0;
	width:101%;
}
.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;
}
.slider .camera_caption {
	font-size:12px;
	line-height:18px;
	color:#fff;
}
.slider .camera_caption p { margin-bottom:0; }
.slider .camera_caption >div {
	padding:13px 20px 12px;
	background:rgba(23,6,3,0.7);
}
.slider h1, .slider h2, .slider h3 {
	font-size:14px;
	line-height:18px;
	color:#fffefe;
	text-transform:uppercase;
	margin-bottom:0;
}
.slider h1:after, .slider h2:after, .slider h3:after { display:none; }
.content-holder {
	padding:0;
	z-index:3;
}
.content-holder >.container {
	position:relative;
	background:#fff;
	padding-bottom:45px;
}
.content-holder >.container:after, .content-holder >.container:before {
	background:#fff;
	content:"";
	display:block;
	position:absolute;
	top:0;
	width:31px;
	height:100%;
	z-index:-1;
}
.content-holder >.container:after { right:-30px; }
.content-holder >.container:before { left:-30px; }
#back-top-wrapper a span { background-color:#299ecc; }
#back-top-wrapper a:hover span { background-color:#434343; }
.btn, .btn:focus {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:0 28px 0;
	height:33px;
	font:14px/33px 'Open Sans', sans-serif;
	color:#fff;
	text-shadow:none;
	border-style:none;
	background:#299ecc;
}
.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:#fff;
	background:#434343;
}
.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;
	padding:0;
	background:none;
	border:none;
}
.breadcrumb li { text-shadow:none; }
.breadcrumb a {
	text-decoration:none;
	color:#9d9d9d;
}
.breadcrumb .divider {
	margin:0 4px;
	color:#9d9d9d;
}
.breadcrumb a:hover, .breadcrumb .active { color:#299ecc; }
.post__holder { margin-bottom:60px; }
.post-title { margin-bottom:25px; }
.post-title a { color:#434343; }
.post-title a:hover { color:#299ecc; }
.post_meta {
	margin:0;
	border-color:#e3e3e3;
}
.post_meta div.post_meta_unite { border-color:#e3e3e3; }
.post_meta div.post_meta_unite .post_comment { margin:0; }
.post_meta i { color:#d8d8d8; }
.post_meta a, .post_meta a i { color:#434343; }
.post_meta a:hover, .post_meta a:hover i { color:#299ecc; }
.post-author { border-color:#e3e3e3; }
.portfolio .thumbnail__portfolio { margin-bottom:15px; }
.caption__portfolio h3 {
	margin-top:15px;
	font-size:14px;
	line-height:21px;
	text-transform:uppercase;
}
.caption__portfolio h3 a { color:#434343; }
.caption__portfolio h3 a:hover { color:#299ecc; }
.zoom-icon { background:none repeat scroll 0 0 rgba(0,0,0,0.2); }
.filterable-portfolio .image-wrap { background:none; }
.filter-wrapper strong {
	font-size:14px;
	line-height:21px;
	font-weight:normal;
	text-transform:uppercase;
	color:#434343;
	padding:11px 0;
	margin-right:10px;
}
.nav-pills li a {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	font-size:14px;
	line-height:21px;
	text-transform:uppercase;
	color:#434343;
}
.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:#299ecc;
}
.portfolio-meta, .portfolio-meta-list { border-color:#e3e3e3; }
.portfolio-meta i, .portfolio-meta-list i { color:#299ecc; }
.flex-control-paging li a { background:#299ecc; }
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover { background:#434343; }
.pager {
	margin:0;
	padding:15px 0 30px;
	border:none;
}
.pager li a, .pager li a:focus {
	color:#fff;
	background:#299ecc;
	border:none;
}
.pager li.active a, .pager li a:hover {
	color:#fff;
	background:#434343;
}
.comment-list .comment .comment-body {
	background:#fff;
	border-color:#e3e3e3;
}
.comment-list .comment .reply a {
	color:#299ecc;
	background:none;
	border:none;
}
.comment-list .comment .reply a:hover {
	color:#434343;
	background:none;
}
.cancel-comment-reply small { font-size:95%; }
#sidebar { overflow:hidden; }
#sidebar .widget {
	overflow:hidden;
	margin-bottom:50px;
}
#sidebar .thumbnail {
	margin-top:0;
	margin-bottom:6px;
}
#sidebar time {
	display:inline-block;
	margin-bottom:1px;
	color:#299ecc;
}
#sidebar .post-list_h {
	font-size:16px;
	line-height:16px;
	margin-bottom:4px;
}
#sidebar .post-list_h a { color:#434343; }
#sidebar .post-list_h a:hover { color:#299ecc; }
#sidebar ul { margin:0; }
#sidebar ul li {
	list-style-type:none;
	margin-bottom:4px;
	padding-left:20px;
	font:14px/20px 'Open Sans', sans-serif;
	background:url(images/list_arr.png) 0 4px no-repeat;
}
#sidebar ul li a {
	vertical-align:top;
	line-height:20px;
	color:#434343;
}
#sidebar ul li a:hover { color:#299ecc; }
#sidebar .unstyled li {
	border:none;
	padding:0;
	margin-bottom:25px;
	background:none;
	font-size:12px;
	line-height:21px;
}
#sidebar .unstyled li .excerpt { margin-bottom:5px; }
#sidebar .unstyled .comments-custom_li .comments-custom_txt a { color:#434343; }
#sidebar .unstyled .comments-custom_li .comments-custom_txt a:hover {
	color:#299ecc;
	text-decoration:none;
}
#sidebar .social { text-align:left; }
#sidebar .social li {
	float:none;
	display:block;
	margin-bottom:15px;
}
#sidebar .btn, #sidebar .btn:focus {
	color:#299ecc;
	padding:0;
	height:21px;
	font-size:14px;
	line-height:21px;
	background:none;
}
#sidebar .btn:hover { color:#434343; }
#sidebar .btn.search-form_is, #sidebar .btn.search-form_is:focus {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding:0 15px 0;
	color:#fff;
	background:#299ecc;
}
#sidebar .btn.search-form_is:hover {
	color:#fff;
	background:#434343;
}
.home-sidebar >div { margin-bottom:30px; }
#calendar_wrap caption { color:#434343; }
#calendar_wrap thead th { color:#299ecc; }
.social-nets-wrapper .social { overflow:hidden; }
.social-nets-wrapper .social li {
	float:left;
	list-style:none;
}
.social .social_li { margin-left:4px; }
.flickr_list .flickr_li {
	width:20.4%;
	margin:0 8% 8% 0;
	line-height:0;
}
.flickr_list .flickr_li img {
	width:100%;
	max-width:none;
}
.flickr_list .flickr_li a, .flickr_list .flickr_li a:focus {
	margin:0;
	display:inline-block;
}
.post-list >li { padding:0 0 10px; }
h4.post-list_h {
	font-size:14px;
	line-height:24px;
}
h4.post-list_h .post-title {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
}
h4.post-list_h a { color:#434343; }
h4.post-list_h a:hover { color:#299ecc; }
.post-list .meta { margin-bottom:5px; }
.social-count-plus {
	padding:20px 30px 2px;
	background:#f4f4f4;
}
.social-count-plus ul li {
	float:none;
	display:block;
	padding-top:19px;
	padding-bottom:23px;
	width:auto;
	border-top:1px solid #fff;
}
.social-count-plus ul li .icon {
	text-align:left;
	width:auto !important;
	height:auto !important;
	background:none !important;
	opacity:1 !important;
}
.social-count-plus ul li .icon .items {
	position:relative;
	overflow:hidden;
}
.social-count-plus ul li .icon .items >span { display:inline-block; }
.social-count-plus ul li .icon .items .count {
	margin:12px 0 0;
	font:24px/21px 'Open Sans', sans-serif;
	color:#434343;
}
.social-count-plus ul li .icon .items .label {
	position:absolute;
	top:15px;
	left:60%;
	font:12px/21px Arial, Helvetica, sans-serif;
	color:#434343;
	vertical-align:top;
	text-shadow:none;
	background:none;
}
.social-count-plus ul li .icon:hover:before { background:#299ecc; }
.social-count-plus ul li .icon:before {
	-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-right:20px;
	float:left;
	font:25px/43px FontAwesome;
	display:inline-block;
	text-align:center;
	color:#fff;
	width:43px;
	height:43px;
	background:#979797;
}
.social-count-plus ul li:first-child {
	padding-top:0;
	border:none;
}
.social-count-plus .count-twitter .icon:before { content:''; }
.social-count-plus .count-facebook .icon:before { content:''; }
.social-count-plus .count-youtube .icon:before { content:''; }
.social-count-plus .count-googleplus .icon:before { content:''; }
.no-title h2 { display:none; }
.textwidget iframe { margin-bottom:5px; }
.separator-line li {
	padding:13px 0 1px;
	background:url(images/stepline.png) 0 0 repeat-x;
}
.separator-line li:first-child {
	padding-top:0;
	background:none;
}
.hr {
	margin:10px 0 40px;
	height:4px;
	background:url(images/stepline.png) 0 0 repeat-x;
}
.spacer { clear:both; }
.posts-grid li .featured-thumbnail { margin-bottom:15px; }
.posts-grid li h5 {
	font-size:14px;
	line-height:21px;
	text-transform:uppercase;
	margin-bottom:9px;
}
.posts-grid li h5 a { color:#434343; }
.posts-grid li h5 a:hover { color:#299ecc; }
.post_meta, .recent-posts .meta {
	padding:0;
	margin-bottom:4px;
	border:none;
	text-transform:none;
	font:12px/21px 'Open Sans', sans-serif;
}
.post_meta .post_date, .recent-posts .meta .post_date { margin-right:5px !important; }
.post_meta .post_comment, .recent-posts .meta .post_comment { margin-left:8px; }
.recent-posts .meta { margin-bottom:13px; }
.recent-posts .btn, .recent-posts .btn:focus, .posts-grid .btn, .posts-grid .btn:focus {
	font-size:14px;
	line-height:21px;
	color:#299ecc;
	height:21px;
	padding:0;
	background:none;
}
.recent-posts .btn:hover, .posts-grid .btn:hover { color:#434343; }
.recent-posts .excerpt, .posts-grid .excerpt { margin-bottom:5px; }
.recent-posts li .featured-thumbnail {
	max-width:100%;
	margin-bottom:14px;
}
.recent-posts li h5 {
	font-size:24px;
	line-height:24px;
	text-transform:none;
	margin-bottom:9px;
}
.recent-posts li h5 a { color:#434343; }
.recent-posts li h5 a:hover { color:#299ecc; }
.recent-posts li .post-comments {
	vertical-align:middle;
	line-height:21px;
	color:#299ecc;
	float:none;
}
.recent-posts li .post-comments a {
	vertical-align:middle;
	line-height:21px;
}
.recent-posts.fullwidth >li {
	margin-bottom:30px;
	padding-top:35px;
	background:url(images/stepline.png) 0 0 repeat-x;
}
.recent-posts.fullwidth >li:first-child {
	padding-top:0;
	background:none;
}
.recent-posts.fullwidth .my_share { margin-top:8px; }
.recent-posts.fullwidth .my_share .share-buttons { margin-bottom:0; }
.recent-posts.small li { margin-bottom:5px; }
.recent-posts.small li h5 {
	font-size:14px;
	line-height:24px;
	padding-right:3px;
}
.recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col { margin-left:-2% !important; }
.recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li {
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
}
.recent-posts.two-col li { width:48%; }
.recent-posts.three-col li { width:31.3%; }
.recent-posts.four-col li { width:23%; }
.full-width-thumb li .featured-thumbnail {
	float:none;
	max-width:100%;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
.list.arrow-list > ul { margin-left:0px; }
.list.arrow-list > ul li {
	list-style-type:none;
	margin-bottom:4px;
	padding-left:20px;
	font:14px/20px 'Open Sans', sans-serif;
	background:url(images/list_arr.png) 0 4px no-repeat;
}
.list.arrow-list > ul li a {
	vertical-align:top;
	line-height:20px;
	color:#434343;
}
.list.arrow-list > ul li a:hover { color:#299ecc; }
.list.arrow-list > ul li:before {
	width:0px;
	margin:0;
	padding:0;
	content:"";
}
.footer {
	margin-top:20px;
	padding:0;
	border:none;
	background:none;
	color:#fff;
}
.footer a { color:#fff; }
.footer a:hover { color:#299ecc; }
.footer >.container {
	padding:18px 0 16px;
	position:relative;
	background:url(images/menu_bg.png) 0 0 repeat;
}
.footer >.container:after, .footer >.container:before {
	background:url(images/menu_bg.png) 0 0 repeat;
	content:"";
	display:block;
	position:absolute;
	top:0;
	width:31px;
	height:100%;
}
.footer >.container:after { right:-30px; }
.footer >.container:before { left:-30px; }
.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:#299ecc;
	text-decoration:none;
}
.footer .footer-widgets >div >div { margin-bottom:40px; }
.footer .copyright { padding:0; }
.footer .footer-text { float:none; }
.footer .footer-text .footer-logo { font:24px/21px 'Pacifico', cursive; }
input[type="submit"], input[type="reset"], input[type="submit"]:focus, input[type="reset"]:focus {
	color:#fff !important;
	height:34px !important;
	line-height:34px !important;
	font-size:14px;
	padding:0 12px;
	background:#299ecc;
}
input[type="submit"]:hover, input[type="reset"]:hover { background:#434343; }
.testimonial {
	background:none;
	border:1px solid #e3e3e3;
}
.faq-list .faq-list_h { color:#299ecc; }
.faq-list .marker { color:#434343; }
.error404-holder_num { color:#299ecc; }
.pagination a { color:#434343; }
.pagination a:hover { color:#299ecc; }
.wpcf7-not-valid-tip { text-transform:none !important; }
input::-webkit-input-placeholder { color:#434343; }
textarea::-webkit-input-placeholder { color:#434343; }
input::-moz-placeholder { color:#434343; }
textarea::-moz-placeholder { color:#434343; }
.archive_lists { padding-top:30px; }
.check-list { margin-bottom:30px; }
@media (min-width: 1200px) {
	#topnav li a { padding:21px 25px 20px; }
	#search-header .search-form_it { width:240px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.post-list_li .featured-thumbnail {
		float:none;
		margin-right:100%;
		display:inline-block;
	}
	.post-list_li time { display:block; }
	.logo { width:100%; }
	.header-widgets h4 { margin-bottom:10px; }
	.header-widgets-fullwidth > div > div { padding:10px 20px; }
	#search-header .search-form_it { width:155px; }
	#search-header .search-text { display:none; }
	#topnav li a {
		font-size:13px;
		padding:21px 15px 20px;
	}
	.social-count-plus ul li .icon .items .count {
		margin-top:7px;
		font:16px/21px 'Open Sans', sans-serif;
	}
	.social-count-plus ul li .icon .items .label {
		top:8px;
		left:48%;
		font-size:11px;
	}
	.social-count-plus ul li .icon:before {
		margin-right:10px;
		font:20px/35px FontAwesome;
		width:35px;
		height:35px;
	}
	.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-bottom:25px; }
	.recent-posts.two-col li .thumbnail, .recent-posts.three-col li .thumbnail, .recent-posts.four-col li .thumbnail {
		padding:0;
		margin:0 0 3px 0;
		display:inline-block;
		float:none;
	}
	.recent-posts li .thumbnail, .home-sidebar .post-list li .thumbnail {
		float:none;
		display:inline-block;
	}
}
@media (max-width: 767px) {
	#topnav { display:none; }
	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.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:190px;
		width:auto;
		float:left;
	}
	.recent-posts.fullwidth li .thumbnail {
		max-width:100%;
		float:none;
	}
	.header-widgets-fullwidth > div h3 { padding-left:30px; }
	.header-widgets-fullwidth > div > div {
		display:block;
		padding:10px 20px;
	}
	.header-widgets h4 { margin-bottom:6px; }
	.logo {
		text-align:center;
		margin:5px 0 15px;
		width:auto;
		padding-left:20px;
		padding-right:20px;
	}
	.select-menu {
		margin:20px 0;
		background:#fff;
	}
	.share-buttons span, .share-buttons li { float:left !important; }
	.footer nav.footer-nav { float:none; }
	h2 { white-space:normal; }
	h2:after { margin-left:0px; }
}
@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; }
	.social-count-plus ul li .icon .items .count {
		margin-top:7px;
		font:16px/21px 'Open Sans', sans-serif;
	}
	.social-count-plus ul li .icon .items .label {
		top:8px;
		left:48%;
		font-size:11px;
	}
	.social-count-plus ul li .icon:before {
		margin-right:10px;
		font:20px/35px FontAwesome;
		width:35px;
		height:35px;
	}
}
@media (max-width: 440px) {
	.recent-posts li .thumbnail {
		float:none;
		max-width:100%;
	}
}
@media (max-width: 400px) {
	.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-bottom:25px; }
	.recent-posts.two-col li .thumbnail, .recent-posts.three-col li .thumbnail, .recent-posts.four-col li .thumbnail {
		max-width:100%;
		float:none;
		display:inline-block;
	}
}
@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:31px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
