body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #489fd9;
}

.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-text {
  margin-top: 24px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  height: 74px;
  background-color: #000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
  color: #fff;
}

.nav-link {
  padding: 26px 17px;
  float: left;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, .5);
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #4dbd90;
  color: #4dbd90;
}

.nav-link.menu {
  color: #fff;
}

.section {
  position: static;
  padding: 70px 15px;
  background-color: #000;
}

.section.main {
  margin-top: 74px;
  padding-top: 70px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.section.main.intro {
  position: relative;
  height: 50vw;
  min-height: 480px;
  padding: 160px 16px 40px;
  background-image: -webkit-linear-gradient(90deg, #000 1%, rgba(0, 0, 0, .01) 96%), url('/assets/2016/images/intro.png');
  background-image: linear-gradient(0deg, #000 1%, rgba(0, 0, 0, .01) 96%), url('/assets/2016/images/intro.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 120%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  color: #939596;
  font-size: 14px;
}

.section.footer.copyright.text-center {
  border-top: 1px solid hsla(0, 0%, 100%, .15);
  background-color: #000;
}

.section.footer.contact.text-light-grey {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
}

.section.purple {
  background-color: #dde7ed;
}

.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.section.studio {
  position: relative;
  padding-top: 140px;
  background-color: #000;
  background-image: url('/assets/2016/images/studio1-45e2c1c2c7fce6503a4ad5396197d15f.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: left;
}

.section.designer {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.black.map {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.service {
  display: block;
}

.section.bg-black-light.info-section {
  padding: 0px;
}

.section.bg-red.ribbon {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section.ribbon.bg-black-light {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section.preview-info {
  padding: 0px;
  text-align: left;
}

.section.preview-info.bg-black-light {
  padding: 0px;
}

.section.intro-video {
  height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section.intro-video.bg-black-light {
  position: relative;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.intro-video.service {
  position: relative;
  height: 80px;
  margin-top: 0px;
  background-color: #2c2c2c;
  opacity: 1;
}

.section.event-info {
  position: relative;
  margin-top: 74px;
  padding-top: 70px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.section.apply-audition {
  display: none;
  background-color: #f7f7f7;
}

.section.audition-audio-listing {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}

.section.press-release {
  display: none;
  padding: 30px;
  background-color: #1c1c1c;
  background-image: none;
  background-position: 0px 0px;
}

.section.bian-cover {
  position: relative;
  min-height: 40vw;
  margin-top: 74px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-linear-gradient(180deg, #000, rgba(28, 28, 28, .1)), url('/assets/2016/images/bian-bg.png');
  background-image: linear-gradient(270deg, #000, rgba(28, 28, 28, .1)), url('/assets/2016/images/bian-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.bian-pics {
  padding: 0px;
}

.section.sponsors {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.nav-menu {
  float: right;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Fontawesome, sans-serif;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.text-white {
  width: 42px;
  height: 42px;
  margin-right: 0px;
  padding: 0px 10px;
  float: left;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #939596;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #9c9c9c;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  margin-top: 3px;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.section-subtitle {
  margin-bottom: 68px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  display: block;
  overflow: hidden;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: #fff;
  color: #2b2b2b;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  text-align: left;
}

.feature-row {
  margin-bottom: 14px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 16.6%;
}

.nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.text-white {
  height: 71px;
  font-size: 14px;
}

.nav-link.translate {
  color: #fff;
  text-align: center;
}

.nav-link.nav-link.hide-on-sm.translate.bg-red {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link.nav-link.hide-on-sm.translate.bg-red:hover {
  box-shadow: none;
}

.nav-link.nav-link.hide-on-sm.translate.bg-red.w--current {
  border-color: transparent;
  box-shadow: inset 0 0 0 5px #b23135;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.nav-link.nav-link.hide-on-sm.translate.bg-red.btn-buy-tickets {
  display: none;
  height: 74px;
}

.nav-link.nav-link.hide-on-sm.translate.bg-red.apply-now {
  display: none;
}

.nav-link.nav-link.hide-on-sm.translate.bg-black-light {
  display: block;
  width: 70px;
  height: 100%;
  background-color: #2c2c2c;
  box-shadow: inset 0 1px 0 0 transparent;
  text-align: center;
}

.nav-link.nav-link.hide-on-sm.translate.bg-black-light.temp-hidden {
  display: none;
}

.logo-img {
  height: 50px;
  margin-top: 11px;
  padding-top: 0px;
}

.logo-img.hidden {
  display: none;
}

.promotional-text {
  position: relative;
  z-index: 11;
  overflow: hidden;
  font-size: 38px;
  line-height: 48px;
  font-weight: 300;
}

.promotional-heading {
  font-size: 22px;
}

.triangle-down {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  background-color: #684297;
  -webkit-transform: scale(1.02) rotate(45deg);
  -ms-transform: scale(1.02) rotate(45deg);
  transform: scale(1.02) rotate(45deg);
  text-align: center;
}

.triangle-wrap {
  padding-top: 0px;
  text-align: center;
}

.text-white {
  float: none;
  color: #fff;
}

.text-white.text-right.section-description {
  color: #f5f5f5;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
}

.text-white.stylist-description {
  margin-top: 5px;
}

.text-white.text-light.text-center {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-white.info-description {
  margin-bottom: 10px;
}

.text-white.modal-title-text {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.text-right {
  text-align: right;
}

.text-center {
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
}

.text-center.text-inline {
  display: inline-block;
  color: #939596;
}

.text-center.text-inline.text-light-grey {
  color: #939596;
}

.text-center.intro-slogan {
  margin-top: 0px;
  margin-bottom: 10px;
  opacity: 1;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
}

.text-center.event-local {
  color: #8e8e8e;
  text-align: left;
}

.text-center.audition-title {
  margin-bottom: 40px;
}

.pricing-heading {
  padding: 15px;
}

.pricing-heading.title.whitesmoke.text-center {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;
}

.whitesmoke {
  border: 1px none #000;
  background-color: #f0f0f0;
}

.pricing-item-heading {
  padding: 15px;
}

.pricing-row {
  position: relative;
  border-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f5f5f5;
}

.pricing-item-price {
  position: absolute;
  top: 0%;
  right: 0px;
  bottom: 0%;
  display: block;
  margin-top: 0%;
  padding: 15px 15px 15px 30px;
  float: none;
  clear: none;
  text-align: left;
  list-style-type: none;
}

.designer-name {
  margin-bottom: 0px;
}

.designer-title {
  color: #c9c9c9;
  font-size: 20px;
}

.map-type-tab {
  width: 50%;
  float: left;
}

.map-wrap {
  padding-right: 0px;
  padding-left: 0px;
}

.map {
  display: block;
  color: #282a2e;
}

.text-light-grey {
  color: #939596;
}

.footer-item {
  line-height: 22px;
}

.footer-item.text-light-grey {
  margin-right: 10px;
  float: left;
  font-size: 15px;
}

.text-inline {
  display: inline;
  color: #fff;
}

.footer-link {
  display: inline;
  color: #939596;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
}

.footer-link.text-white {
  text-decoration: none;
}

.item-label {
  display: inline;
  width: 40px;
  float: left;
}

.item-label.social-link {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 18px;
}

.item-content {
  display: inline;
  color: #fff;
}

.item-content.text-white {
  float: left;
}

.dotvici-logo {
  display: inline;
  height: 30px;
  float: none;
}

.designer-img {
  padding-right: 0px;
  padding-left: 0px;
}

.designer-body {
  padding: 0px 15px;
}

.designer-item {
  min-height: 200px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('/assets/2016/images/alen-93bca5075fc98a7da01f45c76d03b0dc.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.social-network {
  font-family: 'Arbutus Slab', sans-serif;
}

.social-link {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.footer-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.studio-description {
  padding-right: 50px;
}

.fixed-footer-mobile {
  display: none;
}

.footer-button.bg-red.btn-purchase {
  display: none;
}

.footer-button.bg-red.btn-purchase.btn-buy-tickets {
  display: block;
}

.item-name {
  padding-right: 75px;
}

.item-price {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 75px;
  padding: 15px;
  border-left: 1px solid #f5f5f5;
  background-color: transparent;
  line-height: 22%;
  text-align: center;
}

.price-text {
  position: absolute;
  left: 15px;
  top: 50%;
  display: block;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #684297;
  line-height: 22px;
  font-weight: 500;
}

.name-text {
  padding: 15px;
}

.translate-text {
  font-size: 15px;
}

.bg-brand {
  background-color: #b23135;
}

.bg-brand.nav-link {
  background-color: #d6ceab;
}

.bg-brand.nav-link.buy-ticket {
  background-color: #bca483;
  color: #000;
}

.bg-brand.btn-submit {
  min-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
}

.bg-black-light {
  background-color: #1c1c1c;
}

.bg-red {
  background-color: #b23135;
}

.text-light {
  font-weight: 300;
}

.text-light.text-center.event-local {
  font-weight: 400;
}

.text-light.text-sm {
  font-size: 14px;
  line-height: 20px;
}

.text-gold {
  color: #beac92;
}

.info-left-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .6), hsla(0, 0%, 100%, 0)), url('/assets/2016/images/liu-3b958b97bb80226726048648641a11dd.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .6), hsla(0, 0%, 100%, 0)), url('/assets/2016/images/liu-3b958b97bb80226726048648641a11dd.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.info-left-bg.bg-black {
  background-image: url('/assets/2016/images/liu-3b958b97bb80226726048648641a11dd.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.info-wrap {
  padding: 0px;
}

.info-wrap.info-left-bg {
  position: static;
  padding-top: 70px;
  padding-bottom: 70px;
}

.info-wrap.info-right-bg {
  position: static;
  padding-top: 70px;
  padding-bottom: 70px;
}

.info-right-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .6), hsla(0, 0%, 100%, 0)), url('/assets/2016/images/theatre3-b1bccc9429ee7902438104eaaaba93e4.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .6), hsla(0, 0%, 100%, 0)), url('/assets/2016/images/theatre3-b1bccc9429ee7902438104eaaaba93e4.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.user-name {
  font-weight: 400;
}

.contact-info {
  margin-bottom: 5px;
  color: #939596;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
}

.brand-link {
  height: 100%;
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.preview-info-wrap.info-left {
  background-image: url('/assets/2016/images/liu-3b958b97bb80226726048648641a11dd.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.preview-info-wrap.left {
  padding-right: 0px;
  padding-left: 0px;
}

.preview-info-wrap.right {
  padding-right: 0px;
  padding-left: 0px;
}

.info-left {
  background-image: url('/assets/2016/images/liu-3b958b97bb80226726048648641a11dd.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.info-right {
  background-image: url('/assets/2016/images/theatre3-b1bccc9429ee7902438104eaaaba93e4.png');
  background-position: 50% 100%;
  background-size: cover;
}

.info {
  background-image: none;
}

.info.info-bian {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .6) 40%, hsla(0, 0%, 100%, 0) 98%), url('/assets/2016/images/DSC4049.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 40%, hsla(0, 0%, 100%, 0) 98%), url('/assets/2016/images/DSC4049.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.info.info-audition {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .6) 40%, hsla(0, 0%, 100%, 0)), url('/assets/2016/images/theatre3-b1bccc9429ee7902438104eaaaba93e4.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 40%, hsla(0, 0%, 100%, 0)), url('/assets/2016/images/theatre3-b1bccc9429ee7902438104eaaaba93e4.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.video-play-btn {
  display: inline-block;
  width: 52px;
  height: 52px;
  padding: 0px 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .6);
}

.video-play-btn.bg-red {
  width: 52px;
  height: 52px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .6);
  opacity: 1;
}

.video-play-btn.audio-play-btn {
  width: 60px;
  height: 60px;
}

.play-icon {
  padding-top: 13px;
  padding-left: 2px;
}

.play-icon.audio {
  position: absolute;
  left: 50%;
  top: 50%;
  padding-top: 0px;
  padding-left: 3px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: inline-block;
  text-align: center;
}

.info-text-wrap {
  position: absolute;
  width: 50%;
  padding: 70px 15px;
  background-image: none;
}

.info-text-wrap.wrap-right {
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.info-item {
  position: relative;
}

.info-item.text-white.audition-info {
  display: block;
  margin-bottom: 10px;
}

.info-name {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  float: none;
  text-align: left;
}

.info-key {
  position: static;
  left: 80px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 40px;
  padding-left: 90px;
  float: left;
  font-size: 16px;
}

.contact-wrap {
  margin-top: 10px;
}

.contact-link {
  display: block;
  text-decoration: none;
}

.video-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1200;
  display: none;
  background-color: #000;
}

.video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: 100%;
}

.modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1300;
}

.modal-close.close-modal {
  top: 15px;
  right: 15px;
}

.close-icon {
  width: 42px;
  height: 42px;
  padding: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}

.trademark {
  display: inline;
  font-size: 10px;
  line-height: 0px;
}

.main-heading {
  display: inline;
}

.enter-rule-item {
  margin-bottom: 10px;
  font-size: 15px;
}

.inline-text {
  display: inline;
}

.finalist-reward-item {
  margin-bottom: 10px;
}

.audition-info-block {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.info-block-heading {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.audio-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 48px;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, .1);
  border-bottom-style: solid;
  text-decoration: none;
}

.audio-item.last {
  border-style: none;
}

.audio-item.bian-profile {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.audio-table {
  padding-top: 30px;
  padding-bottom: 30px;
}

.audio-play-btn-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
}

.audio-play-btn {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid #b23135;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: none;
}

.audio-info-body {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 140px;
  float: none;
}

.audio-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b23135;
  font-size: 15px;
  font-weight: 500;
}

.audio-description {
  margin-bottom: 20px;
  font-size: 15px;
}

.audition-title {
  margin-bottom: 30px;
}

.apply-heading {
  margin-bottom: 30px;
  text-transform: capitalize;
}

.form-group {
  margin-bottom: 20px;
}

.form-input {
  border-radius: 4px;
  font-size: 15px;
}

.form-label {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.form-wrap {
  margin-right: auto;
  margin-left: auto;
}

.list {
  font-size: 15px;
}

.btn-submit {
  height: 48px;
  min-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #2c2c2c;
  text-transform: uppercase;
}

.btn-submit.brand {
  background-color: #b23135;
}

.btn-submit.brand.btn-block {
  width: 100%;
}

.audio-download-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 32px;
}

.download-btn {
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #b23135;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  color: #b23135;
  font-size: 15px;
  line-height: 25px;
}

.download-btn:hover {
  color: #b23135;
}

.inline-link {
  color: #b23135;
  text-decoration: none;
}

.inline-link.inbody-link {
  color: hsla(0, 0%, 100%, .54);
}

.inline-link.performer-link {
  display: block;
  color: #fff;
}

.info-btn {
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: rgba(44, 44, 44, .6);
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  text-transform: uppercase;
}

.info-btn-wrap {
  max-width: 600px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

._w-radio {
  padding: 10px 15px 10px 35px;
}

.radio-group {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  background-color: #fff;
}

._w-checkbox {
  margin-bottom: 10px;
  padding: 10px 15px 10px 35px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  background-color: #fff;
}

._w-form-label {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
}

.audition-info-key {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 120px;
  font-weight: 500;
  text-align: left;
}

.audition-info-value {
  width: 100%;
  padding-left: 140px;
  float: left;
}

.audition-info-wrap {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-size: 15px;
}

.winner-info {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
}

.press-release-heading.text-white {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.press-info-wrap.text-white {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.press-item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px none hsla(0, 0%, 100%, .05);
  font-weight: 400;
}

.press-item.last {
  border-bottom: 1px none #000;
}

.press-item-label {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 120px;
  color: #939596;
  font-weight: 400;
  text-align: left;
}

.press-content {
  width: 100%;
  padding-left: 140px;
  float: left;
  text-align: left;
}

.press-content.extra-info {
  padding-left: 0px;
  text-align: left;
}

.ticket-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1999;
  display: none;
  overflow: visible;
  background-color: transparent;
}

.ticket-modal-header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 70px;
  background-color: #1c1c1c;
}

.modal-title {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 15px;
}

.modal-footer {
  width: 100%;
  height: 52px;
  border-radius: 4px;
  background-color: #b23135;
  text-transform: uppercase;
}

.ticket-form-block {
  position: static;
  left: 0px;
  top: 70px;
  right: 0px;
  bottom: 52px;
  overflow: scroll;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
}

.modal-backdrop {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .9);
}

.modal-content {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  overflow: hidden;
  width: 400px;
  margin: 100px auto;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.modal-body {
  position: absolute;
  left: 0px;
  top: 70px;
  right: 0px;
  bottom: 0px;
  overflow: scroll;
  padding: 15px;
  background-color: #fff;
}

.ticket-modal-hint {
  margin-bottom: 20px;
}

.landing-page {
  background-color: #000;
}

.city-of-vancouver-logo-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 11;
  height: 70px;
  padding: 8px 16px;
  float: right;
}

.city-logo {
  height: 100%;
}

.news-slider-section {
  position: relative;
  background-color: #1c1c1c;
}

.news-slider {
  height: auto;
  min-height: 180px;
  background-color: transparent;
}

.news-slider-arrow {
  display: none;
}

.full-width-info {
  min-height: 50vw;
}

.full-width-info.info {
  position: relative;
  min-height: 40vw;
}

.full-width-info.info.info-bian {
  position: relative;
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.full-width-info.info.temp-hidden {
  display: none;
}

.performer-info-expander {
  position: relative;
  padding-top: 50%;
}

.performer-info-expander.full-width-expander {
  padding-top: 40%;
}

.wrap-black {
  background-color: rgba(0, 0, 0, .54);
}

.full-width-info-row {
  min-height: 100%;
}

.full-width-info-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.full-width-info-bg.bg-left {
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  width: 50%;
}

.full-width-info-bg.bg-left.bg-bian {
  background-image: -webkit-linear-gradient(189deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/DSC4049.png');
  background-image: linear-gradient(261deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/DSC4049.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-width-info-bg.bg-audition {
  background-image: url('/assets/2016/images/theatre3-b1bccc9429ee7902438104eaaaba93e4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-width-info-bg.bg-audition.bg-right {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  background-image: -webkit-linear-gradient(0deg, #000, rgba(28, 28, 28, .1)), url('/assets/2016/images/theatre3-b1bccc9429ee7902438104eaaaba93e4.png');
  background-image: linear-gradient(90deg, #000, rgba(28, 28, 28, .1)), url('/assets/2016/images/theatre3-b1bccc9429ee7902438104eaaaba93e4.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.news-slider-nav {
  display: block;
  margin-bottom: 10px;
}

.news-slide-content-wrap {
  padding: 70px 16px 98px;
  color: #fff;
  text-align: center;
}

.news-slide-heading {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.new-slide-body {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 100%, .54);
  line-height: 22px;
  text-align: left;
}

.news-slide {
  height: auto;
  background-color: #1c1c1c;
}

.full-width-info-text-wrap {
  width: 50%;
  padding: 70px 30px;
}

.full-width-info-text-wrap.right {
  float: right;
}

.full-width-info-heading {
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}

.full-width-info-body {
  color: hsla(0, 0%, 100%, .54);
}

.bg-right {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
}

.performer-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.performer-bg.bg-left {
  right: auto;
  width: 50%;
}

.performer-bg.bg-left.bg-bian {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/bian.png');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/bian.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.bg-bian.full-width {
  background-position: 0px 0px, 50% 50%;
}

.performer-bg.bg-left.bg-omar {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/omar.png');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/omar.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.bg-ren {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/ren.png');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/ren.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.bg-isaias {
  background-image: url('/assets/2016/images/isaias.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.performer-bg.bg-left.bg-robert {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/robert.png');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/robert.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.bg-hao {
  background-image: -webkit-linear-gradient(180deg, #000, hsla(0, 0%, 100%, .1)), url('/assets/2016/images/hau.png');
  background-image: linear-gradient(270deg, #000, hsla(0, 0%, 100%, .1)), url('/assets/2016/images/hau.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.bg-yu {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/yu.png');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/yu.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.full-width.bg-joel {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/ren.png');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/ren.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.full-width.bg-lian {
  background-image: -webkit-linear-gradient(180deg, #000, hsla(0, 0%, 100%, .1)), url('/assets/2016/images/lian.png');
  background-image: linear-gradient(270deg, #000, hsla(0, 0%, 100%, .1)), url('/assets/2016/images/lian.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.full-width.bg-ling {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/ling.jpg');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/ling.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.bg-wu {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/56770d291a207bc755cfab88_wu-bg.png');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/56770d291a207bc755cfab88_wu-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.bg-xu {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/xu.JPG');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/xu.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.bg-wu2 {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/wu-2.png');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/wu-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.bg-nathan {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/nathan.png');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/nathan.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.bg-ma {
  background-image: url('/assets/2016/images/ma_1.png');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.performer-bg.bg-left.bg-dylan {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/dylan.png');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/dylan.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.bg-travis {
  background-image: url('/assets/2016/images/travis.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.performer-bg.bg-left.bg-joel {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/joel.png');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/joel.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.bg-guan {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/unspecified-6.jpg');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/unspecified-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.bg-michael {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/michael.png');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/michael.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-left.bg-scot {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/scott.jpg');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/scott.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right {
  left: auto;
}

.performer-bg.bg-right.bg-robert {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/robert.png');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/robert.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-scott {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/scott.jpg');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/scott.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-travis {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/travis.png');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/travis.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-dai {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/dai.png');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/dai.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-lei {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/12398975_10153195987185894_25014994_n.jpg');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/12398975_10153195987185894_25014994_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-wu {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/56770d291a207bc755cfab88_wu-bg.png');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/56770d291a207bc755cfab88_wu-bg.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-ren {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/ren.png');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/ren.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-dong {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/dong.jpg');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/dong.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-una {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/una.png');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/una.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-kitty {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/kitty.png');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/kitty.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-maria {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/maria.png');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/maria.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-host-wu {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .8), transparent), url('/assets/2016/images/host-wu.png');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .8), transparent), url('/assets/2016/images/host-wu.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-scott-jr {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/scott-jr.png');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/scott-jr.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-zhu {
  background-image: -webkit-linear-gradient(0deg, #000, hsla(0, 0%, 100%, .1)), url('/assets/2016/images/unspecified-7.jpg');
  background-image: linear-gradient(90deg, #000, hsla(0, 0%, 100%, .1)), url('/assets/2016/images/unspecified-7.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-ling {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/ling.jpg');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/ling.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-right.bg-rod {
  background-image: url('/assets/2016/images/rod.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.performer-bg.bg-right.bg-michael {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/michael.png');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/michael.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.bg-omar.bg-right {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/omar.png');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/omar.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.full-width {
  width: 50%;
}

.performer-bg.full-width.bg-right.bg-omar {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/omar.png');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .1)), url('/assets/2016/images/omar.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.performer-bg.full-width.bg-right.bg-tao {
  background-image: url('/assets/2016/images/cherry.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.performer-bg.bg-ma.bg-right {
  background-image: url('/assets/2016/images/ma_1.png');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.performer-text-wrap {
  position: absolute;
  padding: 20px 30px;
  background-color: #000;
}

.performer-text-wrap.right {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
}

.performer-text-wrap.right.full-width {
  position: relative;
  float: right;
}

.performer-text-wrap.left {
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
}

.performer-text-wrap.ful-width {
  width: 50%;
}

.performer-text-wrap.ful-width.left {
  position: relative;
  float: left;
}

.performer-heading {
  margin-bottom: 6px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}

.performer-body {
  color: hsla(0, 0%, 100%, .54);
}

.landing-intro-text-wrap {
  position: relative;
  max-width: 500px;
  min-height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 72px;
  text-align: left;
}

.landing-intro-text-block {
  text-align: left;
}

.news-slider-protector {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  display: none;
}

.event-info-row {
  position: relative;
  margin-bottom: 12px;
  padding-left: 100px;
}

.info-heading {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
}

.margin-bottom-1x {
  margin-bottom: 12px;
}

.event-learn-more-btn {
  width: auto;
  height: 52px;
  padding-right: 32px;
  padding-left: 32px;
  float: left;
  border: 1px solid hsla(0, 0%, 100%, .05);
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.event-learn-more-btn-wrap {
  margin-top: 24px;
}

.bian-description {
  width: 50%;
  float: right;
  color: #fff;
  text-align: left;
}

.body-description {
  padding-right: 16px;
  padding-left: 16px;
}

.body-description p {
  color: hsla(0, 0%, 100%, .54);
}

.body-description h1 {
  margin-bottom: 12px;
  font-size: 32px;
}

.bian-img-row.h-50 {
  height: 50%;
}

.bian-img-wrap {
  padding-right: 0px;
  padding-left: 0px;
}

.bian-img-wrap.h-100 {
  height: 100%;
}

.bian-img-expander-75 {
  padding-top: 75%;
}

.inner-row-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.img-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.img-inner.bian-bg {
  background-image: url('/assets/2016/images/jody.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian1-bg {
  background-image: url('/assets/2016/images/John-Powell-约翰鲍威尔.png');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.img-inner.bian2-bg {
  background-image: url('/assets/2016/images/Klaus-Badelt克劳斯·巴代特.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian3-bg {
  background-image: url('/assets/2016/images/Neil-portnow-尼尔.波特诺2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian4-bg {
  background-image: url('/assets/2016/images/Leo-Sayer-（李欧·赛耶）1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian10-bg {
  background-image: url('/assets/2016/images/周华健.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian6-bg {
  background-image: url('/assets/2016/images/hans-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian7-bg {
  background-image: url('/assets/2016/images/Michael-Bolton-迈克尔·波顿2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian8-bg {
  background-image: url('/assets/2016/images/patti-austin.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian9-bg {
  background-image: url('/assets/2016/images/Omar-Hakim奥玛乐队.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian11-bg {
  background-image: url('/assets/2016/images/rain-郑智薰.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian12-bg {
  background-image: url('/assets/2016/images/placido-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian13-bg {
  background-image: url('/assets/2016/images/Secret-Garden-和神秘园2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian14-bg {
  background-image: url('/assets/2016/images/Secret-Garden-和神秘园.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian15-bg {
  background-image: url('/assets/2016/images/Richard-Marx-理查德•马克斯1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian16-bg {
  background-image: url('/assets/2016/images/Rodney-Crowell-罗德尼•克洛威尔1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.img-inner.bian17-bg {
  background-image: url('/assets/2016/images/Shawn-Colvin-肖恩·卡文1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian18-bg {
  background-image: url('/assets/2016/images/ANDREA-BOCELLI-安德烈·波切利.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian19-bg {
  background-image: url('/assets/2016/images/孙悦.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian20-bg {
  background-image: url('/assets/2016/images/刘德华.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian21-bg {
  background-image: url('/assets/2016/images/王力宏.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian22-bg {
  background-image: url('/assets/2016/images/刘欢.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian-23-bg {
  background-image: url('/assets/2016/images/韦唯.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian24-bg {
  background-image: url('/assets/2016/images/李谷一.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian25-bg {
  background-image: url('/assets/2016/images/赵季平.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian26-bg {
  background-image: url('/assets/2016/images/张杰.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian27-bg {
  background-image: url('/assets/2016/images/庾澄庆.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian30-bg {
  background-image: url('/assets/2016/images/容祖儿.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian28-bg {
  background-image: url('/assets/2016/images/Kitaro喜多郎.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.bian29-bg {
  background-image: url('/assets/2016/images/严肃.png'), url('/assets/2016/images/ANDREA-BOCELLI-安德烈·波切利.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.about-bian-page {
  background-color: #000;
}

.landing-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #000;
}

.temp-hidden {
  display: none;
}

.intro-slide {
  height: 100%;
}

.intro-slide.bian-bg {
  background-image: url('/assets/2016/images/5677db680854c7cc55cd056f_bian-bg.png');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.dynasty-bg {
  background-image: url('/assets/2016/images/5677ddac1a207bc755d039b2_dynasty.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.girl-dance {
  background-image: url('/assets/2016/images/5667e23020cddb935892fd6b_10850090_376687095832791_3869439317070834333_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.ballet-bg {
  background-image: url('/assets/2016/images/5677e2d664ad03d71e262c39_XqrLc1YOKHnv2hYQTI2qLY3TVRWEmiSkRwGFUzZVItw3auw0HGpEi2FIJgCClByraYAcAj5r9YUZuhR0lX56VsRR5YhYdMn-7G8S32NkjY8gYQgZx6Blj650OCDD95rLEHtuh5Y2yrQ9wapavb0z_EEc_UTn3takRISrbC2XgoZEE4F8wDA6ZljoFvld2ouqm9ArQFrlyV3I-feEi_mXTFk.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.dynasty2-bg {
  background-image: url('/assets/2016/images/5677df0d73b48a431a041e23_P6n4pJgPtliA6AYep-6TjuYXLGj79swnkhlNeq1msyg8HTWHK7Ojt0AEx2d5fWrySxkVjzeKA8S40SNtDkpPDEBsO0YNCyAQnWtkNUhBOO_oAYyfCDicKMoa8umOGcx-E.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.aboriginal-bg {
  background-image: url('/assets/2016/images/5677dfa81a207bc755d03cd8_ekdMPiRkX8RMlgVtCyvEsn-m0GPg1sn6UsN2P977nsEMVcurjvCHBTL9lQMkND2W52fbo77AE0vIee4KrLuemUVf6NZhvEISf9RUvOBOQjPU6_iCKJ5e7CRDNveA0iJS8q-_-wXcza8CPEc9gKKiRiR67DO98EcThMrs307xTQl4n4b5oMo0MwJZqqUVWtmWaO_4_2zshG98xgMxhHQtmN8W4UMb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.hiphop-bg {
  background-image: url('/assets/2016/images/5677e09f670b8ed21e385c4e_LaDjcZxrTGFq7qicoSyvC59qW5z13u-_LIxv-1RfygwY6s2f6YVApSwzckjKhrTq9IXYYt6MdAtuuq-6mhJ2bsZn-gFOGTXvXBogIYTLBjKIXzDHDawNUX5VNBVjPRi3QpA-jQjkfS3eLL--gqlUcOtGtooyMlL_B9mVqbDCAB0oGO-OvbxzGRQaTWUEtX24MFu41b2L5rzOmZQjZXhVPeQAPmXi.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.singer-bg {
  background-image: url('/assets/2016/images/5677e2341a207bc755d03d9b_singer-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.jazz-bg {
  background-image: url('/assets/2016/images/5677e1cd64ad03d71e26299d_hPyeH8K9PZkCMP42rT9zdwHdrW5zMYglrMeC6lqKJAQ9iTC65nInru1dzbvIdWsYnYphxlsyIIYVcXB2ISUlCUnvoX8HUT_0knuYiIGvgUMny75n1Om9Arx-hs7mdJNmoNd3imLWw8mcVxq7RQ9127GSlr6z0GSTmjFYF35b7CSYdYW0w_CN8d5_6D7_uwb3248w4-AkLGmAxPS0dyMN948.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.bian-2-bg {
  background-image: url('/assets/2016/images/5667f67e74689f9e57fd406f_bian-slide.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide1 {
  background-image: url('/assets/2016/images/-SpringShow----001.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide2 {
  background-image: url('/assets/2016/images/-SpringShow----026.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide3 {
  background-image: url('/assets/2016/images/-SpringShow----028.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide4 {
  background-image: url('/assets/2016/images/-SpringShow----036.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide5 {
  background-image: url('/assets/2016/images/-SpringShow----047.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide6 {
  background-image: url('/assets/2016/images/-SpringShow----096.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide7 {
  background-image: url('/assets/2016/images/-SpringShow----113.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide8 {
  background-image: url('/assets/2016/images/-SpringShow----118.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide9 {
  background-image: url('/assets/2016/images/-SpringShow----124.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide10 {
  background-image: url('/assets/2016/images/-SpringShow----132.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide11 {
  background-image: url('/assets/2016/images/-SpringShow----134.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide12 {
  background-image: url('/assets/2016/images/-SpringShow----137.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide13 {
  background-image: url('/assets/2016/images/-SpringShow----145.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide14 {
  background-image: url('/assets/2016/images/-SpringShow----148.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide15 {
  background-image: url('/assets/2016/images/-SpringShow----175.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide16 {
  background-image: url('/assets/2016/images/-SpringShow----177.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide17 {
  background-image: url('/assets/2016/images/-SpringShow----179.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide18 {
  background-image: url('/assets/2016/images/-SpringShow----190.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide19 {
  background-image: url('/assets/2016/images/-SpringShow----193.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide20 {
  background-image: url('/assets/2016/images/-SpringShow----198.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide21 {
  background-image: url('/assets/2016/images/-SpringShow----204.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide22 {
  background-image: url('/assets/2016/images/-SpringShow----211.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide23 {
  background-image: url('/assets/2016/images/-SpringShow----217.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide24 {
  background-image: url('/assets/2016/images/-SpringShow----220.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide25 {
  background-image: url('/assets/2016/images/-SpringShow----221.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide26 {
  background-image: url('/assets/2016/images/-SpringShow----226.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide28 {
  background-image: url('/assets/2016/images/DSC0236.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide27 {
  background-image: url('/assets/2016/images/-SpringShow----234.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide29 {
  background-image: url('/assets/2016/images/Panorama-0170-71.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slide.slide30 {
  background-image: url('/assets/2016/images/Panorama-9835-37.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-slogan.section {
  position: relative;
  z-index: 11;
  margin-top: -340px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .9) 22%, rgba(0, 0, 0, .52) 61%, rgba(0, 0, 0, .05) 83%, rgba(0, 0, 0, .01));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .9) 22%, rgba(0, 0, 0, .52) 61%, rgba(0, 0, 0, .05) 83%, rgba(0, 0, 0, .01));
  color: #fff;
}

.emblem-wrap {
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.performer-section-heading {
  padding: 40px 30px 15px;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
}

.performers-heading {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 28px;
  text-align: center;
}

.performer-full-width-row {
  position: relative;
  min-height: 30vw;
}

.wexin-link {
  min-height: 120px;
  margin-top: 30px;
}

.wexin-inner-wrap {
  position: relative;
  padding-left: 100px;
}

.wexin-qrcode {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100px;
}

.wexin-text-wrap {
  max-width: 400px;
  padding-right: 15px;
  padding-left: 15px;
}

.audio-list {
  padding-right: 15px;
  padding-left: 15px;
}

.audio-play-icon {
  position: absolute;
  left: 0px;
  top: 15px;
  width: 42px;
  height: 42px;
  font-family: SpringShow, sans-serif;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
}

.audio-text-wrap {
  width: 100%;
}

.audio-text-body {
  color: hsla(0, 0%, 100%, .54);
}

.bian-audio-divider {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .15);
  text-align: justify;
}

.organized-by.section {
  padding-right: 20px;
  padding-left: 20px;
}

.organized-by-heading {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}

.organized-by-block {
  margin-bottom: 16px;
}

.organized-by-item {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.sponsor-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}

.sponsors-row {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.sponsor-logo {
  height: 64%;
}

.sponsor-logo-wrap {
  position: relative;
  height: 80px;
  margin-bottom: 24px;
  text-align: center;
}

.media-sponsor-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}

.media-sponsor-body {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.qr-code {
  text-align: center;
}

.show-end-press-release-wrap {
  margin-bottom: 24px;
  padding-bottom: 24px;
  text-align: center;
}

.btn {
  padding-right: 32px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .05);
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
  line-height: 52px;
  text-decoration: none;
  text-transform: uppercase;
}

.sponsor-brief {
  margin-top: 20px;
}

.newsletter-signup-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1200;
  display: none;
  padding: 70px 15px;
  background-color: #000;
}

.newsletter-form-wrap {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.form-control {
  margin-bottom: 0px;
}

.form-contorl {
  margin-bottom: 0px;
}

.form-input-inverse {
  height: 44px;
  border-style: none;
  background-color: #2c2c2c;
  color: #fff;
}

.copyright-link {
  color: #fff;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="show-on-video-play"] {
  display: none;
}

@media (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .navigation {
    overflow: visible;
    height: 72px;
  }
  .nav-link {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .section.main {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.footer.copyright.text-center {
    padding-bottom: 72px;
  }
  .section.footer.contact.text-light-grey {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section.studio {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .section.preview-info.bg-black-light {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.event-info {
    margin-top: 70px;
  }
  .section.press-release {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section.bian-cover {
    margin-top: 70px;
  }
  .nav-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .nav-link.translate {
    padding-right: 18px;
    padding-left: 18px;
  }
  .nav-link.nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-link.nav-link.hide-on-sm.translate.bg-red {
    position: relative;
    height: 70px;
    float: right;
  }
  .logo-img {
    margin-top: 9px;
  }
  .text-white {
    font-size: 18px;
    line-height: 22px;
  }
  .text-white.text-right {
    text-align: left;
  }
  .footer-link {
    line-height: 24px;
  }
  .item-label.social-link {
    display: inline;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    color: #939596;
    font-size: 18px;
    text-align: left;
  }
  .designer-item {
    background-position: 50% 100%;
    background-attachment: fixed;
  }
  .studio-description {
    padding-right: 0px;
    padding-bottom: 50px;
  }
  .fixed-footer-mobile {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    display: block;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .footer-button.bg-red.btn-purchase {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 52px;
    text-transform: uppercase;
  }
  .footer-button.bg-red.btn-purchase.btn-buy-tickets {
    display: block;
    cursor: pointer;
  }
  .footer-button.translate {
    width: 100%;
    background-color: #b23135;
    color: #fff;
    line-height: 34px;
    text-align: center;
  }
  .footer-button.btn-purchase {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    float: none;
    color: #fff;
    line-height: 34px;
    text-align: center;
  }
  .prime-ctrl-item-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .translate-text {
    display: block;
    line-height: 35px;
  }
  .contact-info {
    color: #939596;
  }
  .nav-menu {
    position: absolute;
    background-color: #1c1c1c;
  }
  .nav-trigger.w--open {
    background-color: #1c1c1c;
  }
  .sm-translate-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
  }
  .footer-section {
    margin-bottom: 30px;
  }
  .info-text-wrap {
    min-height: 420px;
  }
  .modal-close.close-modal.ticket-modal-close {
    background-color: transparent;
  }
  .audio-name {
    line-height: 20px;
  }
  .audio-download-wrap {
    text-align: right;
  }
  .info-btn-wrap {
    text-align: right;
  }
  .press-info-wrap.text-white {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ticket-modal {
    overflow: hidden;
  }
  .ticket-modal-header {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 70px;
    background-color: #1c1c1c;
  }
  .modal-title {
    height: 100%;
    padding-top: 25px;
    padding-left: 15px;
  }
  .modal-footer.ticket-modal-footer {
    height: 52px;
    background-color: #b23135;
  }
  .performer-info-expander {
    padding-top: 100%;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .logo-text {
    margin-top: 15px;
  }
  .navigation {
    overflow: visible;
  }
  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section.main {
    margin-top: 51px;
  }
  .section.main.intro {
    min-height: 380px;
    margin-top: 70px;
    padding-top: 70px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .section.footer.copyright.text-center {
    padding-right: 16px;
    padding-left: 16px;
    text-align: left;
  }
  .section.preview-info.bg-black-light {
    text-align: left;
  }
  .section.event-info {
    padding-top: 43px;
    text-align: left;
  }
  .section.press-release {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.bian-cover {
    padding-bottom: 0px;
    background-image: -webkit-linear-gradient(90deg, #000 28%, rgba(28, 28, 28, .1)), url('/assets/2016/images/bian-bg.png');
    background-image: linear-gradient(0deg, #000 28%, rgba(28, 28, 28, .1)), url('/assets/2016/images/bian-bg.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .section.sponsors {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-menu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-title {
    margin-top: 35px;
    text-align: left;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subtitle {
    margin-bottom: 44px;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .nav-link.nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .promotional-text {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }
  .promotional-heading {
    text-align: center;
  }
  .text-white.text-right {
    text-align: center;
  }
  .text-center.intro-slogan {
    margin-top: 20px;
    font-size: 22px;
    line-height: 28px;
  }
  .text-center.event-local {
    font-size: 18px;
    line-height: 1.4;
  }
  .pricing-item-heading {
    text-align: left;
  }
  .pricing-item-price {
    text-align: right;
  }
  .designer-name.text-white {
    text-align: center;
  }
  .footer-item.text-light-grey {
    text-align: left;
  }
  .text-inline {
    display: inline;
  }
  .footer-link {
    float: left;
    text-align: left;
  }
  .item-label.social-link {
    float: left;
    color: #fff;
  }
  .item-content {
    text-align: left;
  }
  .item-content.text-white {
    float: left;
  }
  .dotvici-logo {
    height: 24px;
  }
  .footer-block {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
  .studio-description {
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .name-text {
    text-align: left;
  }
  .contact-block {
    margin-bottom: 30px;
  }
  .brand-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-trigger.w--open {
    background-color: #1c1c1c;
  }
  .footer-section {
    margin-bottom: 0px;
  }
  .preview-info-wrap.left {
    padding-right: 0px;
  }
  .preview-info-wrap.right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .video-play-btn {
    padding-top: 4px;
  }
  .play-icon {
    padding-top: 8px;
  }
  .video-wrap {
    position: relative;
  }
  .info-text-wrap {
    min-height: 340px;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .9) 2%, rgba(0, 0, 0, .01) 98%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .9) 2%, rgba(0, 0, 0, .01) 98%);
  }
  .how-to-enter.audition-info-block {
    text-align: left;
  }
  .audio-info-body {
    padding-right: 0px;
  }
  .form-group {
    text-align: left;
  }
  .form-input {
    text-align: left;
  }
  .form-label {
    text-align: left;
  }
  .audio-download-wrap {
    position: relative;
    margin-bottom: 20px;
    float: right;
  }
  .press-info-wrap.text-white {
    padding-right: 0px;
    padding-left: 0px;
  }
  .press-item {
    font-size: 16px;
  }
  .modal-content {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .city-of-vancouver-logo-wrap {
    top: 0px;
  }
  .performer-info-expander {
    display: none;
  }
  .full-width-info-bg {
    position: static;
    height: 220px;
  }
  .full-width-info-bg.bg-left.bg-bian {
    width: 100%;
    background-image: -webkit-linear-gradient(90deg, #000, rgba(0, 0, 0, .1) 50%, #000 96%), url('/assets/2016/images/DSC4049.png');
    background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .1) 50%, #000 96%), url('/assets/2016/images/DSC4049.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .full-width-info-bg.bg-audition.bg-right {
    width: 100%;
    background-image: -webkit-linear-gradient(90deg, #000, rgba(28, 28, 28, .1) 50%, #000), url('/assets/2016/images/theatre3-b1bccc9429ee7902438104eaaaba93e4.png');
    background-image: linear-gradient(0deg, #000, rgba(28, 28, 28, .1) 50%, #000), url('/assets/2016/images/theatre3-b1bccc9429ee7902438104eaaaba93e4.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .news-slide-content-wrap {
    padding-top: 40px;
    padding-bottom: 74px;
  }
  .news-slide-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .full-width-info-text-wrap.right {
    width: 100%;
    padding: 12px 15px 40px;
    float: none;
  }
  .full-width-info-text-wrap.left {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 15px 40px;
  }
  .full-width-info-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .bg-right {
    position: relative;
    width: 100%;
    height: 75vw;
  }
  .performer-bg.bg-left {
    position: relative;
    width: 100%;
    height: 75vw;
  }
  .performer-bg.bg-left.bg-bian {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8)), url('/assets/2016/images/bian_1.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8)), url('/assets/2016/images/bian_1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .performer-bg.bg-left.bg-omar {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8) 98%), url('/assets/2016/images/omar.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8) 98%), url('/assets/2016/images/omar.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-left.bg-ren {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8)), url('/assets/2016/images/ren.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8)), url('/assets/2016/images/ren.png');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-left.bg-isaias {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8) 98%), url('/assets/2016/images/isaias.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8) 98%), url('/assets/2016/images/isaias.png');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-left.bg-hao {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 49%, rgba(0, 0, 0, .7)), url('/assets/2016/images/hau.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 49%, rgba(0, 0, 0, .7)), url('/assets/2016/images/hau.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-left.bg-yu {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 46%, rgba(0, 0, 0, .7)), url('/assets/2016/images/yu.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 46%, rgba(0, 0, 0, .7)), url('/assets/2016/images/yu.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-left.full-width.bg-lian {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .7), hsla(0, 0%, 100%, .1) 51%, rgba(0, 0, 0, .7) 98%), url('/assets/2016/images/lian.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), hsla(0, 0%, 100%, .1) 51%, rgba(0, 0, 0, .7) 98%), url('/assets/2016/images/lian.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-left.bg-wu {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 52%, rgba(0, 0, 0, .7)), url('/assets/2016/images/56770d291a207bc755cfab88_wu-bg.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 52%, rgba(0, 0, 0, .7)), url('/assets/2016/images/56770d291a207bc755cfab88_wu-bg.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-left.bg-xu {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 52%, rgba(0, 0, 0, .7) 97%), url('/assets/2016/images/xu.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 52%, rgba(0, 0, 0, .7) 97%), url('/assets/2016/images/xu.JPG');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-left.bg-wu2 {
    background-image: -webkit-linear-gradient(281deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 56%, rgba(0, 0, 0, .7) 96%), url('/assets/2016/images/wu-2.png');
    background-image: linear-gradient(169deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 56%, rgba(0, 0, 0, .7) 96%), url('/assets/2016/images/wu-2.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-left.bg-nathan {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 47%, rgba(0, 0, 0, .7) 99%), url('/assets/2016/images/nathan.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 47%, rgba(0, 0, 0, .7) 99%), url('/assets/2016/images/nathan.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-left.bg-dylan {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 49%, rgba(0, 0, 0, .7) 97%), url('/assets/2016/images/dylan.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 49%, rgba(0, 0, 0, .7) 97%), url('/assets/2016/images/dylan.png');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-left.bg-michael {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 51%, rgba(0, 0, 0, .7) 98%), url('/assets/2016/images/michael.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 51%, rgba(0, 0, 0, .7) 98%), url('/assets/2016/images/michael.png');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-left.bg-scot {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 46%, rgba(0, 0, 0, .7) 98%), url('/assets/2016/images/scott.jpg');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 46%, rgba(0, 0, 0, .7) 98%), url('/assets/2016/images/scott.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-right.bg-robert {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 45%, rgba(0, 0, 0, .8)), url('/assets/2016/images/robert.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 45%, rgba(0, 0, 0, .8)), url('/assets/2016/images/robert.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-right.bg-scott {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8)), url('/assets/2016/images/scott.jpg');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8)), url('/assets/2016/images/scott.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-right.bg-travis {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8) 98%), url('/assets/2016/images/travis.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8) 98%), url('/assets/2016/images/travis.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-right.bg-dai {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8) 98%), url('/assets/2016/images/dai.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8) 98%), url('/assets/2016/images/dai.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-right.bg-lei {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8)), url('/assets/2016/images/12398975_10153195987185894_25014994_n.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8)), url('/assets/2016/images/12398975_10153195987185894_25014994_n.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-right.bg-wu {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 53%, rgba(0, 0, 0, .7)), url('/assets/2016/images/56770d291a207bc755cfab88_wu-bg.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 53%, rgba(0, 0, 0, .7)), url('/assets/2016/images/56770d291a207bc755cfab88_wu-bg.png');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-right.bg-ren {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 53%, rgba(0, 0, 0, .7) 98%), url('/assets/2016/images/ren.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 53%, rgba(0, 0, 0, .7) 98%), url('/assets/2016/images/ren.png');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, 600px;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-right.bg-dong {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 53%, rgba(0, 0, 0, .7)), url('/assets/2016/images/dong.jpg');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 53%, rgba(0, 0, 0, .7)), url('/assets/2016/images/dong.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-right.bg-una {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .7) 98%), url('/assets/2016/images/una.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .7) 98%), url('/assets/2016/images/una.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-right.bg-kitty {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .7)), url('/assets/2016/images/kitty.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .7)), url('/assets/2016/images/kitty.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-right.bg-maria {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 49%, rgba(0, 0, 0, .7) 96%), url('/assets/2016/images/maria.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 49%, rgba(0, 0, 0, .7) 96%), url('/assets/2016/images/maria.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-right.bg-host-wu {
    background-image: -webkit-linear-gradient(271deg, rgba(0, 0, 0, .8), transparent 54%, rgba(0, 0, 0, .7) 98%), url('/assets/2016/images/host-wu.png');
    background-image: linear-gradient(179deg, rgba(0, 0, 0, .8), transparent 54%, rgba(0, 0, 0, .7) 98%), url('/assets/2016/images/host-wu.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-right.bg-scott-jr {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 51%, rgba(28, 28, 28, .7) 95%), url('/assets/2016/images/scott-jr.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 51%, rgba(28, 28, 28, .7) 95%), url('/assets/2016/images/scott-jr.png');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.bg-right.bg-ling {
    background-position: 0px 0px, 50% 50%;
  }
  .performer-bg.bg-right.bg-michael {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 48%, rgba(0, 0, 0, .7) 97%), url('/assets/2016/images/michael.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1) 48%, rgba(0, 0, 0, .7) 97%), url('/assets/2016/images/michael.png');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .performer-bg.full-width.bg-right.bg-tao {
    width: 100%;
  }
  .performer-text-wrap.right {
    position: relative;
    z-index: 22;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #000;
  }
  .performer-text-wrap.right.full-width {
    padding: 15px 15px 30px;
  }
  .performer-text-wrap.left {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 15px 30px;
  }
  .performer-text-wrap.ful-width.left {
    padding: 15px 15px 30px;
  }
  .performer-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .landing-intro-text-wrap {
    bottom: 40px;
    margin-top: 0px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .event-learn-more-btn {
    position: relative;
    z-index: 22;
    width: 100%;
  }
  .bian-description {
    width: 100%;
    margin-top: 300px;
  }
  .body-description {
    padding-top: 16px;
  }
  .body-description h1 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
  }
  .intro-slogan.section {
    margin-top: -200px;
  }
  .emblem-wrap {
    max-width: 220px;
    margin-left: 15px;
  }
  .performer-section-heading {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 22px;
    text-align: left;
  }
  .performers-heading {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }
  .audio-list.bian-profile {
    margin-bottom: 30px;
  }
  .sponsor-logo-wrap {
    height: 72px;
  }
  .btn {
    width: 100%;
  }
  .hidden-sm {
    display: none;
  }
  .newsletter-signup-modal {
    padding-bottom: 43px;
  }
}

@media (max-width: 479px) {
  .section {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section.main {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section.main.intro {
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    text-align: center;
  }
  .section.footer.copyright.text-center {
    padding-right: 10px;
    padding-bottom: 72px;
    padding-left: 10px;
  }
  .section.footer.contact.text-light-grey {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section.studio {
    padding-top: 100px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .section.service {
    padding-bottom: 0px;
  }
  .section.preview-info.bg-black-light {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.event-info {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section.apply-audition {
    padding: 20px;
  }
  .nav-menu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-title {
    margin-top: 0px;
  }
  .plan-wrapper {
    margin-right: 0%;
    margin-bottom: 15px;
    margin-left: 0%;
  }
  .client-logo {
    width: 33.33%;
  }
  .logo-img {
    padding-top: 0px;
  }
  .promotional-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 38px;
  }
  .promotional-heading {
    text-align: left;
  }
  .triangle-down {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  .text-white.text-right {
    text-align: left;
  }
  .text-center.text-inline {
    display: inline;
  }
  .text-center.event-local {
    font-size: 16px;
  }
  .pricing-row {
    text-align: left;
  }
  .pricing-item-price {
    font-weight: 400;
    text-align: right;
  }
  .footer-item.text-light-grey {
    margin-bottom: 5px;
    line-height: 26px;
  }
  .footer-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .studio-description {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fixed-footer-mobile {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .9);
  }
  .footer-button {
    display: block;
    background-color: #1c1c1c;
    color: #fff;
    line-height: 34px;
    text-align: center;
  }
  .footer-button.button-map {
    background-color: rgba(51, 51, 51, .9);
  }
  .footer-button.bg-red.btn-purchase {
    background-color: #b23135;
    color: #fff;
  }
  .footer-button.translate {
    background-color: #b23135;
  }
  .footer-button.btn-purchase {
    color: #000;
  }
  .business-card {
    padding-right: 0px;
    padding-left: 0px;
  }
  .item-price {
    text-align: center;
  }
  .price-text {
    font-size: 15px;
  }
  .name-text {
    font-size: 15px;
  }
  .prime-ctrl-item-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .translate-text {
    font-size: 16px;
  }
  .bg-brand.btn-submit {
    width: 100%;
  }
  .text-light.text-center {
    font-size: 16px;
    line-height: 20px;
  }
  .text-light.text-center.event-local {
    text-align: left;
  }
  .contact-block {
    margin-bottom: 30px;
  }
  .info.info-bian {
    min-height: 50vw;
  }
  .info-text-wrap {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .9) 2%, rgba(0, 0, 0, .01) 97%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .9) 2%, rgba(0, 0, 0, .01) 97%);
  }
  .info-item.text-white.audition-info {
    font-size: 16px;
  }
  .info-block-heading {
    margin-top: 20px;
  }
  .audio-table {
    margin-left: -22px;
    padding-left: 0px;
  }
  .audition-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
  }
  .apply-heading {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
  }
  .list {
    padding-left: 22px;
  }
  .btn-submit {
    width: 100%;
    box-shadow: none;
  }
  .press-item-label {
    width: 110px;
  }
  .press-content {
    padding-left: 110px;
  }
  .ticket-modal {
    overflow: hidden;
  }
  .city-of-vancouver-logo-wrap {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-right: 0px;
  }
  .performer-text-wrap.right {
    height: auto;
  }
  .landing-intro-text-wrap {
    text-align: left;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('/assets/2016/fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SpringShow';
  src: url('/assets/2016/fonts/springshow.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}