﻿/*Hattrick*/
.logo {
    background: url(images/ClientLogo/98/HattrIck_Logo_Dark_bg.png) no-repeat;
	background-size: contain;
    width: 218px;
    height: 40px;
}
header {
	background: #282d36;
}
.expandable-list .menuleft .menuleftа,
.langRow {
	background: #22252d;
}
.expandable-list .menuleft .menuleftа:hover {
    background: #23282f;
}

.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:#484c51;
}


.content-head {
	color: #e8a300;
}
#menuContainer {
	background-color:#1b1e23;
	}
.main-col {
	background-color:#1d2127;
}
.select-list li {
    background-color: #1d2127;
    border-bottom: 1px solid #0a0a0a;
}

@media screen and (max-width: 1024px){
.logo {

    background-repeat: no-repeat;
    width: 120px;
    height: 29px;
    background-size: contain;
}
}