.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.shows-container {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #00f !important;
}
.shows {
  width: 948px;
  margin: 0 auto;
}
@media only screen and (max-width:1300px) {
  .shows {
    position: relative;
    left: -34px;
  }
}
@media only screen and (max-width:1000px) {
  .shows {
    width: 470px;
    left: 0;
  }
}
@media only screen and (max-width:690px) {
  .shows {
    width: auto;
  }
}
.shows h1 {
  display: block;
  border-bottom: 1px solid #000;
  margin: 0 13px 12px;
  padding: 0;
  height: 33px;
}
.shows h1 .label {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  background: #f5f5f5;
  padding-right: 16px;
  color: #000;
}
.shows nav {
  position: absolute;
  width: 100%;
}
.shows nav .previous-button,
.shows nav .next-button {
  padding: 54px 20px;
  cursor: pointer;
  opacity: 0.3;
  transition: all 300ms;
  position: absolute;
  top: 10px;
}
@media only screen and (max-width:1000px) {
  .shows nav .previous-button,
  .shows nav .next-button {
    padding: 129px 20px;
  }
}
.shows nav .previous-button:hover,
.shows nav .next-button:hover {
  opacity: 1;
}
.shows nav .previous-button {
  left: -38px;
}
@media only screen and (max-width:1000px) {
  .shows nav .previous-button {
    left: -41px;
  }
}
.shows nav .next-button {
  left: 934px;
}
@media only screen and (max-width:1000px) {
  .shows nav .next-button {
    left: 461px;
  }
}
.nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .button a {
  border-radius: 4px !important;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width:1000px) {
  .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .content h1,
  .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .content h2 {
    font-size: 36px !important;
  }
  .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .content p {
    font-size: 16px !important;
  }
  .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .content a {
    font-size: 12px !important;
  }
}
@media only screen and (max-width:690px) {
  .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .content h1,
  .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .content h2 {
    font-size: 24px !important;
  }
  .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .content p {
    font-size: 14px !important;
  }
  .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .content a {
    font-size: 11px !important;
  }
}
header#top nav > ul > li > a {
  font-size: 15px !important;
  font-weight: normal !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
