
.nav
{
    margin:0;
}


.header-block {
    height: 200px;
    background: url('/responsive-img/header-overlay.png') top right no-repeat;
}

.navbar-toggle {
    border-color: #ddd;
    background: #eee;
    white-space: nowrap;
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #777;
}

.nav li a
{
    color:#5b6570;
}
.nav li.active a,
.nav li:hover a
{
    color:#C3262F;
}

.logo
{
    position:absolute;
    top:50px;
    left:50px;
}


@media screen and (min-width: 768px) {
        .nav>li>a:focus, .nav>li>a:hover
{
    background:none;
}
        .navbar-justify > ul {
            text-align: justify;
            width: 100%;
            overflow:hidden;
        }

        .navbar-justify > ul > li {
            display: inline-block;
            float: none;
        }

        .navbar-justify > ul > li > a {
            padding: 15px 0;
        }

        .navbar-justify > ul:after {
            content: ' ';
            display: inline-block;
            width: 100%;
            height: 0
        }
    }