@import url("style2.css");

.post__holder .post-header .post-title a { color:#000; }
a { color:#EF7B17; }
a:hover, a:focus { color:#EF7B17; text-decoration:underline !important }
body { padding:0px 0 0 0 !important; overflow-x:hidden; min-width:1230px; background:url(../images/bg.jpg) no-repeat top center #016768;
/* background-size:cover*/ }
@media (max-width: 1230px) {
	body { padding:0px 0 0 0 !important; overflow-x:auto }

}
body:before {
	content:'';
	width:100%;
	height:457px;
	position:fixed;
	left:0;
	top:0;
	/*background-image:url(../images/tail-top.png);*/
}
h1, h2, h3, h4, h5, h6 { text-transform:uppercase; }
h1 small {
	font-size:inherit;
	font-weight:inherit;
	color:#83bcaf;
}
h2 { margin:0 0 14px 0; }
p { margin-bottom:16px; }
a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
a:hover, a:focus { text-decoration:none; }
 
	.cherry-fixed-layout .main-holder { max-width:1230px; overflow:hidden }
 
.header {
	background-color:transparent;
	border:none;
	padding:21px 0 17px 0;
	padding-top:0 !important
}
.home .header { padding:21px 0; }
 
	.home .header { padding-bottom:10px; }
 /*
@media (max-width: 767px) {
	.header .pseudoStickyBlock { display:none !important; }
}*/
.header .search-form form {
	float:right;
	margin:0 0 0 22px;
	border:1px solid #ededed;
	background-color:#fff;
	height:32px;
	-webkit-transition:border-color 0.3s;
	-moz-transition:border-color 0.3s;
	-o-transition:border-color 0.3s;
	transition:border-color 0.3s;
}
/*@media (min-width: 768px) and (max-width: 979px) {
	.header .search-form form { margin-left:10px; }
}*/
.header .search-form form.focus { border-color:#83bcaf; }
.search-form input[type="text"] {
	padding-top:10px;
	padding-bottom:10px;
}
.header .search-form input[type="text"] {
	margin:0;
	padding-top:6px;
	padding-bottom:6px;
	border:none;
	color:#959595;
	float:left;
	background-color:#fff;
}

	.header .search-form input[type="text"] { width:294px; }
/*
@media (min-width: 768px) and (max-width: 979px) {
	.header .search-form input[type="text"] { width:148px; }
}*/
.header .search-form_is {
	margin:0;
	padding:0 5px;
	border:none;
	background-color:#fff;
	font-size:25px;
	line-height:28px;
	color:#83bcaf;
	float:left;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.header .search-form_is:hover, .header .search-form_is:focus {
	color:#657786;
	outline:none;
}
.social-nets-wrapper .social {
	float:right;
	margin:0;
	padding:1px 0 0 0;
}/*
@media (max-width: 767px) {
	.social-nets-wrapper .social {
		float:none;
		text-align:center;
	}
}*/
.social-nets-wrapper .social li {
	float:left;
	margin-left:7px;
	list-style-type:none;
}/*
@media (max-width: 767px) {
	.social-nets-wrapper .social li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}*/
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li a {
	color:#fff;
	width:32px;
	height:32px;
	text-align:center;
	display:block;
	position:relative;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.social-nets-wrapper .social li a:before, .social-nets-wrapper .social li a:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:-1;
	-webkit-border-radius:inherit;
	-moz-border-radius:inherit;
	border-radius:inherit;
}
.social-nets-wrapper .social li a:after {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.social-nets-wrapper .social li a.facebook-link:before { background-color:#475aed; }
.social-nets-wrapper .social li a.facebook-link:after { background-color:#475aed; }
.social-nets-wrapper .social li a.facebook-link:hover, .social-nets-wrapper .social li a.facebook-link:focus { color:#475aed; }
.social-nets-wrapper .social li a.twitter-link:before { background-color:#12bfc5; }
.social-nets-wrapper .social li a.twitter-link:after { background-color:#12bfc5; }
.social-nets-wrapper .social li a.twitter-link:hover, .social-nets-wrapper .social li a.twitter-link:focus { color:#12bfc5; }
.social-nets-wrapper .social li a i {
	font-size:21px;
	line-height:32px;
}
.social-nets-wrapper .social li a:hover:before, .social-nets-wrapper .social li a:hover:after, .social-nets-wrapper .social li a:focus:before, .social-nets-wrapper .social li a:focus:after {
	-webkit-transition:inherit;
	-moz-transition:inherit;
	-o-transition:inherit;
	transition:inherit;
}
.social-nets-wrapper .social li a:hover:before, .social-nets-wrapper .social li a:focus:before {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.social-nets-wrapper .social li a:hover:after, .social-nets-wrapper .social li a:focus:after {
	background-color:#fff;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.logo {
	display:inline-block;
	vertical-align:middle;
	float:none !important;
	position:relative;
	top:-4px;
}
/*@media (min-width: 768px) and (max-width: 979px) {
	.logo {
		width:100%;
		top:-2px;
	}
}
@media (max-width: 767px) {
	.logo {
		display:block;
		text-align:center;
		top:0;
		padding:20px 0;
	}
}*/
.isStuck .logo { width:80%; }
 
	.isStuck .logo { width:70%; }
	
/*
@media (min-width: 768px) and (max-width: 979px) {
	.isStuck .logo { width:100%; }
}
@media (max-width: 767px) {
	.isStuck .logo { width:100%; }
}*/
/*@media (max-width: 1200px) {
	.logo_link { font-size:32px !important; }
	
}
@media (max-width: 979px) {
	.logo_link { font-size:23px !important; }
}
@media (max-width: 767px) {
	.logo_link { font-size:40px !important; }
}*/
.logo_link:hover, .logo_link:focus { color:#000; }
.logo_tagline { color:#83bcaf; }
.nav-wrapper {
	margin:20px -30px 0 0;
	height:53px;
	line-height:53px;
	z-index:2;
	position:relative;
		background:#1E6871;
/*	background:-moz-linear-gradient(top,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(50%,#e9e9e9),color-stop(100%,#e8e8e8));
	background:-webkit-linear-gradient(top,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	background:-o-linear-gradient(top,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	background:-ms-linear-gradient(top,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	background:linear-gradient(to bottom,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#e8e8e8',GradientType=0);*/
}
.motopress-wrapper.header .span12 > div:nth-child(5){
	display:none !important
}
/*@media (max-width: 767px) {
	.nav-wrapper {
		height:auto;
		line-height:20px;
		padding-bottom:20px;
		margin-left:-20px;
		margin-right:-20px;
		padding-left:20px;
		padding-right:20px;
	}
}*/
.nav-wrapper:before, .nav-wrapper:after {
	content:'';
	left:-30px;
	right:-20px;
	width:980px;
	position:absolute;
}
@media (min-width: 1230px) {
/*	.nav-wrapper:before, .nav-wrapper:after {
		left:-100%;
		right:-100%;
		width:1000%;
	}*/
	
}
/*
@media (min-width: 768px) and (max-width: 979px) {
	.nav-wrapper:before, .nav-wrapper:after { width:764px; }
}
@media (max-width: 767px) {
	.nav-wrapper:before, .nav-wrapper:after {
		width:100%;
		left:0;
		right:0;
	}
}*/
.nav-wrapper:before {
	top:0;
	height:100%;
	background:#1E6871;
	/*background:-moz-linear-gradient(top,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(50%,#e9e9e9),color-stop(100%,#e8e8e8));
	background:-webkit-linear-gradient(top,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	background:-o-linear-gradient(top,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	background:-ms-linear-gradient(top,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	background:linear-gradient(to bottom,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#e8e8e8',GradientType=0);*/
}
.nav-wrapper.first{
	height:120px;
	background:none;
	margin-top: 66px;
	
}
.first.isStuck .logo{
	display:none
}
.first.isStuck .span3, .first.isStuck .span6{
	display:none
}
.nav-wrapper.first:before{
	background:none
}
.nav-wrapper.first .span3:last-child{
	line-height:1.3;
	font-size:16px;
	text-align:right;
	margin-top:18px
}
.nav-wrapper.first .span3:last-child i{
	color:#83bcaf;
	font-size:20px
}
.nav-wrapper.first .span3:last-child .p{
	font-size:25px
}
.nav-wrapper.first .re{
	font-size:14px;
	padding:5px 10px;
	margin:5px 0
}
.nav-wrapper.first .span3:last-child .soc ul{
	list-style:none;
	padding:0;
	margin:0;
	float:right
}
.nav-wrapper.first .span3:last-child ul li{
	float:left;
	margin-left:10px
}
/*@media (max-width: 1200px) {
.nav-wrapper.first .span3:last-child .p{
		font-size:18px
	}
	.nav-wrapper.first .re{
		font-size:12px
	}
}*/

.nav-wrapper.first .span6{
	text-align:center;
	line-height:normal;
	font-family: 'zopacyr';
	color:#E21E23;
	font-size:36px
}
.nav-wrapper.isStuck {
	margin-top:0;
	height:53px;
	line-height:53px;
}
.header .span12 > .row{
	background:#ebebeb;
	/*padding:10px 0;*/
	margin-right:-30px
}
.header .span12 > .row:before, .header .span12 > .row:after {
	top:0;
	height:100%;
	background:#ebebeb;
	background:-moz-linear-gradient(top,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(50%,#e9e9e9),color-stop(100%,#e8e8e8));
	background:-webkit-linear-gradient(top,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	background:-o-linear-gradient(top,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	background:-ms-linear-gradient(top,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	background:linear-gradient(to bottom,#ebebeb 0%,#e9e9e9 50%,#e8e8e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#e8e8e8',GradientType=0);
}
/*@media (max-width: 767px) {
	.nav-wrapper.isStuck {
		position:relative !important;
		top:0 !important;
		height:auto;
		line-height:20px;
		margin-top:20px;
	}
	.header .span12 > .row{
	background:#ebebeb;
	padding:10px 0;
	margin-right:-15px
	}
	
}*/
/*@media (max-width: 1200px) {
	.header .span12 > .row{
	background:#ebebeb;
	padding:10px 0;
	margin-right:-20px
}
}*/
/*.nav-wrapper.isStuck:before, .nav-wrapper.isStuck:after {
	width:200%;
	left:50%;
	margin:0 0 0 -100%;
}

	.nav-wrapper.isStuck:before, .nav-wrapper.isStuck:after {
		width:200%;
		left:50%;
		right:auto;
		margin:0 0 0 -100%;
	}
*/
/*
@media (max-width: 767px) {
	.nav-wrapper.isStuck:before, .nav-wrapper.isStuck:after {
		width:100%;
		left:0;
		margin:0;
	}
	.header .span12 > .row{
 
	margin-right:0px
}
}*/
.nav-wrapper.isStuck:after {
	height:6px;
	bottom:-6px;
	background-image:url(images/shadow.png);
}
.nav__primary { margin-bottom:0; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:auto;
	right:100%;
}
.sf-menu { border-right:1px solid #ffffff; width:1300px }
.sf-menu > li {
	background-color:transparent;
	border-left:1px solid #ffffff;
}
.sf-menu > li:first-child{
	border:none;
	margin-left:-30px
}
.sf-menu > li > a {
	padding:31px 15px;
	border:none;
	text-transform:uppercase;
}
.isStuck .sf-menu > li > a { padding:15px 15px; }

	.sf-menu > li > a { padding:15px 25px !important; }
	.isStuck .sf-menu > li > a { padding:15px 25px !important; }
.nav-wrapper>.row{
/*	overflow-x:hidden;
	overflow-y:visible*/
}
/*@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a {
		font-size:20px !important;
		line-height:20px !important;
		padding:32px 10px 33px;
	}
	.isStuck .sf-menu > li > a { padding:16px 10px 17px; }
}*/
.sf-menu > li > a:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:0;
	z-index:-1;
	-webkit-transition:height 0.3s;
	-moz-transition:height 0.3s;
	-o-transition:height 0.3s;
	transition:height 0.3s;
	background:#83bcaf;
}
.sf-menu li ul {
	width:218px;
	background-color:#258d9a;
	background-repeat:repeat-x;
	background-image:url(images/shadow.png);
}
.sf-menu li li {
	text-align:left;
	background-color:transparent;
}
.sf-menu li li a {
	font-size:14px;
	padding:6px 16px 7px 19px;
	color:#fff;
	border:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.sf-menu li li ul { background-image:none; }
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
	color:#fff;
	background:#258d9a;
}
.sf-menu > li > a:hover:before, .sf-menu > li.sfHover> a:before, .sf-menu > li.current-menu-item > a:before, .sf-menu > li.current_page_item > a:before { height:100%; }
.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:#fff;
	color:#000000;
}
.sf-menu li.active>a{
	background:#258d9a
}
.sf-menu a.sf-with-ul { padding-right:15px; }

	.sf-menu a.sf-with-ul { padding-right:20px; }
.isStuck .span12{
	width:1200px
}
/*@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu a.sf-with-ul { padding-right:10px; }
}*/
.sf-sub-indicator { visibility:hidden; }
.sf-menu ul .sf-sub-indicator {
	position:relative;
	right:0;
	top:3px;
	display:inline-block;
	vertical-align:top;
	width:auto;
	height:auto;
	background-image:none;
	visibility:visible;
	text-indent:0;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.sf-menu ul .sf-sub-indicator:before {
	content:'\f0da';
	font-size:14px;
	font-family:FontAwesome;
	line-height:1em;
	color:#fff;
	padding:0 0 0 13px;
}
.select-menu { color:#000; }
#content { padding-top:16px; }
.content-holder { padding-bottom:41px; }
/*@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder_num { font-size:210px; }
}*/
.title-section { padding:0; }
.title-header {
	font-size:32px;
	overflow:visible;
	margin:0 0 3px 0;
}
.breadcrumb__t {
	padding:0;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t li {
	text-shadow:none;
	display:inline-block;
	vertical-align:top;
	line-height:34px;
}
.breadcrumb__t li.active { color:#8c8c8c; }
.breadcrumb__t li.divider {
	width:1px;
	height:34px;
	background-color:#eaeaea;
	margin:0 11px;
}
.breadcrumb__t li.divider:after { content:''; }
.post__holder .post-header .post-title {
	margin:0 0 20px 0;
	padding:11px 19px 12px 0px;
	font-size:16px;
}

	.post__holder .post-header .post-title { margin-bottom:30px; }

.post__holder .post-header .post-title a:hover, .post__holder .post-header .post-title a:focus { color:#83bcaf; }
.post__holder .featured-thumbnail.large { margin:0 0 25px 0; }
.post__holder .post_content { padding-bottom:5px; }
.post__holder .post_content h1, .post__holder .post_content h2, .post__holder .post_content h3, .post__holder .post_content h4, .post__holder .post_content h5, .post__holder .post_content h6 { margin:0 0 12px; }
.post__holder .post_content .btn-primary {
	font-size:16px;
	padding:11px 23px;
}
.post_meta {
	font-size:13px;
	border:none;
	padding:0;
	margin-bottom:27px;
}
.post_meta i {
	color:#83bcaf;
	padding-right:5px;
}
.post_meta a { color:#8c8c8c; }
.post_meta a:hover, .post_meta a:focus { color:#000000; }
.post_meta div[class^="post_"] { padding:0 17px 0 0; }
.share-buttons {
	margin-bottom:20px;
	padding:0;
}

	.share-buttons { margin-bottom:30px; }

.share-buttons span, .share-buttons li { line-height:18px; }
.post-author {
	padding:0;
	border:none;
	margin-bottom:15px;
	background-color:transparent;
}
	.post-author { margin-bottom:25px; }

.post-author_h {
	font-size:16px;
	font-weight:bold;
	background-color:#e9e9e9;
	color:#000;
	padding:11px 19px 12px;
	margin:0 0 15px 0;
}

	.post-author_h { margin-bottom:25px; }
	.post-author_h a { color:#000; }
	.post-author_h a:hover { color:#83bcaf; }

.post-author_link { margin-top:19px; }
.post-author_gravatar { margin:5px 20px 0 0; }

	.post-author_gravatar { margin-right:30px; }

.post-author_gravatar img {
	padding:0;
	border:none;
	background-color:transparent;
}
.post-author .post-author_desc {
	overflow:visible;
	margin-top:0;
}

	.post-author .post-author_desc { overflow:hidden; }

.post-author .post-author_desc .post-author_link {
	font-size:13px;
	color:#000;
}
.post-author .post-author_desc .post-author_link p { margin-bottom:0; }
.post-author .post-author_desc .post-author_link a {
	text-transform:capitalize;
	color:#83bcaf;
}
.post-author .post-author_desc .post-author_link a:hover { color:#fff; }
#recent-author-posts .post__holder { margin-bottom:40px; }
#recent-author-comments { padding-top:30px; }
#recent-author-comments ul { margin-left:0; }
#recent-author-comments ul li {
	list-style-type:none;
	margin-bottom:5px;
}
.related-posts { margin-bottom:18px; }

	.related-posts { margin-bottom:28px; }

.related-posts_h {
	font-size:16px;
	font-weight:bold;
	background-color:#e9e9e9;
	color:#000;
	padding:11px 19px 12px;
	margin:0 0 20px 0;
}

	.related-posts_h { margin-bottom:30px; }

.related-posts_item {
	font-size:13px;
	margin-bottom:0;
}
.related-posts .featured-thumbnail { margin:0 0 11px 0; }
.testimonial {
	padding:0;
	border:none;
	background:none;
	font-style:normal;
	font-family:Lato;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial_bq p {
	font-size:13px;
	line-height:20px;
}
.testimonial small {
	font-family:Lato;
	font-size:12px;
}
.pagination__posts ul li a { background:#8c8c8c; }
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li a {
	padding:5px 12px !important;
	margin:0 2px 4px;
	border:none !important;
	text-transform:uppercase;
	color:#fff;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.pagination__posts ul li a:hover {
	color:#fff;
	background:#83bcaf !important;
}
.pagination__posts ul .active a {
	font-weight:bold;
	color:#fff;
	background:#83bcaf !important;
}
/*@media (max-width: 480px) {
	.pagination__posts ul .prev, .pagination__posts ul .next, .pagination__posts ul .last, .pagination__posts ul .first { display:none; }
}*/
.page-header { border-color:#ededed; }
.single-pager { border-color:#ededed; }
.single-pager a {
	border:none !important;
	background:#83bcaf !important;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.single-pager a:hover, .single-pager a:focus {
	background:#000 !important;
	color:#83bcaf;
}
.filter-wrapper {
	background-color:#e9e9e9;
	padding:12px 18px 11px;
	margin-bottom:20px;
}

	.filter-wrapper { margin-bottom:30px; }

.filter-wrapper .pull-right { float:left !important; }
.filter-wrapper strong {
	font-weight:normal;
	padding:0;
	color:#010101;
	margin-right:13px;
}
.nav-pills { margin-bottom:0; }
.nav-pills li {
	line-height:20px;
	padding-left:12px;
	margin-left:12px;
	border-left:1px solid #d7d7d7;
}
.nav-pills li:first-child {
	border:none;
	padding-left:0;
	margin-left:0;
}
.nav-pills li a {
	padding:0 !important;
	margin:0;
	background:none !important;
	line-height:20px;
	color:#8c8c8c;
}
/*@media (max-width: 480px) {
	.nav-pills li a { padding:0; }
}*/
.nav-pills li a:hover, .nav-pills li a:focus { color:#83bcaf; }
.nav-pills li.active a { color:#83bcaf !important; }
.filterable-portfolio .portfolio_item { text-align:center; }
.filterable-portfolio .caption__portfolio { padding-top:10px; }
.filterable-portfolio h3 { margin-top:2px; }
.filterable-portfolio h3 a { color:#000; }
.filterable-portfolio h3 a:hover, .filterable-portfolio h3 a:focus { color:#83bcaf; }
.filterable-portfolio .btn-primary {
	font-size:16px;
	padding:11px 23px;
}
.portfolio-meta { border-color:#ededed; }
.portfolio-meta-list { border-color:#ededed; }
.portfolio-meta i {
	font-size:14px;
	color:#83bcaf;
}
.portfolio-meta a { color:#8c8c8c; }
.portfolio-meta a:hover, .portfolio-meta a:focus { color:#000000; }
.zoom-icon { background:rgba(131,188,175,0.8); }
.no-rgba .zoom-icon { background:url(images/yellow-opacity-80.png); }
.zoom-icon:before {
	margin:-23px 0 0 -23px;
	width:46px;
	height:46px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.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:16px;
	font-weight:bold;
	background-color:#e9e9e9;
	color:#000;
	padding:11px 19px 12px;
	margin:0 0 15px 0;
}

	.comments-h { margin-bottom:25px; }

.comment .comment-body {
	margin-bottom:22px;
	padding:0;
	border:none;
	background-color:transparent;
}
.comment .comment-body p { margin-bottom:20px; }
/*@media (max-width: 767px) {
	.comment .comment-body .extra-wrap { overflow:visible; }
}*/
.comment.bypostauthor .comment-body { background-color:transparent; }
.comment-author { margin:5px 20px 0 0; }

	.comment-author { margin-right:30px; }

.comment-author .author {
	width:80px;
	padding-top:10px;
	font-size:13px;
	font-weight:normal;
}
/*@media (max-width: 767px) {
	.comment-author .author { margin-bottom:10px; }
}*/
.comment-author .author i {
	font-size:14px;
	color:#83bcaf;
	padding:0 5px 0 1px;
}
.comment-meta {
	float:left;
	font-size:13px;
}
.comment-meta i {
	font-size:14px;
	color:#83bcaf;
	padding-right:6px;
}
.reply {
	margin-left:0;
	padding-top:15px;
}
.reply .comment-reply-link {
	background:#83bcaf;
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding:11px 23px;
	position:relative;
	z-index:1;
	overflow:hidden;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.reply .comment-reply-link:before, .reply .comment-reply-link:after {
	content:'';
	position:absolute;
	left:0;
	width:100%;
	height:0;
	background:#fff;
	z-index:-1;
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.reply .comment-reply-link:before { top:-50%; }
.reply .comment-reply-link:after { bottom:-50%; }
.reply .comment-reply-link:hover, .reply .comment-reply-link:focus {
	color:#000;
	background:#83bcaf;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.reply .comment-reply-link:hover:before, .reply .comment-reply-link:hover:after, .reply .comment-reply-link:focus:before, .reply .comment-reply-link:focus:after { height:100%; }
.reply .comment-reply-link:hover:before, .reply .comment-reply-link:focus:before {
	top:auto;
	bottom:50%;
}
.reply .comment-reply-link:hover:after, .reply .comment-reply-link:focus:after {
	bottom:auto;
	top:50%;
}
#respond h3 {
	font-size:16px;
	font-weight:bold;
	background-color:#e9e9e9;
	color:#000;
	padding:11px 19px 12px;
	margin:0 0 20px 0;
}

	#respond h3 { margin-bottom:30px; }

#respond form .btn { margin-top:0; }
.comment-list ul.children { margin-left:50px; }
/*@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
	.comment-list ul.children { margin:0; }
}*/
#commentform p {
	margin-bottom:31px;
	*zoom:1;
}
#commentform p:before, #commentform p:after {
	display:table;
	content:"";
	line-height:0;
}
#commentform p:after { clear:both; }
#commentform p.field { margin-bottom:26px; }
#commentform input[type="text"] {
	width:344px;
	padding:6px 12px;
}

	#commentform input[type="text"] {
		padding-left:19px;
		padding-right:19px;
	}

#commentform textarea {
	padding:6px 12px;
	min-height:364px;
	height:364px;
}

	#commentform textarea {
		padding-left:19px;
		padding-right:19px;
	}
/*
@media (max-width: 767px) {
	#commentform input[type="text"] {
		width:100%;
		height:34px;
	}
}*/
#sidebar { padding-top:16px; }
#sidebar .widget { margin-bottom:20px; }

	#sidebar .widget { margin-bottom:30px; }

#sidebar .widget-title {
	font-size:16px;
	font-weight:bold;
	background-color:#E21E23;
	color:#fff;
	padding:11px 19px 12px;
	margin:0 0 20px 0 !important;
	border-radius:5px;
	overflow:hidden
}

	#sidebar .widget-title { margin-bottom:30px !important; }

#sidebar .widget_meta ul, #sidebar .widget_pages ul, #sidebar .widget_archive ul, #sidebar .widget_categories ul, #sidebar .widget_recent_entries ul { margin:0; }
#sidebar .widget_meta ul > li, #sidebar .widget_pages ul > li, #sidebar .widget_archive ul > li, #sidebar .widget_categories ul > li, #sidebar .widget_recent_entries ul > li {
	margin:0;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	border-top:1px solid #fff;
	list-style-type:none;
}
/*@media (min-width: 768px) and (max-width: 979px) {
	#sidebar .widget_meta ul > li, #sidebar .widget_pages ul > li, #sidebar .widget_archive ul > li, #sidebar .widget_categories ul > li, #sidebar .widget_recent_entries ul > li { font-size:14px; }
}*/
#sidebar .widget_meta ul > li:first-child, #sidebar .widget_pages ul > li:first-child, #sidebar .widget_archive ul > li:first-child, #sidebar .widget_categories ul > li:first-child, #sidebar .widget_recent_entries ul > li:first-child { border-top:none; }
#sidebar .widget_meta ul > li:before, #sidebar .widget_pages ul > li:before, #sidebar .widget_archive ul > li:before, #sidebar .widget_categories ul > li:before, #sidebar .widget_recent_entries ul > li:before { display:none; }
#sidebar .widget_meta ul > li > a, #sidebar .widget_pages ul > li > a, #sidebar .widget_archive ul > li > a, #sidebar .widget_categories ul > li > a, #sidebar .widget_recent_entries ul > li > a {
	padding:11px 14px;
	background-color:#e9e9e9;
	color:#000;
	display:block;
	position:relative;
	z-index:1;
}
/*@media (min-width: 768px) and (max-width: 979px) {
	#sidebar .widget_meta ul > li > a, #sidebar .widget_pages ul > li > a, #sidebar .widget_archive ul > li > a, #sidebar .widget_categories ul > li > a, #sidebar .widget_recent_entries ul > li > a { padding:9px 10px; }
}*/
#sidebar .widget_meta ul > li > a:before, #sidebar .widget_pages ul > li > a:before, #sidebar .widget_archive ul > li > a:before, #sidebar .widget_categories ul > li > a:before, #sidebar .widget_recent_entries ul > li > a:before {
	content:'';
	background-color:#258d9a;
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	z-index:-1;
	-webkit-transition:width 0.3s;
	-moz-transition:width 0.3s;
	-o-transition:width 0.3s;
	transition:width 0.3s;
}
#sidebar .widget_meta ul > li > a:hover, #sidebar .widget_meta ul > li > a:focus, #sidebar .widget_pages ul > li > a:hover, #sidebar .widget_pages ul > li > a:focus, #sidebar .widget_archive ul > li > a:hover, #sidebar .widget_archive ul > li > a:focus, #sidebar .widget_categories ul > li > a:hover, #sidebar .widget_categories ul > li > a:focus, #sidebar .widget_recent_entries ul > li > a:hover, #sidebar .widget_recent_entries ul > li > a:focus { color:#fff; }
#sidebar .widget_meta ul > li > a:hover:before, #sidebar .widget_meta ul > li > a:focus:before, #sidebar .widget_pages ul > li > a:hover:before, #sidebar .widget_pages ul > li > a:focus:before, #sidebar .widget_archive ul > li > a:hover:before, #sidebar .widget_archive ul > li > a:focus:before, #sidebar .widget_categories ul > li > a:hover:before, #sidebar .widget_categories ul > li > a:focus:before, #sidebar .widget_recent_entries ul > li > a:hover:before, #sidebar .widget_recent_entries ul > li > a:focus:before { width:100%; }
#sidebar .widget_categories .widget-title { display:none; }
#sidebar .widget_pages ul ul { border-top:1px solid #2b2b2b; }
#sidebar .widget_pages ul ul li a { padding-left:35px; }
#sidebar .widget_recent_comments ul { margin:0; }
#sidebar .widget_recent_comments ul li {
	font-size:16px;
	font-weight:bold;
	list-style-type:none;
	padding:11px 14px;
	background-color:#232323;
	border-top:1px solid #2b2b2b;
}
#sidebar .widget_recent_comments ul li:first-child { border:none; }
#sidebar .widget_recent_comments ul li a {
	text-transform:uppercase;
	color:#000000;
}
#sidebar .widget_recent_comments ul li a:hover, #sidebar .widget_recent_comments ul li a:focus { color:#83bcaf; }
#sidebar .flexslider ul > li { border:none; }
.widget_header { margin-bottom:0; }
/*@media (max-width: 767px) {
	.widget_header { margin-bottom:21px; }
}*/
.widget_header .widget-title { display:none; }
.widget_header ul { margin:0; }
/*@media (max-width: 767px) {
	.widget_header ul { text-align:center; }
}*/
.widget_header ul li {
	list-style-type:none;
	float:left;
	border-left:1px solid #eaeaea;
	padding-left:12px;
	margin-left:12px;
	line-height:34px;
}
/*@media (min-width: 768px) and (max-width: 979px) {
	.widget_header ul li {
		padding-left:8px;
		margin-left:8px;
	}
}
@media (max-width: 767px) {
	.widget_header ul li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
@media (max-width: 480px) {
	.widget_header ul li {
		display:block;
		border-left:none;
		padding:0 0 0 0;
		margin:0 0 0 0;
		border-top:1px solid #eaeaea;
	}
}*/
.widget_header ul li:first-child {
	border-left:none;
	padding-left:0;
	margin-left:0;
}
/*@media (max-width: 480px) {
	.widget_header ul li:first-child { border-top:none; }
}*/
.widget_header ul li a { color:#959595; }
.widget_header ul li a abbr {
	border-color:#fff;
	-webkit-transition:border-color 0.3s;
	-moz-transition:border-color 0.3s;
	-o-transition:border-color 0.3s;
	transition:border-color 0.3s;
}
.widget_header ul li a:hover, .widget_header ul li a:focus { color:#83bcaf; }
.widget_header ul li a:hover abbr, .widget_header ul li a:focus abbr { border-color:#83bcaf; }
#wp-calendar td#today {
	font-weight:bold;
	color:#83bcaf;
}
#wp-calendar caption { color:#83bcaf; }
#wp-calendar thead th { color:#83bcaf; }
.flickr_li { border:none !important; }
.flickr_li .thumbnail {
	display:inline-block !important;
	padding:0 !important;
	background:none !important;
}
.flickr_li .thumbnail:before { display:none; }
.flickr_li .thumbnail:hover, .flickr_li .thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.post-list {
	margin-top:-5px !important;
	margin-bottom:-10px !important;
}
.post-list li {
	padding:0;
	margin:15px 0 0 0 !important;
	border:none !important;
	text-transform:none !important;
	font-weight:normal !important;
	font-size:13px !important;
}
.post-list li:first-child { margin-top:0 !important; }
.post-list li a {
	padding:0 !important;
	background:none !important;
	display:inline !important;
}
.post-list li a:before { display:none !important; }
.post-list .featured-thumbnail { margin:5px 20px 10px 0; }

	.post-list .featured-thumbnail { margin-right:30px; }

.post-list time i {
	color:#83bcaf;
	padding-right:6px;
}
.post-list_h {
	margin:1px 0 4px 0;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
}
.post-list_h a { color:#000; }
.post-list_h a:hover, .post-list_h a:focus { color:#83bcaf; }
.post-list .excerpt {
	margin-bottom:0;
	display:inline;
	vertical-align:top;
	padding-right:2px;
}
.post-list .date{
	height:48px;
	width:67px;
	background:url(../images/date.png) no-repeat;
	display:block;
	float:right;
	color:#83bcaf;
	font-size:18px;
	font-weight:700;
	text-align:center;
	line-height:38px
}
.post-list .btn-link {
	vertical-align:top;
	color:#77bad7 !important;
}
.post-list .btn-link:hover, .post-list .btn-link:focus { color:#000 !important; }
.post-list .btn [class^="icon-"], .post-list .btn [class*=" icon-"] { margin-right:0; }
.comments-custom { margin-top:-5px !important; }
.comments-custom li {
	margin:20px 0 0 0 !important;
	padding:0;
	border:none !important;
	text-transform:none !important;
	font-size:13px !important;
	font-weight:normal !important;
}
.comments-custom li:first-child { margin-top:0 !important; }
.comments-custom .featured-thumbnail { margin:5px 20px 0 0; }

	.comments-custom .featured-thumbnail { margin-right:30px; }

.comments-custom_txt {
	padding:10px 0 0 0;
	margin:0;
	border:none;
}
.comments-custom_txt a i {
	float:none;
	min-width:0;
	top:0;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.comments-custom_txt a:hover, .comments-custom_txt a:focus { text-decoration:none; }
.comments-custom_txt a:hover i, .comments-custom_txt a:focus i { color:#000; }
.comments-custom_h_title, .comments-custom_h_author { margin-bottom:0; }
.comments-custom_h_title {
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:11px;
}
.comments-custom_h_title a { color:#000; }
.comments-custom_h_title a:hover, .comments-custom_h_title a:focus { color:#83bcaf; }
.comments-custom_h_author {
	font-weight:normal;
	text-transform:capitalize;
	color:#8c8c8c;
}
.comments-custom time {
	display:block;
	margin-bottom:9px;
}
.comments-custom i {
	font-size:14px;
	margin-right:0;
	color:#83bcaf;
	min-width:19px;
	text-align:left;
	position:relative;
	top:2px;
}
.comments-custom .meta_format {
	margin-top:0;
	font-size:13px;
}
.recent-posts {
	font-size:0;
	line-height:0;
}
.recent-posts_li {
	text-align:center;
	font-size:13px;
	line-height:20px;
}
.recent-posts_li h5 {
	font-size:14px;
	font-weight:normal;
	line-height:20px;
}
.recent-posts_li h5 a { color:#000; }
.recent-posts_li h5 a:hover, .recent-posts_li h5 a:focus { color:#83bcaf; }
.recent-posts_li .meta {
	margin-bottom:0;
	color:#8c8c8c;
	font-size:13px;
	line-height:18px;
	text-transform:none;
}
.recent-posts_li .meta a { color:inherit; }
.recent-posts_li .meta a:hover, .recent-posts_li .meta a:focus { color:#83bcaf; }
.recent-posts .featured-thumbnail a { background-color:#000; }
.recent-posts .featured-thumbnail a img {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.recent-posts .featured-thumbnail a:hover img, .recent-posts .featured-thumbnail a:focus img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.recent-posts.custom-grid { margin:-27px 0 11px -20px !important; }

	.recent-posts.custom-grid { margin-left:-30px !important; width:940px; }
/*
@media (max-width: 767px) {
	.recent-posts.custom-grid {
		margin-left:-5% !important;
		margin-bottom:20px !important;
	}
}*/
.recent-posts.custom-grid li {
	margin:27px 0 0 20px;
	display:inline-block;
	vertical-align:top;
	float:none;
	width:140px;
}

	.recent-posts.custom-grid li {
		margin-left:30px;
	/*	width:170px;*/
	width:195px
	}
/*
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts.custom-grid li { width:135px; }
}
@media (max-width: 767px) {
	.recent-posts.custom-grid li {
		width:45%;
		margin-left:5%;
	}
}*/
.recent-posts.custom-grid .post-date, .recent-posts.custom-grid .post-comments { display:none; }
.recent-posts.custom-grid .featured-thumbnail {
	float:none;
	margin:0 0 10px 0;
}
/*@media (max-width: 767px) {
	.recent-posts.custom-grid .featured-thumbnail {
		width:auto !important;
		display:inline-block;
		vertical-align:top;
	}
}
@media (max-width: 767px) {
	.recent-posts.custom-grid .featured-thumbnail img {
		max-width:none;
		width:100%;
	}
}*/
.recent-posts.custom-grid h5 { margin:2px 0 0 0; }
.banner-wrap {
	text-align:center;
	position:relative;
}
.banner-wrap h5 { color:#fff; }
.banner-wrap > a {
	display:block;
	position:relative;
}
.banner-wrap > a:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.banner-wrap > a:hover .featured-thumbnail img, .banner-wrap > a:focus .featured-thumbnail img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.banner-wrap .featured-thumbnail { margin:0; }
.banner-wrap .featured-thumbnail img {
	width:100%;
	max-width:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.banner-wrap .desc {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
}
.banner-wrap .desc-inner { padding:0 8px; }

	.banner-wrap .desc-inner { padding:0 12px; }

.banner-wrap h5 {
	text-transform:uppercase;
	margin:0;
}
.banner-wrap.style-1 { margin:0 0 27px 0; }
/*@media (max-width: 767px) {
	.banner-wrap.style-1 { max-width:170px; }
}*/
.banner-wrap.style-1 > a:after {
	height:263px;
	background-image:url(images/banner-tail.png);
}
.banner-wrap.style-1 .desc { bottom:23px; }
/*@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.style-1 .desc { bottom:15px; }
}*/
.banner-wrap.style-1 h5 {
	font-size:20px;
	line-height:25px;
}

	.banner-wrap.style-1 h5 {
		font-size:26px;
		line-height:33px;
	}
/*
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.style-1 h5 {
		font-size:14px;
		line-height:20px;
	}
}*/
.banner-wrap.style-2 { margin:0 0 20px 0; }

	.banner-wrap.style-2 { margin-bottom:30px; }
/*
@media (max-width: 767px) {
	.banner-wrap.style-2 { max-width:370px; }
}*/
.banner-wrap.style-2 > a { background-color:#000; }
.banner-wrap.style-2 > a:after {
	height:167px;
	background:none;
}
.banner-wrap.style-2 > a:hover .featured-thumbnail img, .banner-wrap.style-2 > a:focus .featured-thumbnail img {
	opacity:1;
	filter:alpha(opacity=100);
}
.banner-wrap.style-2 .featured-thumbnail img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.banner-wrap.style-2 .desc { bottom:10px; }

	.banner-wrap.style-2 .desc { bottom:16px; }

.banner-wrap.style-2 h5 {
	font-size:18px;
	line-height:25px;
	color:#fff;
}

	.banner-wrap.style-2 h5 {
		font-size:29px;
		line-height:37px;
		margin-bottom:3px;
	}
/*
@media (max-width: 979px) {
	.banner-wrap.style-2 h5 {
		font-size:16px;
		line-height:20px;
	}
}*/
.banner-wrap.style-2 p {
	font-size:13px;
	text-transform:uppercase;
	color:#77bad7;
	margin:0;
}

	.banner-wrap.style-2 p { font-size:14px; }
/*
@media (max-width: 979px) {
	.banner-wrap.style-2 p { display:none; }
}*/
.es-carousel { margin-bottom:31px; }
.es-carousel_list li { text-align:center; }
.es-carousel_list li .featured-thumbnail { margin:0 0 10px 0; }
.es-carousel_list li .featured-thumbnail a { background-color:#000; }
.es-carousel_list li .featured-thumbnail a img {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.es-carousel_list li .featured-thumbnail a:hover img, .es-carousel_list li .featured-thumbnail a:focus img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.es-carousel_list li .post-category { color:#8c8c8c; }
.es-carousel_list li .post-category a { color:inherit; }
.es-carousel_list li .post-category a:hover, .es-carousel_list li .post-category a:focus { color:#83bcaf; }
.es-carousel_list li h5 {
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	margin:2px 0 0 0;
}
.es-carousel_list li h5 a {
	color:#000;
	text-decoration:none;
}
.es-carousel_list li h5 a:hover, .es-carousel_list li h5 a:focus { color:#83bcaf; }
.es-nav .es-nav-prev, .es-nav .es-nav-next {
	background:none;
	width:auto;
	height:auto;
	text-indent:0;
	margin:0;
	top:105px;
	opacity:1;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.es-nav .es-nav-prev:before, .es-nav .es-nav-next:before {
	font-size:45px;
	font-family:FontAwesome;
	line-height:1em;
	color:#000;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.es-nav .es-nav-prev:hover:before, .es-nav .es-nav-next:hover:before { color:#000000; }
.es-nav .es-nav-prev { left:21px !important; }
.es-nav .es-nav-prev:before { content:'\f104'; }
.es-nav .es-nav-next { right:21px !important; }
.es-nav .es-nav-next:before { content:'\f105'; }
.footer {
/*	background-color:#83bcaf;*/
	border:none;
	padding:16px 0;
	color:#fff;
	width:1230px;
	margin:0 auto;
}
.footer>.container>.row{
	margin-left:-25px
}
nav.footer-nav { margin-bottom:0; }
nav.footer-nav ul li a { vertical-align:top; }
nav.footer-nav ul li a:hover, nav.footer-nav ul li a:focus { color:#000000; }
nav.footer-nav ul li.current-menu-item a {
	color:#000000;
	text-decoration:none;
}
.copyright .span6 { margin-left:0px !important; }
.copyright { padding:0; }
.footer-text {
	color:#fff;
	font-size:11px;
	line-height:20px;
}
.footer-text a { color:#fff; }
.footer-text a:hover, .footer-text a:focus { color:#caf3ff; }
.vr { padding:35px 0; }
/*@media (max-width: 767px) {
	.vr { border-bottom:1px solid #ffffff; }
}*/
.vr:before, .vr:after {
	content:'';
	width:1px;
	height:100%;
	background-color:#fff;
	position:absolute;
	top:0;
}
/*@media (max-width: 767px) {
	.vr:before, .vr:after { display:none; }
}*/
.vr:before { left:0; }
.vr:after { right:-21px; }

	.vr:after { right:-31px; }

.vr-first:before { display:none; }
.vr-last:after { display:none; }
/*@media (max-width: 767px) {
	.vr-last { border:none; }
}*/
.content_box { background-color:#e9e9e9; }
.content_box:before, .content_box:after { display:none; }
.content_box .arrow-list { padding:0 0 0 20px; }

	.content_box .arrow-list { padding:0 0 0 40px; }
/*
@media (min-width: 768px) and (max-width: 979px) {
	.content_box .arrow-list { padding:0 0 0 12px; }
}*/
.content_box .arrow-list > ul { margin:0; }
.spacer { height:20px; }

	.spacer { height:30px; }

.title-box {
	margin-bottom:20px;
	padding:11px 18px 12px;
	background-color:#e9e9e9;
}

	.title-box { margin-bottom:30px; }

.flexslider { overflow:visible !important; }
.flexslider .slides > li {
	font-weight:normal !important;
	text-transform:none !important;
	border-radius: 5px;
    overflow: hidden;
}
.flexslider .slides > li > a {
	padding:0 !important;
	background:none !important;
}
.flexslider .slides > li > a:before { display:none !important; }
.flexslider.extra-style { margin-bottom:20px; }

	.flexslider.extra-style { margin-bottom:30px; }
/*
@media (max-width: 767px) {
	.flexslider.extra-style { margin-top:25px; }
}*/
.flexslider.extra-style .slides li .desc {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	background-position:0 100%;
	background:none;
	min-height:167px;
}
.flexslider.extra-style .slides li .desc-inner {
	padding:0 50px 20px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

	.flexslider.extra-style .slides li .desc-inner { padding:0 145px 46px; }
/*
@media (min-width: 768px) and (max-width: 979px) {
	.flexslider.extra-style .slides li .desc-inner { padding:0 80px 20px; }
}
@media (max-width: 480px) {
	.flexslider.extra-style .slides li .desc-inner { padding:0 40px 20px; }
}*/
.flexslider.extra-style .slides li .featured-thumbnail { margin:0; }
.flexslider.extra-style .slides li .featured-thumbnail a { background-color:#000; }

.ie8 .flexslider.extra-style .slides li .featured-thumbnail a img { max-width:none !important; }
.flexslider.extra-style .slides li h5 {
	font-size:49px;
	line-height:50px;
	margin:0 0 12px 0;
}

	.flexslider.extra-style .slides li h5 {
		font-size:39px;
		line-height:40px;
	}
/*
@media (min-width: 768px) and (max-width: 979px) {
	.flexslider.extra-style .slides li h5 {
		font-size:30px;
		line-height:31px;
	}
}
@media (max-width: 767px) {
	.flexslider.extra-style .slides li h5 {
		font-size:30px;
		line-height:31px;
	}
}
@media (max-width: 480px) {
	.flexslider.extra-style .slides li h5 {
		font-size:15px;
		line-height:20px;
		margin-bottom:0;
	}
}*/
.flexslider.extra-style .slides li h5 a { color:#fff; text-decoration:none !important;  display: block; 
	 }
 
.flexslider.extra-style .slides li h5{
	background: rgba(255,255,255,.4); 
	padding: 10px;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.flexslider.extra-style .slides li:hover h5  {background:#83bcaf; }
.flexslider.extra-style .slides li .excerpt {
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	margin:0;
}

.flexslider.extra-style .slides li .excerpt span{
	padding: 5px;
	background: rgba(255,255,255,.4); 
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	font-weight: 700
}
.flexslider.extra-style .slides li:hover .excerpt span{
	background: #83bcaf;

}
/*@media (max-width: 480px) {
	.flexslider.extra-style .slides li .excerpt { display:none; }
}*/
.flex-direction-nav a {
	opacity:1 !important;
	text-shadow:none;
	overflow:visible;
	padding:0 !important;
	background-color:transparent !important;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.flex-direction-nav a:before, .flex-direction-nav a:after {
	position:absolute;
	top:0;
	font-size:45px;
	font-family:FontAwesome;
	line-height:1em;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.widget .flex-direction-nav a:before, .widget .flex-direction-nav a:after { color:#000000 !important; }
.flex-direction-nav a:before { color:#fff; }
.flex-direction-nav a:after {
	color:#83bcaf;
	-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 .flex-direction-nav a:after { visibility:hidden; }
.flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
	width:auto;
	height:auto;
}
.flex-direction-nav a.flex-prev { left:21px !important; }
/*@media (max-width: 480px) {
	.flex-direction-nav a.flex-prev { left:10px !important; }
}*/
.flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-prev:after {
	left:0;
	content:'\f104';
}
.flex-direction-nav a.flex-next { right:21px !important; }
/*@media (max-width: 480px) {
	.flex-direction-nav a.flex-next { right:10px !important; }
}*/
.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-next:after {
	right:0;
	content:'\f105';
}
.widget .flex-direction-nav a:hover:before, .widget .flex-direction-nav a:hover:after { color:#83bcaf !important; }
.flex-direction-nav a:hover:before {
	-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 .flex-direction-nav a:hover:before { visibility:hidden; }
.flex-direction-nav a:hover:after {
	-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);
}
.ie8 .flex-direction-nav a:hover:after { visibility:visible; }
.extra-style .flex-control-paging { bottom:-29px; }
.flex-control-paging li a {
	padding:0 !important;
	background-color:#323232;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
	-o-transition:background-color 0.3s;
	transition:background-color 0.3s;
}
.flex-control-paging li a:before { display:none !important; }
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active { background-color:#83bcaf; }
.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;
}
.list.styled > ul li:before {
	font-size:14px;
	color:#83bcaf;
}
.list.styled > ul li a { color:#8c8c8c; }
.list.styled > ul li a:hover, .list.styled > ul li a:focus { color:#83bcaf; }
.list.styled.arrow-list > ul li { margin:18px -10px 0 0; }
.list.styled.arrow-list > ul li:first-child { margin-top:0; }
.list.styled.arrow-list > ul li:before {
	content:'\f105';
	margin-right:0;
	min-width:15px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
/*@media (min-width: 768px) and (max-width: 979px) {
	.list.styled.arrow-list > ul li:before {
		min-width:12px;
		width:12px;
	}
}*/
.list.styled.arrow-list > ul li:hover:before {
	-webkit-transform:translate(5px,0);
	-moz-transform:translate(5px,0);
	-ms-transform:translate(5px,0);
	-o-transform:translate(5px,0);
	transform:translate(5px,0);
}
/*@media (min-width: 768px) and (max-width: 979px) {
	.list.styled.arrow-list > ul li:hover:before {
		-webkit-transform:translate(3px,0);
		-moz-transform:translate(3px,0);
		-ms-transform:translate(3px,0);
		-o-transform:translate(3px,0);
		transform:translate(3px,0);
	}
}*/
.list.styled.custom-list { margin-bottom:20px; }

	.list.styled.custom-list { margin-bottom:30px; }

.list.styled.custom-list > ul { margin:0; }
.list.styled.custom-list > ul li {
	margin:0;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	border-top:1px solid #fff;
}
/*@media (min-width: 768px) and (max-width: 979px) {
	.list.styled.custom-list > ul li { font-size:14px; }
}*/
.list.styled.custom-list > ul li:first-child { border-top:none; }
.list.styled.custom-list > ul li:before { display:none; }
.list.styled.custom-list > ul li a {
	padding:11px 14px;
	background-color:#e9e9e9;
	color:#000;
	display:block;
	position:relative;
	z-index:1;
}
/*@media (min-width: 768px) and (max-width: 979px) {
	.list.styled.custom-list > ul li a { padding:9px 10px; }
}*/
.list.styled.custom-list > ul li a:before {
	content:'';
	background-color:#83bcaf;
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	z-index:-1;
	-webkit-transition:width 0.3s;
	-moz-transition:width 0.3s;
	-o-transition:width 0.3s;
	transition:width 0.3s;
}
.list.styled.custom-list > ul li a:hover, .list.styled.custom-list > ul li a:focus { color:#fff; }
.list.styled.custom-list > ul li a:hover:before, .list.styled.custom-list > ul li a:focus:before { width:100%; }
input[type="submit"], input[type="reset"] {
	font-size:16px;
	height:42px;
	padding-left:23px;
	padding-right:23px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
	background:#e77513;
	color:#fff;
}
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 {
	color:#8c8c8c;
	padding:6px 12px;
	border:1px solid #ededed;
	background-color:#fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

	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-left:19px;
		padding-right:19px;
	}

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 {
	border-color:#83bcaf;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
textarea { border-color:#ededed !important; }
textarea:focus { border-color:#83bcaf !important; }
.wpcf7-form p.field input { padding:6px 12px; }

	.wpcf7-form p.field input {
		padding-left:19px;
		padding-right:19px;
	}

.wpcf7-form textarea { padding:6px 12px; }

	.wpcf7-form textarea {
		padding-left:19px;
		padding-right:19px;
	}

.wpcf7-form .ajax-loader { margin-top:10px; }
.wpcf7-not-valid-tip {
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.btn-link { color:#77bad7; }
.btn-link:hover, .btn-link:focus { color:#000; }
.btn {
	border:none;
	text-shadow:none;
}
.btn-primary {
	background:#E21E23;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	z-index:1;
	overflow:hidden;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
	
}
.btn-primary:before, .btn-primary:after {
	content:'';
	position:absolute;
	left:0;
	width:100%;
	height:0;
	background:#E21E23;
	z-index:-1;
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.btn-primary:before { top:-50%; }
.btn-primary:after { bottom:-50%; }
.btn-primary:hover, .btn-primary:focus {
	color:#fff;
	background:#E21E23;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.btn-primary:hover:before, .btn-primary:hover:after, .btn-primary:focus:before, .btn-primary:focus:after { height:100%; }
.btn-primary:hover:before, .btn-primary:focus:before {
	top:auto;
	bottom:50%;
}
.btn-primary:hover:after, .btn-primary:focus:after {
	bottom:auto;
	top:50%;
}
.btn-primary.btn-normal {
	font-size:16px;
	padding:11px 23px;
}
.btn-link { padding:0; }
.btn-link.btn-normal { font-size:14px; }
.btn-link:hover, .btn-link:focus { text-decoration:none; }
#back-top { margin-bottom:0; background:#5faac0; height:30px; width:30px; border-radius:50%; padding:8px }
#back-top-wrapper {
	right:35px;
	bottom:30px;
	z-index:500;
}
#back-top a {
	width:30px;
	font-size:45px;
	font-family:FontAwesome;
}
#back-top a:hover { color:#fff; }
#back-top a:hover span { background-color:transparent; }
#back-top a:hover span:before {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.ie8 #back-top a:hover span:before { visibility:hidden; }
#back-top a:hover span:after {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.ie8 #back-top a:hover span:after { visibility:visible; }
#back-top span {
	width:30px;
	height:20px;
	background:none;
	margin-bottom:0;
	text-align:center;
}
#back-top span:before, #back-top span:after {
	content:'\f106';
	line-height:20px;
	position:absolute;
	left:0;
	right:0;
	top:10px;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
#back-top span:before { color:#000; }
#back-top span:after {
	color:#fff;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.ie8 #back-top span:after { visibility:hidden; }
.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;
}
/*POPUP*/
.overlay{
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	z-index:9999;
	width:100%;
	height:100%;
	left:0;
	top:0;
	display:none
}
.th{
 
	position:fixed;
	top:50%;
	left:50%;
	margin:-35px 0 0 -220px;
	border:2px solid #0169a2;
	box-shadow:0 5px 20px rgba(0,0,0,0.5);
	background:#fff;
	z-index:10000;
display:none;
		padding:20px;
		border-radius:15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fc8f5+0,026ba5+100 */
	background: #fff !important;
	width:400px;
	height:75px;
 font-size:20px;
	color:green;
	text-align:center;
	
 
	font-weight:700;

}
.th a.close{
	display:block;
	text-decoration:none;
	cursor:pointer;
	float:right;
	margin:-60px -60px 0 0;
	color:#fff;
	font-size:50px;
	opacity:0.75
}
.th a.close:hover{
	opacity:1
}
.popup{
 
	position:fixed;
	top:50%;
	left:50%;
	border:2px solid #0169a2;
	box-shadow:0 5px 20px rgba(0,0,0,0.5);
	background:#fff;
	z-index:10000;
	display:none;
		padding:20px;
		border-radius:15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fc8f5+0,026ba5+100 */
	background:url(../images/form.jpg) no-repeat bottom left #fff;
 

}

.popup label{
	display:block;
	padding-bottom:10px
	
}
.popup fieldset{
	width:250px
}
.popup form{
	width:330px;
	height:295px;
	padding-left:270px
}
.popup.rassform{
	background:#fff !important
}
.popup.rassform form{
	width:310px;
	height:400px;
	padding-left:0

}
.popup.rassform .title{
	text-align:center;
	font-size:36px;
	line-height:1
}
.popup.rassform .title span{
	font-size:18px;
	display:block
}
.popup form input[type=text], .popup form input[type=email]{
	width:300px;
	height:35px;
	line-height:35px;
	padding:5px 20px ;
	background:none;
	border:2px solid #fff;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	border-radius:3px;
	color:#000;
 

	border:1px solid #83bcaf;
	box-sizing:border-box
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfcecf+0,f8f7f7+100 */
 
}
.popup form textarea{
	width:300px;
	height:100px;

	padding:5px 20px ;
	background:none;
	border:2px solid #fff;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	border-radius:3px;
	color:#000;
 

	border:1px solid #83bcaf !important;
	resize:none;
	box-sizing:border-box
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfcecf+0,f8f7f7+100 */
 
}
.popup form select{
	width:300px;
	height:35px;
	line-height:35px;
	padding:5px 20px ;
	background:none;
	border:2px solid #fff;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	border-radius:3px;
	color:#000;
 

	border:1px solid #83bcaf;
	box-sizing:border-box
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfcecf+0,f8f7f7+100 */
 
}
.popup form .invalid input, .popup form .invalid textarea, .popup form .invalid select {
	border-color:red !important
}
.popup textarea{

	 width:150px;
	 border:1px solid #000
}
.popup .invalid input{
	border:1px solid red
	
}
.popup a.close, .sentras a.close{
	display:block;
	text-decoration:none;
	cursor:pointer;
	float:right;
	margin:-60px -60px 0 0;
	color:#fff;
	font-size:50px;
	opacity:0.75
}
.popup a.close:hover, .sentras a.close:hover{
	opacity:1
}
.popup form .button-1{
	width:190px;

	text-transform:uppercase;
	text-align:center;
 
	text-decoration:none;
	box-sizing:border-box;
	padding:5px 10px;
 
	display:block;
	float:right;
	margin-bottom:20px;
	border-radius:5px
}
.popup form .button-c{
	width:190px;

	text-transform:uppercase;
	text-align:center;
 
	text-decoration:none;
	box-sizing:border-box;
	padding:5px 10px;
 
	display:block;
	margin:0 auto;
	border-radius:5px
}
.clr{
	clear:both
}
.popup form .success, form.sent .success{
	width:150px;


	font-size:20px;
	color:green;
	text-align:center;
	margin-top:12px;
	font-weight:700;
	position:absolute;
	margin-top:-3px;
	display:none !important
}
/*END POPUP*/

/*div.top_m, div.top_m ul { position:relative; }
div.top_m  { float:right; right:50%; width:auto;    }
div.top_m ul { float:none!important; float:left; right:-50%; }*/
div.top_m{
	margin-left:-25px
}
div.top_m .re, div.top_m .rass, div.top_m .fixedre2 {
	float:right;
	font-size: 13px;
    padding: 5px 15px;
	margin:8px 0 0 10px;
	background:#E21E23;
	border-radius:5px
}

div.top_m ul{
	list-style:none;
	padding:0;
	margin:0
}
div.top_m ul li{
	float:left
}
div.top_m ul li a{
	text-transform:uppercase;
	display:block;
	padding:0 15px;
	line-height:46px;
	color:#000;
	font-weight:700;
	font-size:13px
}
div.top_m ul li a:hover{
	text-decoration:underline;
	color:#1E6871
}
div.top_m ul li:nth-child(3) a{
	/*background:red;
	color:#fff;
	font-weight:700;
	font-size:20px;*/
 
}
.wpcf7-form .invalid input, .wpcf7-form .invalid textarea{
	border-color:red !important
}
.wpcf7-form  .success{
	color:green;
	float:right;
	font-size:24px;
	margin-top:-30px}

.menufoo ul{
	list-style:none;
	padding:0;
	margin:0
}
.menufoo ul li{
	float:left
}
.menufoo ul li a{
	color:#fff;
	display:block;
	padding:10px
}
.fixedre {
    background: rgba(0,0,0,0.8);
 
    bottom: 30px;
    display: block;
    height: 260px;
    left: 0;
    padding: 20px 10px 20px;
    position: fixed;
    transition-duration: 0.3s;
    width: 20px;
    z-index: 2222;
	box-sizing:content-box;
	border:2px solid #fff;
	border-left:0
}
.fixedre span {
    background: rgba(0, 0, 0, 0) url("../images/mail_re.png") no-repeat scroll 0 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 0 0 0 25px;
    text-transform: uppercase;
    transform: rotate(-90deg) translate(-100%);
    transform-origin: 0 0 0;
    white-space: nowrap;
}
.fixedre:hover {
    background: #83bcaf none repeat scroll 0 0;
    padding-left: 13px;
}
 
.sentras{

	
	position:fixed;
	top:50%;
	left:50%;
	border:2px solid #0169a2;
	box-shadow:0 5px 20px rgba(0,0,0,0.5);
	background:#fff;
	z-index:10000;
	display:none;
		padding:20px;
		border-radius:15px;
}
.sentras .h1{
	text-align:center;
	display:block;
	font-size:22px
}
.sentras input[type=text], .sentras input[type=email]{
	display:block;
	border-radius:5px;
	box-shadow:0 0 3px rgba(0,0,0,0.3) inset;
	padding:5px 10px;
	width:305px;
	border:none;
	margin-bottom:10px
}
.sentras div.btn{
	display:block;
	background:none !important;
	padding:0 !important
}
.sentras{
	box-sizing:content-box
}
.sentras .btn{width:100%;
font-size:16px;
margin:0 auto
}
 
.sentras .btn-red{

	text-align:center;
	margin-top:0
}

#ditto_pages .ditto_currentpage::before { content:' '; }
#ditto_pages .ditto_currentpage::after { content:' '; }

.recent-posts.plus{
	margin-left:0 !important
}
.recent-posts.plus{
	font-weight:700
}
.recent-posts.plus span{
	color:#1e6871;
	font-size:18px;
	text-transform:uppercase;
	display:block;
	padding-bottom:10px
	
}
#sidebar .rass h3{
	display:block !important;
	margin-bottom:15px !important
}
#sidebar .rass .inputbox{
	width:220px
}
#sidebar .rass .btn{
	width:267px;
	border-radius:5px
}
#sidebar .widget_categories .widget-title{
	border-radius:5px
}
.title-box{
	border-radius:5px
}
.flexslider .slides{
	border-radius:5px;
	overflow:hidden
}
.sf-menu li ul{
	border-radius:0 0 5px 5px ;
	overflow:hidden
}
#sidebar .rass #name{
	padding-left:35px !important;
	background:url(../images/user.png) no-repeat 10px 50% #fff
}
#sidebar .rass #sb_email{
	padding-left:35px !important;
	background:url(../images/mail.png) no-repeat 10px 50% #fff
}
	
.submit-wrap input{
	border-radius:5px 
}
#newsletter-validate-detail .btn-primary{
	background:#83bcaf
}

.slogan { padding-top:16px; }

.nomarq { padding-bottom:20px; }

.sb_result { text-align:center; color:#E21E23; font-size:16px; }

.jot-row { margin:0 0 25px 0; clear:both; padding:0 0 25px 0;
border-bottom:1px solid #ccc}
.jot-row .img{
	float:left;
	
	width:200px;
	margin-right:20px
}
.jot-row .img > div{
	width:200px;
	border-radius:50%;
	overflow:hidden;
	border: 1px solid #ccc;
	height:200px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.jot-row .img > span{
	text-align:center;
	color:#013a4b;
	font-size:18px;
	display:block;
	font-weight:400
}
.jot-comment-head .jot-name{
	color:#013a4b;
	font-size:18px;
 
	font-weight:400
}
.jot-row-alt .jot-comment-head {}
.jot-row-author .jot-comment-head {}
.jot-row-me .jot-comment-head {}
.jot-row-up {border: 1px solid red;}
.jot-row-new {border: 1px solid green;}
.jot-comment {font: 12px/1.2 Tahoma,Arial,sans-serif; margin:25px 0; clear:both}
.jot-comment-head { line-height:1; padding: 7px 5px;}
.jot-comment-entry { overflow:hidden; *zoom:1;}
.jot-subject {font-weight: bold;}
.jot-name {font-weight: bold; margin-right: 5px;}
.jot-date {color:#666; float: right; font-size: 10px; margin-right: 5px;}
.jot-perma {float: left; margin-right: 5px;}
.jot-perma a {color:#000; font-size: 12px; font-weight: bold; text-decoration: none;}
.jot-perma a:hover {color: #f00;}
.jot-extra {float: right;}
.jot-extra a {color:#666; font-size: 10px; font-weight:normal; text-decoration:none;}
.jot-extra a:hover {color: #f00;}
.jot-message {line-height: 1.4;}

.fixtop{
	position: fixed;
	width:1230px;
	z-index: 2;
}
.adapt_menu{
	display:none;
}
@media screen and (max-width:980px){
body {
    min-width: 0;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: auto;
}
.span9 {
    width: auto;
    float: none;
}
#sidebar {
    width: 270px;
    margin: 0 auto;
    float: none;
	display: none;
}
.span12 {
    width: auto;
    float: none;
}
img{
	max-width:100%;
    height:auto;}
.footer {
    width: auto;
	height: auto;
}
.header .span12 > .row {
    margin-right: 0;
}
.span6 {
    width: auto;
    float: none;
}
.nav-wrapper.first {
    height: auto;
    margin-top: 0;
}

.recent-posts.custom-grid {
    margin-left: 0px !important;
    width: auto;
}
.recent-posts.custom-grid {
    margin: 0px 0 11px 0px !important;
	text-align: center;
}
.TVMultyFilter, .TVHotTours{
	width:auto!important;
}
.TVHotTours {
    text-align: center!important;
	width:auto!important;
}
.TVHotItem{
	margin:5px!important;
}
.row {
    margin-left: 0;
}
.footer-text {
    float: none;
}
.copyright .span6{
	width:auto!important;
}
[class*="span"] {
    float: none;
    margin-left: 0;
}
.fixtop {
    position: static;
    width: auto;
}
.pseudoStickyBlock{
	display:none;
}
.nav-wrapper{
	position:static!important;
}
div.top_m {
    margin-left: 0;
}
.nav-wrapper::before, .nav-wrapper::after {
    display:none;
}

.sf-menu {
    border-right: 1px solid #ffffff;
    width: auto;
}
div.top_m ul li {
    float: none;
    display: inline-block;
}
div.top_m ul {
    text-align: center;
}
div.top_m .re, div.top_m .rass, div.top_m .fixedre2 {
    float: none;
}
.nav-wrapper > .row {
    text-align: center;
}
div.top_m {
    margin-left: 0;
    text-align: center;
}
.nav-wrapper .span3{
	margin:0 auto;
}
.nav-wrapper.first .span6 {
    font-size: 21px;
}
div.top_m ul li a {
    padding: 5px 15px;
	line-height: normal;
}
.nav-wrapper {
    height: auto!important;
    margin: 20px 0px 0 0;
}
.nav-wrapper.isStuck {
    height: auto!important;
    line-height: 53px;
}
.footer > .container > .row {
    margin-left: 0;
}
.sf-menu li {
    float: none;
    position: relative;
	text-align: left;
}
.isStuck .span12 {
    width: auto;
}
.first.isStuck .span3, .first.isStuck .span6 {
    display: block!important;
}
.TVOrderWindow, .TVModalContainer{
	width:auto!important;
}
.TVMinPSimple, .TVMinPSimple table{
	width:auto!important;
}
.TVMinPSimple table, .TVMinPSimple tbody, .TVMinPSimple tr{
	display:block;
}
.TVMinPSimple td{
	display:inline-block;
	width: 126px!important;
}
.TVMinPSimple tr{
	text-align:center;
}
.isStuck .sf-menu > li > a {
    padding: 6px 5px !important;
}
.sf-menu li ul {
    display: block!important;
	margin-left: 14px!important;
	margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.sf-menu ul {
    display: block!important;
    position: static;
	visibility: initial!important;
}
.sf-menu > li > a {
    font: 15px/15px "sansus_webissimoregular";
}
.sf-menu > li > a {
    padding: 6px 5px !important;
}
.sf-menu > li:first-child {
    margin-left: 0!important;
	border-left: 1px solid #ffffff;
}
.isStuck .span3{
	display:block!important;
}
.first.isStuck .logo {
    display: block!important;
	width: auto;
}
.pseudoStickyBlock{
	height: auto!important;
}
.sf-menu li li a {
    padding: 4px 16px 1px 19px;
}
.content-holder {
    padding: 0 5px 41px;
}
.TVCatNavButton.TVCatNavActive::after {
    display: none;
}
.TVCatNavButton {
    margin: 3px;
}
.TVCatNav {
    padding: 5px;
    text-align: center;
}
.TVCatAboutHotelBlock {
    display: block!important;
    padding-right: 0!important;
    width: auto!important;
}
.TVCatHotelDescText {
    display: block!important;
    width: auto!important;
}
.TVDescrHotelUpButton {
    display: none;
}
.TVCatAboutHotelRightSidebar {
    display: block!important;
    margin: 0 auto!important;
}
.TVOrderHotelBlock {
    padding: 5px!important;
}
.TVOrderHeader {
    padding: 18px 5px!important;
	text-align: center!important;
}
.TVOrderShareBlock {
    position: static!important;
	margin-top:10px!important;
}
.TVClosePopup {
    right: 0!important;
}
.TVSearchResults{
	width: auto!important;
}
.TVOrderCart {
    display:none;
}
.slogan {
    padding-top: 0px;
}
.adapt_menu::before {
    background: rgba(0, 0, 0, 0) url("../images/pull.png") no-repeat scroll center center;
    content: "";
    display: block;
    height: 19px;
    left: 10px;
    position: absolute;
    width: 35px;
}
.adapt_menu {
	display:block;
	padding: 7px 12px 7px 7px;
	font-size:15px;
	cursor:pointer;
	color:#fff;
	background: #1E6871;
	text-align: center;
	line-height: normal;
	border-bottom:1px #fff solid;
}
.recent-posts.custom-grid li {
    margin: 5px!important;
}
.nav__primary ul{
	display:none;
}
.TVMinPFilterWrap {
    text-align: center;
}
.TVSRPriceContainer table {
    width: 100%;
	display:block;
	overflow:auto;
}
.TVSRReviewContainer {
    margin: 15px 5px!important;
}
}










@media screen and (max-width:500px){
.TVHotItemWrap{
	width: auto!important;
}
.TVHotItem {
    width: 280px;
}
.TVHotDetailAB {
    width: 280px !important;
}
.TVSRMainContent {
    float: none!important;
    margin: 20px 0 0!important;
}
.TVSRHotelImg {
    float: none!important;
}
.TVSRHotelParams {
    margin-left: 6px!important;
    padding-right: 0px!important;
}
.TVSRButtonContainer {
    float: left!important;
    margin-left: 0!important;
	text-align:center;
}
.TVMinPMetro{
	width:auto!important;
}
.TVSRContainer .TVSRRight {
    float: none;
    margin-right: 10px;
}
.TVSRReviewBlock {
    display: block!important;
    float: none !important;
    width: auto!important;
}





.TVExtSearchForm .TVHotelListBlock {
    width: auto!important;
}
.TVExtSearchForm .TVResortListBlock {
    width: auto!important;
}
.TVExtSearchForm .TVStarsBlock {
    width: auto!important;
}
.TVExtSearchForm .TVPriceBlock {
    width: auto!important;
}
.TVExtSearchForm .TVFormBlock.TVFormBottom.TVHotelTypeBlock {
    margin-right: 0!important;
    width: auto!important;
}
.TVFormBlock {
    float: none!important;
    text-align: left;
}
.TVExtSearchForm .TVSearchButtonBlock {
    width: auto!important;
}
.TVExtSearchForm .TVCountryBlock {
    width: auto!important;
}
.TVExtSearchForm .TVDepDateBlock {
    width: auto!important;
}
.TVExtSearchForm .TVNightsBlock {
    width: auto!important;
}
.TVExtSearchForm .TVTouristsBlock {
    width: auto!important;
}










.TVStandartForm .TVDepDateBlock {
    width: auto!important;
}
.TVStandartForm .TVNightsBlock {
    width: auto!important;
}
.TVStandartForm .TVTouristsBlock {
    width: auto!important;
}
.TVStandartForm .TVSearchButtonBlock {
    width: auto!important;
}
.TVStandartForm .TVStarsBlock {
    width: auto!important;
}
.TVStandartForm .TVRaitingBlock {
    width: auto!important;
}
.TVStandartForm .TVFeedBlock {
    width: auto!important;
}
.TVStandartForm .TVHotelTypeCmbBlock {
    width: auto!important;
}




.tv_drop_panel{
	overflow:auto;
}
}


@media screen and (max-width:480px){
.TVSRPicturesBlock {
    float: none;
}
.TVSRDiscriptionBlock {
    margin-left: 0;
}
}