@font-face {
  font-family: Nexa;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/fontfabric_-_nexa_rust_sans_black_02-webfont.eot");
  src: url("../fonts/fontfabric_-_nexa_rust_sans_black_02-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontfabric_-_nexa_rust_sans_black_02-webfont.woff") format("woff"), url("../fonts/fontfabric_-_nexa_rust_sans_black_02-webfont.ttf") format("truetype"), url("../fonts/fontfabric_-_nexa_rust_sans_black_02-webfont.svg#Nexa") format("svg"); }
#block-grid.scroller .item {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  /*font-family: sans-serif;*/
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img { border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1300px) {
    .container {
      padding: 0 40px; } }
  .container.full {
    max-width: 100%; }

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 400; font-style: normal;
}

/*body {
  color: #7b7b7b;
}*/

h1, h2, h3, h4 {
  font-weight: normal; }

/*p {
  font-size: 14px;
  line-height: 24px; }*/

a {
  color: #007f8e; }
  /*a:hover {
    color: #d0d0d0; }*/

.button {
  background: #007f8e;
  border: solid 3px #007f8e;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  color: white;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: normal;
  font-family: "Nexa";
  font-size: 16px;
  -webkit-transition: all 0.15s ease-out 0;
  -moz-transition: all 0.15s ease-out 0;
  transition: all 0.15s ease-out 0; 
  text-shadow: none; }

  .button.texture {
    /*background-image: url(../img/button-bg.png);*/
    background-position: center; }
  .button:hover, .button.active {
    background: none;
    color: #007f8e; }
  .button.alt:hover, .button.alt.active {
    background: #79d8ff;
    color: #007f8e; }
  .button.white {
    border: solid 3px white;
    border-radius: 3px; }
  .button.white:hover, .button.white.active {
    background-color: #ffffff;
    color: #007f8e; }
  .button.white-alt {
    background-color: #ffffff;;
    color: #007f8e;
    border: solid 3px white; }
  .button.white-alt:hover, .button.white-alt:active {
    background: #007f8e;
    color: white; }

.icon, body.visiting-bottlerock h2:before, body.info h2:before, body.info .content h3:before {
  background: url(../img/icon-hotels.svg) no-repeat center center, #cccccc;
 /* background: url(../img/icon-hotels.svg) no-repeat center center, #007f8e;*/
  background-size: 70% auto, auto auto;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  display: inline-block;
  color: #aaaaaa;
  outline: 0; }
  .icon:focus, body.visiting-bottlerock h2:focus:before, body.info h2:focus:before, body.info .content h3:focus:before {
    outline: 0; }
  /*.icon:hover, body.visiting-bottlerock h2:hover:before, body.info h2:hover:before, body.info .content h3:hover:before, .icon.active, body.visiting-bottlerock h2.active:before, body.info h2.active:before, body.info .content h3.active:before {
    color: #007f8e;
    background: url(../img/icon-hotels.svg) no-repeat center center, #007f8e;
    background-size: 70% auto, auto auto; }*/

.icon-labeled span {
  display: inline-block;
  position: relative;
  top: 70px;
  text-align: center;
  width: 150%;
  white-space: nowrap;
  left: -25%;
  font-size: 14px; }

.icon.camp, body.visiting-bottlerock h2.camp:before, body.info h2.camp:before, body.info .content h3.camp:before {
  background: url(../img/icon-camping.svg) no-repeat center center, #cccccc;
  background-size: 60% auto, auto auto; }
  .icon.camp:hover, body.visiting-bottlerock h2.camp:hover:before, body.info h2.camp:hover:before, body.info .content h3.camp:hover:before, .icon.camp.active, body.visiting-bottlerock h2.camp.active:before, body.info h2.camp.active:before, body.info .content h3.camp.active:before {
    background: url(../img/icon-camping.svg) no-repeat center center;
    background-color: #007f8e;
    background-size: 60% auto, auto auto; }

.icon.bus, body.visiting-bottlerock h2.bus:before, body.info h2.bus:before, body.info .content h3.bus:before {
  background: url(../img/icon-bus.svg) no-repeat center center, #cccccc;
  background-size: 60% auto, auto auto; }
  .icon.bus:hover, body.visiting-bottlerock h2.bus:hover:before, body.info h2.bus:hover:before, body.info .content h3.bus:hover:before, .icon.bus.active, body.visiting-bottlerock h2.bus.active:before, body.info h2.bus.active:before, body.info .content h3.bus.active:before {
    background: url(../img/icon-bus.svg) no-repeat center center;
    background-color: #007f8e;
    background-size: 60% auto, auto auto;
}

.icon.lodging:hover, .icon.lodging.active{background-color: #007f8e;}


.icon.airport, body.visiting-bottlerock h2.airport:before, body.info h2.airport:before, body.info .content h3.airport:before {
  background: url(../img/icon-airport.svg) no-repeat center center, #cccccc;
  background-size: 55% auto, auto auto; }
  .icon.airport:hover, body.visiting-bottlerock h2.airport:hover:before, body.info h2.airport:hover:before, body.info .content h3.airport:hover:before, .icon.airport.active, body.visiting-bottlerock h2.airport.active:before, body.info h2.airport.active:before, body.info .content h3.airport.active:before {
    background: url(../img/icon-airport.svg) no-repeat center center;
    background-color: #007f8e;
    background-size: 55% auto, auto auto; }

.icon.taxi, body.visiting-bottlerock h2.taxi:before, body.info h2.taxi:before, body.info .content h3.taxi:before {
  background: url(../img/icon-taxi.svg) no-repeat center center, #cccccc;
  background-size: 60% auto, auto auto; }
  .icon.taxi:hover, body.visiting-bottlerock h2.taxi:hover:before, body.info h2.taxi:hover:before, body.info .content h3.taxi:hover:before, .icon.taxi.active, body.visiting-bottlerock h2.taxi.active:before, body.info h2.taxi.active:before, body.info .content h3.taxi.active:before {
    background: url(../img/icon-taxi.svg) no-repeat center center;
    background-color: #007f8e;
    background-size: 60% auto, auto auto; }

.icon.ride-share, body.visiting-bottlerock h2.ride-share:before, body.info h2.ride-share:before, body.info .content h3.ride-share:before {
  background: url(../img/icon-ride-share.svg) no-repeat center center, #cccccc;
  background-size: auto 70%, auto auto; }
  .icon.ride-share:hover, body.visiting-bottlerock h2.ride-share:hover:before, body.info h2.ride-share:hover:before, body.info .content h3.ride-share:hover:before, .icon.ride-share.active, body.visiting-bottlerock h2.ride-share.active:before, body.info h2.ride-share.active:before, body.info .content h3.ride-share.active:before {
    background: url(../img/icon-ride-share.svg) no-repeat center center;
    background-color: #007f8e;
    background-size: auto 70%, auto auto; }

.icon.directions, body.visiting-bottlerock h2.directions:before, body.info h2.directions:before, body.info .content h3.directions:before {
  background: url(../img/icon-location-white.svg) no-repeat center center, #cccccc;
  background-size: auto 70%, auto auto; }
  .icon.directions:hover, body.visiting-bottlerock h2.directions:hover:before, body.info h2.directions:hover:before, body.info .content h3.directions:hover:before, .icon.directions.active, body.visiting-bottlerock h2.directions.active:before, body.info h2.directions.active:before, body.info .content h3.directions.active:before {
    background: url(../img/icon-location-white.svg) no-repeat center center;
    background-color: #007f8e;
    background-size: auto 70%, auto auto; }

.icon.parking, body.visiting-bottlerock h2.parking:before, body.info h2.parking:before, body.info .content h3.parking:before {
  background: url(../img/icon-parking.svg) no-repeat center center, #cccccc;
  background-size: auto 60%, auto auto; }
  .icon.parking:hover, body.visiting-bottlerock h2.parking:hover:before, body.info h2.parking:hover:before, body.info .content h3.parking:hover:before, .icon.parking.active, body.visiting-bottlerock h2.parking.active:before, body.info h2.parking.active:before, body.info .content h3.parking.active:before {
    background: url(../img/icon-parking.svg) no-repeat center center;
    background-color: #007f8e;
    background-size: auto 60%, auto auto; }

.icon.small, body.visiting-bottlerock h2.small:before, body.info h2.small:before, body.info .content h3.small:before {
  width: 52px;
  height: 52px; }

.icon-labeled.small span {
  top: 57px; }

/*.prev,
.next {
  position: absolute;
  z-index: 3;
  left: -50px;
  top: 50%;
  margin-top: -49px;
  width: 97px;
  height: 97px;
  border-radius: 97px;
  background: url(../img/arrow-white.svg) no-repeat 56px center;
  background-size: 21px 39px;
  text-indent: -9999px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }
  .prev:hover,
  .next:hover {
    left: -40px; }

.next {
  left: auto;
  right: -50px;
  background-position: 56px center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
  .next:hover {
    left: auto;
    right: -40px; }*/

/*.site-header {*/
  /*background: #007f8e;
  color: white;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);*/ }
  /*.site-header nav {
    text-align: center; }
    @media (max-width: 767px) {
		.site-header nav {
			display: none;
			padding: 10px 0;
		}
	}*/
   /* .site-header nav li {
      display: inline-block;
      list-style-type: none;
      padding: 17px 15px;
      position: relative; }*/
	/*@media (max-width: 1332px) {
		.site-header nav li {padding: 17px 8px;}
	}*/
      /*@media (max-width: 767px) {
        .site-header nav li {
          display: block;
          padding: 5px 20px;
          text-align: left; } }
      .site-header nav li.home {
        background: url(../img/logo-icon.svg) no-repeat center center;
        background-size: auto 40px; }
        .site-header nav li.home:hover {
          background-image: url(../img/logo-icon-blue.svg); }
        @media (max-width: 1100px) {
          .site-header nav li.home {
            background-size: auto 30px; } }
        @media (max-width: 767px) {
          .site-header nav li.home {
            display: none; } }
        .site-header nav li.home a {
          text-indent: -9999px;
          width: 50px;
          border-bottom: none !important; }
          @media (max-width: 1100px) {
            .site-header nav li.home a {
              width: 36px; } }
      .site-header nav li.hide {
        display: none; }*/
      /*.site-header nav li a {
        display: inline-block;
        text-transform: uppercase;
        color: white;
        font-family: "Nexa";
        text-decoration: none;
        font-size: 16px; }*/
        /*.site-header nav li a:hover {
          color: #9FD6BC;
		 }*/
        /*@media (max-width: 1300px) {
          .site-header nav li a {
            font-size: 15px; } }
 @media (max-width: 1157px) {
          .site-header nav li a {
            font-size: 12px; }
		}
        @media (max-width: 1100px) {
          .site-header nav li a {
            font-size: 10px; }
		}*/
      /*.site-header nav li.current-menu-item a {
        color: #d0d0d0;
        border-bottom: solid 2px #d0d0d0; }*/
      /*.site-header nav li .sub-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 100%;
        text-align: left;
        margin: 0;
        padding: 0px;
        background: transparent;
        border-bottom: solid 4px white;
        color: white;
		z-index:100;
		width:100%;
		}*/
        /*.site-header nav li .sub-menu li {
          display: block;
          margin: 0;
          padding: 0;
          background: #007f8e; }
          .site-header nav li .sub-menu li a {
            color: white;
            display: block;
            margin: 0;
            padding: 10px;
            font-size: 14px;
            line-height: 18px;
            border-bottom: none; }*/
            /*.site-header nav li .sub-menu li a:hover {
              background: #d0d0d0;
              color: #7b7b7b;
			}*/
			/*.site-header nav li:hover .sub-menu, .site-header nav li:focus .sub-menu{display:block;}*/
			
  /*.site-header .mobile-nav {
    display: none; }*/
    /*@media (max-width: 767px) {
      .site-header .mobile-nav {
        display: block;
        height: 50px;
        background: url(../img/mobile-grip.svg) no-repeat;
        background-position: 20px 15px; cursor:pointer;
        background-size: auto 20px; } 
		.site-header nav li .sub-menu {padding:0px; position:relative; top:0px;}
		.site-header nav li .sub-menu li a{font-size:10px; padding:5px 10px;}
	}*/
    /*.site-header .mobile-nav .home {
      display: block;
      margin: 0 auto;
      width: 40px;
      height: 100%;
      background: url(../img/logo-icon.svg) no-repeat center center;
      background-size: 100% auto; }*/

#hero {
	position: relative;
	overflow: hidden;
}
  #hero nav {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center; }
    #hero nav a {
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 12px;
      background: white;
      text-indent: -9999px;
      overflow: hidden;
      margin: 0 6px;
      position: relative; }
      #hero nav a.active:after {
        content: "";
        display: block;
        position: absolute;
        left: 4px;
        top: 4px;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        background: black; }
  #hero .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0px;
    text-align: center;
    color: white;
    opacity: 0;
    pointer-events: none;
    background: url() no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      #hero .slide {
        background-attachment: scroll; } }
    #hero .slide.active {
      opacity: 1;
      pointer-events: auto; }
    #hero .slide iframe {
      position: fixed;
	  border:0px;
      top: 0;
      left: 0;
      z-index: -1; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        #hero .slide iframe {
          display: none; } }
  #hero .cta {
    text-align: center;
    width: 570px;
    position: absolute;
    left: 50%;
    margin-left: -285px;
    top: 50%;
    margin-top: -260px;
    z-index: 2; }
    @media (max-width: 767px) {
      #hero .cta {
        width: 100%;
        left: auto;
        margin-left: 0; }
        #hero .cta h2 {
          max-width: 50%;
          font-size: 16px;
          margin: 10px auto; }
        #hero .cta p {
          padding: 0 70px; } }
    #hero .cta h2 {
      font-family: "Nexa"; }
  #hero .cta p {
    text-shadow: 5px 0px 11px #000000;}
  #hero .logo {
    width: 570px;
    height: 319px;
    background: url(../img/logo-full-white.svg) no-repeat center center;
    background-size: contain; }
    #hero .logo.no-logo {
      background: none; }
    @media (max-width: 767px) {
      #hero .logo {
        height: 200px !important;
        width: 100%;
        background-size: 80% auto !important; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      #hero .logo {
        max-height: 280px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      #hero .logo {
        background-size: contain !important; } }
  #hero.short .logo {
    height: 260px; }
  #hero .social {
    text-align: center;
    padding: 30px 0 0 0; }
    #hero .social a {
      color: white;
      font-size: 28px;
      margin: 0 5px;
      -webkit-transition: all 0.15s ease-out 0;
      -moz-transition: all 0.15s ease-out 0;
      transition: all 0.15s ease-out 0; }
      #hero .social a:hover {
        color: #007f8e; }
  #hero .scroll {
    display: block;
    width: 58px;
    height: 58px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    bottom: 16px;
    background: url(../img/scroll.svg) no-repeat center center;
    background-size: 100% auto; }

