﻿/* Maldobet Rules page */
.logo {
    background: url('images/ClientLogo/313/big.png') no-repeat;
    width: 115px;
    height: 36px;
    background-size: contain;
}

@media screen and (max-width: 1024px) {
    .logo {
        background: url('images/ClientLogo/313/sm.png') no-repeat;
        width: 30px;
        height: 30px;
        background-size: contain;
    }
}

body {
    background-color: #f3f5f7;
}

header {
    background: #ffffff;
    box-shadow: 3px 1px 4px #000;
}

.languages .select-list,
.langRow {
    background-color: #ffffff;
}

.langRow .txt {
    color: #333333;
}

.langRow:hover {
    background-color: #ffffff;
}

.languages #selLang > a {
    border-radius: 2px;
}

.expandable-list {
    background-color: #f3f5f7;
}

.main-col {
    background: #ffffff;
    color: #000;
}

.expandable-list .menuleft .menuleftа {
    background: #ffffff;
    color: #000;
}

.expandable-list .menuleft .menuleftа:hover {
    background: #ffffff;
}

.expandable-list .menuleft ul li a {
    background-color: #e6e6e6;
    color: #666666;
}

.expandable-list .menuleft ul li a:hover {
    background-color: #f5f5f5;
}

.expandable-list .menuleft ul li.active a {
    background-color: #f2f2f2;
}

.content-head {
    color: #1573a9;
}

.mob_nav {
    color: #333333;
}

.subMenu .arrow,
.languages #selLang > a:after {
    color: #333333;
}