/*---------------------------------
        Variables
---------------------------------*/
/*---------------------------------
        CSS GRID
---------------------------------*/
.grid {
  display: grid;
  grid-template-columns: 200px auto 200px;
  grid-column-gap: 20px; }

.widet-grid {
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 20px; }

center {
    line-height: 24px;
}
  
header, footer {
  grid-column: 1 / 4; }

.toggle {
  display: none;
  z-index: 1000; }
  .toggle .hamburger {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 5px 0;
    display: block;
    transition: 0.4s; }
  .toggle.close .hamburger.one {
    -webkit-transform: rotate(-45deg) translate(0, 3px);
    transform: rotate(-45deg) translate(0px, 3px); }
  .toggle.close .hamburger.two {
    opacity: 0; }
  .toggle.close .hamburger.three {
    -webkit-transform: rotate(45deg) translate(-8px, -12px);
    transform: rotate(45deg) translate(-8px, -12px); }

.full.text ul {
    list-style-type: square;
    margin-left: 20px;
}	

ol.pages a {
    background-color: #d4dde7;
    font-size: 16px !important;
}

.sub_menus ol.pages a {
    font-size: 14px !important;
    background-color: transparent;
}
	
@media all and (max-width: 768px) {
  .grid {
    grid-template-columns: auto; }

  aside,
  main {
    grid-column: 1 / 4; }

  header {
    order: 1;
    -webkit-order: 1; }

  main {
    order: 2;
    -webkit-order: 2; }

  .sidebar-left {
    order: 3;
    -webkit-order: 3; }

  .sidebar-right {
    order: 4;
    -webkit-order: 4; }

  footer {
    order: 5;
    -webkit-order: 5; }

  .toggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px; } }
/* END CSSGRID */
/*====================================
      PAGE STYLE
====================================*/
@font-face {
  font-family: 'GartonMedium';
  src: url("../fonts/garto16-webfont-webfont.eot");
  src: url("../fonts/garto16-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/garto16-webfont-webfont.woff") format("woff"), url("../fonts/garto16-webfont-webfont.ttf") format("truetype"), url("../fonts/garto16-webfont-webfont.svg#GartonMedium") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  overflow-x: hidden; }

html, body {
  height: 100%; }

a, .toggle, .show_information {
  color: #9e0a15;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a .selected, .toggle:hover, .toggle .selected, .show_information:hover, .show_information .selected {
    color: #63070e;
    cursor: pointer; }

.link {
  color: #9e0a15;
  text-decoration: none;
  cursor: pointer; }
  .link:hover {
    color: #63070e;
    cursor: pointer; }

h1 {
  font-family: 'GartonMedium';
  color: #ed1c24;
  font-size: 35px;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #4b4b4b;
  padding: 0; }

h2 {
  font-family: 'GartonMedium';
  color: #ed1c24;
  font-size: 30px;
  margin: 0 0 15px 0;
  padding: 0; }

h3 {
  font-family: 'GartonMedium';
  color: #ed1c24;
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 15px 0; }

h4 {
  font-family: 'GartonMedium';
  color: #ed1c24;
  font-size: 20px;
  font-weight: normal;
  color: #3C3C3C;
  margin: 0 0 2px 0;
  padding: 0;
  clear: both; }

h5 {
  color: #412707;
  font-size: 13px;
  margin: 0 0 2px 0; }

h6 {
  color: #412707;
  font-size: 11px;
  margin: 0 0 2px 0; }

.sharing_is_caring {
  margin: 0 0 5px 0; }

.alert {
  color: #b31d22; }

#response {
  display: block;
  padding: 3px 5px 3px 5px;
  margin: 0 0 10px 0;
  background: #F00;
  color: #FFF;
  font-size: 14px;
  font-family: Verdana, sans-serif; }

p {
  clear: both;
  margin: 0 0 10px 0;
  text-align: justify; }

.centre-text p {
    text-align: center;
}

.centre-text {
    text-align: center;
}


.note {
  font-size: 10px;
  font-weight: normal; }

