/* Smartphones (Portait) ============================================= */
@media only screen and (max-width: 500px) {

  nav.main-navigation {
    display: none ;
  }

  nav.mini-navigation {
    display: block ;
    width: 100% ; 
    clear: both ; 
    background-color: #eb0101 ;
    padding: 5px 10px ; 
    text-align: center ; 
    font-size: 25px ; 
    margin-bottom: 5px ; 

  }

  nav.mini-navigation a{
    color: #fff ;
    text-decoration: none ; 

  }

}