header {

    position: relative;

    z-index: 99;

}



.home {

    position: absolute;

    top: 3px;

    left: 52px;

    z-index: 999;

    display: block;

}

#cls_nav {
    width: auto;
    max-width: 360px;
    float: right;
    margin-right: 245px;
}

.fb {

    position: absolute;

    top: 12px;

    right: 30px;

}

.cls_nav {
    position: absolute;
    top: 17px;
    right: 386px;
    font-size: 16px;
}

.cls_nav li {
    float: left;
    margin-left: 20px;
}

.cls_nav li a {
    color: #e8e8e8;
}

.cls_nav li a:hover {
    color: #878787;
    text-decoration: none;
}

.youtube {
    display: block;
    position: absolute;
    top: 12px;
    right: 150px;
}

.navbar {

    margin: 0;

}



.navbar-brand {

    display: none;

}



ul.dropdown-menu {

    max-height: 600px;

    min-width: 320px;

    overflow-y: auto;

}



.dropdown-header {

    font-size: 15px;

    color: #fff;

    line-height: 1.8;

}



.dropdown-menu {

    border: 1px solid #101010;

    border-radius: 0px;

    background-color: #101010;

    background-color: rgba(0, 0, 0, .85);

}



.dropdown-menu>li {

    border-bottom: 1px solid #333;

}



.dropdown-menu>li>a {

    color: #9d9d9d;

    font-size: 15px;

    line-height: 1.8;

}



.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {

    color: #fff;

    background-color: #101010;

}

.navbar-inverse .navbar-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    background-color: #222;

}

.nav>li {
    padding-left: 15px;
}

@media screen and (max-width: 480px) {

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        margin-top: 50px;
    }

    #cls_nav {
        width: auto;
        max-width: auto;
        float: none;
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .youtube {
        right: 165px;
    }

    .fb {
        position: absolute;
        top: 12px;
        right: 59px;
    }
}