/** SECOND VIDEO **/

#hero2 {
	position: relative;
	overflow: hidden;
	pointer-events: inherit;
}
  #hero2 nav {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center; }
    #hero2 nav a {
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 12px;
      background: white;
      text-indent: -9999px;
      overflow: hidden;
      margin: 0 6px;
      position: relative; }
      #hero2 nav a.active:after {
        content: "";
        display: block;
        position: absolute;
        left: 4px;
        top: 4px;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        background: black; }
  #hero2 .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #cccccc;
    text-align: center;
    color: white;
    opacity: 0;
    pointer-events: none;
    background: url() no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      #hero2 .slide {
        background-attachment: scroll; } }
    #hero2 .slide.active {
      opacity: 1;
      pointer-events: auto; }
    #hero2 .slide iframe {
      position: fixed;
	  top:0px;
      left: 0;
      z-index: -1; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        #hero2 .slide iframe {
          display: none; } }
  #hero2 .cta {
    text-align: center;
    width: 570px;
    position: absolute;
    left: 50%;
    margin-left: -285px;
    top: 50%;
    margin-top: -260px;
    z-index: 2; }
    @media (max-width: 767px) {
      #hero2 .cta {
        width: 100%;
        left: auto;
        margin-left: 0; }
        #hero2 .cta h2 {
          max-width: 50%;
          font-size: 16px;
          margin: 10px auto; }
        #hero2 .cta p {
          padding: 0 70px; } }
    #hero2 .cta h2 {
      font-family: "Nexa"; }
  #hero2 .cta p {
    text-shadow: 5px 0px 11px #000000;}
  #hero2 .logo {
    width: 570px;
    height: 319px;
    background: url(../img/logo-full-white.svg) no-repeat center center;
    background-size: contain; }
    #hero2 .logo.no-logo {
      background: none; }
    @media (max-width: 767px) {
      #hero2 .logo {
        height: 200px !important;
        width: 100%;
        background-size: 80% auto !important; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      #hero2 .logo {
        max-height: 280px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      #hero2 .logo {
        background-size: contain !important; } }
  #hero2.short .logo {
    height: 260px; }
  #hero2 .social {
    text-align: center;
    padding: 30px 0 0 0; }
    #hero2 .social a {
      color: white;
      font-size: 28px;
      margin: 0 5px;
      -webkit-transition: all 0.15s ease-out 0;
      -moz-transition: all 0.15s ease-out 0;
      transition: all 0.15s ease-out 0; }
      #hero2 .social a:hover {
        color: #007f8e; }
  #hero2 .scroll {
    display: block;
    width: 58px;
    height: 58px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    bottom: 16px;
    background: url(../img/scroll.svg) no-repeat center center;
    background-size: 100% auto;\
}



#admat {
  text-align: center;
  position: relative;
  background: white;
  position: relative; }
  @media (max-width: 767px) {
    #admat {
      padding-bottom: 50px; } }
  #admat img {
    width: 100%;
    height: auto; }
  #admat nav {
    text-align: center;
    position: absolute;
    bottom: 5%;
    width: 100%; }
    #admat nav .button {
      display: inline-block;
      margin: 0 40px; }
      @media (max-width: 767px) {
        #admat nav .button {
          margin: 0;
          padding: 5px 15px;
          font-size: 14px; } }

#blackboard {
  background: #222222;
  padding: 200px 0; }
  #blackboard .cell {
    text-align: center;
    color: white; }

#block-grid.scroller {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}
#block-grid.scroller .artists{position:relative;}
#block-grid.scroller .artists .all-artist{position:absolute; top:0px; right:0px; width:276px; height:100%; background-color:#007f8e;}
#block-grid.scroller .artists .all-artist a{color:#FFF; display:block; padding-top:40%; text-decoration:none;}
#block-grid.scroller .artists .all-artist a:hover{text-decoration:underline;}



  @media (max-width: 767px) {
	  #block-grid.scroller .artists .all-artist{width:150px;}
    #block-grid.scroller {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      height: 150px; } }
  #block-grid.scroller .artists {
    width: 2400px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: left 200ms linear;
    -moz-transition: left 200ms linear;
    transition: left 200ms linear; }
  #block-grid.scroller .item {
    padding: 0;
    float: left;
    width: 276px;
    height: 280px;
    display: block;
    padding: 0 !important; }
    @media (max-width: 767px) {
      #block-grid.scroller .item {
        width: 150px;
        height: 150px; } }

