/**
* jQuery NavToSelect v0.5.2
* https://github.com/amazingSurge/jquery-navToSelect
*
* Copyright (c) amazingSurge
* Released under the LGPL-3.0 license
*/
.navToSelect {
  display: none;
}

/* Mobile device */
@media only screen and (max-width: 767px) {
  nav ul {
    display: none;
  }

   .navToSelect {display: block; width: 100%; min-height: auto;
    color: #2e5e9c; font-size: 16px; padding: 5px 10px 5px; margin-bottom: 10px;
     border-radius: 5px; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2); border: solid 2px #de192e; color: #111; background: #fff;}

}
