@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(fancybox.css);
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300,600.css';
/* ============ Colors ============ */
/* ============ General ============ */
body {
  font-family: "Soho Gothic W01 Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFF;
  color: #575757;
  margin-top: 55px;
  font-size: 16px;
  line-height: 1.8em; }

.anchor {
  position: relative;
  top: -50px; }

strong, b {
  font-family: "Soho Gothic W01 Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

iframe {
  max-width: 100%; }

/* ============ Utilities ============ */
.center {
  text-align: center; }

.square {
  border: 1px solid #656565;
  border-radius: 0 !important; }

.thumbnail {
  display: inline-block;
  border: 0;
  margin-bottom: 0; }

.hidden {
  display: none; }

/* ============ Typography ============ */
p {
  font-weight: 300;
  line-height: 2em; }

li {
  font-weight: 300;
  line-height: 1.8em; }

h1, h2, h3, h4 {
  font-family: inherit;
  font-weight: 300; }

h1 {
  color: #000;
  font-size: 45px; }

h1.big {
  font-size: 60px; }

/* ============ Top image ============ */
#jumbo {
  height: 600px;
  width: 100%; }
  #jumbo .carousel-inner {
    height: 100%;
    border-left: 4px solid #FFF;
    border-right: 4px solid #FFF; }
  #jumbo .carousel-indicators li {
    width: 15px;
    height: 15px; }
    #jumbo .carousel-indicators li.active {
      width: 17px;
      height: 17px; }
  #jumbo #top-blur, #jumbo #bottom-blur {
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 1000; }
  #jumbo #top-blur {
    top: 0;
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%); }
  #jumbo #bottom-blur {
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
  #jumbo .item {
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  #jumbo .carousel-indicators {
    bottom: 60px; }
  #jumbo .carousel-control {
    background-image: none;
    opacity: 1.0; }
    #jumbo .carousel-control span {
      font-size: 60px;
      margin-top: -30px; }
    #jumbo .carousel-control img {
      top: 50%;
      position: absolute;
      margin-top: -30px;
      background-color: #FFF;
      width: 30px; }
    #jumbo .carousel-control.left img {
      left: 0; }
    #jumbo .carousel-control.right img {
      right: 0; }

/* ============ Navigation ============ */
nav {
  z-index: 2000;
  width: 100%;
  line-height: 56px;
  position: fixed;
  top: 0;
  background-color: #FFF; }
  nav .btn {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px; }
    nav .btn:hover {
      color: #FFF;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0.25) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(0, 0, 0, 0.25)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0.25) 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0.25) 100%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0.25) 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0.25) 100%); }
  nav .container {
    border-bottom: 1px solid #DDD; }
  nav #brand {
    display: inline-block;
    font-size: 150%;
    text-decoration: none;
    float: left;
    font-family: "Soho Gothic W01 Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  nav #logo {
    height: 56px;
    float: left; }
  nav ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0; }
  nav li {
    display: inline-block;
    padding: 0 15px; }
  nav a, nav a:hover {
    color: #000; }

/* ============ Blocks ============ */
.colorful {
  color: #FFF; }
  .colorful h1, .colorful h2, .colorful h3 {
    color: inherit; }
  .colorful a, .colorful a:hover {
    color: inherit; }

.block {
  padding-top: 40px;
  padding-bottom: 40px; }
  .block h1 {
    margin-bottom: 30px; }
  .block h2 {
    color: #999999;
    margin-bottom: 25px; }
  .block h1 + h2 {
    margin-top: -10px; }
  .block div[class*='col-'] > h1:first-child, .block div[class*='col-'] > h2:first-child, .block div[class*='col-'] > h3:first-child div[class*='col-'] > h4:first-child {
    margin-top: 0; }
  .block p, .block ul {
    margin-bottom: 20px; }
  .block p:last-child, .block ul:last-child {
    margin-bottom: 0; }

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }

#content .block, #content + #reservations {
  background-image: url(../images/shadow.jpg);
  background-repeat: repeat-x;
  /*border-top: 1px solid #f7f7f7;
	background: $color;
	background: -moz-linear-gradient(top,  $color 0%, #ffffff $location, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop($location,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  $color 0%,#ffffff $location,#ffffff 100%);
	background: -o-linear-gradient(top,  $color 0%,#ffffff $location,#ffffff 100%);
	background: -ms-linear-gradient(top,  $color 0%,#ffffff $location,#ffffff 100%);
	background: linear-gradient(to bottom,  $color 0%,#ffffff $location,#ffffff 100%);*/ }

#content hr {
  border-top-color: #DDD;
  width: 75%;
  margin: 40px auto; }
  #content hr .slim {
    margin: 20px auto; }

