@media only screen and (max-width: 767px) {
    .mobile-display-none {
        display: none !important;
    }

    .header-search-button {
        position: absolute;
        top: 10px;
        bottom: 0;
        border: 0;
        background: #ddd;
        width: 35px;
        border-radius: 4px;
        height: 35px;
        right: 7%;
    }

    .menu-item{
        border-bottom: solid;
        border-width: thin;
    }
    #header-logo{
        padding-left: 0px;
        padding-right: 0px;
        left: -20px;
        z-index: 1001;
    }
    #slide-navbar-collapse {
        position: fixed;
        top: 0;
        left: 15px;
        z-index: 99;
        width: 280px;
        height: 100%;
        background-color: #ddd;
        overflow: auto;
    }
    .menu-overlay {
        display: none;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE7 & 8 */
        position: fixed;
        right: 0;
        top: 0;
        z-index: 49;
    }
    .navbar-content{
        position: inherit;
    }
    .main-container {
        padding: 5px 0 !important;
    }
}

@media only screen and (min-width: 767px){
    .desktop-display-none {
        display: none;
    }

    .header-search-button {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 0;
        background: #ddd;
        width: 35px;
        border-radius: 4px;
        height: 35px;
        right: 40px;
    }

    .main-container {
        padding: 120px 0 !important;
    }

    .navbar-collapse.collapse {

    }
}

@media only screen and (min-width: 375px) {
    .mobile-header-toggle-top{
        display: none !important;
    }

}
@media only screen and (min-width: 425px) {
    .mobile-right-container{
        padding-top: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-ts .navbar-nav>li>a{
        padding: 8px 12px;
        border-bottom: 1px dotted #cdcdcd;
    }
    .navbar-ts .navbar-nav>li>a{
        line-height: 50px !important;
    }
    ul.user-nav > li {
        float: left;
        width: 120px;
    }
    ul.user-nav > li > a{
        height:60px;
        padding:5px;
    }
    ul.user-nav > li > a > .uicon{
        display: none;
    }
    .user-nav-container{
        position: absolute;
        width: 100%;
    }
    .navbar-toggle{
        border:1px solid #000;
        display: inline-block;
    }
    .header-search-input{
        width: 91% !important;
    }
    .header-bottom-mobile {
        text-align: center;
        padding: 5px;
    }
    #menu{
        height: 900px;
    }
}

@media only screen and (min-width: 991px) {
    .nav>li>a{
        padding: 15px 10px;
        outline: 0;
    }
    #header-right{
        display: none;
    }
    .mobile-right-container{
        display: none;
    }
    .header-search-button {
        right: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-ts .navbar-nav>li>a{
        line-height: 24px;
    }
}

@media (max-width:992px) {
    .navbar-header{
        float:none;
        height: 100px;
    }
    .navbar-collapse {
        /*width: auto;*/
        border-top: 1px solid transparent;
        -webkit-box-shadow: none;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }
    .navbar-collapse.in {
        overflow-y: auto
    }
    .navbar-collapse.collapse {
        /*        display: none!important; */
        /*height: auto!important;*/
        /*padding-bottom: 0;*/
        /*overflow: visible!important*/
    }
    .navbar-collapse.collapse.in{
        display: block!important;
    }
    .navbar-nav > li{
        float:none;
    }

    footer .banks{
        text-align: center;
    }
    #header-right-mobile{
        display: none;
    }
    #navbar-toggle-button{
        height: 30px;
        width: 40px;
        border: 2px solid #ddd;
        padding: 4px;
    }
    .navbar-list{
        display: inherit !important;
    }

}

@media (min-width: 1200px){
    .modal-lg{
        width: 1170px;
    }
}