#menu li {
    display: table-cell;
    list-style-type: none;
    color: white;
    cursor: pointer;
    font-weight: bold;
    padding: 15px;
    width: 10%;
    font-size: 15px;
    text-align: center;
}
ul{padding: 0;}
.fa-eye{cursor:pointer;}
.white{width: 16%;}
.black{background-color: #000000;}
.orange{background-color: #ff6e20;}
.purple{background-color: #ff0052;}
.green{background-color: #aebf57;}
.blue{background-color: #668ccd;padding: 17px;}
.yellow{background-color: #6d1879;}
.grey{background-color: #B3B3B3;}
.page-title{display: none;}
#menu a{color:white!important;}
.black.ind_active::after {
    background: #000000;
    content: '';
    opacity: 1;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.9s, opacity 0.3s, transform 0.9s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    height: 10px;
    margin-top: -157px;
    float: left;
    position: relative;
    width: 137%;
    margin-left: -15px;
}
.orange.ind_active::after {
    background: #ff6e20;
    content: '';
    opacity: 1;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.9s, opacity 0.3s, transform 0.9s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    height: 10px;
    margin-top: -157px;
    float: left;
    position: relative;
    width: 137%;
    margin-left: -15px;
}
.purple.ind_active::after {
    background: #ff0052;
    content: '';
    opacity: 1;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.9s, opacity 0.3s, transform 0.9s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    height: 10px;
    margin-top: -157px;
    float: left;
    position: relative;
    width: 137%;
    margin-left: -15px;
}
.green.ind_active::after {
    background: #aebf57;
    content: '';
    opacity: 1;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.9s, opacity 0.3s, transform 0.9s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    height: 10px;
    margin-top: -157px;
    float: left;
    position: relative;
    width: 137%;
    margin-left: -15px;
}
.blue.ind_active::after {
    background: #668ccd;
    content: '';
    opacity: 1;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.9s, opacity 0.3s, transform 0.9s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    height: 10px;
    margin-top: -157px;
    float: left;
    position: relative;
    width: 137%;
    margin-left: -15px;
}
.yellow.ind_active::after {
    background: #6d1879;
    content: '';
    opacity: 1;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.9s, opacity 0.3s, transform 0.9s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    height: 10px;
    margin-top: -157px;
    float: left;
    position: relative;
    width: 133%;
    margin-left: -14px;
}
#showmap.active::after {
    background: #B3B3B3;
    content: '';
    opacity: 1;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.9s, opacity 0.3s, transform 0.9s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    height: 10px;
    margin-top: -157px;
    float: right;
    width: 117%;
}
#ranking.active::after {
    background: #B3B3B3;
    content: '';
    opacity: 1;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.9s, opacity 0.3s, transform 0.9s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    height: 10px;
    margin-top: -157px;
    float: right;
    width: 137%;
    margin-right: -16px;
}
#comparer.active::after {
    background: #B3B3B3;
    content: '';
    opacity: 1;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.9s, opacity 0.3s, transform 0.9s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    height: 10px;
    margin-right: -15px;
    margin-top: -157px;
    float: right;
    width: 137%;
}
.k-breadcrumbs.col-lg-12.clearfix {display: none!important;}
div#k-top-search {display: none;}
.col-padded {padding-left: 0px;padding-right: 0px;margin-top: -50px;}
#content{padding:30px;}
div#k-site-logo {z-index: 10;}
td p {font-size: 13px;}
#info .progress {
    height: 11px;
    margin-top: 6px;
}