/*#tickets {
	padding-top: 40%;
	position: relative;
	background: url(../img/tickets-bg.jpg) no-repeat 35% center;
	background-size: cover;
}
  @media (max-width: 767px) {
	#tickets {
	  padding: 0;
	  text-align: center;
	}
  }
#tickets .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
}
#tickets .purchase {
	width: 600px;
	position: absolute;
	top: 40px;
	right: 40px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.65);
	color: white; 
	border-radius: 8px;
}

    @media (max-width: 767px) {
      #tickets .purchase {
        position: relative;
        top: auto;
        right: auto;
        width: 100%; } }
    #tickets .purchase h2 {
      margin: 0;
      padding: 0; }
    #tickets .purchase .blurb,
    #tickets .purchase .link {
      float: left;
      text-align: center;
      height: 100%;
      padding: 20px 0 0 20px; }
      @media (max-width: 767px) {
        #tickets .purchase .blurb,
        #tickets .purchase .link {
          float: none;
          width: 100%;
          text-align: center;
          padding: 0; } }
  /*  #tickets .purchase .link {
      border-left: solid #333333 1px; }
      @media (max-width: 767px) {
        #tickets .purchase .link {
          border: none; } }*/
      /*#tickets .purchase .link:before {
        content: "";
        display: none;
        height: 77px;
        width: 100%;
        background: url(../img/tickets-icon.png) no-repeat center top;
        background-size: auto 100%;
        margin: 15px 0; }
      #tickets .purchase .link .ss-icon {
        margin-bottom: 15px; }
    #tickets .purchase .blurb {
      width: 80%;
      text-align: left;
      padding: 0 20px 0 0; 
      border-right: solid #333333 1px;}
    @media (max-width: 767px) {
         #tickets .purchase .blurb {
          border: none; } }
    #tickets .purchase .blurb p{ line-height:8px;}
      @media (max-width: 767px) {
        #tickets .purchase .blurb {
          width: 100%;
          text-align: center;
          padding: 0; } }*/

#grapes {
  /*height: 200px;
  background: url(../img/barrels.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;*/
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.3);
  position: relative;
}
.food-page-overlay{position:absolute; top:0px; left:0px; width:100%; height:100%; background-color:#FFF; z-index:1000;}

#transportation-highlight {
	padding: 45px 0;
	background: white;
	position: relative;
}

  @media (max-width: 767px) {
    #transportation-highlight .cell {
      padding: 20px 0; }
    #transportation-highlight .col-1-12 {
      display: none; }
    #transportation-highlight nav {
      text-align: center; } }
  #transportation-highlight img {
    max-width: 100%; }
  #transportation-highlight .icon, #transportation-highlight body.visiting-bottlerock h2:before, body.visiting-bottlerock #transportation-highlight h2:before, #transportation-highlight body.info h2:before, body.info #transportation-highlight h2:before, #transportation-highlight body.info .content h3:before, body.info .content #transportation-highlight h3:before {
    margin-right: 60px; }
    #transportation-highlight .icon:last-child, #transportation-highlight body.visiting-bottlerock h2:last-child:before, body.visiting-bottlerock #transportation-highlight h2:last-child:before, #transportation-highlight body.info h2:last-child:before, body.info #transportation-highlight h2:last-child:before, #transportation-highlight body.info .content h3:last-child:before, body.info .content #transportation-highlight h3:last-child:before {
      margin-right: 0; }
    #transportation-highlight .icon span, #transportation-highlight body.visiting-bottlerock h2:before span, body.visiting-bottlerock #transportation-highlight h2:before span, #transportation-highlight body.info h2:before span, body.info #transportation-highlight h2:before span, #transportation-highlight body.info .content h3:before span, body.info .content #transportation-highlight h3:before span {
      font-size: 12px;
      width: 180%;
      left: -40%; }
      @media (max-width: 1000px) {
        #transportation-highlight .icon span, #transportation-highlight body.visiting-bottlerock h2:before span, body.visiting-bottlerock #transportation-highlight h2:before span, #transportation-highlight body.info h2:before span, body.info #transportation-highlight h2:before span, #transportation-highlight body.info .content h3:before span, body.info .content #transportation-highlight h3:before span {
          font-size: 11px; } }
    @media (max-width: 1100px) {
      #transportation-highlight .icon, #transportation-highlight body.visiting-bottlerock h2:before, body.visiting-bottlerock #transportation-highlight h2:before, #transportation-highlight body.info h2:before, body.info #transportation-highlight h2:before, #transportation-highlight body.info .content h3:before, body.info .content #transportation-highlight h3:before {
        margin-right: 50px; } }
    @media (max-width: 1000px) {
      #transportation-highlight .icon, #transportation-highlight body.visiting-bottlerock h2:before, body.visiting-bottlerock #transportation-highlight h2:before, #transportation-highlight body.info h2:before, body.info #transportation-highlight h2:before, #transportation-highlight body.info .content h3:before, body.info .content #transportation-highlight h3:before {
        margin-right: 37px; } }
    @media (max-width: 767px) {
      #transportation-highlight .icon, #transportation-highlight body.visiting-bottlerock h2:before, body.visiting-bottlerock #transportation-highlight h2:before, #transportation-highlight body.info h2:before, body.info #transportation-highlight h2:before, #transportation-highlight body.info .content h3:before, body.info .content #transportation-highlight h3:before {
        margin: 0 30px 40px 30px; } }
  #transportation-highlight h2, #transportation-highlight h3 {
    font-size: 36px;
    color: #007f8e;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 20px;
    font-family: "Nexa"; }
    @media (max-width: 767px) {
      #transportation-highlight h2, #transportation-highlight h3 {
        font-size: 21px; } }
  #transportation-highlight h3 {
    color: #7b7b7b;
    border-bottom: solid 4px #d0d0d0;
    margin-top: 60px; }
    @media (max-width: 767px) {
      #transportation-highlight h3 {
        margin-top: 10px; } }
  #transportation-highlight .content div {
    display: none; }
    #transportation-highlight .content div:first-child {
      display: block; }
  #transportation-highlight .content-side img,
  #transportation-highlight .content-side .icon,
  #transportation-highlight .content-side body.visiting-bottlerock h2:before,
  body.visiting-bottlerock #transportation-highlight .content-side h2:before,
  #transportation-highlight .content-side body.info h2:before,
  body.info #transportation-highlight .content-side h2:before,
  #transportation-highlight .content-side body.info .content h3:before,
  body.info .content #transportation-highlight .content-side h3:before {
    display: none; }
    #transportation-highlight .content-side img:first-child,
    #transportation-highlight .content-side .icon:first-child,
    #transportation-highlight .content-side body.visiting-bottlerock h2:first-child:before,
    body.visiting-bottlerock #transportation-highlight .content-side h2:first-child:before,
    #transportation-highlight .content-side body.info h2:first-child:before,
    body.info #transportation-highlight .content-side h2:first-child:before,
    #transportation-highlight .content-side body.info .content h3:first-child:before,
    body.info .content #transportation-highlight .content-side h3:first-child:before {
      display: block; }
  #transportation-highlight .content-side .icon, #transportation-highlight .content-side body.visiting-bottlerock h2:before, body.visiting-bottlerock #transportation-highlight .content-side h2:before, #transportation-highlight .content-side body.info h2:before, body.info #transportation-highlight .content-side h2:before, #transportation-highlight .content-side body.info .content h3:before, body.info .content #transportation-highlight .content-side h3:before {
    margin: 150px auto; }

#sponsors {
  padding: 40px 0;
  background: white;
  text-align: center; }
  #sponsors .logo {
    display: inline-block;
    height: 100px;
    width: 150px;
    line-height: 100px;
    margin: 10px; }
    #sponsors .logo img {
      width: auto;
      height: 100%; }

.dates {
  text-align: center;
  font-size: 30px;
  padding: 15px 0;
  color: white;
  background: #007f8e;
}
.dates .col-1-3, .dates .col-2-6, .dates .col-4-12{width:33%;}
  @media (max-width: 767px) {
    .dates {
      font-size: 16px;
      padding: 15px 0;
	 }
	 .dates .col-1-3, .dates .col-2-6, .dates .col-4-12{width:100%;}
  }
  .dates .date {
    text-align:center;
}

.dates .grid div.cell{float:left; width:23%;}
.dates .grid div.cell:nth-child(2){width:54%; font-family: "Nexa"; font-size:30px;}

.follow-text{text-align:left; vertical-align:middle; font-size:14px; display:inline-block; position:relative; top:-6px; padding-right:10px;}
/*.listen-text{text-align:right; vertical-align:middle; font-size:14px; display:inline-block; position:relative; top:-6px; padding-left:10px;}*/
@media (max-width: 1300px) {
	.dates .grid div.cell{width:30%;}
	.dates .grid div.cell:nth-child(2){width:40%;}
}
@media (max-width: 1000px) {
	.dates .grid div.cell{width:40%;}
	.dates .grid div.cell:nth-child(2){width:20%; font-size:18px;}
}
@media (max-width: 767px) {
	.dates .grid div.cell{float:none; width:100%;}	
	.dates .grid div.cell:nth-child(2){font-size:14px; width:100%;}
	.dates .date {text-align: center; padding: 15px 0;}
	
	.follow-text{top:-4px;}
	.listen-text{top:-4px;}
}
@media (max-width: 400px) {
	.dates .date .table-wrapper{display:block;}	
	.dates .date .table-wrapper > div{display:block;}
	.dates .date .table-wrapper > div > div{display:block;}
}
  .dates .tickets-link {
    text-align: right; }
    @media (max-width: 767px) {
      .dates .tickets-link {
        text-align: center; } }
  .dates .social {
    padding-top: 3px; }
    @media (max-width: 767px) {
      .dates .social {
        text-align: center; } }
  .dates .ss-icon {
    color: white;
    margin-right: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .dates .ss-icon:hover {
      color: #cccccc; }

#legal {
  text-align: center;
  background: white;
  padding: 0 20px 20px 20px; }
  #legal a {
    font-size: 11px;
    text-decoration: none;
    color: #007f8e; }
    #legal a:after {
      content: " - "; }
	 #legal a.sponsors-link:after{content:""}
    #legal a:last-child:after {
      display: none; }

#mailing-list-header {
  color: #007f8e;
  font-family: "Nexa";
  font-size: 24px;
}

/*.footer-logo{padding:35px 15px; text-align:center;}
.footer-logo img{width:490px; margin:auto;}*/

