/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background: url(images/background_homepage.jpg) no-repeat;
  background-size: cover; }

#body_index {
  background: url(images/background_homepage.jpg) no-repeat;
  background-size: cover; }

#body_tickets {
  background: url(images/background_homepage.jpg) no-repeat;
  background-size: cover; }

#bypass_body {
  background: url(images/background_homepage.jpg) no-repeat;
  background-size: cover; }

#content {
  margin-top: 200px;
  width: 100%;
  padding-top: 10px; }
  #content h3 {
    padding-bottom: 20px;
    padding-top: 15px;
    padding-left: 10px;
    font-family: "Tahoma";
    font-size: 30px;
    font-weight: 700;
    color: #92226D;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      #content h3 {
        display: none; } }
  #content #text {
    padding-bottom: 20px;
    line-height: 16px;
    font-family: "Tahoma";
    font-size: 12px;
    line-height: 10px;
    color: rgba(255, 255, 255, 0.7); }
  #content #mobile_image {
    width: 50%; }
    @media (min-width: 768px) {
      #content #mobile_image {
        display: none; } }
  #content #content_image {
    background-color: rgba(255, 255, 255, 0.6);
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 768px) {
      #content #content_image {
        background: none;
        display: none; } }
    @media (max-width: 992px) {
      #content #content_image {
        margin-bottom: 10px;
        margin-top: 0; } }
  #content #log-in {
    display: block;
    float: right;
    width: 30%;
    z-index: 1000;
    padding-right: 10%; }
    #content #log-in h1 {
      font-family: "Tahoma";
      font-size: 2em;
      font-weight: 600;
      text-transform: uppercase;
      color: #394243;
      text-align: center; }
    #content #log-in label {
      font-size: 12px; }
    #content #log-in .form-control {
      font-family: "tahoma";
      border-radius: 0px; }
    @media (max-width: 768px) {
      #content #log-in form {
        width: 100%; } }
    @media (max-width: 992px) {
      #content #log-in form {
        margin: auto; } }
    @media (max-width: 768px) {
      #content #log-in {
        padding-right: 0;
        float: none;
        width: 100%;
        padding-top: 10px; } }
    @media (max-width: 992px) {
      #content #log-in {
        float: none;
        width: 100%;
        margin: auto;
        background-color: rgba(255, 255, 255, 0.5);
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 0; } }
  @media (max-width: 768px) {
    #content {
      background-color: rgba(255, 255, 255, 0.6);
      margin-top: 50px;
      padding-right: 0; }
      #content img {
        width: 100%;
        height: 100%; } }
  @media (max-width: 992px) {
    #content {
      margin-top: 30px; } }

@media (max-width: 768px) {
  #header #logo {
    display: none; } }
#header #mobile_nav {
  width: 100%; }
  @media (min-width: 768px) {
    #header #mobile_nav {
      display: none; } }

#fun {
  padding-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.5); }

#fun2 {
  padding-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.5); }
  #fun2 h1 {
    font-size: 16px;
    color: #394243;
    font-weight: 300; }

#shop {
  padding-top: 30px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px; }
  @media (max-width: 768px) {
    #shop {
      display: block;
      height: 800px;
      margin: auto;
      width: 100%;
      text-align: center; } }

#footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(146, 33, 109, 0.6); }

nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  float: right; }
  nav ul {
    float: right; }
    nav ul li {
      text-decoration: none;
      font-family: "Tahoma";
      font-size: 16px;
      color: #0091a9;
      text-transform: uppercase;
      font-weight: 600;
      padding: 15px 20px 0 20px;
      float: right;
      list-style: none; }
  @media (max-width: 768px) {
    nav {
      display: none; } }

a {
  text-decoration: none;
  color: #0091a9; }

a:hover {
  color: aliceblue; }

.btn {
  background-color: #0091a9;
  color: white;
  width: 100px;
  font-weight: 200;
  font-family: "Tahoma"; }

#Passes_nav {
  background-color: rgba(255, 255, 255, 0.6);
  color: #92226D;
  font-family: "Tahoma";
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  margin-top: 20px; }
  #Passes_nav li {
    padding: 30px 30px 10px 30px; }
  @media (max-width: 768px) {
    #Passes_nav {
      display: none; } }
  @media (max-width: 992px) {
    #Passes_nav {
      width: 100%;
      font-size: 12px; } }

#season_passes {
  background-color: rgba(255, 255, 255, 0.6);
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    #season_passes {
      display: none; } }
  @media (max-width: 992px) {
    #season_passes {
      width: 100%; }
      #season_passes img {
        width: 50%;
        height: 50%; } }

#mobile_season_passes {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6); }
  #mobile_season_passes img {
    width: 100%; }
    @media (min-width: 768px) {
      #mobile_season_passes img {
        display: none; } }