sup {
  color: #E62400; }

.clear {
  clear: both; }

.hr, hr {
  clear: both;
  padding: 5px 0 0 0;
  border-top: none;
  border-right: none;
  border-bottom: #b3b5b8 solid 1px;
  border-left: none;
  margin: 0 0 20px 0; }

.big_button {
  clear: both;
  background: #F00;
  color: #FFF;
  border: 1px solid #900;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  display: block;
  margin: 5px 0 5px 0;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }
  .big_button:hover {
    background: #F66;
    color: #FFF;
    cursor: pointer; }

.disabled {
  background: #DDD;
  border: 0; }
  .disabled:hover {
    background: #DDD !important;
    cursor: default !important; }

.clearfix {
  display: inline-block; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

/*----- GENERAL ----- */
body {
  margin: 0 auto;
  max-width: 1270px;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #FFF; }
  body:before, body:after {
    content: '';
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: right top; }
  body .mobile-logo {
    display: none; }
  body.compensate-for-scrollbar {
    margin-right: 0 !important; }

main {
  padding-top: 20px; }

@media all and (min-width: 769px) {
  body {
    padding: 0 20px; } }
@media all and (max-width: 768px) {
  body {
    background: none !important; }
    body:after, body:before {
      display: none !important; }
    body .mobile-logo {
      display: block;
      max-height: 100%;
      width: 98%;
	  margin-left: 1%;
	  }
    body .desktop-menu {
      display: none !important; }
    body header #logo {
      width: auto; }
    body .buttons {
      float: left; } }
@media all and (max-width: 768px) {
  body {
    margin: 0 20px; }
    body:before, body:after {
      display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  body {
    overflow-x: hidden; } }
/*----- end GENERAL ----- */
/*----- HEADER ----- */
header {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center top; }
  header .logo-wrapper, header #menu {
    display: inline-block;
    text-align: center; }
  header #logo {
    width: 75%;
    display: block;
    width: 360px;
    height: 160px;
    margin: 0 0 0 135px;
    text-indent: -999px;
    overflow: hidden; }
  header .desktop-menu {
    margin-top: 22px;
    width: 100%; }
  header #mobile-menu {
    display: block !important;
    position: fixed;
    /* or choose `absolute` depending on desired behavior*/
    top: 0;
    width: 250px;
    right: -360px;
    transition: transform .3s ease-in-out;
    background-color: #fff;
    border-left: 1px solid rgba(237, 27, 36, 0.3);
    border-bottom: 1px solid rgba(237, 27, 36, 0.3);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: none;
    z-index: 999; }
    header #mobile-menu .child {
      margin-left: 30px; }
    header #mobile-menu.open {
      transform: translateX(-340px);
      position: absolute; }
    header #mobile-menu .pages {
      float: left; }
    header #mobile-menu li.parent {
      border-bottom: 1px solid rgba(237, 27, 36, 0.3); }
      header #mobile-menu li.parent:last-child {
        border-bottom: none; }
    header #mobile-menu li.active > a {
      color: #ed1b24; }
    header #mobile-menu li a {
      color: #000;
      padding: 10px 20px;
      width: 100%;
      display: block; }
    header #mobile-menu li span.down {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 5px 0 5px;
      border-color: #000 transparent transparent transparent;
      display: inline-block;
      margin-bottom: 2px;
      margin-left: 10px; }
    header #mobile-menu .child {
      display: none; }
  header #menu {
    padding: 115px 0 0 0;
    text-align: center;
    border-bottom: 5px solid #ed1b24;
    z-index: 100; }
    header #menu a, header #menu .toggle, header #menu .menu_toggle {
      font-family: Times, serif;
      color: #000;
      display: inline-block;
      font-size: 15px;
      line-height: 15px;
      margin: 0 0 0 2px;
      padding: 6px;
      zoom: 1; }
    header #menu a:hover,
    header #menu .selected,
    header #menu .toggle:hover,
    header #menu .menu_toggle:hover,
    header #menu .toggle_on {
      cursor: pointer;
      color: #FFF !important;
      background: #ed1b24; }
    header #menu #home {
      margin-left: 550px; }
    header #menu .pages {
      display: inline-block; }
    header #menu ol, header #menu li {
      display: inline-block;
      zoom: 1; }
  header .sub_menus ol {
    display: block !important;
    clear: both;
    background: #ed1b24;
    text-align: right;
    padding: 0 60px 0 0; }
    header .sub_menus ol li {
      zoom: 1; }
      header .sub_menus ol li a {
        padding: 10px 10px 5px 10px !important;
        color: #CCC !important; }

@media (max-width: 768px) {
  header {
    min-height: 80px;
    background-image: none !important; }
    header #desktop-menu {
      display: none; }
    header #mobile-menu {
      padding-top: 70px; }
      header #mobile-menu #home {
        margin-left: 0; }
    header #logo {
      height: 80px;
      margin: 0;
      width: 100%; } }
