/*LB - Using SASS now install with gem install sass
Then
sass --watch wp-content/themes/solid-sound/css/app.scss
*/
.table {
  display: table; }

.tablecell {
  display: table-cell; }

#photo_orbit {
  background: url(../images/foundation/orbit/loading.gif) center center #f4f4f4;
  margin-bottom: 20px; }
  #photo_orbit img {
    display: none;
    width: 100%; }
  #photo_orbit.orbit {
    background: none; }
  #photo_orbit.orbit img {
    display: block; }
  #photo_orbit .slide-link {
    display: block;
    background: #ffffff;
    padding: 5px 10px;
    color: #4bc44d;
    position: absolute;
    left: 20px;
    bottom: 50px; }
    #photo_orbit .slide-link h2 {
      display: inline-block;
      margin: 0;
      color: #4bc44d;
      line-height: 1em;
      padding: 0; }

div.slide.featured-video {
  background: #111111; }
  div.slide.featured-video h2 {
    color: white;
    margin-bottom: 1em; }
  div.slide.featured-video img {
    width: 640px !important; }
  div.slide.featured-video .wrap {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 50px;
    position: absolute; }
  div.slide.featured-video iframe {
    height: 100%;
    width: 100%;
    margin: 0 auto; }
  div.slide.featured-video .table {
    height: 100%;
    width: 100%; }
  div.slide.featured-video .tablecell {
    vertical-align: top;
    height: 100%;
    width: 100%;
    text-align: center; }

div.orbit-wrapper ul.orbit-bullets {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0; }
  div.orbit-wrapper ul.orbit-bullets li {
    background-image: none;
    border: 1px solid white;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    border-radius: 10px; }
    div.orbit-wrapper ul.orbit-bullets li.active {
      background-color: #5db1ff; }
div.orbit-wrapper div.slider-nav span.left, div.orbit-wrapper div.slider-nav span.right {
  background: url("../images/ss_narrow_arrows.png?v=123");
  width: 24px;
  background-size: auto;
  height: 74px; }
div.orbit-wrapper div.slider-nav span.left {
  background-position: 0 0; }
  div.orbit-wrapper div.slider-nav span.left:hover {
    background-position: 0px -74px; }
div.orbit-wrapper div.slider-nav span.right {
  background-position: -24px 0; }
  div.orbit-wrapper div.slider-nav span.right:hover {
    background-position: -24px -74px; }
div.orbit-wrapper div.timer {
  display: none; }

.ticket-alert {
  position: absolute;
  top: 20px;
  left: 0px;
  background: white;
  padding: 5px;
  color: red;
  max-width: 40%;
  z-index: 100; }

#galleries, .lineup-artists {
  text-align: center; }
  #galleries .post, .lineup-artists .post {
    display: inline-block;
    margin-right: 40px; }
    #galleries .post h2, .lineup-artists .post h2 {
      display: inline-block;
      margin-bottom: 20px; }

#supersized_modal {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 110; }
  #supersized_modal iframe {
    width: 100%;
    height: 100%; }

#controls {
  position: absolute;
  top: 20px;
  right: 50px; }
  #controls > a {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    background: url("../images/ss_gallery_controls_sprite.png") top left no-repeat;
    height: 37px;
    width: 37px; }
    #controls > a#prevslide {
      background-position: 0 0; }
      #controls > a#prevslide:hover {
        background-position: 0 -37px; }
    #controls > a#pauseplay {
      background-position: -140px 0; }
      #controls > a#pauseplay:hover {
        background-position: -140px -37px; }
      #controls > a#pauseplay.paused {
        background-position: -50px 0; }
        #controls > a#pauseplay.paused:hover {
          background-position: -50px -37px; }
    #controls > a#nextslide {
      background-position: -100px 0; }
      #controls > a#nextslide:hover {
        background-position: -100px -37px; }

.reveal-modal a.close-reveal-modal.supersized-close {
  background: url("../images/ss_gallery_controls_sprite.png") top left no-repeat;
  height: 37px;
  width: 37px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-position: -190px 0px; }
  .reveal-modal a.close-reveal-modal.supersized-close:hover {
    background-position: -190px -37px; }

