@import url("advanced.css");
@import url("light.src.css");
body,
.mobilesearch {
  background: #fff;
}
.flat .container{
  background-color: #f4f6f6;
}
.infscrBtn a{
  background-color: #d7d6d6;
}
.white.filter {
    background-color: #fff;
    border-color: #aaa;
    text-shadow: 0px 1px 1px #fff;
}
.white.filter a {
    color: #444;
    text-shadow: 0px 1px 1px #fff;
    border-right: 1px solid #ccc;
}
.white.menu-toggle{
    background: #FFF;
    box-shadow: 0 0 5px 0 #666;
}
.white.menu-toggle:after {
    background: #000;
    box-shadow: 0 -4px #000, 0 4px #000;
}
.white.filter a:hover, .white.filter a.active {
    background-color: #eeeeee;
}
.white.filter li.search form span.search_9to5 {
    background: #555;
}
.white.filter li.search form span.search_9to5 input[type=text] {
    color: #444;
    background: #fff;
}
.white.filter li.search form span.search_9to5 button {
    background-color: #555;
}
.green.filter {
    background-color: #91bd09;
    border-color: #749a02;
}
.green.filter li a {
    border-left-color: #B2E24C;
    border-right-color: #749a02;
}
.green.menu-toggle{
    background: #B2E24C;
}
.blue.filter {
    background-color: #287CBF;
    border-color: #1D5F96;
}
.blue.filter li a {
    border-left-color: #67A0DC;
    border-right-color: #1D5F96;
}
.blue.menu-toggle{
    background: #287CBF;
}
.black.filter {
    background-color: #222;
    border-color: #222;
}
.black.filter li a {
    border-left-color: #555;
    border-right-color: #111;
}
.black.menu-toggle{
    background: #222;
}
.black.filter li a:hover, .black.filter li a.active {
    color: #fff;
    background-color: #000;
}
.grey.filter {
    background-color: #555;
    border-color: #444;
}
.grey.filter li a {
    border-right-color: #444;
}
.grey.menu-toggle{
    background: #444;
}
.grey.filter li a:hover, .grey.filter li a.active {
    color: #fff;
    background-color: #444;
}
.red.filter {
    background-color: #E30A07;
    border-color: #AA0509;
}
.red.filter li a {
    border-left-color: #F30717;
    border-right-color: #AA0509;
}
.red.menu-toggle{
    background: #E30A07;
}
.magenta.filter {
    background-color: #a9014b;
    border-color: #740134;
}
.magenta.filter li a {
    border-left-color: #D36085;
    border-right-color: #740134;
}
.magenta.menu-toggle{
    background: #D36085;
}
.orange.filter {
    background-color: #e33100;
    border-color: #C12A01;
}
.orange.filter li a {
    border-left-color: #E98369;
    border-right-color: #C12A01;
}
.orange.menu-toggle{
    background: #E98369;
}
.flat .footer{
  background: #c2c2c2;
}
