/* adjust body when menu is open */
body.slide-active {
    overflow-x: hidden
}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px!important
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
    padding-top: 70px;
    left: 0;
}
#page-content.slide-active {
    padding-top: 0
}
/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: right;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    z-index: 33;
    border: 0;
    background: transparent;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: orange
}
.dropdown-backdrop {
    position: static;
}
.navbar-header {
    position: relative
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    position: absolute;
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */

@media (max-width:767px) {
    .navbar {
        position: initial;
        min-height: 0px!important;
        margin-bottom: 0px;
    }
    #slide-nav .container {
        margin: 0;
        padding: 0!important;
    }
    #slide-nav .navbar-header {
        margin: 0 auto;
        padding: 0 23px;
        background: #fff;
    }
    #slide-nav .navbar.slide-active {
        position: fixed;
        width: 80%;
        top: -1px;
        z-index: 1000;
        background: #fff;
    }
    #slide-nav #slidemenu {
        /*background: #f7f7f7;*/
        left: -100%;
        width: 80%;
        min-width: 0;
        position: fixed;
        padding-left: 0;
        padding-top: 21px;
        z-index: 2;
        overflow-y: auto;
        height: 93vh;
        display: block;
        top: 52px;
        margin: 0;
    }
    #slide-nav #slidemenu.slide-active{
       top: 52px;
    }
    .white_bg {
        background: #fff;
        padding: 18px 0 12px 12px;
        margin-top: -27px;
    }
    /* #slide-nav .navbar-header{
         top: 25px;
     }*/
    .navbar-header.slide-active{
        top: 52px;
    }
    #slide-nav #slidemenu .navbar-nav {
        min-width: 0;
        max-width: 100%;
        margin: 0;
    }
    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        width: 100%;
        white-space: normal;
    }
    #slide-nav {
        border-top: 0
    }
    #slide-nav.navbar-inverse #slidemenu {
        background: #333
    }
    /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
    #slide-nav #navbar-height-col {
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        left: -100%;
        background: #eee;
    }
    #slide-nav.navbar-inverse #navbar-height-col {
        background: #333;
        z-index: 1;
        border: 0;
    }
    #slide-nav .navbar-form {
        width: 100%;
        margin: 8px 0;
        text-align: center;
        overflow: hidden;
        /*fast clearfixer*/
    }
    #slide-nav .navbar-form .form-control {
        text-align: center
    }
    #slide-nav .navbar-form .btn {
        width: 100%
    }
}
@media (max-width:767px) and (max-height:380px){
    #slide-nav #slidemenu{
        top: 7px!important;
    }
    .slide-active .white_bg {
        background: #fff;
        padding: 18px 0 12px 12px;
        margin-top: 10px;
    }
    #slide-nav .navbar-header{
        top: 5px;
    }
    #slide-nav .navbar.slide-active {
        position: fixed;
        width: 80%;
        top: 48px;
        z-index: 1000;
        background: #fff!important;
    }
    .navbar-fixed-top{
        top: 48px !important;
    }
    .top_block .search-form .search-field{
        width: 180px;
    }
}
@media (min-width:768px) {
    #page-content {
        left: 0!important
    }
    .navbar.navbar-fixed-top.slide-active {
        position: fixed
    }
    .navbar-header {
        left: 0!important
    }

}
.dropup, .dropdown {
    position: relative;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}