#content .block:first-child {
  background: none;
  filter: none;
  border-top: 0; }

#content img {
  max-width: 100%;
  border-radius: 5px; }

#content .block .row {
  margin-bottom: 30px; }
  #content .block .row:last-child {
    margin-bottom: 0; }

/* ============ Media queries ============ */
@media screen and (max-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    padding-top: 20px;
    padding-bottom: 20px; } }

/* ============ Newsletter ============ */
#newsletter h1, #newsletter p {
  text-align: center; }

#newsletter #mailbox {
  background-color: #FFF;
  border-radius: 5px;
  padding: 4px;
  max-width: 500px;
  margin: auto; }

#newsletter input, #newsletter button {
  font-size: 18px;
  font-weight: 300;
  border: 0; }

#newsletter input {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 16px; }

#newsletter .btn {
  color: #FFF;
  padding: 10px 20px; }

#newsletter .input-group-addon {
  padding: 0;
  background-color: transparent;
  border: 0; }

/* ============ Map ============ */
#map {
  height: 450px; }

#map-info {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center; }
  #map-info img {
    height: 50px; }

/* ============ Social ============ */
#social {
  padding: 20px 0;
  text-align: center; }
  #social .container > a {
    text-decoration: none; }
  #social i {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px 20px 5px;
    font-size: 150%;
    border: 2px solid #FFF;
    border-radius: 25px;
    line-height: 50px; }
  #social #copyright {
    font-size: 90%; }

/* ============ Reservations ============ */
#reservations h1, #reservations h2, #reservations #things {
  text-align: center; }

#reservations .done {
  opacity: 0.5;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

#reservations #things .label {
  cursor: pointer;
  margin: 0 3px; }

#reservations #datepicker, #reservations #timepicker, #reservations #details {
  margin-top: 60px;
  display: none; }
  #reservations #datepicker h2, #reservations #timepicker h2, #reservations #details h2 {
    padding-bottom: 20px; }

#reservations #datepicker {
  text-align: center; }
  #reservations #datepicker input {
    width: 130px;
    text-align: center;
    background-color: #999999;
    font-size: inherit;
    padding: 10px 0;
    color: #FFF;
    border-radius: .25em;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #reservations #datepicker ::-webkit-input-placeholder {
    color: #ccc; }
  #reservations #datepicker :-moz-placeholder {
    color: #ccc; }
  #reservations #datepicker ::-moz-placeholder {
    color: #ccc; }
  #reservations #datepicker :-ms-input-placeholder {
    color: #ccc; }

