@font-face {
  font-family: "Absol";
  src: url("../fonts/absol.woff") format("opentype");
}
@font-face {
  font-family: "AbsolBold";
  src: url("../fonts/absolbold.woff") format("opentype");
}
@font-face {
  font-family: 'Spectral-Medium';
  src: url('../fonts/Spectral-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Spectral-Medium.woff') format('woff'), url('../fonts/Spectral-Medium.ttf')  format('truetype'), url('../fonts/Spectral-Medium.svg#Spectral-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Medium Device/Medium Desktops */
/* Medium Device/Small Desktops */
/* Mobile Devices */
body {
  background-image: url("../img/bg-public.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  color: #E2DAC3;
  font-family: 'Spectral-Medium', sans-serif;
  line-height: 16px;
  line-height: 1.230769230769231em;
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}
@media (max-width: 991px) {
  body {
    height: 250vh !important;
  }
}
ul.nav.navbar-nav.navbar-right {
  float: left !important;
  margin-left: -12px!important;
}
/*li.dropdown.right-name.open .dropdown-menu {*/
  /*margin-left: 0px;*/
/*}*/
/*li.dropdown.right-name.open .dropdown-menu li {*/
  /*margin-left: 0px;*/
/*}*/
/*li.dropdown.right-name.open .dropdown-menu li a {*/
  /*padding: 5px 15px 5px 15px;*/
  /*text-align: center;*/
/*}*/
.book-now-panels.body-content {
  overflow: hidden;
}
ul.nav.nav-tabs.nav-justified.navs-group {
  margin:0px;
}
ul.nav.nav-tabs.nav-justified.navs-group li {
  padding: 0px;
}

.no-border-table.alt input {
  padding-left: 0px;
}
.no-border-table .form-control.public-form {
  padding-left: 0px;
  box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
}
.no-border-table label {
  font-weight: 300;
}
.sub-policy li {
  float: right;
  display: block;
}
ul.col-lg-2.no-padding.table-options-key.sub-policy {
  overflow: hidden;
}
.mobiles-only {
  display: none!important;
}
@media (max-width: 991px) {
  .mobiles-only {
    display: table!important;
  }
  .desktop-only {
    display: none!important;
  }
}
.nav-tabs.nav-justified.navs-group>li {
  display: table-cell;
  width: 1%;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: transparent;
}
p.p-blank {
  margin-bottom: 0px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #D23D41;
}

.faq-body-background {
  background: url("../img/flower-wall.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.butter-body-background {
  background: url("../img/flower-butter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bird-body-background {
  background: url("../img/flower-bird.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.flower-l-r-body-background {
  background: url("../img/flower-l-r.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.flower-cam-body-background {
  background: url("../img/flower-cam.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

h1, h2, h4 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #E2DAC3;
  text-transform: uppercase;
}

h1 {
  font-size: 28px;
  border-bottom: 2px dotted #E2DAC3;
  padding: 10px;
  padding-left: 0px;
  margin-bottom: 20px;
}

h2 {
  font-size: 16px;
  padding: 0px;
  font-weight: 400;
  letter-spacing: 2px;
}

a {
  color: #DCBD69;
  text-decoration: underline;
  font-weight: 600;
  -o-transition: color .2s ease-out, background 2s ease-in;
  -ms-transition: color .2s ease-out, background 2s ease-in;
  -moz-transition: color .2s ease-out, background 2s ease-in;
  -webkit-transition: color .2s ease-out, background 2s ease-in;
  /* ...and now for the proper property */
  transition: color .2s ease-out, background 2s ease-in;
}
a:hover, a:focus, a:visited {
  text-decoration: underline;
  color: #d2ab40;
}

.btn {
  background: #E2DAC3;
  color: #231F20 !important;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  -o-transition: color .0s ease-out, background 0s ease-in;
  -ms-transition: color .0s ease-out, background 0s ease-in;
  -moz-transition: color .0s ease-out, background 0s ease-in;
  -webkit-transition: color .0s ease-out, background 0s ease-in;
  /* ...and now for the proper property */
  transition: color .0s ease-out, background 0s ease-in;
}
.btn:hover {
  background-color: #d1c5a1;
  color: #000;
}

.contain-nav {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 1199px) {
  .contain-nav {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  .contain-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar {
  background: #fff;
}

.navbar-brand {
  padding-right: 40px;
  padding-left: 0px;
}
.navbar-brand img {
  width: 200px;
}
@media (max-width: 1199px) {
  .navbar-brand img {
    width: 126px;
  }
}

.nav {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 19px;
}
@media (max-width: 1199px) {
  .nav {
    margin-top: 20px;
  }
}
.nav a {
  color: #172D39;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 0px;
  padding-left: 0px;
  text-decoration: none;
  transition: initial;
}
.nav li {
  padding-left: 4px;
  padding-right: 4px;
}
.nav li a {
  padding-top: 10px;
  padding-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1199px) {
  .nav li a {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.nav li a:hover {
  border-bottom: 3px solid #D23D41;
  color: #172D39;
}
@media (max-width: 991px) {
  .nav li a:hover {
    border-bottom: 0px solid #D23D41;
    color: #D23D41;
  }
}
.nav li .active {
  border-bottom: 3px solid #D23D41;
  color: #172D39;
}
@media (max-width: 991px) {
  .nav li .active {
    border-bottom: 0px solid #D23D41;
    color: #D23D41;
  }
}
.nav li .active:hover {
  border-bottom: 3px solid #D23D41;
  color: #172D39;
}
@media (max-width: 991px) {
  .nav li .active:hover {
    border-bottom: 0px solid #D23D41;
  }
}

li.dropdown:hover > a {
  border-bottom: 3px solid #D23D41;
}
@media (max-width: 991px) {
  li.dropdown:hover > a {
    border-bottom: 0px solid #D23D41;
    color: #D23D41;
  }
}

/*a.dropdown-toggle.about:hover {
    border-bottom: 0px;
}
a.dropdown-toggle.grp-book:hover {
    border-bottom: 0px;
}*/
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
}
.navbar-right {
  border-left: 1px solid #000;
}
.navbar-right > li > a {
  background: transparent !important;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 991px) {
  .navbar-right {
    border-left: none;
    margin-top: -10px !important;
  }
}
@media (max-width: 1199px) {
  .navbar-right li a:hover, .navbar-right li a:focus {
    background-color: transparent !important;
    color: #C7AA5C;
  }
}
.navbar-right .fa {
  margin-right: 5px;
}
.navbar-right .dropdown a:hover, .navbar-right .dropdown a:focus {
  background: transparent;
  color: #C7AA5C;
}
.navbar-right .locations {
  padding: 0px;
  margin-top: -2px;
}
.navbar-right .locations .fa {
  font-size: 25px;
}
.navbar-right .locations li .fa {
  font-size: 11px;
}

.fa-map-marker {
  padding-left: 7px !important;
}

.navbar-nav .navbar-right:first-child {
  border-left: 2px solid #000;
  margin-left: -10px;
}

/*Helpers*/
.centered {
  text-align: center;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.navbar-toggle {
  margin-top: 25px;
  border-radius: 0px;
}
.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: whitesmoke;
  border: 1px solid #ececec;
  outline: none;
}
.navbar-toggle .icon-bar {
  background-color: #000;
}

@media (min-width: 991px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  a.dropdown-toggle.about {
    margin-left: 0px;
  }
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: transparent;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0px;
  border-left-color: transparent;
  border: none;
  box-shadow: 0 6px 12px transparent;
  border-top: 22px solid transparent;
}

.dropdown-menu {
  width: 250px;
  margin-left: 6px;
  border-radius: 0px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu li {
  border-bottom: 1px solid #6d6c6c;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown-menu li a {
  padding-left: 0px;
  font-size: 10px;
  color: #172D39;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: margin 0.5s ease-out;
  -moz-transition: margin 0.5s ease-out;
  -o-transition: margin 0.5s ease-out;
}
.dropdown-menu li a:hover {
  color: #C7AA5C;
  background: none;
  margin-left: 10px;
  border-bottom: none;
}
.dropdown-menu li a:before {
  visibility: hidden;
  opacity: 0;
  content: '';
}
.dropdown-menu li a:hover::before {
  content: '\f178';
  color: #D23D41;
  font-family: 'FontAwesome';
  margin-right: 5px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear;
}

.table-key.sessions-key ul {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 0px;
  width: auto;
  float: right;
  margin-bottom: 0px;
  margin-top: -38px;
}
@media (max-width: 650px) {
  .table-key.sessions-key ul {
    float: left;
    width: 100%;
    margin-top: -10px;
  }
}
.table-key.sessions-key ul > li.good-a {
  background: url("../img/active-key.png") 0 14px no-repeat;
  padding-top: 12px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 12px;
  background-size: 11%;
}
.table-key.sessions-key ul > li.sold-out {
  background: url("../img/sold-out.png") 0 15px no-repeat;
  padding-top: 12px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 12px;
  background-size: 16%;
}

@media (max-width: 768px) {
  .table-key.sessions-key {
    overflow: visible;
  }
}

@media (min-width: 992px) {
  .navbar-header {
    display: inline-block;
  }
  .navbar-collapse{
    display: inline-block!important;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
    margin-top: 17px;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px 0 7.5px -15px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-collapse.in {
    overflow-y: auto;
  }

  .collapsing {
    overflow: hidden !important;
  }
}
.body-content {
  margin-top: 30px;
  margin-bottom: 140px;
  padding-bottom: 20px;
  background-color: #172D39;
  border: 4px solid #C7AA5C;
  font-family: 'Spectral-Medium', sans-serif;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .body-content {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.body-content p {
  color: #E2DAC3;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu, .navbar-nav > li > .dropdown-menu {
    position: static !important;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
}
.body-left, .body-right {
  padding: 15px;
}

.body-right {
  margin-top: 25px;
}
.body-right img {
  width: 100%;
}
@media (max-width: 991px) {
  .body-right {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .dropdown-menu li a {
    padding-left: 0px;
    font-size: 10px;
    color: #333;
  }
}
.sidebar-basket {
  margin: -5px 0px 0px 0px;
  text-align: center;
  background: #12252f;
  padding: 2px 10px 10px 10px;
}
.sidebar-basket .fa {
  padding-right: 5px;
  font-size: 16px;
}

.sidebar-image-gold {
  padding: 0px 20px 0px 20px;
  margin-top: 0px;
}

.basket-content {
  margin: 0px 0px 120px 0px;
  text-align: center;
  padding: 2px 10px 10px 10px;
  background: #E2DAC3;
  color: #172D39;
}
.basket-content p {
  padding-top: 20px;
  padding-bottom: 5px;
  color: #172D39;
}

.basket-heading-detail {
  margin-top: 10px;
  background: #E2DAC3;
  text-align: left;
  padding: 2px 10px 0px 10px;
}
.basket-heading-detail p {
  padding-top: 0px;
  color: #172D39 !important;
}
.basket-heading-detail h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
}

.basket-detail-table-headings {
  text-align: left;
  padding-left: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 5px;
  color: #9b9999;
}
@media (max-width: 768px) {
  .basket-detail-table-headings {
    display: none;
  }
}

.title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.basket-detail-table-content {
  text-align: left;
  padding-left: 20px;
  font-size: 12px;
  margin-top: 10px;
}
.basket-detail-table-content .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .basket-detail-table-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.basket-detail-table-item {
  padding-left: 0px;
  padding-right: 0px;
}

.booking-total {
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
  font-size: 14px;
  margin-top: -10px;
}
.booking-total .promo {
  color: #D23D41;
  font-weight: 600;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
}
.booking-total .btn {
  background: #009400;
  color: #fff !important;
}
.booking-total .btn:hover {
  background: #038503;
}

.basket-end {
  padding-left: 0px;
  padding-right: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  overflow: hidden;
}
.basket-end .due {
  float: right;
  font-weight: 600;
}

.table-center {
  text-align: center;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .table-center {
    text-align: left;
  }
}

.active {
  display: block;
}

.table-right {
  text-align: right;
  padding-right: 32px;
}
@media (max-width: 768px) {
  .table-right {
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
  }
}

.bottom-basket {
  text-align: right;
}
.bottom-basket .promo {
  color: #D23D41;
  font-weight: 600;
  padding-right: 12px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.bottom-basket .due {
  margin-right: 12px;
  color: #172D39;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0px;
  padding-top: 10px;
  margin-bottom: -10px;
  font-size: 17px;
  font-weight: 600;
}

.buttons-basket {
  padding: 20px 20px 5px 20px;
}
.buttons-basket .btn {
  font-size: 10px;
}
.buttons-basket .clear {
  background: #D23D41 !important;
  color: white !important;
}
.buttons-basket .clear:hover {
  background: #bd373a !important;
}
.buttons-basket .table-bottom-btn {
  background-color: #172D39;
  color: #E2DAC3 !important;
}
.buttons-basket .table-bottom-btn:hover {
  background-color: #12252f;
}

.left-align-table-basket {
  text-align: left !important;
}

.right-align-table-basket {
  text-align: right !important;
}

.sidebar-header {
  margin: 25px 0px 0px 0px;
  text-align: center;
  border: 2px dotted #E2DAC3;
  padding: 0px 10px 10px 10px;
}

.sidebar-content {
  margin: 25px 0px 0px 0px;
  padding: 0px 10px 10px 10px;
}
.sidebar-content h3 {
  font-size: 15px;
  margin-bottom: 5px;
  font-style: italic;
  color: #fff;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}
.sidebar-content .fa {
  color: #C7AA5C;
  padding-right: 3px;
}
.sidebar-content .thoughts-details {
  margin-bottom: 10px;
}
.sidebar-content .time {
  padding-left: 5px;
  font-style: italic;
  font-weight: 600;
  color: #a9a7a7;
  font-size: 11px;
}

.thoughts-section {
  border-bottom: 1px solid #6e6e6e;
}

.enquiry-tracker {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 991px) {
  .enquiry-tracker {
    border-bottom: 1px solid #C7AA5C;
    padding-bottom: 10px;
  }
}
.enquiry-tracker img {
  width: 120px;
}
.enquiry-tracker .img-enquiry-tracker {
  padding-left: 0px;
  padding-right: 0px;
}
.enquiry-tracker .img-enquiry-tracker:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  border: 1px solid #C7AA5C;
  top: 94px;
  left: 59px;
}
@media (max-width: 991px) {
  .enquiry-tracker .img-enquiry-tracker:after {
    display: none;
  }
}
.enquiry-tracker .img-enquiry-tracker-last {
  padding-left: 0px;
  padding-right: 10px;
}
.enquiry-tracker .date {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-top: 46px;
}
@media (max-width: 991px) {
  .enquiry-tracker .date {
    margin-top: 0px;
  }
}
.enquiry-tracker h3 {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.enquiry-tracker .col-md-4 {
  padding-left: 60px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .enquiry-tracker .col-md-4 {
    padding-left: 20px;
  }
}
.enquiry-tracker .col-md-6 {
  padding-left: 20px;
}

.table {
  background: #fff;
}

.sf-link {
  margin-top: 1px;
}
.sf-link img {
  width: 110px;
  margin-top: -1px;
  margin-left: 5px;
}
.sf-link .sf-link-text {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
  font-style: italic;
  color: #fff5da;
}

table {
  margin-bottom: 25px;
}
table .uk-address-button {
  margin-left: 5px;
}
@media (max-width: 1199px) {
  table .uk-address-button {
    margin-left: 0px;
  }
}

.table-head-wrap {
  background-color: #C7AA5C;
  display: block;
  float: left;
  width: 100%;
}

.table-head h2 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin: 12px 0;
  color: #fff;
  float: left;
  text-transform: none;
}

.table-subhead-wrap {
  background-color: #4D4D4D;
  display: block;
  float: left;
  width: 100%;
}
.table-subhead-wrap .table-subhead h3 {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  margin: 12px 0;
  color: #fff;
  float: left;
  text-transform: none;
}

.course-subtitle {
  background-color: #4D4D4D;
  display: block;
  float: left;
  width: 100%;
}
.course-subtitle h5 {
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  margin: 4px 0;
  color: #fff;
  float: left;
  text-transform: none;
}
.course-subtitle .fa {
  margin-left: 10px;
  font-size: 17px;
}

.basket-heading-options {
  float: right;
  font-weight: bold;
  margin-top: 12px;
}
.basket-heading-options a {
  font-size: 11px;
  color: #000;
  text-decoration: underline;
  padding-left: 8px;
}
.basket-heading-options a:hover {
  color: #fff;
  text-decoration: underline;
}

.login-not {
  margin-top: 8px;
  font-weight: bold;
  font-size: 12px;
  float: left;
}

.basket-details-table thead {
  background: transparent;
}
.basket-details-table .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.basket-details-table .qty {
  text-align: center;
}
.basket-details-table .item {
  width: 350px;
}
.basket-details-table .item-price, .basket-details-table .sub-total {
  text-align: right;
}
.basket-details-table .clear-item {
  width: 50px;
  text-align: center;
}
.basket-details-table .clear-item .fa {
  color: #C7AA5C;
  font-size: 20px;
  margin-top: 5px;
}
.basket-details-table .clear-item .fa:hover {
  color: #bd373a;
}

.quick-search {
  padding-top: 15px;
}

.tab-form td:first-child {
  font-weight: 400;
  background: transparent;
  color: #E2DAC3;
}

.no-padding {
  padding: 0px;
}

.tab-form td {
  padding: 10px 10px;
  border: 1px solid #6e6e6e;
  vertical-align: top;
  background: transparent;
  color: #fff;
}

.pref-date-table-content {
  width: 120px;
}
@media (max-width: 1199px) {
  .pref-date-table-content {
    width: 105px;
  }
}
@media (max-width: 991px) {
  .pref-date-table-content {
    width: 127px;
  }
}
@media (max-width: 768px) {
  .pref-date-table-content {
    width: 100%;
  }
}

.address-table-content {
  width: 70px;
}
@media (max-width: 1199px) {
  .address-table-content {
    width: 130px;
  }
}
@media (max-width: 991px) {
  .address-table-content {
    width: 170px;
  }
}
@media (max-width: 768px) {
  .address-table-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  label {
    display: block;
  }
}

.form-control:focus {
  border-color: rgba(226, 218, 195, 0.3);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 170, 92, 0.7);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 170, 92, 0.7);
}

.login-modal-dialog {
  width: 320px;
}
@media (max-width: 768px) {
  .login-modal-dialog {
    width: auto;
  }
}

.modal-content {
  border-radius: 0px;
  border: none;
  border-top: 6px solid #C7AA5C;
  text-align: none;
  color: #000;
  font-size: 12px;
}
.modal-content .modal-header {
  background-color: #172D39;
}
.modal-content P {
  color: #E2DAC3;
  font-size: 12px;
  line-height: 1.4;
}

.modal-body {
  background: #172D39;
}

.modal-header {
  border-color: #E2DAC3;
}

.login-modal {
  border-radius: 0px;
  border: none;
  border-top: 6px solid #C7AA5C;
  text-align: none;
  color: #E2DAC3;
  font-size: 12px;
}
.login-modal .modal-header {
  background: #172D39;
}
.login-modal h4 {
  font-size: 15px;
}
.login-modal .close {
  margin-top: -4px;
  color: #fff;
  opacity: 0.8;
}
.login-modal .close:hover, .login-modal .close:focus {
  opacity: 1;
  outline: none;
}
.login-modal P {
  color: #E2DAC3;
  font-size: 12px;
  line-height: 1.4;
}
.login-modal .not {
  color: #000;
  margin-top: 8px;
  font-weight: bold;
  font-size: 11px;
  float: left;
}
.login-modal .forgot {
  font-size: 11px;
}
.login-modal .modal-footer {
  margin-top: -9px;
  background-color: #11242d;
  display: block;
}

footer {
  background-color: #172D39;
  background-size: cover;
}
footer .action-footer {
  border: 4px solid #FBC66E;
  background: #181818;
  font-size: 14px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
  font-family: 'serif';
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  padding: 28px 0px 19px 0px;
  color: #fff;
}
footer .action-footer:hover {
  background: #FBC66E;
  color: #000;
}
footer .action-footer-left {
  border-left: none;
}
@media (max-width: 1199px) {
  footer .action-footer-left {
    border-left: 4px solid #FBC66E;
  }
}
footer .action-footer-right {
  border-right: none;
}
@media (max-width: 1199px) {
  footer .action-footer-right {
    border-right: 4px solid #FBC66E;
  }
}
footer .footer-body {
  text-align: center;
  padding: 20px 35px 0px 20px;
}
@media (max-width: 991px) {
  footer .footer-body {
    padding: 30px 20px 0px 20px !important;
  }
}
footer .footer-body p {
  line-height: 1.4;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #E2DAC3;
  padding: 0px 0px 15px 0px;
}
footer .footer-body img {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  footer .footer-body img {
    padding-bottom: 0px !important;
  }
}
footer .footer-body a {
  text-decoration: none;
}
footer .social-footer {
  list-style: none;
  padding-left: 0px;
}
footer .social-footer img {
  padding-bottom: 20px;
}
footer .social-footer li {
  display: inline-block;
  padding: 10px 3px 0px 3px;
}
footer .social-footer li:hover {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  footer .more-info {
    margin-top: 20px;
  }
}
footer .footer-bottom {
  background-color: #12252f;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  padding: 15px 3px 5px 3px;
  overflow: hidden;
}
footer .footer-bottom a {
  color: #fff5da;
  text-decoration: none;
  -o-transition: color .2s ease-out, background 2s ease-in;
  -ms-transition: color .2s ease-out, background 2s ease-in;
  -moz-transition: color .2s ease-out, background 2s ease-in;
  -webkit-transition: color .2s ease-out, background 2s ease-in;
  /* ...and now for the proper property */
  transition: color .2s ease-out, background 2s ease-in;
}
footer .footer-bottom a:hover {
  color: #D23D41;
  text-decoration: none;
}
footer .footer-bottom ul li {
  display: inline;
  margin-right: 30px;
}
@media (max-width: 991px) {
  footer .footer-bottom ul li {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom-left {
    margin-top: 10px;
    text-align: center;
  }
}
footer .footer-bottom-right {
  text-align: right;
}
@media (max-width: 768px) {
  footer .footer-bottom-right {
    text-align: center;
  }
}
footer .footer-row {
  margin-right: 0px;
  margin-left: 0px;
}

.new-line-mob {
  display: none;
}
@media (max-width: 768px) {
  .new-line-mob {
    display: block;
    line-height: 15px;
  }
}

@media (max-width: 768px) {
  .footer-bottom-left > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.selected-experience-table, .available-extras-table, .upgrades-table {
  margin-top: 25px;
  margin-bottom: 40px;
}

.available-extras-table .align-with-image {
  padding-top: 30px;
  font-weight: 400 !important;
}
.available-extras-table .align-with-image-price {
  padding-top: 40px;
  text-align: right;
}
.available-extras-table .btn {
  margin-top: 20px !important;
}
.available-extras-table .fa {
  font-size: 19px !important;
  padding-top: 14px;
}

.upgrades-table .align-with-image {
  padding-top: 20px;
  font-weight: 400 !important;
}
.upgrades-table .align-with-image-price {
  padding-top: 23px;
  text-align: right;
}
.upgrades-table .btn {
  margin-top: 5px !important;
}
.upgrades-table .fa {
  font-size: 19px !important;
  padding-top: 4px;
}

.event-details-list ul {
  padding-left: 0px;
  margin-top: 20px;
  list-style: none;
}
.event-details-list ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 5px 0 10px 20px;
  text-indent: -1.4em;
}

.event-details-image {
  margin-top: 29px;
}
.event-details-image img {
  border: 1px solid #C7AA5C;
}
.event-details-image h2 {
  background: black;
  border-top: 3px solid #C7AA5C;
  border: 1px solid #C7AA5C;
  padding: 15px;
  font-size: 10px;
  text-align: center;
  margin-top: 0px;
}

.event-details-options {
  margin-top: 30px;
}

ul#myTab > li:first-child {
  padding-left: 0;
}
@media (max-width: 768px) {
  ul#myTab > li:first-child {
    padding-left: 6px;
  }
}

ul#myTab > li:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  ul#myTab > li:last-child {
    padding-right: 6px;
  }
}

li.non-active-nav > a {
  background: rgba(255, 255, 255, 0.2);
  border-left: 1px solid #333;
  color: rgba(255, 255, 255, 0.2);
}

.col-xs-12.col-md-12.col-lg-12.nav-section {
  padding: 0px;
  padding-bottom: 20px;
}

.session-top-level-tabs .nav li:hover a {
  background: #DCBD69;
}
.session-top-level-tabs .nav-tabs > li.active > a, .session-top-level-tabs .nav-tabs > li.active > a:hover, .session-top-level-tabs .nav-tabs > li.active > a:focus {
  background: #DCBD69;
  border: 1px solid #fff;
  color: #000;
  max-width: 105px;
  min-width: 105px;
}
@media (max-width: 1199px) {
  .session-top-level-tabs .nav-tabs > li.active > a, .session-top-level-tabs .nav-tabs > li.active > a:hover, .session-top-level-tabs .nav-tabs > li.active > a:focus {
    max-width: 85px;
    min-width: 85px;
    font-size: 11px !important;
  }
}
@media (max-width: 768px) {
  .session-top-level-tabs .nav-tabs > li.active > a, .session-top-level-tabs .nav-tabs > li.active > a:hover, .session-top-level-tabs .nav-tabs > li.active > a:focus {
    max-width: 100%;
    min-width: 100%;
    font-size: 12px !important;
  }
}
.session-top-level-tabs .nav-tabs > li.active-complete > a, .session-top-level-tabs .nav-tabs > li.active-complete > a:hover, .session-top-level-tabs .nav-tabs > li.active-complete > a:focus {
  background: #DCBD69;
  border: 1px solid #DCBD69;
  color: #000;
  max-width: 105px;
  min-width: 105px;
}
@media (max-width: 1199px) {
  .session-top-level-tabs .nav-tabs > li.active-complete > a, .session-top-level-tabs .nav-tabs > li.active-complete > a:hover, .session-top-level-tabs .nav-tabs > li.active-complete > a:focus {
    max-width: 85px;
    min-width: 85px;
    font-size: 11px !important;
  }
}
@media (max-width: 768px) {
  .session-top-level-tabs .nav-tabs > li.active-complete > a, .session-top-level-tabs .nav-tabs > li.active-complete > a:hover, .session-top-level-tabs .nav-tabs > li.active-complete > a:focus {
    max-width: 100%;
    min-width: 100%;
    font-size: 12px !important;
  }
}
.session-top-level-tabs .nav-tabs > li.non-active-nav > a, .session-top-level-tabs .nav-tabs > li.non-active-nav > a:hover, .session-top-level-tabs .nav-tabs > li.non-active-nav > a:focus {
  max-width: 105px;
  min-width: 105px;
  border: 1px solid rgba(226, 218, 195, 0.3);
}
@media (max-width: 1199px) {
  .session-top-level-tabs .nav-tabs > li.non-active-nav > a, .session-top-level-tabs .nav-tabs > li.non-active-nav > a:hover, .session-top-level-tabs .nav-tabs > li.non-active-nav > a:focus {
    max-width: 85px;
    min-width: 85px;
    font-size: 11px !important;
  }
}
@media (max-width: 768px) {
  .session-top-level-tabs .nav-tabs > li.non-active-nav > a, .session-top-level-tabs .nav-tabs > li.non-active-nav > a:hover, .session-top-level-tabs .nav-tabs > li.non-active-nav > a:focus {
    max-width: 100%;
    min-width: 100%;
    font-size: 12px !important;
  }
}

.avail {
  font-size: 13px;
  padding-left: 15px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.event-details-tabs {
  margin-bottom: 0px;
  padding-top: 10px;
}
.event-details-tabs .nav {
  margin-top: 0px;
}
.event-details-tabs li a {
  padding: 9px 0px;
  font-family: 'Spectral-Medium', sans-serif;
}
.event-details-tabs li p {
  color: #fff;
}
.event-details-tabs .time {
  margin-bottom: 10px;
}
.event-details-tabs .status {
  margin-bottom: 0px;
  font-size: 11px;
}
.event-details-tabs .nav-tabs > li.session-green > a, .event-details-tabs .nav-tabs > li.session-green > a:focus {
  background: #128D15;
  color: #fff;
  font-size: 10px;
  max-width: 89px;
  min-width: 80px;
}
@media (max-width: 768px) {
  .event-details-tabs .nav-tabs > li.session-green > a, .event-details-tabs .nav-tabs > li.session-green > a:focus {
    max-width: 100%;
    min-width: 100%;
  }
}
.event-details-tabs .nav-tabs > li.session-green > a:hover, .event-details-tabs .nav-tabs > li.session-green > a:focus:hover {
  background-color: #0f7612;
}
.event-details-tabs .nav-tabs > li.session-red > a, .event-details-tabs .nav-tabs > li.session-red > a:focus {
  background: #CF3C40;
  color: #fff;
  font-size: 10px;
  max-width: 89px;
  min-width: 80px;
}
@media (max-width: 768px) {
  .event-details-tabs .nav-tabs > li.session-red > a, .event-details-tabs .nav-tabs > li.session-red > a:focus {
    max-width: 100%;
    min-width: 100%;
  }
}
.event-details-tabs .nav-tabs > li.session-red > a:hover, .event-details-tabs .nav-tabs > li.session-red > a:focus:hover {
  background-color: #c23034;
}
.event-details-tabs .nav-tabs > li.session-yellow > a, .event-details-tabs .nav-tabs > li.session-yellow > a:focus {
  background: #E5AB30;
  color: #fff;
  font-size: 10px;
  max-width: 89px;
  min-width: 89px;
}
@media (max-width: 768px) {
  .event-details-tabs .nav-tabs > li.session-yellow > a, .event-details-tabs .nav-tabs > li.session-yellow > a:focus {
    max-width: 100%;
    min-width: 100%;
  }
}
.event-details-tabs .nav-tabs > li.session-yellow > a:hover, .event-details-tabs .nav-tabs > li.session-yellow > a:focus:hover {
  background-color: #eda118;
}
.event-details-tabs .nav-tabs > li.session-blue > a, .event-details-tabs .nav-tabs > li.session-blue > a:focus {
  background: #46B9DF;
  color: #fff;
  max-width: 89px;
  min-width: 89px;
}
.event-details-tabs .nav-tabs > li.session-blue > a:hover, .event-details-tabs .nav-tabs > li.session-blue > a:focus:hover {
  background-color: #30b1db;
}

.nav-tabs.nav-justified > li > a {
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 0px solid #ddd;
}

.nav-tabs > li > a:hover {
  border-color: transparent;
}

.course-container .row:first-child {
  border-top: 1px solid #C7AA5C;
}

.course-container > .row {
  margin: 0px 0 0px 0;
  padding: 8px 15px 8px 0px;
  position: relative;
  vertical-align: middle;
  overflow: auto;
}

.course-title {
  background: #C7AA5C;
}
.course-title h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.course-title > .col-md-12 > h5 {
  margin: 2px 0;
  font-weight: 900;
}

.course-title > .col-md-6 > h5 {
  margin: 2px 0;
  color: #fff;
  font-weight: 900;
}

.course-container {
  /*background: rgba(0,0,0,0.3);*/
  display: block;
  position: relative;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 20px;
  padding: 0px 0px 0px 0px;
}

i.info-i {
  font-size: 25px;
  left: -15px;
  position: absolute;
}

i.info-i.xs-vis {
  display: none;
}

@media (max-width: 768px) {
  i.info-i.xs-vis {
    display: block;
    margin-left: 30px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  i.info-i.xs-invis {
    display: none;
  }
}

td.day {
  color: #333;
}

th.next {
  color: #333;
}

th.prev {
  color: #333;
}

th.datepicker-switch {
  color: #333;
}

input#date {
  width: 115px;
  margin-top: -5px;
}
@media (max-width: 768px) {
  input#date {
    width: 100% !important;
  }
}

#search-find {
  /*vertical-align: inherit;*/
}

@media (min-width: 769px) and (max-width: 991px) {
  #search-find {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  select#venue {
    width: 100% !important;
  }
}

button.btn.q-search {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #DCBD69;
}
@media (max-width: 768px) {
  button.btn.q-search {
    margin-left: 0px;
  }
}
button.btn.q-search:hover {
  background-color: #b99f58 !important;
}

button.close.public-close {
  color: #E2DAC3;
  opacity: 1;
}

span.col-xs-6.col-sm-2.col-md-2 {
  padding-right: 0;
}

.modal-footer {
  display: none;
}

.image-modal {
  position: relative;
  width: 100%;
  /* for IE 6 */
}

.datepicker-dropdown {
  background: #fff;
}

.image-modal > h2 {
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
}

.image-modal > h2 {
  background: black;
  /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
}

.book-now-btn .btn {
  margin-right: 5px;
}

.book-date {
  padding-right: 0px;
}

.table-key ul {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 15px;
  width: 75%;
  float: left;
}
.table-key ul li {
  display: inline-block;
  padding-right: 15px;
}

.nav li:hover a {
  background: transparent;
}

ul.dropdown-menu > li > a {
  background: transparent !important;
}

.dulled-bg {
  background: rgba(0, 0, 0, 0.6);
}

.table-key ul li.good-a {
  background: url(../img/active-key.png) 0 14px no-repeat;
  padding-top: 12px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 13px;
  background-size: 14%;
}

.table-key ul li.limited-a {
  background: url(../img/limited-key.png) 0 14px no-repeat;
  padding-top: 12px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 13px;
  background-size: 14%;
}

.table-key ul li.sold-out {
  background: url(../img/sold-out.png) 0 14px no-repeat;
  padding-top: 12px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 13px;
  background-size: 14%;
}

.table {
  background: transparent;
  font-weight: 600;
}

.table > thead > tr > th {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

td.is-active {
  box-shadow: inset 10px 0px 0px 0px #009400 !important;
}

td.is-closed {
  box-shadow: inset 10px 0px 0px 0px #D23D41 !important;
}

td.is-active span {
  display: none;
}

td.is-closed span {
  display: none;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  /*background-color: rgba(0,0,0,0.4)*/
  background: transparent;
}

.basket-details-table > tbody > tr > td, .basket-details-table > tbody > tr > th {
  /*background-color: rgba(0,0,0,0.3)*/
}

.basket-details-table > tbody > tr:nth-child(odd) > td, .basket-details-table > tbody > tr:nth-child(odd) > th {
  /*background-color: rgba(0,0,0,0.3)*/
}

.table > tbody > tr > td {
  padding: 15px 10px 10px 10px;
}
.table > tbody > tr > td .btn {
  font-size: 10px;
  margin-top: -6px;
}

@media (min-width: 801px) {
  .mobile-upgrades {
    display: none;
  }
}
@media (max-width: 800px) {
  .upgrades-table {
    display: none;

  }
  .mobile-upgrades {
    display: inline-block;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px;
    width: 100%;
  }
}
@media (max-width: 800px){
  .body-left, .body-right {
    padding: 0px!important;
  }
}
.mobile-upgrades .col-xs-8 {
  padding-left: 0;
}
.mobile-upgrades .col-xs-4 {
  padding: 0;
}
span.prod-desc {
  min-height: 63px!important;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 63px;
  overflow: hidden;
}
@media (max-width: 420px) {
  span.prod-desc {
    font-size: 12px;
  }
}
span.ppp {
  margin-top: 5px!important;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}
.upgrade-btn {
  margin-top: 3px;
}

.mobile-user > .fa {
  font-size: 17px;
  color: #000;
  padding-left: 10px;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .mobile-user > .fa {
    padding-left: 0px;
    padding-top: 0px;
  }
}

.mobile-user > .fa:hover {
  color: #dcbd69;
}

.mobile-user > .fa:focus {
  color: #dcbd69;
  outline: none;
}

span.col-xs-6.col-sm-3.col-md-3.book-now-btn {
  padding-right: 0;
}

@media (max-width: 1399px) {
  .cust-mob {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .mobile-user {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  input.address-table-content {
    /*width: 550px !important;*/
    margin-top: 10px;
  }

  .pref-date-table-content {
    /*width: 550px !important;*/
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  span.col-xs-12.col-md-3.book-now-btn > .btn {
    float: right !important;
  }

  i.fa.fa-info-circle.info-i.pull-right {
    float: left !important;
  }

  .col-xs-12.col-sm-6.col-md-6.book-date > h5 {
    float: left !important;
  }
}
span.col-xs-12.col-sm-3.col-md-3 > .btn {
  margin-top: 13px;
}
@media (max-width: 991px) {
  span.col-xs-12.col-sm-3.col-md-3 > .btn {
    margin-top: 0px;
  }
}

@media (max-width: 1199px) {
  .row.footer-row > a {
    text-decoration: none;
  }
}

@media (max-width: 3000px) {
  .col-xs-12.col-sm-6.footer-bottom-left > ul {
    margin-left: 0px;
    padding-left: 0px;
  }
}
.col-lg-12.footer-bottom > .container {
  padding-left: 0;
  padding-right: 0;
}

li.powered {
  margin-right: 0px !important;
}

@media (max-width: 991px) {
  .col-xs-12.col-sm-6.footer-bottom-left > ul {
    padding-left: 10px;
    text-align: center;
  }

  .col-xs-12.col-sm-6.footer-bottom-right > ul {
    padding-left: 10px;
    text-align: center;
  }
}
.cust-mob:hover {
  color: #DCBD69 !important;
  background: transparent !important;
  border-bottom: 0px solid #fff !important;
}

.b-white {
  font-weight: 800;
}

.text-section > h3 {
  margin-top: 25px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .text-section > h3 {
    margin-top: 10px;
  }
}
.text-section > p {
  margin-bottom: 3px;
}

.mob-hide-row {
  display: none;
}

.st-val.item {
  text-align: right;
}

.st-val.qty {
  text-align: right;
}

td.st-val.clear-item {
  text-align: right;
}

@media (max-width: 800px) {
  .stacktable td:first-child {
    font-weight: bold;
    background: transparent;
    color: #fff;
  }

  .stacktable td {
    padding: 10px 10px;
    border: 1px solid #6e6e6e;
    vertical-align: top;
    background: transparent;
    color: #fff;
  }

  .stackable {
    border: none;
  }

  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #6e6e6e !important;
  }

  .st-head-row {
    background-color: transparent !important;
  }

  .available-extras-table .align-with-image-price {
    padding-top: 30px;
    text-align: left;
  }

  td.st-val.align-with-image-price {
    adding-top: 30px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .btns-button {
    margin-top: 40px !important;
  }
}
.table-bottom-btn {
  margin-top: 5px;
}

@media (max-width: 510px) {
  .xs-pull-left {
    float: left !important;
  }
}
@media (min-width: 800px) {
  tr.mob-blank-row {
    display: none;
  }
}

.panel-heading {
  padding: 0 15px !important;
}

ul#otp > li > a {
  padding: 15px;
  margin-left: 0px;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}

ul#otp > li > a:hover {
  background: #DCBD69;
  color: #fff;
}

ul#otp > li.active > a {
  background: #DCBD69;
  color: #fff;
}

ul#otp > li:first-child {
  padding-left: 0 !important;
}

ul#otp > li:last-child {
  padding-right: 0 !important;
}

.status {
  display: block;
}

@media (min-width: 768px) {
  .statuss {
    display: none;
  }
}
@media (max-width: 768px) {
  ul#otp > li {
    padding-left: 0;
    padding-right: 0;
  }

  td.is-active span {
    display: block;
    padding-left: 5px;
  }

  td.is-closed span {
    display: block;
    padding-left: 5px;
  }

  .sidebar.sidebar-offcanvas {
    background-image: url(../img/inner-bg.png);
    border: 4px solid #C7AA5C;
    margin-top: 4px;
  }

  .body-right {
    margin-top: 0px;
  }

  .table-bottom-btn {
    float: none !important;
  }

  .table-key {
    overflow: hidden;
  }
}
.sidebar-btn:active, .sidebar-btn:focus {
  outline: none;
  box-shadow: none;
}

.sidebar-btn {
  padding: 6px 12px;
  border-radius: 3px;
}
@supports (-ms-ime-align: auto) {
  @media all and (min-width: 768px) {
    .sidebar-btn :last-child.navbar-nav.navbar-right {
      margin-left: -27px;
    }
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sidebar-btn {
    /* IE10+ CSS styles go here */
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px), all and (-ms-high-contrast: active) and (min-width: 768px) {
  .sidebar-btn :last-child.navbar-nav.navbar-right {
    margin-left: -27px;
  }
}

.sidebar-btn .booking-total.grey {
  text-align: left;
}
.sidebar-btn .booking-total.grey .btn {
  background: #FBF0DE;
  color: #231F20 !important;
  text-align: left;
}
.sidebar-btn .book-tot-inline {
  margin-top: 7px !important;
  text-align: right;
  line-height: 27px;
}
.sidebar-btn .am-paid {
  text-align: right;
  margin-top: 25px;
  font-size: 20px;
}
@media (max-width: 639px) {
  .sidebar-btn .pull-right.book-tot-inline {
    float: none !important;
    text-align: left;
  }
  .sidebar-btn .am-paid {
    float: none !important;
    text-align: left;
  }
}

/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -54%;
    /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%;
    /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    /* 6 columns */
  }
}
@media screen and (max-width: 545px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -84%;
    /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -75%;
    /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 80%;
    /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 80%;
    /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 80%;
    /* 6 columns */
  }
}
@media screen and (max-width: 355px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -103%;
    /* 6 columns */
    margin-right: 10px;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -95%;
    /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 95%;
    /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 95%;
    /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 95%;
    /* 6 columns */
  }
}
.sidebar-header.main-h2-wrap {
  max-width: 323px;
  margin: 25px auto 0px auto;
}
.sidebar-header.main-h2-wrap h2 {
  font-weight: 600;
}
.sidebar-header.main-h2-wrap.large {
  max-width: 450px;
}

.half-img {
  text-align: center;
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
}
.half-img > img {
  max-width: 505px;
  width: 100%;
}
@media (max-width: 991px) {
  .half-img > img {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

.col-md-6.faq-right {
  padding-left: 30px;
}

.col-md-6.faq-left {
  padding-right: 30px;
}

.faq-q {
  color: #DCBD69 !important;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 4px;
  padding: 8px;
  padding-left: 0px;
  margin-bottom: 10px;
  border-bottom: 2px dotted rgba(226, 218, 195, 0.5);
}

.dropdown-menu li .active {
  color: #dcbd69;
}
.dropdown-menu li .active:hover {
  color: #dcbd69;
}

.carousel {
  background: #2f4357;
  margin-top: 50px;
  max-width: 744px;
  margin: 0 auto;
  margin-bottom: 250px;
  width: auto;
  max-height: 432px;
  height: auto;
}

.carousel .item {
  min-height: 450px;
  /* Prevent carousel from being distorted if for some reason image doesn't load */
}

.carousel .item img {
  margin: 0 auto;
  /* Align slide image horizontally center */
}

.bs-example {
  margin: 20px;
}

.gallery-frame {
  position: absolute;
  top: -15px;
  z-index: 111;
  width: 100%;
  margin: 0 auto;
  max-height: 1107px;
  background-repeat: no-repeat;
  max-width: 1110px;
  height: auto;
  left: 0;
  right: 0;
}

.venue-video-frame{
  position: absolute;
  z-index: 111;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 432px;
}

.carousel-image .slick-dots li button:before {
  color: white;
}

@media (max-width: 1199px) {
  .carousel {
    max-height: 370px;
    height: auto;
    max-width: 638px;
  }

  .carousel-inner {
    max-height: 372px;
  }
}
a.carousel-control.left {
  position: absolute;
  z-index: 999;
}

a.carousel-control.right {
  position: absolute;
  z-index: 999;
}

.carousel-indicators {
  z-index: 999;
}

@media (max-width: 991px) {
  .carousel {
    max-height: 290px;
    height: auto;
    max-width: 494px;
  }

  .carousel-inner {
    max-height: 300px;
  }
}
@media (max-width: 733px) {
  .gallery-frame {
    width: 500px;
  }

  #myCarousel {
    width: 330px;
    height: 190px;
  }

  .carousel-inner {
    height: 200px !important;
  }
}
@media (max-width: 500px) {
  .gallery-frame {
    width: 330px;
    top: -10px;
  }

  #myCarousel {
    width: 234px;
    height: 130px;
  }

  .carousel-inner {
    height: 132px !important;
  }
}
.fd-text {
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 1px;
  font-weight: 400;
  padding-top: 20px;
  color: #333;
  margin-bottom: 30px;
  height: 230px;
}
@media (max-width: 991px) {
  .fd-text {
    height: auto;
  }
}

.col-md-3 > img {
  text-align: center;
}

button.fd-btn, button.fd-btn-dark {
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  background: #c7a969;
  outline: none;
  border: 2px solid #c7a969;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #25393D;
}

button.fd-btn-dark {
  background-color: #132C38;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  border: 4px solid #c7aa5c;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 20px;
}
button.fd-btn-dark:hover {
  background: #FBC66E;
  color: #000;
}

.fd-padding {
  padding-bottom: 450px;
}

.pps-close {
  position: absolute;
  z-index: 1000;
  right: -10px;
  top: -10px;
}

.modal-close {
  font-size: 25px;
  color: #fff;
}
.modal-close:hover {
  color: #e3e3e3;
}

i.fa.fa-times-circle.modal-close::before {
  background: #676767;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
i.fa.fa-times-circle.modal-close::before:hover {
  background: #333;
}

span.glyphicon.glyphicon-chevron-left.sp-left {
  left: -40px;
}

span.glyphicon.glyphicon-chevron-right.sp-right {
  right: -40px;
}

.crazy-golf-image {
  margin-bottom: 35px;
}

.sp-indicators {
  bottom: -55px;
}

.sp-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}

.sp-indicators li:hover {
  background-color: #fff;
}

.sp-indicators .active {
  display: inline-block;
  margin-top: -1px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-color: white;
}

.sp-carousel > .carousel-inner > .item {
  min-height: auto;
  padding: 20px;
  background: #fff;
}

.sp-carousel > .carousel-inner {
  border-radius: 3px;
}

.sp-carousel > .carousel-control.left {
  background: none;
}

.sp-carousel > .carousel-control.right {
  background: none;
}

@media (max-width: 1199px) {
  .sp-carousel > .carousel-inner {
    max-height: none !important;
  }
}
@media (max-width: 991px) {
  .sp-carousel > .carousel-inner {
    max-height: none !important;
  }
}
@media (max-width: 991px) {
  .sp-carousel {
    max-height: none;
    height: auto;
    max-width: none;
  }
}
@media (max-width: 767px) {
  span.glyphicon.glyphicon-chevron-left.sp-left {
    left: 40px;
  }

  span.glyphicon.glyphicon-chevron-right.sp-right {
    right: 40px;
  }
}
@media (max-width: 733px) {
  .sp-carousel > .carousel-inner {
    height: auto !important;
  }
}
@media (max-width: 410px) {
  .sp-carousel > .carousel-indicators {
    width: 68%;
  }
}
.map-container {
  width: 100%;
  margin: 0px 0 4px;
}

.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
  /* IE needs a position other than static */
}

.map-container iframe.clicked {
  pointer-events: auto;
}

.col-md-6.body-content.no-pad-margin-left {
  /* max-width: 317px; */
  margin-left: 5%;
  padding: 0;
  max-width: 45%;
}

@media (max-width: 767px) {
  .col-md-6.body-content.no-pad-margin-left {
    max-width: 100%;
    margin-left: 10px;
    margin-top: -5%;
    overflow: auto;
  }
}
.col-md-6.body-content.no-pad-margin-left > div {
  float: right;
}

.col-md-6.body-content.no-pad-margin-left {
  max-width: 317px;
  margin-left: 5%;
  padding: 0;
  max-width: 45%;
}

@media (max-width: 991px) {
  .col-md-6.body-content.no-pad-margin-left {
    max-width: 100%;
    margin-left: 10px;
    margin-top: -5%;
    overflow: auto;
  }
}
.col-md-6.body-content.no-pad-margin-left > div {
  float: right;
}

.navbar-brand img {
  width: 220px;
}

i.fa.fa-map-marker > span {
  font-size: 12px;
  font-family: raleway;
  font-weight: 600;
  /* vertical-align: text-bottom; */
  position: absolute;
  text-align: center;
  padding-left: 4px;
  width: 75px;
  top: 7px;
}

i.fa.fa-map-marker {
  font-size: 15px;
}

ul.nav.navbar-nav.navbar-right {
  float: left !important;
  margin-left: 15px;
}

/*a.dropdown-toggle {
    padding-left: 0px!important;
}*/
/*Location Left*/
a.navbar-brand {
  padding-right: 0;
}

i.fa.fa-map-marker > span {
  font-size: 12px;
  font-family: raleway;
  font-weight: 600;
  /* vertical-align: text-bottom; */
  position: absolute;
  text-align: center;
  padding-left: 1px;
  width: auto;
  top: 7px;
}

/*ul.nav.navbar-nav.navbar-left.location-ul {
    width: 85px;

}*/
li.dropdown.locations {
  padding-right: 10px;
  width: 80px;
  padding-left: 0px;
}

.location-ul li:hover a {
  background: #fff;
  /* color: #fff; */
}

li.dropdown.locations a {
  padding-left: 3px;
}

.locations:hover > a:first-child {
  border-bottom: 0px solid transparent;
  color: #DCBD69;
}

.locations.open > a, .locations.open > a:hover, .locations.open > a:focus {
  background: #fff;
}

ul.nav.navbar-nav.navbar-left.location-ul {
  padding-right: 10px;
}

@media (max-width: 1399px) {
  .navbar-right > li > a {
    max-width: 80px;
  }

  ul.nav.navbar-nav.navbar-left.location-ul {
    padding-right: 2px;
  }

  ul.nav.navbar-nav.navbar-left.location-ul {
    margin-right: 10px;
  }

  li.dropdown.locations {
    width: 60px;
  }

  i.fa.fa-map-marker > span {
    top: 4px;
  }
}
.locations > li:hover a {
  background: transparent;
  color: #fff;
}

@media (max-width: 991px) {
  ul.nav.navbar-nav.navbar-left.location-ul {
    display: inline-block;
    margin-left: 0px;
    margin-top: 12px;
  }

  .navbar-right {
    width: 100%;
  }

  .location-ul a {
    padding-left: 0px;
  }

  i.fa.fa-map-marker > span {
    top: 7px;
  }
}
/*
 * Hover.css (https://ianlunn.co.uk/)
 * Version: 1.0
 * Author: Ian Lunn @IanLunn
 * Author URL: https://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * https://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014.
 */
/* Default styles for the demo buttons */
.button {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #ececec;
  text-decoration: none;
  color: #666;
}

/* Pop */
@keyframes pop {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.link {
  display: block;
  width: 100%;
  text-align: center;
}

.link a {
  font-weight: bold;
}

#forkongithub a {
  background: #000;
  color: #fff;
  text-decoration: none;
  font-family: arial, sans-serif;
  text-align: center;
  font-weight: bold;
  padding: 5px 40px;
  font-size: 1rem;
  line-height: 2rem;
  position: relative;
  transition: 0.5s;
}

#forkongithub a:hover {
  background: #060;
  color: #fff;
}

#forkongithub a::before, #forkongithub a::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 1px;
  background: #fff;
}

#forkongithub a::after {
  bottom: 1px;
  top: auto;
}

@media screen and (min-width: 800px) {
  #forkongithub {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 200px;
    overflow: hidden;
    height: 200px;
  }

  #forkongithub a {
    width: 200px;
    position: absolute;
    top: 60px;
    right: -60px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
  }
}
/* Pop */
@keyframes pop {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.food-drink-image {
  display: block;
  max-width: 150px;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.food-drink-image:hover {
  animation-name: pop;
  animation-duration: 0.7s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

a.navbar-brand {
  padding-bottom: 10px;
  padding-top: 10px;
}

/*.sidebar-header {
    display: none;
}*/
.thoughts-section {
  display: none;
}

@-moz-document url-prefix() {
  select.form-control {
    padding-left: 5px;
  }
}
@media (min-width: 768px) {
  .col-lg-2.quant-search {
    padding-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .col-lg-10.quick-search-10 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

table.dotted-line {
  border: 2px dotted #fff;
}
table.dotted-line > tbody > tr {
  border: 2px dotted #fff;
}
table.dotted-line > tbody > tr > td {
  padding: 10px;
  text-align: center;
}

.quick-search .form-control {
  display: inline-block;
  width: 100%;
  /* height: 2.25rem; */
  padding: .375rem 1.875rem .375rem .75rem;
  border-radius: .1875rem;
  background: url("../img/arrow.svg") no-repeat right 0.75rem center;
  background-size: 1.125rem 1.125rem;
  color: #172D39;
  font-family: 'Montserrat', sans-serif;
  background-color: #E2DAC3;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

select.form-control {
  display: inline-block;
  width: 100%;
  /* height: 2.25rem; */
  padding: .375rem 1.875rem .375rem .75rem;
  border-radius: .1875rem;
  background: url("../img/arrow_cream.svg") no-repeat right 0.75rem center;
  background-size: 1.125rem 1.125rem;
  color: #172D39;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.date-switch {
  cursor: default;
}

.date-switch::-webkit-input-placeholder {
  color: #172D39;
}

.date-switch:-moz-placeholder {
  color: #172D39;
}

.date-switch::-moz-placeholder {
  color: #172D39;
}

.date-switch:-ms-input-placeholder {
  color: #172D39;
}

.datepicker-days {
  color: #DCBD69;
}

.datepicker table tr td.today {
  background-color: #172D39 !important;
  color: #E2DAC3 !important;
}

.datepicker table tr td.active.active {
  background-color: #E2DAC3 !important;
  color: #172D39 !important;
}

.form-control.public-form {
  background-color: #12252f;
  color: #fff;
  /*border-radius: 0px;*/
  border: 1px solid rgba(226, 218, 195, 0.3);
}

.form-control {
  background-color: #12252f;
  color: #fff;
  /*border-radius: 0px;*/
  border: 1px solid rgba(226, 218, 195, 0.3);
}

.no-padding.public-form-bkg > table {
  /*background-color: rgba(0,0,0,0.4);*/
  background: transparent;
}

.table-head-wrap.public-form-header {
  background: transparent;
}
.table-head-wrap.public-form-header h2 {
  color: #E2DAC3;
}

.table-head-wrap.public-form-header > .table-head {
  padding-left: 0px;
}

.r-selection > tbody > tr > td {
  /*background: rgba(0, 0, 0, 0.4);*/
  background: transparent;
}

.form-date::-webkit-input-placeholder {
  color: #fff;
}

.form-date:-moz-placeholder {
  color: #fff;
}

.form-date::-moz-placeholder {
  color: #fff;
}

.form-date:-ms-input-placeholder {
  color: #fff;
}

/*select.form-control.public-form {
    -webkit-appearance: none;
}*/
a.btn.table-bottom-btn.new-but {
  float: left;
}

.nw-2 {
  margin-left: 5px;
}

@media screen and (min-width: 1200px) {
  .carousel-indicators {
    bottom: 50px !important;
  }
}
@media screen and (max-width: 1199px) {
  .gall-car > .item > h2 {
    bottom: 80px !important;
  }

  .carousel-indicators {
    bottom: 50px !important;
  }
}
@media screen and (max-width: 991px) {
  .gall-car > .item > h2 {
    bottom: 150px !important;
  }

  .carousel-indicators {
    bottom: 50px !important;
  }
}
@media screen and (max-width: 733px) {
  .gall-car > .item > h2 {
    bottom: 252px !important;
    font-size: 70%;
  }

  .carousel-indicators {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .gall-car > .item > h2 {
    bottom: 315px !important;
    font-size: 40%;
  }
}
ul.nav.navbar-nav.navbar-right {
  float: left !important;
  margin-left: 5px;
}

ul.nav.navbar-nav.navbar-left > li:last-child > a {
  margin-left: 15px;
  margin-right: 25px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1199px) {
  ul.nav.navbar-nav.navbar-left > li:last-child > a {
    margin-left: 5px !important;
    margin-right: 15px;
    padding-left: 0px !important;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  ul.nav.navbar-nav.navbar-left > li:last-child > a {
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.gall-car > .item > h2 {
  background: black;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  text-align: center;
}

.gall-car > .item > h2 {
  position: absolute;
  bottom: 70px;
  left: 0px;
  width: 100%;
}

.group-book {
  max-width: 900px;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(transparent 0), color-stop(transparent 100%));
  background-image: linear-gradient(to right, transparent 0, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

.carousel-control.right {
  background-image: -webkit-linear-gradient(left, color-stop(transparent 0), color-stop(transparent 100%));
  background-image: linear-gradient(to right, transparent 0, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

.nav.nav-tabs.cstm-nav.nav-justified li a {
  padding-bottom: 10px;
  margin-left: 0px;
}

.dropdown-menu li a {
  padding-bottom: 10px;
}

.new-page-title {
  max-width: 200px;
  margin: 0 auto;
}

.food-bkg {
  padding: 25px 0px;
  background: #132c38;
}

div#promomodal1 > .modal-dialog {
  max-width: 500px;
}

div#promomodal1 {
  max-width: 500px;
  margin: 0 auto;
}

div#promomodal1:focus {
  outline: none;
}

li.dropdown.locations a {
  margin-left: 0px !important;
}

li.dropdown.locations .fa-map-marker:before {
  margin: 0 7px 0 0;
}

.proposal {
  color: #DCBD69 !important;
  font-weight: 600;
  padding: 8px;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 4px;
  margin-bottom: 10px;
  border-top: 2px dotted #E2DAC3;
}

/*
//LOCATION HIDE////
li#nav-menu-item-9 {
    visibility: hidden!important;
}
ul.nav.navbar-nav.navbar-left.location-ul {
    visibility: hidden;
}

.book-now-panels {
	width: 48% !important;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 60px !important;
	min-height: 430px;
	@media (max-width: 1199px) {
		width: 47% !important;
		min-height: 460px;
	}
	@media (max-width: 991px) {
		width: 100% !important;
		min-height: auto;
	}
}
///////////////////

*/

.row.is-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.proposal-pad {
  padding: 10px;
  text-align: center;
}
.proposal-col {
  overflow: hidden;
  background-color: #122029;
  padding: 15px;
}
.proposal-text {
  width: 198px;
  margin: 0 auto;
  color: white;
  font-size: 14px;
}
p.bold-gold {
  text-align: center;
  font-weight: bold;
  color: #C7AA5C;
  border-top: 2px dotted #E2DAC3;
  padding-top: 15px;
  margin-top: 10px;
}
.green-btn {
  background: limegreen!important;
}
.green-btn:hover {
  background: green!important;
}

.pad-w-border {
  overflow: hidden;
  padding: 20px;
  border: 1px solid #C7AA5C;
}
.reminders-mar {
  overflow: hidden;
  margin-bottom: 10px;
}

.modal-print .modal-body {
  color:#172D39;
  background-color:#fff;
}
.modal-print .modal-header {
  background-color:#fdfdfd!important;
}
.modal-print p {
  color: #172D39!important;
  line-height: 1.4!important;
}
.modal-print h4 {
  color: #172D39;
}
.modal-logo {
  text-align: center;
  margin: 30px 0;
  margin-top:10px;
}




.col-md-12.book-now-panels.full-width-panels.body-content {
  margin-top: 60px!important;
}

.flex-order
{
  display:flex;
  flex-wrap:wrap;
}
span.title-line {
  white-space: nowrap;
}

.alert-info {
  overflow: hidden;
}

.basket-details-section-mobile {
  display: block;
}

.basket-details-section-mobile .fa {
  color: #C7AA5C;
  font-size: 20px;
  margin-top: 5px;
}

span.increment-btn {
  -moz-transition:color .2s ease-in;
  -o-transition:color .2s ease-in;
  -webkit-transition:color .2s ease-in;
}

span.increment-btn:hover {
  cursor: pointer;
}
span.basket-heading-options .fa {
  cursor: pointer;
}

.basket-details-table.mobile .title {
  text-transform: none;
  text-align: left;
  padding-left: 15px;
}
.basket-details-table.mobile .content {
  text-transform: none;
  text-align: right;
  padding-right: 15px;
}
.basket-details-section-mobile h3 {
  font-size: 10px!important;
}

input.form-control.increment-num {
  width: 45px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  border-radius: 0px;
  height: 45px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
  box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
}
td.content.increment-row {
  padding-top: 0px;
  padding-bottom: 0px;
}
span.increment-btn {
  font-size: 22px;
  vertical-align: middle;
}
td.content.qty {
  font-size: 18px;
}
@media all and ( max-width: 991px ) {
  .flex-order .a { order:2!important; margin-left: 15px!important; margin-right: 15px!important; }
  .flex-order .b { order:3!important;margin-bottom: 100px; }
  .flex-order .c { order:1!important; }
  .flex-order .d { order:4!important;margin-top: 30px; }
  .book-now-panels.body-content {
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .col-md-12.a.book-now-panels.full-width-panels.body-content {
    margin-bottom: 65px!important;
  }
}

@media ( min-width: 991px ) and ( max-width: 1199px ) {
  .book-now-panels.body-content {
    height: 740px;
  }
  .book-now-panels.body-content a button{
    font-size: 10px;
  }
}

@media ( min-width: 1200px )  {
  .book-now-panels.body-content {
    height: 670px;
  }
}

@media (max-width: 690px) {
  h1.events-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .table-bottom-btn.upgrade-r-btn {
    float: right!important;
  }
}

@media (max-width:1399px) {
  .nav li a {
    font-size: 10px;
  }
}
.book-now-button {
  min-width:113px;
}
