@media screen and (max-width:814px)
{
    div#container{
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        background-color: #FFFFFF;
        border-style: none;
        border-radius: 0;
        text-align: left;
    }
    body{
        background-color: #FFFFFF;
        color: #000000;
        font-family: verdana;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    table.main_menu{
        display: none; 
    }
    div#phonenumber{
        display: none;
   }
    div#wb_shoebox{
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
    }
    div#wb_shoebox > img{
        width: 200px;
        height: 40px;
    }
    
    div#facegoogle{
        margin: 0;
        /*position: inherit;*/
        word-spacing: 6px;
        width: 92px;
        height: auto;
    }
    div#footer{
        border-radius: 0;
        border-style: none;
        border-width: 0;
        width: auto;
        height: auto;
        margin: 0;
        padding: 3px;
        background-color: #BBCEE6;
    }
    span.footer{
        font-size: 14px;
        font-family: verdana;
    }
    div.footercopyright{
        font-size: 11px;
        /*display: block;*/
        margin: 0;
        padding: 0;
        width: auto;
    }
    html{
        overflow: auto;
    }
      .ulnav{
            padding: 0;
            display: none;
            list-style: none;
            width: 100%;
            height: auto;
            position: absolute;
            margin-left: -2px;
            margin-top: -1px;
       }
       ul#dropnav > li > a {
            text-decoration: none;
            color: #000000;
            display: block;
       }
       ul#dropnav > li{
            width: 100%;
            background-color: #BBCEE6;
            padding: 6px;
            border-style: solid;
            border-bottom-width: 1px;
            border-top-width: 1px;
            border-left: 0;
            border-right: 0;
            border-color: #376BAD;
            text-align: center;
       } 
        
       ul#dropnav > li:nth-child(2){
            border-top: 0;
       }
       ul#dropnav > li:nth-child(3){
            border-top: 0;
       }
       ul#dropnav > li:nth-child(4){
            border-top: 0;
       }
       ul#dropnav > li:nth-child(5){
            border-top: 0;
       } 
       ul#dropnav > li:nth-child(6){
            border-top: 0;
       } 
       ul#dropnav > li:nth-child(7){
            border-top: 0;
       }
       ul#dropnav > li:nth-child(8){
            border-top: 0;
       }
       nav#nav{
            margin: 0;
            padding: 2px;
            padding-right: 6px;
            display: inherit;
            font-size: 16px;
            width: auto;
            height: auto;
            background-color: #BBCEE6;
           
       }
       .navinput{
            display: none;
       }
      .navlabel{
            display: inherit; 
            background-color: #FFFFFF;
            padding: 3px;
            border-style: solid;
            border-width: 2px;
            border-color: #376BAD;
            border-radius: 6px;
            width: 50px;
            text-align: center;
      }
    .navinput{
            display: none;
       }
      .navlabel{
            display: inherit; 
            background-color: #FFFFFF;
            padding: 3px;
            border-style: solid;
            border-width: 2px;
            border-color: #376BAD;
            border-radius: 6px;
            width: 50px;
            text-align: center;
      }  
        #labelnav:checked ~ #dropnav{
            display: block;
            z-index: 520;
        }
    
    span#spanlabel{
            margin-top: -24px;
            float: right;
            
    }
    span#spanlabel>a{
        color: #000000;
        text-decoration: none;
        
    }
    #mobileemail{
        padding-left: 8px;
    }
        
    #topnav{
        display: none;
    }
    
    #bottommenubr{
        display: none;
    }
}
    
    
    
   @media screen and (max-width:500px)
    {
       #mobileemail{
           display: none;
    }
        
        
        
    }
    
    