


.fuschia {color:#CF45FF}
.yellow {color:#D9FF04}
.cyangreen {color:#04FFBB}
.cyan {color:#04FFF0}
.red {color:#FE525E}
.blue {color:#0000ff}
.purple {color:#6F06F1}


@font-face {
    font-family: 'Druk Bold Web';
    src: url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.eot);
    src: url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.eot?#iefix) format('embedded-opentype'), 
    url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.woff) format('woff'), 
    url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.ttf) format('truetype'), 
    url('https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.svg#Druk Web') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}
@font-face {
    font-family: 'Druk Web';
    src: url('druk/Druk-Medium-Web.eot');
    src: url('druk/Druk-Medium-Web.eot?#iefix') 
    format('embedded-opentype'), url('druk/Druk-Medium-Web.woff') 
    format('woff'), url('druk/Druk-Medium-Web.ttf') format('truetype'), 
    url('https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.svg#Druk Web') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}
@font-face {
    font-family: 'Druk Wide Web';
    src: url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.eot);
    src: url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.eot?#iefix) format('embedded-opentype'), 
    url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.woff) format('woff'), 
    url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.ttf) format('truetype'), 
    url('https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.svg#Druk Wide Web') format('svg');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal
}





body {
    background: url(img/bg.gif);
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    color: #000;
    margin: 0;padding: 0;
}

h1,h2,.episode {
    font-family: 'Druk Web';
    font-weight: normal;
    margin: 0;padding: 0;
}

h1 {font-size: 150px; line-height: 120px;}
h2 {font-size: 64px; line-height: 60px;display: inline-block;}
h3{font-size: 30px;line-height: 34px;}
.episode{font-size: 30px;line-height: 34px;}
.episode a, .episode a:hover{border-bottom: 0}

.inner{font-family: 'TiemposTextWeb-Regular';position: relative;}
.inner h1 {margin-top: 20px;}
.inner h2{text-transform: uppercase;}

.bbg-recirculator, .index-page__items, .t-hide {background: #fff; width: 100%;margin: 0;padding: 0}

#map {
    display: inline-block;
    float: right;
    position: relative;
    width: 30%;
    text-align: center;
}

#map h3 {
    font-family: 'Druk Bold Web';
    color: #000;
    font-size: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    text-transform: uppercase;
    text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}

