﻿/*Simple East*/

body {
	background-color: #585858;
}
.logo{
	visibility: hidden;
	pointer-events: none;
}
.languages{
	display: none;
}
.sheader {
	background: #181818;
}

.expandable-list .menuleft .menuleftа, .langRow {
	background: #242424;
	border-bottom: 1px solid #464545;
}

	.expandable-list .menuleft .menuleftа:hover, .expandable-list .menuleft.open .menuleftа {
		background: rgba(0,0,0,.2);
		color: #FDB510;
	}

	.expandable-list .menuleft ul li a, .langRow:hover {
		background-color: #131313;
	}

		.expandable-list .menuleft ul li a:hover, .expandable-list .menuleft ul li.active a {
			background-color: #000;
		}


.content-head {
	color: white;
	background: #242424;
}

#menuContainer {
	background-color: #585858;
}

.main-col {
	background-color: #fff;
}

.select-list li {
	background-color: #1d2127;
	border-bottom: 1px solid #0a0a0a;
}
.expandable-list .menuleft .menuleftа{
	border-width: 2px;
	margin-bottom: 0;
	height: 44px;
	font-weight: bold;
}
/*@media screen and (max-width: 1024px) {
	.logo {
		background-repeat: no-repeat;
		width: 120px;
		height: 29px;
		background-size: contain;
	}
	#main #menucontainer {
		position: static !important;
	}
	.mob_nav{
		display: none !important;
	}
}*/

.mob_nav:hover::before {
	color: currentColor;
	transition:none;
}
header {
	color: #fff;
}
#menu_toggle_close,
.mob_nav {
	transition: color 0.2s;
}
.mob_nav:hover,
#menu_toggle_close:hover {
	color: #999;
}

