@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700);
body { padding:0 !important; }
h2 { margin-bottom:25px; }
h2 strong {
	color:#00bff3;
	font-weight:normal;
	display:block;
	padding-bottom:24px;
}
@media (max-width: 767px) {
	h2 strong { padding-bottom:0px; }
}
.main-holder { overflow:hidden; }
.header {
	background-color:transparent;
	background-repeat:repeat;
	background-position:50% 0;
	background-image:url(images/tail-top.gif);
	border:none;
	padding:20px 0 0 0;
}
@media (max-width: 767px) {
	.header {
		padding-left:20px;
		padding-right:20px;
	}
}
.nav__links {
	padding-top:9px;
	margin-bottom:0;
}
@media (max-width: 767px) {
	.nav__links {
		float:none !important;
		text-align:center;
	}
}
.nav__links ul { margin-left:0; }
.nav__links ul li {
	list-style-type:none;
	float:left;
}
@media (max-width: 767px) {
	.nav__links ul li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.nav__links ul li:before {
	content:'|';
	margin:0 13px;
}
.nav__links ul li:first-child:before { display:none; }
.nav__links ul li a {
	font-size:10px;
	font-family:'Roboto Slab', serif;
	color:#919191;
	text-transform:uppercase;
}
.nav__primary { margin-bottom:0; }
.nav-wrapper {
	background-color:#fefefe;
	background-repeat:repeat-x;
	background-position:0 100%;
	background-image:url(images/nav-wrapper.gif);
	min-height:50px;
	position:relative;
	margin-top:20px;
}
@media (max-width: 767px) {
	.nav-wrapper { padding:10px 0; }
}
.nav-wrapper:before, .nav-wrapper:after {
	content:'';
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background:inherit;
}
.nav-wrapper:before {
	left:-100%;
	width:300%;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.4);
	box-shadow:0 0 5px rgba(0,0,0,0.4);
}
.nav-wrapper:after { right:-100%; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	margin:0 0 0 -88px;
	left:50%;
}
.sf-menu li.current-menu-item:hover ul, .sf-menu li.current-menu-item.sfHover ul, .sf-menu li.current_page_item:hover ul, .sf-menu li.current_page_item.sfHover ul { margin-top:0px; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	margin:-26px 0 0 1px;
	left:100%;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	top:0;
	left:100%;
}
.sf-menu { float:left; }
.sf-menu > li { background-color:transparent; }
.sf-menu > li:first-child { margin-left:0px; }
.sf-menu > li > .active {
	position:absolute;
	left:0px;
	top:-11px;
	background-color:#ad1119;
	display:none;
	height:70px;
	width:100%;
	z-index:100;
	-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.15);
	-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.15);
	box-shadow:0 0 0 1px rgba(0,0,0,0.15);
}
.sf-menu > li > a {
	padding:16px 25px;
	border:none;
	color:#4d4d49;
	text-transform:uppercase;
	position:relative;
	z-index:101;
}
.sf-menu li ul {
	background-color:#3b3b3b;
	width:175px;
	padding:18px 0 20px 0;
	-webkit-box-shadow:-1px 1px 3px rgba(0,0,0,0.35);
	-moz-box-shadow:-1px 1px 3px rgba(0,0,0,0.35);
	box-shadow:-1px 1px 3px rgba(0,0,0,0.35);
}
.sf-menu li li {
	background-color:transparent;
	margin:8px 0 9px 0;
}
.sf-menu li li a {
	padding:0;
	border:none;
	color:#fff;
	display:inline;
}
.sf-menu li li ul { background-color:#fff; }
.sf-menu li li li a { color:#424242; }
.sf-menu > li > a:hover, .sf-menu > li.sfHover > a {
	color:#ad1119;
	background-color:transparent;
	z-index:100;
}
.sf-menu > li.current-menu-item, .sf-menu > li.current_page_item { margin:0; }
.sf-menu > li.current-menu-item > .active, .sf-menu > li.current_page_item > .active { display:block; }
.sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
	background-color:transparent;
	padding:16px 50px;
	color:#fff;
}
.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-color:transparent;
	text-decoration:underline;
}
.sf-menu a.sf-with-ul { padding-right:0; }
.sf-sub-indicator {
	right:50%;
	margin-right:-5px;
	background:url(images/arrows-ffffff.png) no-repeat -10px -100px;
}
a > .sf-sub-indicator { top:3.7em; }
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position:-20px -100px; }
li.current-menu-item > a > .sf-sub-indicator, li.current_page_item > a > .sf-sub-indicator { background-position:-10px -100px; }
.sf-menu ul a.sf-with-ul { padding-right:0px; }
.sf-menu ul .sf-sub-indicator { background-position:-10px 0; }
.sf-menu ul a > .sf-sub-indicator {
	background-position:0 0;
	top:3px;
	right:0;
	margin:0 -13px 0 4px;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position:0 0; }
