/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
/*----------- над навигацией (самый верхний блок) ----------------*/
.over_navigation {
    background: #fff;
    color: #f00;
}
/*----------------------- header заголовок ------------------------*/
.navbar {
    background: #000;
    border: none;
    border-radius: 0px;
    padding-left: 0;
}
.navbar.container{
    margin-top: 0;
}
.logo {
    margin-top: 0;
}
.navbar-nav {
    clear: both;
}
.navbar-default .navbar-nav > li > a{
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #f50;
}