#season_btn {
  background-color: rgba(255, 255, 255, 0);
  font-family: "Tahoma";
  border-color: #92226D;
  color: #394243;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin: 0 57px 0 57px; }

@media (max-width: 768px) {
  .tab-content {
    display: none; } }
@media (max-width: 992px) {
  .tab-content {
    width: 100%; } }

#passes_mobile {
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.6); }
  @media (min-width: 768px) {
    #passes_mobile {
      display: none; } }
  #passes_mobile img {
    width: 100%; }

#mobile_season_btn {
  background-color: rgba(255, 255, 255, 0);
  font-family: "Tahoma";
  border-color: #92226D;
  color: #394243;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin: auto;
  display: block;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    #mobile_season_btn {
      display: none; } }

#passes_btn {
  padding-bottom: 100px;
  z-index: 500;
  margin-top: -110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 768px) {
    #passes_btn {
      display: none; } }

@media (max-width: 768px) {
  #desktop_passes_btn {
    display: none; } }
@media (max-width: 992px) {
  #desktop_passes_btn {
    display: none; } }

@media (min-width: 992px) {
  #mobile_passes_btn {
    display: none; } }
@media (min-width: 992px) {
  #mobile_passes_btn {
    display: none; } }

form {
  margin: 40px 0 60px 0;
  padding: 40px;
  width: 330px;
  font-family: "Tahoma";
  text-transform: uppercase;
  font-size: 12px;
  line-height: 2;
  color: #394243;
  background-color: rgba(255, 255, 255, 0.6); }

#bypass_options {
  margin-top: 50px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    #bypass_options {
      margin-top: 0; } }

form h1 {
  font-size: 14px;
  font-weight: 800; }
form h2 {
  text-transform: none; }

#info_form {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.5); }
  #info_form h3 {
    padding-top: 25px;
    padding-left: 10px;
    font-family: "Tahoma";
    font-size: 30px;
    font-weight: 700;
    color: #92226D;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      #info_form h3 {
        display: none; } }
  @media (max-width: 768px) {
    #info_form {
      display: block; } }
  #info_form #icon_large {
    margin-right: 150px;
    padding-top: 200px;
    width: 20%;
    height: 20%; }
    @media (max-width: 768px) {
      #info_form #icon_large {
        display: none; } }
    @media (max-width: 992px) {
      #info_form #icon_large {
        padding-top: 30px;
        margin-right: 0;
        padding-bottom: 90px;
        padding-top: 90px; } }
  #info_form form {
    text-align: left; }
    @media (max-width: 768px) {
      #info_form form {
        width: 100%;
        background-color: none; } }
    @media (min-width: 768px) and (max-width: 992px) {
      #info_form form {
        margin: auto;
        width: 60%; } }
  @media (max-width: 992px) {
    #info_form {
      float: none;
      display: block;
      margin: auto;
      text-align: center; } }

h1 {
  font-family: "Tahoma";
  font-size: 30px;
  font-weight: 700;
  color: #92226D; }

#Cart {
  margin-top: 80px;
  background-color: rgba(255, 255, 255, 0.6); }

#content_shop {
  padding: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.6); }
  #content_shop #stowe_card {
    padding-right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 768px) {
      #content_shop #stowe_card {
        padding-right: 0;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        padding-top: 20px;
        padding-left: 18%; } }
  #content_shop #content_shop_text {
    font-family: "Tahoma";
    line-height: 20px;
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #content_shop #content_shop_text h1 {
      padding-bottom: 20px; }
    #content_shop #content_shop_text h2 {
      padding-bottom: 30px; }
    @media (max-width: 768px) {
      #content_shop #content_shop_text {
        width: 100%;
        padding-left: 5px;
        padding-top: 15px; } }
    #content_shop #content_shop_text a {
      text-transform: uppercase;
      font-size: 14px; }
      @media (max-width: 768px) {
        #content_shop #content_shop_text a {
          font-size: 20px;
          padding-left: 10px; } }
  @media (max-width: 768px) {
    #content_shop {
      padding: 0;
      width: 100%;
      display: block; } }

/*----------------------------------- 
	Breadcrumb
-----------------------------------*/
.breadcrumb > .active a {
  font-family: "Tahoma";
  color: #468595;
  font-weight: bold;
  text-transform: uppercase; }

.breadcrumb li a {
  font-family: "Tahoma";
  color: #b3d4dc;
  font-weight: bold;
  text-transform: uppercase; }

.breadcrumb > li + li:before {
  content: "\00BB"; }

