* {font-family: 'Nunito', sans-serif;}
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
	  background-color: #D86C00;
	  border: 0px solid transparent;
    }
    .row.content { margin-bottom:20px} 
    .sidenav {
      padding-top: 20px;
      background-color: #FFF;
      height: 100%;
    }
    footer {
      background-color: #D86C00;
      color: #FFF;
      padding: 15px;
	  margin-top:20px
    }
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
		display: none;
      }
      .row.content {height:auto;} 
    }
.oculto{display:none}
.space {margin-bottom: 20px;}
.space-right {margin-right:10px;}
.stores  {height:200px;}
.stores img {max-height:100%;max-width:100%}
.star i {text-decoration:none;font-size:1.5em;margin:5px}
.rated  { color: gold;}
.unrated  { color: gray; }
@media screen and (min-width:767px){
.menu {min-height: 260px;}
}
.menu .menu-description {width:100%}
.menu .menu-photo , .menu-photo{max-height: 110px; max-width:100%;margin-bottom:10px}
footer p {margin:10px}
footer a {color: #FFF}
footer a:hover{color: #FFF; text-decoration:underline}
.social {margin-top:20px}
.social a{padding:10px}
@media screen and (max-width:767px){
.menu, .stores  {height:100%}
}
.tiny{font-size:80%;font-style:italic}
h4 a, .panel-footer a{color:#D86C00}
a:hover{color:#D86C00;}