@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,400italic,700,700italic&subset=latin,cyrillic-ext,latin-ext,cyrillic);
@import url('https://fonts.googleapis.com/css?family=Tinos:400,400i,700,700i&subset=cyrillic');
body {
	font-family: 'Ubuntu', sans-serif;
	background: url(../img/bg.jpg);
	color:#000;
}
a{
	color:#18486c;
}
img{
	max-width: 100%;
}
#am-container{
	overflow: hidden;
}
#am-container img{
	max-width: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#am-container img:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#am-container{
	margin-bottom: 35px;
}
#owl-demo .owl-wrapper{
	display: table;
}
#owl-demo .owl-item{
	display: table-cell;
	vertical-align: middle;
	float:none;
}
.contact_h_blocks p{
	margin-bottom: 0;
}
.contact_h_blocks{
	display: inline-block;
	margin-right: 60px;
	position: relative;
	padding-left: 36px;
}
.contact_h_blocks i{
	position: absolute;
	top:0;
	left:0;
}
.contact_h_blocks.last{
	margin-right: 0;
}
.header_top {
	background: #9c3024;
	padding:8px 0;
}
.header_top,.header_top a {
	color:#fff;
	text-decoration: none;
}
.header_top span {
	margin-right: 50px;
}
.header_top span:last-child {
	margin-right: 0;
}
.header_top i {
	color:#fff;
	font-size: 16px;
	margin-right: 20px;
}
.header_top_contacts {
	text-align: right;
}
.header {
	background: #18486c;
	padding:10px 0;
}
.category_tpl{
	margin-bottom: 25px;
}
.logo{
	display: inline-block;
	margin-top: 15px;
	line-height: 1;
	font-family: 'Tinos', serif;
	color:#fff;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.logo span{
	color:#f0c000;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.logo:hover{
	color:#f0c000;
	text-decoration: none;
}
.logo:hover span{
	color:#fff;
}
.logo:active{
	color:#f0c000;
	text-decoration: none;
}
.logo:active span{
	color:#fff;
}

.logo:focus{
	color:#f0c000;
	text-decoration: none;
}
.logo:focus span{
	color:#fff;
}
.header ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
.header ul li {
	float:left;
	color:#fff;
	font-size: 16px;
}
.header ul li:last-child{
	display: none;
}

