@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
  font-family: 'Bitter', serif;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Montserrat', sans-serif;
  */
body {
  overflow-x: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.wrapper {
  max-width: 1169px;
  margin: 0 auto;
}

.main-content {
  padding: 40px 0 100px;
}

.clearfix:after, .group:after {
  content: "";
  display: table;
  clear: both;
}

.header-spacer {
  margin-bottom: 119px;   
}

.grid {
  margin: 0 -10px;
  width: calc(100% + 20px);
}

.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}

.grid [class*='col-'] {
  padding: 0 10px;
  float: left;
}

.grid .col-1 {
  width: 8.33%;
}

.grid .col-2 {
  width: 16.66%;
}

.grid .col-3 {
  width: 25%;
}

.grid .col-4 {
  width: 33.33%;
}

.grid .col-5 {
  width: 41.66%;
}

.grid .col-6 {
  width: 50%;
}

.grid .col-7 {
  width: 58.33%;
}

.grid .col-8 {
  width: 66.66%;
}

.grid .col-9 {
  width: 75%;
}

.grid .col-10 {
  width: 83.33%;
}

.grid .col-11 {
  width: 91.66%;
}

.grid .col-12 {
  width: 100%;
}

@media screen and (max-width: 1330px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 800px) {
  .grid .col-1 {
    width: 16.66%;
  }
  .grid .col-2 {
    width: 33.33%;
  }
  .grid .col-3 {
    width: 50%;
  }
  .grid .col-4 {
    width: 66.66%;
  }
  .grid .col-5 {
    width: 83.33%;
  }
  .grid .col-6 {
    width: 100%;
  }
  .grid .col-7 {
    width: 100%;
  }
  .grid .col-8 {
    width: 100%;
  }
  .grid .col-9 {
    width: 100%;
  }
  .grid .col-10 {
    width: 100%;
  }
  .grid .col-11 {
    width: 100%;
  }
  .grid .col-12 {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .grid .col-1 {
    width: 100%;
  }
  .grid .col-2 {
    width: 100%;
  }
  .grid .col-3 {
    width: 100%;
  }
  .grid .col-4 {
    width: 100%;
  }
  .grid .col-5 {
    width: 100%;
  }
  .grid .col-6 {
    width: 100%;
  }
  .grid .col-7 {
    width: 100%;
  }
  .grid .col-8 {
    width: 100%;
  }
  .grid .col-9 {
    width: 100%;
  }
  .grid .col-10 {
    width: 100%;
  }
  .grid .col-11 {
    width: 100%;
  }
  .grid .col-12 {
    width: 100%;
  }
}

i, em, q, cite {
  font-style: italic;
}

q {
  quotes: "“" "”" "‘" "’";
}

strong, b {
  font-weight: 700;
}

ins, mark {
  background: #ffa;
}

abbr, acronym {
  border-bottom: 1px dotted #cecece;
}

blockquote {
  padding-left: 15px;
  border-left: 1px solid #cecece;
  font-style: italic;
}

small {
  font-size: smaller;
}

big {
  font-size: 110%;
}

input {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 8px;
}

input[type="submit"] {
  background: #DA4A3B;
  color: #ffffff;
  border-radius: 20px;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 35px;
  padding-left: 35px;
  cursor: pointer;
}

.reservation-button {
  background: #DA4A3B;
  color: #ffffff;
  /* border-radius: 20px; */
  border: none;
  padding-top: 11px;
  padding-bottom: 9px;
  padding-right: 35px;
  padding-left: 35px;
  cursor: pointer;
  margin-top: 35px;
  display: inline-block;
}

.reservation-button:hover {
  background: #C13122;
}

input[type="submit"].red-button,
input.red-button,
.red-button {
  background: #DA4A3B;
  color: #ffffff;
  border-radius: 0px;
  border: none;
  padding-top: 11px;
  padding-bottom: 9px;
  padding-right: 35px;
  padding-left: 35px;
  cursor: pointer;
  margin-top: 35px;
  display: inline-block;
}

input[type="submit"].red-button:hover,
input.red-button:hover,
.red-button:hover {
  background: #C13122;
  color: #ffffff;
  text-decoration: none;
}

.btn.btn-primary {
  background: #0f2640;
  color: #fff;
  padding: 10px 15px;
  font-family: Montserrat;
  border: none;
  display: inline-block;
}

.btn.btn-secondary, .btn.btn-default {
  background-color: #798188;
  color: #fff;
  padding: 10px 15px;
  font-family: Montserrat;
  border: none;
  display: inline-block;
}

p, li, div, label {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  color: #000;
}

p, li, div {
  font-weight: 400;
}

li,
p {
  line-height: 32px;
}

@media only screen and (max-width: 600px) {
  p, li, div, label {
    line-height: 24px;
    font-size: 16px;
  }
}

ul {
  padding-left: 0;
  list-style-type: disc;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 24px;
}

ol {
  list-style-type: decimal;
}

ul ol,
ol ol {
  list-style-type: upper-alpha;
}

ul ol ol,
ol ul ol,
ul ul ol,
ol ol ol {
  list-style-type: lower-alpha;
}

p + p {
  margin-top: 12px;
}

h6, h5, h4, h3, h2, h1, .btn {
  font-family: 'Montserrat', sans-serif;
  color: #606060;
}

.main-title {
  margin-bottom: 0.5em;
}

h1 {
  font-size: 66px;
  line-height: 72px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

p + h1 {
  margin-top: 60px;
}

h1 + p {
  margin-top: 15px;
}

h2 {
  font-size: 55px;
  line-height: 61px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 8px;
}

h2 + p {
  margin-top: 15px;
}

p + h2 {
  margin-top: 49px;
}

@media only screen and (max-width: 600px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  font-size: 44px;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h3 + p {
  margin-top: 15px;
}

p + h3 {
  margin-top: 38px;
}

h4 {
  font-size: 38px;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 0;
}

h4 + p {
  margin-top: 15px;
}

p + h4 {
  margin-top: 34px;
}

h5 {
  font-size: 33px;
  line-height: 37px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h5 + p {
  margin-top: 15px;
}

p + h5 {
  margin-top: 29px;
}

h6 {
  font-size: 28px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 3px;
}

h6 + p {
  margin-top: 15px;
}

p + h6 {
  margin-top: 24px;
}

h4.blue-title {
  font-size: 22px;
  font-weight: 700;
  color: #416c9e;
  margin-bottom: 15px;
  text-transform: uppercase;
}

audio, canvas, img, svg, video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #0f2640;
}

body a:hover {
  text-decoration: none;
}

p a {
  font-weight: 500;
}

p a:hover {
  color: #808080;
}

dt {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  margin: 0 0 15px;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #b8b8b8;
  padding-bottom: 20px;
}

th {
  padding: 15px 0;
  text-align: left;
}

tr {
  border-bottom: 1px solid #b8b8b8;
}

td {
  padding: 15px;
}

.nav-next {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 599px) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
  }
}

.d-none {
  display: none;   
}

/* Quantity Control */
.quantity-control {
  font-size: 0;
  min-width: 105px;
}

.quantity-control .btn {
  border-radius: 0;
}

.quantity-control .btn:focus {
  outline: none !important;
  border: none;
}

.quantity-control button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  background-color: #416c9e;
  border: 1px solid #416c9e;
  height: 38px;
  padding: 0 10px;
}