/*----- end HEADER ----- */
/* ----- LEFT SIDEBAR -----*/
#sidebar_left {
  float: left;
  min-height: 200px;
  overflow: hidden;
  color: #666;
  padding-top: 20px;
  text-align: left; 
  padding-left: 4px;
}

#subscribe_form,
#social,
#news,
#tweets {
  margin: 0 0 20px 0; }

.sidebar,
.tweet {
  display: block;
  font-size: 11px;
  padding: 0 0 3px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #AAA; }

.sidebar b {
  font-size: 10px;
  color: #ed1c24; }

.tweet span {
  display: block;
  font-size: 10px;
  color: #ed1c24; }

#subscribe_form h1 {
  margin: 0; }

#theform {
  display: none;
  background: #EEE;
  padding: 5px 10px 0 10px;
  text-align: center; }

#theformtoggle {
  clear: both;
  display: block;
  height: 20px;
  text-indent: -999px;
  overflow: hidden; }
  #theformtoggle:hover {
    background-position: center -15px; }

.expand {
  background: url(img/expand.png) no-repeat center 5px #EEE; }

.collapse {
  background: url(img/collapse.png) no-repeat center 5px #EEE; }

#theform div {
  padding: 0 !important;
  margin: 0 !important; }

#subscribe_form table {
  background: transparent !important;
  margin: 0 !important; }
#subscribe_form label {
  text-align: left !important; }
#subscribe_form input, #subscribe_form select {
  background: #CCC !important; }
  #subscribe_form input:focus, #subscribe_form select:focus {
    background: #FFF !important; }
#subscribe_form .wfe_button {
  margin: 3px 0 0 0;
  font-size: 20px !important;
  background: transparent !important; }

#social a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  text-indent: -999px;
  overflow: hidden; }
  #social a:hover {
    opacity: .8; }

#twitter {
  background: url(../images/twitter_bg.png); }

#facebook {
  background: url(../images/facebook_bg.png);
  margin: 0 !important; }

@media all and (max-width: 768px) {
  #sidebar_left {
    width: 100%;
    margin: 0; }

  #social a {
    display: inline-block;
    float: none; } }
/* ----- end LEFT SIDEBAR -----*/
/* -----  RIGHT SIDEBAR ----- */
.sidebar-right {
  padding-top: 20px; }

@media all and (max-width: 768px) {
  .sidebar-right {
    text-align: center;
    margin: 0 auto;
    max-width: 200px; } }
/* ----- end RIGHT SIDEBAR ----- */
/* ----- FOOTER ----- */
#foot {
  clear: both;
  background-image: url(img/foot_wider_bg.png);
  height: 50px;
  padding: 130px 80px 50px 80px;
  text-align: right;
  font-size: 10px;
  color: #FFF; 
  background-repeat: no-repeat;
  }
  #foot a, #foot .show_information {
    color: #ebba0a;
    text-decoration: none;
    cursor: pointer; }
    #foot a:hover, #foot .show_information:hover {
      color: #A77606;
      cursor: pointer; }

#foot_info {
  border-top: 1px solid #000;
  clear: both;
  margin: 50px 0 0 0;
  padding: 20px 0 20px 0;
  font-size: 10px; }

/* ----- end FOOTER ----- */
/* ----- FORM ----- */
form #subject {
  display: none  !important; }

.webform_step {
  margin: 0 !important;
  text-align: left  !important; }

textarea {
  height: 80px; }

.pairings {
  width: 830px;
  padding: 20px 0 0 0; }
  .pairings b {
    display: block;
    width: 200px;
    margin: 0 20px 10px 0;
    float: left;
    clear: both; }
  .pairings .note {
    display: block;
    clear: both;
    margin: 0 0 10px 0; }
  .pairings input, .pairings select, .pairings textarea, .pairings .radios {
    display: block;
    width: 600px;
    margin: 0 0 10px 0;
    float: left; }
  .pairings .radios input {
    width: auto !important;
    display: inline-block !important;
    float: none !important; }

