/*========================================================
                    1. Import
=========================================================*/

@import "grid.css";

@import url(//fonts.googleapis.com/css?family=Roboto:100&subset=latin,cyrillic);
@import url(//fonts.googleapis.com/css?family=Roboto:400&subset=latin,cyrillic);
@import url(//fonts.googleapis.com/css?family=Roboto:900&subset=latin,cyrillic);
@import url(//fonts.googleapis.com/css?family=PT+Sans&subset=latin,cyrillic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,cyrillic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600&subset=latin,cyrillic);














@import url(//fonts.googleapis.com/css?family=Roboto:100);

/****Form****/

#form {
	padding-top: 16px;
	position: relative;
	outline: medium none;
	letter-spacing: 0px;
}

#form input.inpunt_txt {
	width: 480px;
	height: 39px;
	float:left;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	color: #a6a6a6;
    font: 14px/14px 'Roboto';
	border: 1px solid #e9ebe5;
    padding: 10px 15px 9px 15px;

}

.subm_btn {
	font: 900 16px/16px 'Roboto';
	background: #05a6b3;
	border: 0;
	border-right: 5px solid #047c86;
	color: #fff !important;
	cursor: pointer;
	margin-top: 10px;
}

.subm_btn:hover {
	background: #047c86;
}

#form textarea {
	width: 100%;
	height: 288px;
	background: #fff;
	position: relative;
	resize:none;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	float:left;
	margin: 0;
	color: #a6a6a6;
    font: 14px/14px 'Roboto';
	border: 1px solid #e9ebe5;
    padding: 13px 15px 12px 15px;
}



#form ._placeholder {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #a6a6a6;
    font: 14px/14px 'Roboto';
    padding: 13px 15px 12px 15px;
	height: 30px !important;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	cursor: text !important;
	display: block;
}

#form ._placeholder.hidden {
	display: none;
}

#form ._placeholder.focused {
	opacity: 0.3;
}


#form .message ._placeholder {
	height: 100% !important;
}
#form label {
	position:relative;
	display: block;
	min-height: 49px;
	float: left;
	width: 480px;
}

#form label+label {
}



#form label.message {
	width: 100%;
	margin-left: 0;
}




#form .error-message, #form .empty-message {
	color: #E02A05;
	font-size: 12px;
	line-height: 12px;
	width:auto;
	position: absolute;
	z-index: 999;
	top: 20px;
	opacity: 0;
	right: 5px;
	float:left;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}



#form .invalid .error-message, #form .empty .empty-message {
	opacity: 1;
}

.btns {
	font-size: 0;
	line-height: 0;
	text-align: right;
	padding-top: 30px;
}
.btns .btn_wrapper{
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 26px;
}
.btns .btn_slide div,
.btns .btn_main{
	font-weight: 900;
}



#form .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	background: #fff;
	font-size: 20px;
	color: #05a6b3;
	width: 485px;
    border-radius: 0px !important;
	height: 140px;
	text-align: center;
	padding: 60px 10px;
	z-index: 999;
	border: 1px solid #e9ebe5;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

#form.success .success-message {
	display: block;
	opacity: 1;
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 995px) {

}

