body {
  background: #edf3f5 url(../img/content.jpg);
  font-family: "BetCom";
  color: #3d3f40;
}
.block {
  margin: 1px 0px 0px 1px;
  padding: 4px 10px;
  background: url(../img/block.png) center center;
  display: block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
a.block:hover,
a.block.here {
  background: url(../img/block-here.png) center center;
}
.block.malverde {
  background-image: url(../img/block-malverde.png);
}
.block.malverde:hover {
  background-image: url(../img/block-malverde-here.png);
}
.block.tacos {
  background-image: url(../img/block-napa.png);
}
.block.tacos:hover {
  background-image: url(../img/block-napa-here.png);
}
a.block {
  color: #fff;
}
#nav {
  position: relative;
  z-index: 1000;
}
#nav h2,
#nav h3 {
  margin: 0px;
}
#nav h2 .block {
  padding: 0px 12px 0px 8px;
  display: inline-block;
  font-family: K27;
  font-size: 72px;
  line-height: 72px;
  font-weight: normal;
  letter-spacing: -1px;
}
#nav h3 .block {
  padding: 0px 12px 0px 8px;
  display: inline-block;
  font-family: K27;
  font-size: 51px;
  line-height: 51px;
  font-weight: normal;
  letter-spacing: -1px;
}
.nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.nav li {
  float: left;
}
.nav a {
}
.nav .primary a {
  font-size: 11px;
  line-height: 17px;
}
.nav .secondary a {
  font-size: 9px;
  line-height: 13px;
}
.nav-bottom {
  position: fixed;
  bottom: 0px;
  height: 29px;
  z-index: 1001;
}
.nav-bottom a {
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
}
.nav .small a {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}
#gallery-nav {
  display: none;
}
.gallery-button {
  padding-top: 1px;
  margin-top: -15px;
}

.accessible {
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 5px;
  text-decoration: none;
}

.accessible:hover {
  background: url(../img/block-here.png) center center;
  color: #fff;
}