.inline {
  display: inline-block;
  margin: 0 0 5px 0; }
  .inline .button {
    display: inline;
    float: none;
    width: auto;
    font-size: 20px !important;
    margin: 0 10px 0 0 !important; }

/*__________________________ checkout styles*/
#checkout_form input, #checkout_form select, #checkout_form textarea, #checkout_form div {
  float: left;
  width: 442px;
  margin: 0 0 10px 20px; }
#checkout_form div, #checkout_form select {
  width: 450px; }
#checkout_form h5 {
  float: left;
  clear: both;
  width: 180px;
  text-align: right;
  margin: 0 0 10px 0; }
#checkout_form textarea {
  heigh: 80px; }
#checkout_form h3 {
  clear: both; }

.area_code {
  width: 32px !important;
  margin: 0 !important; }

.phone {
  clear: none  !important;
  width: 392px !important;
  margin: 0 0 0 10px !important; }

.submit {
  float: none !important;
  width: 650px !important;
  margin: 0 0 5px 0 !important; }

/*----- end FORM ----- */
.open_image, .open_post_image, .open_users_image {
  cursor: pointer; }

img {
  display: block;
  border: 0; }

.special_1,
.special_2 {
  width: 405px;
  height: 200px;
  margin: 0 20px 20px 0;
  float: left;
  overflow: hidden; }

.special_2 {
  margin: 0 0 20px 0 !important; }

.embed_link:hover {
  opacity: .8;
  cursor: pointer; }

.thumb {
  display: block;
  width: 270px;
  height: 135px;
  overflow: hidden;
  float: left;
  margin: 3px; }
  .thumb img {
    position: absolute;
    width: 270px;
    height: 135px; }
  .thumb .bw {
    opacity: .3; }
  .thumb:hover .bw {
    display: none; }

.img_fl {
  float: left;
  margin: 0 10px 10px 0; }

.img_fr {
  float: right;
  margin: 0 0 10px 10px; }

.img_c {
  text-align: center;
  margin: 0 auto 10px auto; }

.img_c img,
.img_l img,
.img_r img {
  display: inline-block;
  margin: auto; }

.img_l {
  text-align: left;
  margin: 10px 0 10px 0; }

.img_r {
  text-align: right;
  margin: 10px 0 10px 0; }

.slideshow {
  clear: both;
  padding: 0 0 10px 0; }

/*__________________________ end image styles*/
/*__________________________ table styles*/
table {
  margin: 0 0 10px 0;
  background: #FFF;
  width: 100%; }

th {
  /*color:  #E62400;*/
  background: #EEE;
  border-top: 1px solid #000;
  font-weight: bold;
  padding: 2px 4px 2px 2px;
  vertical-align: top; }

td {
  padding: 2px 2px 2px 4px;
  vertical-align: top;
  clear: both; }

.odd {
  background: #DDD; }

.even {
  background: #EEE; }

.product_data .body table td {
  text-align: left; }

.td_thumb {
  padding: 3px 0 3px 0; }

#totals td {
  border-top: 2px solid #000;
  font-weight: bold; }

/*__________________________ end table styles*/
/*__________________________ product styles*/
.col_1, .col_2 {
  width: 300px;
  float: left;
  margin: 0 50px 50px 0; }

.col_2 {
  margin: 0 0 50px 0 !important; }

.product_menu .thumb, .user .thumb {
  float: none;
  margin: 0 0 5px 0; }

.product_menu h4 a, .user h4 a {
  display: block; }

.full {
  margin: 0 0 40px 0; }
  .full.text img {
    max-width: 97%;
    margin: 30px auto; }
  .full p {
    margin-bottom: 15px;
    margin-top: 10px; }

.full .media, .user .media {
  float: left;
  width: 300px;
  margin: 0 50px 0 0;
  overflow: hidden; }

.full .media img, .user .media img {
  max-width: 300px; }

.full .body, .user .body {
  float: left;
  width: 720px; }

/*__________________________ end product styles*/
/*__________________________ search styles*/
.search_result {
  background: #EFEFEF;
  margin: 0 0 20px 0;
  padding: 10px; }
  .search_result .thumb, .search_result .thumb img {
    width: 150px;
    height: 75px; }
  .search_result h4 {
    clear: none; }

/* -----  POPUP (copy from original site) ----- */
#ajax_status, #prompt, #images {
  color: #333;
  background: url(../images/screen_dimmer_bg.png);
  _background: none;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  _position: absolute;
  _top: expression(eval(document.body.scrollTop));
  _height: 100%;
  _width: 100%; }