.sticker a{color: #fff;  
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;}
.sticker a:hover{color: #d9fe36;}

.stickerInner{
    background: #000;
    padding: 50px 10px 0 10px;
    display: inline-block;
    margin-bottom: 20px;

    -moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.5s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;

}

@-moz-keyframes dropHeader {
  0% {-moz-transform: translateY(-130px);}
    100% {-moz-transform: translateY(0);}
}
@-webkit-keyframes dropHeader {
    0% {-webkit-transform: translateY(-130px);}
    100% {-webkit-transform: translateY(0);}
}
@keyframes dropHeader {
    0% {transform: translateY(-130px);}
    100% {transform: translateY(0);}
}

.sticker {
    width: 250px;
    height: 120px;
    overflow: hidden;
    display: inline-block;
}
.sticker h2 {
    color: white; 
    margin: 0;
}

a {
    color:#000;
    transition: color 0.1s linear;
    text-decoration: none;
    border-bottom: 2px solid black;
}

a:active,a:focus,a:hover {color: #6f06f1;border-bottom: 2px solid #6f06f1;}


::selection {background: #04FFBB; color: #CF45FF;}
::-moz-selection {background: #04FFBB;  color: #CF45FF;}



hr {
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.75em 0;
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

.padding {padding: 80px 0}


#content {
	margin: 60px;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    padding: 0 40px;
}

.wrap{max-width: 1200px;min-width:320px;padding:0 40px;margin: 0 auto;}


.grid{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

.grid img{width: 100%;}

.grid p{padding: 10px 0 20px 0;text-align: left;max-width: 480px;margin: 0 auto}

.grid a{border-bottom: 0}

.block{
    border: 6px solid #6F06F1;
    margin: 0 auto;
    text-align: center;
    position:relative;
    margin: 0 auto;
    max-width: 480px;
    max-height: 276px;
}


.playbtn {
    width:100%;
    height:100%;
    margin:0;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    background:rgba(111,6,241,.5);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.3s linear;
}

.vidbg {
    text-align:center;
    position:relative;
    top:40%;
}

.vidbg img {
    display: block;
    width: 100%;
}

.block:hover .playbtn{
    visibility: visible;
    opacity: 1;
}

.playbtn img {height: 75%;width: auto;vertical-align: middle;}

.va {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.month{font-family: 'Druk Web';}





.intro {
    margin: 40px 0;
    font-size: 22px; line-height: 30px;
    display: inline-block;
    width: 69%;
}


.spacer{padding-bottom: 60px}

.title{padding: 0 0 40px 0;}



.links {
    display: inline-block;
    width: 48%;
    position: relative;
}

.links ul{padding-top: 40px}
.links li{padding-bottom: 12px}

.caption {
	font-size: 14px;
	line-height: 18px;
    margin: 5px 0;
    color: #555;
}

.credit {margin: 6px 0;text-transform: uppercase;font-size: 12px;}


.video {margin: 40px auto;}

.video-js,.video iframe {
    margin: 0 auto;
    min-width: 970px;
    min-height: 546px;
    display: block;
}

.terminal .video {display: none;}



.section-break {margin-top: 2em;}


.made-series {
    margin: 2em 1em 0;
    text-align: center;
}

.closer {
    display: inline;
    margin-top: -5px;
    margin-left: 2px;
    height: 14px;
}


.hidden {display: none;}

.terminal p a {border-bottom: none;}

.terminal .video-player,.terminal .video-tout {display: none !important;}


.video-js,.video iframe {
    margin: 0 auto;
    min-width: 970px;
    min-height: 546px;
    display: block;
}

.bvp-google-ads-ad-tag-container>div {
    width: 900px !important;
    height: 506px;
}

.nextup{
    text-align: center;
    margin: 60px auto;
    font-family: 'Druk Web';
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px;
}

#foot {
	font-size: 14px;
	line-height: 20px;
    padding-bottom: 80px;
    color: #555;
}

#foot hr {
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 40px 0;
}

#content .ad {
    margin: 0;
    background-color: transparent;
    padding-bottom: 20px;
}

#content .ad .adContainer {
    background-color: transparent;
}

.ad .title {
    display: none;
}

.recirc{width: 100%;background: #fff;display: block;padding-top: 40px;}


.sponsor {font-size: 20px;line-height:28px;position: absolute;right:0;top:20px;}
.sponsor img {vertical-align: middle;}
.sponsor a {border-bottom:0;}
.sponsor a:hover {border-bottom:0;}

/* Recirc */
.bbg-recirculator.index-page__items {
    margin-bottom: 0 !important;
    padding-bottom: 32px;
}


@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

.fadeIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.clear:before,.clear:after {content: " ";display: table;}
.clear:after {clear: both;}

.padR{padding-right:10px;}
.padL{padding-left:10px;}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}


@media only screen and (max-width: 1200px) {
    #content{}
    h1 {font-size: 140px; line-height: 110px;}
}


@media only screen and (max-width: 1000px) {
    #content{
        margin: 40px;
        font-size: 16px;
        line-height: 26px;
        padding: 0;
    }
    .intro {font-size: 20px; line-height: 28px;}
    .wrap{padding:0 30px;}
    .sticker h2 {font-size: 52px; line-height: 52px;}
    .padR{padding-right:10px;}
    .padL{padding-left:10px;}

}


@media only screen and (max-width: 800px) {
    #content{margin: 30px;}
    h1 {font-size: 130px; line-height: 110px;}
    h2 {font-size: 52px; line-height: 52px;}
    .intro {font-size: 18px; line-height: 24px;width: 100%  }
    .sponsor {font-size: 14px;line-height:16px;right:0;top:10px;}
    .grid{width: 100%;}
    .padR{padding-right:0;}
    .padL{padding-left:0;}
    #map {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .sticker h2 {font-size: 46px; line-height: 46px;}

}


@media only screen and (max-width: 600px) {
    #content{margin: 0px;}
    h1 {font-size: 90px; line-height: 80px;}
    .sponsor img{width: 100px}
    .sticker h2 {font-size: 36px; line-height: 36px;}
    .sticker {width: 250px;height: 80px;}
    .stickerInner{padding: 30px 5px 0 5px;}
    #content {font-size: 16px; line-height: 22px;}
    /*#box1{display: none;}*/
}