/*@media (max-width:400px) {
	.footer-logo img{width:auto;}
}
*/
#lightbox_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  cursor: pointer;
  z-index: 99; }
  #lightbox_overlay #lightbox {
    position: absolute;
    top: 10%;
    height: 80%;
    left: 10%;
    width: 80%;
    cursor: auto;
    background: white url(../img/loading.gif) no-repeat center center; }
    #lightbox_overlay #lightbox .content {
      width: auto;
      height: 100%; }
    #lightbox_overlay #lightbox img.admat {
      height: 100%;
      width: auto;
      display: block;
      margin: 0 auto; }
      @media (max-width: 767px) {
        #lightbox_overlay #lightbox img.admat {
          height: auto;
          max-width: 100%; } }
    #lightbox_overlay #lightbox .terms {
      background: white;
      overflow: scroll;
      padding: 30px;
      height: 100%; }
      #lightbox_overlay #lightbox .terms pre {
        font-size: 11px;
        line-height: 14px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0;
        padding: 0; }
    #lightbox_overlay #lightbox .close {
      width: 40px;
      height: 40px;
      display: block;
      position: absolute;
      background: #007f8e url(../img/close.svg) no-repeat center center;
      background-size: 60% 60%;
      top: -20px;
      right: -20px;
      text-indent: -99999px;
      -webkit-transition: all 0.15s ease-out 0;
      -moz-transition: all 0.15s ease-out 0;
      transition: all 0.15s ease-out 0; }
      #lightbox_overlay #lightbox .close:hover {
        background-size: 80% 80%; }

/* ==========================================================================
   Grid
   ========================================================================== */
/*
 * Example uses:
 *
 * <div class="grid">
 *     <div class="grid__cell unit-1-2"></div>
 *     <div class="grid__cell unit-1-2"></div>
 *     <div class="grid__cell unit-1-3"></div>
 *     <div class="grid__cell unit-1-3"></div>
 * </div>
 *
 * <div class="grid grid--center">
 *     <div class="grid__cell unit-1-3"></div>
 *     <div class="grid__cell unit-1-3"></div>
 * </div>
 */
/* Grid core
   ========================================================================== */
/**
 * Grid container
 * Must only contain `.grid` or `.grid__cell` components as children.
 *
 * 1. Adjustment for child element margins.
 * 2. Ensure consistent default alignment/
 * 3. Remove inter-unit whitespace that appears between `inline-block` child
 *    elements. Work for all non-monospace font-families.  If you're using a
 *    monospace base font, you will need to set the `grid` font-family to
 *   `sans-serif` and then redeclare the monospace font on the `grid__cell`
 *    objects.
 * 4. Protect against WebKit bug with optimizelegibility.
 */
.grid {
  display: block;
  padding: 0;
  margin: 0 0px;
  /* 1 */
  text-align: left;
  /* 2 */
  letter-spacing: -0.31em;
  /* 3 */
  text-rendering: optimizespeed;
  /* 4 */ }

/**
 * Opera hack
 */
.opera:-o-prefocus,
.grid {
  word-spacing: -0.43em;
  /* 3 */ }

/**
 * Child `grid` object adjustments
 * Used for more complex fixed-fluid hybrid grids.
 */
.grid > .grid {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0; }

/**
 * Grid units
 * No explicit width by default. Apply `.unit-x-y` classes.
 *
 * 1. Fundamentals of the non-float grid layout mechanism.
 * 2. Apply grid gutter.
 * 3. Controls vertical positioning of units.
 * 4. Keeps content correctly aligned with the grid direction.
 * 5. Reset text defaults.
 */
.cell {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  /* 1 */
  margin: 0;
  padding: 0 0px;
  /* 2 */
  vertical-align: top;
  /* 3 */
  text-align: left;
  /* 4 */
  letter-spacing: normal;
  /* 5 */
  word-spacing: normal;
  /* 5 */
  text-rendering: auto;
  /* 5 */ }

/* Grid modifiers
   ========================================================================== */
/**
 * Modifier: horizontally center all grid units
 * Allows for automatic unit centering irrespective of the number of
 * units in the grid.
 */
.grid--center {
  text-align: center; }

/**
 * Modifier: align horizontally all grid units to the left
 */
.grid--left {
  text-align: left; }

/**
 * Modifier: align horizontally all grid units to the right
 */
.grid--right {
  text-align: right; }

/* Grid cell modifiers
   ========================================================================== */
/**
 * Modifier: horizontally center one unit
 * Set a specific unit to be horizontally centered. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
.cell--center {
  display: block;
  margin: 0 auto; }

/**
 * Modifier: align horizontally one unit to the left
 * Set a specific unit to be horizontally on the left. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
.cell--left {
  display: block;
  margin-right: auto; }

/**
 * Modifier: align horizontally one unit to the right
 * Set a specific unit to be horizontally on the right. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
.cell--right {
  display: block;
  margin-left: auto; }

@media (min-width: 767px) {
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .col-1-2, .col-2-4, .col-3-6, .col-6-12 {
    width: 50%; }

  .col-1-3, .col-2-6, .col-4-12 {
    width: 33.33333%; }

  .col-2-3, .col-4-6, .col-8-12 {
    width: 66.66667%; }

  .col-1-4, .col-3-12 {
    width: 24.9%; }

  .col-3-4, .col-9-12 {
    width: 75%; }

  .col-1-5 {
    width: 20%; }

  .col-2-5 {
    width: 40%; }

  .col-3-5 {
    width: 60%; }

  .col-4-5 {
    width: 80%; }

  .col-1-6, .col-2-12 {
    width: 16.66667%; }

  .col-5-6, .col-10-12 {
    width: 83.33333%; }

  .col-1-12 {
    width: 8.33333%; }

  .col-5-12 {
    width: 41.66667%; }

  .col-7-12 {
    width: 58.33333%; }

  .col-11-12 {
    width: 91.66667%; }
}
#block-grid .item {
  text-align: center;
  position: relative;
  /*background: url() no-repeat center top;
  background-size: cover;*/
  /*padding-top:25%;*/
  /*width: 25%;*/
   /*margin: 0.5%;*/
    /*width: 24%;*/
  cursor: pointer;
  /*border: solid 1px white;*/
}
#admat .item{padding:0px; width:100%; cursor:default;}
#admat .item img{max-width:100%;}

.bottom-video-wrapper{position:relative; overflow:hidden;}
.bottom-video-wrapper iframe{position:absolute; top:0px; left:0px; z-index:-1;}


  @media (max-width: 767px) {
    /*#block-grid .item {
      width: 100%;
      padding-top: 90%;
	  }*/
	  /*#admat #block-grid .item{padding-top:0px;}*/
	}
  /*#block-grid .item span {
    display: block;
    background: black;
    color: white;
    margin: 0;
    padding: 10px 25px 15px 25px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none; }*/
    /*#block-grid .item span:after {
      content: "";
      position: absolute;
      top: -120px;
      left: 0;
      width: 100%;
      height: 120px;
      pointer-events: none;
      background-color: transparent;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
      background-image: -webkit-linear-gradient(transparent, black);
      background-image: linear-gradient(transparent, black); }*/
	  
	  .howto .food-page-overlay{display:none;}
	  .howto .cTable{width:100%;}
	  .howto .cTable .table-row{width:100%;}
	  .howto .cTable .table-row:after{clear:both; display:block; content:"";}
	  .howto .cTable .table-row .item{width:50%; padding:7% 25px 25px 25px; min-height:300px; float:left; background-repeat:no-repeat; background-size:cover; vertical-align:middle; position:relative; top:0px;}
	  .howto .cTable .table-row .item h2{color:#007f8e;}
	  .howto .cTable .table-row .item:last-child{height:400px;}
	  .howto .cTable .table-row .item .details{display:none;}
	  .howto .cTable .table-row:nth-child(even) .item:first-child{float:right; width:50%;}
	  .howto .cTable .table-row:nth-child(even) .item:last-child{float:left; width:50%;}
	  
	  .howto .item span:after{display:none;}

	  @media (max-width: 990px) {
		  .howto .cTable .table-row .item{float:none; width:auto; min-height:inherit; padding:20px;}
		  
		  .howto .cTable .table-row:nth-child(even) .item:first-child{float:none; width:auto;}
		  .howto .cTable .table-row:nth-child(even) .item:last-child{float:none; width:auto;}
	  }
	  @media (max-width: 767px) {
		  .howto .cTable .table-row .item:last-child{height:300px;}
	  }
	  @media (max-width: 580px) {
		  .howto .cTable .table-row .item:last-child{height:200px;}
	  }
	  @media (max-width: 400px) {
		  .howto .cTable .table-row .item:last-child{height:100px;}
	  }

body.single-artists {
  background: #f9f9f9; }

#artist-photo-header {
  background: url() no-repeat center top;
  background-size: cover;
  padding-top: 30%; }
  @media (max-width: 767px) {
    #artist-photo-header {
      padding-top: 50%; } }