@media only screen and (max-width: 767px) {
    #form input.inpunt_txt,
    #form .success-message,
    #form label {
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {

}


















/*========================================================
                    2. Global
=========================================================*/

.global {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
}

a[href^="tel:"]{
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
:focus{
	outline: medium none;
}

body{
	
	color: #996900;
	font: 14px/20px 'Roboto';
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	text-decoration: none;
	color: #05a6b3;
}

h1{
	display: inline-block;
}
h2{
	color: #fff;
	font: 60px/60px;
	text-transform: uppercase;
}
h3{
	font-size: 52px;
	line-height: 52px;
	color: #998200;
	text-transform: uppercase;
	font-weight: 900;
}
h4{
	font-size: 22px;
	line-height: 22px;
	color: ##ffd700;
	font-weight: 900;
	text-transform: uppercase;
}
h5{
	font-size: 16px;
	line-height: 22px;
	color: #222222;
	font-weight: 900;
	text-transform: uppercase;
}
img{
	/*width: 100%;*/
	height: auto;
}
.last{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}


/*========================================================
                    3. Main layout styles
=========================================================*/


/* Header
========================================================*/

header .header-wrapper{
	position: relative;
	height: 106px;
	background: url(../images/header_bg.jpg) no-repeat;
}
header .page-1_header-wrapper{
	position: absolute;
	width: 100%;
}
header .page-1_header-wrapper .header-wrapper{
	background: transparent;
}
header img{
	width: inherit;
	height: inherit;
}
header .menu{
	position: relative;
	z-index: 10;
	height: 60px;
	background: #523314;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        border-radius: 0 0 5px 5px;
}
header h1{
	background: #05a6b3;
	padding: 11px 15px 7px 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 76px;
}
header .logo_wrapper__1{
	background: #2c2c2c;
	padding-right: 6px;
	display: inline-block;
}
header .logo_wrapper__2{
	background: #047c86;
	padding-right: 6px;
	display: inline-block;
}


/* Content
========================================================*/

/* Buttons
=============================================*/
a.btn:hover{
	text-decoration: none;
	color: #fff;
}
.btn_wrapper{
	text-align: left;
}
.btn{
	display: inline-block;
	margin-top: 20px;
}
.btn_slide_wrapper{
	position: relative;
	display: inline-block;
	overflow: hidden;
	background: #665700;
}
.btn_main{
	display: inline-block;
	width: 80px;
	font: 16px/16px 'Roboto';
	color: #ffd700;
	font-weight: 900;
	padding: 8px 0 8px;
	text-indent: -6px;
	text-align: center;
}

.btn_slide{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	margin-left: -6px;
	left: 100%;
	background: #ffd700;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn_slide div{
	display: inline-block;
	width: 70px;
	font: 16px/16px 'Roboto';
	color: #fff;
	font-weight: 900;
	padding: 8px 0 8px;
	text-indent: 12px;
	text-align: center;
}
.btn:hover .btn_slide{
	margin-left: 0;
	left: 0;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn:hover .btn_main{
	margin: 0 100% 0 -100%;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

/* Camera Slider
=============================================*/

.slider-wrapper{
	position: relative;
}
.slider-sq_wrapper{
	position: absolute;
	width: 100%;
	bottom: 10px;
}
.slider-sq{
	margin: -10px;
	padding: 10px;
	background: rgba(255,255,255,0.5);
}
.slider-sq .box{
	background: rgba(255,255,255,0.8);
}
.slider-sq_block{
	padding: 33px 43px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	text-align: center;
}
.slider-sq_block img{
	max-width: 140px;
	margin-bottom: 17px;
}
.slider-sq_block_img__hover{
	display: none;
}
.slider-sq_block h4{
	margin-bottom: 15px;
}


.slider-sq .box:hover{
	background: #05a6b3;
}
.slider-sq .box:hover img{
	display: none;
}
.slider-sq .box:hover .slider-sq_block_img__hover{
	display: inline-block;
}
.slider-sq .box:hover h4, .slider-sq .box:hover p{
	color: #fff;
}

/* Big Slider
=============================================*/
.big-info{
	background: #05a6b3;
	padding-bottom: 5px;
	margin-top: -20px; 
}
.big-info_wrapper-1{
	background: #047c86;
	padding-bottom: 5px;
}
.big-info_wrapper-2{
	background: #2c2c2c;
	padding-bottom: 5px;
}
.big-info_wrapper-3{
	background: #996900;
	padding: 36px 0 43px;
}
.big-info h3{
	color: ##ffd700;
	margin-bottom: 12px;
}
.big-info h3 span{
	color: #998200;
}
.big-info p{
	display: inline-block;
	float: left;
	width: 70%;
	padding-right: 60px;
	padding-top: 6px;
	color: #ffd700;
}

.big-info .btn_wrapper{
	display: inline-block;
	float: right;
}
.big-info .btn{
	margin-top: 0;
}
.big-info .btn_main{
	width: 220px;
	padding: 19px 0 18px;
}
.big-info .btn_slide div{
	width: 220px;
	padding: 19px 0 18px;
}

/* Info
=============================================*/

.info{
	background: #fff;
	padding: 42px 0 64px;
}
.info__indent{
	padding-top: 81px;
}
.info_title{
	text-align: center;
}
.info_title__indent{
	margin-top: 11px;
}
.info p.info_title{
	line-height: 28px;
}
.info [class*="grid_"]{
	/*margin-top: 16px;*/
	margin-top: -2px;
}
.info_col-text{
	margin-top: 23px;
	margin-bottom: 10px;
}
/* Info Block
==============*/
.info_block{
	-webkit-box-siziing: border-box;
	-moz-box-siziing: border-box;
	-ms-box-siziing: border-box;
	-o-box-siziing: border-box;
	box-siziing: border-box;
	border: 1px solid #ffd700;
	position: relative;
	padding-bottom: 51px;
}
.info_block:hover{
	border-color: #665700;
}
.info_block img{
	margin-top: 9px;
}
.info_block_text{
	padding: 25px 12px 6px 14px;
	margin-bottom: 30px;
}
.info_block_text h4{
	min-height: 2.75em;
}
.info_block_text p{
	margin-top: 7px;
}
.info_block .btn_wrapper{
	position: absolute;
	bottom: 0;
	right: 0;
}
/* Info Horizontal
==============*/
.info_hor_text h5{
	margin-top: -4px;
}
.info_hor_text__indent{
	margin-top: 5px;
	margin-bottom: 20px;
}
.info_hor_text .btn_wrapper .btn{
	margin-top: 25px;
}
/* Info List
==============*/
.info_list{
	padding: 20px 0 30px;
}
.info_list_box{
	position: relative;
	border: 1px solid #e6e6e6;
	background: #f1f1f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.info_list_block{
	padding-bottom: 35px;
}
.info_list_block:hover{
	border-color: #05a6b3;
}
.info_list_text{
	padding: 25px 18px;
}
.info_list_text li{
	margin-top: 5px;
}
.info_list_text li p{
	position: relative;
	display: inline-block;
	padding-left: 22px;
}
.info_list_text li p:before{
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	background: url(../images/list-ident.jpg);
	top: 4px;
	left: 0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.info_list_text li a:hover p:before{
	left: 4px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.info_list .btn_wrapper{
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Table
=============================================*/

.info table{
	width: 100%;
	text-align: center;
	margin-top: 16px;
}
.info .table-device{
	display: none;
}
.info td{
	height: 50px;
	border: 1px solid #f3f3f3;
	vertical-align: middle;
}
.info .table_first-row td{
	font: 14px/14px 'Roboto';
	font-weight: 900;
	color: #05a6b3;
	text-transform: uppercase;
}
.info .table_first_col{
	width: 220px;
}

/* Gallery
=============================================*/
.info.gallery{
	padding-bottom: 46px;
}
.gallery li{
	margin-bottom: 44px;
}
.gallery .thumbs_img > div{
	position: relative;
	margin-bottom: 28px;
}
.gallery .thumbs_img  .lbHover{
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.gallery .thumbs_img  .lbHover:hover{
	background: rgba(102,102,102,0.7);
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.gallery .thumbs_img  .lbHover span{
	font-family: 'Roboto';
	font-size: 72px;
	line-height: 72px;
	color: #fff;
	font-weight: 100;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -20px;
	display: block;
	opacity: 0;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.gallery .thumbs_img div:hover .lbHover span{
	opacity: 1;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.gallery .btn{
	margin-top: 15px;
}

.gallery_text time{
	text-transform: uppercase;
	font: 16px/16px 'Roboto';
	color: #222222;
	font-weight: 900;
}
.gallery_text p{
	margin-top: 7px;
}

/* Blog
=============================================*/
.info.blog{
	padding-bottom: 26px;
}
.blog .post{
	margin-bottom: 64px;
}
.blog time{
	font-family: 'Open Sans';
	display: inline-block;
	float: left;
	width: 60px;
	height: 97px;
	background: #12a8b4;
	color: #fff;
}
.blog .post_img{
	margin-left: 60px;
}
.blog time{
	text-align: center;
	text-transform: uppercase;
	padding: 16px 0 0;
	font-size: 30px;
	font-weight: 600;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blog time label{
	font-size: 14px;
	line-height: 18px;
	margin-top: 11px;
	font-weight: 300;
	display: block;
}
.blog .post_text{
	margin-top: -1px;
}
.blog .post_text h5{
	line-height: 18px;
	margin-bottom: 10px;
}
.blog .btn{
	margin-top: 27px;
}


/* Subscribe Form
=============================================*/

.sForm{
	background: #05a6b3;
	padding: 56px 0 48px;
}
.sForm h3{
	font: 52px/52px 'PT Sans';
	color: #fff;
	letter-spacing: -1px;
}

/* Bottom Block
=============================================*/

.b-block{
	padding: 47px 0;
	font: 13px/24px 'Roboto';
	color: #ffd700;
	background: #222;
	margin-bottom: -20px;
}
.b-block h5{
	color: #996900;
	margin-bottom: 16px;
}
.b-block .current{
	color: #05a6b3;
}
.b-block_contact__m{
	margin-top: 25px;
	margin-bottom: 40px;
}
.b-block_contact img{
	margin-top: 2px;
	margin-right: 10px;
	max-width: 23px;
	float: left;
}
.b-block_contact p{
	overflow: hidden;
	line-height: 18px;
}
.b-block_contact a{
	text-decoration: underline;
}

/* Social
=============================================*/

.social{
	background: #996900;
	padding: 90px 0;
	text-align: center;
}
.social img{
	display: inline-block;
	width: inherit;
	height: inherit;
}
.social .s-icon_hover{
	display: none;
	width: inherit;
	height: inherit;
}
.social h4{
	color: #fff;
	margin-top: 24px;
}
.social a:hover img{
	display: none;
}
.social a:hover .s-icon_hover{
	display: inline-block;
}
.social a:hover h4, .social a:hover{
	color: #222222;
}

/* Map
=============================================*/
.map {
	width: 100%;
	margin-top: 15px;
}

.map iframe {
	border: none;
	width: 100%;
	height: 370px;
}

/* Contact
=============================================*/

.contact-details{
	text-align: center;
	margin-top: 40px;
}
.contact-details .adrress{
	font: 16px/18px 'Roboto';
	color: #222222;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.contact-details span{
	padding-right: 33px;
}
.contact-details .mail a{
	color: #05a6b3;
	text-decoration: underline;
}
.contact-details .mail a:hover{
	color: #222222;
}

/* More Text
=============================================*/
.more-text h5{
	margin: 11px 0 6px;
}
.more-text .more-text_h5{
	margin-top: 40px;
}
.more-text_p{
	margin-bottom: 30px;
}
.more-text a{
	color: #05a6b3;
	text-decoration: underline;
}
.more-text a:hover{
	color: #222222;
}


/* To Top Button*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 0px;
left: 51%;
margin-left: 583px;
overflow: hidden;
width: 110px;
height: 100px;
z-index: 20;
background: url(/images/up.png)no-repeat 0 50%;
}
#toTop i{
  color: #fff;
font-size: 25px;
padding-top: 0px;
padding-left: 45px;
}
#toTop:hover i{
    padding-top: 0px;
    margin-top: 5px;
    -webkit-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    -moz-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    -ms-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    -o-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
}

/* Footer
========================================================*/

footer{
	padding: 23px 0 22px;
}

.pr-policy{
	color: #fff;
	text-align: center;
}
.pr-policy_sep{
	color: #fff;
	padding: 0 6px;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1200px){
	
}

@media only screen and (max-width: 1400px){
	
}

@media only screen and (max-width: 1279px) {
	
}
@media only screen and (max-width: 1199px) {
  	
}

@media only screen and (max-width: 1023px) {
	
}

@media only screen and (min-width: 980px){
	.menu{
		width: 942px !important;
	}
	.tm_navbar li a {padding: 0px 14px;}
}
@media only screen and (max-width: 979px) {
	.sForm h3{
		font: 40px/40px 'PT Sans';
		margin-top: 4px;
	}
	.tm_navbar li a {padding: 0px 14px !important;}






}
@media only screen and (max-width: 767px) {
	.slider-sq_block img,
	.slider-sq_block p,
	.slider-sq_block .box:hover .slider-sq_block_img__hover{
		display: none !important;
	}
	.slider-sq_block{
		padding: 10px;
	}
	.slider-sq_block h4{
		margin-bottom: 0;
	}
	.big-info .btn_wrapper{
		float: none;
		margin-top: 10px;
	}
	.social{
		padding: 20px 0 0;
	}
	.social h4{
		margin-bottom: 20px;
	}
	.b-block ul{
		margin-bottom: 25px;
	}
	.table_first_col{
		width: 100px;
	}
	.table-desktop{
		display: none;
	}
	.info .table-device{
		display: table;
	}

	.uMenuRoot {
		width: 100%;
	}

	.tm_navbar {
		width: 100%;
	}

			.select-menu {
			display: block !important;
			color: #FFF;
			border: 1px solid #3f464a;
			background: #3f464a !important;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: relative;
			width: 100%;
			margin: 0;
			padding: 5px;
		}
		.select-menu option {
			padding: 0;
		}



}

@media only screen and (max-width: 480px) {
	.menu.container{
		padding: 0;
	}
	.slider-sq{
		display: none;
	}
	.big-info h3{
		font-size: 25px;
		line-height: 25px;
	}
}

/*Core variables and mixins*/













/*-----menu-----*/
.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	display: inline-block;
	text-align: center;
	/* margin-top: 0px; */
	float: right;
}
.uMenuRoot {
	padding: 0;
	margin: 0;
	margin-top: 0px;
}
.tm_navbar li {
	float: left;
	font-size: 13px;
	line-height: 38px;
	padding: 0;
	position: relative;
	margin: 0 2px 0 0;
	list-style: none;
}
.uMenuV .uMenuRoot  > li {
}
.uMenuV .uMenuRoot  > li > a {
}
.tm_navbar li:last-child {
	margin-right: 0;
}
.tm_navbar > li >  strong {
	width: 1px;
	height: 9px;
	background: #ccc;
	position: absolute;
	right: -8px;
	bottom: 30px;
}
.tm_navbar li a {
	position: relative;
	padding: 0;
	text-transform: uppercase;
	font: 900 13px/76px 'Roboto';
	color: #ffd700;
	padding: 0px 24px;
	background: none;
	margin-top: 0px;
	display: inline-block;
}
.tm_navbar li > a.uMenuItemA {
	color: #ffd700;
	background: none;
	text-decoration: none;
}

/*.tm_navbar li > a.uMenuItemA:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 100%;
	height: 5px;
	left: 0;
	top: -22px;
	background: #f47f84;
}
.tm_navbar li  ul a.uMenuItemA:before {
	display: none;
}*/

.uMenuRoot > li > a:before {
  content: "";
  position: absolute;
  left:50%;
  width: 0;
  height: 100%;
  top: 0;
  background: #2c2c2c;
  /*opacity: 0.3;*/
  z-index: -1;
  -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
border-radius: 0px 0px 10px 10px;
}
.uMenuRoot > li > a:after {
  content: "";
  position: absolute;
  left:50%;
  width: 0;
  height: 1px;
  bottom: -8px;
  /*background: #c2c5c7;*/
  -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.uMenuRoot > li.sfHover > a:before,
.uMenuRoot > li > a:hover:before,
.uMenuRoot > li > a.uMenuItemA:before,
.uMenuRoot > li.sfHover > a:after,
.uMenuRoot > li > a:hover:after,
.uMenuRoot > li > a.uMenuItemA:after {
  width: 100%;
  left: 0%;
} 


.tm_navbar li > a:hover {
	color: #fff;
	background: none;
	text-decoration: none;
}
.tm_navbar .sfHover > a {
	color: #fff; 
	background: none;
	text-decoration: none;
}
.tm_navbar li strong {
	height: 4px;
	background: url(../img/indicator.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 31px;
	left: 0;
}
/*-----subMenu1-----*/
.tm_navbar .uWithSubmenu > ul {
	position: absolute;
	display: none;
	width: 126px;
	left: 50%;
	top: 76px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #222;
	padding: 27px 0;
	margin: 0;
	margin-left: -63px;
}
.tm_navbar .uWithSubmenu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 1px 0;
	padding: 0;
	display: block;
	float: none;
}
.tm_navbar .uWithSubmenu > ul li a {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 300 13px/28px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.tm_navbar .uWithSubmenu > ul li strong {
	display: inline-block;
	/*background: url(../img/menu-marker2.png) no-repeat;*/
	background: none;
	width: 6px;
	height: 7px;
	position: relative;
	left: 9px;
	top: 1px;
}
.tm_navbar .uWithSubmenu > ul li a:hover {
	text-decoration: none;
	color: #fff !important;
	background: #05a6b3;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.tm_navbar .uWithSubmenu > ul li.sfHover > a {
	text-decoration: none;
	color: #fff !important;
	background: #05a6b3;
}
/*-----subMenu2-----*/
.tm_navbar .uWithSubmenu ul ul {
	position: absolute;
	display: none;
	width: 126px;
	left: 127px;
	top: -27px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #222;
	padding: 27px 0;
	margin: 0;
	text-align: center;
}
.tm_navbar .uWithSubmenu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 300 13px/28px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.tm_navbar .uWithSubmenu > ul li > ul li a:hover {
	text-decoration: none;
	color: #fff !important;
	background: #05a6b3 !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	/*display: none !important;*/
}

.thumbs_img img {
	max-width: 100%;
	width: 100%;
	height: 200px;
}