.gallery-arrow {
  font-size: 28px;
  line-height: 19px;
}
.content {
  padding: 10px;
  background-color: #fff;
}
.content img {
  max-width: 100%;
}
#content-container {
  position: relative;
  z-index: 999;
}
#content-container_1 {
  position: relative;
  z-index: 999;
  margin-top: 45px;
}
#content-container_christmas {
  position: relative;
  z-index: 999;
  margin-top: 45px;
}
.wysi h1 {
  margin: 20px 0px 10px 0px;
  font-size: 29px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.wysi h2 {
  margin: 30px 0px 10px 0px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.wysi h3 {
  margin: 20px 0px 10px 0px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.wysi h4 {
  margin: 20px 0px 10px 0px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.wysi h5 {
  margin: 13px 0px 10px 0px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.wysi h6 {
  margin: 10px 0px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.wysi p {
  margin: 10px 0px;
  font-size: 15px;
  line-height: 20px;
}
.wysi img.border {
  padding: 4px;
  border: 1px solid #b8c7cc;
  background: #fff;
  max-width: 430px;
}
.wysi a {
  font-weight: 700;
  color: #3d3f40;
}
.wysi .block {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  color: #fff;
}
.menu h1 {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  background: url(../img/menu-dash.png) left 90px repeat-x;
  font-family: K27;
  font-size: 72px;
  line-height: 80px;
  font-weight: normal;
  color: #cc3d55;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.menu-header {
  padding: 10px 0px 10px 0px;
}
.menu-header p {
  margin: 0px;
  padding: 3px 0px 0px 0px;
  font-size: 16px;
  line-height: 17px;
  color: #006680;
}
.menu-item {
  padding: 6px 0px;
}
.menu-item h4 {
  margin: 0px;
  padding: 0px 0px 1px 0px;
  background: url(../img/menu-dash.png) left 14px repeat-x;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.menu-item span {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
}
.menu-item p {
  margin: 4px 40px 7px 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 20px;
}
.announcements img {
  margin-bottom: 5px;
}
.announcement {
  padding: 15px 0px 0px 0px;
  background: url(../img/menu-dash.png) left 0px repeat-x;
}
.announcement:first-child {
  background: none;
}
.announcement h4 {
  margin: 0px;
}
.announcement h5 {
  margin: 0px;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  color: #737c80;
}
.announcement img {
  margin-bottom: 10px;
}
.standard input:focus,
.standard input:active {
  outline: none;
}
.standard input[type="text"],
.standard input[type="email"],
.standard textarea {
  padding: 5px;
  border: 1px solid #b8c7cc;
  border-radius: 2px;
  background: #edf3f5;
  width: 200px;
  font-family: "BetCom";
  font-size: 17px;
  color: #3d3f40;
}
.standard textarea {
  width: 300px;
  height: 100px;
}
.standard input[type="text"]:focus,
.standard textarea:focus {
  background: #fafeff;
  outline: none;
}
.standard input[type="submit"] {
  margin: 0px 1px 1px 0px;
  padding: 3px 9px 2px 9px;
  border: 0px;
  background: url(../img/block.png) center center;
  font-family: K27;
  font-size: 35px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.standard input[type="submit"]:hover {
  background-image: url(../img/block-here.png);
}
label.error {
  margin: 5px 0px 10px 1px;
  display: block;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  color: #800000;
  text-transform: uppercase;
}
#bg {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
}
.bg {
  min-width: 100%;
  min-height: 100%;
  background: center center fixed no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}
div.OT_wrapper {
  border: 1px solid #b8c7cc;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: none;
  font-family: BetCom;
}
h1.OT_title {
  margin: 10px 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 15px;
}
h2.OT_subtitle {
  margin: 10px 0px;
  padding: 0px;
  font-size: 10px;
  line-height: 12px;
}
.OT_list li {
  border-top: 1px solid #b8c7cc !important;
  border-bottom: none;
}
li.OT_submit {
  padding: 10px 0px;
  height: auto;
}
div#OTButton {
  margin: 0px 22px;
  width: 121px;
}
#OT_Find_a_Table {
  background: url(../img/block.png) center center;
  height: 40px;
  font-family: K27;
  font-size: 32px;
  line-height: 42px;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
#OT_Find_a_Table:hover {
  background: url(../img/block-here.png) center center;
}
#us_widget {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  width: 260px !important;
  font-family: inherit !important;
}
#us_widget .w_header {
  display: none;
}
#us_widget .w_instructions {
  font-size: 15px !important;
  line-height: 25px !important;
}
#us_widget #w_perk {
  line-height: 17px;
}
#us_widget .w_button {
  margin-top: -10px !important;
  padding: 3px 7px 1px 7px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background: url(../img/block.png) center center !important;
  height: auto !important;
  font-family: K27;
  font-size: 31px !important;
  font-weight: normal !important;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
#payment-errors ul {
  margin: 10px 0;
  padding: 0;
}
#payment-errors li {
  margin: 10px 0;
  list-style: none;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #cc0000;
  text-transform: uppercase;
}
#payment-errors li:before {
  content: "Error: ";
}
#aviso {
  position: absolute;
  right: 30px;
  top: 150px;
  z-index: 100;
}
@media (max-width: 767px) {
  #content-container_christmas h1 {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
  }
}
@media (min-width: 768px) {
  #nav {
    position: fixed;
    z-index: 9999;
  }
  #content-container {
    margin: 0px 20px 20px 20px;
    padding: 0px 10px 10px 10px;
    background: url(../img/content-container.png);
    float: right;
    width: 392px;
  }
  .orderonline #content-container {
    margin: 220px 20px 20px 20px;
    padding: 0px 10px 10px 10px;
    background: none;
  }
  #content-container_1 {
    margin: 0px 20px 20px 20px;
    padding: 0px 10px 10px 10px;
    background: url(../img/content-container.png);
    float: right;
    width: 225px;
  }
  #content-container_christmas {
    margin-top: 250px;
    padding: 10px 10px 0px 10px;
    float: right;
  }
  #content-container_christmas h1 {
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
  }
  .content {
    padding: 10px 20px 20px 20px;
  }
  #OT_form {
    margin-left: 20px;
    float: right;
  }
  .nav .primary a {
    font-size: 20px;
    line-height: 22px;
  }
  .nav .secondary a {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 960px) {
  #content-container {
    width: 480px;
  }
  .orderonline #content-container {
    width: 1080px;
    background-color: #fff;
  }
  .col-4 {
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 30%;
    margin-bottom: 10px;
  }
}
.button {
  background-color: #e82305 !important;
  border: none;
  color: #fff;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5px !important;
}
.button1 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  font-weight: 600;
}

.button1:hover {
  background-color: #fff !important;
  color: #000;
  border: 2px solid #e82305;
}