.text_page{
	margin-bottom: 20px;
}
.fotogallery a{
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-bottom: 25px;
	border:6px solid #18486c;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.fotogallery a:hover{
	border-color: #f0c000;
	    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.header ul li a {
	text-transform: uppercase;
	color:#fff;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.category_left_tpl img{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	border:6px solid #435962;
}
.category_left_tpl img:hover{
	opacity: 0.6;
}
.header ul li a:hover,.header ul li a:focus,.header ul li a.active {
	color:#f0c000;
	text-decoration: none;
}
.category_title a{
	text-transform: uppercase;
	font-size: 18px;
}
.category_title{
	margin-bottom: 15px;
}
.category_date{
	margin-top: 15px;
	color: #435962;
}
.header ul li.devider {
	margin: 0 20px;
}
.slide {
	height: 720px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.slider {
	position: relative;
}
.slider .slogan {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	color:#fff;
	font-size: 100px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}
.main_services {
	margin-top: 	20px;
}
.main_services_page .row{
	margin:0;
}
.home .main_services {
	margin-top: -200px;
	margin-bottom: 20px;
}

.main_services .blue {
	background: #697377;
	overflow: hidden;
}
.main_services .yellow {
	background: #E19952;
	overflow: hidden;
}
.main_services .red {
	background: #9E4849;
	overflow: hidden;
}
.main_services .green{
	background: #A0AD97;
	overflow: hidden;
}
.main_services_pic {
	margin: 45px auto;
	display: inline-block;
	position: relative;
	overflow:hidden;
	text-align: center;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	
}
.main_services_pic img {
	max-width: 160%;
	border-radius: 100%;
}
.main_services_pic:hover{
	transform: scale(1.15,1.15);
	-webkit-transform: scale(1.15,1.15);
	-moz-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15)
}
.main_services_title {
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	height: 90px;
	overflow: hidden;
	line-height: 1;
	margin-bottom: 20px;
}
.color_3 .main_services_title{
	color:#000;
}
.main_services_title:hover,.main_services_title:focus,.main_services_title:active {
	text-decoration: none;
	color:#fff;
}
.btn.btn-grey {
	background: #435962;
	color:#fff;
	border-radius: 0;
}
.btn.btn-grey.btn-lg {
	text-transform: uppercase;
	font-size: 16px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.btn.btn-grey:hover,.btn.btn-grey:active,.btn.btn-grey:focus {
	background: #9E4849;
}
.home h2 {
	text-align: center;
	color:#18486c;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 46px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.home .last_works h2{
	color: #18486c;
}

.second_services {
	margin-top: 70px;
	margin-bottom: 100px;
}
.second_services_pic {
	width: 150px;
	height: 150px;
	margin:0 auto;
	display: block;
	text-align: center;
	line-height: 150px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.second_services_pic:hover{
	transform: scale(1.15,1.15);
	-webkit-transform: scale(1.15,1.15);
	-moz-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
}
.second_services_title {
	color:#000;
	text-align: center;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	min-height:40px;
	margin-bottom: 20px;
	font-size: 13px;
}
.second_services_title:hover,.second_services_title:active,.second_services_title:focus {
	color:#18486c;
	text-decoration: none;
}
.btn.btn-ocean {
	background: #18486c;
	color:#fff;
	border-radius: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.btn.btn-ocean:hover,.btn.btn-ocean:focus,.btn.btn-ocean:active {
	background: #9c3024;
}
.btn.btn-ocean.btn-lg {
	text-transform: uppercase;
	font-size: 16px;
}
.last_works .btn-lg{
	padding:14px 30px;
	background: #9c3024
}
.last_works .btn-lg:hover{
	background: #18486c
}
.last_works {
	background: #d8c0a8;
	padding:0 0 50px 0;
}
.last_works_item {
	margin-bottom: 30px;
}
.last_work_pic {
	display: block;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.last_works_item:hover .last_work_pic{
	opacity:0.7;
}
.last_work_title {
	background: #18486c;
	display: block;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	padding:20px 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.last_works_item:hover .last_work_title{
	background: #9c3024;
	color:#fff;
	text-decoration: none;
}
.albom_type2 .last_work_title{
	background: #9c3024;
}
.albom_type2 .last_works_item:hover .last_work_title{
	background: #18486c;
}
.reviews {
	background: url(../img/reviews.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	padding:20px 0 60px 0;
}
.reviews h2 {
	color:#fff;
}
.review_text {
	color:#fff;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}
.review_name {
	color:#f0c000;
	font-size: 16px;
}
.reviews .action_btn{
	margin-top: 25px;
}
#owl-demo .item{
  margin: 10px 15px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.customNavigation_klients{
	text-align: center;
	margin-top: 15px;
}
.customNavigation_klients a{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #18486c;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	color:#fff;
	font-size: 25px;
	cursor: pointer;
	margin: 0 10px;
}
.customNavigation_klients a:hover{
	background: #9c3024;
}
.img_reviews{
	position: relative;
	width: 145px;
	height: 145px;
	margin: 0 auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 45px;
}
.img_reviews img{
	position: absolute;
	bottom: -26px;
	left:50%;
	margin-left: -26px;
}
.our_clients {
	margin-top: 	20px;
	margin-bottom: 	60px;
}
.footer {
	background: #18486c;
	padding:30px 0;
	color:#fff;
}
.footer p {
	margin-bottom: 10px;
}
.footer a {
	color:#fff;
}
.footer i {
	color:#f0c000;
	margin-right: 10px;
}
.copyright{
	color: #f0c000;
}
.revews_page .review_text{
	color:#435962;
}
.revews_page .review_name{
	color: #904c0a;
}
.revews_page .one_review{
	margin-bottom: 25px;
}
.page_services{
	margin-bottom: 55px;
}
.f-nav{  /* To fix main menu container */
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.footer_ofis{
	margin-left: 22px;
}
.topbody.active{
	height: 84px;
}
.footer h2 {
	color:#f0c000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	text-align:left;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 15px;
}
.footer_menu li:nth-of-type(2n){
	display: none;
}
#in_page_review_form{
	margin-top: 35px;
	margin-bottom: 35px;
}
.footer ul {
	list-style-type: none;
	padding: 0;
	overflow: hidden;
}
.footer ul li {
	margin-bottom: 10px;
	/*float: left;
	margin-right: 15px;*/
}
.footer ul li a {
	color:#fff;
}
.footer ul li a:hover {
	color:#f0c000;
	text-decoration: none;
}
.footer hr {
	border-top: 1px solid #57686F;
}
.footer .social{
	font-size: 18px;	
}
.rd-mobilemenu_ul a:hover, .rd-mobilemenu_ul a.active {
	background: #18486c;
}
.rd-mobilepanel{
	background: #18486c;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span{
	background: #fff;
}
.fc{
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
}
.fc p{
	margin-bottom:0;
}
.fc i{
    position: absolute;
    top: 0;
    left: 0;
}
.breadcrumb {
	background: #18486c;
	color:#fff;
	border-radius: 0;
}
.breadcrumb a {
	color:#fff;
	text-decoration: underline;
}
.slider_text{
	position: relative;
}
.slider_text .slogan{
	position: absolute;
	top:60px;
	z-index: 15;
}
.slider_text .action_text{
    background: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    color:#000;
    line-height: 18px;
    padding: 15px;
    margin-bottom: 10px;
}
.action_name{
    background: rgba(255, 255, 255, 0.82);
	font-size: 65px;
	line-height: 65px;
	color:#9c3024;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 20px;
    padding-top: 15px;
    display: inline-block;
}
.eTimer{
	background: rgba(255, 255, 255, 0.82) !important;
	color: #000 !important;
	margin-bottom: 10px;
}
.eTimer .etTitle{
	font-size: 19px;
}
.eTimer .etUnit .etNumber{
	background: #1E3B4F !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}
.action_btn a{
	background: #9c3024;
	font-size: 25px;
	line-height: 25px;
	color:#fff;
	text-decoration: none;
	padding: 20px 30px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.action_btn a:hover{
	background: #18486c;
}
.reviews .action_btn a{
	background: #f0c000;
	color:#000;
}
.reviews .action_btn a:hover{
	background: #9c3024;
	color:#fff;
}
.color_1{
	background:#18486c;
}
.color_2{
	background: #6c8490;
}
.color_3{
	background: #d8c0a8;
}
.color_4{
	background: #9c3024;
}
.color_1 .btn.btn-grey, .color_3 .btn.btn-grey{
	background: #6c8490;
}
.color_2 .btn.btn-grey, .color_4 .btn.btn-grey{
	background: #18486c;
}
.colors{
	text-align: center;
}
.colors .btn.btn-grey:hover,
.colors .btn.btn-grey:active,
.colors .btn.btn-grey:focus
{
	background: #f0c000;
	color:#000;
}
.text_page .reviews{
	background: none;
}
.text_page .reviews .block_header{
	display: none;
}
.text_page .reviews .review_text{
	color:#000;
}
.text_page .reviews .review_name{
	color:#18486c;
	margin-bottom: 25px;
}
.reviews_form textarea{
	width: 100% !important;
}
@media (max-width:1200px) {
	.logo{
		margin-top: 4px;
	}
	.header_top_contacts,.header_top,.header,.reviews {
		text-align: center;
	}
	.header_top img {
		display: inline-block;
		margin-bottom: 10px;
	}
	.slider .slogan {
		font-size: 80px;
	}
	.main_services .col-md-4 {
		padding:40px 0;
	}
	.second_services_pic {
		margin-top:40px;
	}
	.one_review {
		margin-bottom: 30px;
	}
	.header ul li.devider {
	    margin: 0 14px;
	}
	.action_name{
		font-size: 55px;
   	 	line-height: 55px;
	}
	.main_services_title{
		font-size: 17px;
	}
}
@media (max-width:991px) {
	.last_work_title{
		font-size: 12px;
		padding: 10px 0;
	}
	.f-nav{
		position: static;
	}
	.header_top .social{
		margin-bottom: 15px;
	}
	.topbody.active{
		height: auto;
	}
	.main_services_title{
		height: auto;
	}
	.second_services_title {
		height:40px;
		overflow: hidden;
	}
	.last_works_item{
		display: inline-block;
		text-align:center;
	}
}
@media (max-width:768px) {
	.contact_h_blocks{
		display: block;
		margin:0;
		padding-left: 0;
	}
	.contact_h_blocks i{
		display: none;
	}
	.header_top i{
		margin-right: 0;
	}
	.home .main_services {
		margin-top: 0;
	}
	.header_top span {
		display: block;
		margin: 0;
		margin-bottom: 10px;
	}
	.footer ul li{
		float: none;
	}
}
textarea {
	resize:vertical;
}