﻿/* Mixins */
/* Base Styles */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  color: #ebe2c8;
  font-size: 14px;
  background: #44454d;
  font-family: 'league_gothic', 'Verdana', 'Arial', sans-serif; }

a {
  color: #ebe2c8;
  text-decoration: none !important; }

a:hover,
a:active,
a.active {
  color: #ebe2c8 !important; }

a:focus {
  outline: none; }

a.wh {
  color: #ebe2c8; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ebe2c8;
  margin-top: 0; }

h2 {
  font-size: 37px; }

h3 {
  font-size: 27px; }

h4 {
  font-size: 17px;
  font-family: 'Georgia', sans-serif; }

.page h2,
.page h3,
.page h4 {
  color: #44454d; }

.page h4 {
  font-weight: bold; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.tl {
  text-align: left; }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 10px;
  padding-right: 10px; }

.col-jj-9 {
  padding-left: 10px;
  padding-right: 10px;
  width: 72% !important; }

.col-jj-3 {
  padding-left: 10px;
  padding-right: 10px;
  width: 28% !important; }

#wrapper {
  width: 100%;
  height: 100%; }

.container {
  width: 100%;
  max-width: 960px;
  height: 100%;
  padding: 0 10px; }

.row {
  margin-left: -5px;
  margin-right: 0; }

.page .row {
  margin-right: -5px; }

.padtop40 {
  padding-top: 40px !important; }

.padtop50 {
  padding-top: 50px !important; }

.padr0 {
  padding-right: 0 !important; }

.margtop30 {
  margin-top: 30px; }

.content p {
  font-family: 'Georgia', sans-serif; }

.page .content p {
  font-size: 16px;
  color: #44454d; }

.page .content .specialitem p {
  color: #ebe2c8; }

.specialitem {
  margin-bottom: -3px; }

.specialitem .br .bgbl {
  padding: 0; }

.specialitem .row.cols {
  margin: 0; }

.content .specialitem .row.cols > div {
  height: auto; }

.dishbg {
  background-size: cover !important;
  border-right: 3px solid #ebe2c8; }

/* Content */
#contacttop {
  text-align: right;
  padding: 10px 0;
  height: 40px;
  font-size: 15px;
  font-family: 'Georgia', sans-serif; }

#contacttop img {
  vertical-align: text-bottom;
  margin-right: 5px; }

#header {
  width: 100%;
  min-width: 320px;
  height: 83px;
  background: url("/images/ribbonbg.jpg") repeat-x center;
  padding-top: 24px;
  position: relative; }

#logo {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: -40px;
  width: 17%;
  max-width: 178px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.page #logo {
  width: 20%; }

#logo img {
  width: 100%;
  border: 2px solid #f1e6df;
  border-top: 0; }

#logosm {
  display: none;
  position: absolute;
  z-index: 10;
  width: 20%;
  max-width: 150px;
  min-width: 96px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

#logosm img {
  width: 100%;
  border: 2px solid #f1e6df; }

.navbar {
  height: 36px;
  min-height: 1px;
  background: #b50d2c;
  border: 0;
  border-radius: 0 !important;
  margin-bottom: 0;
  z-index: 5;
  font-size: 22px;
  letter-spacing: 5px;
  padding-left: 5px; }

.navbar-nav > li {
  padding-top: 8px;
  padding-bottom: 0;
  padding-right: 20px;
  float: left;
  display: inline-block;
  position: static;
  text-transform: uppercase; }

.navbar-nav > li:last-child {
  padding-right: 20px; }

.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding: 0;
  position: static; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a {
  background: transparent !important;
  color: #f0ad00 !important; }

.navbar-toggle {
  border-radius: 0;
  border: 1px solid #8cbfb7 !important;
  background: #8cbfb7; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #f0ad00;
  border: 1px solid #f0ad00 !important; }

.navbar-default .navbar-toggle .icon-bar {
  background: #fff; }

#topslider {
  width: 100%; }
  @media (max-width: 865px) {
    #topslider .fotorama__caption {
      display: none; } }
  #topslider #booking-widget {
    position: absolute;
    z-index: 999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    #topslider #booking-widget .container {
      max-width: 947px; }
      #topslider #booking-widget .container #quandoo-booking-widget {
        padding-top: 20px;
        float: right; }

#topimg {
  height: 90px;
  background-size: cover !important;
  border-bottom: 3px solid #ebe2c8; }

#topimg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 3px;
  background: #ebe2c8;
  margin-top: 8px; }

#topimg h2 {
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 54px;
  margin-top: 15px;
  color: #E6E0C7; }

