* {
    -webkit-text-size-adjust: none;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.noScroll, html.noScroll {
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    max-height: 100%; }

.opera9 body.noScroll {
    position: absolute;
    top: 0; }


.js #header,
.js #content,
.js footer {
	margin-left:0px;
	background-color:#fff;
	-moz-transition: margin 1s; 
	-webkit-transition: margin 1s;  
	-ms-transition: margin 1s;  
	-o-transition: margin 1s;  
	transition: margin 1s;
}
/* Navigation is opened */




	
	
#header{
	background-color:#f5f5f5;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:18px;
}

.head_fixed_wrap{
	height:42px;
}

#head_fixed{
	z-index: 1000;
	background-color:#f5f5f5;
	position: static;
	width: 100%;
	padding:10px 0;
	height:22px;
}
#head_fixed.fix{
	position: fixed;
	border-bottom:1px solid #e8e8e8;
}

#logo{
	display:block;
	position:relative;
}
#logo span{
	display: inline-block;
	background-image: url(/images/logo_leto_brd_ua_2015_simple.svg);
	/* background-size: 100% 100%; */
	z-index: 10;
	/* min-width: 200px; */
	/* height: 100%; */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: auto;
	right: 80%;
	background-repeat: no-repeat;
}
#logo img{
	width:100%;
}

#show_menu{
	width:22px;
	height:22px;
	background-image: url(images/show_menu.svg);
	background-size: 100% 100%;
	text-indent:-9999px;
	margin-right:26px;
	margin-left:14px;
	color:#6f6f6f;
	display: inline-block;
	vertical-align: middle;
}
#show_menu_filter {
	color: #fff;
    background: #006cb4;
    /* width: 100%; */
    display: block;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 25px;
    text-align: left;
	padding-left: 25px;
	width:280px;
	position: relative;
	margin-bottom: 20px;
}
.icon-filter {
	background: url(images/filter-results-button.png) no-repeat;
    width: 30px;
    height: 22px;
    position: absolute;
    display: inline-block;
    right: 6%;
    top: 13px;
}
#more_menu_wrap {
	position:relative;
	float:right;
	margin-right:26px;
	/*margin-left:14px;*/
	display: inline-block;
	z-index: 10;
}
#more_menu{
	width:22px;
	height:22px;
	background-image: url(images/more_menu.svg);
	background-size: 100% 100%;
	text-indent:-9999px;	
	color:#a3a3a3;
	display: inline-block;
	vertical-align: middle;	
	position:relative;
	border:1px solid transparent;
	border-bottom:none;
	z-index: 10;
	
}
#more_menu.active{
	background-color:#fff;
	border:1px solid #CBC9C9;
	border-bottom:none;
	border-radius: 5px 5px 0 0;
}
#more_menu_wrap ul{
	display:none;
	position:absolute;
	right:0;
	top:22px;
	background-color:#fff;
	border:1px solid #CBC9C9;
	border-radius: 0 0 5px 5px;
	padding:10px;
	z-index: 10000;
	overflow:hidden;
}
#more_menu_wrap ul a{
	display: block;
	font-weight: normal;
	color: #555;

	padding: 10px 5px;
	font-family: 'MyriadProSemibold';
	white-space: nowrap;
}
#more_menu_wrap ul a:hover{
	text-decoration:underline;
}

#more_menu_wrap ul.active{
	display: block;
}
#more_menu_wrap ul li{
	list-style:none;
}
	
#topmenu{
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
	width: 60%;
	vertical-align: middle;
	overflow: hidden;
	height: 17px;
}
#topmenu ul{
	overflow:hidden;
	margin:0;
	width:1400px;
}
#topmenu li{
	float:left;
	margin-right:23px;
	background:none;
	list-style-type: disc;
}
#topmenu li a{
	display:block;
	font-family: 'MyriadProSemibold';
	padding:0;
	color: #555;
}
#topmenu li a:hover{
	color:#ffc000;
	text-shadow:none;
	text-decoration:none;
}


#menu-left{
	list-style:square;
}


#content{
	word-wrap: break-word;
}
#content img{
	max-width:100%;
	vertical-align: middle;
}
#content .plus-cont img {
	width: 25px;
}


#container{
	background-color:#fff;
}	


.best{
		border:1px solid #d2d1d2;
		background-color:#f9f9f9;
		padding:5px;
		border-radius: 2px;
		margin: 0 0 8px 0;
		overflow:hidden;
		font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
		-webkit-box-shadow: 1px 1px 2px #d8d8d8;
		-moz-box-shadow:    1px 1px 2px #d8d8d8;
		box-shadow:         1px 1px 2px #d8d8d8;
	}
		.best img{
			border:1px solid #d2d1d2;
			background-color:#fff;
			padding:3px;
			border-radius: 2px;
			margin: 0 9px 0 0;
			float:left;
			-webkit-box-shadow: 1px 1px 3px #888;
			-moz-box-shadow:    1px 1px 3px #888;
			box-shadow:         1px 1px 3px #888;
		}
		
		.best .b-info{ padding: 5px 0; /*width: 210px; float:left;*/}
			.best .best-name{font-size: 17px; color:#36383c; float:left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 60%;}
			.best .best-price{font-size: 14px; color:#f32408; border-left:1px solid #e9e9e9; padding: 5px 4px 5px 7px; float:right;}
			.best .ph-r{border-top:1px solid #e9e9e9;overflow: hidden;padding-top: 8px;}

			.best .best-photos{
				font-size: 11px; 
				color:#7c818b; 
				background: url(images/best-photos.png) no-repeat left center;
				padding-left:15px;
				float:left;
			}
			.best .best-rev{
				font-size: 11px; 
				color:#7c818b; 
				background: url(images/best-rev.png) no-repeat left center; 
				padding-left:17px;
				float:right;
			}
.mobile_nav footer {
  float: left;
  margin: 20px 0;
}

.mobile_nav footer a{
	color:#373636;
	text-align:center;
	font-size:bold;
	padding:10px;
	font-family: 'MyriadProSemibold';
	display:block;
	text-decoration:underline;
}
	


.mobile_nav #container {
	overflow-x: hidden;
	width:100%;
}
.mobile_nav #header,
.mobile_nav #content,
.mobile_nav footer {
	width:100%;
	margin-left: 240px;
}

.mobile_nav #sidebar  {
	display:block;
	top:0;
	left:0;
	width:240px;
}
.mobile_nav #sidebar .menu_tit {
	pointer-events: none;
}
.mobile_nav #sidebar .menu_tit:before {
	content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(images/cancel.svg);
    background-position: center;
    background-size: contain;
	pointer-events: all;
}

	#container	{
		width: auto;
		margin:0;
	}
	
	#content{
		margin:0;
	}
	
	#sidebar {
		left:-240px;
		position:fixed;
		float:none;
		margin:0;
	}
	
	#logo{
		float:none;
		width:100%;
		height:auto;
	}
	#logo img{
		padding:0;
	}
	
	

@media screen and (min-width: 860px)  {
	#container {
		overflow-x: hidden !important;
		width:100% !important;
	}
	#content{
		margin-left: 240px !important;
		
	}
	footer {
		width:100%;
	}

	#sidebar  {
		display:block !important;
		top:0 !important;
		left:0 !important;
		width:240px !important;
		margin:0 0 0 -100%;
		float:left;
		position:relative;
	}
	#show_menu{display:none;}
	#show_menu_filter{display: none!important;}
	#topmenu{margin-left:20px;}
	
}
@media screen and (min-width: 1440px) {
	#container {
		width: auto;
		max-width: 1440px;
		margin: 0 auto;
	}
}