
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:400,400italic,700,700italic);
body {
	padding:0 !important;
	letter-spacing:0.5px;
}
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; }
h1, h2 {
	text-transform:uppercase;
	letter-spacing:3px;
}
h1 small {
	font-size:inherit;
	font-weight:inherit;
}
h2 { margin-bottom:28px; }
h5 { margin:0 0 18px 0; }
p { margin-bottom:5px; }
.main-holder { overflow:hidden; }
.header {
	padding:0;
	border:none;
	height:183px;
	background-color:#01718d;
	-webkit-transition:height 0.4s;
	-moz-transition:height 0.4s;
	-o-transition:height 0.4s;
	transition:height 0.4s;
}
@media (max-width: 767px) {
	.header {
		height:auto;
		padding:20px;
	}
}
.header.isStuck {
	left:0;
	width:100%;
	height:98px;
}
@media (max-width: 767px) {
	.header.isStuck {
		width:auto;
		position:static !important;
		top:0 !important;
		height:auto;
	}
}
.pseudoStickyBlock { max-height:98px !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 !important;
		text-align:center;
		margin-bottom:20px;
	}
}/*
.isStuck .logo { width:58%; }
@media (min-width: 1200px) {
	.isStuck .logo { width:45%; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.isStuck .logo { width:75%; }
}
@media (max-width: 767px) {
	.isStuck .logo { width:auto; }
}*/
.logo_h {
	letter-spacing:0;
	padding:64px 0 0 0;
	display:inline-block;
	vertical-align:top;
	width:100%;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.isStuck .logo_h { padding-top:10px; }
@media (max-width: 767px) {
	.logo_h { padding-top:0; }
}
.logo_h__txt { text-transform:none; }
.isStuck .logo_h__txt {
	padding-top:0;
	margin-top:-7px;
}
.logo_tagline {
	font-size:14px;
	line-height:18px;
	color:#2ea4c2;
	letter-spacing:2px;
}
.isStuck .logo_link {
	font-size:40px !important;
	line-height:40px !important;
}
.logo_link:hover, .logo_link:active, .logo_link:focus { color:#fff; }
.search-form_it {
	padding-top:11px !important;
	padding-bottom:12px !important;
}
.nav-wrapper {
	height:183px;
	-webkit-transition:height 0.4s;
	-moz-transition:height 0.4s;
	-o-transition:height 0.4s;
	transition:height 0.4s;
}
@media (max-width: 767px) {
	.nav-wrapper { height:auto; }
}
.isStuck .nav-wrapper { height:98px; }
@media (max-width: 767px) {
	.isStuck .nav-wrapper { height:auto; }
}
.nav__primary {
	margin-bottom:0;
	position:absolute;
	bottom:34px;
	left:0;
}
@media (max-width: 767px) {
	.nav__primary {
		position:static;
		bottom:0;
	}
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul { margin:23px 0 0 0; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	position:static;
	top:0;
	left:0;
	margin-top:0;
}
.sf-menu {
	float:none;
	padding:0 0 0 82px;
}
.sf-menu > li {
	background:none;
	margin-left:21px;
}
@media (min-width: 1200px) {
	.sf-menu > li { margin-left:32px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li { margin-left:12px; }
}
.sf-menu > li:first-child { margin-left:0; }
.sf-menu > li.sfHover > a .current { display:none; }
.sf-menu > li > a {
	padding:0 4px;
	border:none;
	letter-spacing:1px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a { padding:0 10px; }
}
.sf-menu > li > a .current {
	position:absolute;
	left:0;
	bottom:-34px;
	width:100%;
	height:0;
	background-color:#fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.sf-menu li ul {
	width:187px;
	padding:16px 0;
	background-color:#fff;
}
.sf-menu li li {
	background:none;
	text-align:left;
}
.sf-menu li li a {
	padding:6px 29px 7px;
	border:none;
	letter-spacing:1px;
	font-size:18px;
	font-family:#cecece;
	color:#01718d;
	position:relative;
	z-index:1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.sf-menu li li a:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	background:#01718d;
	z-index:-1;
	-webkit-transition:inherit;
	-moz-transition:inherit;
	-o-transition:inherit;
	transition:inherit;
}
.sf-menu li li ul { padding:0; }
.sf-menu li li li a { padding-left:60px; }
.sf-menu li li li a:after { background:#e2eff2; }
.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 .current, .sf-menu > li.sfHover> a .current, .sf-menu > li.current-menu-item > a .current, .sf-menu > li.current_page_item > a .current { height:11px; }
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a {
	background:none;
	color:#fff;
}
.sf-menu li li > a:hover:after, .sf-menu li li.sfHover > a:after, .sf-menu li li.current-menu-item > a:after, .sf-menu li li.current_page_item > a:after { width:100%; }
.sf-menu li li li > a:hover, .sf-menu li li li.sfHover > a, .sf-menu li li li.current-menu-item > a, .sf-menu li li li.current_page_item > a { color:#01718d; }
.select-menu {
	height:33px;
	color:#555 !important;
}
.content-holder { background-color:#fff; }
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
	}
}
.home .content-holder { padding-bottom:0; }
#content { padding-top:43px; }
.title-section {
	padding:7px 0 10px 0;
	background-color:#eaf5fb;
	position:relative;
}
.title-section:before, .title-section:after {
	content:'';
	position:absolute;
	top:0;
	width:200%;
	height:100%;
	background-color:inherit;
	z-index:-1;
}
.title-section:before { left:-199%; }
.title-section:after { right:-199%; }
.title-header {
	font-size:22px;
	line-height:1.2em;
	letter-spacing:1px;
	overflow:visible;
	margin:0 0 1px 0;
}
.breadcrumb__t {
	padding:0;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t li {
	font-size:18px;
	font-weight:bold;
	text-shadow:none;
	text-transform:uppercase;
}
.breadcrumb__t li.active { color:#01718d; }
.breadcrumb__t li.divider {
	margin:0 18px;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:'|';
	color:#9dbdcf;
	font:bold 18px/20px Roboto Condensed, sans-serif;
}
.breadcrumb__t li a { color:#9dbdcf; }
.breadcrumb__t li a:hover, .breadcrumb__t li a:active, .breadcrumb__t li a:focus { color:#01718d; }
.post__holder .post-header .post-title {
	font-size:36px;
	line-height:42px;
	margin:0 0 31px 0;
}
.post__holder .featured-thumbnail.large { margin:0 0 30px 0; }
.post__holder .post_content h3 {
	font-size:14px;
	line-height:20px;
}
.post__holder .btn-primary { padding:12px 33px 13px; }
.post_meta {
	border-color:#d7d4d4;
	padding:9px 0 10px 0;
	font-size:14px;
}
.post_meta div[class^="post_"] { padding:0 15px 0 0; }
.post_meta i {
	color:#d7d4d4;
	padding-right:0;
}
.share-buttons span, .share-buttons li { line-height:18px; }
.post-author {
	padding:21px 20px 17px 20px;
	border:none;
	background-color:#fafafa;
}
@media (min-width: 1200px) {
	.post-author { padding-right:43px; }
}
.post-author_h {
	font-size:18px;
	font-weight:bold;
	margin:0 0 11px 0;
}
.post-author_h small { color:#eaa351; }
.post-author_h a {
	color:#eaa351;
	text-transform:capitalize;
}
.post-author_h a:hover, .post-author_h a:active, .post-author_h a:focus { color:#9dbdcf; }
.post-author_link { margin-top:10px; }
.post-author_gravatar { margin:0 16px 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; }
}
.post-author .post-author_desc .post-author_link {
	font-size:18px;
	font-weight:bold;
	color:#01718d;
}
.post-author .post-author_desc .post-author_link p { margin-bottom:0; }
.post-author .post-author_desc .post-author_link a {
	color:#eaa351;
	text-transform:uppercase;
}
.post-author .post-author_desc .post-author_link a:hover, .post-author .post-author_desc .post-author_link a:active, .post-author .post-author_desc .post-author_link a:focus { color:#9dbdcf; }
#recent-author-posts .post__holder { margin-bottom:40px; }
#recent-author-comments { padding-top:50px; }
#recent-author-comments ul { margin:0; }
#recent-author-comments ul li {
	list-style-type:none;
	margin-bottom:5px;
}
.related-posts_h {
	font-size:36px;
	font-weight:bold;
	line-height:42px;
	margin:0 0 34px 0;
	text-transform:uppercase;
}
.related-posts_item {
	font-size:14px;
	line-height:20px;
}
.related-posts .featured-thumbnail { margin:0 0 24px 0; }
.related-posts h5 {
	font-size:14px;
	line-height:20px;
	margin:0 0 17px 0;
}
.related-posts h5 a { color:#656464; }
.related-posts h5 a:hover, .related-posts h5 a:active, .related-posts h5 a:focus { color:#01718d; }
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li a {
	font-weight:bold;
	text-transform:uppercase;
	border:none !important;
	background:none !important;
	letter-spacing:1px;
}
.pagination__posts ul .active span {
	font-weight:bold;
	text-transform:uppercase;
	border:none !important;
	background:none !important;
	letter-spacing:1px;
	color:#9dbdcf;
}
.testimonial {
	border:none;
	background:#fafafa;
	font-style:normal;
	font-family:Roboto Condensed, sans-serif;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial_bq p {
	font-size:14px;
	font-weight:normal;
	line-height:20px;
}
.testimonial small {
	font-family:Roboto Condensed, sans-serif;
	font-size:14px;
}
.page-header {
	border-color:#d7d4d4;
	margin-top:0;
}
.page-header h1 {
	font-size:36px;
	line-height:42px;
	margin-top:0;
}
.single-pager { border-color:#d7d4d4; }
.single-pager a {
	border:none !important;
	font-size:14px;
	background-color:#01718d !important;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:2px;
	-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 { background-color:#9dbdcf !important; }
.filter-wrapper .pull-right { float:none !important; }
.filter-wrapper strong {
	padding:0;
	margin-right:0;
	display:none;
}
.nav-pills { margin-bottom:33px; }
.nav-pills li { margin-right:39px; }
.nav-pills li a {
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:uppercase;
	padding:0;
	color:#9dbdcf;
	background:none !important;
}
@media (max-width: 480px) {
	.nav-pills li a { padding:0; }
}
.nav-pills li a:hover, .nav-pills li a:active, .nav-pills li a:focus { color:#01718d; }
.nav-pills li.active a { color:#01718d !important; }
.filterable-portfolio .caption__portfolio { padding:33px 0 0 0; }
.filterable-portfolio h3 {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:22px;
	margin:0 0 18px 0;
}
.filterable-portfolio .btn-primary {
	background:none !important;
	padding:0;
	font-size:14px;
	letter-spacing:1px;
	position:relative;
	color:#01718d;
}
.filterable-portfolio .btn-primary:before, .filterable-portfolio .btn-primary:after {
	content:'';
	width:5px;
	height:9px;
	position:absolute;
	right:-13px;
	top:4px;
	background-image:url(images/btn-arrow.gif);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.content-box__style-3 .filterable-portfolio .btn-primary:before, .content-box__style-3 .filterable-portfolio .btn-primary:after { background-image:url(images/btn-arrow1.gif); }
.filterable-portfolio .btn-primary:after {
	background-position:0 -9px;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.ie8 .filterable-portfolio .btn-primary:after { visibility:hidden; }
.filterable-portfolio .btn-primary:hover, .filterable-portfolio .btn-primary:active, .filterable-portfolio .btn-primary:focus { color:#9dbdcf; }
.filterable-portfolio .btn-primary:hover:before, .filterable-portfolio .btn-primary:active:before, .filterable-portfolio .btn-primary:focus:before {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.ie8 .filterable-portfolio .btn-primary:hover:before, .ie8 .filterable-portfolio .btn-primary:active:before, .ie8 .filterable-portfolio .btn-primary:focus:before { visibility:hidden; }
.filterable-portfolio .btn-primary:hover:after, .filterable-portfolio .btn-primary:active:after, .filterable-portfolio .btn-primary:focus:after {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.ie8 .filterable-portfolio .btn-primary:hover:after, .ie8 .filterable-portfolio .btn-primary:active:after, .ie8 .filterable-portfolio .btn-primary:focus:after { visibility:visible; }
@-moz-document url-prefix() {
	.filterable-portfolio .btn-primary:before, .filterable-portfolio .btn-primary:after { top:5px; }
}
.zoom-icon { background:rgba(1,113,141,0.5); }
.no-rgba .zoom-icon { background:url(images/blue-opacity-60.png); }
.zoom-icon:before {
	margin:-26px 0 0 -25px;
	width:50px;
	height:52px;
	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:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.comments-h {
	font-size:36px;
	font-weight:bold;
	line-height:42px;
	text-transform:uppercase;
	color:#01718d;
	margin:0 0 10px 0;
}
.comment .comment-body {
	margin-bottom:10px;
	padding:24px 20px 36px 20px;
	border:none;
	background:#fcfcfc;
}
@media (min-width: 1200px) {
	.comment .comment-body { padding-right:33px; }
}
.comment .comment-body:hover .reply a, .comment .comment-body:hover .comment-meta, .comment .comment-body:hover .comment-author .author { color:#eaa351; }
@media (max-width: 767px) {
	.comment .comment-body .extra-wrap { overflow:visible; }
}
.comment.bypostauthor .comment-body { background:#fcfcfc; }
.comment-author { margin:2px 16px 0 0; }
.comment-author .author {
	padding-top:17px;
	width:80px;
	color:#01718d;
	font-size:18px;
	text-transform:uppercase;
	-webkit-transition:color 0.4s;
	-moz-transition:color 0.4s;
	-o-transition:color 0.4s;
	transition:color 0.4s;
}
@media (max-width: 767px) {
	.comment-author .author { margin-bottom:10px; }
}
.comment-meta {
	padding:0;
	text-transform:uppercase;
	text-decoration:underline;
	font-size:18px;
	font-weight:bold;
	color:#01718d;
	-webkit-transition:color 0.4s;
	-moz-transition:color 0.4s;
	-o-transition:color 0.4s;
	transition:color 0.4s;
}
.comment-meta-wrap { padding-top:12px; }
.reply {
	margin-left:21px;
	font-size:18px;
}
.reply .comment-reply-link {
	padding:0;
	background:none;
	color:#01718d;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline !important;
}
.reply .comment-reply-link:hover, .reply .comment-reply-link:active, .reply .comment-reply-link:focus { text-decoration:none !important; }
#respond h3 {
	font-size:36px;
	font-weight:bold;
	line-height:42px;
	text-transform:uppercase;
	margin:0 0 32px 0;
}
#respond form .btn { margin-top:20px; }
#respond form .comment_submit { text-align:left; }
.comment-list ul.children { margin:0 0 0 50px; }
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
	.comment-list ul.children { margin:0; }
}
#commentform p.field { margin-bottom:10px; }
#commentform input[type="text"] {
	width:336px;
	padding:9px 16px;
}
#commentform textarea { padding:9px 16px; }
@media (max-width: 767px) {
	#commentform input[type="text"] {
		width:100%;
		height:40px;
	}
}
#sidebar { padding-top:43px; }
#sidebar .widget { margin:37px 0 0 0; }
#sidebar .widget:first-child { margin:0; }
#sidebar .widget > h3 {
	font-size:36px;
	font-weight:bold;
	line-height:42px;
	text-transform:uppercase;
	letter-spacing:3px;
	margin:0 0 28px 0;
}
#sidebar .widget ul { margin:0; }
#sidebar .widget ul li {
	list-style-type:none;
	font-family:Roboto Condensed, sans-serif;
	margin-bottom:8px;
}
#sidebar .widget ul li:before {
	content:'\f061';
	color:#01718d;
	font-family:FontAwesome;
	padding-right:10px;
}
#sidebar .widget ul li a { color:#cecece; }
#sidebar .widget ul li a:hover, #sidebar .widget ul li a:active, #sidebar .widget ul li a:focus { color:#01718d; }
#sidebar .widget ul ul { margin:8px 0 0 23px; }
#wp-calendar td#today {
	font-weight:bold;
	color:#01718d;
}
#wp-calendar caption { color:#01718d; }
#wp-calendar thead th { color:#01718d; }
.comments-custom li { margin:0 !important; }
.comments-custom li:before { display:none; }
.comments-custom_txt a:hover { text-decoration:none; }
.comments-custom_h_title, .comments-custom_h_author {
	margin-bottom:5px;
	margin-top:0px;
}
.comments-custom_h_author:first-letter { text-transform:uppercase; }
.comments-custom i {
	font-size:16px;
	margin-right:.5em;
	color:#999;
	float:left;
	min-width:15px;
	text-align:center;
}
.comments-custom .ladle {
	float:left;
	padding-right:5px;
}
.comments-custom .meta_format {
	margin-top:2px;
	font-size:14px;
}
.flickr_li { margin-top:0 !important; }
.flickr_li:before { display:none; }
.flickr_li .thumbnail:hover, .flickr_li .thumbnail:active, .flickr_li .thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.post-list li {
	padding:0;
	margin:0 0 15px 0 !important;
}
.post-list li:before { display:none; }
.post-list time {
	display:block;
	margin-bottom:5px;
}
.post-list .featured-thumbnail { margin:5px 20px 10px 0; }
@media (min-width: 1200px) {
	.post-list .featured-thumbnail { margin-right:30px; }
}
@media (max-width: 480px) {
	.post-list .featured-thumbnail {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin-right:0;
	}
}
.post-list time {
	color:#eaa351;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
.post-list_h {
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	text-transform:uppercase;
	margin:0;
}
.post-list_h a { color:#01718d !important; }
.post-list_h a:hover, .post-list_h a:active, .post-list_h a:focus { color:#9dbdcf !important; }
.post-list .excerpt { margin-bottom:1em; }
.banners { margin:37px 0 0 0; }
.banners:first-child { margin:0; }
.social_li:before { display:none; }
.social__list li { margin-bottom:5px !important; }
.posts-grid.team li { margin-bottom:0; }
@media (max-width: 767px) {
	.posts-grid.team li { margin-bottom:30px; }
}
.posts-grid.team .featured-thumbnail { margin-bottom:25px; }
.ie8 .posts-grid.team .featured-thumbnail img { max-width:none; }
.posts-grid.team h5 {
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	margin:0;
}
.posts-grid.team h5 a { color:#28adcf; }
.posts-grid.team h5 a:hover, .posts-grid.team h5 a:active, .posts-grid.team h5 a:focus { color:#9dbdcf; }
.service-box__style-1 {
	padding:0 0 63px 0;
	background-color:transparent;
	border:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (max-width: 767px) {
	.service-box__style-1 {
		padding-bottom:30px;
		margin-bottom:25px;
	}
}
.service-box__style-1:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:0;
	background-color:#01516b;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box__style-1 .icon {
	float:none;
	margin:0 0 17px 0;
	height:73px;
	overflow:hidden;
	position:relative;
}
.service-box__style-1 .icon img {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box__style-1 .icon .hover {
	position:absolute;
	left:0;
	top:0;
}
.service-box__style-1 .icon .hover img {
	margin-top:-73px;
	opacity:0;
	filter:alpha(opacity=0);
}
.ie8 .service-box__style-1 .icon .hover img {
	filter:none !important;
	display:none;
}
.service-box__style-1 h2 {
	font-size:18px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:1px;
	overflow:visible;
	margin:0 0 18px 0;
	-webkit-transition:color 0.4s;
	-moz-transition:color 0.4s;
	-o-transition:color 0.4s;
	transition:color 0.4s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box__style-1 h2 {
		font-size:15px;
		line-height:20px;
	}
}
.service-box__style-1 .service-box_txt {
    
	margin-bottom:16px;
	color:#9dbdcf;
}
.service-box__style-1 .btn-align { text-align:left; }
.service-box__style-1 .btn-align .btn-primary {
	font-size:14px;
	font-weight:bold;
	background:none !important;
	text-transform:uppercase;
	text-shadow:none;
	border:none;
	padding:0;
	position:relative;
	letter-spacing:1px;
	color:#01718d;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.service-box__style-1 .btn-align .btn-primary:before, .service-box__style-1 .btn-align .btn-primary:after {
	content:'';
	width:5px;
	height:9px;
	position:absolute;
	right:-13px;
	top:4px;
	background-image:url(images/btn-arrow.gif);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box__style-1 .btn-align .btn-primary:after {
	background-position:0 -9px;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.ie8 .service-box__style-1 .btn-align .btn-primary:after { visibility:hidden; }
@-moz-document url-prefix() {
	.service-box__style-1 .btn-align .btn-primary:before, .service-box__style-1 .btn-align .btn-primary:after { top:6px; }
}
.service-box__style-1:hover:after { height:12px; }
.service-box__style-1:hover h2, .service-box__style-1:hover .btn-primary { color:#9dbdcf; }
.service-box__style-1:hover .btn-primary:before {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.ie8 .service-box__style-1:hover .btn-primary:before { visibility:hidden; }
.service-box__style-1:hover .btn-primary:after {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.ie8 .service-box__style-1:hover .btn-primary:after { visibility:visible; }
.service-box__style-1:hover .icon img {
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	opacity:0;
	filter:alpha(opacity=0);
}
.service-box__style-1:hover .icon .hover img {
	opacity:1;
	filter:alpha(opacity=100);
}
.ie8 .service-box__style-1:hover .icon .hover img { display:block; }
.service-box__style-2 {
	padding:0 0 65px 0;
	border:none;
	background-color:transparent;
	position:relative;
	-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-2 {
		padding-bottom:40px;
		margin-bottom:20px;
	}
}
.service-box__style-2:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:0;
	background-color:#01718d;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box__style-2 .hover { display:none; }
.ie8 .service-box__style-2 .hover {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:0;
	background-color:#01718d;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box__style-2 .title {
	font-size:36px;
	font-weight:400;
	line-height:1.2em;
	letter-spacing:1px;
	margin:0;
	display:inline;
}
.service-box__style-2 .sub-title {
	font-size:60px;
	font-weight:300;
	line-height:1.2em;
	margin:0;
	display:inline;
}
.service-box__style-2 .service-box_txt {height:240px; margin-bottom:0; }
@media (min-width: 1200px) {
	.service-box__style-2 .service-box_txt {height:240px; padding-right:20px; }
}
.service-box__style-2.service-box__color-1 .title, .service-box__style-2.service-box__color-1 .sub-title, .service-box__style-2.service-box__color-1 .service-box_txt { color:#01718d;}
.service-box__style-2.service-box__color-2 .title, .service-box__style-2.service-box__color-2 .sub-title, .service-box__style-2.service-box__color-2 .service-box_txt { color:#a7c64e; }
.service-box__style-2.service-box__color-3 .title, .service-box__style-2.service-box__color-3 .sub-title, .service-box__style-2.service-box__color-3 .service-box_txt { color:#28aed0; }
.service-box__style-2:hover:after { height:12px; }
.ie8 .service-box__style-2:hover .hover { height:12px; }
.banner-wrap__style-1 {
	padding:188px 0 0 0;
	margin:0;
	position:relative;
	cursor:pointer;
	overflow:visible;
}
@media (min-width: 1200px) {
	.banner-wrap__style-1 { padding-top:233px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap__style-1 { padding:150px 0 0 0; }
}
@media (max-width: 767px) {
	.banner-wrap__style-1 {
		max-width:none;
		padding:0;
	}
}
.banner-wrap__style-1:hover .desc {
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0);
}
.ie8 .banner-wrap__style-1:hover .desc { top:0; }
.banner-wrap__style-1:hover h5 {
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0);
}
.banner-wrap__style-1:hover .btn-link {
	right:0;
	bottom:0;
}
.banner-wrap__style-1 .featured-thumbnail {
	position:absolute;
	/*left:-80px;*/
	top:0;
	margin:0;
	z-index:1;
	max-width:450px;
}
@media (min-width: 1200px) {
	.banner-wrap__style-1 .featured-thumbnail {
		/*left:-92px;*/
		max-width:none;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap__style-1 .featured-thumbnail {
		max-width:350px;
		left:-60px;
	}
}
@media (max-width: 767px) {
	.banner-wrap__style-1 .featured-thumbnail {
		max-width:none;
		left:0;
		position:relative;
	}
}
.banner-wrap__style-1 .featured-thumbnail a {
	border:none;
	overflow:visible;
	float:none;
}
@media (min-width: 1200px) {
	.banner-wrap__style-1 .featured-thumbnail a { float:left; }
}
@media (min-width: 1200px) {
	.banner-wrap__style-1 .featured-thumbnail a img { /*max-width:none;*/ }
}
.banner-wrap__style-1 .desc {
	padding:31px 100px 0 20px;
	height:254px;
	position:relative;
	z-index:2;
	cursor:default;
	/*-webkit-transform:translate(0,500px);
	-moz-transform:translate(0,500px);
	-ms-transform:translate(0,500px);
	-o-transform:translate(0,500px);
	transform:translate(0,500px);
	-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 (min-width: 1200px) {
	.banner-wrap__style-1 .desc {
		padding:51px 150px 0 47px;
		height:500px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap__style-1 .desc {
		padding-top:20px;
		padding-right:50px;
		height:217px;
	}
}
@media (max-width: 767px) 
{
    

    
	.banner-wrap__style-1 .desc {
		padding:20px 20px 25px 20px;
		height:auto;
		min-height:137px;
		/*position:absolute;*/
		    font-size: 1em;
		bottom:0;
		left:0;
		right:0;
		-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
		-ms-transform:translate(0,0);
		-o-transform:translate(0,0);
		transform:translate(0,0);
	}
	
    .banner-wrap__color-3 .desc
    {
        font-size: 1em;
        }	
	
}
.ie8 .banner-wrap__style-1 .desc { top:317px; }
.banner-wrap__style-1 .desc-wrap { overflow:hidden; }
.banner-wrap__style-1 h5 {
	/*font-family:Josefin Slab;*/
    font-size:14px;
	font-weight:bold;
	line-height:22px;
	color:#fff;
	letter-spacing:2px;
	cursor:text;
   -webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
	-webkit-transform:translate(0,150px);
	-moz-transform:translate(0,150px);
	-ms-transform:translate(0,150px);
	-o-transform:translate(0,150px);
	transform:translate(0,150px);
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap__style-1 h5 {
		font-size:25px;
		line-height:1.2em;
	}
}
@media (max-width: 767px) {
	.banner-wrap__style-1 h5 {
		font-size:25px;
		line-height:30px;
		-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
		-ms-transform:translate(0,0);
		-o-transform:translate(0,0);
		transform:translate(0,0);
	}
}
.banner-wrap__style-1 .btn-link {
	position:absolute;
	right:-137px;
	bottom:-137px;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	text-shadow:none;
	text-transform:uppercase;
	text-align:left;
	padding:79px 0 0 79px;
	border:none;
	color:#fff !important;
	width:137px;
	height:137px;
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:0.7s;
	-moz-transition:0.7s;
	-o-transition:0.7s;
	transition:0.7s;
}
@media (max-width: 767px) {
	.banner-wrap__style-1 .btn-link {
		right:0;
		bottom:0;
	}
}
.banner-wrap__style-1 .btn-link:before, .banner-wrap__style-1 .btn-link:after { display:none; }
.banner-wrap__style-1 .btn-link:hover, .banner-wrap__style-1 .btn-link:active, .banner-wrap__style-1 .btn-link:focus {
	color:#fff !important;
	text-decoration:none;
}
.banner-wrap__color-1 .desc { background-color:rgba(220,147,62,0.8); }
.no-rgba .banner-wrap__color-1 .desc { background-image:url(images/orange-opacity-80.png); }
.banner-wrap__color-1 .btn-link { background-image:url(images/btn-bg1.gif); }
.banner-wrap__color-2 .desc { background-color:rgba(134,156,72,0.8); }
.no-rgba .banner-wrap__color-2 .desc { background-image:url(images/green-opacity-80.png); }
.banner-wrap__color-2 .btn-link { background-image:url(images/btn-bg2.gif); }
.banner-wrap__color-3 .desc  
{
        background-color:rgba(1,113,141,0.8); 
        color:#fff; font-size:1.2em; line-height:1.5em; height:380px
        }
.no-rgba .banner-wrap__color-3 .desc { background-image:url(images/blue-opacity-80.png); }
.banner-wrap__color-3 .btn-link { background-image:url(images/btn-bg3.gif); }
.footer {
	padding:63px 0 88px 0;
	border:none;
	background-color:transparent;
}
nav.footer-nav { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul { text-align:right; }
}
nav.footer-nav ul li a {
	font-weight:300 !important;
	letter-spacing:1px;
	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:#fff; }
nav.footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#fff;
}
.copyright { padding:0; }
.footer-logo { margin-bottom:6px; }
@media (max-width: 767px) {
	.footer-logo { text-align:center; }
}
.footer-text {
	color:#4cbfdb;
	font-weight:300;
	letter-spacing:1px;
	text-transform:uppercase;
}
.footer-text a { color:inherit; }
.footer-text a:hover, .footer-text a:active, .footer-text a:focus { color:#fff; }
.accordion-group {
	border:none;
	margin-bottom:1px;
	background-color:#0d6d89;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.accordion .accordion-heading .accordion-toggle {
	padding:16px 80px 16px 21px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	position:relative;
}
.accordion .accordion-heading .accordion-toggle:after {
	content:'\f078';
	font-size:14px;
	font-weight:normal;
	font-family:FontAwesome;
	position:absolute;
	right:33px;
	top:16px;
}
.accordion .accordion-heading .accordion-toggle.active:after { content:'\f077'; }
.accordion .accordion-heading .accordion-toggle:hover { color:#9dbdcf; }
.accordion .accordion-group, .accordion .accordion-inner, .accordion .nav-tabs, .accordion .nav-tabs > .active > a { border:none; }
.accordion .accordion-inner { padding:0 21px 19px 21px; }
.list.styled > ul li:before { color:#01718d; }
.list.styled > ul li a { color:#cecece; }
.list.styled > ul li a:hover, .list.styled > ul li a:active, .list.styled > ul li a:focus { color:#01718d; }
.flexslider ul li:before { display:none; }
.thumbnail, .featured-thumbnail {
	border:none;
	padding:0;
	-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) {
	.extra-style { padding-top:25px; }
}
.extra-style h2 { margin:0 0 26px 0 !important; }
.extra-style h3 {
	font-size:36px;
	font-weight:300 !important;
	line-height:42px;
	color:#f9b567 !important;
	text-transform:uppercase;
	letter-spacing:3px;
	margin:0 0 19px 0;
}
.extra-style p { color:#f7b365; }
.extra-style p span { color:#ffffff; }
@media (min-width: 1200px) {
	.extra-style p { padding-right:55px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.google-map-api { height:400px; }
}
@media (max-width: 767px) {
	.google-map-api { height:400px; }
}
.google-map-api.full_width {
	position:relative;
	left:50%;
	height:320px;
}
.google-map-api.full_width a[href^="http://maps.google.com/maps"] { display:none !important; }
.google-map-api.full_width .gmnoprint a, .google-map-api.full_width .gmnoprint span { display:none; }
.google-map-api.full_width .gmnoprint div { background:none !important; }
.google-map-api.full_width .gm-style-cc { display:none !important; }
.parallax-content {
	color:#fff;
	padding:59px 0 0 0;
}
.parallax-content h2 {
    font-family:Josefin Slab;
	font-size:60px;
	font-weight:bold;
	line-height:65px;
	margin:0 0 34px 0;
	letter-spacing:6px;
}
@media (max-width: 767px) {
	.parallax-content h2 {
		font-size:32px;
		line-height:40px;
	}
}
.parallax-content h3 {
	font-size:36px;
	line-height:40px;
	text-transform:uppercase;
	letter-spacing:4px;
	color:#28aed0;
	margin:0 0 16px 0;
}
@media (max-width: 767px) {
	.parallax-content h3 {
		font-size:25px;
		line-height:32px;
	}
}
.btn {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.btn:hover, .btn:active, .btn:focus {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.btn-primary {
	border:none;
	text-shadow:none;
	font-weight:bold;
	background:#01718d;
	text-transform:uppercase;
	letter-spacing:2px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background:#9dbdcf; }
.btn-link {
	text-shadow:none;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	padding:0;
	border:none;
	position:relative;
	color:#01718d !important;
}
.content-box__style-3 .btn-link { color:#4cbfdb !important; }
.btn-link:before, .btn-link:after {
	content:'';
	width:5px;
	height:9px;
	position:absolute;
	right:-13px;
	top:4px;
	background-image:url(images/btn-arrow.gif);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.content-box__style-3 .btn-link:before, .content-box__style-3 .btn-link:after { background-image:url(images/btn-arrow1.gif); }
.btn-link:after {
	background-position:0 -9px;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.ie8 .btn-link:after { visibility:hidden; }
.content-box__style-3 .btn-link { color:#4cbfdb; }
.btn-link:hover, .btn-link:active, .btn-link:focus {
	color:#9dbdcf !important;
	text-decoration:none;
}
.content-box__style-3 .btn-link:hover, .content-box__style-3 .btn-link:active, .content-box__style-3 .btn-link:focus { color:#fff !important; }
.btn-link:hover:before, .btn-link:active:before, .btn-link:focus:before {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.ie8 .btn-link:hover:before, .ie8 .btn-link:active:before, .ie8 .btn-link:focus:before { visibility:hidden; }
.btn-link:hover:after, .btn-link:active:after, .btn-link:focus:after {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.ie8 .btn-link:hover:after, .ie8 .btn-link:active:after, .ie8 .btn-link:focus:after { visibility:visible; }
.btn-link.btn-normal { font-size:14px; }
@-moz-document url-prefix() {
	.btn-link:before, .btn-link:after { top:6px; }
}
.list.styled.custom-list {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#869c48;
	padding:9px 0 0 0;
}
.list.styled.custom-list p {
	margin-bottom:0;
	line-height:28px;
}
.list.styled.custom-list a { color:inherit; }
.list.styled.custom-list a:hover, .list.styled.custom-list a:active, .list.styled.custom-list a:focus { color:#9dbdcf; }
.content-box__style-1 {
	/*padding:28px 0 29px 0;*/
	background-color:#fff;
}
.content-box__style-1:before, .content-box__style-1:after { background-color:inherit; }
.content-box__style-1 h2 {
	font-family:Josefin Slab;*
    font-size:60px;
	font-weight:bold;
	line-height:64px;
	text-transform:none;
	margin:0 0 50px 0;
	letter-spacing:0;
}
@media (max-width: 767px) {
	.content-box__style-1 h2 {
		font-size:24px;
		line-height:1.2em;
		margin-bottom:20px;
	}
}
.content-box__style-1 h2:after {
	content:'';
	width:37px;
	height:37px;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 3px;
}
.content-box__style-2 {
	background-color:#eaf5fb;
	padding:52px 0 0 0;
}
@media (max-width: 767px) {
	.content-box__style-2 { padding-bottom:40px; }
}
.content-box__style-3 {
	background-color:#01718d;
	color:#fff;
	padding:62px 0 63px 0;
}
@media (max-width: 767px) {
	.content-box__style-3 { padding-top:42px; }
}
.content-box__style-3:before, .content-box__style-3:after { background-color:inherit; }
.content-box__style-3 h2 {
    font-family:Josefin Slab;
	color:#fff;
	margin:0 0 24px 0;
}
@media (max-width: 767px) {
	.content-box__style-3 h2 { margin-top:20px; }
}
.content-box__style-3 h5 {
     
	color:#4cbfdb;
	margin:0 0 0px 0;
}
@media (min-width: 1200px) {
	.home .content-box__style-3 h5 { padding-right:40px; }
}
.content-box__style-3 p { margin-bottom:17px; }
@media (min-width: 1200px) {
	.home .content-box__style-3 p { padding-right:120px; }
}
.content-box__style-4 {
	background-color:#eaf5fb;
	color:#9dbdcf;
	padding:43px 0 27px 0;
	margin:40px 0 0 0;
}
.content-box__style-4 h5 { color:#01718d; }
.content-box__style-4 .list.styled.arrow2-list > ul li a { color:#9dbdcf; }
.content-box__style-4 .list.styled.arrow2-list > ul li a:hover, .content-box__style-4 .list.styled.arrow2-list > ul li a:active, .content-box__style-4 .list.styled.arrow2-list > ul li a:focus { color:#01718d; }
.content-box__style-5 {
	background-color:#01516b;
	color:#fff;
	padding:42px 0 30px 0;
}
.content-box__style-5 h2 {
	color:#fff;
	margin:0 0 29px 0;
}
.content-box__style-5 h5 { color:#28aed0; }
.content-box__style-6 {
	padding:43px 0 49px 0;
	margin:-50px 0 0 0;
	position:relative;
	bottom:-50px;
	background-color:#01718d;
	border-bottom:1px solid #24859c;
	color:#fff;
}
.content-box__style-6 h2 {
	color:inherit;
	margin:0 0 30px 0;
}
input[type="submit"], input[type="reset"] {
	padding:0 33px;
	height:45px;
}
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 {
	width:95%;
    padding:7px 16px;
    color:#cecece;
	border-color:#e1e0e0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	font-size:16px
}
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 {
	color:#01718d;
	border-color:#01718d;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
textarea { border-color:#e1e0e0 !important; }
textarea:focus { border-color:#01718d !important; }
select { padding:0; }
.wpcf7-form p.field input {
	padding:9px 16px;
	height:40px;
}
.wpcf7-form textarea {
	padding:9px 16px;
	line-height:20px;
}
.wpcf7-form .ajax-loader { margin-top:12px; }
.wpcf7-not-valid-tip { padding:9px 0 9px 16px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip { padding-left:7px !important; }
}
#back-top-wrapper {
	right:50px;
	bottom:50px;
	overflow:visible;
	z-index:100;
}
#back-top a { width:25px; }
#back-top a:hover span {
	background-color:transparent;
	-webkit-transform:translate(0,-5px);
	-moz-transform:translate(0,-5px);
	-ms-transform:translate(0,-5px);
	-o-transform:translate(0,-5px);
	transform:translate(0,-5px);
}
#back-top span {
	margin-bottom:0;
	width:25px;
	height:13px;
	background:transparent url(images/up-arrow.gif) no-repeat center center;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.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;
}

.anchor {
    position:relative;
}

.anchor a {position:absolute; top:-150px;}

.service-box__style-1 > DIV {height:243px; overflow-y:hidden; cursor:pointer}
.service-box__style-2 > DIV {cursor:pointer; font-size:1.2em; color:#01718d; margin-top:45px; padding-bottom:25px;}
.service-box_body {font-size:1.2em; line-height:1.5em;}

#cooking {
    background-color:#ffffff; position:fixed; bottom:0px;z-index:1000; width:100%; opacity:0.95; display:none; border-top:4px solid #01718d;
}
 
#cooking .cooking_left {float:left; color:#01718d; width:70%; padding: 10px 5px 10px 0px; line-height:1.2em; font-size:1em; font-family:'Roboto Condensed'}
#cooking .cooking_left a {color:#01718d; text-decoration:underline}
#cooking .cooking_left a:hover {color:#01718d; text-decoration:none}

#cooking .cooking_right {float:right; color:#01718d; width:20%; padding: 25px 0px 10px 5px; font-size:1.4em; font-family:'Roboto Condensed'; font-weight:bold;}
#cooking .cooking_right a {color:#01718d; text-decoration:none}
#cooking .cooking_right a:hover {color:#01718d; text-decoration:underline}



        body{background-color:#01718d}
        h1{font:bold 30px/35px Roboto Condensed,sans-serif;color:#01718d;}
        h2{font:bold 36px/42px Roboto Condensed,sans-serif;color:#01718d}
        h3{font:normal 18px/22px Roboto Condensed,sans-serif;color:#01718d;}
        h4{font:normal 14px/20px Roboto Condensed,sans-serif;color:#01718d;}
        h5{font:normal 14px/20px Roboto Condensed,sans-serif;color:#656464;}
        h6{font:normal 12px/18px Roboto Condensed,sans-serif;color:#01718d;}
        body{font-weight:normal;}
        .logo_h__txt,.logo_link{font:bold 60px/60px Roboto Condensed,sans-serif;color:#FFFFFF;}
        .sf-menu>li>a{font:normal 18px/18px 'Josefin Slab',sans-serif;color:#FFFFFF;}
        .nav.footer-nav a{font:normal 14px/20px Roboto Condensed,sans-serif;color:#4cbfdb;}
        
       @media (max-width: 767px) 
{
    

    
	
    .banner-wrap__color-3 .desc
    {
        font-size: 1em;
        line-height:1.4em;
        }	
	
	h2{font-size:28px;
	   line-height:36px;}
	
} 