.navbar{
    border-radius: 0;
    margin-bottom: 0;
    height: 105px;
    line-height: 105px;
    background: #fff;
    -webkit-box-shadow: 0px 7px 20px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 20px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 20px -8px rgba(0,0,0,0.75);
    z-index: 99;
}
.navbar-default{
    border: none;
}
.scrollNav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;

}
.dropdown-menu{
    padding: 0;
}
.navbar>.container-fluid,.navbar-header{
    height: 100%;
}
.nav > li > a{
    text-align: center;
    width: 75px;
    line-height: 105px;
    padding: 0;
    transition: .4s;
}

.navbar-default .navbar-nav > li>a:hover{
    color: #fff;
}
.navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > li:hover > a{
    text-decoration: none;
    color: #fff;
    background-color: #1e1e1e;
}
.navbar-default .navbar-nav > li > a:focus{
    text-decoration: none;
    color: #000;
    background-color: transparent;
}
.navbar-default .navbar-nav > li >.active{
    background: #1e1e1e;
    color: #fff;
}
.navbar-form{
    padding: 0;
    margin-top: 0;
    height: 105px;
    margin-bottom: 0;
    float: right !important;
}
.navbar-nav{
    margin-left: 7.6vw;
}
.navbar-toggle{
    margin-top: 34.5px;
}
.btn-search{
    width: 20px;
    border: none;
    cursor: pointer;
}
.navbar-form .form-group{
    position: absolute;
    top: 81px;
    right: 30px;
    z-index: 999;
    line-height: 0;
    display: none;
}
.navbar-form .form-control{
    width: 290px;
    height: 50px;
    border: 2px solid #f5821f;
    border-radius: 0;
    outline: none;
}
.logo,.hamburger{
    line-height: 105px;
}
.dropdown-menu{
    min-width: 240px;
    background: #1e1e1e;
}
.dropdown-menu > li > a{
    line-height: 35px;
    color: #fff;
    background: #1e1e1e;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background: #e46715;
    color: #fff;
}
@media all and (max-width: 1007px){
    .nav > li > a{
        width: 60px;
    }
}
@media all and (max-width: 890px){
    .nav > li > a{
        width: 45px;
    }
}
@media all and (max-width: 768px) {
    .nav > li > a{
        text-align: center;
        width: 100%;
        line-height: 42px;
        letter-spacing: 3px;
    }
    .logo{
        margin-left: 15px;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-form{
        float: left !important;
        margin-left: 45px;
    }
    .navbar-collapse.inliner{
        position: absolute;
        right: 0;
        z-index: 999;
        width: 300px;
        background: #fff;

        border: solid 1px #ddd;
    }
    .container-fluid > .navbar-collapse{
        margin-right: 0;
        margin-left: 0;
    }

}