@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,700,800);
.main-holder { overflow:hidden; }
body {
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:50% 0;
	background-image:none;
}
h1 small {
	font-size:1em;
	text-transform:capitalize;
}
h3 {
	font-weight:300 !important;
	text-transform:uppercase;
}
h3:after {
	content:'';
	background-color:#d3d3d3;
	height:19px;
	display:inline-block;
	vertical-align:top;
}
h4 {
	font-weight:300 !important;
	margin-bottom:12px;
}
.header {
	padding:0;
	margin-bottom:20px;
	border:none;
	background-color:#262626;
}
@media (min-width: 1200px) {
	.header { margin-bottom:30px; }
}
.home .header { margin-bottom:0; }
.header .banners {
	float:right;
	margin-bottom:0 !important;
}
@media (max-width: 767px) {
	.header .banners {
		float:none;
		text-align:center;
	}
	.header .banners a {
		display:inline-block;
		vertical-align:top;
	}
}
.header .banners .banners_img { width:100%; }
.header .row-1 { padding:10px 0 9px 0; }
.header .row-2 {
	background-color:#073860;
	position:relative;
	margin:0 -20px;
	padding:0 20px;
	min-height:48px;
}
@media (max-width: 767px) {
	.header .row-2 {
		min-height:0;
		padding:15px 20px;
	}
}
.header .row-2:before, .header .row-2:after {
	content:'';
	position:absolute;
	top:0;
	width:0;
	height:100%;
	background-color:inherit;
	z-index:-1;
}
@media (max-width: 991px) {
	.header .row-2:before, .header .row-2:after { display:none; }
}
.header .row-2:before { left:-99%; }
.header .row-2:after { right:-99%; }
.header .row-2.isStuck { border-bottom:2px solid #f1d432; }
.header .row-2.isStuck:before, .header .row-2.isStuck:after {
	width:100%;
	border:inherit;
}
@media (max-width: 998px) {
	.header .row-2.isStuck {
		position:relative !important;
		top:0 !important;
		border:none;
	}
}
@media (max-width: 998px) {
	.header .pseudoStickyBlock { height:0 !important; }
}
.logo { padding-top:3px; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		float:none !important;
		text-align:center;
		margin-bottom:20px;
	}
}
.logo_tagline { color:#fff; }
.footer .logo {
	float:none !important;
	text-align:center;
	padding-top:0;
	margin-bottom:7px;
}
.header .search-form {
	background-color:#f3f3f3;
	margin:8px 0 0 0;
	padding:0 12px 0 0;
	height:31px;
	width:241px;
	float:right;
}
.search-form input[type="text"] { margin-right:10px; }
.header .search-form input[type="text"] {
	width:177px;
	padding:5px 22px 0 22px;
	margin:0;
	border:none;
	background-color:transparent;
	font-size:11px;
	font-style:italic;
	font-weight:300;
}
.header .search-form input[type="text"]::-moz-placeholder {
	color:#262626;
	text-transform:capitalize;
	opacity:1;
}
.header .search-form input[type="text"]::-ms-input-placeholder {
	color:#262626;
	text-transform:capitalize;
}
.header .search-form input[type="text"]::-webkit-input-placeholder {
	color:#262626;
	text-transform:capitalize;
}
.header .search-form input[type="text"]:-moz-placeholder { color:#262626; }
.header .search-form input[type="text"]:-ms-input-placeholder { color:#262626; }
.header .search-form input[type="text"]::-webkit-input-placeholder { color:#262626; }
.header .search-form input[type="text"]:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.search-form_is { margin-top:11px; }
.header .search-form_is {
	border:none;
	padding:0;
	margin:4px 0 0 0;
	background:none;
	font-size:18px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.header .search-form_is:hover, .header .search-form_is:focus {
	opacity:0.4;
	filter:alpha(opacity=40);
}
.nav__primary { margin-bottom:0; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { margin-top:12px; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	top:-29px;
	margin-left:1px;
}
.sf-menu {
	float:left;
	padding-top:13px;
}
.sf-menu a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.sf-menu > li {
	background-color:transparent;
	margin-left:40px;
}
.sf-menu > li:first-child { margin-left:0; }
.sf-menu > li > a {
	padding:0;
	border:none;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:.5px;
}
.sf-menu li ul {
	width:160px;
	background-color:#262626;
	padding:12px 0 19px 0;
}
.sf-menu li li {
	background-color:transparent;
	text-align:left;
	margin:5px 0;
}
.sf-menu li li a {
	padding:6px 20px 7px 20px;
	border:none;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
	color:#f1d432;
	background-color:transparent;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a { background:#353535; }
.slider {
	background-color:#ebebeb;
	padding:20px 0;
	position:relative;
	overflow:visible;
}
@media (min-width: 1200px) {
	.slider { padding:30px 0; }
}
.slider:before, .slider:after {
	content:'';
	position:absolute;
	top:0;
	width:20px;
	height:100%;
	background-color:inherit;
}
.slider:before { left:-20px; }
.slider:after { right:-20px; }
.slider-box {
	border:11px solid #fff;
	overflow:hidden;
}
@media (max-width: 767px) {
	.slider-box { margin-bottom:20px; }
}
.camera_prev, .camera_next, .camera_commands {
	height:75px;
	margin-top:-37.5px;
	width:47px;
	background-color:rgba(255,255,255,0.6);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.camera_prev:hover, .camera_next:hover, .camera_commands:hover { background-color:#fff !important; }
.no-rgba .camera_prev, .no-rgba .camera_next, .no-rgba .camera_commands {
	background-color:transparent;
	background-image:url(images/white-opacity-60.png);
}
.camera_prev > span, .camera_next > span, .camera_commands > .camera_play, .camera_commands > .camera_stop {
	text-align:center;
	background-image:none;
	height:75px;
	width:47px;
}
.camera_prev > span:before, .camera_next > span:before, .camera_commands > .camera_play:before, .camera_commands > .camera_stop:before {
	font-family:FontAwesome;
	font-size:60px;
	line-height:75px;
}
.camera_prev { left:0; }
.camera_prev > span:before { content:'\f104'; }
.camera_next { right:0; }
.camera_next > span:before { content:'\f105'; }
.camera_commands { right:48px; }
.camera_commands > .camera_play { background-position:-80px 0; }
.camera_commands > .camera_play:before {
	content:'\f04b';
	font-size:25px;
}
.camera_commands > .camera_stop { background-position:-120px 0; }
.camera_commands > .camera_stop:before {
	content:'\f04c';
	font-size:25px;
}
.content-holder {
	padding:0 0 50px 0;
	margin-top:178px;
	background-color:#fff;
}
@media (min-width: 1200px) {
	.content-holder { margin-top:198px; }
}
.home .content-holder, .page-template-page-fullwidth-php .content-holder {
	background-color:transparent;
	padding:0;
	margin-top:0;
}
body.author .content-holder, body.error404 .content-holder { margin-top:0; }
#content { padding-top:20px; }
@media (min-width: 1200px) {
	#content { padding-top:30px; }
}
.title-section {
	padding:25px 0 30px;
	background-color:#f1d432;
	text-align:center;
	position:absolute;
	top:-158px;
	width:100%;
}
@media (min-width: 1200px) {
	.title-section { top:-168px; }
}
.page-template-page-fullwidth-php .title-section {
	top:0;
	position:static;
}
.title-section:before, .title-section:after {
	content:'';
	position:absolute;
	top:0;
	width:20px;
	height:100%;
	background-color:inherit;
}
.title-section:before { left:-20px; }
.title-section:after { right:-20px; }
.title-header {
	font-size:30px;
	font-weight:900;
	overflow:visible;
	margin:0;
	color:#fff;
	text-transform:uppercase;
}
.title-header:after {
	content:'';
	display:block;
	height:2px;
	background-color:#fff;
	width:570px;
	margin:15px auto 12px;
}
.breadcrumb__t {
	padding:0;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t li {
	text-shadow:none;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.breadcrumb__t li.active { color:#fff; }
.breadcrumb__t li.divider {
	margin:0 2px;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:' / ';
	color:#fff;
	font:14px/18px Open Sans;
	font-weight:700;
}
.breadcrumb__t li a { color:#fff; }
.post-header {
	position:relative;
	margin-bottom:16px;
}
.post-header:before {
	content:'';
	height:19px;
	background-color:#d3d3d3;
	position:absolute;
	top:3px;
	left:0;
	right:0;
}
.post-title {
	font-size:18px;
	font-weight:300;
	text-transform:uppercase;
	background-color:#fff;
	display:inline-block;
	vertical-align:top;
	margin:0;
	padding-right:12px;
	position:relative;
	z-index:2;
}
.post-title a { color:#073860; }
.post-title a:hover, .post-title a:focus {
	color:#3274aa;
	text-decoration:none;
}
.post .btn-primary { font-size:12px; }
.post_meta {
	border-color:#e3e3e3;
	font-size:11px;
	padding:.7em 0 !important;
}
.post_meta>div.post_meta_unite {
	padding-top:.7em;
	margin-top:.7em;
}
.post_meta i { color:#073860; }
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li a {
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.pagination__posts ul li a:hover, .pagination__posts ul li a:focus {
	background-color:#073860;
	color:#fff;
	border-color:#073860;
}
.pagination__posts ul .active a {
	background-color:#073860 !important;
	color:#fff !important;
	border-color:#073860 !important;
}
.post-author {
	border:none;
	background-color:#f3f3f3;
}
.post-author_h {
	text-transform:none;
	font-weight:400 !important;
	color:#000;
	margin-bottom:18px;
}
.post-author_h a { text-transform:capitalize; }
.post-author_h a:hover, .post-author_h a:focus { text-decoration:none; }
.post-author_link a { text-transform:capitalize; }
.post-author_link a:hover, .post-author_link a:focus { text-decoration:none; }
.post-author_gravatar img {
	padding:0;
	border:none;
	background-color:transparent;
}
@media (min-width: 1200px) {
	.post-author_desc { overflow:hidden; }
}
#recent-author-comments { padding-top:20px; }
#recent-author-comments ul { margin-left:0; }
#recent-author-comments ul li { list-style-type:none; }
.related-posts_h { margin-bottom:15px; }
.testimonial {
	border:none;
	background-color:#f3f3f3;
	font-family:Open Sans;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial_bq p {
	font-size:14px;
	font-weight:400;
	line-height:24px;
	color:#073860;
}
.testimonial small {
	font-family:Open Sans;
	font-style:normal;
	color:#000;
	padding:12px 0 0;
	font-size:11px;
}
.filter-wrapper strong {
	padding:0;
	margin-right:20px;
}
.nav-pills { margin-right:-27px; }
.nav-pills li { margin-right:27px; }
.nav-pills li a {
	margin:0 !important;
	padding:0 !important;
	background:none !important;
	line-height:18px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (max-width: 480px) {
	.nav-pills li a { padding:0; }
}
.nav-pills li.active a {
	font-weight:bold;
	color:#073860 !important;
}
.filterable-portfolio .btn-primary { font-size:12px; }
.zoom-icon {
	top:13px;
	right:13px;
	bottom:13px;
	left:13px;
	background:rgba(0,0,0,0.5);
}
.no-rgba .zoom-icon { background:url(images/black-opacity-50.png); }
.zoom-icon:before {
	margin:-17.5px 0 0 -17px;
	width:34px;
	height:35px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
}
.single-portfolio .featured-thumbnail.large {
	margin-bottom:0;
	margin-top:0;
	padding-bottom:1.5em;
}
.single-pager a {
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.flex-control-paging li a, .flex-control-paging li span, .owl-theme .owl-controls a, .owl-theme .owl-controls span {
	background:#999;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.flex-control-paging li a:hover, .flex-control-paging li span:hover, .owl-theme .owl-controls a:hover, .owl-theme .owl-controls span:hover { background:#073860; }
.flex-control-paging li a.flex-active, .flex-control-paging li .active span, .owl-theme .owl-controls a.flex-active, .owl-theme .owl-controls .active span { background:#073860; }
.portfolio-meta i { color:#073860; }
.comment-list .comment .comment-body {
	border:none;
	background:#f3f3f3;
}
.comment-list .comment.bypostauthor .comment-body { background:#f3f3f3; }
.comment-author .author {
	text-align:left;
	padding-top:15px;
}
.reply a {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#commentform p { overflow:hidden; }
#commentform p.field { margin-bottom:18px; }
#commentform input[type="text"] {
	width:100%;
	max-width:100%;
	min-width:100%;
	height:42px;
	padding:11px 13px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.ie8 #commentform input[type="text"] {
	width:592px;
	max-width:592px;
	min-width:592px;
	height:auto;
	line-height:15px;
	-webkit-box-sizing:inherit;
	-moz-box-sizing:inherit;
	box-sizing:inherit;
}
#commentform textarea {
	width:100%;
	max-width:100%;
	min-width:100%;
	margin-bottom:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.ie8 #commentform textarea {
	width:592px;
	max-width:592px;
	min-width:592px;
	line-height:18px;
	-webkit-box-sizing:inherit;
	-moz-box-sizing:inherit;
	box-sizing:inherit;
}
#commentform input[type="submit"] { float:right; }
.widget-box .widget { margin:20px 0 0 0; }
@media (min-width: 1200px) {
	.widget-box .widget { margin:30px 0 0 0; }
}
.widget-box .widget:first-child { margin-top:0; }
.widget-box .banner_wrapper { padding:0; }
@media (max-width: 767px) {
	.widget-box .banner_wrapper { text-align:center; }
}
.widget-box .banner_wrapper .thumbnail { margin-bottom:0; }
.widget-box .banner_wrapper p { display:none; }
#sidebar { padding-top:20px; }
@media (min-width: 1200px) {
	#sidebar { padding-top:30px; }
}
.widget-title {
	position:relative;
	margin-bottom:12px;
}
.widget-title:before {
	content:'';
	height:19px;
	background-color:#d3d3d3;
	position:absolute;
	top:3px;
	left:0;
	right:0;
}
.widget-title h3 {
	font-size:18px;
	font-weight:300 !important;
	line-height:22px;
	text-transform:uppercase;
	background-color:#fff;
	display:inline-block;
	vertical-align:top;
	position:relative;
	z-index:2;
	color:#073860;
	padding-right:12px;
	margin:0;
}
.widget ul { margin-left:0; }
.widget ul li { list-style-type:none; }
.widget ul li a { color:#000; }
.widget ul ul { margin-left:15px; }
.widget .btn { color:#073860 !important; }
.widget .btn:hover, .widget .btn:focus { text-decoration:none; }
#wp-calendar td#today {
	color:#073860;
	font-weight:bold;
}
#wp-calendar caption { color:#073860; }
#wp-calendar thead th { color:#073860; }
.flickr_li .thumbnail:hover, .flickr_li .thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.post-list .post-title { padding-right:0; }
.banners {
	padding-top:3px;
	margin-bottom:30px;
}
.comments-custom li { padding:25px 0 0 0; }
.comments-custom_txt {
	padding:0;
	border:none;
	margin-top:7px;
}
.comments-custom_txt a { text-decoration:none; }
.comments-custom_txt a:hover { text-decoration:underline; }
@media (min-width: 768px) and (max-width: 979px) {
	.social { padding-bottom:1px; }
}
.social_link:hover {
	filter:none !important;
	opacity:1;
	filter:alpha(opacity=100);
}
.social_ico {
	width:65px;
	height:58px;
	line-height:58px;
	font-size:24px;
	text-align:center;
	background-color:#073860;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (min-width: 1200px) {
	.social_ico {
		height:67px;
		line-height:67px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.social_ico {
		width:43px;
		height:43px;
		line-height:43px;
		font-size:20px;
	}
}
@media (max-width: 767px) {
	.social_ico {
		float:left;
		margin-right:3px;
		font-size:24px;
		height:67px;
		line-height:67px;
	}
}
.social_label {
	font-size:13px;
	text-transform:uppercase;
	width:196px;
	background-color:#073860;
	padding:20px 15px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (min-width: 1200px) {
	.social_label {
		font-size:14px;
		width:266px;
		padding:24px 18px 25px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.social_label {
		font-size:11px;
		width:162px;
		padding:12px 10px 13px;
	}
}
@media (max-width: 767px) {
	.social_label {
		float:left;
		font-size:14px;
		width:266px;
		padding:24px 18px 25px;
		text-align:left;
	}
}
@media (max-width: 480px) {
	.social_label { width:216px; }
}
@media (max-width: 360px) {
	.social_label {
		width:184px;
		font-size:13px;
		padding-right:10px;
	}
}
.social a { color:#fff !important; }
.social a:hover, .social a:focus { text-decoration:none; }
.social a:hover .social_ico, .social a:focus .social_ico { background-color:#3274aa; }
.social a:hover .social_label, .social a:focus .social_label { background-color:#3274aa; }
.social__row li {
	float:left;
	margin-right:5px;
	margin-left:0;
	margin-bottom:5px;
}
.social__row a { float:left; }
@media (max-width: 767px) {
	.social__list { text-align:center; }
}
.social__list li { margin:4px 0 0 0; }
.social__list li:first-child { margin-top:0; }
@media (min-width: 1200px) {
	.social__list li { margin:10px 0 0 0; }
}
@media (max-width: 767px) {
	.testimonials { margin-bottom:20px; }
	.home .testimonials { margin-bottom:0; }
}
.testimonials .testi-item {
	padding:0;
	margin:14px 0 0 0;
}
.testimonials .testi-item:first-child { margin-top:0; }
.testimonials .testi-item blockquote {
	padding:0;
	background-color:transparent;
	line-height:24px;
	font-size:14px;
	font-style:italic;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonials .testi-item blockquote:before { display:none; }
.testimonials .testi-item blockquote:after { display:none; }
.testimonials .testi-item blockquote > a { color:#073860; }
.testimonials .testi-item blockquote > a:hover { color:#3274aa; }
.testimonials .testi-item .testi-meta { padding:0; }
.testimonials .testi-item .testi-meta .user {
	font-size:14px;
	font-style:italic;
	line-height:24px;
	color:#343434;
}
.testimonials .testi-item .testi-meta a, .testimonials .testi-item .testi-meta .info { display:none; }
.tags-cloud { margin-bottom:19px; }
.tags-cloud a, .tagcloud a, .post_footer a {
	color:#396080;
	line-height:30px;
	margin-right:18px;
}
@media (max-width: 767px) {
	.posts-list { margin-bottom:20px; }
}
.posts-list.no-thumb { padding-top:5px; }
.posts-list.no-thumb .post__holder {
	margin:1px 0 0 0;
	padding:29px 0 0 0;
	background-repeat:repeat-x;
	background-position:0 0;
	background-image:url(images/hr.gif);
}
.posts-list.no-thumb .row-fluid:first-child .post__holder {
	background-image:none;
	margin-top:0;
	padding-top:0;
}
.posts-list.no-thumb .featured-thumbnail { display:none; }
.posts-list .post__holder { margin:20px 0 0 0; }
.posts-list .row-fluid:first-child .post__holder { margin-top:0; }
.posts-list .post-header { margin-bottom:0; }
.posts-list .post-header:before { display:none; }
.posts-list .post-title {
	font-size:16px;
	font-weight:300;
	line-height:18px;
	margin:0 0 2px 0;
	padding:0;
	background-color:transparent;
	text-transform:none;
}
.posts-list .post-title:before { display:none; }
.posts-list .post-title a { color:#272625; }
.posts-list .post-title a:hover, .posts-list .post-title a:focus {
	color:#073860;
	text-decoration:none;
}
.posts-list .featured-thumbnail {
	margin-bottom:14px;
	margin-right:0;
}
@media (max-width: 767px) {
	.posts-list .featured-thumbnail {
		float:none;
		margin:0 0 10px 0;
		display:inline-block;
		vertical-align:top;
	}
}
.posts-list .featured-thumbnail img { width:100%; }
.posts-list .post_meta {
	padding:0 !important;
	margin-bottom:5px !important;
	border:none;
	font-weight:700;
	font-size:12px;
	color:#073860;
}
.posts-list .post_meta .post_category, .posts-list .post_meta .post_author { display:none; }
.posts-list .post_content { padding-bottom:0; }
.posts-list .post_content .excerpt { margin-bottom:0; }
@media (max-width: 767px) {
	.recent-posts { margin-bottom:20px !important; }
}
.recent-posts_li {
	margin-bottom:0;
	margin-top:20px;
}
.recent-posts_li:first-child { margin-top:0; }
.recent-posts_li .featured-thumbnail { margin:0 21px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts_li .featured-thumbnail {
		float:none;
		margin:0 0 10px 0;
	}
	.recent-posts_li .featured-thumbnail a { display:inline; }
}
@media (max-width: 480px) {
	.recent-posts_li .featured-thumbnail {
		width:auto;
		float:none;
		margin:0 0 10px 0;
		display:inline-block;
		vertical-align:top;
	}
}
.recent-posts_li h5 {
	font-size:16px;
	font-weight:300 !important;
	line-height:18px;
	margin:2px 0;
}
.recent-posts_li h5 a { color:#272625; }
.recent-posts_li h5 a:hover, .recent-posts_li h5 a:focus {
	text-decoration:none;
	color:#073860;
}
.recent-posts_li .excerpt { margin-bottom:1.2em; }
.recent-posts_li .meta {
	margin-bottom:9px;
	color:#073860;
	text-transform:none;
	font-size:12px;
	font-weight:700;
}
.recent-posts_li .post-comments { float:left; }
.recent-posts.custom-video .format-video {
	width:570px;
	margin-top:3px;
}
.recent-posts.extra { margin-bottom:18px !important; }
.recent-posts.extra li { margin-top:15px; }
.recent-posts.extra li:first-child { margin-top:0; }
.recent-posts.extra .featured-thumbnail { margin-top:3px; }
@media (max-width: 480px) {
	.recent-posts.extra .featured-thumbnail {
		float:left;
		margin-right:20px;
	}
}
.recent-posts.extra h5 {
	margin:1px 0 2px 0;
	min-height:36px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts.extra h5 { min-height:0; }
}
.recent-posts.extra .excerpt { margin-bottom:0; }
.recent-posts.extra-style { margin-bottom:7px !important; }
.recent-posts.extra-style .featured-thumbnail { margin-bottom:17px; }
.recent-posts.extra-style h5 { margin-bottom:10px; }
.ie8 .posts-grid .featured-thumbnail img { max-width:none; }
@media (max-width: 767px) {
	.posts-grid.no-title li { margin-top:20px; }
	.posts-grid.no-title li:first-child { margin-top:0; }
}
.posts-grid.no-title h5 { display:none; }
.posts-grid.team { padding-top:2px; }
.posts-grid.team .featured-thumbnail { margin-bottom:18px; }
.posts-grid.team h5 {
	font-size:16px;
	font-weight:300;
	margin:0 0 5px 0;
}
.posts-grid.small-grid li { margin-bottom:17px; }
@media (max-width: 767px) {
	.posts-grid.small-grid li { *zoom:1; }
	.posts-grid.small-grid li:before, .posts-grid.small-grid li:after {
		display:table;
		content:"";
		line-height:0;
	}
	.posts-grid.small-grid li:after { clear:both; }
}
.posts-grid.small-grid .post_meta {
	border:none;
	padding:0 !important;
	margin-bottom:9px !important;
	color:#073860;
	text-transform:none;
	font-size:12px;
	font-weight:700;
}
.posts-grid.small-grid .post_meta .post_category, .posts-grid.small-grid .post_meta .post_author, .posts-grid.small-grid .post_meta .post_comment { display:none; }
.posts-grid.small-grid .post_meta .post_date { margin-right:0; }
.posts-grid.small-grid .excerpt {
	font-size:16px;
	font-weight:300;
	line-height:18px;
}
.posts-grid.small-grid .clear { clear:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.small-grid .clear { clear:both; }
}
.posts-grid.small-grid .featured-thumbnail {
	float:left;
	margin:3px 20px 10px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.small-grid .featured-thumbnail { margin-right:0; }
}
.posts-grid.banner { padding-bottom:0 !important; }
@media (max-width: 767px) {
	.posts-grid.banner { text-align:center; }
}
.posts-grid.banner li {
	position:relative;
	margin-bottom:0;
}
.posts-grid.banner li:hover .featured-thumbnail { border-color:#c9ac0e; }
@media (max-width: 767px) {
	.posts-grid.banner li {
		width:auto !important;
		display:inline-block !important;
		vertical-align:top !important;
		margin-top:20px;
		text-align:left;
	}
	.posts-grid.banner li:first-child { margin-top:0; }
}
.posts-grid.banner .featured-thumbnail {
	border:3px solid #fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid.banner .featured-thumbnail a { background-color:#262626; }
.posts-grid.banner .featured-thumbnail a img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.posts-grid.banner .post_meta {
	position:absolute;
	bottom:111px;
	left:20px;
	border:none;
	padding:0 0 17px 0;
	margin:0;
	border-bottom:2px solid #fff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 1200px) {
	.posts-grid.banner .post_meta { left:30px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.banner .post_meta {
		bottom:auto;
		top:10px;
	}
}
@media (max-width: 767px) {
	.posts-grid.banner .post_meta {
		bottom:auto;
		top:10px;
	}
}
.posts-grid.banner .post_meta .post_category, .posts-grid.banner .post_meta .post_author, .posts-grid.banner .post_meta .post_comment { display:none; }
.posts-grid.banner .post_meta .post_date { margin-right:0; }
.posts-grid.banner h5 {
	font-weight:900 !important;
	font-size:21px;
	line-height:30px;
	text-transform:uppercase;
	padding:0 20px 0 20px;
	margin:0;
	position:absolute;
	bottom:27px;
	left:0;
}
@media (min-width: 1200px) {
	.posts-grid.banner h5 {
		font-size:24px;
		line-height:36px;
		padding:0 30px 0 30px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.banner h5 {
		font-size:15px;
		line-height:26px;
		bottom:15px;
	}
}
@media (max-width: 767px) {
	.posts-grid.banner h5 { bottom:15px; }
}
.posts-grid.banner h5 a { color:#fff; }
.posts-grid.banner h5 a:hover, .posts-grid.banner h5 a:focus { text-decoration:none; }
.footer {
	padding:15px 0 19px 0;
	border:none;
	background-color:transparent;
}
nav.footer-nav { float:none; }
nav.footer-nav ul {
	float:none;
	text-align:center;
}
nav.footer-nav ul li {
	float:none;
	display:inline;
	padding:0 7px;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul li { padding:0 4px; }
}
@media (max-width: 767px) {
	nav.footer-nav ul li { padding:0 4px; }
}
nav.footer-nav ul li a:hover {
	color:#fff;
	text-decoration:underline;
}
nav.footer-nav ul li.current-menu-item a { text-decoration:underline; }
.footer-text {
	float:none;
	text-align:center;
	color:inherit;
}
@media (max-width: 767px) {
	.footer-text { margin-bottom:0; }
}
.footer-text a { color:inherit; }
.wpcf7-form p.field input {
	padding:11px 13px;
	height:42px;
}
.wpcf7-form p.field input::-moz-placeholder {
	color:#000;
	text-transform:capitalize;
	opacity:1;
}
.wpcf7-form p.field input::-ms-input-placeholder {
	color:#000;
	text-transform:capitalize;
}
.wpcf7-form p.field input::-webkit-input-placeholder {
	color:#000;
	text-transform:capitalize;
}
.wpcf7-form p.field input:-moz-placeholder { color:#000; }
.wpcf7-form p.field input:-ms-input-placeholder { color:#000; }
.wpcf7-form p.field input::-webkit-input-placeholder { color:#000; }
.wpcf7-form textarea { padding:11px 13px; }
.wpcf7-form textarea::-moz-placeholder {
	color:#000;
	text-transform:capitalize;
	opacity:1;
}
.wpcf7-form textarea::-ms-input-placeholder {
	color:#000;
	text-transform:capitalize;
}
.wpcf7-form textarea::-webkit-input-placeholder {
	color:#000;
	text-transform:capitalize;
}
.wpcf7-form textarea:-moz-placeholder { color:#000; }
.wpcf7-form textarea:-ms-input-placeholder { color:#000; }
.wpcf7-form textarea::-webkit-input-placeholder { color:#000; }
.wpcf7-form .ajax-loader { margin-top:0; }
.wpcf7-not-valid-tip { padding:11px 0 11px 13px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip {
		padding-left:10px !important;
		padding-top:2px !important;
	}
}
#back-top a:hover span { background-color:#3274aa; }
#back-top span { background-color:#073860; }
.archive-list {
	margin-left:0;
	padding:1px 0 19px 0;
	*zoom:1;
}
.archive-list:before, .archive-list:after {
	display:table;
	content:"";
	line-height:0;
}
.archive-list:after { clear:both; }
.archive-list li {
	list-style-type:none;
	float:left;
	width:50%;
}
.archive-list li a { color:#000; }
.alignnone {
	margin-top:0;
	margin-bottom:17px;
}
.btn-primary {
	padding:0;
	border:none;
	text-transform:uppercase;
	font-weight:bold;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#073860;
	text-shadow:none;
	background-color:rgba(0,0,0,0);
	background-image:-moz-linear-gradient(top,transparent,transparent);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),to(transparent));
	background-image:-webkit-linear-gradient(top,transparent,transparent);
	background-image:-o-linear-gradient(top,transparent,transparent);
	background-image:linear-gradient(to bottom,transparent,transparent);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
	border-color:transparent transparent rgba(0,0,0,0);
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color:#073860;
	background-color:transparent;
	*background-color:rgba(0,0,0,0);
}
.btn-primary:active, .btn-primary.active { background-color:rgba(0,0,0,0) \9; }
.btn-primary:hover, .btn-primary:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#3274aa;
	text-shadow:none;
	background-color:rgba(0,0,0,0);
	background-image:-moz-linear-gradient(top,transparent,transparent);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),to(transparent));
	background-image:-webkit-linear-gradient(top,transparent,transparent);
	background-image:-o-linear-gradient(top,transparent,transparent);
	background-image:linear-gradient(to bottom,transparent,transparent);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
	border-color:transparent transparent rgba(0,0,0,0);
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover:hover, .btn-primary:hover:focus, .btn-primary:hover:active, .btn-primary:hover.active, .btn-primary:hover.disabled, .btn-primary:hover[disabled], .btn-primary:focus:hover, .btn-primary:focus:focus, .btn-primary:focus:active, .btn-primary:focus.active, .btn-primary:focus.disabled, .btn-primary:focus[disabled] {
	color:#3274aa;
	background-color:transparent;
	*background-color:rgba(0,0,0,0);
}
.btn-primary:hover:active, .btn-primary:hover.active, .btn-primary:focus:active, .btn-primary:focus.active { background-color:rgba(0,0,0,0) \9; }
.btn-link {
	padding:0;
	font-weight:700;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.btn-link { margin-bottom:20px; }
}
.btn-link.btn-normal { font-size:12px; }
.title-box {
	position:relative;
	margin-bottom:13px;
}
.title-box:before {
	content:'';
	height:19px;
	background-color:#d3d3d3;
	position:absolute;
	top:3px;
	left:0;
	right:0;
	display:block !important;
}
.title-box_primary {
	font-size:18px;
	font-weight:300 !important;
	line-height:22px;
	text-transform:uppercase;
	background-color:#f3f3f3;
	display:inline-block;
	vertical-align:top;
	position:relative;
	z-index:2;
	color:#073860;
	padding-right:12px;
	margin:0;
}
.custom-box {
	position:relative;
	margin-bottom:20px;
	padding:17px 0 26px 0;
	background-color:#f3f3f3;
}
@media (min-width: 1200px) {
	.custom-box {
		margin-bottom:30px;
		padding:27px 0 26px 0;
	}
}
.custom-box.no-margin {
	margin-bottom:0;
	padding-bottom:55px;
	background-color:#fff;
}
.custom-box.no-margin .title-box_primary { background-color:#fff; }
.custom-box.extra {
	padding:20px 0;
	background-color:#f1d432;
}
@media (min-width: 1200px) {
	.custom-box.extra { padding:30px 0; }
}
.custom-box.extra .posts-grid { padding-bottom:3px; }
.custom-box.extra .posts-grid li { margin-bottom:0; }
.custom-box.extra h3 {
	color:#292929;
	margin:0 0 25px 0;
}
.custom-box:before, .custom-box:after {
	content:'';
	position:absolute;
	top:0;
	width:20px;
	height:100%;
	background-color:inherit;
}
.custom-box:before { left:-20px; }
.custom-box:after { right:-20px; }
.thumbnail, .featured-thumbnail {
	padding:0;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="submit"], input[type="reset"] {
	font-size:12px;
	font-weight:bold;
	height:auto;
	padding:0;
	text-transform:uppercase;
	border:none;
	background:none !important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#073860;
	text-shadow:none;
	background-color:rgba(0,0,0,0);
	background-image:-moz-linear-gradient(top,transparent,transparent);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),to(transparent));
	background-image:-webkit-linear-gradient(top,transparent,transparent);
	background-image:-o-linear-gradient(top,transparent,transparent);
	background-image:linear-gradient(to bottom,transparent,transparent);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
	border-color:transparent transparent rgba(0,0,0,0);
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].active, input[type="submit"].disabled, input[type="submit"][disabled], input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"].active, input[type="reset"].disabled, input[type="reset"][disabled] {
	color:#073860;
	background-color:transparent;
	*background-color:rgba(0,0,0,0);
}
input[type="submit"]:active, input[type="submit"].active, input[type="reset"]:active, input[type="reset"].active { background-color:rgba(0,0,0,0) \9; }
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
	color:#3274aa !important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#3274aa;
	text-shadow:none;
	background-color:rgba(0,0,0,0);
	background-image:-moz-linear-gradient(top,transparent,transparent);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),to(transparent));
	background-image:-webkit-linear-gradient(top,transparent,transparent);
	background-image:-o-linear-gradient(top,transparent,transparent);
	background-image:linear-gradient(to bottom,transparent,transparent);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
	border-color:transparent transparent rgba(0,0,0,0);
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
input[type="submit"]:hover:hover, input[type="submit"]:hover:focus, input[type="submit"]:hover:active, input[type="submit"]:hover.active, input[type="submit"]:hover.disabled, input[type="submit"]:hover[disabled], input[type="submit"]:focus:hover, input[type="submit"]:focus:focus, input[type="submit"]:focus:active, input[type="submit"]:focus.active, input[type="submit"]:focus.disabled, input[type="submit"]:focus[disabled], input[type="reset"]:hover:hover, input[type="reset"]:hover:focus, input[type="reset"]:hover:active, input[type="reset"]:hover.active, input[type="reset"]:hover.disabled, input[type="reset"]:hover[disabled], input[type="reset"]:focus:hover, input[type="reset"]:focus:focus, input[type="reset"]:focus:active, input[type="reset"]:focus.active, input[type="reset"]:focus.disabled, input[type="reset"]:focus[disabled] {
	color:#3274aa;
	background-color:transparent;
	*background-color:rgba(0,0,0,0);
}
input[type="submit"]:hover:active, input[type="submit"]:hover.active, input[type="submit"]:focus:active, input[type="submit"]:focus.active, input[type="reset"]:hover:active, input[type="reset"]:hover.active, input[type="reset"]:focus:active, input[type="reset"]:focus.active { background-color:rgba(0,0,0,0) \9; }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:11px 13px;
	border-color:#dfdfdf;
	color:#262626;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color:#3274aa;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
textarea { border-color:#dfdfdf !important; }
textarea:focus { border-color:#3274aa !important; }
.video_preview > div { padding:3px 0 0 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:28px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
