html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html, body {
  background: black;
  color: white;
  font: 12px "aktiv-grotesk-std";
  height: 100%;
  text-align: center;
  /*width: 100%;*/
}

a {
  color: white;
}

#video{
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  /*display: block;
  height: 100%;
  width: 100%;*/
}

#video iframe {
  /*height: 315px;
  width: 560px;
  left: 50%;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;*/
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

time {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 40px 0 0 0;
}

a.listen {
  border: 1px solid #333;
  display: inline-block;
  font-size: 24px;
  margin: 40px 0 20px 0;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

div.partners {
  margin-bottom: 40px;
  text-align: center;
}

div.partners img {
  height: 25px;
  margin: 0 10px;
  width: 25px;
}

nav {
  font-size: 20px;
  font-weight: 200;
  margin: 10px 0 20px 0;
  text-transform: uppercase;
}

nav a:before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 10px;
}

nav a:first-child:before{
    display: none;
}

.ss-clock:before{
  margin-right: 10px;
}

section#tour .bit-header {
  display: none;
}
section#tour .bit-events {
  text-transform: uppercase;
}
section#tour .bit-events tr:nth-child(2) {
  display: none;
}
section#tour .bit-events tr td {
  border-color: #333 !important;
}
section#tour .bit-events tr td.bit-date a {
  font-weight: bold !important;
  text-transform: uppercase !important;
}
section#tour .bit-events * {
  font: 12px "aktiv-grotesk-std" !important;
}
section#tour .bit-uiButton, section#tour .bit-uiButtonDefault {
  background: black !important;
}
section#tour .bit-uiButton a, section#tour .bit-uiButtonDefault a {
  color: white !important;
}

@media (max-width: 640px) {
  time {
    font-size: 18px;
  }

  iframe {
    /*height: 240px;
    width: 320px;*/
  }

  nav {
    font-size: 16px;
    letter-spacing: 0;
  }
  nav a:before {
    margin: 0 5px;
  }

  section#tour .bit-events * {
    font-size: 10px !important;
  }

  .ss-clock{
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1224px) {
  time {
    font-size: 48px;
  }

  iframe {
    /*height: 720px;
    width: 960px;*/
  }

  nav {
    font-size: 40px;
  }
}
