@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Cutive|Roboto:400,700,500,500italic,300|Pacifico);

body{background: url(images/bg.jpg) repeat 0 0;} 

.main-holder {
	font-weight:300;
	overflow:hidden;
}
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:0 20px; }
	body .footer {
		padding:0 20px 20px 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder { padding:0 20px 20px 20px; }
}
@media (max-width: 480px) {
	body .content-holder { padding:0 20px; }
}
a { transition:all 0.3s ease 0s; }
@media (max-width: 1200px) {
	h1, h2, h3, h4, h5, h6 { line-height:1.2em; }
}
.thumbnail, img.size-full {
	background:none;
	border-radius:0;
	border:4px solid #d9d7d7;
	padding:0;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail{
	background:none;
	border-radius:0;
	padding:0;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail img{border:4px solid #d9d7d7;}

.featured-thumbnail img, .thumbnail img, img.size-full img { }
img.size-full { margin:0 0 20px 0; }
img.size-full.alignleft { margin:0 20px 20px 0; }
.btn, .reply a {
	border-radius:0;
	border:none;
	color:#221b5b;
	text-shadow:none;
	font:300 12px/1.2em 'Roboto', sans-serif;
	text-transform:capitalize;
	padding:0;
	letter-spacing:0;
	height:auto;
	box-shadow:none;
	text-decoration:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	background:none;
}
.btn:after, .reply a:after {
	font-family:FontAwesome;
	content:"";
	margin-left:10px;
	font-size:13px;
}
.btn:focus, .btn:hover, .btn:active, .reply a:focus, .reply a:hover, .reply a:active {
	background:none;
	box-shadow:none;
	text-decoration:none;
	color:#36393d;
}
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:4px 7px;
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:300;
	line-height:1.2em;
	text-transform:none;
	color:#9a9a9a;
	text-decoration:none;
	position:relative;
	border-radius:0;
	border:none;
	background:#f8f8f8;
	box-shadow:none;
	transition:all 0.3s ease 0s;
}
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 {
	box-shadow:none;
	background:#eaeaea;
	border-color:#000;
}
.wpcf7-form p.field input:focus { border-color:#787878 !important; }
.wpcf7-form textarea { color:#9a9a9a !important; }
.wpcf7-form textarea:focus { border-color:#787878 !important; }
.wpcf7-form textarea.watermark { color:#9a9a9a !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:4px 8px 2px !important; }
@media (min-width: 979px) and (max-width: 1200px) {
	.wpcf7-form .wpcf7-not-valid-tip { font-size:8px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:2px 3px !important;
		font-size:7px !important;
	}
}
.wpcf7-form .submit-wrap .btn { height:auto; }
.header {
	background:none;
	padding:0;
}
.home .header { border-bottom:none; }
.social-wrap {
	position:relative;
	background:#f4f4f4;
	min-height:29px; border-top:4px solid #0069b5;
}
.social-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:-4px;
	width:100%; border-top:4px solid #0069b5;
}
.social-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:-4px;
	width:100%; border-top:4px solid #0069b5;
}
.social-nets-wrapper .social {
	list-style-type:none;
	margin:6px 120px 0 0;
	text-align:right;
}
@media (max-width: 1200px) {
	.social-nets-wrapper .social { margin:6px 0 0 0; }
}
.social-nets-wrapper .social li {
	display:inline-block;
	width:13px;
	height:13px;
	overflow:hidden;
	margin-left:7px;
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li a {
	width:13px;
	height:13px;
	background:none;
	display:block;
}
.social-nets-wrapper .social li a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.social-nets-wrapper .social li a img { vertical-align:top; }
.static-banner {
	width:468px;
	height:60px;
	margin:20px 0 0 36px;
	border:1px solid #4d4d4d;
}
@media (max-width: 1200px) {
	.static-banner {
		margin:20px 0 0 0;
		width:99%;
		height:auto;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.static-banner {
		margin:32px 0 0 0;
		width:100%;
	}
}
@media (max-width: 767px) {
	.static-banner {
		width:auto;
		margin:0 auto;
		display:block;
		border:none;
		margin:20px 0;
		text-align:center;
	}
	.static-banner img {
		border:1px solid #4d4d4d;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
}
@media (max-width: 480px) {
	.static-banner { display:none; }
}
.label-srch {
	margin-left:60px;
	font:bold 15px/1.2em 'Roboto', sans-serif;
	color:#838383;
	margin:19px 0 6px 60px;
}
@media (max-width: 1200px) {
	.label-srch { margin:19px 0 6px 0; }
}
@media (max-width: 1200px) {
	.search-form__h {
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.search-form__h #search-header {
	position:relative;
	width:100%;
	text-align:right;
	margin:0;
}
.search-form__h #search-header .search-form_it {
	width:210px;
	background:none;
	border-radius:0;
	padding-right:40px;
	border:1px solid #cfcfcf;
	height:36px;
	color:#333;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 1200px) {
	.search-form__h #search-header .search-form_it { width:100%; }
}
.search-form__h #search-header .search-form_it:focus { border-color:#cfcfcf; }
.search-form__h #search-header .search-form_is {
	position:absolute;
	right:1px;
	top:1px;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(images/search.png) no-repeat 7px 9px;
	width:34px;
	height:34px;
	box-shadow:none;
	transition:none;
}
.search-form__h #search-header .search-form_is:hover { background-position:7px 9px; }
.nav-wrap {
	position:relative;
	background-color:#f4f4f4;
}
.nav-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0px;
	width:100%;
}
.nav-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0px;
	width:100%;
}
.static-telephone {
	font:300 19px/1.2em 'Roboto', sans-serif;
	color:#36393d;
	margin:22px 0 0 56px;
}
@media (max-width: 1200px) {
	.static-telephone {
		margin:22px 0 0 0;
		text-align:right;
	}
}
.nav__primary {
	position:relative;
	float:none;
	overflow:visible;
	margin:10px 0 0 0;
	padding:20px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc;
}
@media (max-width: 767px) {
	.nav__primary { margin:10px 0; }
	
	.nav__primary {margin:10px 0 0 0;padding:10px; border:none; background:#002784;}
	
	.cms-content-left, .cms-content-right{padding:0 20px;}
	.serv-icon{padding:20px 0!important;}
	.featured-thumbnail{ width:100%!important;}
	.join-bg-bottom{margin:0 20px;}
	
	.join-inner span{ width:90%!important; margin:3px 5%!important;}
	.join-inner span span{width:100%!important; margin:0!important;}
	.join-inner input[type="text"], .join-inner input[type="email"], .join-inner input[type="tel"]{ width:97%;}
	.join-inner input[type="submit"]{ margin-top:10px;}
	
	
.cap-bg{height:auto!important;}
.cap-image{ border:1px solid #ccc; padding:3.5px 1px; float:left; margin-bottom:3px;}
.cap-bg span.Captcha{ float:none!important; margin:0!important; width:100%!important;}
.contact-form input.cap-text-box[type="text"]{border:1px solid #ccc; padding:5px 10px; width:90%!important!important;}

.contact-form2 input[type="text"], .contact-form2 input[type="email"], .contact-form2 input[type="tel"]{border:1px solid #ccc; padding:5px 10px; width:90%!important; color:#555;}
.contact-form2 select{border:1px solid #ccc; padding:5px 10px; width:97%; border-radius: 0px!important; color:#555;}
.contact-form2 textarea, .contact-form2 #wpcf7-f5-o1 textarea{border:1px solid #ccc; padding:10px; margin:0 0 10px 0; max-height:80px!important; width:97%!important; max-width:97%!important; color:#555!important;}
.contact-form2 input[type="submit"]{text-transform:uppercase!important; margin:4px 0 0 0!important;}

.contact-form2 .cap-bg{ height:auto!important;}
.contact-form2 .cap-image{ border:1px solid #ccc; padding:3.5px 1px; margin-bottom:3px; float:left;}
.contact-form2 .cap-bg span.Captcha{ float:none!important; margin:0!important; width:100%!important;}
.contact-form2 input.cap-text-box[type="text"]{border:1px solid #ccc; padding:5px 10px; width:90%!important;}
	
}
.nav__primary .sf-menu { text-align:center; float:none!important; text-align:center;
	display:block;
	position:relative;
	padding:0;
	z-index:1;
}
@media (max-width: 980px) {
	.nav__primary .sf-menu { display:none !important; }

}
@media (max-width: 1200px) {
.nav__primary .sf-menu > li {
margin:0 10px !important;
}
}
.nav__primary .sf-menu >li {
	background:none; display:inline-block;
	float:none!important;
	position:relative;
	border:none;
	padding:0;
	margin:0 18px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li { margin-left:10px; }
}
.nav__primary .sf-menu >li >a {
	border:none;
	padding:0;
	display:inline-block;
	text-transform:uppercase;
	border-radius:0;
	position:relative;
	letter-spacing:-0.5px;
	transition:all 0.3s ease 0s;
	background:none;
}
.nav__primary .sf-menu >li >a:hover {
	text-decoration:none;
	color:#134091;
}
.nav__primary .sf-menu >li >a:hover .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >a >.sf-sub-indicator {
	position:absolute;
	display:inline-block;
	top:20px;
	left:50%;
	margin-left:-5px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu >li.current-menu-item >a {
	text-decoration:none;
	/*color:#134091;*/ color:orange;
	font-weight:bold;
}

.nav__primary .sf-menu >li.sfHover >a {
	text-decoration:none;
	color:#134091;
}
.nav__primary .sf-menu >li.sfHover >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >.sub-menu {
	height:auto !important;
	background:rgba(0, 0, 0, 0.8);
	top:40px;
	left:50%;
	width:300px;
	padding:20px 0;
	margin:0 0 0 -104px;
	border:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	z-index:10000; 
}

.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:url("images/drop-div.png") no-repeat scroll 50% 100% transparent;
	text-align:left;
	border:none;
	padding:6px 0 9px 0; text-indent:15px;
	border-top:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item:first-child { border-top:none;}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	padding:6px 0 5px;
	background:none;
	border:none;
	color:#fff;
	text-transform:none;
	display:block;
	letter-spacing:0;
	border-radius:0;
	margin:0;
	letter-spacing:0;
	font:12px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#4194f2;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:8px;
	right:20px;
	left:auto;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a {
	color:#4194f2;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.current-menu-item a {
	color:orange;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#fff;
	padding:20px 0;
	margin:0 0 0 1px;
	top:-20px;
	left:100%;
	border-radius:0;
	width:100%;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:left; text-indent:15px;
	border:none;
	padding:0;
	border-top:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:first-child { border-top:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	padding:6px 0 5px;
	color:#424242;
	display:block;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#4194f2;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#09368e;
	text-shadow:none;
	background:none;
}
.logo-wrap {
	position:relative;
	background:url(images/bg-logo.png);
	min-height:101px;
	border-bottom:1px solid #f1f1f1;
}
.logo-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:url(images/bg-logo.png);
	border-bottom:1px solid #f1f1f1;
}
.logo-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:url(images/bg-logo.png);
	border-bottom:1px solid #f1f1f1;
}
.logo { margin:20px 0 10px 15px; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		float:none !important;
		margin:20px 0;
		text-align:center;
	}
}
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active {
	color:#09368e;
	text-decoration:none;
}
.content-holder { padding-bottom:0;}
.home .content-holder { padding-top:0px; padding-bottom:0px; }
.home .content-holder:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:3px;
	z-index:1000;
}
.banner-main-wrap {
	
	text-align:center;
	padding:90px 0;
	margin-bottom:65px;
	font:300 24px/1.2em 'Roboto', sans-serif;
	color:#fff;
}
.banner-main-wrap h1 {
	font:bold 60px/1.2em 'Roboto', sans-serif;
	color:#fff;
	text-shadow:0 3px 1px rgba(0,0,0,0.1);
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-main-wrap h1 { font-size:40px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-main-wrap h1 { font-size:30px; }
}
@media (max-width: 767px) {
	.banner-main-wrap h1 { font-size:20px; }
}
.banner-main-wrap .hr {
	background:rgba(255,255,255,0.2);
	width:684px;
	margin:20px auto;
}
.banner-main-wrap .hr:before, .banner-main-wrap .hr:after { display:none; }
@media (max-width: 767px) {
	.banner-main-wrap .hr { width:200px; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-main-wrap { font-size:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-main-wrap { font-size:17px; }
}
@media (max-width: 767px) {
	.banner-main-wrap { font-size:16px; }
}
.banner-main-wrap p {
	font:300 24px/1.2em 'Roboto', sans-serif;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-main-wrap p { font-size:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-main-wrap p { font-size:17px; }
}
@media (max-width: 767px) {
	.banner-main-wrap p { font-size:16px; }
}
.title-section {
	margin:15px 0;
	padding:0 20px;
	position:relative;
}
.title-section .title-header {
	margin:0 0 14px;
	font-size:29px;
	font-weight:300;
	line-height:1.2em;
	color:#36393d;
}
.title-section .breadcrumb {
	background:#f6f6f6;
	padding:13px 30px 14px;
	text-transform:none;
	text-shadow:none;
	letter-spacing:0;
	border:1px solid #c5c5c5;
	box-shadow:0 2px 0 #f0f0f0;
	border-radius:0;
	font:300 22px/1.2em 'Roboto', sans-serif;
}
@media (max-width: 480px) {
	.title-section .breadcrumb { font-size:14px; }
}
.title-section .breadcrumb >li { text-shadow:none; }
.title-section .breadcrumb >li.active { color:#36393d; }
@media (max-width: 480px) {
	.title-section .breadcrumb >li { display:block; }
}
.title-section .breadcrumb a {
	color:#36393d;
	text-shadow:none;
}
.title-section .breadcrumb .divider {
	padding:0 20px;
	color:#36393d;
}
@media (max-width: 480px) {
	.title-section .breadcrumb .divider { display:none; }
}
@media (max-width: 767px) {
	#content.left { float:none !important; }
}
#content, #sidebar { padding-top:0px; }
@media (max-width: 480px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 20px 0;
	}
	article .thumbnail img { width:100%; }
}
article .post-header .post-title {
	font-size:29px;
	margin:15px 0;
	line-height:1.2em;
	font-weight:300;
	color:#134091;
}
article .post-header .post-title a { color:#134091; }
article .post_meta {
	padding:15px 0;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	position:relative;
	display:block;
	margin-bottom:20px;
	overflow:visible;
}
article .post_meta .post_meta_unite {
	border-color:#d7d7d7;
	padding:15px 0 0;
	margin:15px 0 0;
	font:300 14px/1.2em 'Roboto', sans-serif;
}
article .post_meta i {
	margin-right:0;
	color:#b5b5b5;
	font-size:15px;
}
article .post_meta .post_date { color:#7c8387; }
article .post_meta .post_author a { color:#7c8387; }
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag { color:#36393d; }
article .post_meta .post_comment a { color:#36393d; }
article .post_meta .user_like, article .post_meta .post_views { color:#36393d; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#36393d; }
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
.single #content article { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 1000px) {
	.single #content article .thumbnail { float:left; }
	.single #content article .thumbnail img { margin:0; }
}
@media (max-width: 480px) {
	.single #content article .thumbnail { width:100%; }
	.single #content article .thumbnail img { width:100%; }
}
.single #content .share-buttons {
	margin-bottom:20px;
	margin-top:0px;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:20px 30px;
	border:none;
	background:#fafafa;
}
.single #content .post-author .post-author_h {
	font:300 29px/1.2em 'Roboto', sans-serif;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-transform:none;
	color:#666;
}
.single #content .post-author .post-author_h a { color:#000; }
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 20px 20px 0;
	padding:0;
	border:none;
}
.single #content .post-author .post-author_gravatar img {
	width:58px;
	height:58px;
	padding:0;
	border:none;
}
.single #content .post-author .post-author_desc {
	padding-left:80px;
	text-transform:none;
	font-weight:300;
	color:#7c8387;
}
.single #content .post-author .post-author_link {
	margin-top:20px;
	font-size:14px;
	text-transform:none;
	color:#7c8387;
	font-weight:300;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	color:#7c8387;
	font-size:14px;
}
div.type-page h1 {
	margin:15px 0 20px;
	font-weight:bold; color:#134091;
}
div.type-page h5 {
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:15px;
}
div.type-page p { margin-bottom:12px; }
div.type-page blockquote {
	padding:0;
	border:none;
	margin:0;
}
div.type-page blockquote p {
	color:#ca1657;
	text-transform:uppercase;
	font:300 12px/1.2em 'Roboto', sans-serif;
	margin:0;
}
.page_content h1 {
	margin:19px 0 2px;
	font-weight:300;
}
.filter-wrapper { margin:35px 0 50px; }
.filter-wrapper strong {
	color:#36393d;
	padding:0;
	font:600 18px/1.2em 'Roboto', sans-serif;
	margin-right:0px;
	margin-top:10px;
	text-transform:uppercase;
	letter-spacing:0;
}
@media (max-width: 979px) {
	.filter-wrapper strong {
		display:block;
		float:none;
		margin-bottom:20px;
	}
}
.filter-wrapper .filter { margin:0; }
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li { margin:0 0 0 10px; }
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper .filter li:first-child { margin:0; }
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0;
	}
}
.filter-wrapper .filter li a {
	color:#36393d;
	font:300 22px/1.2em 'Roboto', sans-serif;
	padding:5px 20px;
	margin:0;
	background:none;
	border-radius:0;
	border:1px solid transparent;
	text-transform:none;
	letter-spacing:0;
}
@media (max-width: 767px) {
	.filter-wrapper .filter li a { display:inline-block; }
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	text-decoration:none;
	box-shadow:0 2px 0 #f0f0f0;
	color:#36393d;
	background:#f6f6f6;
	border:1px solid #c5c5c5;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	box-shadow:0 2px 0 #f0f0f0;
	color:#36393d;
	background:#f6f6f6;
	border:1px solid #c5c5c5;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:20px 0 15px;
	font:600 18px/1.2em 'Roboto', sans-serif;
	letter-spacing:0;
}
.filterable-portfolio li .caption h3 a {
	color:#36393d;
	text-transform:uppercase;
	text-decoration:none;
}
.filterable-portfolio li .caption h3 a:hover, .filterable-portfolio li .caption h3 a:active { text-decoration:underline; }
.filterable-portfolio li .caption .excerpt { margin-bottom:20px; }
.single-clients .thumbnail.large, .type-clients .thumbnail.large {
	width:auto;
	float:left;
	margin:0 30px 20px 0;
	padding:10px;
}
.single-clients .thumbnail.large img, .type-clients .thumbnail.large img { border:none; }
.related-posts h3, .comment-holder h3, #respond h3 {
	font-size:29px;
	line-height:1.2em;
	color:#666;
	font-weight:300;
	margin:15px 0;
}
.related-posts .thumbnail a {
	display:block;
	margin:0;
	padding:0;
	width:100%;
}
.related-posts .thumbnail a img {
	padding:0;
	width:100%;
	display:block;
}
.related-posts a {
	font:600 18px/1em 'Roboto', sans-serif;
	color:#36393d;
	display:inline-block;
	margin-top:15px;
	text-transform:uppercase;
}
.related-posts a:hover { text-decoration:underline; }
.comment-holder .comment-list .comment .comment-body {
	background:#fafafa;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:0 20px 0 0;
	text-align:left;
	background:none;
}
@media (max-width: 350px) {
	.comment-holder .comment-list .comment .comment-body .comment-author {
		float:none;
		margin-bottom:30px;
	}
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:58px;
	height:58px;
	padding:0;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:600 18px/1em 'Roboto', sans-serif;
	color:#36393d;
	text-transform:uppercase;
	margin-top:15px;
}
@media (max-width: 480px) {
	.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:2px 0 0 0;
	font:600 18px/1em 'Roboto', sans-serif;
	color:#36393d;
	text-transform:uppercase;
}
.comment-holder .comment-list .comment .comment-body .reply a {
	font-size:18px;
	font-weight:600;
}
.comment-holder .comment-list .comment .comment-body .reply a:after { display:none; }
.comment-holder #respond #commentform { margin-top:0; }
#respond #commentform { margin-top:15px; }
#respond #commentform textarea {
	width:100%;
	min-width:auto;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:100px;
	min-height:auto;
	max-height:auto;
	min-width:auto;
	padding:12px 10px 10px; border:1px solid #ccc;
}
#respond #commentform p input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:auto;
	min-width:auto;
	width:100%;
	padding:0 10px;
	height:35px;
	margin-bottom:2px; border:1px solid #ccc;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	margin-top:10px;
	width:auto;
	padding:0;
	text-decoration:none !important;	
	background: #8dc63e none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font: bold 14px/14px Arial,Helvetica,sans-serif;
    height: 36px;
    margin: 10px 0 0;
    padding: 10px 20px;
}
#respond #commentform .btn-align { text-align:right; }
.sidebar .widget { margin-bottom:50px; }
.sidebar .widget >h3 {
	font-size:29px;
	font-weight:300;
	line-height:1.2em;
	margin:15px 0;
}
.sidebar .search-form .search-form_it { border:1px solid #d9d7d7; }
.sidebar .search-form .search-form_is {
	margin:0 0 0 10px;
	padding-top:1px;
	padding-bottom:1px;
	height:30px;
	box-shadow:none;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.sidebar .search-form .search-form_is {
		display:block;
		margin:0;
	}
}
@media (max-width: 400px) {
	.sidebar .search-form .search-form_is {
		display:block;
		margin:0;
	}
}
[id*="categories"] ul, [id*="archives"] ul {
	margin:0;
	list-style-type:none;
}
[id*="categories"] ul li, [id*="archives"] ul li {
	background:url(images/cat-arrow.png) no-repeat 0 9px;
	margin:0;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li, [id*="archives"] ul li {
		padding:3px 0;
		background-position:0 8px;
	}
}
[id*="categories"] ul li a, [id*="archives"] ul li a {
	font:300 12px/31px 'Roboto', sans-serif;
	color:#11b7f2;
	text-transform:uppercase;
	margin-left:19px;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li a, [id*="archives"] ul li a { line-height:1.2em; }
}
[id*="categories"] ul li a:hover, [id*="archives"] ul li a:hover {
	color:#272727;
	text-decoration:none;
}
[id*="my_poststypewidget"] .post-list li { padding:10px 0; }
[id*="my_poststypewidget"] .post-list li .thumbnail { margin:0 30px 30px 0; }
@media (max-width: 350px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		width:auto;
		display:inline-block;
		float:none;
	}
}
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:600 18px/1em 'Roboto', sans-serif;
	text-transform:uppercase;
	letter-spacing:0;
	margin:0 0 15px;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#36393d; }
[id*="my_poststypewidget"] .post-list li .excerpt {
	overflow:hidden;
	margin-bottom:15px;
}
[id*="nav_menu"] ul {
	margin:0;
	list-style-type:none;
}
[id*="nav_menu"] ul li {
	background:none;
	margin:0;
}
@media (max-width: 1200px) {
	[id*="nav_menu"] ul li {
		padding:3px 0;
		background-position:0 6px;
	}
}
[id*="nav_menu"] ul li a {
	font:12px/24px 'Roboto', sans-serif;
	color:#7c8387;
	text-transform:none;
	margin-left:0;
}
@media (max-width: 1200px) {
	[id*="nav_menu"] ul li a { line-height:1.2em; }
}
[id*="nav_menu"] ul li a:hover {
	color:#272727;
	text-decoration:none;
}
.footer-widgets { padding:10px 0 10px; }

.footer-widgets h4 {
	font:normal 22px/1.2em 'Roboto', sans-serif; color:#fff!important;
	text-transform:uppercase;
	margin-bottom:10px;
}
.footer-widgets .btn{display:none!important;}
@media (max-width: 767px) {
	.footer-widgets >div >div >h4 { margin-bottom:10px; }
}
.footer-widgets .textwidget {
	font:12px/18px 'Roboto', sans-serif;
	margin-top:12px;
}
.footer-widgets .contacts .textwidget { line-height:24px; }
.footer-widgets .contacts .textwidget em {
	font-style:normal;
	float:right;
	margin-right:10px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.footer-widgets .contacts .textwidget em {
		float:none;
		display:block;
		margin:0;
	}
}
@media (max-width: 767px) {
	.footer-widgets .contacts .textwidget em {
		float:none;
		display:inline-block;
		margin-left:10px;
	}
}
.footer-widgets .contacts .textwidget .email {
	margin-top:24px;
	color:#11b7f2;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-widgets .contacts .textwidget .email a { font-size:10px; }
}
.list.unstyled ul li {
	padding:0 0 19px 60px;
	margin:0;
}
.list.unstyled ul li strong {
	margin-left:-56px;
	font-size:18px;
	color:#36393d;
	font-weight:600;
}
.list.custom-list ul {
	margin:25px 0;
	list-style-type:none;
}
.list.custom-list ul li {
	background:url(images/cat-arrow.png) no-repeat 0 9px;
	margin:0;
}
@media (max-width: 1200px) {
	.list.custom-list ul li {
		padding:3px 0;
		background-position:0 8px;
	}
}
.list.custom-list ul li:before { display:none; }
.list.custom-list ul li a {
	font:300 12px/31px 'Roboto', sans-serif;
	color:#11b7f2;
	text-transform:uppercase;
	margin-left:19px;
}
@media (max-width: 1200px) {
	.list.custom-list ul li a { line-height:1.2em; }
}
.list.custom-list ul li a:hover {
	color:#272727;
	text-decoration:none;
}
.our-team-wrap {
	position:relative;
	background:#fafafa;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c9c9c9;
	margin:60px 0 52px;
	padding:48px 0 33px;
}
.our-team-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:-1px;
	width:100%;
	background:#fafafa;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c9c9c9;
}
.our-team-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:-1px;
	width:100%;
	background:#fafafa;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c9c9c9;
}
.our-team-wrap h1 { margin-bottom:38px !important; }
.posts-grid.our-team li .thumbnail { margin:0 0 16px 0; }
.posts-grid.our-team li h5 { font-weight:600; }
.posts-grid.our-team li h5 a { color:#36393d; }
.posts-grid.our-team li .excerpt { font-weight:300; }
.posts-grid.our-team li .btn { display:none; }
.service-box {
	background:none;
	border:none;
	box-shadow:none;
	padding:0;
}
.service-box .icon { margin:5px 10px 0 0; }
.service-box.about-box .service-box_body .service-box_txt {
	margin:0;
	padding:0 0 0 39px;
}
.sm_hr {
	background:#e9e9e9;
	margin:15px 0;
}
.hr {
	background:#cacaca;
	position:relative;
	overflow:visible;
	margin:40px 0;
}
.hr:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#cacaca;
}
.hr:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#cacaca;
}
.testimonials .testi-item .testi-item_blockquote {
	padding:0;
	border-radius:0;
	background:none;
}
.testimonials .testi-item .testi-item_blockquote:before, .testimonials .testi-item .testi-item_blockquote:after { display:none; }
.testimonials .testi-item .testi-item_blockquote .featured-thumbnail {
	width:auto;
	height:auto;
	margin:0 0px 22px 0;
}
@media (max-width: 350px) {
	.testimonials .testi-item .testi-item_blockquote .featured-thumbnail {
		float:none;
		margin:0 0 20px;
		display:inline-block;
	}
}
.testimonials .testi-item .testi-item_blockquote .user {
	display:block;
	font-size:18px;
	font-weight:600;
	color:#36393d;
	margin-bottom:13px;
	text-transform:uppercase;
}
.testimonials .testi-item .testi-item_blockquote .user:after { content:":"; }
.testimonials .testi-item .testi-item_blockquote a {
	font-weight:300;
	color:#7c8387;
}
.testimonials .testi-item .testi-item_blockquote a:before, .testimonials .testi-item .testi-item_blockquote a:after { content:'"'; }
.testimonials .testi-item .testi-item_blockquote a:hover { color:#09368e; }
.testimonials .testi-item .testi-meta {
	padding:0;
	text-align:right;
}
.testimonials .testi-item .testi-meta span { display:block; }
.testimonials .testi-item .testi-meta span.user { font:20px/1.2em 'Pacifico', cursive; display:none!important;}
.testimonials .testi-item .testi-meta span.info {
	font-size:12px;
	font-weight:300;
}
.testimonials.testi-about { padding-top:0px; }
.testimonials.testi-about .testi-meta br, .testimonials.testi-about .testi-meta a { display:none; }
div.type-page { text-align:left; }
div.type-page h5 {
	font:normal 30px/1.2em 'Roboto', sans-serif;
	text-transform:uppercase;
	color:#2c2c2d;
	margin-bottom:0px; text-transform:capitalize;
	text-align: center; margin-bottom:15px;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page .banner-wrap h5 { font-size:26px; }
}
div.type-page .banner-wrap p {
	font:normal 15px/22px 'Roboto', sans-serif;
	color:#818181; font-weight:normal!important;
}

.sp-section{background:#e7e7e7; padding:20px; border:1px solid #b6b6b6; font-size:18px; line-height:28px; color:#11529c; font-weight:normal!important; text-align:left;}

.sp-section span{font-size:18px; line-height:28px; color:orange;}
.sp-section span a{color:orange; font-weight:normal;}
.link-align{text-align:center;}

@media (min-width: 768px) and (max-width: 979px) {
	div.type-page .banner-wrap p { font-size:14px; }
}
div.type-page .banner-wrap p strong {
	color:#333;
	font-weight:500;
}
div.type-page .banner-wrap .banner-btn .btn {
	background-color:#11529c;
	font:normal 15px/18px 'Roboto', sans-serif;
	color:#fff;
	padding:7px 20px 8px 20px;
}
div.type-page .banner-wrap .banner-btn .btn:after { display:none; }
div.type-page .banner-wrap .banner-btn .btn:hover, div.type-page .banner-wrap .banner-btn .btn:active, div.type-page .banner-wrap .banner-btn .btn:focus {
	background:orange;
}
.services-main-wrap {
	position:relative;
	background:#f6f6f6;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #ececec;
	margin:50px 0 0;
	padding:75px 0 33px;
}
.services-main-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:-1px;
	width:100%;
	background:#f6f6f6;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #ececec;
}
.services-main-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:-1px;
	width:100%;
	background:#f6f6f6;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #ececec;
}
.posts-grid.services-main li .thumbnail { margin:0 0 23px 0; }
.posts-grid.services-main li .post_meta {
	border:none;
	padding:0;
	margin:0 0 10px;
}
.posts-grid.services-main li .post_meta .post_category, .posts-grid.services-main li .post_meta .post_author, .posts-grid.services-main li .post_meta .post_comment { display:none; }
.posts-grid.services-main li .post_meta time {
	font:300 24px/1.2em 'Roboto', sans-serif;
	color:#11b7f2;
}
.posts-grid.services-main li h5 {
	font:500 22px/1.2em 'Roboto', sans-serif;
	margin:0 0 20px 0;
}
.posts-grid.services-main li h5 a { color:#36393d; }
.hero-main-wrap {
	position:relative;
	background:#f6f6f6;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #c5c5c5;
	margin:0;
	padding:50px 0 40px;
}
.hero-main-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:-1px;
	width:100%;
	background:#f6f6f6;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #c5c5c5;
}
.hero-main-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:-1px;
	width:100%;
	background:#f6f6f6;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #c5c5c5;
}
.hero-unit {
	padding:0;
	background:none;
	text-align:center;
}
.hero-unit h1 {
	font:300 24px/1.2em 'Roboto', sans-serif;
	color:#36393d;
	letter-spacing:0;
}
.hero-unit .btn {
	background-color:#028ade;
	background-image:-moz-linear-gradient(top,#00a3f4,#0565bc);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#00a3f4),to(#0565bc));
	background-image:-webkit-linear-gradient(top,#00a3f4,#0565bc);
	background-image:-o-linear-gradient(top,#00a3f4,#0565bc);
	background-image:linear-gradient(to bottom,#00a3f4,#0565bc);
	background-repeat:repeat-x;
	font:500 19px/1.2em 'Roboto', sans-serif;
	color:#fff;
	padding:16px 45px;
	border:1px solid #046cc2;
	box-shadow:inset 0 0 0 1px #50c1f7;
	border-radius:5px;
	text-transform:none;
}
.hero-unit .btn:after { display:none; }
.hero-unit .btn:hover, .hero-unit .btn:active, .hero-unit .btn:focus { background:#11b7f2; }
.hero-unit.hero-main-second { margin-bottom:50px; }
.hero-unit.hero-main-second h1 {
	font:500 29px/1.2em 'Roboto', sans-serif;
	margin-bottom:10px;
}
.hero-unit.hero-main-second p {
	font:300 14px/21px 'Roboto', sans-serif;
	width:80%;
	margin:0 auto;
}
.hero-main-second-wrap {
	position:relative;
	background:#f4f4f4;
	margin:0;
	padding:20px 0;
}
.hero-main-second-wrap .span3{text-align:center;}
.hero-main-second-wrap .span3 a:hover{text-decoration:none;}
.hero-main-second-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:-2px;
	width:100%;
}
.hero-main-second-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:-2px;
	width:100%;
}
.actions-of-the-day-wrap {
	position:relative;
	background:#f4f4f4;
	margin:10px 0 21px;
	padding:10px 0 41px; border-top:1px solid #ccc;
}
.actions-of-the-day-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:-2px;
	width:100%;
	
}
.actions-of-the-day-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:-2px;
	width:100%;
}
.actions-of-the-day-wrap .view-all-events { margin:20px 0 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.actions-of-the-day-wrap .view-all-events { margin:20px 0 0 0; }
}
@media (max-width: 767px) {
	.actions-of-the-day-wrap .view-all-events { margin:20px 0 0 0; }
}
.actions-of-the-day-wrap p { margin:0 !important; }
.service-box.main-box {
	text-align:center;
}
@media (max-width: 767px) {
	.service-box.main-box { margin-top:30px; }
}
.service-box.main-box .icon {
	float:none;
	margin:21px 0 10px 0;
}
.service-box.main-box .icon a{display:block; text-decoration:none;}
.service-box.main-box .icon a:hover, .service-box.main-box .service-box_body a:hover .title{text-decoration:none!important;}
.service-box.main-box .service-box_body .title {
	font:400 26px/1.2em 'Roboto', sans-serif;
	margin:15px 0 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.main-box .service-box_body .title { font-size:16px; }
}
.service-box.main-box .service-box_body .service-box_txt {
	padding:0;
	padding:10px 25px;
	font-size:12px;
	line-height:16px;
	margin:0;
}
.service-box.main-box.blue .title { color:#000; }
.service-box.main-box.orange .title { color:#000; }
.service-box.main-box.pink .title { color:#000; }
.service-box.main-box.green .title { color:#000; }
@media (max-width: 767px) {
	.featured-thumbnail.thumbnail.video_preview { margin-top:30px; }
}
.featured-thumbnail.thumbnail.video_preview >div { padding:0; }
.posts-grid.clients-main li {
	float:left;
	width:14.28%;
	min-height:55px;
	margin-bottom:5px;
}
@media (max-width: 767px) {
	.posts-grid.clients-main li {
		width:25%;
		margin-bottom:20px;
	}
}
@media (max-width: 480px) {
	.posts-grid.clients-main li { width:33.33%; }
}
@media (max-width: 350px) {
	.posts-grid.clients-main li { width:50%; }
}
.posts-grid.clients-main li h5, .posts-grid.clients-main li .excerpt { display:none; }
.posts-grid.clients-main li .featured-thumbnail.thumbnail {
	border:none;
	box-shadow:none;
	width:100%;
	text-align:center;
	vertical-align:middle;
	padding:5px 0;
}
.posts-grid.clients-main li .featured-thumbnail.thumbnail:hover { background:#f6f6f6; }
.posts-grid.clients-main li .featured-thumbnail.thumbnail a {
	text-align:center;
	display:block;
}
.posts-grid.clients-main li .featured-thumbnail.thumbnail img {
	border:none;
	width:auto;
}
.footer {background:none; border-top:none; padding:0; margin:0 auto;}
.footer .container{background:#3c3c3c; border-top:4px solid #11529c;}

nav.nav.footer-nav { float:none; }
nav.nav.footer-nav ul { float:none; }
@media (max-width: 979px) {
	nav.nav.footer-nav ul { text-align:left; }
}
nav.nav.footer-nav ul li {
	float:none;
	padding:0;
}
@media (max-width: 979px) {
	nav.nav.footer-nav ul li {
		float:none;
		display:block;
	}
}
nav.nav.footer-nav ul li.current-menu-item a, nav.nav.footer-nav ul li a:hover {
	color:#fff;
	text-decoration:none;
}
.copyright {
	border-top:2px solid #323232; background:#343434;
	position:relative;
	padding:20px 0; color:#909090;
}
.copyright:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:-1px;
	width:100%;
}
.copyright:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:-1px;
	width:100%;
}
.footer-text {
	font:13px/1.2em 'Roboto', sans-serif;
	color:#909090; padding:0 0 0 15px;
}
.footer-text a { color:#909090; }
.footer-text .year, .footer-text .site-name {
	font-weight:bold;
	text-transform:uppercase;
}
@media (max-width: 480px) {
	.footer-text .privacy { display:inline-block; }
}
.footer-text em { font-style:normal; }
@media (max-width: 480px) {
	.footer-text em { display:none; }
}
#back-top-wrapper p a {
	width:24px;
	height:24px;
	opacity:1;
}
#back-top-wrapper p a:hover { background:none; }
#back-top-wrapper p a:hover span {
	background:url(images/totop.png) no-repeat 0 -24px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/totop.png",sizingMethod="crop");
}
#back-top-wrapper p a span {
	width:24px;
	height:24px;
	background:url(images/totop.png) no-repeat 0 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/totop.png",sizingMethod="crop");
	transition:200ms all;
}
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num { color:#09368e; }
.error404-holder .search-form .search-form_it { border:1px solid #d9d7d7; }
.error404-holder .search-form .search-form_is {
	margin:0 0 0 10px;
	padding-top:1px;
	padding-bottom:1px;
	height:30px;
	box-shadow:none;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.error404-holder .search-form .search-form_is {
		display:block;
		margin:0;
	}
}
@media (max-width: 400px) {
	.error404-holder .search-form .search-form_is {
		display:block;
		margin:0;
	}
}
.ajax-loader {
	position:relative;
	top:-5px;
}
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.ie8 h1, .ie8 h2, .ie8 h3, .ie8 h4, .ie8 h5, .ie8 h6 { line-height:1.2em; }
.ie8 .wpcf7-form .wpcf7-not-valid-tip { font-size:8px !important; }
.ie8 .social-nets-wrapper .social { margin:6px 0 0 0; }
.ie8 .static-banner {
	margin:20px 0 0 0;
	width:100%;
	height:auto;
}
.ie8 .label-srch { margin:19px 0 6px 0; }
.ie8 .search-form__h {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.ie8 .search-form__h #search-header .search-form_it { width:100%; }
.ie8 .static-telephone {
	margin:22px 0 0 0;
	text-align:right;
}
.ie8 .slider {
	width:1200px;
	margin-left:-600px;
}
.ie8 .camera_caption { top:20px; }
.ie8 .camera_caption >div { width:940px; }
.ie8 .camera_caption >div h2 { font-size:40px; }
.ie8 .camera_caption >div h3 { font-size:20px; }
.ie8 .sidebar .search-form .search-form_is {
	display:block;
	margin:0;
}
.ie8 [id*="categories"] ul li, .ie8 [id*="archives"] ul li, .ie8 .list.custom-list ul li {
	padding:3px 0;
	background-position:0 8px;
}
.ie8 [id*="categories"] ul li a, .ie8 [id*="archives"] ul li a, .ie8 .list.custom-list ul li a { line-height:1.2em; }
.ie8 [id*="nav_menu"] ul li {
	padding:3px 0;
	background-position:0 6px;
}
.ie8 [id*="nav_menu"] ul li a { line-height:1.2em; }
.ie8 .footer-widgets .contacts .textwidget em {
	float:none;
	display:block;
	margin:0;
}
.ie8 .posts-grid.services-main .thumbnail, .ie8 .posts-grid.our-team .thumbnail { width:100%; }
.ie8 .comment-author {
	width:58px !important;
	height:auto !important;
	margin-right:30px;
}
.ie8 .comment-author img {
	width:58px !important;
	height:58px !important;
}
.ie8 .post-author_gravatar { width:58px !important; }
.ie8 .post-author_gravatar img { width:58px !important; }
.ie8 .comments-custom_li .thumbnail { width:58px !important; }
.ie8 .comments-custom_li .avatar {
	width:58px !important;
	height:58px !important;
}
.ie8 #respond #commentform p input { padding-top:10px; }
.ie8 #respond #commentform p input.btn { padding:0; }
.ie8 .wpcf7-form p.field input {
	padding-top:8px;
	padding-bottom:5px;
}
.ie8 textarea, .ie8 input[type="text"], .ie8 input[type="password"], .ie8 input[type="datetime"], .ie8 input[type="datetime-local"], .ie8 input[type="date"], .ie8 input[type="month"], .ie8 input[type="time"], .ie8 input[type="week"], .ie8 input[type="number"], .ie8 input[type="email"], .ie8 input[type="url"], .ie8 input[type="search"], .ie8 input[type="tel"], .ie8 input[type="color"], .ie8 .uneditable-input { padding-top:8px; }
.ie8 .single-clients .thumbnail.large, .ie8 .type-clients .thumbnail.large { width:100px; }
.transition { transition:all 0.3s ease 0s; }
.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;
}

.cms-content{padding:0 20px 20px 20px;}
.cms-content-left{padding-left:20px;}
.cms-content-right{padding-right:20px;}
.contact-form{}
.contact-form p{ margin-left:0!important;}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"]{border:1px solid #ccc; padding:5px 10px; width:90%!important; color:#555;}
.contact-form select{border:1px solid #ccc; padding:5px 10px; width:94%; border-radius: 0px!important; color:#555;}
.contact-form textarea{border:1px solid #ccc; padding:10px; margin:0 0 10px 0; max-height:80px!important; width:97%; max-width:94%; color:#555!important;}
.contact-form input[type="submit"]{text-transform:uppercase!important; margin:4px 0 0 0!important;}
.cms-content-left h1, .cms-content-right h1{margin:0 0 15px 0!important; color:#134091!important; font-weight: bold!important;}



.cap-bg{ height:44px;}
.cap-image{ border:1px solid #ccc; padding:3.5px 1px; float:left;}
.cap-bg span.Captcha{ float:left; margin:0 0 0 10px; width:78.5%;}
.contact-form input.cap-text-box[type="text"]{border:1px solid #ccc; padding:5px 10px; width:95%!important;}

.contact-form2{}
.contact-form2 p{ margin-left:0!important;}
.contact-form2 input[type="text"], .contact-form2 input[type="email"], .contact-form2 input[type="tel"]{border:1px solid #ccc; padding:5px 10px; width:90%!important; color:#555;}
.contact-form2 select{border:1px solid #ccc; padding:5px 10px; width:97%; border-radius: 0px!important; color:#555;}
.contact-form2 textarea, .contact-form2 #wpcf7-f5-o1 textarea{border:1px solid #ccc; padding:10px; margin:0 0 10px 0; max-height:80px!important; width:97%!important; max-width:97%!important; color:#555!important;}
.contact-form2 input[type="submit"]{text-transform:uppercase!important; margin:4px 0 0 0!important;}

.contact-form2 .cap-bg{ height:44px;}
.contact-form2 .cap-image{ border:1px solid #ccc; padding:3.5px 1px; float:left;}
.contact-form2 .cap-bg span.Captcha{ float:left; margin:0 0 0 10px; width:72.5%;}
.contact-form2 input.cap-text-box[type="text"]{border:1px solid #ccc; padding:5px 10px; width:90%!important;}

.join-bg{ text-align:center; display:none;}
.join-inner{ background:#303030; color:#fff; padding:20px 0;}
.join-bg-bottom form{padding:0; margin:0!important;}
.join-inner span{width:auto; display:inline-block; margin:0 5px;}
.join-inner input[type="text"], .join-inner input[type="email"], .join-inner input[type="tel"]{border:1px solid #ccc; margin:0; padding:5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
.join-inner input[type="submit"]{ border:none; padding:5px 15px; height:33px; color:#fff; background:#8dc63e; cursor:pointer;  -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-weight:bold; text-transform:uppercase;}
.join-inner input[type="submit"]:hover{background:#134091;}
span.phone-icon{ background:url(images/phone.png) no-repeat 0 50%; display:inline-block; height:20px; width:22px; margin:0 0 -4px 0;}
span.email-icon{background:url(images/email.png) no-repeat 0 50%; display:inline-block; height:20px; width:22px; margin:0 0 -4px 0;}

article.testimonial{margin-bottom:0;}

.faq-list{}
.faq-list ul{padding:0; margin:0; list-style-type:none;}
.faq-list ul li{color:#000; padding:0; margin:3px 0;}
.faq-list ul li i{display:inline-block; margin:0 5px 0 0;}
.faq-list ul li a{font-size:16px;}

.serv-icon{ padding:15px 0 0 0;}
.serv-icon img{float:left; margin:0 10px 0 0;}

::-webkit-input-placeholder {
    opacity: 1 !important; /* for chrome */
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1 !important; 
}

:-ms-input-placeholder {  
   opacity: 1 !important;
}

@media (max-width: 767px) {
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"]{border:1px solid #ccc; padding:5px 10px; width:94%!important; color:#555;}
.contact-form select{border:1px solid #ccc; padding:5px 10px; width:100%; border-radius: 0px!important; color:#555;}
.contact-form textarea{border:1px solid #ccc; padding:10px; margin:0 0 10px 0; max-height:80px!important; width:100%; max-width:100%; color:#555!important;}
}

.actions-of-the-day-wrap .user { color: #36393d;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    text-transform: uppercase;}