.extrawide-orbit-wrapper {
  position: relative; }

@media only screen and (min-width: 1200px) {
  ul.orbit-bullets {
    left: 230px; }

  .extrawide-orbit-wrapper {
    margin-left: -130px;
    margin-right: -130px;    
    width: auto; } }
@media only screen and (max-width: 1200px) {
  .extrawide-orbit-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    width: auto; } }
.location_details {
  line-height: 28px; }

.hotel-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url("../images/ss_hotel_icons.png") top left no-repeat;
  text-indent: -9999px; }
  .hotel-icon.shuttle {
    margin-right: 5px; }
  .hotel-icon.lodging-budget {
    background-position: -28px 0; }
  .hotel-icon.lodging-chain {
    background-position: -56px 0; }
  .hotel-icon.lodging-bb {
    background-position: -84px 0; }
  .hotel-icon.lodging-luxury {
    background-position: -112px 0; }

.post.lodging {
  position: relative; }
  .post.lodging h2 {
    float: left;
    margin-right: 10px; }
  .post.lodging .icons {
    float: left; }

.sidebar-box {
  margin-top: 110px; }
  .sidebar-box .circles {
    float: right;
    background: url("../images/ss_rightbar_bg.png") top left no-repeat;
    width: 160px;
    height: 583px; }
    .sidebar-box .circles .item {
      color: white;
      text-align: center;
      width: 100%;
      height: 25%;
      display: table;
      font-weight: bold; }
      .sidebar-box .circles .item .inner {
        display: table-cell;
        font-family: "BebasNeueRegular";
        vertical-align: middle; }
      .sidebar-box .circles .item a {

        color: white; }
  .sidebar-box p {
    line-height: normal; }

body.home .sidebar-box {
  margin-top: 0; }

body.single .post-box {
  margin-top: 90px; }

.post.lodging br {
  line-height: 0;
  height: 0; }

@media only screen and (max-width: 900px) {
  .header {
    height: auto !important; }

  div.logo_holder {
    display: block;
    width: auto;
    position: static;
    margin: 80px 5px 10px 5px; }

  div.navigation {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background: #3399ff;
    padding: 10px 0; }
    div.navigation div.share_site {
      display: none; }

  ul.nav-bar {
    margin: 0 10px;
    /*fight to override foundations box-shadows */ }
    ul.nav-bar > li, ul.nav-bar > li:last-child {
      display: inline-block;
      margin: 0 10px 0 0;
      box-shadow: none;
      -moz-box-shadow: none; }
    ul.nav-bar > li a {
      padding: 0 4px; }

  .slide-link h2, .ticket-alert h2 {
    font-size: 20px; }

  .slide-link {
    top: 5px;
    bottom: auto !important; }

  .pad-mobile {
    margin: 0 5px; }

  #content {
    margin: 0 5px; }

  div.extrawide-orbit-wrapper {
    margin-left: -5px;
    margin-right: -5px; }

  div.orbit-wrapper ul.orbit-bullets {
    bottom: 5px; }

  .nav-placeholder {
    height: 10px; }

  h1, h1.big-top-margin {
    margin-top: 10px; }

  #category_nav {
    margin-bottom: 0px;
    height: auto; }

  body.single .post-box {
    margin-top: 10px;
	padding: 0 5%; }

  .sidebar-box .circles {
    display: none;
    /*lb - this didnt quite work */
    -webkit-transform: rotate(-90deg);
    margin: 0 auto;
    float: none; }
    .sidebar-box .circles .item {
      -webkit-transform: rotate(-270deg); }

  footer {
    padding: 5px; }

  #main div.redtape {
    font-size: 16px;
    padding: 10px;
    left: 0;
    max-width: 50%; }

  #main #controls > a {
    zoom: 0.5; }

  #supersized_modal .supersized-close {
    zoom: 0.5; }

  .topspin-holder {
    display: none; } }
@media only screen and (max-width: 1200px) {
  #content {
    margin: 0 5px; } }
