/* CSS crunched with Crunch - http://crunchapp.net/ */
/** vars  **/
/** Mixins **/
/** Vendor Prefixs **/
/** Styles **/
body {
  font-size: 16px;
}
footer {
  margin-bottom: 16px;
  font-size: 14px;
}
.section {
  margin-top: 32px;
  margin-bottom: 0px;
  /* Leave to next section */
  padding-bottom: 16px;
}
footer {
  margin-top: 32px;
}
h1,
.h1 {
  font-family: 'Peralta', cursive;
  color: #e8a422;
  text-align: center;
  margin-top: 32px;
}
h2 a {
  color: inherit;
  font-weight: inherit;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
}
header h2,
header .h2 {
  font-family: 'Peralta', cursive;
  color: #e8a422;
  font-size: 32px;
}
header h3,
header .h3 {
  font-family: 'Peralta', cursive;
  color: #e8a422;
}
h2.brand,
.h2-brand,
.maroon h2 {
  font-family: 'Peralta', cursive;
  color: #efc167;
  font-size: 36px;
}
.maroon .table-hover > tbody > tr:hover {
  background-color: #500;
}
.maroon .table-hover > tbody > tr.no-hover:hover {
  background-color: inherit;
}
a {
  transition: all 225ms ease 0ms;
  color: #e8a422;
  font-weight: 700;
}
a:hover,
a:focus {
  color: #ac7712;
}
.social a {
  color: #313a97;
  margin-left: 6px;
}
.social a:hover,
.social a:focus {
  color: #1e245d !important;
}
.bold_maroon,
.bold_maroon a {
  font-weight: 700;
  color: #b00000;
}
.bold_black,
.bold_black a {
  font-weight: 700;
  color: #000;
}
.alt h2 {
  color: #313a97;
}
div.fr {
  max-width: 45%;
  margin-left: 5%;
  position: relative;
}
div.fl {
  max-width: 54%;
  margin-right: 5%;
  position: relative;
}
.block {
  margin-top: 1em;
  margin-bottom: 1em;
}
.mt20 {
  margin-top: 20px;
}
.mt32 {
  margin-top: 32px;
}
.ml32 {
  margin-left: 32px;
}
.mb32 {
  margin-bottom: 32px !important;
}
.mlr20pct {
  margin-left: 20%;
  margin-right: 20%;
}
.rotate120 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
img.logo {
  width: 100%;
  display: inline-block;
}
img {
  max-width: 100%;
}
.year-links a:after {
  content: '|';
  margin-right: .7%;
  margin-left: .7%;
}
.year-links a:last-child:after {
  content: '';
}
.form-horizontal .radio {
  padding-top: 0px;
}
@media screen and (min-width: 1200px) {
  img.logo {
    position: absolute;
    z-index: 1;
    left: 2%;
  }
  .carousel-caption {
    bottom: 120px;
  }
}
@media screen and (max-width: 1200px) {
  img.logo {
    max-width: 250px;
  }
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #e8a422 0%, #b98013 100%);
  background-image: -o-linear-gradient(top, #e8a422 0%, #b98013 100%);
  background-image: linear-gradient(to bottom, #e8a422 0%, #b98013 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8a422', endColorstr='#ffb98013', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b07a12;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #b98013;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #b98013;
  border-color: #b07a12;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #b98013;
  background-image: none;
}
/* from theme.less */
.btn-alt {
  background-image: linear-gradient(to bottom, #313a97 0px, #22296a 100%);
}
.btn-alt:focus {
  color: #e8a422;
}
.btn-alt:hover {
  color: #fff;
}
.header-font {
  font-family: 'Peralta', cursive;
}
header .h2 {
  margin: 0px -3% 10px;
}
header .h3 {
  margin-top: 0px;
}
.gold {
  color: #ffffff;
  background-color: #fc6e27;
}
.maroon {
  color: #ffffff;
  background-color: #880000;
}
.maroon-c,
.maroon-c  a {
  color: #880000;
}
.maroon-c:hover,
.maroon-c  a:hover {
  color: #bb0000;
}
.container-max-width {
  max-width: 1200px;
}
.strong { font-weight: 700; }
@media screen and (min-width: 1200px) {
.row-max-width {
  max-width: 1200px; 
  margin-left: auto;
  margin-right: auto;
} }
/*****  NAVIGATION ****/
/** Overlays Bootstrap **/
.navbar-default {
  background-color: #313a97;
  border-color: #121537;
  /*  background-image:  linear-gradient(to bottom, rgb(49, 58, 151) 0px, rgb(34, 41, 106) 100%); */
  background-image: -webkit-linear-gradient(top, #313a97 0%, #22296a 100%);
  background-image: -o-linear-gradient(top, #313a97 0%, #22296a 100%);
  background-image: linear-gradient(to bottom, #313a97 0%, #22296a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313a97', endColorstr='#ff22296a', GradientType=0);
}
.navbar-toggle {
  background-color: #bbb;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #121537;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 12px;
}
.navbar-right .dropdown-menu {
  left: 0px;
  right: auto;
}
.navbar-right li:last-child .dropdown-menu {
  right: 0px;
  left: auto;
}
.navbar-default .navbar-nav > li > a {
  color: #efc167;
  font-size: 16px;
  font-weight: 500;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #f6ddad;
  /* background-image: linear-gradient(to bottom,darken(rgb(49, 58, 151),10%) 0px, darken(rgb(34, 41, 106),15%) 100%); */
  background-image: -webkit-linear-gradient(top, #252b70 0%, #0f1330 100%);
  background-image: -o-linear-gradient(top, #252b70 0%, #0f1330 100%);
  background-image: linear-gradient(to bottom, #252b70 0%, #0f1330 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff252b70', endColorstr='#ff0f1330', GradientType=0);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  /** background-image: linear-gradient(to bottom,darken(rgb(49, 58, 151),10%) 0px, darken(rgb(34, 41, 106),15%) 100%); **/
  background-image: -webkit-linear-gradient(top, #252b70 0%, #0f1330 100%);
  background-image: -o-linear-gradient(top, #252b70 0%, #0f1330 100%);
  background-image: linear-gradient(to bottom, #252b70 0%, #0f1330 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff252b70', endColorstr='#ff0f1330', GradientType=0);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #f2ca7e;
  /** background-image: linear-gradient(to bottom,darken(rgb(49, 58, 151),10%) 0px, darken(rgb(34, 41, 106),15%) 100%); **/
  background-image: -webkit-linear-gradient(top, #252b70 0%, #0f1330 100%);
  background-image: -o-linear-gradient(top, #252b70 0%, #0f1330 100%);
  background-image: linear-gradient(to bottom, #252b70 0%, #0f1330 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff252b70', endColorstr='#ff0f1330', GradientType=0);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #f2ca7e;
  background-color: #1e245d;
}
.dropdown-menu {
  background-color: #313a97;
  /** background-image:  linear-gradient(to bottom, rgb(34, 41, 106) 0px, rgb(49, 58, 151) 100%); **/
  background-image: -webkit-linear-gradient(top, #22296a 0%, #313a97 100%);
  background-image: -o-linear-gradient(top, #22296a 0%, #313a97 100%);
  background-image: linear-gradient(to bottom, #22296a 0%, #313a97 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff22296a', endColorstr='#ff313a97', GradientType=0);
}
.dropdown-menu > li > a {
  color: #e8a422;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #1e245d;
  background-image: none;
  color: #f2ca7e;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #1e245d;
  background-image: none;
  color: #f2ca7e;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
/** End of Navigatio **/
.shadow {
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
}
.container-fluid.carousel {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 32px;
}
.carousel img {
  width: 100%;
}
.carousel-caption {
  right: 10%;
  left: 10%;
  border-radius: 16px;
  color: #e8a422;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 24px 2%;
  display: inline-block;
  font-family: 'Peralta', cursive;
}
.carousel-caption h2 {
  font-size: 36px;
}
.carousel-caption h2.small {
  font-size: 28px;
}
.modal .input-group {
  margin-bottom: 15px;
}
.jumbotron {
  background-image: url("../images/page-headers/home2.jpg");
  background-size: cover;
  padding: 11% 0 4%;
  padding: 12% 0px 12%;
  margin-bottom: 0px;
  text-align: center;
}
.jumbotron .jumbotron-contents {
  border-radius: 16px;
  color: #e8a422;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 24px 2%;
  display: inline-block;
  font-family: 'Peralta', cursive;
}
.jumbotron .jumbotron-contents h2 {
  font-size: 36px;
}
.jumbotron .jumbotron-contents h2.small {
  font-size: 28px;
}
.item {
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.fa-quotes {
  vertical-align: top;
}
.fa-quotes:before {
  font-family: FontAwesome;
  content: '\f10d';
  font-size: 2em;
  margin-right: 4px;
  opacity: 0.5;
}
.fa-quotes:after {
  font-family: FontAwesome;
  content: '\f10e';
  font-size: 2em;
  margin-left: 4px;
  vertical-align: top;
  opacity: 0.5;
}
.feedback {
  margin-bottom: 24px;
}
.author,
.date {
  font-size: 90%;
  font-weight: 400;
  color: #e8a422;
}
.feedback .author {
  margin-top: -14px;
}
.sponsors-right > div {
  text-align: center;
  margin-bottom: 64px;
}
.sponsors img {
  max-width: 80%;
  max-height: 140px;
}
.sponsors > div {
  height: 150px;
  text-align: center;
}
.sponsors-right img {
  max-width: 100%;
  max-height: 140px;
}
/* expand - collapse */
.controls a {
  margin-left: 1%;
}
#faq-div h3 a {
  color: #b00000;
  font-size: 18px;
}
.ease {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.ease:hover {
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  border: 1px solid #333;
}
.modal-footer.text-center {
  text-align: center;
}
.display-xxs {
  display: none;
}
@media screen and (max-width: 700px) {
  .carousel-caption h2 {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .carousel-caption h2.small {
    margin-top: 0px;
    font-size: 24px;
  }
}
@media screen and (max-width: 499px) {
  .display-xxs {
    display: block;
  }
  .hidden-xxs {
    display: none;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .carousel-caption {
    right: 4%;
    left: 4%;
  }
  .carousel-caption h2 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .carousel-caption h2.small {
    margin-top: 0px;
    font-size: 18px;
  }
  footer {
    text-align: center;
  }
}
#waiver_agree_label {
  display: inline;
  margin-left: 40%;
  vertical-align: text-top;
}
#waiver_agree {
  display: inline;
  margin-left: 2%;
  vertical-align: text-top;
  margin-bottom: 20px;
}
#waiver_agree.invalid {
  outline: 2px solid red;
}
/** HOTELS **/
div.hotel p.hotel_title, .hotel a { text-align: left; font-family: Arial; font-size: 12pt; color: #800000; 
	margin: 0px 0px 0px 0px; font-weight: bold;}
div.hotels { width: 49%; text-align: left; font-family: Arial; font-size: 10pt; float: left;}
div.hotel { margin: 0px 10px 16px 4px;  }
div.hotel p { margin: 0px 0px 0px 0px; }
div.hc { position: relative; }
.clear { clear: both; }
.featured div.hotels { width: 100%; max-width: 1000px; font-size: 12pt; line-height: 1.5;}
.featured div.hotel p.hotel_title, .featured .hotel a { font-size: 15pt; }

.featured img { width: 100%; max-width: 700px; height: auto; margin-bottom: 15px;}
.featured-hotels h2,
.not-featured h2 {
	font-size: 30pt;
	}
.featured-hotels a {
	font-weight: 500;
	}
.hotel_title { 
	margin-bottom: 15px;
	font-size: 24pt;
	}
.hotel_title a:hover {
	text-decoration: none;
	}
.hotel-img img { width:100%; margin-bottom: 15px;}
.map-marker {
	float: right; 
	}
.map-marker svg { width: 26px; height: auto}
.iframe-wrap {
	width: 40%;
	max-width: 180px;
	float: right;
	}
iframe { width: 100%; }
svg { width: 32px; height: auto}
p.address { font-size: 16px; line-height: 1.3; margin: 0; }
p.rate { font-size: 16px; margin-top: 10px;}


/** ATTRACTIONS **/
td.attractions_left {
  padding-left: 40px;
  width: 77pt;
  text-align: center;
}
td.attractions_right {
  padding-left: 10px;
  width: 590pt;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: smaller;
}
td.link_right {
  text-align: right;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Century Gothic";
  font-size: 10pt;
}
td.link_left {
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Century Gothic";
  font-size: 10pt;
}
@media screen and (max-width: 1000px) and (min-width: 900px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 15px;
  }
  .nav > li > a {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 900px) and (min-width: 766px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
  }
  .nav > li > a {
    padding: 10px 6px;
  }
}
