.top_menu a {
font-size: 15px;
    color: #1F1F1F;
    font-weight: 200;
    font-style: normal;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease-in-out;
    padding-bottom: 1px;
    font-family: 'light';
}

.bottom_menu a {
	font-size: 18px;
    color: #FFF;
    font-weight: 200;
    font-style: normal;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease-in-out;
    padding-bottom: 1px;
    font-family: 'bold';

}
.bottom_menu {
	margin: 10px 0;
}

.bottom_menu a:hover {
	color: #999
}

.top_menu {
    line-height: 1;
}


.top_menu ul{
   margin-bottom: 0;
}

.root-item-selected { opacity: .4}

.top_menu .fa { font-size: 17px; }