#contactimg {
  height: 288px;
  background-size: cover !important;
  border-top: 3px solid #ebe2c8;
  position: relative; }

#contactimg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 3px;
  background: #ebe2c8;
  top: -13px; }

#contactimg h2 {
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 54px;
  margin-top: 75px;
  color: #e4af4e;
  text-align: center; }

#contactimg h2 span {
  display: block;
  color: #ebe2c8; }

.ribbonsm {
  width: 100%;
  height: 55px;
  background: url("/images/ribbonbgsm.jpg") repeat-x center; }

@media (max-width: 865px) {
  #contactimg {
    height: 144px; }
  #contactimg h2 {
    font-size: 36px;
    margin-top: 30px; }
  #topimg h2 {
    text-align: center;
    font-size: 42px;
    margin-top: 20px; }
  #header {
    padding-top: 16px; }
  .navbar {
    height: auto;
    margin-left: -10px;
    margin-right: -10px;
    background: url("/images/menubg.jpg"); }
  #logo {
    display: none; }
  #logosm {
    display: block; }
  .navbar-default .navbar-nav > li > a {
    text-align: center; }
  .container-fluid > .navbar-collapse {
    padding-top: 20px;
    padding-left: 50px; }
  .navbar-collapse {
    background: url("/images/menubg2.jpg") center;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75); }
  .navbar-default .navbar-nav > li {
    margin: 0 20%;
    border-bottom: 1px solid #ae000e; } }

.content {
  width: 100%;
  background: url("/images/lbbg.jpg") repeat center;
  padding-top: 30px;
  padding-bottom: 45px; }

.row.cols {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.row.cols > div {
  display: table-cell;
  vertical-align: top;
  float: none; }

.content .row.cols > div {
  height: 200px; }

.row.cols > div > div {
  height: 200px; }

.row.cols > div {
  padding: 0 0 10px 10px; }

.br {
  border: 3px solid #ebe2c8;
  padding: 10px;
  position: relative;
  min-height: 190px; }

.br:before {
  content: " ";
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 3px solid #ebe2c8; }

.br > div {
  width: 100%;
  height: 100%; }

.bgcimg {
  background-size: cover !important;
  width: 100%;
  height: 100%; }

.bgred {
  background: url("/images/menubg.jpg"); }

.bgrc {
  padding: 25px 10px 5px 10px !important; }

.bgbl {
  background: url("/images/bbg.jpg"); }

.aboutus {
  padding: 0 25px 20px 25px; }

.bgyl {
  background: url("/images/ylbg.jpg"); }

.br .bgbl,
.br .bgred {
  padding: 20px 10px;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3; }

.br .bgbl img,
.br .bgred img {
  width: 100%; }

.br span {
  margin: 15px 0;
  font-size: 22px;
  border-top: 1px solid #ebe2c8;
  border-bottom: 1px solid #ebe2c8;
  display: block; }

.contentbrspan {
  font-size: 23px !important; }
  .contentbrspan p {
    color: #ebe2c8 !important;
    font-family: 'league_gothic', 'Verdana', 'Arial', sans-serif;
    font-size: 23px !important;
    margin: 0; }

.blocktitle {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: -3px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px; }

.bgred .blocktitle,
.bgbl .blocktitle {
  top: -13px; }

.blocktitle > div {
  border: 3px solid #ebe2c8;
  display: inline-block;
  padding: 2px 25px; }

.eventitle {
  padding: 2px 50px !important; }

.blocktitle .bl {
  background: #639d92; }

.blocktitle .yl {
  background: #f0ad00;
  border: 3px solid #ebe2c8; }

.blocktitle .lg {
  border: 3px solid #ebe2c8;
  padding: 5px 10px;
  font-size: 24px;
  text-align: center; }

.dish {
  padding: 50px 0; }

.dishno,
.eventdate {
  text-align: center; }

.dishno p:first-child {
  margin-bottom: 0;
  font-size: 11px; }

.eventdate p:first-child {
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase; }

.dishno .dno,
.eventdate .day {
  font-size: 48px !important;
  line-height: 30px; }

.dishdesc,
.eventdesc {
  border-left: 1px solid #ebe2c8; }

.dishdesc h6,
.eventdesc h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-family: 'league_gothic', 'Verdana', 'Arial', sans-serif; }

.dishdesc p,
.eventdesc p {
  font-size: 12px !important;
  margin-bottom: 0; }

.dishdesc p.call {
  color: #44454d !important;
  font-weight: bold;
  letter-spacing: 2px; }

@media (max-width: 865px) {
  .dishwrap {
    min-height: 1px !important;
    height: auto !important;
    padding: 0 !important; }
  .dishbg {
    border-right: 0;
    border-bottom: 3px solid #ebe2c8; }
  .row.cols {
    width: auto;
    display: block; } }

.aboutus h3 {
  font-size: 26px;
  letter-spacing: 2px;
  text-align: center; }

.download h3 {
  font-size: 46px;
  color: #4d4c4f;
  text-align: center;
  padding-top: 35px;
  margin-bottom: 0;
  margin-top: 0; }

.sidebar .download h3 {
  padding: 30px 6px; }

.sidebar {
  padding-left: 15px;
  padding-right: 0; }

.link {
  position: relative; }

.link > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4; }

.fortunecookies {
  margin-left: -10px;
  margin-right: -10px; }

.fortunecookies p {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-bottom: 0;
  padding: 0 60px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.sidebar > div {
  margin-bottom: 15px; }

.sidebar .bgcimg {
  height: 175px; }

.form {
  font-family: 'Georgia', sans-serif; }

.form > div {
  padding-left: 5px;
  padding-right: 15px;
  margin-bottom: 10px; }

.form label {
  font-size: 10px;
  color: #5e5e5e;
  letter-spacing: 2px; }

.form .form-control {
  background: #f7f1e0;
  border: 0 !important;
  border-radius: 0; }

.form textarea {
  min-height: 170px; }

.form input[type="checkbox"] {
  margin: 0 5px 0 0;
  vertical-align: middle; }

.submit {
  background: #639d92;
  color: #f7f1e0;
  font-style: italic;
  font-size: 18px;
  border: none;
  border-radius: 0;
  padding: 6px 20px 6px 15px;
  margin-left: 10px;
  margin-top: 5px;
  display: block; }

.submit img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px; }

@media (max-width: 865px) {
  .form > div,
  .form > div.padr0 {
    padding-right: 5px !important; }
  .sidebar {
    margin-top: 30px;
    padding: 0; }
  .submit {
    margin: 0 auto; } }

/* Footer */
#footer {
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: 'Georgia', sans-serif;
  font-size: 13px; }

#footer .row.cols {
  margin-left: 0; }

#footer .row > div {
  border: 1px solid #ebe2c8;
  padding: 7px; }

#footer .nob {
  border-right: 0 !important; }

#digerati {
  padding: 10px;
  float: right; }

