@font-face {
  src: url('../fonts/TradeGothicLTStd-Bold.otf');
  font-family: 'TradeGothicLTStd-Bold';
}

@font-face {
  src: url('../fonts/TradeGothicLTStd.otf');
  font-family: 'TradeGothicLTStd';
}

@font-face {
  src: url('../fonts/Krungthep.ttf');
  font-family: 'Krungthep';
}

@font-face {
  src: url('../fonts/Granjon.otf');
  font-family: 'Granjon';
}

/* Global styles */
html,
body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    background-color: #000;
}

p {
  font-family: 'Krungthep';
}

.navigation {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.navigation .logo img {
  width: 300px;
  margin-top: 12px;
}

.navigation .logo, .navigation .socials {
  display: inline-block;
}

.navigation .socials {
  float: right;
  margin: 24px;
}

.socials a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Krungthep';
  text-transform: uppercase;
  color: #FFF;
  font-size: 14px;
}

.socials a.text {
  position: relative;
  top: 3px;
  margin-left: 12px;
}

.socials a:hover {
  text-decoration: none;
  opacity: 0.45;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.socials a img {
  max-width: 56px;
}

.header, .music {
  height: 100%;
  overflow-x: hidden;
}

.music h2 {
  position: relative;
  margin-bottom: 24px;
  color: #FFF;
}

.header-image, .video-page {
  background-size: contain;
  background-position: center;
}

.video-bg {
  min-width: 100%; 
  min-height: 100%;
  max-height: 100%;
}

.video-page .video-block {
  margin: 48px auto;
}

a.listen {
  text-transform: uppercase;
  background-color: #FFF;
  padding: 24px;
  color: #000; 
  font-family: 'Krungthep';
  font-size: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 18px;
  width: 360px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -180px; 
  margin-top: -33px; 
}

.music iframe {
  position: absolute;
  top: 60%;
  left: 56%;
  margin-left: -180px; 
  margin-top: -33px; 
}

a.listen:hover {
  background-color: #000;
  color: #FFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.play-overlay {
  width: 90%;
  background: rgba(0, 0, 0, 0.75);
  margin: 0 auto;
  z-index: 9999;
  position: relative;
}

.play-overlay:before {
  transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  content: "";
  background-image: url(../images/play.png);
  display: block;
  z-index: 99999;
  width: 72px;
  height: 72px;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -36px;
  margin-left: -36px;
}

section .header-image {
  padding: 48px 0;
}

.video img {
  width: 100%;
  margin: 0 auto;
  z-index: -1;
}

section.video, section.music, section.tour {
  background-color: #000;
}

h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Granjon';
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.modal-dialog {
    max-width: 800px;
    margin: 5% auto;
}

#videoModal .modal-dialog { 
  max-width: 80%;
}

.modal-body {
    position:relative;
    padding:0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #FFF;
    opacity: 1;
}

.video-page h2 {
  position: relative;
  margin: 48px 0;
}

.content h2 {
  position: relative;
  margin: 48px 0;
}

.content p:last-child {
  margin-bottom: 48px;
}

.bit-rsvp.bit-button, .bit-offers.bit-button,
.bit-event-list-title.bit-show-upcoming,
.bit-top-track-button, .bit-logo-container,
.bit-upcoming-events-show-all-button {
  display: none !important;
}

.bit-date, .bit-venue, .bit-location {
  font-family: 'Krungthep' !important;
  color: #FFF !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
}

.bit-widget.bit-layout-desktop .bit-event {
  border-top: none;
}

.tour h2, .music h2, .video h2 {
  color: #FFF;
}

.tour-block {
  margin-top: 96px;
  max-height: 700px;
  overflow-y: scroll;
}

.footer {
  background-color: #000;
  padding: 36px 0;
}

.footer a {
  color: #dcded9;
  font-family: 'Krungthep';
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 18px;
  margin: 0 12px;
}

.bit-widget .bit-upcoming-events, .bit-widget .bit-past-events {
  border-bottom: none !important;
}

.bit-widget .bit-event {
  border-top: none !important;
  border-bottom: 1px solid rgba(124,124,124,0.25) !important;
}

@media (max-width: 980px) {
  .navigation .logo img {
    max-width: 200px;
  }
}

@media (max-width: 568px) {
  .bit-date, .bit-venue, .bit-location {
    font-size: 18px !important;
  }
  .navigation .logo img {
    max-width: 200px;
  }
  .socials a img {
    width: 36px;
  }
  .navigation .socials {
    margin: 12px;
  }
  .footer a {
    font-size: 16px;
  }
  .tour-block {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .play-overlay:before {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    margin-left: -18px;
  }
}

/* Home Header Video */
.home-video-mobile {
	display: none;
}

.home-video-mobile, .home-video-desktop {
	width: 100%;
	height: auto;
}

@media (max-width: 700px) {
	.home-video-desktop {
		display: none;
	}
	
	.home-video-mobile {
		display: block;
	}	
}