#artist-details {
  background: white;
  padding: 0 70px 160px;
  margin-bottom: 100px; }
  @media (max-width: 1100px) {
    #artist-details {
      padding: 0 20px 100px; } }
  @media (max-width: 767px) {
    #artist-details {
      padding: 0 20px 60px; } }
  #artist-details h2 {
    font-size: 45px;
    font-family: "Nexa";
    color: #007f8e;
    margin: 45px 0 0 0; }
    @media (max-width: 767px) {
      #artist-details h2 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 10px; } }
  #artist-details .artist-link {
    margin: 0 0 45px 0;
    color: #7b7b7b;
    text-decoration: underline;
    display: block; }
    #artist-details .artist-link:hover {
      color: #007f8e; }
  #artist-details .content {
    padding: 0 15px 0 0;
    text-align: justify; }
    @media (max-width: 767px) {
      #artist-details .content {
        padding: 0; } }
    #artist-details .content p {
      color: #7b7b7b;
      margin: 0 0 20px 0;
      font-size: 14px; }
  #artist-details .sidebar {
    padding: 0 0 0 15px; float:right;}
    @media (max-width: 767px) {
      #artist-details .sidebar {
        padding: 0; } }
    #artist-details .sidebar .social {
      position: relative;
      margin: 30px 0;
      padding: 35px 0;
      text-align: center; }
      #artist-details .sidebar .social:before, #artist-details .sidebar .social:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 15px;
        background: url(../img/artist-sidebar-shadow.png) no-repeat center top;
        background-size: 100% auto; }
      #artist-details .sidebar .social:after {
        top: auto;
        bottom: 0;
        transform: rotate(180deg); }
      #artist-details .sidebar .social .links {
        text-align: center; }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
          #artist-details .sidebar .social .links {
            width: 50%;
            display: inline-block; } }
        #artist-details .sidebar .social .links .listen {
          padding: 6px 45px; }
        #artist-details .sidebar .social .links .ss-icon {
          font-size: 36px;
          color: #7b7b7b;
          display: inline-block;
          margin: 0 6px; }
    #artist-details .sidebar .quote {
      position: relative; }
      #artist-details .sidebar .quote:after {
        content: "";
        position: absolute;
        top: 0;
        left: 43%;
        width: 15%;
        height: 100%;
        border-top: solid 1px #7b7b7b;
        border-bottom: solid 1px #7b7b7b; }
    #artist-details .sidebar blockquote {
      position: relative;
      padding: 45px 30px;
      margin: 20px auto 0 auto;
      text-align: center;
      font-size: 30px;
      font-family: Garamond, Georgia, serif;
      font-weight: bold;
      font-style: italic;
      max-width: 450px; }
      #artist-details .sidebar blockquote:before, #artist-details .sidebar blockquote:after {
        display: block;
        padding-left: 10px;
        content: "\201C";
        font-size: 54px;
        position: absolute;
        left: -20px;
        top: 30px;
        color: #7a7a7a; }
      #artist-details .sidebar blockquote:after {
        left: auto;
        right: -20px;
        bottom: 30px;
        top: auto;
        content: "\201D"; }

.filters {
  width: 100%;
  padding: 15px 0 12px 0;
  background: #007f8e;
  text-align: center; }
  .filters .button {
    margin: 0 10px;
    padding: 5px 20px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .filters .button {
        padding: 4px 10px;
        font-size: 14px;
        margin: 0 5px; } }
    /*@media (max-width: 767px) {
      .filters .button {
        padding: 5px 10px;
        margin: 0 2px 8px 2px;
        font-size: 12px; } }*/

#block-grid {
  position: relative; }
  #block-grid #food-drinks {
    width: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  #block-grid .item .details {
    display: none; }
  #block-grid .detail-view {
    background: black;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    #block-grid .detail-view .ss-icon {
      font-size: 24px;
      color: white;
      display: inline-block;
      margin: 10px 10px 0 0; }
      #block-grid .detail-view .ss-icon:hover {
        color: #7b7b7b; }
    #block-grid .detail-view .image {
      height: 100%;
      background: url() no-repeat center center;
      background-size: cover;
      position: relative; }
      #block-grid .detail-view .image:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 0;
        width: 20%;
        height: 100%;
        pointer-events: none;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
        background-image: -webkit-linear-gradient(left, transparent, black);
        background-image: linear-gradient(to right,transparent, black); }
      @media (max-width: 767px) {
        #block-grid .detail-view .image {
          display: none; } }
    #block-grid .detail-view .content {
      padding: 40px 0 0 40px;
      color: white;
      position: relative;
      font-weight: 200; }
      @media (max-width: 1300px) {
        #block-grid .detail-view .content {
          padding-top: 20px; } }
      @media (max-width: 1100px) {
        #block-grid .detail-view .content {
          padding-top: 0px; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        #block-grid .detail-view .content {
          width: 40%; } }
      @media (max-width: 767px) {
        #block-grid .detail-view .content {
          background: black;
          padding: 30px 30px 50px 30px;
          height: auto; } }
      #block-grid .detail-view .content h2 {
        font-size: 30px; }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
          #block-grid .detail-view .content h2 {
            font-size: 24px; } }
      #block-grid .detail-view .content p {
        font-size: 16px; }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
          #block-grid .detail-view .content p {
            font-size: 14px; } }
        @media (max-width: 767px) {
          #block-grid .detail-view .content p {
            font-size: 12px; } }
      #block-grid .detail-view .content a.link {
        color: white;
        font-size: 16px;
        display: block;
        margin-top: 30px; }
    #block-grid .detail-view .close {
      position: absolute;
      top: 20px;
      right: -20px;
      display: block;
      border: solid 1.5px white;
      border-radius: 20px;
      width: 35px;
      height: 35px;
      background: url(../img/close.svg) no-repeat center center;
      background-size: 50% auto;
      text-indent: -2000px;
      -webkit-transition: all 0.15s ease-out 0;
      -moz-transition: all 0.15s ease-out 0;
      transition: all 0.15s ease-out 0; }
      #block-grid .detail-view .close:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
      @media (max-width: 767px) {
        #block-grid .detail-view .close {
          right: 10px; } }

#media .current {
  min-height: 500px;
  position: relative;
  height: 80%; }
  @media (max-width: 767px) {
    #media .current {
      min-height: 100px; position:relative; }
	   }
  #media .current .image {
    background: white url() no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute; }
  #media .current .video {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none; }
#media #bar {
  width: 100%;
  z-index: 10;
  overflow: hidden;
  background: white;
  position: relative;
}
  #media #bar .prev,
  #media #bar .next {
    top: auto;
    bottom: 0px; }
    @media (max-width: 767px) {
      #media #bar .prev,
      #media #bar .next {
        display: none; } }
  #media #bar nav {
    width: 100%;
    padding: 8px 0;
    background: #007f8e;
    text-align: center; }
    #media #bar nav .button {
      margin: 0 14px;
      padding: 6px 50px; }
      @media (max-width: 767px) {
        #media #bar nav .button {
          padding: 6px 10px;
          margin: 0 5px; } }
  #media #bar #slide {
    width: auto;
    white-space: nowrap;
    height: 100%;
    /*padding: 18px 50px 0px 50px;*/
    margin-left: 0px;
    -webkit-transition: margin 500ms ease-in-out;
    -moz-transition: margin 500ms ease-in-out;
    transition: margin 500ms ease-in-out; }
    @media (max-width: 767px) {
      #media #bar #slide {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }
	#media #bar #slide a {
      width: auto;
      cursor: pointer;
	  padding:5px;
	  display:block;
	  margin-bottom:15px;
	  height:152px;
	 /* height: 82px;
      margin: 9px;*/
      border: solid 1px #cccccc;
	  }
	  #media #bar #slide a:last-child{margin-bottom:0px;}
      #media #bar #slide a img {
        width: auto;
        height: 100%;
		display:block;
		max-width:100%;
	}

/*body.visiting-bottlerock .container {
  padding: 0 70px; }*/
  @media (max-width: 767px) {
    body.visiting-bottlerock .container {
      padding: 0 20px; } }
body.visiting-bottlerock .dates .container {
  padding: 0; }
/*body.visiting-bottlerock h2, body.transportation h2, body.parking h2 {
  font-family: "Nexa";
  font-size: 30px;
  color: #007f8e;
  margin: 0;
  padding: 0 0 0 120px;
  line-height: 70px;
  height: 70px;
  position: relative;
  }*/
body.visiting-bottlerock h2:before, body.transportation h2:before, body.parking h2:before {
    background-color: #007f8e;
    content: "";
    position: absolute;
    left: 28px;
    top: 0;
}
  @media (max-width: 767px) {
    body.visiting-bottlerock h2 {
      padding: 0;
      text-align: center;
      font-size: 21px;
      height: auto;
      padding-top: 20px; }
      body.visiting-bottlerock h2:before {
        left: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: -20px;
        opacity: 0.5; } }
