.top-banner {
  background-color: #0A2dFF;
  color: #fff;
  font-family: 'BentonSansMed', sans-serif;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 0;
  letter-spacing: 1px;
}
header-content {
  display: block;
  width: 100%;
  height: 100px;
  background: #000;
  padding: 0;
}
@media screen and (min-width: 540px) {
  header-content {
    height: 160px;
  }
}
header-content img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 40%;
  max-width: 260px;
  margin: 0 auto;
}
/*regular version*/
@font-face {
  font-family: 'BentonSansReg';
  src: url('/fonts/benton-sans-regular.otf') format('opentype');
}
/*medium version*/
@font-face {
  font-family: 'BentonSansMed';
  src: url('/fonts/benton-sans-medium.otf') format('opentype');
}
/*bold version*/
@font-face {
  font-family: 'BentonSansBold';
  src: url('/fonts/benton-sans-bold.otf') format('opentype');
  font-weight: bold;
}
/*other text version*/
@font-face {
  font-family: 'TradeGothicNextLTPro';
  src: url('/fonts/trade-gothic-next-ltpro-cn.otf') format('opentype');
}
main-content {
  position: relative;
  display: block;
}
.hero-section {
  width: 100%;
  background: #000;
}
.hero-section .wrapper.hero {
  position: relative;
  height: auto;
  background-image: url('/images/background-tchami.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.hero-section .wrapper.hero .content {
  width: 100%;
  padding-top: 70%;
  padding-bottom: 20px;
  text-align: center;
}
.hero-section .wrapper.hero .content .tour-text {
  display: inline-block;
  width: 70%;
  max-width: 720px;
}
.hero-section .wrapper.hero .content .dash {
  display: block;
  width: 20px;
  height: 1px;
  margin: 18px auto 12px;
  border-bottom: 2px solid #444;
}
@media screen and (min-width: 540px) {
  .hero-section .wrapper.hero .content .dash {
    width: 30px;
    margin: 24px auto 20px;
  }
}
.hero-section .wrapper.hero .content p {
  color: #444;
  font-family: 'BentonSansMed', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}
@media screen and (min-width: 540px) {
  .hero-section .wrapper.hero .content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .hero-section .wrapper.hero .content p {
    font-size: 20px;
  }
}
.hero-section .wrapper.hero .content .mercer-logo {
  max-width: 60px;
}
@media screen and (min-width: 540px) {
  .hero-section .wrapper.hero .content .mercer-logo {
    max-width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .hero-section .wrapper.hero .content .mercer-logo {
    max-width: 112px;
  }
}
.hero-section .wrapper.hero .content .button {
  display: inline-block;
  border: 2px solid #0A2dFF;
  margin: 20px 0 30px;
  padding: 16px 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'BentonSansBold', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}
@media screen and (min-width: 540px) {
  .hero-section .wrapper.hero .content .button {
    margin: 40px 0 50px;
  }
}
.hero-section .wrapper.hero .content .button:hover {
  background-color: #0A2dFF;
}
.hero-section .wrapper.hero .content .video-container {
  width: 85%;
  max-width: 940px;
  margin: 0 auto 40px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.hero-section .wrapper.hero .content .video-container iframe,
.hero-section .wrapper.hero .content .video-container object,
.hero-section .wrapper.hero .content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ticket-section {
  background: #000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000099+100 */
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #000099 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, #000099 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #000099 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000099', GradientType=0);
  /* IE6-9 */
}
.ticket-section .wrapper.ticket {
  height: auto;
  margin: 0 auto;
}
.ticket-section .wrapper.ticket .content {
  width: 85%;
  max-width: 940px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 40px;
  color: #FFF;
}
.wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
footer {
  display: block;
  width: 100%;
  height: 140px;
  background: #111;
  text-align: center;
  font-family: 'TradeGothicNextLTPro', sans-serif;
  padding-top: 40px;
}
footer .social-links {
  list-style: none;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  padding: 0;
}
footer .social-links li {
  display: inline-block;
  border-right: none;
}
@media screen and (min-width: 768px) {
  footer .social-links li {
    border-right: 1px solid #FFF;
  }
}
footer .social-links li a {
  text-decoration: none;
  color: #FFF;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  footer .social-links li a span {
    display: none;
  }
}
footer .social-links li a .fa {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  footer .social-links li a .fa {
    display: none;
  }
}
footer .social-links li:last-child {
  border-right: none;
}
footer .copyright {
  color: #555;
  font-size: 12px;
}
list-item {
  width: 100%;
  height: auto;
  display: block;
  flex-direction: row;
  padding: 20px;
  font-family: sans-serif;
  position: relative;
}
list-item.sold-out {
  opacity: .5;
}
@media screen and (min-width: 768px) {
  list-item {
    height: 48px;
    display: flex;
    flex-direction: row;
    padding: 0;
  }
}
list-item .line {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #DDD ;
  opacity: .2;
  padding: 0;
  margin: 0;
}
list-item:last-child .line {
  border-bottom: none;
}
list-item > span {
  display: block;
  margin-left: 80px;
  margin-bottom: 12px;
  padding: 0;
  line-height: 20px;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  list-item > span {
    float: none;
    display: inline-block;
    flex-grow: 1;
    padding: 16px 10px;
    line-height: 16px;
    vertical-align: baseline;
    margin-left: 0;
    margin-bottom: 0;
  }
}
list-item > span.date {
  text-transform: uppercase;
  width: auto;
  float: left;
  margin-left: 0;
  padding-right: 16px;
  line-height: 12px;
  font-family: 'TradeGothicNextLTPro', sans-serif;
}
@media screen and (min-width: 768px) {
  list-item > span.date {
    flex-grow: 0;
    padding-right: 16px;
    line-height: 12px;
  }
}
list-item > span.city {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'BentonSansBold', sans-serif;
}
list-item > span.venue {
  font-family: 'BentonSansReg', sans-serif;
}
@media screen and (min-width: 768px) {
  list-item > span.venue {
    flex-grow: 0;
    width: 38%;
  }
}
list-item > span.link {
  flex-grow: 0;
  padding: 0;
  margin-bottom: 0;
}
list-item > span.link.no-link {
  opacity: 0;
  pointer-events: none;
}
list-item > span.link .sold-out-text {
  display: block;
  width: 113.53px;
  padding: 14px 22px;
  font-family: 'BentonSansMed', sans-serif;
  font-size: 14px;
}
list-item > span.link a {
  display: inline-block;
  width: auto;
  border: 2px solid #0A2dFF;
  padding: 12px 20px;
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
  font-family: 'BentonSansMed', sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  list-item > span.link a {
    border: none;
    display: block;
    padding: 16px;
    margin-bottom: 0;
    font-size: 16px;
  }
}
list-item > span.link a span.arrow {
  padding: 0;
  position: relative;
  top: -2px;
}
list-item > span.link a:hover {
  background-color: #0A2dFF;
}
@media screen and (min-width: 768px) {
  list-item > span.link a:hover {
    background: #FFF;
    color: #000;
  }
}
social-sidebar {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  social-sidebar {
    display: none;
  }
}
social-sidebar ul {
  position: fixed;
  top: 50%;
  left: 0;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 20px 10px;
  -webkit-transfrom: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
social-sidebar ul li {
  margin-bottom: 10px;
}
social-sidebar ul li:last-child {
  margin-bottom: 0;
}
social-sidebar ul.top {
  background: #000;
}
social-sidebar ul.top a {
  color: #FFF;
  font-size: 22px;
}
social-sidebar ul.bottom {
  z-index: 10;
  background: #FFF;
}
social-sidebar ul.bottom a {
  color: #000;
}

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