header#top .sf-menu li ul li a {
  font-size: 15px !important;
  font-weight: normal !important;
}
ul.shows-list {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.shows-list li {
  list-style-type: none !important;
  margin: 10px;
  display: inline-block;
}
.show {
  background: #eee;
  width: 215px;
  height: 130px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 auto;
}
@media only screen and (max-width:690px) {
  .show {
    width: 280px;
    height: 174px;
  }
}
.show img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.show .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: left;
  display: table;
  background: rgba(0,0,0,0);
  transition: all 200ms;
}
.show .text:hover {
  background: rgba(0,0,0,0.3);
}
.show .text:hover >.inner >.inner {
  top: 0;
}
.show .text:hover >.inner >.inner .details {
  opacity: 1;
}
.show .text >.inner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
  color: #fff;
  text-shadow: 0px 1px 1px #000;
  padding: 10px 15px;
  background-color: rgba(0,0,0,0);
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background-image: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}
.show .text >.inner >.inner {
  position: relative;
  top: 18px;
  transition: all 200ms;
}
.show .text >.inner >.inner .name {
  font-size: 17px;
  font-weight: 600;
  max-height: 24px;
  overflow: hidden;
}
.show .text >.inner >.inner .details {
  font-size: 12px;
  position: relative;
  top: -4px;
  max-height: 18px;
  overflow: hidden;
  opacity: 0;
  transition: all 200ms;
}
.featured-show {
  width: 450px;
  height: 280px;
  display: inline-block;
  margin: 10px;
  margin-right: 9px;
  position: relative;
  left: 5px;
}
@media only screen and (max-width:1000px) {
  .featured-show {
    left: 0;
  }
}
@media only screen and (max-width:690px) {
  .featured-show {
    width: 280px;
    height: 174px;
  }
}
.featured-shows {
  padding-top: 20px;
}
@media only screen and (max-width:690px) {
  .featured-shows {
    padding-bottom: 40px;
  }
}
.featured-shows >.inner {
  vertical-align: top;
  text-align: center;
  position: relative;
  left: -2px;
}
.more-featured-shows {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
@media only screen and (max-width:1300px) {
}
@media only screen and (max-width:1000px) {
  .more-featured-shows {
    width: auto;
  }
}
@media only screen and (max-width:690px) {
  .more-featured-shows {
    width: auto;
  }
}
body.home .home_area2_p {
  max-width: 420px;
}
body.home .special-announcement {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 11;
}
@media only screen and (max-width:690px) {
  body.home .special-announcement {
    display: none;
  }
}
body.home .download-buttons {
  text-align: center;
  margin: 0 auto;
}
body.home .download-buttons a {
  margin: 0 6px;
  position: relative;
  transition: all 200ms;
  //-webkit-transition: all 200ms;
  top: 0;
}
body.home .download-buttons a:hover {
  top: -4px;
}
body.home .download-buttons a img {
  display: inline-block;
}
body.home .shows-container {
  height: 875px;
}
@media only screen and (max-width:1000px) {
  body.home .shows-container {
    height: 1425px;
  }
}
@media only screen and (max-width:690px) {
  body.home .shows-container {
    height: auto;
  }
}
@media only screen and (max-width:690px) {
  body.home .recent-shows,
  body.home .behind-the-scenes {
    display: none;
  }
}
.page-template-template-reliveaustin-lively-php #do206-container {
  position: relative;
  margin-top: -4px;
}
.page-template-template-reliveaustin-lively-php #do206-container #do206-iframe {
  width: 100%;
  height: 1000px;
}
.page-template-template-reliveaustin-lively-php .container-wrap {
  margin-top: 0;
}
.container-wrap {
  padding-bottom: 0 !important;
}
.promos {
  padding: 40px 0;
  text-align: center;
}
.promos .promo {
  margin: 10px;
  display: inline-block;
}
@media only screen and (max-width:1300px) {
  .promos .promo {
    width: 420px;
  }
}
@media only screen and (max-width:1000px) {
  .promos .promo {
    width: auto;
  }
}
#mobile-menu #mobile-search,
header#top nav ul #search-btn {
  display: none !important;
}
#menu-about-menu li.current_page_item a {
  color: #00babe;
}
#menu-about-menu li a {
  color: #888;
}
#menu-about-menu li a:hover {
  color: #00babe;
}
#footer-outer {
  z-index: 11;
}
@media only screen and (max-width:1000px) {
  #footer-outer .widget {
    margin-bottom: 0 !important;
  }
}
#footer-widgets .col_last {
  display: none !important;
}
#footer-widgets .span_6 {
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width:1000px) {
  #footer-widgets ul#menu-footer-menu {
    margin: 0 auto;
    text-align: center;
  }
}
#footer-widgets ul#menu-footer-menu >li {
  width: 19%;
  min-width: 100px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width:1000px) {
  #footer-widgets ul#menu-footer-menu >li {
    display: block;
    width: auto;
    margin-bottom: 10px !important;
  }
}
#footer-widgets ul#menu-footer-menu a {
  border-bottom: none !important;
}
#footer-widgets ul#menu-footer-menu ul.sub-menu {
  position: relative;
  top: -10px;
  font-size: 11px;
  margin: 0;
  padding: 0;
  color: #999 !important;
}
@media only screen and (max-width:1000px) {
  #footer-widgets ul#menu-footer-menu ul.sub-menu {
    display: none;
  }
}
#footer-widgets ul#menu-footer-menu ul.sub-menu li {
  margin: 0;
  padding: 0;
  display: block;
}
#footer-widgets ul#menu-footer-menu ul.sub-menu li a {
  margin: 0;
  padding: 0;
  height: 18px;
}
.videoPlayerModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1000000;
  cursor: pointer;
  display: table;
}
.videoPlayerModal >.inner {
  cursor: default;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.videoPlayerModal >.inner iframe {
  margin: 0 auto;
  width: 560px;
  height: 315px;
}
@media only screen and (min-width:1000px) {
  .videoPlayerModal >.inner iframe {
    width: 840px;
    height: 472.5px;
  }
}

