@import url(//fonts.googleapis.com/css?family=Istok+Web:400);
@import url(//fonts.googleapis.com/css?family=Istok+Web:700);
/* cyrillic-ext */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 400;
  src: local('Istok Web Regular'), local('IstokWeb-Regular'), url('fonts/istokweb/one.woff2') format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 400;
  src: local('Istok Web Regular'), local('IstokWeb-Regular'), url('fonts/istokweb/two.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 400;
  src: local('Istok Web Regular'), local('IstokWeb-Regular'), url('fonts/istokweb/3.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 400;
  src: local('Istok Web Regular'), local('IstokWeb-Regular'), url('fonts/istokweb/4.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 700;
  src: local('Istok Web Bold'), local('IstokWeb-Bold'), url('fonts/istokweb/5.woff2') format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 700;
  src: local('Istok Web Bold'), local('IstokWeb-Bold'), url('fonts/istokweb/6.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
.main-holder {
	position:static;
	overflow:hidden;
}
@media (max-width: 767px) {
	body { padding:0; }
	header.header, .content-holder, footer.footer {
		padding-left:20px !important;
		padding-right:20px !important;
	}
}
a {
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:hover, a:focus { text-decoration:none; }
h1, h2, h3, h4, h5, h6 { margin-top:0; }
h1, h2, h3, h5 { text-transform:uppercase; }
h1, h2 { margin-bottom:32px; }
h1 strong, h2 strong {
	font-size:50px;
	line-height:85px;
	color:#3bb375;
}
h4 { margin-bottom:5px; }
h5 { margin-bottom:4px; }
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder h2 {
		font-size:20px;
		line-height:20px;
	}
}
/*----Placeholder----*/
input::-webkit-input-placeholder       {opacity: 1; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder       {opacity: 1; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; -webkit-transition:opacity 0.3s ease; transition: opacity 0.3s ease;}
/*-------------------*/
p { margin:0 0 20px; }
.title-section {
	position:relative;
	padding:25px 0 20px;
	margin:0;
	text-align:center;
}
.title-section .title-img-holder {
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.title-section .title-img-holder .title-img {
	max-width:none;
	width:100%;
}
@media (max-width: 767px) {
	.title-section .title-img-holder .title-img { width:auto; }
}
.title-section.with-img .title-header { color:#fff; }
.title-header { margin:0; }
.thumbHover { position:relative; }
.thumbHover:before {
	-webkit-transition:all 0.35s ease;
	transition:all 0.35s ease;
	-webkit-transform:scale(.35);
	-ms-transform:scale(.35);
	transform:scale(.35);
	visibility:hidden;
	opacity:0;
	content:'';
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
	border:solid 2px #39464f;
	z-index:5;
}
.thumbHover img {
	-webkit-transition:all 0.35s ease;
	transition:all 0.35s ease;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.thumbHover:hover:before {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	visibility:visible;
	opacity:1;
}
.thumbHover:hover img {
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}
.header {
	padding:10px 0;
	border:none;
	background:none;
}
.isStuck #topnav li a{
	padding: 20px 10px 15px;
}

.header .hidden-phone #search-header {
	top:-20px;
	float:none;
}
.search-form .search-form_it { border-color:#e1e1e1; }
.search-form .search-form_is {
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-border-radius:0;
	border-radius:0;
	padding:0 15px;
	height:31px;
	vertical-align:top;
	background:#3bb375;
}
.search-form .search-form_is:hover { background:#39464f; }
.logo .logo_h__txt { text-transform:uppercase; }
.logo .logo_h__txt .logo_link {
	color:inherit;
	text-decoration:none;
}
.logo .logo_h__txt .logo_link:hover, .logo .logo_h__txt .logo_link:visited {
	text-decoration:none;
	color:inherit;
}
.logo_tagline {
	margin:0;
	padding:0 0 0 3px;
	text-transform:uppercase;
	color:#969595;
	font:10px/15px 'Istok Web', sans-serif;
}
@media (max-width: 767px) {
	.logo, .logo.pull-left {
		float:none;
		width:100%;
		text-align:center;
		padding:0 10px;
		max-width:100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.nav__primary.isStuck {
	width:940px;
	margin-top:0;
}
.nav__primary.isStuck:before {
	content:'';
	position:absolute;
	display:block;
	width:500%;
	height:100%;
	top:0;
	left:-200%;
	background:#fff;
}
@media (min-width: 1200px) {
	.nav__primary.isStuck {
		width:1170px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary.isStuck {
		width:724px;
		margin-left:-362px;
	}
}
@media (max-width: 767px) {
	.nav__primary.isStuck:before { display:none; }
}
@media (max-width: 767px) {
	.nav__primary.isStuck {
		width:auto;
		margin-top:25px;
		margin-left:0;
		position:static !important;
	}
	.pseudoStickyBlock { display:none !important; }
}
.nav__primary { margin:25px 0 0; }
#topnav li {
	margin-left:5px;
	background:none;
}
#topnav li a {
	-webkit-transition:all 0.15s ease;
	transition:all 0.15s ease;
	-webkit-transition-delay:0s;
	transition-delay:0s;
	position:relative;
	padding:20px 20px 15px;
	border:none;
	text-transform:uppercase;
	z-index:3;
}
#topnav li a:after {
	-webkit-transition:all 0.25s ease;
	transition:all 0.25s ease;
	content:'';
	position:absolute;
	top:-60px;
	left:0;
	width:100%;
	height:0;
	/*background:#3bb375;*/
	background:#3b7ea2;
	z-index:-1;
}
.btn:before{
	background:#3b7ea2;
}
#topnav li a .sf-sub-indicator {
	top:70%;
	right:50%;
	margin-right:-5px;
	background:url(images/arrows-ffffff_001.png) 0 -100px no-repeat;
}
#topnav li .sub-menu {
	margin-top:8px;
	padding:15px 25px;
	width:auto;
	background:#39464f;
}
#topnav li .sub-menu li {
	width:auto;
	float:none;
	display:block;
	margin:4px 0;
	text-align:left;
	background:none;
}
#topnav li .sub-menu li a {
	padding:0px 0px;
	white-space:nowrap;
	display:inline-block;
	border:none;
	font:bold 12px/18px 'Istok Web', sans-serif;
	color:#fff;
}
#topnav li .sub-menu li a:after { display:none; }
#topnav li .sub-menu li a .sf-sub-indicator {
	top:22%;
	right:-10px;
	background:url(images/arrows-ffffff_001.png) 0 0 no-repeat;
}
#topnav li .sub-menu li > a:hover, #topnav li .sub-menu li.sfHover > a, #topnav li .sub-menu li.current-menu-item > a {
	color:#3bb375;
	background:none;
}
#topnav li .sub-menu li > a:hover .sf-sub-indicator, #topnav li .sub-menu li.sfHover > a .sf-sub-indicator, #topnav li .sub-menu li.current-menu-item > a .sf-sub-indicator { background:url(images/arrows-ffffff_001.png) -10px 0 no-repeat; }
#topnav li .sub-menu .sub-menu {
	margin:-19px 0 0 27px;
	left:100%;
}
#topnav li:first-child { margin-left:0; }
#topnav li.current-menu-item > a, #topnav li.sfHover > a, #topnav li a:hover {
	color:#fff;
	background:none;
}
#topnav li.current-menu-item > a:after, #topnav li.sfHover > a:after, #topnav li a:hover:after { height:95px; }
#topnav li.current-menu-item > a .sf-sub-indicator, #topnav li.sfHover > a .sf-sub-indicator, #topnav li a:hover .sf-sub-indicator {
	background:url(images/arrows-ffffff_001.png) -10px -100px no-repeat;
}
.isStuck #topnav li.current-menu-item > a:after, .isStuck #topnav li.sfHover > a:after, .isStuck #topnav li a:hover:after { height:113px; }
.isStuck #topnav li.current-menu-item > a .sf-sub-indicator, .isStuck #topnav li.sfHover > a .sf-sub-indicator, .isStuck #topnav li a:hover .sf-sub-indicator {
	background:url(images/arrows-ffffff_001.png) -10px -100px no-repeat;
}
@media (min-width: 1200px) {
	#topnav li { margin-left:3px; }
	#topnav li a {font-size: 11px; padding:5px 10px 10px;}
}
@media (min-width: 768px) and (max-width: 979px) {
	#topnav li a { padding:20px 10px 15px; }
}
.slider .camera_wrap { margin:0 !important; }
.slider .camera_wrap .camera_pag {
	position:absolute;
	bottom:0;
}
header .span3 {
    padding-top: 5px;
}
.slider .camera_wrap .camera_pag li { background:#fff; }
.slider .camera_wrap .camera_pag li.cameracurrent span, .slider .camera_wrap .camera_pag li:hover span { background:#3bb375; }
.slider .camera_thumbs {
	position:absolute;
	width:100%;
	bottom:8px;
	text-align:center;
}
.slider .camera_thumbs .camera_thumbs_cont { background:#fff; }
.slider .camera_thumbs .camera_thumbs_cont ul { width:auto !important; }
.slider .camera_thumbs .camera_thumbs_cont ul li > img { border:none; }
.slider .camera_command_wrap { display:inline-block; }
.slider .camera_thumbs_cont {
	-webkit-border-radius:0px;
	border-radius:0px;
}
.page-template-page-home-php .content-holder { padding-bottom:0; }
#content { padding-top:20px; }
#breadcrumbs{margin:20px 0;}
#breadcrumbs .span12{margin-left: 0;}
.content-holder { z-index:3; }
#back-top-wrapper { display:none !important; }
.back-top {
	margin-top:35px;
	position:relative;
	display:inline-block;
	width:42px;
	height:42px;
	z-index:5;
}
.back-top span {
	display:block;
	width:100%;
	height:100%;
	background:url(images/back-top.png) 0 0 no-repeat;
}
.back-top:before {
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-border-radius:50%;
	border-radius:50%;
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#e6e8eb;
	z-index:-1;
}
.back-top:hover:before {
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}
.thumbnail, a.thumbnail:focus {
	-webkit-box-shadow:none;
	box-shadow:none;
	overflow:hidden;
	padding:0px;
	display:block;
	border:none;
}
a.thumbnail:hover {
	-webkit-box-shadow:none;
	box-shadow:none;
}
.breadcrumb.breadcrumb__t {
	padding:0;
	border:none;
	color:#3bb375;
	background:none;
}
.breadcrumb.breadcrumb__t li {
	text-shadow:none;
	text-transform:uppercase;
	font-weight:bold;
}
.breadcrumb.breadcrumb__t a {
	text-decoration:none;
	color:#fff;
}
.breadcrumb.breadcrumb__t .divider:after {
	font:13px/21px Arial, Helvetica, sans-serif;
	color:#fff;
}
.breadcrumb.breadcrumb__t a:hover, .breadcrumb.breadcrumb__t .active { color:#39464f; }
#sidebar {
	padding-top:20px;
	overflow:hidden;
}
#sidebar .widget {
	overflow:hidden;
	margin-bottom:50px;
}
#sidebar .widget h3 { margin-bottom:30px; }
#sidebar .thumbnail { margin-top:0; }
#sidebar time {
	display:block;
	margin-bottom:3px;
	font-size:10px;
	line-height:14px;
	color:#39464f;
	text-transform:uppercase;
}
#sidebar .post-list_h {
	font-size:16px;
	line-height:16px;
	margin-bottom:3px;
}
#sidebar .post-list_h a { color:#3bb375; }
#sidebar .post-list_h a:hover { color:#39464f; }
#sidebar .children {
	padding:0;
	margin:10px 0 -10px;
}
#sidebar ul { margin:0; }
#sidebar ul li {
	list-style-type:none;
	margin-bottom:6px;
	padding-left:18px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;	
}
.wrap {
    height: 110px;
    -moz-column-width: 350px;
    column-width: 350px;
    -webkit-column-width: 350px;
    overflow: hidden;
}

