﻿/* WinonFire */
.logo {
	background: url(images/ClientLogo/157/Winonfire_Logo_Desktop.png) no-repeat;
	background-size: cover;
	width: 84px;
	height: 36px;
}
body {
	background-color: #E9E9E9;
}
header {
	background: #fff;
	box-shadow: none;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
}
.expandable-list .menuleft .menuleftа {
	background: #DCDCDC;
	color: #000000;
}
.expandable-list .menuleft .menuleftа:hover {
	background-color: #fff;
}
.expandable-list .menuleft ul li a {
	background-color: #FFFFFF;
	color: #999999;
}
.expandable-list .menuleft ul li a:hover {
	background-color: #ECECEC;
}
.expandable-list .menuleft ul li.active a {
	background-color: #ECECEC;
	color: #999999;
}

.arrow {
	color: #999;
}
/*.open .menuleftа span,
.active .menuleftа span {
	color: #000;
}*/
.content-head {
	color: #F77E0B;
}
#menuContainer {
	background-color: #ECECEC;
}
.main-col {
	background-color:#fff;
}
.select-list li {
    background-color: #fff;
    border-bottom: 1px solid #0a0a0a;
}
.select-list .selected {
	background-color: #c5c5c5;
	border-color:#009688;
}
.select-list li:hover a {
    color: #009688 !important;
}

.mob_nav,
#menu_toggle_close {
	color:#009688;
}
.mob_nav:hover::before {
    color: #009688;
}

.langRow {
	background-color: #FFFFFF;
}

.langRow:hover {
	background-color: #FFFFFF;
}

.langRow .txt {
	color: #979797;
}

.languages #selLang {
	pointer-events: none;
	border: 1px solid #4B4B4B;
	border-radius: 2px;
}
.expandable-list {
	background-color: #fff;
}
.languages{
	width:70px;
}
.languages #selLang > a:after {
	color: #999999;
}
.open .menu-list {
	background: #ECECEC;
}