/**
* 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%; background: #fff url(../../img/v2/appearance.jpg) no-repeat right 15px !important;
    color: #2e5e9c; font-family: 'Josefin Sans', sans-serif; font-size: 18px; padding: 10px 15px;
     border-radius: 5px; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2); border: solid 2px #2e5e9c;}
  
}