#prompt, #images {
  cursor: pointer; }

#prompt div, #images div {
  cursor: auto; }

#ajax_status div {
  background: url(img/loading.gif) no-repeat center center #FFF;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px; }

#the_prompt {
  background: #FFF;
  padding: 15px;
  font-size: 30px;
  font-weight: bold;
  width: 300px;
  height: 100px;
  margin: 20px auto 0 auto;
  z-index: 1000;
  text-align: center;
  overflow: auto; }

#the_info {
  width: 75%;
  background: #FFF;
  padding: 20px;
  z-index: 1300;
  text-align: left;
  margin: 0 auto; }
  #the_info h1 {
    text-align: center; }

#the_image {
  background: #FFF;
  padding: 20px;
  z-index: 1300;
  text-align: center;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline; }
  #the_image img {
    margin: auto;
    text-align: center; }
  #the_image p {
    text-align: left;
    margin: 5px 0 0 0; }

#controls {
  position: absolute; }

#previous {
  color: #000;
  float: left;
  background: url(img/previous_bg.png) no-repeat left center;
  opacity: 0;
  clear: none; }

#next {
  color: #000;
  float: right;
  background: url(img/next_bg.png) no-repeat right center;
  opacity: 0;
  clear: none; }

#next:hover, #previous:hover {
  opacity: .6; }

/*__________________________ end block positions*/
/* ----- end  POPUP ----- */
/* ----- homepage ----- */
#main_content {
  width: 830px;
  margin: 0 20px 0 0;
  float: left;
  overflow: hidden; }

.homepage main {
  display: grid; }
  .homepage main .content {
    grid-row: 2/3; }

.home-slideshow {
  grid-column: 1/4;
  margin: 5px 0 0 0; }

#tickets,
.tickets {
  width: 830px;
  min-height: 500px;
  border: none;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  z-index: 500; }

.loading {
  background: url(img/loading.gif) no-repeat center center;
  display: none;
  height: 50px;
  z-index: 1000; }

#loading {
  background: url(img/loading.gif) no-repeat center 120px;
  width: 830px;
  height: 150px;
  position: absolute;
  z-index: 1000; }

#top_of_frame {
  display: block;
  clear: both; }

.noframes {
  display: none; }

.slider-grid {
  margin-bottom: 20px; }

.flex-control-nav, .flex-direction-nav {
  display: none; }

.flexslider {
  margin: 0 !important; }

@media all and (min-width: 600px) {
  .slider-grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px; } }
@media all and (max-width: 768px) {
  .home-slideshow {
    order: 1;
    -webkit-order: 1; } }
/* ----- end main content ---- */
/* ----- FANCYBOX ----- */
.fancybox-button:focus {
  background-color: transparent !important; }

