﻿/* LimboBet */
.logo {
    background: url('images/ClientLogo/191/LimboBet_Logo.png') no-repeat;
    width: 201px;
    background-position: center;
    background-size: cover;
    height: 36px;
}
body {
    background-color: #1E1E1E;
}
header {
    background: #000000;
    box-shadow: none;
    box-shadow: 0 0 3px 0 #000;
}
.expandable-list .menuleft .menuleftа {
    background: #171717;
    color: #fff;
    border-bottom: 1px solid #333333;
}

.expandable-list .menuleft .menuleftа:hover {
    background-color: #FFCC00;
    color:#000;
}
.expandable-list .menuleft .menuleftа:hover .arrow{
    color:#000;
}
.expandable-list {
    background-color: #171717;
}

.expandable-list .subMenu .arrow{
	color: #999999;
}

    .expandable-list .menuleft ul li a:hover,
    .expandable-list .menuleft ul li a {
        background-color: #333333;
        color: #fff;
    }

    .expandable-list .menuleft ul li.active a {
        background-color: #FFCC00;
        color: #000;
    }

.content-head {
    color: #FFCC00;
}
#menuContainer {
	background-color: #07654D;
}
.main-col {
    background-color: #333333;
}
.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;
}
.languages .select-list {
    background-color: #DEDEDE;
}
.langRow {
    background-color: #1D1D1D;
    border-radius: 10px;
}
.languages{
    width:76px;
}

.langRow:hover {
    background-color: #E2E2E2;
}

    .langRow .txt {
        color: #000000;
    }