.breadcrumb {
  margin-bottom: 100px;
  background-color: #ffffff; }

.breadcrumbBox {
  background-color: #ffffff;
  height: 100px;
  margin-bottom: 100px;
  padding-top: 32px; }

/*----------------------------------- 
	Main
-----------------------------------*/
.container.text-center {
  padding: 0 32px; }

/*-----------------------------------  
	Logo and description 
----------------------------------- */
.col-md-5.col-sm-12 {
  padding: 0; }

.col-md-5.col-sm-12 h1 {
  color: #92226D;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center; }

.col-md-5.col-sm-12 p {
  line-height: 2;
  color: #394243;
  font-family: "Tahoma";
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px; }

.bigcart {
  background: url(images/cart_sprite.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  margin: auto; }

/*-----------------------------------  
	Cart items list
-----------------------------------*/
.col-md-7.col-sm-12 {
  font-family: "Tahoma";
  padding-left: 50px;
  margin-bottom: 72px; }

.row {
  box-shadow: 0 1px 0 #e1e5e8;
  padding-bottom: 0;
  padding-left: 15px;
  background-color: #ffffff;
  margin-bottom: 11px; }

.row span {
  padding: 20px 0 6px 0; }

/* Column Captions */
.columnCaptions {
  color: #7e93a7;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px;
  box-shadow: 0 0 0;
  background-color: #f2f6f9; }

.columnCaptions span:first-child {
  padding-left: 8px; }

.columnCaptions span {
  padding: 0 21px 0 0; }

.columnCaptions span:last-child {
  float: right;
  padding-right: 72px; }

/* Items */
.itemName {
  color: #727578;
  font-size: 16px;
  font-weight: bold;
  float: left;
  padding-left: 25px; }

.quantity {
  color: #4ea6bc;
  font-size: 18px;
  font-weight: bold;
  float: left;
  width: 42px;
  padding-left: 7px; }

.popbtn {
  background-color: #e6edf3;
  margin-left: 25px;
  height: 63px;
  width: 40px;
  padding: 32px 0 0 14px !important;
  float: right;
  cursor: pointer; }

.arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #858e97; }

.price {
  color: #0091a9;
  font-size: 18px;
  font-weight: bold;
  float: right; }

/* Totals */
.totals {
  padding-right: 20px;
  background-color: #f2f6f9; }

.totals span {
  padding: 40px 15px 40px 0; }

.totals .price {
  float: left; }

.totals .itemName {
  margin-top: 1px; }

.totals .order {
  float: right;
  padding: 0;
  margin-top: 40px;
  padding-left: 5px;
  cursor: pointer; }

.order a {
  background-color: #7e93a7;
  color: #fbfffa;
  font-weight: bold;
  border-radius: 2px;
  padding: 20px 30px; }

/* Popovers */
.popover {
  border-radius: 3px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  border: 0;
  background-color: #ffffff; }

.popover.bottom {
  margin-top: -9px; }

.glyphicon {
  width: 24px;
  font-size: 24px;
  padding: 0; }

.glyphicon-pencil {
  color: #858e97;
  margin: 7px 12px 7px 10px; }

.glyphicon-remove {
  color: #f06953;
  margin-right: 10px; }

/*-----------------------------------  
	Media Queries 
----------------------------------- */
/* Tablet size */
@media (max-width: 992px) {
  .container.text-center {
    padding: 0 15px; }

  .breadcrumb {
    margin-bottom: 32px; }

  .bigcart {
    margin: 0 auto 40px auto; }

  .col-md-5.col-sm-12 h1 {
    text-align: center; }

  .col-md-5.col-sm-12 p {
    margin: 0 auto 64px auto;
    text-align: justify; }

  .col-md-7.col-sm-12 {
    padding-left: 10px;
    padding-right: 50px; }

  .totals {
    box-shadow: 0 0 0; } }
/* Mobile device size */
@media (max-width: 768px) {
  .navbar {
    padding: 10px 0; }

  .minicart {
    margin-right: -1px;
    padding-right: 0; }

  .navbar-brand {
    padding-left: 0; }

  .breadcrumbBox {
    height: 80px;
    padding-top: 21px; }

  .col-md-5.col-sm-12 p {
    max-width: 300px; }

  .col-md-7.col-sm-12 {
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 32px; }

  .col-md-7.col-sm-12 ul {
    padding-left: 15px; }

  .columnCaptions span {
    padding: 0 21px 0 0; }

  .columnCaptions span:last-child {
    float: right;
    padding-right: 42px; }

  .row {
    padding-bottom: 10px; }

  .quantity {
    width: 23px;
    padding-right: 40px !important; }

  .popbtn {
    background-color: white;
    position: absolute;
    height: 40px;
    right: 0; }

  .price {
    position: absolute;
    right: 42px; }

  .totals {
    padding: 0; }

  .totals .price {
    position: static; }

  /* Change Bootstrap's default popover to make it look nice on a mobile device */
  .popover.bottom > .arrow {
    left: auto;
    margin-left: 0;
    right: 5px; }

  .popover.bottom {
    margin-top: 7px;
    margin-left: -40px; } }

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