.sf-menu ul ul .sf-sub-indicator { background-position:-10px 0; }
.sf-menu ul ul a:focus > .sf-sub-indicator, .sf-menu ul ul a:hover > .sf-sub-indicator, .sf-menu ul ul a:active > .sf-sub-indicator, .sf-menu ul ul li:hover > a > .sf-sub-indicator, .sf-menu ul ul li.sfHover > a > .sf-sub-indicator { background-position:-10px 0; }
.header .search-form form {
	margin-left:15px;
	border:1px solid #5f5f5f;
	width:208px;
	height:34px;
}
.sidebar .search-form_it { width:220px; }
.ie8 .sidebar .search-form_it { width:276px; }
@media (max-width: 1200px) {
	.sidebar .search-form_it {
		width:100%;
		height:39px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.header .search-form_it {
	margin:0 !important;
	padding:8px 10px !important;
	width:148px;
	color:#919191 !important;
	border:none !important;
	background:none !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.header .search-form_is {
	background:none;
	border:none;
	padding:6px 10px;
	margin:0;
	color:#767676;
	font-size:18px;
	line-height:1.2em;
	height:auto !important;
}
.ie9 .header .search-form_is { padding-right:9px; }
.header .search-form_is:hover { color:#fff; }
.phone { font-family:'Roboto Slab', serif; }
.header .phone {
	padding-top:16px;
	color:#1c6985;
	font-size:16px;
	float:right;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .phone { font-size:14px; }
}
@media (max-width: 767px) {
	.header .phone {
		float:none;
		text-align:center;
	}
}
.footer .phone {
	font-size:28px;
	line-height:1.2em;
	color:#fff;
	margin-bottom:27px;
}
.ie8 .footer .phone { font-size:25px; }
@media (max-width: 1200px) {
	.footer .phone { font-size:25px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .phone { font-size:17px; }
}
@media (max-width: 767px) {
	.footer .phone {
		text-align:center;
		margin-bottom:15px;
	}
}
.social_li:before { display:none !important; }
.social-nets-wrapper .social {
	float:right;
	padding-top:12px;
	margin-left:19px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.social-nets-wrapper .social {
		padding-top:15px;
		margin-left:10px;
	}
}
@media (max-width: 767px) {
	.social-nets-wrapper .social {
		float:none;
		text-align:center;
		margin-left:0px;
	}
}
.social-nets-wrapper .social li {
	float:left;
	list-style-type:none;
	margin:0 0 0 3px;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social li {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin:0 1.5px !important;
	}
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li a {
	width:27px;
	height:27px;
	line-height:27px;
	background-color:#c5c5c5;
	color:#626262;
	display:block;
	text-align:center;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.social-nets-wrapper .social li a {
		width:21px;
		height:21px;
		line-height:21px;
	}
}
.social-nets-wrapper .social li a:hover {
	text-decoration:none;
	background-color:#626262;
	color:#fff;
}
.logo { padding:4px 0 0 8px; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		float:none !important;
		text-align:center;
	}
}
.logo_h__txt { text-transform:lowercase; }
.logo_link:hover { color:#fff; }
.content-holder {
	background-color:#f5f5f5;
	padding:0 0 58px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:0 20px 20px; }
}
.error404-holder_num { color:#ad1119; }
.title-section { padding:40px 0 0; }
.title-header {
	font-size:48px;
	font-weight:300 !important;
	line-height:1.2em;
	overflow:visible;
	margin-bottom:.4em;
}
.title-desc {
	display:block;
	color:#999;
	font-size:11px;
}
.breadcrumb__t {
	background-color:transparent;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding:11px 0 12px;
}
.breadcrumb__t li {
	text-shadow:none;
	text-transform:uppercase;
	font-family:'Roboto Slab', serif;
}
.breadcrumb__t li.active { color:#ad1119; }
.breadcrumb__t li.divider {
	color:#353535;
	margin:0 2px;
}
.breadcrumb__t li a { color:#353535; }
.post__holder {
	overflow:visible;
	*zoom:1;
}
.post__holder:before, .post__holder:after {
	display:table;
	content:"";
	line-height:0;
}
.post__holder:after { clear:both; }
.post-title {
	font-size:30px;
	font-weight:300 !important;
	line-height:1.2em;
	margin-bottom:20px;
}
.post-title a { color:#353535; }
.post_meta {
	border-color:#d9d9d9;
	font-size:12px;
	text-transform:uppercase;
}
.post_meta div[class^="post_"] a { text-transform:inherit; }
.post_meta>div.post_meta_unite { border-color:#d9d9d9; }
.post_meta i { color:#d8d8d8; }
.post_meta a { color:#ad1119; }
.pagination__posts ul li a { color:#353535; }
.post-author {
	border:none;
	background-color:#ececec;
}
.post-author_h { margin-bottom:20px; }
.post-author_h small {
	font-size:1em;
	text-transform:capitalize;
}
.post-author_h a {
	text-transform:capitalize;
	color:#1c6985;
}
.post-author_h a:hover { color:#ad1119; }
.post-author_link { margin-top:1.5em; }
.post-author_gravatar {
	float:left;
	margin:0 20px 0 0;
}
.post-author_gravatar img {
	padding:1px;
	border-color:#d9d9d9;
	background:#fff;
}
.post-author_desc { overflow:hidden; }
@media (max-width: 1200px) {
	.post-author_desc { overflow:visible; }
}
.post-author_desc a {
	color:#1c6985;
	text-transform:capitalize;
}
.post-author_desc a:hover { color:#ad1119; }
#recent-author-comments { padding-top:30px; }
#recent-author-comments ul {
	margin-left:0px;
	padding-top:12px;
}
#recent-author-comments ul li {
	list-style-type:none;
	font-family:'Roboto Slab', serif;
	margin-bottom:7px;
}
#recent-author-comments ul li:before {
	content:'\f105';
	font-family:FontAwesome;
	font-size:17px;
	color:#7b7b7b;
	margin-right:9px;
}
#recent-author-comments ul li a {
	color:#1c6985;
	text-transform:uppercase;
}
.related-posts_h { margin-bottom:20px; }
.related-posts_item a { color:#1c6985; }
.testimonial {
	border:none;
	background:#ececec;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial small a { color:#1c6985; }
.filter-wrapper strong {
	padding:0;
	margin-right:12px;
	color:#353535;
	font-weight:normal;
	font-size:12px;
	font-family:'Roboto Slab', serif;
	text-transform:uppercase;
}
.nav-pills li { margin-left:12px; }
.nav-pills li:first-child { margin-left:0px; }
.nav-pills li a {
	padding:0;
	background:none !important;
	color:#353535;
	font-size:12px;
	font-family:'Roboto Slab', serif;
	text-transform:uppercase;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (max-width: 480px) {
	.nav-pills li a { padding:0; }
}
.nav-pills li a:hover { color:#ff013c; }
.nav-pills li.active a { color:#ff013c !important; }
.gallery_item.featured-thumbnail { padding:0px; }
.single-pager { margin-top:0px; }
.comment .comment-body {
	border:none;
	background:#ececec;
}
.comment.bypostauthor .comment-body { background:#ececec; }
.comment-author .author {
	width:80px;
	text-align:left;
	text-transform:uppercase;
	color:#353535;
	font-family:'Roboto Slab', serif;
	font-weight:normal;
	padding-top:15px;
}
.comment-author .author .avatar {
	background-color:#fff;
	padding:1px;
	border:1px solid #d9d9d9;
}
.comment-meta { padding-top:1px; }
.reply {
	font-family:'Roboto Slab', serif;
	text-transform:uppercase;
}
.reply a { color:#1c6985; }
.reply a:hover {
	text-decoration:underline !important;
	color:#ad1119;
}
.comment-list ul.children { margin-left:50px; }
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
	.comment-list ul.children { margin:0; }
}
#commentform { padding-top:15px; }
#commentform a { color:#1c6985; }
#commentform a:hover { color:#ad1119; }
#commentform input[type="text"] { padding:9px 12px 10px !important; }
.widget {
	border-top:3px solid #d9d9d9;
	padding-top:35px;
	margin:50px 0 0 0;
}
.widget:first-child {
	border-top:none;
	padding-top:0;
	margin-top:0;
}
.widget h3 {
	font-size:30px;
	font-weight:300 !important;
	line-height:1.2em;
	margin-bottom:18px;
}
.widget ul { margin-left:0; }
.widget ul li {
	list-style-type:none;
	text-transform:uppercase;
	font-family:'Roboto Slab', serif;
	margin-bottom:7px;
}
.widget ul li:before {
	content:'\f105';
	font-family:FontAwesome;
	font-size:17px;
	color:#7b7b7b;
	margin-right:9px;
}
.widget ul li a { color:#1c6985; }
.widget ul li a.btn-primary { color:#636363; }
.widget ul li a:hover { color:#ad1119; }
.widget ul ul { margin:7px 0 0 16px; }
#wp-calendar td#today { color:#ad1119; }
#wp-calendar td a { color:#1c6985; }
.flickr_li:before { display:none !important; }
.flickr_li .thumbnail:focus, .flickr_li .thumbnail:hover {
	border-color:#d9d9d9 !important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.banners {
	border-top:3px solid #d9d9d9;
	padding-top:53px;
	margin:50px 0 0 0;
}
.banners:first-child {
	border-top:none;
	padding-top:0;
	margin-top:0;
}
.post-list li {
	padding-top:1.5em;
	padding-bottom:1.5em;
	margin:0 !important;
	text-transform:none !important;
	font-family:Arial, Helvetica, sans-serif !important;
	overflow:visible;
}
.post-list li:before { display:none !important; }
.post-list_h a {
	font-size:1em;
	font-weight:400 !important;
}
.post-list time { color:#ad1119; }
.comments-custom li {
	margin:0px !important;
	padding-bottom:0;
	text-transform:none !important;
	font-family:Arial, Helvetica, sans-serif !important;
}
.comments-custom li:before { display:none !important; }
.comments-custom_txt {
	padding:0;
	border:none;
}
.comments-custom_txt a { color:#353535 !important; }
.comments-custom_h_author { font-family:Arial, Helvetica, sans-serif !important; }
.comments-custom .meta_format time { color:#ad1119; }
.posts-grid.services li {
	background-color:#ececec;
	padding:20px;
}
@media (max-width: 767px) {
	.posts-grid.services li { overflow:hidden; }
}
@media (min-width: 481px) and (max-width: 767px) {
	.posts-grid.services .clear { clear:none; }
}
.posts-grid.services .featured-thumbnail { margin-bottom:10px; }
@media (min-width: 481px) and (max-width: 767px) {
	.posts-grid.services .featured-thumbnail {
		margin-right:20px;
		max-width:180px;
	}
}
.ie8 .posts-grid.services .featured-thumbnail img { max-width:none; }
.posts-grid.services h5 {
	font-size:12px;
	font-family:'Roboto Slab', serif;
	text-transform:uppercase;
}
.posts-grid.services h5 a { color:#3d3d3d; }
@media (min-width: 481px) and (max-width: 767px) {
	.posts-grid.services .btn { float:right; }
}
.recent-posts_li { margin-bottom:18px; }
.recent-posts .meta {
	margin-bottom:13px;
	color:#353535;
	font-size:12px;
	font-family:'Roboto Slab', serif;
}
.recent-posts .post-date, .recent-posts .post_author { float:left; }
.recent-posts .post-date:before, .recent-posts .post_author:before {
	font-family:FontAwesome;
	font-size:14px;
	color:#353535;
}
.recent-posts .post-date:before {
	content:'\f073';
	margin-right:10px;
}
.recent-posts .post_author { margin-right:15px; }
.recent-posts .post_author a { color:#ad1119; }
.recent-posts .post_author:before {
	content:'\f007';
	color:#ad1119;
	margin-right:4px;
}
.recent-posts.no-title h5 { display:none; }
.recent-posts.no-title .excerpt a { color:#353535; }
.recent-posts.no-title .excerpt a:hover {
	text-decoration:none;
	color:#353535;
}
.posts-list { padding-top:3px; }
.posts-list .post__holder { margin-bottom:34px; }
.posts-list .post_meta {
	padding:0;
	border:none;
	color:#353535;
	font-size:12px;
	font-family:'Roboto Slab', serif;
	text-transform:uppercase;
}
.posts-list .post_author, .posts-list .post_comment, .posts-list .post_category { display:none; }
.posts-list .post_date:before {
	content:'\f073';
	font-family:FontAwesome;
	font-size:14px;
	color:#353535;
	margin-right:10px;
}
.posts-list .featured-thumbnail { margin-top:2px; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-list .featured-thumbnail {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin-right:0px;
	}
}
.posts-list .post_content p { margin-bottom:0; }
.posts-list.no-title h2 { display:none; }
.carousel-wrap {
	border-top:1px solid #d9d9d9;
	padding-top:41px;
	margin:56px 0 42px 0;
}
@media (max-width: 767px) {
	.carousel-wrap { margin-top:20px; }
}
.es-carousel_li { color:#353535; }
@media (min-width: 768px) and (max-width: 979px) {
	.es-carousel_li {
		width:347px !important;
		margin-right:30px !important;
	}
}
.es-carousel_li .category {
	font-family:'Roboto Slab', serif;
	font-weight:bold;
	font-size:10px;
	line-height:1.2em;
	text-transform:uppercase;
	float:left;
	color:#fff;
	padding:2px 11px;
	margin:0 5px -1px 0;
	background-color:#00aeef;
	position:relative;
	z-index:2;
}
@media (max-width: 979px) {
	.es-carousel_li .category {
		padding-top:3px;
		padding-bottom:1px;
	}
}
@media (max-width: 374px) {
	.es-carousel_li .category {
		padding-top:2px;
		padding-bottom:2px;
	}
}
.es-carousel_li .category.new { background-color:#ad1119; }
.es-carousel_li .featured-thumbnail { margin:0 0 37px 0; }
.es-carousel_li time {
	color:#ad1119;
	font-size:24px;
	font-weight:300 !important;
	font-family:'Roboto Slab', serif;
	margin-bottom:11px;
	display:block;
}
.es-carousel_li h5 {
	margin:0 0 20px 0;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
}
.es-carousel_li h5 a {
	color:#353535;
	text-decoration:none;
}
.es-carousel_li h5 a:hover { text-decoration:underline; }
.es-nav span {
	position:absolute;
	top:0;
	right:18px;
	margin-top:-33px;
	width:auto;
	height:auto;
	background:none;
	text-indent:-9000px;
	opacity:1.0;
	cursor:pointer;
	color:#7b7b7b;
}
.es-nav span:hover { color:#b2b2b2; }
.es-nav span:before {
	content:'\f104';
	font-family:FontAwesome;
	font-size:30px;
	line-height:1.2em;
	position:absolute;
	right:0;
	top:0;
	text-indent:0;
}
.es-nav span.es-nav-next {
	right:0;
	left:auto;
}
.es-nav span.es-nav-next:before { content:'\f105'; }
.es-nav span:hover { opacity:1.0; }
.service-box {
	padding:0;
	background-color:transparent;
	border:none;
	overflow:visible;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (max-width: 767px) {
	.service-box { margin-bottom:30px; }
}
.service-box h2 {
	font-size:24px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:uppercase;
	color:#ad1119;
	margin:0 0 6px 0;
}
.service-box h5 {
	text-transform:uppercase;
	margin:0 0 20px 0;
}
.service-box_txt { margin-bottom:33px; }
.service-box .btn-align { text-align:left; }
.service-box.extra {
	padding:0 0 29px 0;
	margin-bottom:42px;
	text-align:center;
	border-bottom:3px solid #d9d9d9;
}
.service-box.extra .icon {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin:0 0 18px 0;
	width:80px;
	height:80px;
	overflow:hidden;
	border:2px solid #d9d9d9;
	-webkit-border-radius:84px;
	-moz-border-radius:84px;
	border-radius:84px;
}
.service-box.extra .icon a:hover img { margin-top:-80px; }
.service-box.extra h2 {
	font-size:48px;
	font-weight:300 !important;
	line-height:1.2em;
	letter-spacing:-1px;
	color:#353535;
	text-transform:none;
	overflow:visible;
	margin:0 0 24px 0;
}
@media (max-width: 480px) {
	.service-box.extra h2 { font-size:35px; }
}
.service-box.extra .service-box_txt {
	margin-bottom:20px;
	color:#878787;
	font-size:17px;
	line-height:24px;
}
.service-box.extra .btn-align { text-align:center; }
.hero-unit {
	background-color:#fff;
	padding:26px 204px 26px 31px;
	margin-bottom:56px;
	min-height:38px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (max-width: 767px) {
	.hero-unit { padding-right:31px; }
}
.hero-unit h1 {
	font-size:24px;
	font-weight:300 !important;
	line-height:1.2em;
	color:#353535;
	margin:2px 0 0 0;
}
@media (max-width: 767px) {
	.hero-unit h1 { margin-bottom:15px; }
}
@media (max-width: 480px) {
	.hero-unit h1 { font-size:20px; }
}
.hero-unit .btn-align {
	position:absolute;
	right:28px;
	top:26px;
}
@media (max-width: 767px) {
	.hero-unit .btn-align {
		position:relative;
		right:0px;
		top:0px;
	}
}
.hero-unit .btn-primary {
	border:none !important;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
	text-shadow:none;
	background-color:#ad1119;
	background-image:-moz-linear-gradient(top,#ad1119,#ad1119);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ad1119),to(#ad1119));
	background-image:-webkit-linear-gradient(top,#ad1119,#ad1119);
	background-image:-o-linear-gradient(top,#ad1119,#ad1119);
	background-image:linear-gradient(to bottom,#ad1119,#ad1119);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffad1119', endColorstr='#ffad1119', GradientType=0);
	border-color:#ad1119 #ad1119 #670a0f;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#ad1119;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.hero-unit .btn-primary:hover, .hero-unit .btn-primary:focus, .hero-unit .btn-primary:active, .hero-unit .btn-primary.active, .hero-unit .btn-primary.disabled, .hero-unit .btn-primary[disabled] {
	color:#fff;
	background-color:#ad1119;
	*background-color:#960f16;
}
.hero-unit .btn-primary:active, .hero-unit .btn-primary.active { background-color:#7f0c12 \9; }
.hero-unit .btn-primary.btn-large {
	font-size:14px;
	padding:10px 33px;
}
.hero-unit .btn-primary:hover, .hero-unit .btn-primary:focus {
	color:#fff;
	text-shadow:none;
	background-color:#3b3b3b;
	background-image:-moz-linear-gradient(top,#3b3b3b,#3b3b3b);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#3b3b3b),to(#3b3b3b));
	background-image:-webkit-linear-gradient(top,#3b3b3b,#3b3b3b);
	background-image:-o-linear-gradient(top,#3b3b3b,#3b3b3b);
	background-image:linear-gradient(to bottom,#3b3b3b,#3b3b3b);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3b3b', endColorstr='#ff3b3b3b', GradientType=0);
	border-color:#3b3b3b #3b3b3b #151515;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#3b3b3b;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.hero-unit .btn-primary:hover:hover, .hero-unit .btn-primary:hover:focus, .hero-unit .btn-primary:hover:active, .hero-unit .btn-primary:hover.active, .hero-unit .btn-primary:hover.disabled, .hero-unit .btn-primary:hover[disabled], .hero-unit .btn-primary:focus:hover, .hero-unit .btn-primary:focus:focus, .hero-unit .btn-primary:focus:active, .hero-unit .btn-primary:focus.active, .hero-unit .btn-primary:focus.disabled, .hero-unit .btn-primary:focus[disabled] {
	color:#fff;
	background-color:#3b3b3b;
	*background-color:#2e2e2e;
}
.hero-unit .btn-primary:hover:active, .hero-unit .btn-primary:hover.active, .hero-unit .btn-primary:focus:active, .hero-unit .btn-primary:focus.active { background-color:#222222 \9; }
.footer {
	background:none;
	border:none;
	padding:0;
}
@media (max-width: 767px) {
	.footer {
		padding-left:20px;
		padding-right:20px;
	}
}
.footer-vr {
	background-repeat:repeat-y;
	background-image:url(images/vr.gif);
}
@media (max-width: 767px) {
	.footer-vr { background-image:none; }
}
.footer-vr-1 { background-position:200px 0; }
.ie8 .footer-vr-1 { background-position:160px 0; }
@media (max-width: 1200px) {
	.footer-vr-1 { background-position:160px 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-vr-1 { background-position:124px 0; }
}
.footer-vr-2 { background-position:400px 0; }
.ie8 .footer-vr-2 { background-position:320px 0; }
@media (max-width: 1200px) {
	.footer-vr-2 { background-position:320px 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-vr-2 { background-position:248px 0; }
}
.footer-vr-3 { background-position:600px 0; }
.ie8 .footer-vr-3 { background-position:480px 0; }
@media (max-width: 1200px) {
	.footer-vr-3 { background-position:480px 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-vr-3 { background-position:372px 0; }
}
.footer-vr-4 { background-position:900px 0; }
.ie8 .footer-vr-4 { background-position:720px 0; }
@media (max-width: 1200px) {
	.footer-vr-4 { background-position:720px 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-vr-4 { background-position:558px 0; }
}
.footer-widgets {
	padding:56px 0 31px 0;
	color:#353535;
}
.footer-widgets .inner { padding-left:39px; }
.ie8 .footer-widgets .inner { padding-left:20px; }
@media (max-width: 1200px) {
	.footer-widgets .inner { padding-left:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-widgets .inner { padding-left:15px; }
}
@media (max-width: 767px) {
	.footer-widgets .inner {
		padding:25px 0 0 0;
		margin-top:20px;
		background-position:0 0;
		background-repeat:repeat-x;
		background-image:url(images/vr.gif);
	}
}
.footer-widgets h4 {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	margin:-1px 0 14px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-widgets h4 { font-size:13px; }
}
.footer-widgets h5 {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	margin:30px 0 6px 0;
}
.footer-widgets ul { margin:0 0 24px 0; }
.footer-widgets ul li {
	list-style-type:none;
	margin-bottom:6px;
}
.footer-widgets ul li a { color:#353535; }
.footer-widgets ul li a:hover {
	text-decoration:none;
	color:#fff;
}
.footer-widgets ul.nomargin { margin-bottom:-4px; }
@media (max-width: 767px) {
	.footer-widgets ul.nomargin { margin-bottom:auto; }
}
.footer-widgets .textwidget p {
	line-height:14px;
	margin-bottom:23px;
}
nav.footer-nav {
	float:left;
	margin-bottom:0;
}
@media (max-width: 767px) {
	nav.footer-nav {
		float:none;
		text-align:center;
	}
}
nav.footer-nav ul { float:left; }
@media (max-width: 767px) {
	nav.footer-nav ul {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
nav.footer-nav ul li { padding:0 57px 0 0; }
@media (max-width: 767px) {
	nav.footer-nav ul li { padding:0 5px; }
}
@media (max-width: 480px) {
	nav.footer-nav ul li {
		padding:0;
		margin-bottom:3px;
		display:block;
	}
}
nav.footer-nav ul li a { text-transform:uppercase; }
nav.footer-nav ul li a:hover {
	color:#fff;
	text-decoration:none;
}
nav.footer-nav ul li.current-menu-item a {
	color:#fff !important;
	text-decoration:none;
}
.footer-logo {
	padding-top:2px;
	margin-bottom:41px;
}
.copyright {
	border-top:3px solid #dadada;
	padding:31px 0 34px 0;
}
.footer-text { float:none; }
@media (max-width: 767px) {
	.footer-text {
		text-align:center;
		margin-bottom:0;
	}
}
.footer-text a { color:#353535; }
.wpcf7-form p.field input {
	padding:10px 12px;
	height:39px;
	line-height:16px;
}
.wpcf7-form textarea { padding:10px 12px; }
.wpcf7-form .ajax-loader { margin-top:11px; }
.wpcf7-not-valid-tip { padding:10px 0 10px 12px !important; }
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 {
	border-color:#ececec !important;
	background-color:#ececec;
	color:#7b7b7b;
	padding:9px 12px 10px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
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:#a8a8a8 !important;
	background-color:#fff;
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.15);
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.15);
}
input[type="submit"], input[type="reset"] {
	height:39px;
	padding:0 32px;
	background:none !important;
	background-color:#3b3b3b !important;
	border:none !important;
	color:#fff !important;
	font-size:14px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background-color:#1c6985 !important;
	color:#fff !important;
}
@media (max-width: 767px) {
	.list.unstyled { margin-bottom:45px; }
}
.list.unstyled > ul li { margin-bottom:14px; }
.list.unstyled > ul li a { color:#353535; }
.btn-primary {
	font-family:'Roboto Slab', serif;
	text-transform:uppercase;
	border-color:#cccccc !important;
	border-bottom-color:#aaaaaa !important;
	text-decoration:none !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 -1px 0 #e8e8e8;
	-moz-box-shadow:inset 0 -1px 0 #e8e8e8;
	box-shadow:inset 0 -1px 0 #e8e8e8;
	color:#636363;
	text-shadow:none;
	background-color:#f3f3f3;
	background-image:-moz-linear-gradient(top,#fefefe,#e3e3e3);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fefefe),to(#e3e3e3));
	background-image:-webkit-linear-gradient(top,#fefefe,#e3e3e3);
	background-image:-o-linear-gradient(top,#fefefe,#e3e3e3);
	background-image:linear-gradient(to bottom,#fefefe,#e3e3e3);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffe3e3e3', GradientType=0);
	border-color:#e3e3e3 #e3e3e3 #bdbdbd;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#e3e3e3;
	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:#636363;
	background-color:#e3e3e3;
	*background-color:#d6d6d6;
}
.btn-primary:active, .btn-primary.active { background-color:#cacaca \9; }
.btn-primary.btn-normal {
	font-size:11px;
	padding:6px 12px;
}
.btn-primary:hover, .btn-primary:focus {
	border-color:#999999 !important;
	background-position:0 0;
	-webkit-box-shadow:inset 0px -1px 0px #e8e8e8, 0px 2px 2px rgba(0,0,0,.16);
	-moz-box-shadow:inset 0px -1px 0px #e8e8e8, 0px 2px 2px rgba(0,0,0,.16);
	box-shadow:inset 0px -1px 0px #e8e8e8, 0px 2px 2px rgba(0,0,0,.16);
	color:#3b3b3b;
	text-shadow:none;
	background-color:#f3f3f3;
	background-image:-moz-linear-gradient(top,#fefefe,#e3e3e3);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fefefe),to(#e3e3e3));
	background-image:-webkit-linear-gradient(top,#fefefe,#e3e3e3);
	background-image:-o-linear-gradient(top,#fefefe,#e3e3e3);
	background-image:linear-gradient(to bottom,#fefefe,#e3e3e3);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffe3e3e3', GradientType=0);
	border-color:#e3e3e3 #e3e3e3 #bdbdbd;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#e3e3e3;
	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:#3b3b3b;
	background-color:#e3e3e3;
	*background-color:#d6d6d6;
}
.btn-primary:hover:active, .btn-primary:hover.active, .btn-primary:focus:active, .btn-primary:focus.active { background-color:#cacaca \9; }
.thumbnail, .featured-thumbnail {
	padding:1px;
	background-color:#fff;
	border:1px solid #d9d9d9;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.fullwidth-box {
	min-height:548px;
	background-color:#5a7d91;
	position:relative;
	margin-bottom:56px;
}
@media (max-width: 767px) {
	.fullwidth-box { text-align:center; }
}
.fullwidth-box:before, .fullwidth-box:after {
	content:'';
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background-color:inherit;
}
.fullwidth-box:before { left:-100%; }
.fullwidth-box:after { right:-100%; }
.fullwidth-box .box-img {
	width:1910px;
	height:602px;
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-955px;
	background-image:url(images/box-bg.jpg);
	z-index:3;
}
.ie8 .fullwidth-box .box-img { margin-left:-920px; }
@media (max-width: 1200px) {
	.fullwidth-box .box-img { margin-left:-920px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.fullwidth-box .box-img { margin-left:-883px; }
}
@media (max-width: 767px) {
	.fullwidth-box .box-img { display:none; }
}
.fullwidth-box .inner {
	position:relative;
	z-index:4;
	padding:19px 0 22px;
}
@media (max-width: 767px) {
	.fullwidth-box .inner { padding-bottom:0; }
}
.fullwidth-box h2 {
	font-size:30px;
	font-weight:100 !important;
	line-height:36px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:32px;
}
@media (max-width: 480px) {
	.fullwidth-box h2 { font-size:25px; }
}
.fullwidth-box h2 strong {
	font-size:64px;
	font-weight:400 !important;
	color:inherit;
	line-height:1.2em;
	display:block;
	margin-bottom:-7px;
	padding-bottom:0;
}
@media (max-width: 480px) {
	.fullwidth-box h2 strong { font-size:50px; }
}
.fullwidth-box .banner-wrap {
	margin:0;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);
	box-shadow:0 0 3px rgba(0,0,0,0.2);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
@media (max-width: 767px) {
	.fullwidth-box .banner-wrap {
		text-align:left;
		background-color:#fff;
		margin-bottom:20px;
	}
}
.fullwidth-box .banner-wrap .featured-thumbnail {
	margin:0;
	padding:0;
	border:none;
	background-color:transparent;
}
@media (max-width: 480px) {
	.fullwidth-box .banner-wrap .featured-thumbnail { max-width:120px; }
}
.fullwidth-box .banner-wrap .featured-thumbnail a { float:none; }
@media (max-width: 767px) {
	.fullwidth-box .banner-wrap .featured-thumbnail { float:left; }
}
.fullwidth-box .banner-wrap .featured-thumbnail img {
	-webkit-border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
}
@media (max-width: 767px) {
	.fullwidth-box .banner-wrap .featured-thumbnail img {
		-webkit-border-radius:8px 0 0 8px;
		-moz-border-radius:8px 0 0 8px;
		border-radius:8px 0 0 8px;
	}
}
.fullwidth-box .banner-wrap .featured-thumbnail a { border:none; }
.fullwidth-box .banner-wrap .desc {
	padding:9px 21px 19px 21px;
	background-color:#fff;
	-webkit-border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;
}
@media (max-width: 1200px) {
	.fullwidth-box .banner-wrap .desc { padding-right:25px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.fullwidth-box .banner-wrap .desc {
		padding-left:12px;
		padding-right:12px;
	}
}
@media (max-width: 767px) {
	.fullwidth-box .banner-wrap .desc {
		overflow:hidden;
		background-color:transparent;
	}
}
.fullwidth-box .banner-wrap h5 {
	margin:0 0 11px 0;
	font-size:15px;
	font-weight:bold !important;
	line-height:1.2em;
}
.fullwidth-box .banner-wrap h5:before {
	display:block;
	color:#1c6985;
	font-size:16px;
	font-family:FontAwesome;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 6px -2px;
}
@media (max-width: 767px) {
	.fullwidth-box .banner-wrap h5:before { margin-left:0px; }
}
.fullwidth-box .banner-wrap h5 a { color:#ad1119; }
.fullwidth-box .banner-wrap h5 a:hover {
	text-decoration:none;
	color:#1c6985;
}
.fullwidth-box .banner-wrap p {
	font-size:11px;
	line-height:13px;
	color:#8d8d8d;
	margin-bottom:0;
}
.fullwidth-box .banner-wrap.banner-1 h5:before { content:'\f013'; }
.fullwidth-box .banner-wrap.banner-2 h5:before { content:'\f0c0'; }
.fullwidth-box .banner-wrap.banner-3 h5:before { content:'\f0e6'; }
.fullwidth-box .banner-wrap.banner-4 h5:before { content:'\f0b1'; }
#back-top a { color:#818185; }
#back-top a:hover { color:#a1a1a1; }
#back-top a:hover span { background-color:transparent; }
#back-top span {
	width:auto;
	height:auto;
	background:none;
}
#back-top span:before {
	content:'\f0aa';
	font-family:FontAwesome;
	font-size:28px;
	line-height:1.2em;
}
.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;
}
