body { padding:0 !important; }
button:focus { outline:none; }
a {
	-webkit-transition:color 0.4s;
	-moz-transition:color 0.4s;
	-o-transition:color 0.4s;
	transition:color 0.4s;
}
a:hover, a:active, a:focus { text-decoration:none; }
a:active { background-color:transparent; }
h2 { margin:0 0 52px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	h2 { margin-bottom:30px; }
}
@media (max-width: 767px) {
	h2 { margin-bottom:30px; }
}
.header {
	background-color:transparent;
	border:none;
	border-bottom:1px solid #cecdcd !important;
	padding:34px 0 35px 0;
	-webkit-transition:padding 0.4s;
	-moz-transition:padding 0.4s;
	-o-transition:padding 0.4s;
	transition:padding 0.4s;
}
@media (max-width: 767px) {
	.header {
		padding-left:20px;
		padding-right:20px;
	}
}
.home .header { border:none !important; }
.header.isStuck {
	width:100%;
	padding:15px 0;
	top:0;
	border:none;
	-webkit-box-shadow:0 1px 15px rgba(0,0,0,0.25);
	-moz-box-shadow:0 1px 15px rgba(0,0,0,0.25);
	box-shadow:0 1px 15px rgba(0,0,0,0.25);
}
@media (max-width: 767px) {
	.header.isStuck {
		width:auto;
		padding:34px 20px 35px;
		position:relative !important;
		top:0 !important;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
}
.pseudoStickyBlock { max-height:66px !important; }
@media (max-width: 767px) {
	.pseudoStickyBlock { display:none !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		float:none;
		text-align:center;
		margin-bottom:20px;
	}
}
.search-form_it { display:block; }
.widget .search-form_it, .error404-holder .search-form_it {
	width:100%;
	height:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.search-form_is { display:block; }
.nav__primary { margin-bottom:0; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:50%;
	margin:17px 0 0 -83px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:100%;
	top:-22px;
	margin:0 0 0 5px;
}
.sf-menu { padding-top:8px; }
.sf-menu > li {
	background:none;
	margin-left:5px;
}
.sf-menu > li:first-child { margin-left:0; }
.sf-menu > li > a {
	padding:0 10px;
	border:none;
	text-transform:uppercase;
	position:relative;
}
.sf-menu > li > a:after {
	content:'';
	position:absolute;
	left:0;
	top:-42px;
	width:100%;
	height:0;
	background-color:#f3724b;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.isStuck .sf-menu > li > a:after { top:-23px; }
.sf-menu li ul {
	width:166px;
	background-color:#fff;
	border:1px solid #e3e3e3;
	padding:22px 0 21px 0;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.sf-menu li li {
	background:none;
	text-align:left;
	margin-top:16px;
}
.sf-menu li li:first-child { margin-top:0; }
.sf-menu li li a {
	padding:0;
	margin:0 20px;
	display:inline-block;
	vertical-align:top;
	border:none;
	color:#858585;
	font-weight:bold;
	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 { background:none; }
.sf-menu > li > a:hover:after, .sf-menu > li.sfHover> a:after, .sf-menu > li.current-menu-item > a:after, .sf-menu > li.current_page_item > a:after { height:6px; }
.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 {
	color:#f3724b;
	background:none;
}
.content-holder { background-color:#fff; }
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
	}
}
.home .content-holder { padding-bottom:96px; }
.page-id-7 .content-holder { padding-bottom:1px; }
#content { padding-top:45px; }
@media (min-width: 1200px) {
	#content { padding-top:89px; }
}
.title-section {
	padding:26px 0 25px 0;
	border-bottom:1px solid #cecdcd;
	position:relative;
	text-align:center;
}
.title-section:before, .title-section:after {
	content:'';
	width:300%;
	height:1px;
	position:absolute;
	bottom:-1px;
	background-color:#cecdcd;
	z-index:-1;
}
.title-section:before { left:-299%; }
.title-section:after { right:-299%; }
.title-header {
	font-size:30px;
	font-weight:bold;
	line-height:1.2em;
	color:#4b4b4b;
	overflow:visible;
	margin:0 0 2px 0;
}
.breadcrumb__t {
	padding:0;
	background-color:transparent;
}
.breadcrumb__t li {
	text-shadow:none;
	font-weight:300;
}
.breadcrumb__t li.divider {
	margin:0 4px;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:' / ';
	color:#818080;
	font:300 14px/20px Raleway;
}
.breadcrumb__t li a { color:#818080; }
.breadcrumb__t li a:hover, .breadcrumb__t li a:active, .breadcrumb__t li a:focus { color:#4d70cf; }
.post__holder .post-header .post-title {
	font-size:18px;
	line-height:1.2em;
	margin:0 0 13px 0;
}
.post__holder .featured-thumbnail.large { margin:0 0 33px 0; }
.post__holder .post_content { padding-bottom:0; }
.post__holder .post_content .excerpt { margin-bottom:15px; }
.post_meta {
	font-size:14px;
	border:none;
	padding:0 0 0 1px;
}
.post_meta div[class^="post_"] { padding:0 22px 0 0; }
@media (max-width: 767px) {
	.post_meta div[class^="post_"] { padding-bottom:10px; }
}
.post_meta div[class^="post_"] a { color:#818080; }
.post_meta div[class^="post_"] a:hover, .post_meta div[class^="post_"] a:active, .post_meta div[class^="post_"] a:focus { color:#4d70cf; }
.post_meta i {
	font-size:23px;
	color:#f3724b;
	padding:0 5px 0 0;
	position:relative;
	top:2px;
}
.post_meta i.icon-calendar:before { content:'\f017'; }
.post_meta i.icon-comments:before { content:'\f0e5'; }
.post-author {
	padding:34px 20px 26px 28px;
	border:1px solid #ddd;
	background-color:transparent;
}
@media (max-width: 767px) {
	.post-author { padding:20px; }
}
.post-author_h {
	font-size:22px;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 21px 0;
}
.post-author_h a { text-transform:capitalize; }
.post-author_link {
	font-size:19px;
	font-weight:bold;
	line-height:1.2em;
	color:#4b4b4b;
	margin-top:0;
}
.post-author_link p { margin:0 0 10px 0; }
.post-author_link a {
	font-weight:300;
	color:#f3724b;
	text-transform:capitalize;
}
.post-author_link a:hover, .post-author_link a:active, .post-author_link a:focus { color:#000000; }
.post-author_gravatar { margin:4px 20px 10px 0; }
.post-author_gravatar img {
	padding:0;
	border:none;
	background:none;
}
.post-author .post-author_desc {
	overflow:visible;
	margin-top:0;
}
@media (min-width: 1200px) {
	.post-author .post-author_desc { overflow:hidden; }
}
#recent-author-posts .post__holder { margin-bottom:40px; }
#recent-author-comments ul { margin:0; }
#recent-author-comments ul li {
	list-style-type:none;
	margin-bottom:5px;
}
.testimonial {
	border-color:#dedede;
	background:none;
	font-style:normal;
	font-family:Raleway;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial_bq p {
	font-size:14px;
	line-height:20px;
}
.testimonial small {
	font-family:Raleway;
	font-size:14px;
}
.related-posts_h {
	font-size:30px;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 30px 0;
	text-align:center;
}
@media (min-width: 1200px) {
	.related-posts_h { margin-bottom:75px; }
}
.related-posts_list { margin:0; }
.related-posts_item {
	width:auto;
	font-size:14px;
	line-height:20px;
}
.related-posts_item h3 {
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 13px 0;
}
.related-posts .featured-thumbnail { margin:0 0 20px 0; }
@media (min-width: 1200px) {
	.related-posts .featured-thumbnail { margin-bottom:30px; }
}
@media (min-width: 481px) and (max-width: 767px) {
	.related-posts .featured-thumbnail {
		float:left;
		margin:0 20px 10px 0;
		max-width:200px;
	}
}
.share-buttons span, .share-buttons li { line-height:17px; }
.pagination__posts { text-align:left; }
.page-template-page-Portfolio2Cols-filterable-php .pagination__posts, .page-template-page-Portfolio3Cols-filterable-php .pagination__posts, .page-template-page-Portfolio4Cols-filterable-php .pagination__posts { text-align:center; }
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li a {
	width:35px;
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#818080;
	background:none !important;
	border:none !important;
	border:1px solid #d0cfcf !important;
	padding:0;
	margin:0 5px 0 0 !important;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:35px !important;
	-moz-border-radius:35px !important;
	border-radius:35px !important;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.pagination__posts ul li a:hover, .pagination__posts ul li a:active, .pagination__posts ul li a:focus {
	color:#fff;
	border:1px solid #f3724b !important;
	background:#f3724b !important;
}
.pagination__posts ul .active span {
	width:33px;
	height:33px;
	line-height:33px;
	background:none !important;
	border:none !important;
	color:#fff;
	padding:0;
	margin:0 5px 0 0 !important;
	text-align:center;
	border:1px solid #f3724b !important;
	background:#f3724b !important;
	-webkit-border-radius:35px !important;
	-moz-border-radius:35px !important;
	border-radius:35px !important;
}
.pagination__posts ul .prev, .pagination__posts ul .next, .pagination__posts ul .first, .pagination__posts ul .last { display:none; }
.filter-wrapper .pull-right {
	float:none !important;
	text-align:center;
}
.filter-wrapper strong { display:none; }
.filter-wrapper .nav { overflow:visible; }
.nav-pills {
	margin-bottom:53px;
	float:none;
	display:inline-block;
	vertical-align:top;
}
@media (max-width: 767px) {
	.nav-pills { margin-bottom:30px; }
}
.nav-pills li a {
	color:#818080 !important;
	background:none !important;
	padding:17px 34px;
	margin:0 3.5px !important;
	border:1px solid #cecdcd !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav-pills li a {
		padding:10px 15px;
		margin-bottom:7px !important;
	}
}
@media (max-width: 767px) {
	.nav-pills li a {
		padding:10px 15px;
		margin-bottom:7px !important;
	}
}
@media (max-width: 480px) {
	.nav-pills li a {
		padding:10px 15px;
		margin:0 0 5px 0 !important;
	}
}
.nav-pills li a:hover, .nav-pills li a:active, .nav-pills li a:focus {
	border-color:#f3724b !important;
	background-color:#f3724b !important;
	color:#fff !important;
}
.nav-pills li.active a {
	border-color:#f3724b !important;
	background-color:#f3724b !important;
	color:#fff !important;
}
.filterable-portfolio { margin-bottom:66px; }
.filterable-portfolio .portfolio_item {
	padding:0;
	margin:0;
}
.zoom-icon { background:rgba(242,114,75,0.8); }
.zoom-icon:before {
	margin:-28.5px 0 0 -28.5px;
	width:57px;
	height:57px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	-webkit-transform:translate(0,-20px);
	-moz-transform:translate(0,-20px);
	-ms-transform:translate(0,-20px);
	-o-transform:translate(0,-20px);
	transform:translate(0,-20px);
	opacity:0;
	filter:alpha(opacity=0);
}
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0);
}
.page-header {
	margin:0 0 20px 0;
	padding:0;
	border:none;
}
.page-header h1 {
	font-weight:bold;
	margin:0;
	padding:0;
}
.single-pager { border-color:#dedede; }
.single-pager a {
	color:#818080;
	font-size:14px;
	border-color:#dedede !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.single-pager a:hover, .single-pager a:active, .single-pager a:focus {
	border-color:#f3724b !important;
	background-color:#f3724b !important;
	color:#fff;
}
.comments-h {
	font-size:30px;
	font-weight:bold;
	line-height:1.2em;
	text-align:center;
	margin:0 0 55px 0;
}
.comment .comment-body {
	padding:30px 37px 33px 28px;
	margin-bottom:26px;
	background:none;
	border-color:#dedede;
}
@media (min-width: 768px) and (max-width: 979px) {
	.comment .comment-body { padding:20px; }
}
@media (max-width: 767px) {
	.comment .comment-body { padding:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.comment .comment-body .extra-wrap { overflow:visible; }
	.comment .comment-body .extra-wrap .extra-wrap { overflow:hidden; }
}
@media (max-width: 767px) {
	.comment .comment-body .extra-wrap { overflow:visible; }
	.comment .comment-body .extra-wrap .extra-wrap { overflow:hidden; }
}
.comment .comment-body .author {
	float:left;
	font-size:16px;
	font-weight:300;
	line-height:1.2em;
	color:#f3724b;
	text-transform:capitalize;
	margin:0 0 10px 0;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
@media (max-width: 767px) {
	.comment .comment-body .author {
		float:none;
		display:block;
	}
}
.comment.bypostauthor .comment-body { background:none; }
.comment-author { margin:3px 20px 10px 0; }
.comment-meta {
	float:left;
	padding:0;
	font-size:16px;
	font-weight:300;
	line-height:1.2em;
	color:#4b4b4b;
}
@media (max-width: 767px) {
	.comment-meta {
		float:none;
		margin-bottom:10px;
	}
}
.comment-meta:before {
	content:'|';
	padding:0 7px;
	font-weight:400;
}
@media (max-width: 767px) {
	.comment-meta:before { display:none; }
}
.reply {
	margin-left:0;
	font-weight:bold;
}
@media (max-width: 767px) {
	.reply {
		float:none;
		margin-bottom:20px;
	}
}
.reply .comment-reply-link {
	background:none;
	padding:0;
	color:#f3724b;
}
.reply .comment-reply-link:hover, .reply .comment-reply-link:active, .reply .comment-reply-link:focus { color:#000000; }
#respond h3 {
	font-size:30px;
	font-weight:bold;
	line-height:1.2em;
	text-align:center;
	margin:0 0 75px 0;
}
@media (max-width: 767px) {
	#respond h3 { margin-bottom:30px; }
}
.comment-list ul.children { margin:0 0 0 50px; }
@media (min-width: 1200px) {
	.comment-list ul.children { margin-left:100px; }
}
@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 p.field { margin-bottom:22px; }
#commentform input[type="text"] {
	padding:18px 21px;
	width:100%;
	height:58px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	#commentform input[type="text"] {
		font-size:13px;
		padding-left:12px;
		padding-right:12px;
	}
}
#commentform textarea {
	height:218px;
	min-height:218px;
	padding:18px 21px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#commentform textarea {
		font-size:13px;
		padding-left:15px;
		padding-right:15px;
	}
}
#sidebar { padding-top:45px; }
@media (min-width: 1200px) {
	#sidebar { padding-top:89px; }
}
#sidebar .widget > h3 { font-weight:bold; }
#sidebar .widget ul { margin:0; }
#sidebar .widget ul li {
	list-style-type:none;
	margin-bottom:10px;
}
#sidebar .widget ul li:before {
	content:'\f0a9';
	font-family:FontAwesome;
	color:#000000;
	padding-right:10px;
}
#sidebar .widget ul ul { margin:10px 0 0 21px; }
#wp-calendar td#today {
	color:#4d70cf;
	font-weight:bold;
}
#wp-calendar caption { color:#4d70cf; }
#wp-calendar thead th { color:#4d70cf; }
.comments-custom li:before { display:none !important; }
.comments-custom_txt { border-color:#cecdcd; }
.comments-custom_txt a:hover { text-decoration:none; }
.comments-custom_h_title { font-weight:bold; }
.post-list li:before { display:none !important; }
.post-list_h { font-weight:bold; }
.banners { margin-bottom:30px; }
.flickr_li:before { display:none !important; }
.flickr_li .thumbnail:hover, .flickr_li .thumbnail:active, .flickr_li .thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.flickr_li .thumbnail .zoom-icon:before {
	width:40px;
	height:40px;
	margin:-20px 0 0 -20px;
	background-size:cover;
}
.social_li:before { display:none !important; }
.social_link:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.banner-wrap__style-1 {
	width:50%;
	float:left;
	margin:0;
	border-left:1px solid #cecdcd;
	border-top:1px solid #cecdcd;
	border-bottom:1px solid #cecdcd;
	position:relative;
	z-index:1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 767px) {
	.banner-wrap__style-1 {
		float:none;
		width:100%;
		border-left:none;
	}
}
.banner-wrap__style-1:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	background-color:#ecf0f1;
	z-index:-1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap__style-1 .banner-wrap__inner {
	max-width:585px;
	padding:82px 0 96px 30px;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 1200px) {
	.banner-wrap__style-1 .banner-wrap__inner { padding-left:60px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap__style-1 .banner-wrap__inner {
		padding-right:20px;
		padding-top:30px;
		padding-bottom:30px;
	}
}
@media (max-width: 767px) {
	.banner-wrap__style-1 .banner-wrap__inner { padding:30px 20px; }
}
.banner-wrap__style-1.text-right {
	border-left:none;
	border-right:1px solid #cecdcd;
	margin-right:-1px;
}
@media (max-width: 767px) {
	.banner-wrap__style-1.text-right {
		border-right:none;
		border-bottom:none;
	}
}
.banner-wrap__style-1.text-right:after {
	left:auto;
	right:0;
}
.banner-wrap__style-1.text-right .banner-wrap__inner {
	float:right;
	padding-left:0;
	padding-right:30px;
}
@media (min-width: 1200px) {
	.banner-wrap__style-1.text-right .banner-wrap__inner { padding-right:60px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap__style-1.text-right .banner-wrap__inner { padding-left:20px; }
}
@media (max-width: 767px) {
	.banner-wrap__style-1.text-right .banner-wrap__inner { padding-left:20px; }
}
.banner-wrap__style-1.text-right p { margin:0; }
.banner-wrap__style-1 h5 {
	font-size:30px;
	font-weight:bold;
	line-height:36px;
	margin:0 0 14px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap__style-1 h5 { font-size:24px; }
}
@media (max-width: 767px) {
	.banner-wrap__style-1 h5 { font-size:24px; }
}
.banner-wrap__style-1 h5 a { color:#585858; }
.banner-wrap__style-1 h5 a:hover, .banner-wrap__style-1 h5 a:active, .banner-wrap__style-1 h5 a:focus { color:#4d70cf; }
.banner-wrap__style-1 p {
	font-size:14px;
	line-height:30px;
	margin:0 -5px 0 0;
}
.banner-wrap__style-1:hover:after { width:100%; }
.banner-wrap__style-2 { text-align:center; }
.banner-wrap__style-2 .featured-thumbnail { margin:0 0 32px 0; }
@media (max-width: 767px) {
	.banner-wrap__style-2 .featured-thumbnail {
		display:inline-block;
		vertical-align:top;
	}
}
.banner-wrap__style-2 .featured-thumbnail a {
	border:none;
	max-width:100%;
}
.banner-wrap__style-2 h5 {
	font-size:12px;
	line-height:1.2em;
	text-transform:uppercase;
	margin:0 0 15px 0;
}
.banner-wrap__style-2 h5 a { color:#000000; }
.banner-wrap__style-2 h5 a:hover, .banner-wrap__style-2 h5 a:active, .banner-wrap__style-2 h5 a:focus { color:#4d70cf; }
.banner-wrap__style-2 p {
	font-size:12px;
	line-height:24px;
	margin:0;
}
.service-box__style-1 {
	padding:21px 15px 33px 14px;
	background-color:transparent;
	border:none;
	position:relative;
	overflow:visible;
	text-align:center;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (max-width: 767px) {
	.service-box__style-1 {
		padding-left:0;
		padding-right:0;
	}
}
.service-box__style-1:before, .service-box__style-1:after {
	content:'';
	width:1px;
	height:100%;
	position:absolute;
	left:-10px;
	top:0;
}
@media (min-width: 1200px) {
	.service-box__style-1:before, .service-box__style-1:after { left:-15px; }
}
@media (max-width: 767px) {
	.service-box__style-1:before, .service-box__style-1:after { display:none; }
}
.service-box__style-1:before { background-color:#f5f6f7; }
.service-box__style-1:after {
	background-color:#ebedee;
	left:-11px;
}
@media (min-width: 1200px) {
	.service-box__style-1:after { left:-16px; }
}
.service-box__style-1.service-box__first { padding-left:0; }
.service-box__style-1.service-box__first:before, .service-box__style-1.service-box__first:after { display:none; }
.service-box__style-1 .icon {
	float:none;
	margin:0 0 13px 0;
}
.service-box__style-1 h2 {
	font-size:12px;
	line-height:1.2em;
	text-transform:uppercase;
	color:#000000;
	margin:0 0 15px 0;
}
.service-box__style-1 .service-box_txt {
	font-size:12px;
	line-height:24px;
	color:#585858;
	margin-bottom:0;
	text-align:left;
}
.posts-grid__style-1 {
	position:relative;
	left:50%;
}
.posts-grid__style-1:before, .posts-grid__style-1:after { display:none; }
.posts-grid__style-1 li { margin:0 !important; }
.posts-grid__style-1 li.span2 { width:25% !important; }
@media (min-width: 1200px) {
	.posts-grid__style-1 li.span2 { width:16.66666666666667% !important; }
}
@media (max-width: 767px) {
	.posts-grid__style-1 li.span2 {
		width:33.33333333333333% !important;
		float:left !important;
	}
}
@media (max-width: 480px) {
	.posts-grid__style-1 li.span2 { width:50% !important; }
}
.posts-grid__style-1 li:hover .featured-thumbnail .site-url {
	opacity:1;
	filter:alpha(opacity=100);
}
.posts-grid__style-1 li:hover .featured-thumbnail .zoom-icon:before {
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0);
}
.posts-grid__style-1 h5 { display:none; }
.posts-grid__style-1 .featured-thumbnail { width:100%; }
.posts-grid__style-1 .featured-thumbnail .zoom-icon:before { margin-top:-47px; }
@media (max-width: 767px) {
	.posts-grid__style-1 .featured-thumbnail .zoom-icon:before { margin-top:-40px; }
}
.posts-grid__style-1 .featured-thumbnail .site-url {
	font-size:18px;
	position:absolute;
	left:0;
	right:0;
	bottom:92px;
	text-align:center;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	-webkit-transform:translate(0,20px);
	-moz-transform:translate(0,20px);
	-ms-transform:translate(0,20px);
	-o-transform:translate(0,20px);
	transform:translate(0,20px);
}
@media (min-width: 1200px) {
	.posts-grid__style-1 .featured-thumbnail .site-url { bottom:112px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid__style-1 .featured-thumbnail .site-url { bottom:60px; }
}
@media (max-width: 767px) {
	.posts-grid__style-1 .featured-thumbnail .site-url {
		font-size:14px;
		bottom:32px;
	}
}
.posts-grid__style-1 .featured-thumbnail .site-url a { color:#fff; }
.posts-grid__style-1 .featured-thumbnail:hover .site-url {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0);
}
.posts-grid__style-1 .featured-thumbnail:hover .zoom-icon:before {
	opacity:1;
	filter:alpha(opacity=100);
}
.posts-grid__style-1 .featured-thumbnail:hover .zoom-icon { opacity:1; }
.posts-grid__style-2 { padding-top:72px; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid__style-2 { padding-top:0; }
}
@media (max-width: 767px) {
	.posts-grid__style-2 { padding-top:0; }
}
.posts-grid__style-2 > li {
	text-align:center;
	margin-bottom:108px;
}
@media (max-width: 767px) {
	.posts-grid__style-2 > li {
		max-width:222px;
		width:222px !important;
		margin:0 auto 30px !important;
	}
}
.posts-grid__style-2 > li > .inner {
	border:1px solid #e3e3e3;
	margin:0 12px;
	padding-bottom:25px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
@media (min-width: 1200px) {
	.posts-grid__style-2 > li > .inner { margin:0 24px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid__style-2 > li > .inner { margin:0; }
}
@media (max-width: 767px) {
	.posts-grid__style-2 > li > .inner { margin:0; }
}
.posts-grid__style-2 > li .featured-thumbnail {
	border-bottom:1px solid #e3e3e3;
	margin:0 0 19px 0;
}
.posts-grid__style-2 h5 {
	font-size:19px;
	font-weight:300;
	line-height:1.2em;
	margin:0 0 3px 0;
}
.posts-grid__style-2 .teampos {
	font-size:13px;
	line-height:1.2em;
	color:#8e8e8e;
}
.posts-grid__style-2 .post_networks:before {
	content:'';
	display:block;
	width:74px;
	height:1px;
	margin:19px auto 18px;
	background-color:#dfdfdf;
}
.posts-grid__style-2 .post_networks ul li {
	width:auto;
	margin:0;
	display:inline-block;
	vertical-align:top;
	float:none;
}
.posts-grid__style-2 .post_networks ul li a {
	font-size:22px;
	color:#c5c5c5;
}
.posts-grid__style-2 .post_networks ul li a:hover, .posts-grid__style-2 .post_networks ul li a:active, .posts-grid__style-2 .post_networks ul li a:focus { color:#000000; }
.posts-grid__style-2 .post_networks ul li span { margin:0 8px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid__style-2 .post_networks ul li span { margin:0 6px !important; }
}
@media (max-width: 767px) {
	.posts-grid__style-2 .post_networks ul li span { margin:0 6px !important; }
}
.footer {
	background-color:transparent;
	border:none;
	padding:0 0 66px 0;
	text-align:center;
}
@media (max-width: 767px) {
	.footer {
		padding-left:20px;
		padding-right:20px;
	}
}
.footer-widgets {
	margin-bottom:63px;
	text-align:left;
}
nav.footer-nav {
	float:none;
	margin-bottom:0;
}
nav.footer-nav ul { float:none; }
nav.footer-nav ul li {
	float:none;
	display:inline;
	vertical-align:top;
	padding:0 10px;
}
@media (max-width: 767px) {
	nav.footer-nav ul li { padding:0 5px; }
}
nav.footer-nav ul li a { text-transform:uppercase; }
nav.footer-nav ul li a:hover, nav.footer-nav ul li a:active, nav.footer-nav ul li a:focus { color:#4d70cf; }
nav.footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#4d70cf;
}
.copyright { padding:0; }
.footer-text {
	float:none;
	font-size:18px;
	text-transform:uppercase;
	line-height:1.2em;
	color:#fff;
	margin-top: 63px;
}
.footer-text a { color:inherit; }
.footer-text a:hover, .footer-text a:active, .footer-text a:focus { color:#4d70cf; }
@media (max-width: 767px) {
	.google-map-api { height:300px; }
}
.dropcap {
	margin:10px 15px 0 0;
	overflow:visible;
	width:82px;
	height:82px;
	background:none;
	border:2px solid #f3724b;
	color:#f3724b;
	font-weight:300;
	font-size:50px;
	line-height:78px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.custom-block-5 .dropcap:before {
	content:'';
	position:absolute;
	left:-16px;
	top:50%;
	width:14px;
	height:1px;
	background-color:#ebedee;
	z-index:-1;
	-webkit-box-shadow:0 1px 0 #f5f6f7;
	-moz-box-shadow:0 1px 0 #f5f6f7;
	box-shadow:0 1px 0 #f5f6f7;
}
@media (max-width: 767px) {
	.custom-block-5 .dropcap:before { display:none; }
}
.dropcap_right .dropcap {
	float:right;
	margin:10px 0 0 15px;
}
.custom-block-5 .dropcap_right .dropcap:before {
	right:-16px;
	left:auto;
}
.list.styled > ul li { margin-bottom:10px; }
.list.styled > ul li:before {
	width:auto;
	height:auto;
	padding-right:10px;
	margin:0;
	color:#000000;
}
.flexslider li:before { display:none !important; }
.widget .flexslider li { text-align:center; }
.flexslider h5 {
	font-size:14px;
	font-weight:bold;
}
.widget .flexslider .thumbnail { margin:0 0 10px 0; }
.flexslider__style-1 {
	text-align:center;
	margin:0;
	overflow:visible !important;
}
.flexslider__style-1 h5 { display:none; }
.flexslider__style-1 .excerpt {
	font-size:19px;
	font-weight:bold;
	line-height:24px;
	position:relative;
	padding:57px 0 0 0;
	margin:0 0 23px 0;
}
@media (min-width: 1200px) {
	.flexslider__style-1 .excerpt {
		padding-left:25px;
		padding-right:25px;
	}
}
.flexslider__style-1 .excerpt:before {
	content:'';
	position:absolute;
	left:50%;
	top:0;
	margin:0 0 0 -20.5px;
	width:41px;
	height:28px;
	background-image:url(images/quotes.png);
}
.flexslider__style-1 .post_options .user {
	font-size:19px;
	line-height:1.2em;
}
.flexslider__style-1 .post_options .user:before { content:'- '; }
.flexslider__style-1 .flex-control-paging { bottom:-71px; }
.flexslider__style-1 .flex-control-paging li a {
	width:35px;
	height:35px;
	line-height:31px;
	text-indent:0;
	color:#fff;
	background-color:transparent;
	border:2px solid #fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.flexslider__style-1 .flex-control-paging li a:hover, .flexslider__style-1 .flex-control-paging li a:active, .flexslider__style-1 .flex-control-paging li a:focus {
	background-color:#f3724b;
	border-color:#f3724b;
}
.flexslider__style-1 .flex-control-paging li a.flex-active {
	background-color:#f3724b;
	border-color:#f3724b;
}
.widget .flex-viewport { padding-bottom:10px; }
.flex-direction-nav a { text-shadow:none; }
.widget .flex-direction-nav a {
	top:auto !important;
	bottom:-47px !important;
	color:#000000;
}
input[type="submit"], input[type="reset"] {
	height:34px;
	padding:0 30px;
	background-color:#f3724b !important;
	color:#fff !important;
	text-transform:capitalize;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
	background-color:#000000 !important;
	outline:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
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:6px 21px;
	border-color:#dedede !important;
	-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 {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
select { padding:0; }
.wpcf7-form p.field input {
	padding:18px 21px;
	height:58px;
}
.wpcf7-form textarea {
	padding:18px 21px;
	line-height:20px;
}
.wpcf7-form .ajax-loader { margin-top:7px; }
.wpcf7-not-valid-tip { padding:9px 0 9px 21px !important; }
@media (min-width: 1200px) {
	.wpcf7-not-valid-tip {
		padding-top:18px !important;
		padding-bottom:18px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip { padding:10px 15px !important; }
}
@media (max-width: 767px) {
	.wpcf7-not-valid-tip { padding:18px 21px !important; }
}
.home .wpcf7 form { margin:0; }
.home .wpcf7 p { margin-bottom:29px; }
.home .wpcf7 p.field { margin-bottom:29px; }
.home .wpcf7 input[type="text"], .home .wpcf7 input[type="email"] {
	width:100%;
	height:36px;
	padding:9px 19px;
	margin:0;
	line-height:16px;
	border-color:#c4c4c4 !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	-webkit-box-shadow:inset 0 0 1px 1px #f4f4f4;
	-moz-box-shadow:inset 0 0 1px 1px #f4f4f4;
	box-shadow:inset 0 0 1px 1px #f4f4f4;
}
.home .wpcf7 textarea {
	border-color:#c4c4c4 !important;
	padding:9px 19px;
	height:219px;
	-webkit-box-shadow:inset 0 0 1px 1px #f4f4f4;
	-moz-box-shadow:inset 0 0 1px 1px #f4f4f4;
	box-shadow:inset 0 0 1px 1px #f4f4f4;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home .wpcf7 .submit-wrap {
	text-align:right;
	position:relative;
	margin:0;
	*zoom:1;
}
.home .wpcf7 .submit-wrap:before, .home .wpcf7 .submit-wrap:after {
	display:table;
	content:"";
	line-height:0;
}
.home .wpcf7 .submit-wrap:after { clear:both; }
.home .wpcf7 input[type="submit"] {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 39px;
	margin:0;
	height:50px;
	color:#000000 !important;
	float:right;
	background:none !important;
	border:1px solid #6b6b6b;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.home .wpcf7 input[type="submit"]:hover, .home .wpcf7 input[type="submit"]:focus {
	background:#4d70cf !important;
	border-color:#4d70cf;
	color:#fff !important;
}
.home .wpcf7 .ajax-loader { margin:15px 10px 0 0; }
.home .wpcf7-not-valid-tip {
	padding:7px 0 7px 19px !important;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mc4wp-form { margin:0 !important; }
.mc4wp-form form { margin:0; }
.mc4wp-form input[type="email"], .mc4wp-form input[type="text"] {
	background-color:transparent;
	border-color:#fff;
	width:303px !important;
	padding:6px 28px;
	margin:0;
	display:inline !important;
	vertical-align:top;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 1200px) {
	.mc4wp-form input[type="email"], .mc4wp-form input[type="text"] { width:346px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.mc4wp-form input[type="email"], .mc4wp-form input[type="text"] { width:230px !important; }
}
@media (max-width: 767px) {
	.mc4wp-form input[type="email"], .mc4wp-form input[type="text"] {
		width:100% !important;
		margin-bottom:10px !important;
	}
}
.widget .mc4wp-form input[type="email"], .widget .mc4wp-form input[type="text"] { width:100% !important; }
.parallax-box__style-2 .mc4wp-form input[type="email"], .parallax-box__style-2 .mc4wp-form input[type="text"] {
	color:#fff;
	margin:0;
}
.parallax-box__style-2 .mc4wp-form input[type="email"]::-moz-placeholder, .parallax-box__style-2 .mc4wp-form input[type="text"]::-moz-placeholder {
	color:rgba(255,255,255,0.3);
	opacity:1;
}
.parallax-box__style-2 .mc4wp-form input[type="email"]::-ms-input-placeholder, .parallax-box__style-2 .mc4wp-form input[type="text"]::-ms-input-placeholder { color:rgba(255,255,255,0.3); }
.parallax-box__style-2 .mc4wp-form input[type="email"]::-webkit-input-placeholder, .parallax-box__style-2 .mc4wp-form input[type="text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.3); }
.parallax-box__style-2 .mc4wp-form input[type="email"]:-moz-placeholder, .parallax-box__style-2 .mc4wp-form input[type="text"]:-moz-placeholder { color:rgba(255,255,255,0.3); }
.parallax-box__style-2 .mc4wp-form input[type="email"]:-ms-input-placeholder, .parallax-box__style-2 .mc4wp-form input[type="text"]:-ms-input-placeholder { color:rgba(255,255,255,0.3); }
.parallax-box__style-2 .mc4wp-form input[type="email"]::-webkit-input-placeholder, .parallax-box__style-2 .mc4wp-form input[type="text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.3); }
.mc4wp-form input[type="email"]:focus, .mc4wp-form input[type="text"]:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.mc4wp-form input[type="submit"] {
	border:none;
	height:34px;
	padding:0 31px;
	margin:0;
	background-color:#fff !important;
	color:#000000 !important;
}
.parallax-box__style-2 .mc4wp-form input[type="submit"] { margin:0 0 0 29px; }
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box__style-2 .mc4wp-form input[type="submit"] { margin-left:15px; }
}
.widget .mc4wp-form input[type="submit"] {
	margin-top:10px;
	color:#fff !important;
	background-color:#f3724b !important;
}
.widget .mc4wp-form input[type="submit"]:hover, .widget .mc4wp-form input[type="submit"]:focus { background-color:#000000 !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.mc4wp-form input[type="submit"] { padding:0 20px; }
}
@media (max-width: 767px) {
	.mc4wp-form input[type="submit"] {
		margin-left:0;
		padding:0 20px;
	}
}
.mc4wp-form input[type="submit"]:hover, .mc4wp-form input[type="submit"]:focus {
	background-color:#4d70cf !important;
	color:#fff !important;
}
@media (min-width: 1200px) {
	.mc4wp-form .mc4wp-alert {
		margin-right:35px;
		margin-left:34px;
	}
}
.spacer { height:113px; }
@media (min-width: 768px) and (max-width: 979px) {
	.spacer { height:60px; }
}
@media (max-width: 767px) {
	.spacer { height:60px; }
}
.thumbnail, .featured-thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.statistics__style-1 {
	text-align:center;
	position:relative;
	padding:102px 0 46px 0;
}
@media (max-width: 767px) {
	.statistics__style-1 { padding:50px 0 0 0; }
}
.statistics__style-1:before, .statistics__style-1:after {
	content:'';
	width:1px;
	height:100%;
	position:absolute;
	left:-15px;
	top:0;
}
@media (max-width: 767px) {
	.statistics__style-1:before, .statistics__style-1:after { display:none; }
}
.statistics__style-1:before { background-color:#f5f6f7; }
.statistics__style-1:after {
	background-color:#ebedee;
	left:-16px;
}
.statistics__style-1.statistics__first:before, .statistics__style-1.statistics__first:after { display:none; }
.statistics__style-1 .number {
	font-size:72px;
	line-height:1em;
	color:#000000;
}
@media (min-width: 768px) and (max-width: 979px) {
	.statistics__style-1 .number { font-size:60px; }
}
@media (max-width: 767px) {
	.statistics__style-1 .number { font-size:60px; }
}
.statistics__style-1 .number:after {
	content:'';
	width:44px;
	height:3px;
	margin:18px auto 26px;
	background-color:#939393;
	display:block;
}
.statistics__style-1 .desc {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
}
.btn { text-shadow:none; }
.btn-primary {
	color:#4d70cf !important;
	border:none;
	position:relative;
	background:none !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-primary:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #4d70cf;
}
.btn-primary.btn-large {
	font-size:24px;
	padding:14px 28px;
}
.btn-primary:hover:before, .btn-primary:active:before, .btn-primary:focus:before {
	-webkit-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
	-ms-transform:rotateX(180deg);
	-o-transform:rotateX(180deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.btn:hover, .btn:active, .btn:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.title-box__style-1 { margin-bottom:8px; }
.title-box__style-1 .title-box_primary {
	color:inherit;
	font-size:36px;
	font-weight:200;
	line-height:1.2em;
	margin:0 0 -5px 0;
}
@media (max-width: 480px) {
	.title-box__style-1 .title-box_primary {
		font-size:30px;
		margin-bottom:0;
	}
}
.title-box__style-1 .title-box_secondary {
	color:inherit;
	font-size:60px;
	font-weight:300;
	line-height:1.2em;
	text-transform:uppercase;
}
@media (max-width: 480px) {
	.title-box__style-1 .title-box_secondary { font-size:40px; }
}
.title-box__style-2 {
	text-align:center;
	margin-bottom:109px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-box__style-2 { margin-bottom:40px; }
}
@media (max-width: 767px) {
	.title-box__style-2 { margin-bottom:40px; }
}
.title-box__style-2 .title-box_primary {
	font-size:50px;
	font-weight:300;
	line-height:1.2em;
	color:#4b4b4b;
}
.title-box__style-2 .title-box_secondary {
	font-size:30px;
	font-weight:300;
	line-height:1.2em;
	color:#4b4b4b;
}
.title-box__style-2 .title-box_secondary strong {
	font-weight:inherit;
	color:#f2724b;
}
#back-top-wrapper { z-index:100; }
#back-top a {
	width:67px;
	color:#f3724b;
	font-size:54px;
	font-family:FontAwesome;
}
#back-top a:hover { color:#f3724b; }
#back-top a:hover span {
	background:#fff;
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#back-top span {
	width:65px;
	height:65px;
	background:#fff;
	border:1px solid #e0e0e0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:0.0s;
	-moz-transition:0.0s;
	-o-transition:0.0s;
	transition:0.0s;
}
#back-top span:before {
	content:'\f106';
	line-height:65px;
}
.custom-block-1 {
	font-size:24px;
	font-family:'Slabo 27px', serif;
	line-height:29px;
	text-align:center;
	color:#b9b9b9;
	padding:54px 0 53px 0;
}
.custom-block-1 p { margin-bottom:0; }
@media (min-width: 1200px) {
	.custom-block-1 p { padding:0 58px; }
}
.custom-block-1 strong {
	font-weight:normal;
	color:#f2663b;
}
.custom-block-2 {
	text-align:center;
	padding:0 0 55px 0;
}
.custom-block-2 p {
	font-size:16px;
	line-height:24px;
	margin-bottom:0;
	color:#010101;
}
@media (min-width: 1200px) {
	.custom-block-2 p { padding:0 30px; }
}
.custom-block-3 h2 { margin-bottom:72px; }
.custom-block-3 h3 {
	font-weight:bold;
	color:#4d70cf;
	margin:0 0 30px 0;
}
.custom-block-3 h5 {
	font-size:16px;
	font-weight:300;
	line-height:24px;
	margin:0 0 22px 0;
	color:#010101;
	text-shadow:0 0 0 #010101;
}
.custom-block-3 p {
	padding-top:2px;
	margin-bottom:18px;
}
.custom-block-4 {
	background-color:#ecf0f1;
	position:relative;
	padding-top:41px;
	padding-bottom:28px;
	padding-left:42px;
	color:#585858;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 1200px) {
	.custom-block-4 {
		padding-top:82px;
		padding-bottom:56px;
	}
}
@media (max-width: 767px) {
	.custom-block-4 { padding-left:0; }
}
.custom-block-4:before, .custom-block-4:after {
	content:'';
	position:absolute;
	top:0;
	height:100%;
	z-index:-1;
}
.custom-block-4:before {
	width:600%;
	right:-599%;
	background-color:inherit;
}
.custom-block-4:after {
	left:-11px;
	width:15px;
	background-color:inherit;
	border-left:1px solid #cecdcd;
}
@media (min-width: 1200px) {
	.custom-block-4:after { left:-17px; }
}
@media (max-width: 767px) {
	.custom-block-4:after {
		border:none;
		left:-20px;
		width:20px;
	}
}
.custom-block-4.text-right {
	padding-left:0;
	padding-right:42px;
}
@media (max-width: 767px) {
	.custom-block-4.text-right { padding-right:0; }
}
.custom-block-4.text-right:before {
	left:-599%;
	right:auto;
}
.custom-block-4.text-right:after {
	right:-10px;
	left:auto;
	border-left:none;
	border-right:1px solid #cecdcd;
}
@media (min-width: 1200px) {
	.custom-block-4.text-right:after { right:-14px; }
}
@media (max-width: 767px) {
	.custom-block-4.text-right:after { right:-20px; }
}
.custom-block-4 h2 {
	color:#585858;
	margin:0 0 14px 0;
}
.custom-block-4 p { line-height:30px; }
.custom-block-4 .btn-link {
	padding:0;
	margin:7px 0 0 0;
	display:inline-block;
	vertical-align:top;
	border:none;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.custom-block-4 .btn-link:before {
	font-family:FontAwesome;
	font-size:30px;
	line-height:1em;
	color:#f3724b;
	-webkit-transition:color 0.4s;
	-moz-transition:color 0.4s;
	-o-transition:color 0.4s;
	transition:color 0.4s;
}
.custom-block-4 .btn-link:hover, .custom-block-4 .btn-link:active, .custom-block-4 .btn-link:focus { text-decoration:none; }
.custom-block-4 .btn-link:hover:before, .custom-block-4 .btn-link:active:before, .custom-block-4 .btn-link:focus:before { color:#000000; }
.custom-block-5 {
	position:relative;
	padding:42px 0 0 0;
	margin-bottom:58px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.custom-block-5 {
		margin-bottom:0;
		padding-top:0;
	}
}
@media (max-width: 767px) {
	.custom-block-5 {
		margin-bottom:0;
		padding-top:0;
	}
}
.custom-block-5:before {
	content:'';
	position:absolute;
	left:50%;
	top:0;
	margin:0 0 0 9.5px;
	display:block !important;
	width:1px;
	height:100%;
	background-color:#ebedee;
	-webkit-box-shadow:1px 0 0 #f5f6f7;
	-moz-box-shadow:1px 0 0 #f5f6f7;
	box-shadow:1px 0 0 #f5f6f7;
}
@media (min-width: 1200px) {
	.custom-block-5:before { margin:0 0 0 14px; }
}
@media (max-width: 767px) {
	.custom-block-5:before { display:none !important; }
}
@media (max-width: 767px) {
	.custom-block-5 .extra-wrap { overflow:visible; }
}
.custom-block-5 h5 {
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:uppercase;
	margin:30px 0 15px 0;
	color:#000000;
}
.custom-block-5 p {
	font-size:12px;
	line-height:24px;
	margin:0 0 25px 0;
}
.content_box:before, .content_box:after {
	background-color:inherit;
	width:300%;
}
.content_box:before { left:-299%; }
.content_box:after { right:-299%; }
.content_box__style-1 {
	background-color:transparent;
	position:relative;
	left:50%;
}
.content_box__style-2 {
	background-color:transparent;
	border-bottom:1px solid #ebedee;
	margin:0 0 125px 0;
	-webkit-box-shadow:0 1px 0 #f5f6f7;
	-moz-box-shadow:0 1px 0 #f5f6f7;
	box-shadow:0 1px 0 #f5f6f7;
}
@media (min-width: 768px) and (max-width: 979px) {
	.content_box__style-2 { margin-bottom:50px; }
}
@media (max-width: 767px) {
	.content_box__style-2 { margin-bottom:50px; }
}
.content_box__style-2:before, .content_box__style-2:after {
	border:inherit;
	-webkit-box-shadow:inherit;
	-moz-box-shadow:inherit;
	box-shadow:inherit;
}
.content_box__style-3 {
	margin:0 0 116px 0;
	background-color:transparent;
	border-top:1px solid #f5f6f7;
	-webkit-box-shadow:0 -1px 0 #ebedee;
	-moz-box-shadow:0 -1px 0 #ebedee;
	box-shadow:0 -1px 0 #ebedee;
}
@media (min-width: 768px) and (max-width: 979px) {
	.content_box__style-3 { margin-bottom:60px; }
}
@media (max-width: 767px) {
	.content_box__style-3 { margin-bottom:60px; }
}
.content_box__style-3:before, .content_box__style-3:after {
	border:inherit;
	top:-1px;
	-webkit-box-shadow:inherit;
	-moz-box-shadow:inherit;
	box-shadow:inherit;
}
.parallax-box__style-1 { color:#fff; }
.parallax-box__style-1 .parallax-content { padding:242px 0 250px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box__style-1 .parallax-content { padding:120px 0 150px 0; }
}
@media (max-width: 767px) {
	.parallax-box__style-1 .parallax-content { padding:120px 0 150px 0; }
}
.parallax-box__style-1 .btn-primary { color:inherit !important; }
.parallax-box__style-1 .btn-primary:before { border-color:#fff; }
.parallax-box__style-2 {
	text-align:center;
	color:#fff;
}
.parallax-box__style-2 .parallax-content { padding:32px 0 144px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box__style-2 .parallax-content { padding-bottom:65px; }
}
@media (max-width: 767px) {
	.parallax-box__style-2 .parallax-content { padding-bottom:65px; }
}
.parallax-box__style-2 h2 {
	color:inherit;
	margin:0 0 71px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box__style-2 h2 { margin-bottom:30px; }
}
@media (max-width: 767px) {
	.parallax-box__style-2 h2 { margin-bottom:30px; }
}
.parallax-box__style-3 .parallax-content { padding:170px 0 241px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box__style-3 .parallax-content { padding:50px 0 70px 0; }
}
@media (max-width: 767px) {
	.parallax-box__style-3 .parallax-content { padding:50px 0 70px 0; }
}
.parallax-box__style-3 h2 {
	font-size:48px;
	font-weight:400;
	line-height:1.2em;
	color:#fff;
	margin:0 0 18px 0;
}
@media (max-width: 767px) {
	.parallax-box__style-3 h2 { font-size:30px; }
}
.parallax-box__style-4 {
	border-top:1px solid #cecdcd;
	border-bottom:1px solid #cecdcd;
	position:relative;
	margin:31px 0 53px 0;
}
.parallax-box__style-4:before, .parallax-box__style-4:after {
	content:'';
	position:absolute;
	top:-1px;
	width:300%;
	height:100%;
	border:inherit;
}
.parallax-box__style-4:before { left:-299%; }
.parallax-box__style-4:after { right:-299%; }
.parallax-box__style-5 {
	color:#fff;
	margin:60px 0 113px 0;
}
@media (max-width: 767px) {
	.parallax-box__style-5 { margin-bottom:50px; }
}
.parallax-box__style-5 .parallax-content { padding:74px 0 138px 0; }
.parallax-box__extra-indent1 { margin:0 0 -1px 0; }
.parallax-box__extra-indent2 { margin-top:31px !important; }
.social-wrapper ul {
	margin:0;
	overflow:hidden;
}
.social-wrapper ul li {
	margin-left:31px;
	list-style-type:none;
	float:left;
}
@media (max-width: 767px) {
	.social-wrapper ul li { margin-left:20px; }
}
.social-wrapper ul li:first-child { margin-left:0; }
.social-wrapper ul li a { display:block; }
.social-wrapper ul li a:hover, .social-wrapper ul li a:active, .social-wrapper ul li a:focus {
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.social-wrapper ul li img { margin:0; }
@media (max-width: 767px) {
	.social-wrapper ul li img {
		width:40px;
		height:auto;
	}
}
#wpcf7-f4432-p2844-o1 input#staff, #wpcf7-f4666-p2844-o1 input#staff {
	padding-left:1ch;
	padding-right:0;
	width:100%;
}
#wpcf7-f4432-p2844-o1 input[type="text"], #wpcf7-f4432-p2844-o1 select, #wpcf7-f4666-p2844-o1 input[type="text"], #wpcf7-f4666-p2844-o1 select {
	padding-left:1ch !important;
	width:100%;
	padding-right:0;
}
#wpcf7-f4432-p2844-o1 input[type="text"]:read-only, #wpcf7-f4432-p2844-o1 select:read-only, #wpcf7-f4666-p2844-o1 input[type="text"]:read-only, #wpcf7-f4666-p2844-o1 select:read-only { font-weight:500; }
#wpcf7-f4432-p2844-o1 label, #wpcf7-f4666-p2844-o1 label {
	font-weight:bold;
	margin-bottom:-8px;
}
#wpcf7-f4432-p2844-o1 span + br, #wpcf7-f4666-p2844-o1 span + br { display:none; }
#wpcf7-f4432-p2844-o1 hr, #wpcf7-f4666-p2844-o1 hr {
	border-color:#666;
	margin:12px 0;
}
#wpcf7-f4432-p2844-o1 input.wpcf7-form-control.wpcf7-submit, #wpcf7-f4666-p2844-o1 input.wpcf7-form-control.wpcf7-submit { margin-top:1rem; }
#wpcf7-f4432-p2844-o1 input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email, #wpcf7-f4666-p2844-o1 input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
	padding-left:1ch !important;
	width:100%;
}
#wpcf7-f4432-p2844-o1 .span4.offset3, #wpcf7-f4666-p2844-o1 .span4.offset3 {
	width:392px;
	max-width:100%;
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.skills_wrapper {
	position:relative;
	z-index:1;
	overflow:hidden;
	padding:38px 0 53px 0;
}
.skills_wrapper:before, .skills_wrapper:after {
	content:'';
	width:1px;
	height:100%;
	position:absolute;
	top:0;
	left:50%;
	z-index:-1;
}
@media (max-width: 767px) {
	.skills_wrapper:before, .skills_wrapper:after { display:none; }
}
.skills_wrapper:before { background-color:#ebedee; }
.skills_wrapper:after {
	background-color:#f5f6f7;
	margin:0 0 0 1px;
}
.skills_wrapper .skills-item {
	clear:both;
	max-width:570px;
	min-height:116px;
}
@media (max-width: 767px) {
	.skills_wrapper .skills-item {
		max-width:none;
		margin-bottom:20px;
	}
}
.skills_wrapper .skills-item:nth-child(2n) {
	text-align:right;
	float:right;
}
.skills_wrapper .skills-item:nth-child(2n) .diagram-wrap {
	float:left;
	margin:0 20px 0 132px;
}
@media (min-width: 1200px) {
	.skills_wrapper .skills-item:nth-child(2n) .diagram-wrap { margin:0 62px 0 37px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.skills_wrapper .skills-item:nth-child(2n) .diagram-wrap { margin-left:222px; }
}
@media (max-width: 767px) {
	.skills_wrapper .skills-item:nth-child(2n) .diagram-wrap { margin-left:0; }
}
.skills_wrapper .skills-item .diagram-wrap {
	float:right;
	margin:0 132px 0 20px;
}
@media (min-width: 1200px) {
	.skills_wrapper .skills-item .diagram-wrap { margin:0 37px 0 35px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.skills_wrapper .skills-item .diagram-wrap { margin-right:222px; }
}
@media (max-width: 767px) {
	.skills_wrapper .skills-item .diagram-wrap { margin-right:0; }
}
.skills_wrapper .skills-item .inner_wrap .level {
	font-size:15px;
	font-weight:bold;
	color:#0066cb;
	line-height:95px;
	text-align:center;
	position:absolute;
	display:block;
	width:95px;
	height:95px;
	margin:0 auto;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.skills_wrapper .skills-item .inner_wrap .diagram {
	width:100%;
	height:50px;
	position:relative;
	display:none;
}
.skills_wrapper .skills-item .inner_wrap .diagram span {
	width:0%;
	height:100%;
	display:block;
}
.skills_wrapper .skills-item .inner_wrap .chartCanvas {
	width:95px;
	height:95px;
}
@media (max-width: 767px) {
	.skills_wrapper .skills-item .inner_wrap .chartCanvas { margin-left:0; }
}
.skills_wrapper .skills-item .inner_wrap .desc { overflow:hidden; }
@media (min-width: 1200px) {
	.skills_wrapper .skills-item .inner_wrap .desc { padding:12px 0 0 0; }
}
@media (max-width: 480px) {
	.skills_wrapper .skills-item .inner_wrap .desc { overflow:visible; }
}
.skills_wrapper .skills-item .inner_wrap .desc h5 {
	font-size:18px;
	font-weight:700;
	line-height:1.2em;
	text-transform:uppercase;
	margin:0 0 3px 0;
}
.skills_wrapper .skills-item .inner_wrap .desc h5 a {
	color:#4d70cf;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.skills_wrapper .skills-item .inner_wrap .desc h5 a:hover, .skills_wrapper .skills-item .inner_wrap .desc h5 a:active, .skills_wrapper .skills-item .inner_wrap .desc h5 a:focus { color:#000000; }
.skills_wrapper .skills-item .inner_wrap .desc .excerpt { margin-bottom:0; }