.quantity-control button i {
  color: #fff !important;
  font-size: 10px;
  line-height: 38px;
}

.quantity-control button:hover {
  background-color: #3a608c;
  border-color: #3a608c;
}

.quantity-control button.inactive {
  background-color: #f9f9f9;
  border: 1px solid #3a608c;
}

.quantity-control button.inactive i {
  color: #cacaca !important;
}

.quantity-control .input-group-prepend {
  margin-right: -1px;
}

.quantity-control .input-group-append {
  margin-left: -1px;
}

.quantity-control .input-group-prepend, .quantity-control .input-group-append, .quantity-control .quantity-control-input, .quantity-control .tessera-quantity-control-input {
  display: inline-block;
  vertical-align: top;
}

.quantity-control .quantity-control-input,
.quantity-control .tessera-quantity-control-input {
  text-align: center;
  width: 48px;
  height: 38px;
  font-size: 16px;
  line-height: 1.15em;
  border: 1px solid #3a608c;
}

.disabled .quantity-control button {
  background: #c3c3c3;
  border: 1px solid #c1c1c1;
}

.disabled .quantity-control button i {
  color: #4f4f4f !important;
}

.disabled .quantity-control-input,
.disabled .tessera-quantity-control-input {
  border: 1px solid #c1c1c1;
}

.select-seats-button, .tessera-select-seats-button {
  font-family: Montserrat;
  display: block;
  background-color: #416c9e;
  border: 1px solid #416c9e;
  color: #fff;
  padding: 6px 10px;
  font-size: 16px;
  width: 120px;
  text-align: center;
}

.select-seats-button:hover {
  color: #fff;
}

/* Tippy */
.tippy-content {
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Open Sans";
}

.modal h5 {
  font-size: 20px;
  font-weight: 500;
  color: #212529;
}

.modal .modal-header .close {
  padding: 1.2rem;
  margin: -1rem -1rem -1rem auto;
}

.modal .close {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.modal .modal-body.with-close-button {
  padding-right: 40px;
}

.modal .modal-body.with-close-button .close {
  margin-right: -25px;
}

#no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#no-results h2 {
  font-size: 30px;   
}

#no-results .clearFilters {
  padding-top: 12%;   
}
/*# sourceMappingURL=base.css.map */