@import url("CherryFramework_style.css");
body {
	background-attachment:fixed;
	padding:0 !important;
	color:#333 !important;
}
blockquote {
	border-color:#0166FE;
	color:#888888;
	font-size:14px !important;
	line-height:22px;
}
.header {
	padding:18px 0 20px 0;
	background:#fff;
	border:none;
	position:relative;
	width:100%;
	background:#fff;
}
@media (max-width: 480px) {
	.header {
		position:static;
		width:auto;
	}
}
.ie8 .header, .ie9 .header {
	filter:none;
	background-color:#fff;
	background-repeat:repeat-x;
	background-position:0 100%;
	background-image:url(images/tail-top.gif);
}
@media (max-width: 767px) {
	.header .pull-right { float:none; }
}
.search-form { position:relative; }
.search-form__h .btn-search {
	cursor:pointer;
	color:#fff;
	line-height:1em;
	margin:9px 0 0 0;
	font-size:13px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.search-form__h .btn-search { margin-right:26px; }
}
.search-form__h .btn-search:hover, .search-form__h .btn-search:focus {
	text-decoration:none;
	color:#0166FE;
}
.header .search-form form {
	display:none;
	position:absolute;
	right:-26px;
	top:41px;
	width:209px;
	height:49px;
	background-color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
	box-shadow:0 1px 2px rgba(0,0,0,0.1);
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .search-form form { right:0; }
}
.header .search-form form:before {
	display:block;
	width:0px;
	height:0px;
	border-style:solid;
	border-width:0 6px 7px 6px;
	border-color:transparent transparent #fff transparent;
	margin:-7px 23px 0 0;
	float:right;
}
.header .search-form_it {
	width:139px;
	border:1px solid #dbdbdb !important;
	background-color:#ebebeb;
	border-right:none;
	padding:0 10px;
	height:23px;
	line-height:23px;
	margin:12px 0 0 12px;
	font-size:12px;
	float:left;
	text-transform:none;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.header .search-form_it::-moz-placeholder {
	color:#9c9c9c;
	font-style:italic;
}
.header .search-form_it::-ms-input-placeholder {
	color:#9c9c9c;
	font-style:italic;
}
.header .search-form_it::-webkit-input-placeholder {
	color:#9c9c9c;
	font-style:italic;
}
.header .search-form_it:-moz-placeholder { color:#9c9c9c; }
.header .search-form_it:-ms-input-placeholder { color:#9c9c9c; }
.header .search-form_it::-webkit-input-placeholder { color:#9c9c9c; }
.search-form_it:focus, .search-form_it:active { outline:none !important; }
.search-form_is {
	margin:12px 0 0 5px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.header .search-form_is {
	width:25px;
	height:25px;
	background:#0166fe url(images/btn-search.png) 6px 6px no-repeat !important;
	border:none;
	margin:12px 0 0 0;
	float:left;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.header .search-form_is:hover { background-color:#000 !important; }
.nav__primary {
	padding-top:5px;
	margin:0 18px 0 0;
}
@media (max-width: 767px) {
	.nav__primary {
		margin-right:0;
		padding:0 20px;
	}
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top:39px;
	left:0;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { top:-7px; }
.sf-menu { float:right; }
.sf-menu > li {
	background:#0166FE;
	text-align:left;
	margin-left:9px;
}
.sf-menu > li:first-child { margin-left:0; }
.sf-menu > li > a {
	padding:0 12px;
	border:none;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	border:none;
	background-colour:#0166FE !important;
	color:#fff;
}
.sf-menu li ul {
	background-color:#000;
	width:122px;
	padding:7px 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
}
.sf-menu li li { background:none; }
.sf-menu li li a {
	padding:0 6px;
	margin:4px 11px;
	border:none;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-family:Open Sans;
	font-weight:normal;
	line-height:21px;
	color:#ebebeb;
	text-transform:uppercase;
}
.sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a {
	border-color:#fff;
	background:#0166FE !important;
	color:#fff !important;
}
.sf-menu > li > a:hover{
	border-color:#fff;
	background:#fff;
	color:#0166FE;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a {
	background:#0166FE;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#fff;
}
a > .sf-sub-indicator { top:.6em; }
.sf-menu ul a > .sf-sub-indicator {
	top:.4em;
	right:0;
}
.sf-menu a{
	background:#0166FE !important;
	color:#fff !important;
}
.sf-menu li li a{
	background:none !important;
	color:#fff !important;
}
.sf-menu a:hover{
	background:#fff !important;
	color:#0166FE !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		margin-bottom:15px;
		text-align:center;
		float:none;
	}
}
.logo_h__retina { display:none; }
.logo_link:hover, .logo_link:active {
	color:#fff;
	text-decoration:none;
}
.slider {
	padding-top:5px;
	padding-bottom:5px;
}
@media (max-width: 480px) {
	.slider { display:none !important; }
}
@media (max-width: 767px) {
	.slider {
		padding-top:117px;
		margin:0 -20px;
	}
}
/*.camera_fakehover {
	border-bottom:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
}*/
.camera_caption {
	bottom:auto;
	top:50%;
	width:1170px;
	left:50%;
	margin:-190px 0 0 -585px;
	filter:none !important;
	height:380px;
}
.ie8 .camera_caption {
	margin:-136px 0 0 -470px;
	width:940px;
	height:272px;
}
@media (max-width: 1320px) {
	.camera_caption {
		height:316px;
		margin-top:-158px;
	}
}
@media (max-width: 1200px) {
	.camera_caption {
		width:940px;
		margin-left:-470px;
	}
}
@media (max-width: 1100px) {
	.camera_caption { height:272px; }
}
@media (max-width: 979px) {
	.camera_caption {
		height:212px;
		margin-top:-106px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption {
		width:724px;
		margin-left:-362px;
	}
}
@media (max-width: 767px) {
	.camera_caption {
		height:auto;
		margin-top:0;
		top:31%;
	}
}
.camera_caption > div {
	text-align:center;
	padding:0;
	background:none;
}
.camera_caption > div h2 {
	text-transform:uppercase;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
	font-weight:bold !important;
	font-size:40px;
	line-height:46px;
	margin:0 0 33px 0;
}
.ie8 .camera_caption > div h2 {
	font-size:30px;
	line-height:1.2em;
	margin-bottom:16px;
}
@media (max-width: 1320px) {
	.camera_caption > div h2 { margin-bottom:16px; }
}
@media (max-width: 1100px) {
	.camera_caption > div h2 {
		font-size:30px;
		line-height:1.2em;
	}
}
.ie8 .camera_caption > div h3 {
	padding:0 250px;
	font-size:30px;
	line-height:1.2em;
	margin-bottom:24px;
}
@media (max-width: 1100px) {
	.camera_caption > div h3 {
		font-size:30px;
		line-height:1.2em;
	}
}
@media (max-width: 979px) {
	.camera_caption > div h3 { display:none; }
}
.camera_caption > div h3:before, .camera_caption > div h3:after {
	content:'';
	position:absolute;
	top:31px;
	width:370px;
	height:1px;
}
.ie8 .camera_caption > div h3:before, .ie8 .camera_caption > div h3:after {
	width:250px;
	top:21px;
}
@media (max-width: 1100px) {
	.camera_caption > div h3:before, .camera_caption > div h3:after { top:21px; }
}
@media (max-width: 1200px) {
	.camera_caption > div h3:before, .camera_caption > div h3:after { width:250px; }
}
.camera_caption > div h3:before { left:0; }
.camera_caption > div h3:after { right:0; }
.ie8 .camera_caption > div h3:after { background-position:100% 0; }
@media (max-width: 1200px) {
	.camera_caption > div h3:after { background-position:100% 0; }
}
.camera_caption > div p {
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
	margin-bottom:48px;
}
.ie8 .camera_caption > div p { margin-bottom:24px; }
@media (max-width: 1320px) {
	.camera_caption > div p { margin-bottom:24px; }
}
@media (max-width: 767px) {
	.camera_caption > div p { display:none; }
}
.camera_caption > div .btn-wrapper {
	padding:4px;
	display:inline-block;
	background-color:rgba(255,255,255,0.1);
	border:1px solid rgba(255,255,255,0.18);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
@media (max-width: 767px) {
	.camera_caption > div .btn-wrapper { display:none; }
}
.no-rgba .camera_caption > div .btn-wrapper { background-image:url(images/white-opacity-10.png); }
.camera_caption > div .btn {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:bold;
	font-size:27px;
	line-height:1.2em;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
	border:1px solid #48754b;
	padding:13px 34px;
	color:#fff;
	filter:none !important;
	background-color:#6ec16e;
	background-image:-moz-linear-gradient(top,#76ce76,#63ae63);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#76ce76),to(#63ae63));
	background-image:-webkit-linear-gradient(top,#76ce76,#63ae63);
	background-image:-o-linear-gradient(top,#76ce76,#63ae63);
	background-image:linear-gradient(to bottom,#76ce76,#63ae63);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff76ce76', endColorstr='#ff63ae63', GradientType=0);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3);
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
}
.ie8 .camera_caption > div .btn {
	padding:10px 24px;
	font-size:20px;
}
@media (max-width: 1100px) {
	.camera_caption > div .btn {
		padding:10px 24px;
		font-size:20px;
	}
}
.camera_caption > div .btn:hover, .camera_caption > div .btn:focus, .camera_caption > div .btn:active {
	background-position:0 0;
	background-color:#7bc77b;
	background-image:-moz-linear-gradient(top,#83d383,#6eb46e);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#83d383),to(#6eb46e));
	background-image:-webkit-linear-gradient(top,#83d383,#6eb46e);
	background-image:-o-linear-gradient(top,#83d383,#6eb46e);
	background-image:linear-gradient(to bottom,#83d383,#6eb46e);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83d383', endColorstr='#ff6eb46e', GradientType=0);
}
.camera_pag_ul li { margin-bottom:0 !important; }

.home .content-holder { padding-top:0 !important; }
@media (max-width: 767px) {
	.content-holder { padding:128px 20px 38px 20px; }
}
@media (max-width: 480px) {
	.content-holder { padding-top:0 !important; }
}
.home .page { padding:79px 0 0 0; }
@media (max-width: 767px) {
	.home .page {
		padding-left:20px;
		padding-right:20px;
	}
}
@media (max-width: 480px) {
	.home .page { padding-top:50px; }
}
.error404-holder_num { color:#0166FE; }
.title-section {
	padding:0 100%;
	margin:-11px -100% 0 -100%;
	background-color:rgba(0,0,0,0.03);
	border-bottom:1px solid #fff;
	overflow:hidden;
}
.no-rgba .title-section { background-image:url(images/black-opacity-3.png); }
.title-section:after {
	border-bottom:1px solid #dbdbdb;
	padding-top:21px;
	display:block;
	margin:0 -100%;
	content:'';
	overflow:hidden;
	clear:both;
}
.title-header {
	overflow:visible;
	margin-bottom:0;
	font-weight:bold;
	font-size:32px;
	line-height:1.2em;
	float:left;
	padding-top:8px;
}
.title-desc {
	display:block;
	color:#999;
	font-size:11px;
}
.breadcrumb__t {
	margin:0;
	padding:32px 0 0 0;
	float:right;
	background:none;
}
@media (max-width: 767px) {
	.breadcrumb__t {
		float:left;
		clear:both;
		padding-top:15px;
	}
}
.breadcrumb__t li {
	font-size:18px;
	text-shadow:none;
}
@media (max-width: 480px) {
	.breadcrumb__t li { font-size:16px; }
}
.breadcrumb__t .active {
	font-weight:bold;
	color:#282828;
}
.breadcrumb__t .divider {
	font-weight:bold;
	color:#282828;
	margin:0 5px;
}
.breadcrumb__t li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.breadcrumb__t li a:hover { color:#282828; }
.post__holder {
	position:relative;
	overflow:hidden;
	margin-bottom:35px;
}
.post__holder.single-post {
	overflow:hidden;
	margin-bottom:30px;
	width:100%;
}
.post .sticky {
	position:relative;
	z-index:9;
}
.post-title {
	font-size:18px;
	line-height:1.2em;
	margin-bottom:22px;
}
.post-title a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post-title a:hover {
	color:#282828;
	text-decoration:none;
}
@media (max-width: 480px) {
	.post .featured-thumbnail { width:120px; }
}
@media (max-width: 480px) {
	.post .featured-thumbnail.large { width:auto; }
}
.post_content { padding-bottom:20px; }
.post_content .excerpt, .post_content .full-post-content { margin-bottom:1.5em; }
.post_footer {
	clear:both;
	padding:15px 0 0 0;
}
.post_meta {
	overflow:hidden;
	margin-bottom:1em;
	padding:.7em 0 !important;
	width:100%;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	font-size:.92em;
}
.post_meta a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post_meta a:hover { color:#282828; }
.post_meta span {
	display:inline-block;
	line-height:20px;
	padding-right:15px;
}
@media (max-width: 767px) {
	.post_meta span { display:block; }
}
.post_meta .post_author { text-transform:uppercase; }
.post_meta .post_permalink {
	float:right;
	padding-right:0;
}
@media (max-width: 979px) {
	.post_meta .post_permalink { float:none; }
}
.post_meta i {
	font-size:16px;
	margin-right:.5em;
	color:#bdbdbd;
}
.post_meta .pull-right {
	padding-right:0;
	padding-left:15px;
}
.pagination__posts {
	margin:0;
	text-align:center;
}
.pagination__posts ul li a {
	color:#999999;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.pagination__posts ul li a:hover {
	background-color:#0166FE;
	color:#fff;
}
.pagination__posts ul .active a {
	background-color:#0166FE;
	color:#fff;
}
.flex-control-paging li { margin:0 3px 0 0; }
.flex-control-paging li a {
	background:#bdbdbd;
	width:12px;
	height:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.flex-control-paging li a:hover { background:#0166FE; }
.flex-control-paging li a.flex-active {
	background:#0166FE;
	cursor:default;
}
.post-author {
	margin-bottom:2em;
	padding:5px 20px 20px;
	border:1px solid #e0e0e0;
	background-color:rgba(255,255,255,0.41);
}
.no-rgba .post-author { background-image:url(images/white-opacity-41.png); }
.post-author_h { margin-bottom:25px; }
.post-author_link { margin-top:1.5em; }
.post-author_gravatar {
	float:left;
	margin:0 20px 10px 0;
}
.post-author_gravatar img {
	padding:0;
	border:none;
	background:none;
}
#recent-author-comments { padding-top:30px; }
.related-posts_h { margin-bottom:25px; }
.related-posts_item { font-size:14px; }
.testimonial {
	position:relative;
	margin-bottom:35px;
	padding:30px;
	border:1px solid #eee;
	background:#fff;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:24px;
	color:#888888;
	border-color:#e5e5e5;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.testimonial_bq {
	margin:0;
	padding:0;
	border:none;
}
.testimonial_bq p { line-height:24px; }
.testimonial_content { overflow:hidden; }
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial .featured-thumbnail {
		width:80px;
		height:80px;
	}
}
.testimonial small {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-style:normal;
	padding:12px 0 0;
	font-size:11.9px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial {
		padding:15px;
		background-position:150px 10px;
	}
}
@media (max-width: 767px) {
	.testimonial {
		padding:15px;
		background-position:150px 10px;
	}
}
@media (max-width: 480px) {
	.filter-wrapper .pull-right { float:none; }
}
.filter-wrapper strong {
	display:inline-block;
	padding:6px 0;
	margin-right:5px;
	float:left;
}
@media (max-width: 480px) {
	.filter-wrapper strong { padding:3px 0 0 0; }
}
.filter-wrapper .nav { overflow:hidden; }
.nav-pills { float:left; }
@media (max-width: 480px) {
	.nav-pills { float:none; }
}
@media (max-width: 480px) {
	.nav-pills li { float:none; }
}
.nav-pills li a:hover {
	background:#fff;
	color:#282828;
}
@media (max-width: 480px) {
	.nav-pills li a {
		display:block;
		padding:5px;
	}
}
.filterable-portfolio h3 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.filterable-portfolio h3 a:hover { color:#282828; }
.portfolio-meta-list { border-color:#d8d8d8; }
.zoom-icon {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.single-pager {
	border-color:#d8d8d8;
	margin-top:0;
}
.grid_gallery .featured-thumbnail {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.comments-h { margin-bottom:0; }
.comment .comment-body {
	border:1px solid #e0e0e0;
	margin-top:18px;
	background-color:rgba(255,255,255,0.41);
}
.no-rgba .comment .comment-body { background-image:url(images/white-opacity-41.png); }
.comment.bypostauthor .comment-body { background-color:rgba(255,255,255,0.41); }
.no-rgba .comment.bypostauthor .comment-body { background-image:url(images/white-opacity-41.png); }
#respond h3 { margin-bottom:25px; }
#commentform textarea {
	overflow:auto;
	margin:0;
	min-width:530px;
	min-height:230px;
	max-width:530px;
	width:530px;
	height:230px;
}
.children #commentform textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	min-width:100px;
}
@media (max-width: 979px) {
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 979px) {
	#commentform input[type="text"] {
		width:100%;
		max-width:100%;
		min-width:100%;
		height:34px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
#sidebar { padding-top:42px; }
.widget { margin-bottom:50px; }
.widget h3 {
	margin-bottom:25px;
	color:#282828;
}
.widget ul {
	margin:0;
	padding:0;
}
.widget ul li {
	list-style-type:none;
	padding:0;
	margin:0 0 5px 0;
}
.widget ul li:before {
	content:'';
	width:10px;
	height:5px;
	margin:8px 9px 0 0;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/arrow.gif);
	display:inline-block;
	vertical-align:top;
}
.widget ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.widget ul li a:hover { color:#282828; }
.widget ul ul { margin:5px 0 0 20px; }
.flickr_li:before { display:none !important; }
.flickr_li .thumbnail {
	margin:0 0 6px 0;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.flickr_li .thumbnail:hover {
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.flickr_li:nth-child(3n-2) { margin-left:0; }
.ie8 .flickr_li.nomargin { margin-left:0; }
.ie8 .flickr_li img { height:58px; }
@media (max-width: 767px) {
	.flickr_li {
		float:left !important;
		width:auto !important;
		margin:0 14px 14px 0;
	}
	.flickr_li .thumbnail { float:left; }
}
.social.icons { text-indent:0; }
.social.icons li:before { display:none !important; }
.social.both li:before { display:none !important; }
.social__row li { margin-left:5px !important; }
.social__row li:first-child { margin-left:0 !important; }
.post-list { margin-bottom:20px !important; }
.post-list li { margin-top:20px !important; }
.post-list li:first-child { margin-top:0 !important; }
.post-list li:before { display:none !important; }
.post-list_h { margin-top:0; }
.post-list_h a:hover { text-decoration:none; }
.comments-custom li { margin:30px 0 0 0 !important; }
.comments-custom li:first-child { margin-top:0 !important; }
.comments-custom li:before { display:none !important; }
.comments-custom_txt { padding-top:0; }
.comments-custom_txt a { color:#999999; }
.comments-custom_txt a:hover { text-decoration:none; }
.comments-custom .thumbnail {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.comments-custom .thumbnail:before { display:none; }
.comments-custom .thumbnail img {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.vcard .adr {
	font-weight:normal;
	display:block;
	margin-bottom:8px;
}
.vcard i {
	font-size:18px;
	color:#fff;
	min-width:30px;
	float:left;
}
.vcard span { display:block; }
.vcard span.street-address, .vcard span.locality, .vcard span.region, .vcard span.postal-code {
	display:inline-block;
	vertical-align:top;
}
.vcard span.tel { margin-bottom:8px; }
.vcard span.email { margin-bottom:8px; }
.vcard a { text-decoration:underline; }
.vcard a:hover {
	color:#0166FE;
	text-decoration:none;
}
.carousel-wrap {
	position:relative;
	margin:0 0 0px;
}
.carousel-wrap.clients .es-carousel-wrapper {
	background-color:#fff;
	padding:33px 98px 38px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.ie8 .carousel-wrap.clients .es-carousel-wrapper {
	padding-left:70px;
	padding-right:70px;
}
@media (max-width: 1200px) {
	.carousel-wrap.clients .es-carousel-wrapper {
		padding-left:70px;
		padding-right:70px;
	}
}
@media (max-width: 767px) {
	.carousel-wrap.clients .es-carousel-wrapper {
		padding-left:50px;
		padding-right:50px;
	}
}
@media (max-width: 480px) {
	.carousel-wrap.clients .es-carousel-wrapper {
		padding-left:31px;
		padding-right:31px;
	}
}
.carousel-wrap.clients .desc { display:none; }
.carousel-wrap.clients .featured-thumbnail { margin:0; }
.carousel-wrap .es-carousel_li { margin:0 13px !important; }
.es-carousel-wrapper {
	position:relative;
	padding:0;
}
.es-carousel { overflow:hidden; }
.es-carousel_list {
	display:none;
	margin-bottom:0;
}
.es-carousel_li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:100%;
	color:#000;
}
.es-carousel_li .featured-thumbnail {
	float:none;
	margin:0 0 20px;
}
.es-carousel_li .featured-thumbnail img {
	display:block;
	margin:0;
	padding:0;
	max-width:100%;
	max-height:100%;
	border:none;
	background-color:#fff;
}
.es-carousel_li .desc {
	padding:0;
	margin:0;
}
.es-carousel_li h5 {
	margin-bottom:.5em;
	font-weight:bold;
}
.es-carousel_li h5 a { text-decoration:underline; }
.es-carousel_li h5 a:hover { text-decoration:none; }
.es-carousel_li .excerpt { margin-bottom:10px; }
.es-nav span {
	position:absolute;
	top:0;
	right:auto;
	left:0;
	margin-top:0;
	width:40px;
	height:120px;
	background:#62ac62;
	text-indent:-9000px;
	opacity:1;
	cursor:pointer;
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.es-nav span:before {
	content:'';
	position:absolute;
	left:15px;
	top:51px;
	width:9px;
	height:17px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/arrows-sprite.gif);
}
.es-nav span.es-nav-next {
	right:0;
	left:auto;
	background-position:0 0;
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}
.es-nav span.es-nav-next:before {
	background-position:-9px 0;
	left:16px;
}
.es-nav span:hover {
	background:#333;
	opacity:1.0;
}
.type-clients .featured-thumbnail {
	float:left;
	margin:0 20px 10px 0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.type-clients .featured-thumbnail a:before { display:none; }
.posts-grid { margin-top:-14px; }
.posts-grid.no-thumbnail .featured-thumbnail { display:none; }
.posts-grid .post_meta {
	border:none;
	padding:0 !important;
	margin:3px 22px 0 0;
	float:left;
	width:auto;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid .post_meta { margin:0 18px 10px 0; }
}
.posts-grid .post_meta span { padding-right:0; }
.posts-grid .post_meta b {
	display:block;
	margin-bottom:5px;
	width:48px;
	line-height:50px;
	font-size:24px;
	background-color:#fff;
	border:1px solid #e5e5e5;
	color:#282828;
	text-align:center;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid .post_meta b {
		width:38px;
		line-height:40px;
	}
}
.posts-grid .post_meta strong {
	color:#fff;
	background-color:#d2222c;
	display:block;
	height:21px;
	font-size:12px;
	text-align:center;
	width:50px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid .post_meta strong { width:40px; }
}
.posts-grid h5 {
	font-size:18px;
	line-height:24px;
	margin-top:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid h5 {
		font-size:15px;
		line-height:1.2em;
	}
}
.posts-grid h5 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#5798fe;
}
.posts-grid h5 a:hover {
	color:#282828;
	text-decoration:none;
}
.posts-grid .excerpt { padding-top:9px; }
.posts-grid.team { margin:0 0 6px 0; }
@media (max-width: 767px) {
	.posts-grid.team { text-align:center; }
}
@media (min-width: 480px) and (max-width: 767px) {
	.posts-grid.team { margin-top:-20px; }
}
.posts-grid.team li { text-align:center; }
@media (min-width: 480px) and (max-width: 767px) {
	.posts-grid.team li {
		width:170px;
		display:inline-block;
		margin:20px 15px 0 15px !important;
	}
}
.posts-grid.team .featured-thumbnail {
	margin:0 0 10px 0;
	-webkit-box-shadow:0 3px 0 #fff;
	-moz-box-shadow:0 3px 0 #fff;
	box-shadow:0 3px 0 #fff;
	-webkit-border-radius:170px;
	-moz-border-radius:170px;
	border-radius:170px;
}
@media (max-width: 767px) {
	.posts-grid.team .featured-thumbnail {
		float:none;
		display:inline-block;
	}
}
.ie8 .posts-grid.team .featured-thumbnail { width:140px; }
.posts-grid.team .featured-thumbnail img {
	-webkit-border-radius:170px;
	-moz-border-radius:170px;
	border-radius:170px;
}
.ie8 .posts-grid.team .featured-thumbnail img { width:auto; }
.posts-grid.team .featured-thumbnail a {
	display:block;
	position:relative;
	text-decoration:none;
}
.posts-grid.team .featured-thumbnail a:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99;
	-webkit-box-shadow:inset 0 3px 2px rgba(0,0,0,0.18);
	-moz-box-shadow:inset 0 3px 2px rgba(0,0,0,0.18);
	box-shadow:inset 0 3px 2px rgba(0,0,0,0.18);
	-webkit-border-radius:170px;
	-moz-border-radius:170px;
	border-radius:170px;
}
.posts-grid.team .featured-thumbnail a:hover i {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	opacity:1;
	filter:alpha(opacity=100);
}
.posts-grid.team .featured-thumbnail i {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	color:#fff;
	background-color:#0166fe;
	width:auto;
	text-align:center;
	line-height:170px;
	font-size:28px;
	-webkit-border-radius:170px;
	-moz-border-radius:170px;
	border-radius:170px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	opacity:0;
	filter:alpha(opacity=0);
}
.ie8 .posts-grid.team .featured-thumbnail i { line-height:146px; }
@media (min-width: 979px) and (max-width: 1200px) {
	.posts-grid.team .featured-thumbnail i {
		line-height:140px;
		-webkit-border-radius:140px;
		-moz-border-radius:140px;
		border-radius:140px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.team .featured-thumbnail i {
		line-height:104px;
		-webkit-border-radius:104px;
		-moz-border-radius:104px;
		border-radius:104px;
	}
}
.posts-grid.team h5 {
	line-height:1.2em;
	margin:11px 0 3px 0;
}
.posts-grid.team h5 a {
	color:#282828;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid.team h5 a:hover {
	color:#0166FE;
	text-decoration:none;
}
.posts-grid.team .page-desc {
	font-size:12px;
	line-height:1.2em;
}
.service-box {
	background:none;
	border:none;
	text-align:center;
	font-family:Open Sans;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-align:center;
}
.service-box .service-box_body {
	margin-top:50px;
	text-transform:uppercase;
}
.service-box:before { display:none; }
.service-box .icon {
	float:left;
	margin:0 10px 10px 0;
}
.service-box h2 {
	overflow:visible;
	margin:0 0 12px 0;
	text-shadow:0 1px 0 #fff;
	font-size:24px;
	font-weight:normal !important;
	line-height:1.2em;
}
.service-box h2 a {
	color:#282828;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.service-box h2 a:hover {
	text-decoration:none;
	color:#0166FE;
}
.service-box h5 {
	overflow:hidden;
	margin:0 0 25px;
}
.service-box_txt {
	margin-bottom:20px;
	line-height:24px;
}
@media (max-width: 767px) {
	.service-box_txt { margin-bottom:30px; }
}
.service-box .btn-align { text-align:center; }
.service-box__call {
	color:#fff;
	background-color:#0c6abd;
	background-image:-moz-linear-gradient(top,#037cc7,#1950af);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#037cc7),to(#1950af));
	background-image:-webkit-linear-gradient(top,#037cc7,#1950af);
	background-image:-o-linear-gradient(top,#037cc7,#1950af);
	background-image:linear-gradient(to bottom,#037cc7,#1950af);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff037cc7', endColorstr='#ff1950af', GradientType=0);
}
.service-box__call h2 {
	float:left;
	width:75%;
	color:#fff;
	margin:10px 0 0;
}
.service-box__call .btn-align {
	padding:0;
	width:100%;
	float:none;
}
.service-box.no-button .btn-align { display:none; }
.service-box [class*="icon"] {
	color:#e5e5e5;
	font-size:56px;
	text-align:center;
	display:block;
	background-color:#fff;
	width:126px;
	height:126px;
	line-height:126px;
	margin:0 auto 36px;
	border:5px solid #e5e5e5;
	-webkit-border-radius:126px;
	-moz-border-radius:126px;
	border-radius:126px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	transform:translateX(-50%);
	left:50%;
	top:-100px;
	position:absolute;
}
.service-box [class*="icon"]:after {
	display:block;
	margin:5px auto 0;
	width:88px;
	height:8px;
	position:relative;
	top:-5px;
	background-color:#e5e5e5;
	content:'';
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.ie8 .service-box [class*="icon"]:after { display:none; }
@media (max-width: 766px) {
	.service-box [class*="icon"]:hover {
		color:#fff;
		background-color:#0166fe;
		border-color:#0b2878;
		-webkit-transform:translate(-50%,-20px);
		-moz-transform:translate(-50%,-20px);
		-ms-transform:translate(-50%,-20px);
		-o-transform:translate(-50%,-20px);
		transform:translate(-50%,-20px);
	}
	.service-box [class*="icon"]:hover:after {
		width:53px;
		height:5px;
		-webkit-transform:translate(-50%,22px);
		-moz-transform:translate(-50%,22px);
		-ms-transform:translate(-50%,22px);
		-o-transform:translate(-50%,22px);
		transform:translate(-50%,22px);
	}
}
@media (min-width: 767px) {
	.service-box:hover [class*="icon"] {
		color:#fff;
		background-color:#0166fe;
		border-color:#0b2878;
		-webkit-transform:translate(-50%,-20px);
		-moz-transform:translate(-50%,-20px);
		-ms-transform:translate(-50%,-20px);
		-o-transform:translate(-50%,-20px);
		transform:translate(-50%,-20px);
	}
	.service-box:hover [class*="icon"]:after {
		width:53px;
		height:5px;
		-webkit-transform:translate(-50%,22px);
		-moz-transform:translate(-50%,22px);
		-ms-transform:translate(-50%,22px);
		-o-transform:translate(-50%,22px);
		transform:translate(-50%,22px);
	}
}
.hero-unit {
	background:none;
	padding:39px 100% 0;
	margin:10px -100% 0;
	text-align:center;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #fff;
	background-color:rgba(0,0,0,0.03);
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:inset 0 2px 3px rgba(0,0,0,0.05);
	-moz-box-shadow:inset 0 2px 3px rgba(0,0,0,0.05);
	box-shadow:inset 0 2px 3px rgba(0,0,0,0.05);
}
@media (max-width: 767px) {
	.hero-unit { padding-top:24px; }
}
.no-rgba .hero-unit { background-image:url(images/black-opacity-3.png); }
.hero-unit:after {
	height:1px;
	background-color:#dbdbdb;
	display:block;
	margin:57px -100% 0;
	content:'';
}
@media (max-width: 767px) {
	.hero-unit:after { margin-top:37px; }
}
.hero-unit h1 {
	font-size:40px;
	font-weight:bold;
	line-height:1.2em;
	color:#0166fe;
	text-shadow:0 1px 0 #fff;
	margin-bottom:25px;
}
@media (max-width: 767px) {
	.hero-unit h1 { font-size:35px; }
}
.hero-unit h1 strong { color:#0166FE; }
.hero-unit p {
	padding:0 298px;
	font-size:18px;
	line-height:24px;
}
.ie8 .hero-unit p { padding:0 100px; }
@media (max-width: 1200px) {
	.hero-unit p { padding:0 100px; }
}
@media (max-width: 979px) {
	.hero-unit p { padding:0; }
}
.testimonials { margin-top:-10px; }
.testimonials .testi-item {
	overflow:visible;
	margin:25px 0 0 0;
	padding:5px 0 0 0;
	background:none;
}
.testimonials .testi-item:first-child { margin-top:0; }
.testimonials .testi-item blockquote {
	position:relative;
	display:block;
	margin:0;
	padding:19px 44px 25px 29px;
	border:1px solid #e5e5e5;
	background:#fff;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:22px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
	box-shadow:0 1px 2px rgba(0,0,0,0.08);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
}
@media (max-width: 1200px) {
	.testimonials .testi-item blockquote { padding-right:20px; }
}
.testimonials .testi-item blockquote:before {
	position:absolute;
	bottom:auto;
	left:-21px;
	top:23px;
	display:block;
	width:21px;
	height:30px;
	border:none;
	background-image:url(images/corner.png);
	background-position:0 0;
	background-repeat:no-repeat;
	content:"";
}
@media (max-width: 480px) {
	.testimonials .testi-item blockquote:before { display:none; }
}
.testimonials .testi-item blockquote:after { display:none; }
.testimonials .testi-item blockquote > a {
	position:relative;
	z-index:2;
	color:#888888;
	text-decoration:none;
	overflow:hidden;
	vertical-align:top;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.testimonials .testi-item blockquote > a:hover { color:#0166FE; }
.testimonials .testi-item .extra-wrap { padding:0 0 2px 21px; }
@media (max-width: 480px) {
	.testimonials .testi-item .extra-wrap { padding-left:0; }
}
.testimonials .testi-item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:2px 9px 0 0;
	width:70px;
	height:70px;
	float:left;
	-webkit-box-shadow:0 2px 0 #fff;
	-moz-box-shadow:0 2px 0 #fff;
	box-shadow:0 2px 0 #fff;
	-webkit-border-radius:70px;
	-moz-border-radius:70px;
	border-radius:70px;
}
@media (max-width: 480px) {
	.testimonials .testi-item .featured-thumbnail { display:none; }
}
.testimonials .testi-item .featured-thumbnail:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:99;
	-webkit-box-shadow:inset 0 2px 2px rgba(0,0,0,0.18);
	-moz-box-shadow:inset 0 2px 2px rgba(0,0,0,0.18);
	box-shadow:inset 0 2px 2px rgba(0,0,0,0.18);
	-webkit-border-radius:70px;
	-moz-border-radius:70px;
	border-radius:70px;
}
.testimonials .testi-item .featured-thumbnail img {
	z-index:1;
	position:relative;
	-webkit-border-radius:70px;
	-moz-border-radius:70px;
	border-radius:70px;
}
.testimonials .testi-item .testi-meta {
	font-size:12px;
	display:block;
	line-height:17px;
	padding-top:15px;
	padding-left:0;
	text-align:right;
	color:#282828;
}
.testimonials .testi-item .testi-meta .user { font-weight:bold; }
.testimonials .testi-item .testi-meta a { text-decoration:underline; }
.testimonials .testi-item .testi-meta a:hover {
	color:#0166FE;
	text-decoration:none;
}
.testimonials .testi-item .quotes {
	color:#e5e5e5;
	font-size:80px;
	float:left;
	margin:0 7px 0 0;
	position:relative;
	top:11px;
}
.footer {
	background:#282828;
	border:none;
	padding:0;
}
.footer-widgets {
	background-color:#3d3d3d;
	border-top:1px solid #000;
	font-size:12px;
	line-height:22px;
	padding:33px 0 57px 0;
}
@media (max-width: 767px) {
	.footer-widgets { padding:23px 20px 37px 20px; }
}
.footer-widgets h4 {
	font-size:18px;
	line-height:24px;
	margin-bottom:18px;
	color:#fff;
}
.footer-widgets ul {
	margin:0;
	padding:0;
}
.footer-widgets ul li {
	list-style-type:none;
	border-top:1px solid #4e4e4e;
	margin:0;
	padding:6px 0 7px 0;
}
.footer-widgets ul li:first-child {
	border-top:none;
	padding-top:0;
}
.footer-widgets ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.footer-widgets ul li a:hover {
	color:#fff;
	text-decoration:none;
}
.footer-widgets .widget_categories ul li {
	text-align:right;
	overflow:hidden;
}
.footer-widgets .widget_categories ul li a { float:left; }
nav.footer-nav { margin-bottom:0; }
nav.footer-nav ul li a:hover {
	color:#0166FE;
	text-decoration:none;
}
nav.footer-nav ul li.current_page_item a {
	color:#0166FE;
	text-decoration:none;
}
.copyright {
	padding:13px 0 17px 0;
	font-size:12px;
	color:#fff;
	border-top:1px solid #000;
}
@media (max-width: 767px) {
	.copyright {
		padding-left:20px;
		padding-right:20px;
	}
}
.copyright a { color:#0166FE; }
.footer-text { float:left; width:100%; }
@media (max-width: 767px) {
	.footer-text {
		float:none;
		margin-bottom:0;
	}
}
.google-map {
	background-color:#fff;
	line-height:0;
}
.wpcf7-form p.field input {
	padding:8px 11px !important;
	line-height:1em;
	height:auto;
}
.ie8 .wpcf7-form p.field input { height:34px; }
@media (max-width: 480px) {
	.extra-wrap {
		overflow:visible;
		clear:both;
	}
}

.btn-primary { text-shadow:none; }
.btn-link {
	padding:0;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.btn-link:hover {
	color:#282828;
	text-decoration:underline;
}
.btn-small { font-size:12px; }
.thumbnail {
	border:none;
	padding:0;
	background:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 3px 0 #fff;
	-moz-box-shadow:0 3px 0 #fff;
	box-shadow:0 3px 0 #fff;
}
.thumbnail img {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.thumbnail > a { position:relative; }
.thumbnail > a:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:inset 0 3px 2px rgba(0,0,0,0.08);
	-moz-box-shadow:inset 0 3px 2px rgba(0,0,0,0.08);
	box-shadow:inset 0 3px 2px rgba(0,0,0,0.08);
}
.single-post .thumbnail:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:inset 0 3px 2px rgba(0,0,0,0.08);
	-moz-box-shadow:inset 0 3px 2px rgba(0,0,0,0.08);
	box-shadow:inset 0 3px 2px rgba(0,0,0,0.08);
}
.single-team .featured-thumbnail {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 3px 0 #fff;
	-moz-box-shadow:0 3px 0 #fff;
	box-shadow:0 3px 0 #fff;
}
.single-team .featured-thumbnail img {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.single-team .featured-thumbnail:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:inset 0 3px 2px rgba(0,0,0,0.08);
	-moz-box-shadow:inset 0 3px 2px rgba(0,0,0,0.08);
	box-shadow:inset 0 3px 2px rgba(0,0,0,0.08);
}
.spacer { height:59px; }
@media (max-width: 767px) {
	.spacer { height:32px; }
}
#back-top { margin-bottom:0; }
#back-top-wrapper {
	right:0;
	bottom:105px;
}
#back-top a {
	color:#282828;
	font-size:28px;
	line-height:50px;
}
#back-top a i {
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#back-top a:hover i { color:#fff; }
#back-top a:hover span { background-color:#0166FE; }
#back-top span {
	margin-bottom:0;
	background:#fff;
}
.page-header { border:none; }
.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:32px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.footer-cta {
	background-color:#0166fe;
	color:#fff;
	text-align:center;
	padding:20px 0;
}
.footer-cta .footer-cta-text {
	font-size:25px;
	margin-bottom:20px;
}
.footer-cta .footer-cta-number { font-size:30px; }
.posts-margin-top { margin-top:30px; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after { clear:both; }
.hide-spill { overflow:hidden; }
.home .page { padding:120px 0 0 0; }
.camera_caption > div .slider-text {
	position:absolute;
	top:80px;
	text-align:left;
}
.camera_caption > div .slider-text h3 {
	text-align:left;
	color:#0166fe;
	font-size:25px;
	font-weight:bold;
	line-height:46px;
}
.camera_caption > div .slider-text p {
	text-align:left;
	color:#666;
	font-size:15px;
	text-shadow:none;
	line-height:35px;
}
@media (max-width: 767px) {
	#slider-wrapper { display:none; }
}
.login {
	float:right;
	background-color:#0166fe;
	padding:5px;
	border-radius:3px;
	color:#fff;
	text-decoration:none;
	margin-right:20px;
}
.login:hover {
	color:#fff;
	text-decoration:none;
}
.slidingDiv {
	background-color:#e3e3e3;
	padding:10px;
	position:absolute;
	z-index:200;
	right:0px;
	top:23px;
	width:200px;
	color:#4d5760;
	text-align:left;
	font-size:1.3em;
	border-radius:5px;
}
.slidingDiv a {
	text-decoration:none;
	color:#000;
	font-size:0.9em;
}
.login { display:none; }
.margin-right { margin-right:20px; }
.margin-bottom { margin-bottom:20px; }
.margin-top { margin-top:20px; }
.blue-text {
	color:#0166fe;
	font-size:20px;
	font-weight:bold;
	padding:20px 20px;
}
.blue-text a {
	font-weight:300;
	color:#0166ff;
}
input[type="text"].clientlogin, input[type="password"].clientlogin {
	background-color:#353535;
	color:#fff;
	border:none;
}
.loginbut {
	background-color:#003466 !important;
	color:#fff !important;
	font-weight:bold !important;
	border-radius:5px !important;
	padding:5px !important;
}
footer a {
	color:#ffffff;
	text-decoration:none;
}
.footer-text, .textwidget { color:#ffffff; }
.footer-text a, .textwidget a {
	color:#ffffff;
	text-decoration:none;
}