﻿.oHome {
    display: none;
}

.wHome {
    display: normal;
}
@media only screen and (max-width: 320px) {
    .navbar {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1px 1px !important;
    }
    .col-md-12 {
        padding: 1px 1px !important;
    }

    .oHome {
        display:normal;
    }
    .wHome {
        /*display: none;*/
        font-size: 9px;
    }
    .btn-group-sm > .btn, .btn-sm {
        padding: .15rem .2rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
        margin-right: 5px;
    }

    .btco-hover-menu a, .navbar > li > a {
        text-transform: none;
        padding: 5px 5px !important;
        padding-left: 5px;
        padding-left: 1px !important;
        font-size: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .navbar {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1px 1px !important;
    }
    .col-md-12 {
        padding: 1px 1px !important;
    }
    .wHome {
        /*display: none;*/
        font-size: 9px;
    }

    .btn-group-sm > .btn, .btn-sm {
        padding: .15rem .2rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
        margin-right: 5px;
    }
    .btco-hover-menu a, .navbar > li > a {
        text-transform: none;
        padding: 5px 5px !important;
        padding-left: 5px;
        padding-left: 1px !important;
        font-size: 10px;
    }
    
}

@media only screen and (max-width: 540px) {
    .navbar {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1px 1px !important;
    }
    .col-md-12 {
        padding: 1px 1px !important;
    }
    .oHome {
        display: normal;
    }

    .wHome {
        /*display: none;*/
        font-size:9px;
    }
    .btn-group-sm > .btn, .btn-sm {
        padding: .15rem .2rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
        margin-right: 5px;
    }
    .btco-hover-menu a, .navbar > li > a {
        text-transform: none;
        padding: 1px 1px !important;
        padding-left: 1px;
        padding-left: 1px !important;
        font-size: 10px;
    }
}

/*@media all and (max-width: 699px) and (min-width: 520px), (min-width: 1151px) {
    body {
        background: #ccc;
    }
}*/