/* Smartphones (Portait) ============================================= */
@media only screen and (max-width: 500px) {

  nav.main-navigation {
    display: none ;
  }

  nav.mini-navigation-main {
    display: block ;
    width: 100% ; 
    clear: both ; 
    background-color: #fff ;
    padding: 5px 0 0 10px ; 
    text-align: left ; 
    font-size: 22px ; 
    margin-bottom: 12px ; 
    text-transform: uppercase ;
    color: #eb0101 ;

  }

  nav.mini-navigation {
    display: block ;
    width: 100% ; 
    clear: both ; 
    background-color: #eb0101 ;
    padding: 0px 0px ; 
    text-align: center ; 
    font-size: 20px ; 
    margin-bottom: 5px ; 

  }

  nav.mini-navigation a{
    color: #fff ;
    text-decoration: none ; 
    padding: 3px 0 0 15px ; 
    line-height: 0.2em ;
    font-weight: bold ; 

  }

  .red_bar{
    display: none ;

  }

  .mobile_homepage{
    margin-top: 10px ;
    padding-right: 20px ;
  }

  .menu_icon{
    display: inline ; 
    z-index: 999 ; 
    position: absolute ;
    right: 0px ;
   
  }

}
/* Stylesheet: Menu - Mini Modified On 2018-03-02 12:06:37 */