#reservations #timepicker {
  text-align: center; }
  #reservations #timepicker #bar {
    background-color: #DDD;
    height: 20px;
    width: 100%;
    margin: auto;
    position: relative; }
    #reservations #timepicker #bar span {
      background-color: #333;
      height: 100%;
      display: block;
      position: absolute;
      opacity: 0.75; }
    #reservations #timepicker #bar .selection {
      z-index: 100;
      opacity: 0.75;
      transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      -webkit-transition: opacity .25s ease-in-out; }
    #reservations #timepicker #bar .disabled {
      background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #DDD), color-stop(0.25, #DDD), color-stop(0.25, #FFF), color-stop(0.5, #FFF), color-stop(0.5, #DDD), color-stop(0.75, #DDD), color-stop(0.75, #FFF));
      background-image: -webkit-linear-gradient(left bottom, #DDD 0%, #DDD 25%, #FFF 25%, #FFF 50%, #DDD 50%, #DDD 75%, #FFF 75%);
      background-image: -moz-linear-gradient(left bottom, #DDD 0%, #DDD 25%, #FFF 25%, #FFF 50%, #DDD 50%, #DDD 75%, #FFF 75%);
      background-image: -ms-linear-gradient(left bottom, #DDD 0%, #DDD 25%, #FFF 25%, #FFF 50%, #DDD 50%, #DDD 75%, #FFF 75%);
      background-image: -o-linear-gradient(left bottom, #DDD 0%, #DDD 25%, #FFF 25%, #FFF 50%, #DDD 50%, #DDD 75%, #FFF 75%);
      background-image: linear-gradient(left bottom, #DDD 0%, #DDD 25%, #FFF 25%, #FFF 50%, #DDD 50%, #DDD 75%, #FFF 75%);
      background-size: 25px 25px;
      opacity: 1; }
  #reservations #timepicker #labels {
    width: 100%;
    margin: auto;
    margin-top: 5px;
    position: relative; }
    #reservations #timepicker #labels span {
      display: block;
      position: absolute;
      font-size: 10px;
      margin-left: -15px; }
  #reservations #timepicker #selection {
    margin-top: 50px; }
    #reservations #timepicker #selection input {
      border: 1px solid #DDD;
      border-radius: 5px;
      padding: 5px 10px;
      margin-left: 5px;
      margin-right: 5px;
      width: 75px;
      text-align: center; }

#reservations #details {
  text-align: center; }
  #reservations #details textarea, #reservations #details input, #reservations #details select {
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
    background-color: #FFF;
    min-width: 220px; }
  #reservations #details label {
    width: 200px;
    text-align: right;
    margin-left: -150px; }
  #reservations #details input, #reservations #details select {
    margin-left: 5px; }
  #reservations #details textarea {
    width: 400px;
    height: 75px; }
  #reservations #details button {
    margin-top: 20px;
    font-size: 150%;
    padding: 5px 20px; }
    #reservations #details button:hover, #reservations #details button:focus {
      color: #CCC; }
  #reservations #details #message {
    margin-top: 30px; }
    #reservations #details #message.success {
      color: green; }
    #reservations #details #message.error {
      color: red; }

#reservations .label {
  text-align: center;
  background-color: #999999;
  font-size: inherit;
  padding: 10px 20px;
  color: #FFF; }

/* ============ Datepicker ============ */
#ui-datepicker-div {
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 10px 15px;
  opacity: 1;
  z-index: 1000 !important;
  display: none; }
  #ui-datepicker-div .ui-datepicker-title {
    text-align: center;
    font-family: "Soho Gothic W01 Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 5px;
    padding-top: 5px; }
  #ui-datepicker-div .ui-icon-circle-triangle-e {
    float: right;
    content: '\279C'; }
  #ui-datepicker-div .ui-icon {
    cursor: pointer;
    color: #999999; }
  #ui-datepicker-div td a {
    display: block;
    padding: 3px;
    text-align: center;
    color: #000;
    font-size: 90%;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 1.2em; }
    #ui-datepicker-div td a:hover {
      border: 1px solid #DDD;
      border-radius: 5px;
    }
    #ui-datepicker-div td a.ui-state-highlight {
      font-family: "Soho Gothic W01 Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    }
    #ui-datepicker-div td a.ui-state-active {
      font-family: "Soho Gothic W01 Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      border: 1px solid #DDD;
      border-radius: 5px; 
    }

      #ui-datepicker-div td.ui-state-disabled {
	color: #999;
      }
/* ============ Timepicker ============ */
.ui-timepicker-div {
  width: 200px; }

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0; }

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px; }