@media (max-width: 865px) {
  .row.cols > div {
    display: block;
    float: left; }
  .content .row.cols > div {
    min-height: 200px; }
  #footer .nob {
    border-right: 1px solid #ebe2c8 !important;
    border-bottom: 0 !important; }
  #footer .row > div {
    text-align: center !important; } }

/* Plugin Overrides */
.fotorama__caption {
  top: 45%;
  left: 33%;
  width: 70%;
  -webkit-transform: translate(-30%, -55%);
  -moz-transform: translate(-30%, -55%);
  -ms-transform: translate(-30%, -55%);
  -o-transform: translate(-30%, -55%);
  transform: translate(-30%, -55%); }

.fotorama__caption__wrap {
  background: transparent; }

.fotorama__caption h2 {
  font-family: 'league_gothic', 'Verdana', 'Arial', sans-serif;
  margin-top: 0;
  font-size: 45px;
  line-height: 45px; }

.fotorama__caption h2 span {
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  color: #f0ad00;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px; }

.fotorama__caption p {
  font-family: 'Georgia', sans-serif;
  color: #ebe2c8;
  border-top: 1px solid #ebe2c8;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 0; }

.fotorama__caption p:last-child {
  border-bottom: 1px solid #ebe2c8; }

#topslider .fotorama__arr--prev {
  left: 25px; }

#topslider .fotorama__arr--next {
  right: 25px; }

.fotorama__arr {
  z-index: 2; }

@media (max-width: 865px) {
  .fotorama__caption h2 {
    font-size: 45px;
    line-height: 36px; }
  .fotorama__caption h2 span {
    font-size: 32px; }
  .fotorama__caption p {
    font-size: 14px; }
  #topslider .fotorama__arr--prev {
    left: 0; }
  #topslider .fotorama__arr--next {
    right: 0; } }

#formcomplete {
  font-family: 'Georgia', sans-serif;
  font-weight: bold;
  font-size: 32px;
  margin-top: 30px;
  color: white;
  text-align: center; }

.monthmonth {
  text-transform: uppercase;
  font-size: 12px !important; }

.resolve p {
  font-family: 'league_gothic', 'Verdana', 'Arial', sans-serif;
  font-size: 20px;
  margin: 0; }

/* If this is visible, you have succeeded young padiwan */