/* ----- end FANCYBOX ----- */
/* ----- CONTACT ----- */
.contact-page input, .contact-page select, .contact-page submit, .contact-page button, .contact-page .button, .contact-page textarea {
  font-size: 10px;
  display: inline-block;
  background: #EEE !important;
  outline: none;
  border: 1px solid #000;
  padding: 4px;
  margin: 0 1px 0 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }
  .contact-page input:focus, .contact-page select:focus, .contact-page submit:focus, .contact-page button:focus, .contact-page .button:focus, .contact-page textarea:focus {
    background-color: #FFF !important; }
.contact-page submit, .contact-page button, .contact-page .button, .contact-page .wfe_button {
  font-family: 'GartonMedium';
  color: #ed1c24;
  background: transparent !important;
  font-size: 30px;
  float: right !important;
  width: auto !important;
  border: 0;
  padding: 0;
  background: transparent;
  clear: both; }
.contact-page input[type='button']:hover, .contact-page .button:hover, .contact-page input[type='submit']:hover, .contact-page select:hover {
  cursor: pointer;
  opacity: .6; }
.contact-page .form-label {
  width: 20%;
  float: left;
  clear: both;
  font-weight: bold;
  margin-bottom: 10px; }
.contact-page .form-data {
  float: left;
  margin-bottom: 10px;
  width: 70%; }
  .contact-page .form-data input, .contact-page .form-data textarea {
    width: 100%; }
.contact-page .form, .contact-page .address {
  margin-top: 40px; }
.contact-page .map {
  float: left; }

@media all and (max-width: 768px) {
  .contact-page .form-data {
    clear: both;
    width: 80%; }
  .contact-page .form-label {
    width: 80%;
    margin-bottom: 0; }
  .contact-page select {
    width: 80%; }
  .contact-page .address {
    float: left; } }
	
	
@media all and (min-width: 1200px) {
  .contact-form {
    width: 60%;
    float: left; }

  .address {
    width: 40%;
    float: left; }

  .map {
    width: 100%;
    margin-top: 40px; } }
/* ----- end CONTACT ----- */
/* ----- BOOKING ----- */
.booking-page .booking-type a {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px 0 0 !important;
  font-family: 'GartonMedium';
  color: #ed1c24; }
  .booking-page .booking-type a:hover, .booking-page .booking-type a.selected {
    cursor: pointer;
    opacity: .6; }
.booking-page .performance-form {
  display: none; }
.booking-page .form {
  margin-top: 40px; }
  .booking-page .form input, .booking-page .form select, .booking-page .form submit, .booking-page .form button, .booking-page .form .button, .booking-page .form textarea {
    font-size: 10px;
    display: inline-block;
    background: #EEE !important;
    outline: none;
    border: 1px solid #000;
    padding: 4px;
    margin: 0 1px 0 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
    .booking-page .form input:focus, .booking-page .form select:focus, .booking-page .form submit:focus, .booking-page .form button:focus, .booking-page .form .button:focus, .booking-page .form textarea:focus {
      background-color: #FFF !important; }
  .booking-page .form submit, .booking-page .form button, .booking-page .form .button, .booking-page .form .wfe_button {
    font-family: 'GartonMedium';
    color: #ed1c24;
    background: transparent !important;
    font-size: 30px;
    float: right !important;
    width: auto !important;
    border: 0;
    padding: 0;
    background: transparent;
    clear: both; }
  .booking-page .form input[type='button']:hover, .booking-page .form .button:hover, .booking-page .form input[type='submit']:hover, .booking-page .form select:hover {
    cursor: pointer;
    opacity: .6; }
  .booking-page .form .form-label {
    width: 26%;
    float: left;
    clear: both;
    font-weight: bold;
    margin-bottom: 10px; }
  .booking-page .form .form-data {
    float: left;
    margin-bottom: 10px;
    width: 70%; }
    .booking-page .form .form-data input, .booking-page .form .form-data textarea {
      width: 100%; }

@media all and (max-width: 768px) {
  .booking-page .form .form-data {
    clear: both;
    width: 80%; }
  .booking-page .form .form-label {
    width: 80%;
    margin-bottom: 0; }
  .booking-page .form select {
    width: 80%; } 
}


@media all and (max-width: 668px) {

  body {
    margin: 0 2px; }

	.hamburger {
		background-color: white !important;
	}
  	
	.toggle.close .hamburger { background-color: #000 !important;}
}	
	
/* ----- end BOOKING ----- */
/* popup */
.popup {
  background: rgba(100, 100, 100, 0.6);
  position: fixed;
  display: none;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }
  .popup > div {
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 20px;
    width: 75%;
    z-index: 5001;
    transform: translateX(-50%);
    left: 50%;
    text-align: left;
    margin: 0 auto; }
    .popup > div h1 {
      text-align: center; }

/* SPECIAl PAGE */
.special-images {
  grid-gap: 10px; }
  .special-images img {
    width: 100%;
    height: auto; }

/*---------------------------
  POPUP ALERT JS, CSS 
---------------------------*/
.popup-alert {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  flex-direction: column;
  opacity: 1;
  transition: opacity 1s ease;
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  flex-wrap: nowrap;
  z-index: 9999;
  display: flex;
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */ }
  .popup-alert .message-popup {
    color: white;
    background-color: black;
    padding: 1em 1.8em;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s; }
  .popup-alert .css-popup {
    border-bottom: 1px solid #555;
    display: flex;
    flex-direction: column; }
  .popup-alert .message {
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em; }
  .popup-alert .button {
    min-width: 140px;
    color: black;
    background-color: #f1d600;
    border-color: #f1d600;
    flex: 1;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    float: right; }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

span#cssCloseButton {
    color: white;
}

/* EOI form */
.eoi-form ul, ol {
    list-style: circle;
    list-style-position: outside;
    margin-left: 20px;
}


.eoi-form .notice-only {
    margin: 10px;
    color: red;
}

.form-field.section-header {
    font-size: 20px;
    color: #ed1c24;
    font-family: 'GartonMedium';
    margin-top: 20px;
    clear: both;
}

.form-field.section-title {
    font-size: 24px;
    color: #ed1c24;
    font-family: 'GartonMedium';
    margin-top: 20px;
}

#subject{
	display:	none !important;
	}
 input,
 select,
 textarea,
 .button{
 	display:	inline-block;
 	border-width:	1px;
 	border-style:	solid;
 	border-color:	#DDD;
 	padding:	1%;
 	margin:	0;
 	font-size: 14px;
 	vertical-align:	top;
 	}
 input,
 select,
 textarea {
 	font-style: italic;
 	padding: 5px 5px 5px 10px;
 }

 	input:focus, 
 	select:focus, 
 	textarea:focus{
 		outline-style:none;
		box-shadow:none;
		border-color:	#EEE;
		background:	#EEE;
		}
	textarea{
		height:	80px;
		}
 	input[type='button'], 
 	input[type='submit'], 
 	.button{
		font-family:	'rustfree';
		background:	#DDD;
		border:	0;
 		}
 	input[type='button']:hover, 
 	input[type='submit']:hover,
 	button:hover, 
 	.button:hover{
 		background:	#EEE;
 		cursor:	pointer;
 		}
 .regular_form div input, 
 .regular_form div select, 
 .regular_form div textarea{
 	width:	97%;
 	}
 	.regular_form .form-field {
 		margin-bottom: 15px;
 	}
 	.regular_form textarea {
 		font-family: Arial;
 		font-size: 14px;
 		resize: none;
 	}
.regular_form div .area_code{
	width:	21%;
	margin:	0 2% 0 0;
	}
.regular_form div .phone{
	width:	70%;
	}
.form-label {
	margin-bottom: 5px;
}
form#contact {
	margin-top: 40px;
}	
form#eoi{
	margin-top: 40px;
}	
form#eoi .one_col {
	width: 32.3%;
}
form#eoi .form-field {
	margin-right: 1%;
	margin-bottom: 20px;
}
form#eoi textarea{
	width: 98%;
}
form#eoi input[type="checkbox"] {
	width: auto;
	margin: 3px 3px 1px 0;
}
form#eoi .dropzone {
	border-color: #DDD;
	border-width: 1px;
}

.start-time-field .form-data {
    width: 50px;
}
.form-field.start-time-field {
    width: 100px;
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}
.start-time-field .form-label .inline { float:left;}


.form-field.venue-time-field .form-data {
    width: 50px;
}
.form-field.venue-time-field {
    width: 100px;
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}
.venue-time-field .form-label .inline { float:left;}


.ticketing-price-field .form-label .inline { float:left;}
.form-field.ticketing-price-field .form-data {
    width: 50px;
}
.form-field.ticketing-price-field {
    width: 200px;
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}


.form-field.week-preference-field .form-data {
    width: 50px;
}
.form-field.week-preference-field {
    width: 100px;
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}
.week-preference-field .form-label .inline { float:left;}



/* END EOI FORM */


.css-popup {
    display: block !important; } 

@supports (display: grid) {
  .css-popup { display: none !important; } 
}

@media all and (max-width: 768px) {
  .popup-alert .message {
    display: flex;
    flex-direction: column; } }


@media all and (min-width: 600px) {
  .special-images {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px; } }

/*# sourceMappingURL=custom.css.map */