/*body.visiting-bottlerock section {
  background: url(../img/section-texture-1.jpg) no-repeat left top;
  background-size: cover;
  padding-top: 30px; }*/
  
  body.visiting-bottlerock section.photo {
    background: url(../img/hero.jpg) no-repeat left top;
    background-size: cover; }
    body.visiting-bottlerock section.photo h2 {
      color: white; }
    body.visiting-bottlerock section.photo h3 {
      color: white; }
    body.visiting-bottlerock section.photo p {
      color: white; 
      text-shadow:2px 2px 10px #000000;}
	  body.visiting-bottlerock section#accommodation .col-1-2{float:left;}
  body.visiting-bottlerock section#accommodation .map.content-side {
    float: right; 
	}
  body.visiting-bottlerock section#transportation {
    background-color: #222222; 
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
	min-height:621px;}
	}
    body.visiting-bottlerock section#transportation h2:before {
      background-image: url(../img/icon-transportation.svg);
      background-color: #ffffff;
      background-size: 60% auto, auto auto; }
    body.visiting-bottlerock section#transportation nav {
      padding-left: 15px; }
      @media (max-width: 767px) {
        body.visiting-bottlerock section#transportation nav {
          padding-left: 0; } }
      body.visiting-bottlerock section#transportation nav .icon span, body.visiting-bottlerock section#transportation nav h2:before span, body.visiting-bottlerock section#transportation nav body.info .content h3:before span, body.info .content body.visiting-bottlerock section#transportation nav h3:before span {
        color: white; }
  body.visiting-bottlerock section#parking {
    background-position: left bottom; }
    body.visiting-bottlerock section#parking h2:before {
      background-image: url(../img/icon-parking.svg);
    background-color: #007f8e;
      background-color: #007f8e;
      background-size: 60% auto, auto auto; }
  body.visiting-bottlerock section#location {
    padding: 0 0 10px 0;
    background-position: left center; }
    body.visiting-bottlerock section#location h2 {
      background: #007f8e;
      height: 133px;
      line-height: 133px;
      color: white; }
      body.visiting-bottlerock section#location h2:before {
        background: url(../img/icon-location-white.svg) no-repeat center center;
    background-color:#003F5E;
        background-size: auto 70%, auto auto;
        top: 30px; }
    body.visiting-bottlerock section#location #gmap {
      height: 566px;
      width: 100%; }
      @media (max-width: 767px) {
        body.visiting-bottlerock section#location #gmap {
          height: 300px; } }
    body.visiting-bottlerock section#location h3 {
      font-weight: 200;
      padding-top: 15px; }
    body.visiting-bottlerock section#location .cell {
      text-align: center;
      padding: 25px 0; }
      @media (max-width: 767px) {
        body.visiting-bottlerock section#location .cell {
          padding: 25px 0 0 0; } }
      body.visiting-bottlerock section#location .cell .icon-labeled {
        background: url(../img/button-bg.png);
        background-color: #007f8e;
        font-size: 24px;
        font-weight: bold;
        color: white;
        padding-top: 15px;
        line-height: 18px; }
        body.visiting-bottlerock section#location .cell .icon-labeled span {
          font-size: 14px;
          font-weight: normal;
          position: static;
          width: 100%; }
    body.visiting-bottlerock section#location .directions-button {
      padding: 10px 0 20px; }
  body.visiting-bottlerock section h3 {
    font-size: 30px;
    color: #007f8e;
    margin: 0 0 20px 0; }
  body.visiting-bottlerock section nav {
    padding-bottom: 45px; }
    @media (max-width: 767px) {
      body.visiting-bottlerock section nav {
        text-align: center; } }
    body.visiting-bottlerock section nav .icon, body.visiting-bottlerock section nav h2:before, body.visiting-bottlerock section nav body.info .content h3:before, body.info .content body.visiting-bottlerock section nav h3:before {
      margin-right: 50px;
      width: 52px;
      height: 52px; }
      @media (max-width: 767px) {
        body.visiting-bottlerock section nav .icon, body.visiting-bottlerock section nav h2:before, body.visiting-bottlerock section nav body.info .content h3:before, body.info .content body.visiting-bottlerock section nav h3:before {
          width: 50px;
          height: 50px;
          margin: 0 30px 40px 30px; } }
      body.visiting-bottlerock section nav .icon span, body.visiting-bottlerock section nav h2:before span, body.visiting-bottlerock section nav body.info .content h3:before span, body.info .content body.visiting-bottlerock section nav h3:before span {
        font-size: 14px; }
        @media (max-width: 767px) {
          body.visiting-bottlerock section nav .icon span, body.visiting-bottlerock section nav h2:before span, body.visiting-bottlerock section nav body.info .content h3:before span, body.info .content body.visiting-bottlerock section nav h3:before span {
            font-size: 12px; } }
  body.visiting-bottlerock section .content {
    padding: 40px 0 100px;
    overflow-x: visible; }
    @media (max-width: 767px) {
      body.visiting-bottlerock section .content {
        padding: 20px 0; } }
  body.visiting-bottlerock section .map {
    padding: 40px; }
    @media (max-width: 767px) {
      body.visiting-bottlerock section .map {
        padding: 0 0 40px 0; } }
    body.visiting-bottlerock section .map img {
      max-width: 400px;
      display: block;
      margin: 0 auto; }
      @media (max-width: 767px) {
        body.visiting-bottlerock section .map img {
          width: 100%;
          height: auto; } }

#sponsors-page {
  padding-top: 6px;
}
#sponsors-page:after{clear:both; display:block; content:"";}
#sponsors-page .cell{float:left;}
  #sponsors-page .sponsor {
    border: solid 5px #f2f1f1;
    padding-top: 25%;
    position: relative; }
    #sponsors-page .sponsor:nth-child(4n + 1) {
      border-left: solid 10px #f2f1f1; }
    #sponsors-page .sponsor:nth-child(4n) {
      border-right: solid 10px #f2f1f1; }
    @media (max-width: 767px) {
      #sponsors-page .sponsor {
        padding-top: 40%;
        width: 50%; } }
    #sponsors-page .sponsor img {
      width: 50%;
      height: auto;
      position: absolute;
      left: 25%;
      top: 25%; }

/*body.info h2 {
  font-family: "Nexa";
  font-size: 30px;
  background: #007f8e;
  color: white;
  margin: 0;
  padding: 0 0 0 120px;
  line-height: 135px;
  height: 135px;
  position: relative; }*/
 /* body.info h2:before {
    content: "";
    position: absolute;
    left: 28px;
    top: 30px;*/
    /*background-image: url(../img/icon-info.svg), url(../img/texture.png);*/
    /*background-image: url(../img/icon-info.svg);
    background-color: #ffffff;
    background-size: 82% auto, auto auto; }*/
  /*body.info h2:hover:before {*/
   /* background-image: url(../img/icon-info.svg), url(../img/texture.png);*/
    /*background-image: url(../img/icon-info.svg);
     background-color: #ffffff;
    background-size: 82% auto, auto auto; }*/
  /*@media (max-width: 767px) {
    body.info h2 {
      padding: 20px 0 20px 70px;
      line-height: 21px;
      height: auto;
      font-size: 20px; }
      body.info h2:before {
        left: 15px;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px; } }
	body.info h2.faq:before {
		background: #ffffff;
		content: "FAQ";
		font-family: Helvetica, sans-serif;
		font-weight: bold;
		font-size: 24px;
		line-height: 72px;
		text-align: center;
	}*/
	/*body.volunteer h2.faq:before {
		content: "VOL";
	}*/
  /*@media (max-width: 767px) {
    body.info h2.faq:before {
      line-height: 44px;
      font-size: 16px; } }*/
/*body.info .content .slide:nth-child(even) {
  background: #e7e7e7; }*/
/*body.info .content h3 {
  font-weight: 200;
  font-size: 30px;
  color: #04609e;
  padding: 25px 0px 25px 100px;
  margin: 0;
  cursor: pointer;
  position: relative; }
  body.info .content h3:before {
    content: "";
    position: absolute;
    left: 42px;
    top: 25px;
    width: 34px;
    height: 34px;
    background-image: url(../img/icon-tips.svg), url(../img/button-bg.png); background-color: #04609e;}
  @media (max-width: 767px) {
    body.info .content h3 {
      font-size: 21px;
      padding-left: 70px; }
      body.info .content h3:before {
        left: 20px;
        top: 23px; } }
body.info .content h3:hover {background-color: #cccccc;}  
body.info .content h3:hover:before {
    background-image: url(../img/icon-tips.svg), url(../img/button-bg.png); background-color: #04609e}
body.info .content h3.ticketing-info:before {
  background-image: url(../img/icon-ticket.svg), url(../img/button-bg.png); background-color: #04609e}
body.info .content h3.ticketing-info:hover:before {
  background-image: url(../img/icon-ticket.svg), url(../img/button-bg.png); background-color: #04609e}
body.info .content h3.box-office:before {
  background-image: url(../img/icon-box-office.svg), url(../img/button-bg.png);
  background-size: 55% auto; background-color: #04609e}
body.info .content h3.box-office:hover:before {
  background-image: url(../img/icon-box-office.svg), url(../img/button-bg.png); background-color: #04609e}
body.info .content h3.ada:before {
  background-image: url(../img/icon-handicap.svg), url(../img/button-bg.png);
  background-size: 55% auto; background-color: #04609e}
body.info .content h3.ada:hover:before {
  background-image: url(../img/icon-handicap.svg), url(../img/button-bg.png); background-color: #04609e}
body.info .content h3.parking:before {
  background-image: url(../img/icon-parking.svg), url(../img/button-bg.png); background-color: #04609e}
body.info .content h3.parking:hover:before {
  background-image: url(../img/icon-parking.svg), url(../img/button-bg.png); background-color: #04609e}
body.info .content h3.rules:before {
  background-image: url(../img/icon-rules.svg), url(../img/button-bg.png); background-color: #04609e}
body.info .content h3.rules:hover:before {
  background-image: url(../img/icon-rules.svg), url(../img/button-bg.png); background-color: #04609e}
body.info .content h3.bring:before {
  background-image: url(../img/icon-briefcase.svg), url(../img/button-bg.png);
  background-size: 55% auto; background-color: #04609e}
body.info .content h3.bring:hover:before {
  background-image: url(../img/icon-briefcase.svg), url(../img/button-bg.png); background-color: #04609e}
body.info .content h3.question:before {
  background-image: url(../img/icon-faq.svg), url(../img/button-bg.png);
  background-size: 40% auto; background-color: #04609e}
body.info .content h3.question:hover:before {
  background-image: url(../img/icon-faq.svg), url(../img/button-bg.png); background-color: #04609e}
body.info .content .reveal {
  padding: 0 0 30px 100px;
  max-width: 800px;
  color: #04609e;
  display: none; }
  @media (max-width: 767px) {
    body.info .content .reveal {
      padding: 0 20px 20px 20px; } }*/
/*body.info .volunteer {*/
 /* background: black url(../img/volunteer-bg.jpg) no-repeat right center;*/
    /*background-color:#ffffff;
  background-size: cover;
  color: #04609e; }
  @media (max-width: 767px) {
    body.info .volunteer {
      background-size: 100% auto;
      background-position: right bottom; } }
  body.info .volunteer h2.volunteer {
    background: none; display:none; }
    body.info .volunteer h2.volunteer:before {
      background-image: url(../img/icon-volunteer.svg), url(../img/texture.png);
      background-size: 55% auto, auto auto;
      background-position: 13px center; }
      @media (max-width: 767px) {
        body.info .volunteer h2.volunteer:before {
          background-position: 7px center; } }
  body.info .volunteer .volunteer-content {
    padding: 0 0 85px 100px;
    max-width: 55%; }
    @media (max-width: 767px) {
      body.info .volunteer .volunteer-content {
        padding: 0 0 20px 20px;
        width: auto;
        max-width: 85%; } }
    body.info .volunteer .volunteer-content h3 {
      font-size: 30px;
      font-weight: 200; }
      @media (max-width: 767px) {
        body.info .volunteer .volunteer-content h3 {
          font-size: 21px; } }*/

