﻿
@media (min-width: 1200px) {
    .container {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .global-search-xs {
        display:none;
    }
}

@media (max-width: 991px) {
    
}

@media (max-width: 992px) {
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr { border: 1px solid #ccc; padding:10px; }
    #no-more-tables td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 40%; 
        white-space: normal;
        text-align:left;
        font-size:12px;
        min-height:30px;
    }
    #no-more-tables td:before { 
        position: absolute;
        top: 6px;
        left: 6px;
        /*width: 45%;*/
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
    #no-more-tables td:before { content: attr(data-title); }
}

@media (max-width: 767px) {
    /*.slideanim.slide {
        animation: slide 0s !important;
    }*/

    .navbar-collapse {
        position: absolute;
        width: 100%;
    }

    .text-right-xs-left {
        text-align:left;
    }

    .social a {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    .social-font {
        font-size:18px;
    }

    .searchbutton-xs {
        display:inline-block !important;
    }

    .text-center-xs {
        text-align:center;
    }

    .nav-notifications {
        right: 10px;
        top: 0px;
    }
    .nav-cart {
        right: 10px;
        top: 0px;
    }

    .officers-home-image-box{
        height:225px;
    }
}

@media (max-width: 580px) {
    .width-p100-580 {
        width:100%;
    }

    .footer-line-1 {
        text-align:center;
        padding-top:7px;
    }
    .footer-line-2 {
        text-align:center;
        padding-top:10px;
    }

    .btn-join-home {
        width: 180px;
    }
    .btn-ssr-home {
        padding: 1em 1.1em;
    }
}

@media (max-width: 480px) {
     .width-p100-480 {
        width:100%;
    }
}

@media (max-width: 375px) {
    
}


.table>tbody+tbody {
    border-top: 1px solid #DCDCDC;
}