#categories-2 ul li {
	background:url(images/list_arr2.png) 0 3px no-repeat;
}
#sidebar ul li a {
	vertical-align:top;
	line-height:20px;
	color:#39464f;
}
#sidebar ul li a:hover { color:#3bb375; }
#sidebar .unstyled li {
	font-size:13px;
	line-height:21px;
	padding:0;
	border:none;
	background:none;
	margin-bottom:20px;
}
#sidebar .unstyled li .btn {
	padding:0;
	height:20px;
	line-height:20px !important;
	color:#39464f;
	border:none;
	background:none;
}
#sidebar .unstyled li .btn:before { display:none; }
#sidebar .unstyled li .btn:hover { color:#3bb375; }
.portfolio_item_holder .thumbnail__portfolio { margin-bottom:25px; }
.portfolio_item_holder .caption__portfolio h3 {
	margin-top:0px;
	font-size:14px;
	min-height: 45px;
	line-height:21px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
}
.portfolio_item_holder .caption__portfolio h3 a { color:#3bb375; }
.portfolio_item_holder .caption__portfolio h3 a:hover { color:#39464f; }
.zoom-icon { background:none repeat scroll 0 0 rgba(0,0,0,0.2); }
.filter-wrapper {
	font:bold 20px/15px 'Istok Web', sans-serif;
	text-transform:uppercase;
	margin-bottom:40px;
}
.filter-wrapper .pull-right { float:none; }
.filter-wrapper strong { display:none; }
.filter-wrapper .filter { margin:0; }
.filter-wrapper .filter li {
	position:relative;
	margin-left:35px;
}
.filter-wrapper .filter li a {
	padding:0;
	margin:0;
	line-height:20px;
	color:#3bb375;
	background:none;
}
.filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus, .filter-wrapper .filter li.active a {
	color:#39464f;
	background:none;
}
.filter-wrapper .filter li:first-child { margin-left:0px; }
.pager.single-pager { border:none; }
.pager.single-pager li a, .pager.single-pager li a:focus {
	color:#fff;
	background:#3bb375;
	border:none;
}
.pager.single-pager li.active a, .pager.single-pager li a:hover {
	color:#fff;
	background:#39464f;
}
.portfolio-meta, .portfolio-meta-list { border-color:#e1e1e1; }
.portfolio-meta i, .portfolio-meta-list i { color:#3bb375; }
.flexslider.thumbnail { overflow:visible; }
.flexslider.thumbnail .flex-control-nav a { background:#39464f; }
.flexslider.thumbnail .flex-control-nav a.flex-active, .flexslider.thumbnail .flex-control-nav a:hover { background:#3bb375; }
.post__holder { margin-bottom:30px; }
.post_wrapper .featured-thumbnail a { position:relative; }
.post_wrapper .featured-thumbnail a:before {
	-webkit-transition:all 0.35s ease;
	transition:all 0.35s ease;
	-webkit-transform:scale(.35);
	-ms-transform:scale(.35);
	transform:scale(.35);
	visibility:hidden;
	opacity:0;
	content:'';
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
	border:solid 2px #39464f;
	z-index:5;
}
.post_wrapper .featured-thumbnail a img {
	-webkit-transition:all 0.35s ease;
	transition:all 0.35s ease;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.post_wrapper .featured-thumbnail a:hover:before {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	visibility:visible;
	opacity:1;
}
.post_wrapper .featured-thumbnail a:hover img {
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}
.post-title { margin-bottom:25px; }
.post-title a { color:#39464f; }
.post-title a:hover { color:#3bb375; }
.post_meta {
	margin:0;
	border-color:#e1e1e1;
}
.post_meta div.post_meta_unite { border-color:#e1e1e1; }
.post_meta i { color:#3bb375; }
.post_meta a, .post_meta a i { color:#39464f; }
.post_meta a:hover, .post_meta a:hover i { color:#3bb375; }
.post-author {
	padding:24px 25px 0;
	border:none;
	background:#f0f0f0;
	background:rgba(191,191,191,0.1);
}
.post-author .post-author_h {
	font-size:17px;
	line-height:22px;
	color:#39464f;
	text-transform:none;
}
.post-author .post-author_link {
	font-size:17px;
	line-height:22px;
	color:#39464f;
}
#respond {
	overflow:hidden;
	margin-bottom:30px;
}
.children { padding:0 0 0 40px; }
@media (max-width: 767px) {
	.children { padding:0; }
}
.comment-list .comment .comment-body {
	border:none;
	background:#f0f0f0;
	background:rgba(191,191,191,0.1);
}
.comment-list .comment .comment-body .reply a {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-decoration:underline !important;
	color:#39464f;
	text-transform:uppercase;
	background:none;
}
.comment-list .comment .comment-body .reply a:hover {
	color:#3bb375;
	background:none;
}
.comment-list .comment .comment-meta {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#39464f;
	text-transform:uppercase;
}
#calendar_wrap caption { color:#39464f; }
#calendar_wrap thead th { color:#39464f; }
.dropcap {
	-webkit-border-radius:50%;
	border-radius:50%;
	margin:0 20px 20px 0;
	width:80px;
	height:80px;
	color:#fff;
	font:30px/80px 'Istok Web', sans-serif;
	background:#39464f;
}
@media (min-width: 768px) and (max-width: 979px) {
	.dropcap {
		width:50px;
		height:50px;
		font-size:25px;
		line-height:50px;
	}
}
.sm_hr {
	border-top:dashed 1px #a0abb1;
	margin:0 0 30px;
	height:0;
	background:none;
}
.title-box { margin-bottom:50px; }
.title-box .title-box_primary {
	font-size:36px;
	line-height:36px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
}
.title-box .title-box_secondary {
	font-size:24px;
	line-height:30px;
	color:#61707a;
	text-align:center;
	text-transform:none;
	letter-spacing:1px;
}
.banner-wrap { margin-bottom:40px; }
.banner-wrap .banner-content-holder {
	padding:30px 35px;
	height: 150px;
	background:url(images/bann-bg.png) 0 0 repeat;
}
.banner-wrap .banner-content-holder h5 {
	text-transform:uppercase;
	color:#fff;
	font:bold 24px/24px 'Istok Web', sans-serif;
	margin-bottom:18px;
}
.banner-wrap .banner-content-holder p {
	color:#fff;
	font:13px/21px 'Istok Web', sans-serif;
	margin:0;
}
.banner-wrap .banner-content-holder .btn { margin-top:15px; }
.banner-wrap .featured-thumbnail {
	overflow:hidden;
	margin-bottom:0;
}
.banner-wrap .featured-thumbnail a {
	float:none;
	border:none;
}
.banner-wrap .featured-thumbnail img {
	-webkit-transition:all 0.35s ease;
	transition:all 0.35s ease;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.banner-wrap >a .featured-thumbnail { position:relative; }
.banner-wrap >a .featured-thumbnail:before {
	-webkit-transition:all 0.35s ease;
	transition:all 0.35s ease;
	-webkit-transform:scale(.35);
	-ms-transform:scale(.35);
	transform:scale(.35);
	visibility:hidden;
	opacity:0;
	content:'';
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
	border:solid 2px #39464f;
	z-index:5;
}
.banner-wrap >a .featured-thumbnail img {
	-webkit-transition:all 0.35s ease;
	transition:all 0.35s ease;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.banner-wrap >a .featured-thumbnail:hover:before {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	visibility:visible;
	opacity:1;
}
.banner-wrap >a .featured-thumbnail:hover img {
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}
@media (max-width: 767px) {
	.banner-wrap .banner-content-holder {
		float:right;
		width:47%;
		padding:20px 5%;
	}
	.banner-wrap .featured-thumbnail {
		float:left;
		width:40%;
		margin-right:3%;
	}
}
.banner-wrap.up { margin-top:-187px; }
@media (min-width: 1200px) {
	.banner-wrap.up { margin-top:-166px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.up { margin-top:-208px; }
}
@media (max-width: 767px) {
	.banner-wrap.up { margin-top:0px; }
}
.service-box {
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding:0;
	text-align:center;
	border:none;
	background:none;
	margin-bottom:40px;
}
.service-box figure.icon {
	-webkit-border-radius:50%;
	border-radius:50%;
	position:relative;
	display:inline-block;
	width:130px;
	height:130px;
	float:none;
	background:#39464f;
	margin:0 0 40px;
	z-index:5;
}
.service-box figure.icon:before {
	-webkit-transition:all 0.35s ease;
	transition:all 0.35s ease;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	visibility:hidden;
	opacity:0;
	-webkit-border-radius:50%;
	border-radius:50%;
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#3bb375;
	z-index:-1;
}
.service-box .service-box_body .title {
	text-transform:none;
	margin-bottom:5px;
}
.service-box .service-box_body .service-box_txt {
	font:13px/24px 'Istok Web', sans-serif;
	color:#9f9f9f;
}
.service-box .service-box_body .btn {
	-webkit-border-radius:0;
	border-radius:0;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#39464f;
	text-transform:none;
	text-shadow:none;
	padding:0 0 0 25px;
	background:url(images/btn-arr.png) 0 5px no-repeat;
}
.service-box .service-box_body .btn:before { display:none; }
.service-box .service-box_body .btn:hover { color:#3bb375; }
.service-box .service-box_body .btn-align { text-align:center; }
.service-box:hover figure.icon:before {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	visibility:visible;
	opacity:1;
}
.content_box {
	padding:60px 0 50px;
	background:#fff;
}
.content_box:after, .content_box:before { background:#fff; }
.recent-posts li .meta {
	width:80px;
	margin:3px 20px 15px 0;
	float:left;
	font:bold 18px/20px 'Istok Web', sans-serif;
	text-transform:none;
	color:#39464f;
}
.recent-posts li .post-content-holder { overflow:hidden; }
.recent-posts li .featured-thumbnail a { position:relative; }
.recent-posts li .featured-thumbnail a:before {
	-webkit-transition:all 0.35s ease;
	transition:all 0.35s ease;
	-webkit-transform:scale(.35);
	-ms-transform:scale(.35);
	transform:scale(.35);
	visibility:hidden;
	opacity:0;
	content:'';
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
	border:solid 2px #39464f;
	z-index:5;
}
.recent-posts li .featured-thumbnail a img {
	-webkit-transition:all 0.35s ease;
	transition:all 0.35s ease;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.recent-posts li .featured-thumbnail a:hover:before {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	visibility:visible;
	opacity:1;
}
.recent-posts li .featured-thumbnail a:hover img {
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}
.recent-posts li h5 {
	font-size:14px;
	line-height:21px;
	font-weight:bold;
	text-transform:uppercase;
}
.recent-posts li.team h5 {
	text-transform:none;
	font:bold 24px/20px 'Istok Web', sans-serif;
	margin-bottom:4px;
}
.recent-posts li.team h5 a { color:#39464f; }
.recent-posts li.team h5 a:hover { color:#3bb375; }
.recent-posts li.publications { padding-bottom:35px; }
@media (max-width: 450px) {
	.recent-posts li.publications h5 {
		font-size:12px;
		line-height:18px;
	}
}
.recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col {
	margin-left:-2% !important;
	font-size:0;
	line-height:0;
}
.recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li {
	font-size:13px;
	line-height:21px;
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
	margin-bottom:30px;
}
.recent-posts.two-col li h5, .recent-posts.three-col li h5, .recent-posts.four-col li h5 { margin-top:0; }
.recent-posts.two-col .featured-thumbnail, .recent-posts.three-col .featured-thumbnail, .recent-posts.four-col .featured-thumbnail {
	float:none;
	display:block;
	max-width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:24px;
}
.recent-posts.two-col li { width:48%; }
.recent-posts.three-col li { width:31.3%; }
.recent-posts.four-col li { width:23%; }
@media (max-width: 767px) {
	.recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col { margin-left:0 !important; }
	.recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li {
		margin-left:0;
		width:100%;
		float:none;
	}
	.recent-posts.two-col li .thumbnail, .recent-posts.three-col li .thumbnail, .recent-posts.four-col li .thumbnail {
		max-width:120px;
		margin-right:20px;
		float:left;
	}
}
.auto_play_carousel-wrap { margin:0 30px; }
.auto_play_carousel-wrap .auto_play_carousel { margin:0; }
.auto_play_carousel-wrap .auto_play_carousel .owl-wrapper-outer { margin:0; }
.auto_play_carousel-wrap .auto_play_carousel .owl-wrapper-outer .item { margin:5px 5%; }
.auto_play_carousel-wrap .auto_play_carousel .owl-wrapper-outer .item figure { margin:0; }
.auto_play_carousel-wrap .auto_play_carousel .owl-wrapper-outer .item figure a {
	-webkit-transition:none;
	transition:none;
	opacity:1;
}
.auto_play_carousel-wrap .auto_play_carousel .owl-wrapper-outer .item figure a img {
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.auto_play_carousel-wrap .auto_play_carousel .owl-wrapper-outer .item figure a:hover { opacity:1; }
.auto_play_carousel-wrap .auto_play_carousel .owl-wrapper-outer .item figure a:hover img {
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}
.auto_play_carousel-wrap .auto_play_carousel .owl-controls .owl-buttons {
	position:absolute;
	top:24px;
	left:0;
	width:100%;
}
.auto_play_carousel-wrap .auto_play_carousel .owl-controls .owl-buttons .owl-prev, .auto_play_carousel-wrap .auto_play_carousel .owl-controls .owl-buttons .owl-next {
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position:absolute;
	-webkit-border-radius:0;
	border-radius:0;
	top:0;
	width:20px;
	height:27px;
	margin:0;
	padding:0;
	opacity:.3;
}
.auto_play_carousel-wrap .auto_play_carousel .owl-controls .owl-buttons .owl-prev:before, .auto_play_carousel-wrap .auto_play_carousel .owl-controls .owl-buttons .owl-next:before { display:none; }
.auto_play_carousel-wrap .auto_play_carousel .owl-controls .owl-buttons .owl-prev {
	left:-25px;
	background:url(images/prev-carousel.png) 0 0 no-repeat;
}
.auto_play_carousel-wrap .auto_play_carousel .owl-controls .owl-buttons .owl-next {
	right:-25px;
	background:url(images/next-carousel.png) 0 0 no-repeat;
}
.single-clients .featured-thumbnail.large img { width:auto; }
.list.arrow-list > ul {
	margin-left:0px;
	margin-bottom:30px;
}
.list.arrow-list > ul li {
	list-style-type:none;
	margin-bottom:6px;
	padding-left:18px;
	font:14px/20px 'Istok Web', sans-serif;
	background:url(images/list_arr.png) 0 5px no-repeat;
}
.list.arrow-list > ul li a {
	vertical-align:top;
	line-height:20px;
	color:#ababaa;
}
.list.arrow-list > ul li a:hover { color:#3bb375; }
.list.arrow-list > ul li:before {
	width:0px;
	margin:0;
	padding:0;
	content:"";
}
.list.arrow2-list > ul {
	margin-left:0px;
	margin-bottom:30px;
}
.list.arrow2-list > ul li {
	list-style-type:none;
	margin-bottom:6px;
	padding-left:18px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	background:url(images/list_arr2.png) 0 3px no-repeat;
}
.list.arrow2-list > ul li a {
	vertical-align:top;
	line-height:20px;
	color:#39464f;
}
.list.arrow2-list > ul li a:hover { color:#3bb375; }
.list.arrow2-list > ul li:before {
	width:0px;
	margin:0;
	padding:0;
	content:"";
}
footer.footer {
	padding:30px 0;
	border:none;
	background:url(images/bann-bg.png) 0 0 repeat;
	color:#fff;
	font:13px/21px 'Istok Web', sans-serif;
}
.footer_raz{
	background-color: #019d64;
}
.footer_raz p{
	margin:5px 0;
	color: #fff;
}
.footer_raz a {
	color: #fff;
}
#menu-footer_menu .sub-menu li::before {
content: "- ";
}
#menu-footer_menu li {
    list-style-type: none;
}
footer.footer a { color:#fff; }
footer.footer a:hover { color:#3bb375; }
footer.footer h1, footer.footer h2, footer.footer h3, footer.footer h4, footer.footer h5 { color:#fff; }
footer.footer nav.footer-nav {
	margin:0 0 20px;
	float:none;
}
footer.footer nav.footer-nav ul.menu {
	display:inline-block;
	float:none;
}
footer.footer nav.footer-nav ul.menu li { text-transform:uppercase; }
footer.footer nav.footer-nav ul.menu li.current-menu-item a, footer.footer nav.footer-nav ul.menu li a:hover {
	color:#3bb375;
	text-decoration:none;
}
footer.footer .footer-widgets >div >div { margin-bottom:15px; }
footer.footer .footer-widgets >div >div h2 {
	font-size:48px;
	line-height:48px;
	margin-bottom:0;
	text-transform:none;
}
footer.footer .copyright { padding:0; }
footer.footer .footer-text {
	float:none;
	font-weight:bold;
}
footer.footer .footer-text .footer-logo {
	display:inline-block;
	font-size:18px;
}
footer.footer .social-nets-wrapper {
	display:block;
	margin-bottom:13px;
	z-index:15;
}
footer.footer .social-nets-wrapper .social { overflow:hidden; }
footer.footer .social-nets-wrapper .social li {
	display:inline-block;
	margin:0 5px 0;
	list-style:none;
}
footer.footer .social-nets-wrapper .social li a {
	width:25px;
	display:block;
	text-align:center;
	font-size:22px;
	line-height:25px;
	color:#fff;
}
footer.footer .social-nets-wrapper .social li a:hover { color:#3bb375; }
.pagination ul {
	-webkit-box-shadow:none;
	box-shadow:none;
}
.pagination ul li a {
	margin:0 1px 1px 0;
	border:none;
	color:#fff;
	background:#39464f;
}
.pagination ul li a:hover, .pagination ul li.active a {
	color:#fff;
	background:#3bb375;
}
.list.check-list { margin-bottom:30px; }
.list.styled ul li:before { color:#39464f; }
.faq-list h4 {
	font-size:18px;
	line-height:20px;
	color:#3bb375;
	margin-bottom:0px;
}
.faq-list .marker { color:#39464f; }
.testimonial {
	background:none;
	border:1px solid #e1e1e1;
}
.error404-holder_num { color:#3bb375; }
.google-map { margin-bottom:40px; }
.wpcf7-form p.field input { height:35px; }
#commentform input[type="text"] {
	padding:0 10px;
	height:35px;
}
#commentform textarea { border-color:#e1e0e0; }
span.wpcf7-not-valid-tip {
	padding:6px !important;
	font-size:12px;
}
@media (min-width: 768px) and (max-width: 979px) {
	span.wpcf7-not-valid-tip { font-size:9px !important; }
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder { color:#686868; }
input[type="submit"], input[type="reset"] { height:auto; }
input[type="submit"]:hover, input[type="reset"]:hover { background:#3bb375; }
@media (min-width: 768px) and (max-width: 979px) {
	.post-list_li .featured-thumbnail {
		float:none;
		display:inline-block;
	}
	.post-list_li time { display:block; }
	.logo { width:100%; }
}
@media (max-width: 767px) {
	#topnav { display:none; }
	.recent-posts, .recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col { margin-left:0 !important; }
	.recent-posts li, .recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li {
		margin-left:0;
		width:100%;
		float:none;
	}
	.recent-posts li .thumbnail, .recent-posts.two-col li .thumbnail, .recent-posts.three-col li .thumbnail, .recent-posts.four-col li .thumbnail {
		max-width:120px;
		margin-right:20px;
		float:left;
	}
	footer.footer nav.footer-nav ul.menu { text-align:center; }
	footer.footer .copyright, footer.footer .footer-text { text-align:center; }
	.vertical-divider {
		padding:0;
		margin:0;
		background:none;
		border:none;
	}
	.fluid-img {
		display:block;
		float:none;
		margin-left:0px;
		margin-right:0px;
	}
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:31px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.parallax-slider {
	position:relative;
	width:100%;
	height:630px;
	display:block;
	overflow:hidden;
	top:0;
	left:0;
	-ms-transform:translateZ(0);
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}
@media (max-width: 767px) {
	.parallax-slider {
		height:450px;
		margin-bottom:25px;
	}
}
.parallax-slider .parallaxPrevBtn {
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	left:-60px;
}
.parallax-slider .parallaxNextBtn {
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	right:-60px;
}
.parallax-slider:hover .parallaxPrevBtn { left:0; }
.parallax-slider:hover .parallaxNextBtn { right:0; }
.parallax-slider .baseList { display:none; }
.parallax-slider #mainImageHolder {
	position:relative;
	width:100%;
	height:100%;
	top:0;
	z-index:1;
}
.parallax-slider #mainImageHolder .primaryHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0;
	z-index:2;
}
.parallax-slider #mainImageHolder .primaryHolder img {
	position:absolute;
	max-width:inherit;
}
.parallax-slider #mainImageHolder .secondaryHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1;
}
.parallax-slider #mainImageHolder .secondaryHolder img {
	position:absolute;
	max-width:inherit;
}
.parallax-slider #mainCaptionHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
}
.parallax-slider #mainCaptionHolder .container {
	position:relative;
	top:35%;
}
.parallax-slider #mainCaptionHolder .container .primaryCaption {
	position:absolute;
	width:100%;
}
.parallax-slider #mainCaptionHolder .container .secondaryCaption {
	position:absolute;
	width:100%;
}
@media (min-width: 1200px) {
	.parallax-slider #mainCaptionHolder .container { top:25%; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider #mainCaptionHolder .container { top:25%; }
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .container { top:50%; }
}
.parallax-slider #mainCaptionHolder .slider_caption {
	text-align:center;
	color:#fff;
	font:bold 36px/36px 'Istok Web', sans-serif;
	text-transform:uppercase;
}
.parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
	color:#fff;
	font:bold 60px/50px 'Istok Web', sans-serif;
	margin-bottom:0;
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .slider_caption {
		font-size:25px;
		line-height:25px;
		padding:0 80px;
	}
	.parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
		font-size:40px;
		line-height:35px;
	}
}
@media (max-width: 550px) {
	.parallax-slider #mainCaptionHolder .slider_caption {
		font-size:18px;
		line-height:20px;
	}
	.parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
		font-size:30px;
		line-height:25px;
	}
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transform:scale(3);
	-ms-transform:scale(3);
	transform:scale(3);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder.animateState { top:-100%; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState.animateState { top:100%; }
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider .controlBtn {
	width:60px;
	height:60px;
	display:block;
	position:absolute;
	top:50%;
	margin-top:-30px;
	cursor:pointer;
	z-index:2;
}
.parallax-slider .controlBtn .innerBtn {
	width:60px;
	height:60px;
	font-size:48px;
	line-height:60px;
	text-align:center;
	color:#39464f;
	display:block;
	position:relative;
	z-index:1;
	background:#fff;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.parallax-slider .controlBtn .slidesCounter {
	width:40px;
	height:60px;
	background:#3bb375;
	display:block;
	position:absolute;
	top:0;
	color:#fff;
	font-size:16px;
	line-height:60px;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
	left:0%;
	text-align:left;
}
.parallax-slider .controlBtn.parallaxPrevBtn:hover .innerBtn {
	color:#fff;
	background:#3bb375;
	-webkit-border-radius:0;
	border-radius:0;
}
.parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter { left:100%; }
.parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
	right:0%;
	text-align:right;
}
.parallax-slider .controlBtn.parallaxNextBtn:hover .innerBtn {
	color:#fff;
	background:#3bb375;
	-webkit-border-radius:0;
	border-radius:0;
}
.parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter { right:100%; }
.parallax-slider #paralaxSliderPagination {
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:center;
	z-index:2;
}
.parallax-slider #paralaxSliderPagination ul {
	list-style:none;
	margin:0;
}
.parallax-slider #paralaxSliderPagination ul li {
	width:10px;
	height:10px;
	display:inline-block;
	margin:3px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #3bb375;
	cursor:pointer;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.parallax-slider #paralaxSliderPagination ul li:hover { background:#3bb375; }
.parallax-slider #paralaxSliderPagination ul li.active { background:#3bb375; }
.parallax-slider #previewSpinner {
	position:absolute;
	width:50px;
	height:50px;
	display:block;
	top:50%;
	left:50%;
	margin-left:-25px;
	margin-top:-25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	z-index:99;
	background:url(images/spinner.gif) 50% 50% #3bb375 no-repeat;
}
.btn.zakaz {
    /*background-color: #3bb375;*/
	background-color:#3b7ea2;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    /*border: 1px solid #3bb375;*/
	border: 1px solid #3b7ea2;
    padding: 9px 45px;
}
footer .btn.zakaz{
	background-color: #3bb375;
	border: 1px solid #3bb375;
}
p.tel{
	margin-bottom: 5px;
	font-family: Arial,Helvetica,sans-serif;
}
.center-block {
    margin: 0 auto;
    text-align: center;
}
.center-block .span3 {
    display: inline-block;
    float: none;
    text-align: left;
}
.inform .btn.zakaz {
    border: 1px solid;
    padding: 5px 50px;
}

/*-----заявка------*/
.modal-header{
	border-bottom: 0;
}
.modal-header .close{
	opacity: 1;
	position: absolute;
    right: 20px;
}
#myModalLabel{
	margin-top: 30px;
}
.modal-header p{
	margin-bottom: 0;
}
.modal-body input, .modal-body textarea{
	width: 96%;
	margin-bottom: 0;
}
.modal{
	width: 500px;
}
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{
	height: 18px;
}
.modal-body .row {
	margin-left: 0;
}
.modal-body{
	max-height: 100%;
}
#btn-send.tel{
	width: 100%
}
.modal-body .span4{
	float: none;
	margin: 0 auto;
}
.help-block{
	color:red;
}
.btn.zakaz:hover,
.isStuck a.btn.zakaz:hover{
	background:#fff !important;
	/*border: 1px solid #3bb375;*/
	border: 1px solid #3b7ea2 !important;
	/*color: #3bb375;*/
	color: #3b7ea2 !important;
}
.isStuck a.btn:before{
	background:#fff !important;
}
.footer .btn.zakaz:hover{
	background:#000;
	border: 1px solid #3bb375;
	color:#fff;
}
.forma_call #btn-send_1{
	background-color: #3bb375;
	border: 1px solid #3bb375;
	color:#fff;
}
.forma_call #btn-send_1:hover{
	color:#3bb375 !important;
	background:#fff !important;
	border: 1px solid #3bb375 !important;
}
#portfolio-grid{
	margin: 0 auto;
}
.page-numbers {
    background: #39464f none repeat scroll 0 0;
    color: #fff;
    line-height: 21px;
    padding: 7px 13px;
}
.page-numbers.current {
    background: #3bb375 none repeat scroll 0 0;
}
.page-numbers:hover, .page-numbers:focus  {
    background: #3bb375 none repeat scroll 0 0;
    color: #fff;
}
.filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus, .filter-wrapper .filter li .active{
	color: #39464f
}
.block_4{
	min-height: 170px;
}
.logo .btn:hover::before, .footer .btn:hover::before, #contact-form .btn:hover::before{
	visibility: hidden;
}
#contact-form_2 textarea {
	width: 91%;
}
footer.footer a:hover, footer.footer a:focus{
	color:#39464f;
}
#contact-form_2 .help-block {
    bottom: -7px;
    left: 5px;
    margin-bottom: 0;
    position: absolute;
}
.row-fluid .field{
	position: relative;
	float: none;
	margin-left:0;
}
.has-error input, .has-error textarea {
    border: 1px solid #a50e2c;
}
.row-fluid .span4{
	display: inline-block;

}
.span2.akredit {
    margin-bottom: 30px;
}
/*-----вывод картинки в большое окно-----*/
/* Preload images */
body:after {
  content: url(images/close_1.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 40px;
  left: 0;
  height: 40px;
  position: relative;
  left: -60px;
  top: 50%;
  background-size: 100% 100%;
  float: left;
  background-image: url(images/prev.png);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next {
  width:40px;
  height: 40px;
  right: 0;
  position: relative;
  right: -60px;
  top: 50%;
  float: right;
  background-size: 100% 100%;
  background-image: url(images/next.png);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.akredit img:hover{
	zoom:2;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-dataClose {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;

}
.lb-data .lb-close {
	display: block;
	float: right;
	position: relative;
	left: 50px;
	width: 25px;
	height: 25px;
	background: url(images/close_1.png)  no-repeat;
	background-size: 100% 100%;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.8;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.cont-block_3 h2, .cont-block_2 h2 {
    margin-bottom: 60px;
}

/*----------форма на фото------*/
.forma_call {
    position: relative;
    width: 100%;
    height: auto;
}
.forma_call img {
    position: absolute;
    z-index: 0;
}
.forma_call form {
	min-height: 350px;
	height: 100%;
    position: relative;
    background-color: #3bb375;
    width: 300px;
    margin: 0;
    z-index: 111;
    text-align: center;
    color: #fff;
}
.forma_call label {
    display: block;
    text-align: left;
    width: 220px;
    margin: 0 auto;
}
.forma_call p {
    width: 220px;
    margin: 0 auto;
    font-size: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 700;
}
.forma_call select,
.forma_call textarea,
.forma_call input[type="text"],
.forma_call input[type="password"],
.forma_call input[type="datetime"],
.forma_call input[type="datetime-local"],
.forma_call input[type="date"],
.forma_call input[type="month"],
.forma_call input[type="time"],
.forma_call input[type="week"],
.forma_call input[type="number"],
.forma_call input[type="email"],
.forma_call input[type="url"],
.forma_call input[type="search"],
.forma_call input[type="tel"],
.forma_call input[type="color"],
.forma_call .uneditable-input {
	color: #fff;
	border: 1px solid #fff;
}
.forma_call #btn-send_1 {
    width: 150px;
    margin: 20px auto 30px auto;
    border: 1px solid #fff;
    padding: 7px 10px;
    height: 30px;
}
.forma_call .btn:hover::before {
	visibility: hidden;
}
.forma_call .has-error input {
    border: 1px solid #a50e2c;
}
.tel_1_name, .tel_1_phone{
	position: relative;
}
.tel_1_name span, .tel_1_phone span {
    position: absolute;
    color: #a50e2c;
    bottom: 0;
    right: 50px;
}
.forma_call .alert {
    position: relative;
    top: 110px;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    color: #fff;
    text-shadow: none;
}
.forma_call .alert h3 {
    color: #fff;
}
.btn.zakaz.mob{
	margin: 0 auto;
}
.absolute{
    position: absolute;
    top: 50%;
    line-height: 1.2;
    left: 0;
    right: 0;
    margin: auto 0;
    width: 80%;
    transform: translate(0%, -50%);
}
.parent{
    margin: 10px 0;
    position: relative;
    width: 100%;
    height:90px;
}
.post__holder .parent .post-header .post-title{
	margin:0;
}
.zakon_rew .excerpt {
    height: 110px;
    overflow: hidden;
}
.pagination__posts{
	clear:both;
}
@media screen and (min-width: 768px) {
	.desctop{display: block;}
	.mob{display: none;}
}
@media screen and (max-width: 767px) {
	.desctop{display: none;}
	.mob{display: block;}
}
.banner-content-holder.ueban_2 {
    background: #3b7ea2;
}
.banner-content-holder.ueban_3 {
    background: #ccaa8f;
}
.uebanov-polno{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.span6.zakon_rew.cat-parent-ueban {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.span6.zakon_rew.cat-parent-ueban .parent{
    height: auto;
}
.span6.zakon_rew.cat-parent-ueban .absolute{
	position:relative;
	transform:none;
}
.span6.zakon_rew.cat-parent-ueban .excerpt{
	height:auto;
}
.recent-posts li .post-content-holder .auto_play_carousel-wrap {
    margin: 0;
}
.p_h3 {
  margin-top: 0px;
  font-size: 14px;
  min-height: 45px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.p_h1 {
	font: bold 36px/36px Istok Web;
    color: #fff;
    text-transform: uppercase;
}
.p_h4 {
	font: bold 24px/20px Istok Web;
    color: #39464f;
}
.p_h3_w {
	text-transform: uppercase;
	font: bold 24px/24px Istok Web;
    color: #39464f;
    margin-bottom: 30px;
}

#contact-form_3 { visibility:hidden; }
#contact-form_2 { visibility:hidden; }