body.news,
body.single-post {
  background: #f9f9f9; }
  body.news .container,
  body.single-post .container {
    padding: 20px 70px 50px;
    background: white;
    margin-bottom: 100px; }
    @media (max-width: 1100px) {
      body.news .container,
      body.single-post .container {
        padding: 20px 40px; } }
  /*body.news h2,
  body.single-post h2 {
    font-size: 48px;
    color: #04609e;
    border-bottom: solid 1px #7b7b7b;
    margin-bottom: 20px;
    margin-top: 50px;
    padding-bottom: 15px; }*/
    /*@media (max-width: 1100px) {
      body.news h2,
      body.single-post h2 {
        font-size: 36px; } }*/
    /*@media (max-width: 767px) {
      body.news h2,
      body.single-post h2 {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 20px; } }*/
    /*body.news h2 a,
    body.single-post h2 a {
      text-decoration: none; }*/
  /*body.news .featured-image,
  body.single-post .featured-image {
    padding-right: 50px; }*/
    /*@media (max-width: 767px) {
      body.news .featured-image,
      body.single-post .featured-image {
        padding: 0 0 10px 0; } }*/
    /*body.news .featured-image img,
    body.single-post .featured-image img {
      width: 100%;
      height: auto; }*/
  /*body.news .content,
  body.single-post .content {
    padding-top: 50px;
    position: relative; }*/
    /*@media (max-width: 767px) {
      body.news .content,
      body.single-post .content {
        padding-top: 10px; } }*/
    /*body.news .content .date,
    body.single-post .content .date {
      position: absolute;
      top: 0;
      right: 0;
      font-style: italic;
      font-size: 14px; }
      @media (max-width: 767px) {
        body.news .content .date,
        body.single-post .content .date {
          width: 100%;
          text-align: left;
          position: static;
          font-size: 12px;
          padding-bottom: 10px; } }
  body.news .social,
  body.single-post .social {
    position: relative;
    margin: 30px 0;
    padding: 35px 0;
    text-align: center; }
    @media (max-width: 767px) {
      body.news .social,
      body.single-post .social {
        padding: 20px 0 15px 0; } }
    body.news .social:before, body.news .social:after,
    body.single-post .social:before,
    body.single-post .social:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0px;
      width: 100%;
      height: 15px;
      background: url(../img/artist-sidebar-shadow.png) no-repeat center top;
      background-size: 100% auto; }
    body.news .social:after,
    body.single-post .social:after {
      top: auto;
      bottom: 0;
      transform: rotate(180deg); }
    body.news .social .links,
    body.single-post .social .links {
      text-align: center; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        body.news .social .links,
        body.single-post .social .links {
          width: 50%;
          display: inline-block; } }
      body.news .social .links .listen,
      body.single-post .social .links .listen {
        padding: 6px 45px; }
        @media (max-width: 1100px) {
          body.news .social .links .listen,
          body.single-post .social .links .listen {
            padding: 6px 25px; } }
        @media (max-width: 767px) {
          body.news .social .links .listen,
          body.single-post .social .links .listen {
            margin-bottom: 10px; } }
      body.news .social .links .ss-icon,
      body.single-post .social .links .ss-icon {
        font-size: 36px;
        color: #7b7b7b;
        display: inline-block;
        margin: 0 6px; }

body.single-post .featured-image {
  background: url() center top;
  background-size: cover;
  height: auto;
  padding: 30% 0 0 0;
  margin: 30px auto 0 auto; }
  @media (max-width: 767px) {
    body.single-post .featured-image {
      padding-top: 50%; } }
body.single-post .social {
  text-align: right; }
  body.single-post .social:before, body.single-post .social:after {
    display: none; }
  body.single-post .social .links {
    text-align: right; }
    body.single-post .social .links .ss-icon {
      margin: 0 0 0 20px; }*/

/*fixing news footer */

/*body.news .dates .container {padding: 0;
   background: none;
   margin-bottom: 0;}
body.news .dates .container .social {margin: 0;
   padding: 0;
    padding-top:3px;
   text-align: left;}
    
body.news .dates .container .social:before,body.news .dates .container .social:after {background:none;} */

.lightbox-contact-form h1{margin:0px 0px 20px 0px;}
.lightbox-contact-form .wpcf7-form-control-wrap{display:block; padding-top:6px;}
.lightbox-contact-form p{line-height:normal; padding:0px; margin:0px 0px 20px 0px;}

#accommodation .content-side .hotels-content{width:400px; height:538px; margin:auto; position:relative;}
#accommodation .content-side .hotels-content img{max-width:400px;}



.content-block.another-level{min-height:566px; color:#FFF; padding-top:30px;}
.content-block.another-level h3{font-size:30px; margin-bottom:10px;}
.content-block.another-level p{margin-bottom:30px; color:#FFF;}
.content-block.another-level h2:before {
	background-color: #007f8e;
	content: "";
	position: absolute;
	left: 28px;
	top: 0;
}
.content-block.another-level h2:before{
	background: url(../img/star-icon-white.png) 0 0px no-repeat;
    border-radius: 70px;
    color: #aaaaaa;
    display: inline-block;
    height: 70px;
    outline: 0 none;
    width: 70px;
}
.content-block.another-level h2{
	color: #FFF;
    font-family: "Nexa";
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: 0;
    padding: 0 0 0 120px;
    position: relative;
}

.pull-left{float:left;}
.pull-right{float:right;}

.content-block.vip-experience{padding:30px 0px;}
.content-block.vip-experience h2:before {
	background-color: #007f8e;
	content: "";
	position: absolute;
	left: 28px;
	top: 0;
}
.content-block.vip-experience h2:before{
	background: url(../img/star-icon.png) 0 0px no-repeat;
    border-radius: 70px;
    color: #aaaaaa;
    display: inline-block;
    height: 70px;
    outline: 0 none;
    width: 70px;
}
.content-block.vip-experience h2{
	color: #004060;
    font-family: "Nexa";
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: 0;
    padding: 0 0 0 120px;
    position: relative;
}

.content-block.ridesharing .pull-left{float:left; width:54%;}
.content-block.ridesharing .pull-right{float:right; float:right; width:40%;}

.content-block.vip-experience .container{overflow:visible;}
.content-block.vip-experience .container:after{clear:both; display:block; content:"";}
.content-block.vip-experience .pull-left{float:left; width:70%;}
.content-block.vip-experience .pull-left h3{color:#004060; font-size:30px; margin-bottom:10px;}
.content-block.vip-experience .pull-left p{color:#004060; margin-bottom:30px; line-height:160%;}
.content-block.vip-experience .pull-left ul{margin:0px 0px 40px 0px;}
.content-block.vip-experience .pull-left ul li{list-style-type:none; color:#004060; margin-bottom:8px; background: url(../img/bullet.png) 0 5px no-repeat; padding-left:35px;}
.content-block.vip-experience .pull-left ul li:last-child{margin-bottom:0px;}
.content-block.vip-experience .pull-right{float:right; float:right; width:28%;}
.content-block.vip-experience .pull-right .image{width:100%; margin-bottom:24px; box-shadow:0px 0px 7px rgba(0,0,0,0.20); border:solid 7px #FFFFFF; background: url(../img/vip-image1.jpg) 0 0px no-repeat;}
.content-block.vip-experience .pull-right .image img{display:block; max-width:100%;}
.content-block.vip-experience .pull-right .image:last-child{margin-bottom:0px;}

.small-wrapper{width:530px; text-align:left; padding-left:90px;}

.content-block.another-level.platinum{margin-bottom:0px;}
.content-block.another-level.platinum ul{margin:0px 0px 40px 0px;}
.content-block.another-level.platinum ul li{list-style-type:none; color:#FFF; margin-bottom:8px; background: url(../img/bullet-white.png) 0 5px no-repeat; padding-left:35px;}

.content-block{padding:20px 0px;}
.content-block p{color:#004060; margin-bottom:30px; line-height:160%;}

/*h2:before {
    background-color: #007f8e;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}*/

/*.content-block h2:before{
	background: url(../img/star-icon.png) 0 0px no-repeat;
    border-radius: 70px;
    color: #aaaaaa;
	left: 0px !important;
    display: inline-block;
    height: 70px;
    outline: 0 none;
    width: 70px;
}
.content-block h2{
	color: #004060;
    font-family: "Nexa";
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: 0;
    padding: 0 0 0 90px !important;
    position: relative;
}*/
/*.clearfix:after{clear:both; display:block; content:"";}*/

.media-gallery{padding:30px 0px;}
.media-gallery .container{text-align:center;}
.media-gallery .item{width:120px; height:120px; padding:3px; margin:4px; display:inline-block; border:solid 1px #CCC;}
.media-gallery .item img{max-width:100%; max-height:100%; min-width:100%; min-height:100%;}

.music-icon{width:30px; height:30px; display:inline-block; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease;}
.music-icon.pandora-icon{background: url(../img/pandora-icon.png) 0 0px no-repeat; background-size:100%;}
.music-icon.spotify-icon{background: url(../img/spotify-icon.png) 0 0px no-repeat; background-size:100%;}
.music-icon.rdio-icon{background: url(../img/rdio-icon.png) 0 0px no-repeat; background-size:100%;}
.music-icon.itunes-icon{background: url(../img/itunes-icon.png) 0 0px no-repeat; background-size:100%;}
.music-icon:hover{opacity:0.70;}

.artist-wrapper img{max-width:100%; width:100%;}

/*#map{height:500px;}*/

.listen-icons ul{margin:0px 0px 10px 0px; padding:0px 0px 0px 10px; text-align:left;}
.listen-icons ul:last-child{margin-bottom:0px;}
.listen-icons ul li{list-style-type:none; display:inline-block; margin-right:7px;}
.listen-icons ul li:last-child{margin-right:0px;}

#tickets .purchase .blurb, #tickets .purchase .link{padding:0px;}

@media (max-width: 767px) {
	.footer-right-icons .music-icon{width:16px; height:16px;}
	.listen-icons ul{text-align:center;}
}

.content-block .container .pull-left{padding-left:90px;}
.content-block .container h2{margin-bottom:30px;}

.hotels img{max-width:100%;}
.hotels .pull-left{float:left; width:53%;}
.hotels .pull-right{float:right;}

.content-block.homeshare{min-height:566px; padding-top:20px;}
.content-block.homeshare a{color:#D0D0D0;}
.content-block.homeshare a:hover{color:#85D6BC;}


.content-block.background, .content-block.homeshare, .vip-platinum-page-contents .content-block.another-level, .vip-platinum-page-contents .content-block.platinum{min-height:566px; padding-top:20px; background-size:cover;}
.content-block.background h2:before{
	background: url(../img/star-icon-white.png) 0 0px no-repeat;
    border-radius: 70px;
    color: #aaaaaa;
    display: inline-block;
    height: 70px;
    outline: 0 none;
    width: 70px;
}
.content-block.hotels{background:url(../img/section-texture-1.jpg) no-repeat scroll left top / cover rgba(0, 0, 0, 0);}
.content-block.bottlerock-buses{background:url(../img/section-texture-1.jpg) no-repeat scroll left top / cover rgba(0, 0, 0, 0);}
.content-block.bottlerock-buses .pull-left .button.texture{display:none;}
.content-block.bottlerock-buses h2:before{background: url(../img/icon-buses-.png) 0 0px no-repeat;}
.content-block.bottlerock-together h2:before{background: url(../img/br-web-car.png) 0 0px no-repeat;}
.content-block.rock-bikes h2:before{background: url(../img/br-web-bike.png) 0 0px no-repeat;}
.content-block.ridesharing{background:url(../img/section-texture-1.jpg) no-repeat scroll left top / cover rgba(0, 0, 0, 0);}
.content-block.ridesharing h2:before{background: url(../img/icon-rideshare.png) 0 0px no-repeat;}
.content-block.bottlerock-parking{background:url(../img/section-texture-1.jpg) no-repeat scroll left top / cover rgba(0, 0, 0, 0);}
.content-block.bottlerock-parking h2:before{background: url(../img/br-parking.png) 0 0px no-repeat; background-size:100%;}
.content-block.homeshare h2{color:#FFF;}
.content-block.homeshare h2:before{background: url(../img/br-web-homeshare.png) 0 0px no-repeat;}
.content-block.camping h2:before{background: url(../img/icon-camping.png) 0 0px no-repeat;}
.content-block.homeshare h3{color:#FFF;}
.content-block.homeshare p{color:#FFF;}

/*#location{background:url(../img/section-texture-1.jpg) no-repeat scroll left top / cover rgba(0, 0, 0, 0);}*/

.vip-platinum-page-contents .button.texture{display:none;}
.vip-platinum-page-contents ul li{font-size:14px; margin-bottom:7px;}
.vip-platinum-page-contents ul li:last-child{margin-bottom:0px;}

.content-block.background h2{color:#FFF;}
.content-block.background h3{color:#FFF;}
.content-block.background p{color:#FFF;}

/*.hotel-map{width:400px; position:relative;}*/
/*.hotel-map img{max-width:100%;}*/
/*.hotel-map .bed-icon{position:absolute; top:0px; left:0px;}*/
/*.hotel-map .bed-icon a{display:block; width:40px; height:40px; border-radius:100px; border:solid 1px #003F5E; position:relative;
	transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
}*/
/*.hotel-map .bed-icon a:before{position:absolute; width:96%; height:94%; top:2%; left:2%; z-index:10; background: url(../img/icon-hotels.svg) center center no-repeat; content:"";}*/
/*.hotel-map .bed-icon a:after{content:""; width:calc(100% + 4px); height:calc(100% + 4px); border-radius:100px; position:absolute; top:-2px; left:-2px; background-color:#003F5E;
	transition:all 0.2s ease; -moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease;
}*/
/*.hotel-map .bed-icon a:hover::after{transform: scale(0.75); -webkit-transform: scale(0.75); -moz-transform: scale(0.75); background-color:#9ED5BC;}*/

.hotel-map .bed-icon.icon1{top:63px; left:9px;}
.hotel-map .bed-icon.icon2{top:9px; left:99px;}
.hotel-map .bed-icon.icon3{top:39px; left:151px;}
.hotel-map .bed-icon.icon4{top:72px; left:178px;}
.hotel-map .bed-icon.icon5{top:110px; left:199px;}
.hotel-map .bed-icon.icon6{top:127px; left:84px;}
.hotel-map .bed-icon.icon7{top:146px; left:310px;}
.hotel-map .bed-icon.icon8{top:200px; left:181px;}
.hotel-map .bed-icon.icon9{top:343px; left:127px;}
.hotel-map .bed-icon.icon10{top:330px; left:198px;}

.hotel-map.camping .bed-icon a:before{background: url(../img/camping-icon.png) center center no-repeat; width:100%; height:100%; top:0px; left:0px;}
.hotel-map.camping .bed-icon.icon1{left:245px; top:116px;}

.transporation-page-contents .content-block.background{margin-bottom:0px;}

.content-block.rock-bikes{min-height:560px; background-position:top right; background-repeat:no-repeat;}

.content-block.ridesharing{min-height:560px;}

.home #transportation-highlight .grid .col-1-12{width:8%;}

#tickets .purchase .blurb p{line-height:150%;}
#tickets .purchase .blurb p:last-child{margin-bottom:0px;}

/*.admin-bar header{margin-top:32px}*/

@media (max-width: 767px) {
	#tickets .purchase .blurb p:last-child{margin-bottom:10px;}
}

@media (max-width: 1190px) {
	.content-block .container{padding-top:20px;}
	
	.hotels .pull-left{float:none; width:100%; margin-bottom:30px;}
	.hotels .pull-right{float:none;}
}

@media (max-width: 767px) {
	.small-wrapper{width:100%; padding-left:0px;}
	
	
    .content-block.ridesharing .pull-left{float:none; width:100%;}
    .content-block.ridesharing .pull-right{float:none; width:100%;}
    .content-block.ridesharing .pull-left h3{font-size:18px;}
    .content-block.ridesharing .pull-right .image{width:360px; margin:0px auto 20px auto;}
	.content-block.ridesharing h2:before{left:50% !important; margin-left:-20px; width:40px; height:40px; background-size:100%;}
	.content-block.vip-experience .pull-left{float:none; width:100%;}
	.content-block.vip-experience .pull-right{float:none; width:100%; padding-top:30px;}
	.content-block.vip-experience .pull-right .image{width:360px; margin:0px auto 20px auto;}
	.content-block.vip-experience h2:before{left:50% !important; margin-left:-20px; width:40px; height:40px; background-size:100%;}
	.content-block.vip-experience h2{text-align:center; padding:30px 0px 0px 0px !important; margin-bottom:20px; font-size:20px; height:auto;}
	.content-block.vip-experience .pull-left h3{font-size:18px;}
	
	.content-block .container{padding:20px;}
	.content-block.background h2:before{left:50% !important; margin-left:-20px; width:40px; height:40px; background-size:100%;}
	.content-block.background h2{text-align:center; padding:30px 0px 0px 0px  !important; margin-bottom:20px; font-size:20px; height:auto;}
	
	.content-block .container .pull-left{padding-left:0px;}
	
	.content-block h2:before{left:50% !important; margin-left:-20px; width:40px; height:40px; background-size:100%;}
	.content-block h2{text-align:center; padding:30px 0px 0px 0px !important; margin-bottom:20px; font-size:20px; height:auto; line-height:normal;}
	
	.content-block.homeshare h2:before{left:50%; margin-left:-20px; width:40px; height:40px; background-size:100%;}
	.content-block.homeshare h2{text-align:center; padding:30px 0px 0px 0px; margin-bottom:20px; font-size:20px; height:auto;}
	
	.content-block.rock-bikes h2:before{left:50% !important; margin-left:-20px; width:40px; height:40px; background-size:100%;}
	.content-block.rock-bikes h2{text-align:center; padding:30px 0px 0px 0px !important; margin-bottom:20px; font-size:20px; height:auto;}
	
	.content-block.bottlerock-buses h2:before{left:50% !important; margin-left:-20px; width:40px; height:40px; background-size:100%;}
	.content-block.bottlerock-buses h2{text-align:center; padding:30px 0px 0px 0px !important; margin-bottom:20px; font-size:20px; height:auto;}
	
	.content-block.another-level .container{padding-top:0px;}
	.content-block.another-level h2:before{left:50% !important; margin-left:-20px; width:40px; height:40px; background-size:100%;}
	.content-block.another-level h2{text-align:center; padding:30px 0px 0px 0px; margin-bottom:20px; font-size:20px; height:auto;}
	.content-block.another-level h3{font-size:18px;}
}
@media (max-width: 430px) {
	.content-block.vip-experience .pull-right .image{width:100%;}
	
	.hotel-map{width:280px;}
	.hotel-map .bed-icon a{display:block; width:25px; height:25px; background: url(../img/bed-icon.jpg) 0 0px no-repeat; background-size:100%;
		transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
	}
	.hotel-map .bed-icon a:hover{background-position:0px -23px;}
	.hotel-map .bed-icon.icon1{top:39px; left:3px;}
	.hotel-map .bed-icon.icon2{top:8px; left:85px;}
	.hotel-map .bed-icon.icon3{top:35px; left:105px;}
	.hotel-map .bed-icon.icon4{top:64px; left:127px;}
	.hotel-map .bed-icon.icon5{top:77px; left:188px;}
	.hotel-map .bed-icon.icon6{top:92px; left:42px;}
	.hotel-map .bed-icon.icon7{top:108px; left:217px;}
	.hotel-map .bed-icon.icon8{top:149px; left:110px;}
	.hotel-map .bed-icon.icon9{top:239px; left:152px;}
	.hotel-map .bed-icon.icon10{top:256px; left:88px;}
	
	.hotel-map.camping .bed-icon.icon1{top:86px; left:175px;}
}
