/*! normalize.css v1.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
@font-face {
  font-family: 'DIN';
  src: url('fonts/din-bold-webfont.eot'); 
  src: url('fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/din-bold-webfont.woff') format('woff'),
       url('fonts/din-bold-webfont.ttf')  format('truetype'), 
       url('fonts/din-bold-webfont.svg#svgFontName') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
button,
input,
select,
textarea {
    color: #fff;
}

html {
    font-size: 1em;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
    background-color:#c6c6c6;
    font-family: 'DIN', Arial, sans-serif;
    font-weight: 700;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative
}
.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important
}
.icon>.label {
    display: none
}
/* TYPOGRAPHY */
    
h1 { font-family: 'DIN', Arial,sans-serif; color: black;font-size:24px;margin:0 auto;padding:0;line-height: 24px;font-weight: 400;}
h2 { font-family: 'DIN', Arial,sans-serif; color: black;font-size:16px;margin:20px auto 10px;padding:0;line-height: 16px;font-weight: 400;text-transform: uppercase;letter-spacing: 1.6px}
 
p { font-family: 'DIN', Arial, sans-serif; color:black;font-size:20px; line-height: 1.4;margin: 20px 0 20px 0; font-weight: 700;  }
p.top {font-size:16px;}

strong {  font-weight: 700;  }

a, a:visited { text-decoration:none; color: black; cursor: pointer;}
a:hover, a:active { text-decoration:none;color: #8c8c8c;}
a:focus { outline: 0; }

h1.logo {
    display: block;
    position: absolute;
    top: 30px;
    left: 40px;
    background-image: url("images/kdis-logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 195px;
    height: 60px;
    background-size: cover;
    opacity: 0;
}

#header.fixed h1.logo {
  top: 10px;
  width: 130px;
  height: 40px;
  opacity: 1;
}

/* REUSABLES */
.transition { -o-transition: all .3s linear; -ms-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear; transition: all .3s linear; }
.cover { background-repeat: no-repeat; background-position: center center;  -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.box {  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }

.outer { display: table; position: absolute; height: 100%;width: 100%;z-index:10;}
.middle {display: table-cell;vertical-align: middle;}
.inner { margin-left: auto;margin-right: auto;width: 100%; text-align: center;}

.muteButton:hover, .replayButton:hover, .twitterFooter:hover, .facebookFooter:hover, .registerButton:hover { opacity: 0.8; }

#header {position: fixed; top: 0; left: 0; width: 100%; z-index: 1041;height: 60px;}
#header.fixed {background-color: #e6e8e5;}

.vidWrapper { position: relative; overflow: hidden;  background-color: #ced0cd; background-image: url("images/bg.jpg"); height: 100vh;}
#bgVid {  background-color: #ced0cd;opacity: 0;left:50%; height: 100%;position: absolute; width: 100%;min-width: 100%;min-height: 100%;background-size: cover;object-fit: cover; }

.controls { position: absolute;bottom: 40px;left: 20px;width: 24px;height: 48px;z-index: 200; }
.muteButton { display: block;float:none;background-image: url("images/mute.png"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px;background-size: 24px 22px; width:24px;height:22px; margin-top:-1px;}
.unmute { background-image: url("images/unmute.png"); }
.replayButton { display: block;float:left;background-image: url("images/replay.png"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px;background-size: 22px 20px; width:22px;height:20px;margin-left:0px; margin-top: 10px; }

.registerButton { z-index:20; font-family: 'DIN', Arial,sans-serif; padding-top: 45px;}
.topBuyButton { z-index:20; font-family: 'DIN', Arial,sans-serif; padding-top: 45px; opacity: 0; color: black;}
.registerButtonMobile { width:100%;height:50px;line-height: 50px;background-color: transparent;top:0;right:0;border:none;text-align: center;padding-bottom:0;position: absolute;z-index: 800; font-family: 'DIN', Arial,sans-serif; }

#header.fixed .topBuyButton {
  padding-top: 17px;
  opacity: 1;
}


.stream-top {padding-bottom: 30px; border-bottom: 1px solid black;overflow: hidden;}

.stream-top .left, .stream-top .right {
  float: left;
  width: 50%;
}

.stream-top .left {
  text-align: left;
}
.stream-top .left h2 {
  font-size: 2em;
  color: black;
  margin: 0;
  line-height: 1em;
}
.stream-top .right {
  text-align: right;
}

.stream-top .right h3 {
  font-size: 2em;
  color: black;
  margin: 0;
  line-height: 1em;
}

.stream-top .right h4 {
  font-size: 1.5em;
  color: #8c8c8c;
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
}

.socials {     
    position: absolute;
    top: 30px;
    right: 40px;
    width: 58px;
    height: 40px;
    z-index: 20; 
    opacity: 0;
}

#header.fixed .socials {
  top: 8px;
  opacity: 1;
}


.twitterFooter { display: block;float:left;background-image: url("images/twitterFooter.png"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px;background-size: 20px 20px; width:20px;height:20px; margin-top: 14px; }
.facebookFooter { display: block;float:left;background-image: url("images/facebookFooter.png"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px;background-size: 20px 20px; width:20px;height:20px;margin-left:14px; margin-top: 14px; }
.modaFooter { display: block;float:left;background-image: url("images/moda-logo.png"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px;background-size: 79px 40px; width:79px;height:40px;margin-left:25px; }

.homelogo { width:80%;max-width:824px;margin:0 auto;z-index:1; }
.homelogo img { width:100%; }

.registerOuter { left:-100%; opacity: 0;top:0;}
.registerWrapper { width:58%; max-width:625px; background-color: rgba(0,0,0,0.8); margin:0 auto; padding:80px 6% 80px; position:relative; -moz-border-radius-topleft: 5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.registerInner { width:100%;max-width:450px;margin:0 auto; }
.registerInner img { display: block; margin:0 auto; max-width:400px; }

.registerClose { width:30px; height:30px; background-image: url("images/close.png"); background-size:contain; position:absolute; right:10px; top:10px; z-index:820; }

.shareLinks { margin:28px auto 0;width:120px; }
#tweet_link { display: block;float:left;background-image: url("images/twitterShare.gif"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px;background-size: contain; width:45px;height:36px; }
#fb_share_link { display: block;float:left;background-image: url("images/facebookShare.gif"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px;background-size: contain; width:45px;height:36px;margin-left:30px; }

::-webkit-media-controls {
  display:none !important;
}
.retailer-top {
  margin: 30px 0;
  overflow: hidden;
}

.retailer-top a.amazon {
  display: inline-block;
  width: 50%;
  height: 40px;
  text-indent: -10000px;
  overflow: hidden;
  background: url("images/dark_theme_amazon_sprite.png") no-repeat center top;
  float: left;
}

.retailer-top a.itunes {
  display: inline-block;
  width: 50%;
  height: 40px;
  text-indent: -10000px;
  overflow: hidden;
  background: url("images/dark_theme_itunes_sprite.png") no-repeat center top;
  float: left;
}

.retailer-bottom {
  margin: 60px auto;
  overflow: hidden;
  max-width: 400px;
}

.retailer-bottom a.amazon {
  display: inline-block;
  width: 50%;
  height: 40px;
  text-indent: -10000px;
  overflow: hidden;
  background: url("images/dark_theme_amazon_sprite.png") no-repeat center top;
  float: left;
}

.retailer-bottom a.itunes {
  display: inline-block;
  width: 50%;
  height: 40px;
  text-indent: -10000px;
  overflow: hidden;
  background: url("images/dark_theme_itunes_sprite.png") no-repeat center top;
  float: left;
}

.retailer-bottom a:hover, .retailer-top a:hover {
  background-position: center bottom;
}

.ajax-content { font-family: 'DIN', Arial,sans-serif; color:#000;font-size:12px; line-height: 1.4;margin: 16px 0 0;min-height:20px; }

.registerWrapperMobile { position:absolute; left:0; top:0px; width:80%; height:90%; background-color:#fff; padding: 10% 10% 10% 10%; z-index:860; overflow:scroll; text-align:center;margin: 0; display: none; }
.registerWrapperMobile img { width:80%; display: block; margin:40px auto 20px; max-width:280px; }

.registerWrapperMobile input { width:90%; }

.step p { font-family: 'DIN', Arial,sans-serif; color:#000; }
.marg-top { margin-top:20px; }
.myHover:hover { opacity: 0.8; }

.viewTrailer { font-family: 'DIN', Arial,sans-serif; }

.spinner {
position: fixed;
cursor: pointer;
z-index: 600;
width: 40px;
height: 40px;
left: 50%;
top: 70%;
margin-left: -20px;
margin-top: -20px;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left:3px solid rgba(210,210,210,.5);
border-right:3px solid rgba(210,210,210,.5);
border-bottom:3px solid rgba(210,210,210,.5);
border-top:3px solid rgba(210,210,210,1);
border-radius:100%;
pointer-events:none;
display:block;
}

.masthead-arrow a {
  text-indent: -9999px;
  position: absolute;
  z-index: 600;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background-image: url("images/arrow-down.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

.arrow-bottom a {
  text-indent: -9999px;
  position: absolute;
  z-index: 600;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background-image: url("images/arrow-down.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}

#content {
  padding: 100px 60px 150px 60px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-image: url("images/bg-cristoph.jpg"); 
}
#content .wrapper {
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
  position: relative;
}

#content .wrapper ul {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}

#content .wrapper ul li {
  text-transform: uppercase;
  line-height: 2.2em;
  position: relative;
  font-size: 1.3em;
  color: black;
}

.sc-artwork-list,
.sc-info,
.sc-trackslist li,
.sc-info-toggle,
.sc-time-span,
.sc-trackslist,
.sc-scrubber {
    display: none !important
}

.sc-player {
   display: inline-block;
   margin-right: 5px;
}
.sc-player .sc-controls a.sc-play {
    font-size: 1.2em;
    display: block;
    line-height: 1.2em;
    width: 30px;
}
.sc-player .sc-controls a.sc-pause {
    font-size: 1.1em;
    display: none;
    line-height: 1.1em;
    width: 30px;
}
.sc-player.playing .sc-controls a.sc-pause {
    display: block;
}
.sc-player.playing .sc-controls a.sc-play {
    display: none;
}


#content .wrapper p {
  color: #d8d8d8;
}

#content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}

#content .wrapper span.title {
  background: transparent url("images/lbb-title.png") center center no-repeat;
  width: 585px;
  height: 41px;
  display: block;
  margin: 0px auto 50px;
}

#content .wrapper .shot, .container-wrapper .main-container .shot {
  opacity: 0;
}

.buy-button-bottom a {
  background-color: black;
  color: white;
  text-transform: uppercase;
  width: 280px;
  margin: 40px auto 20px;
  display: block;
  padding: 10px 0;
}

.main-container-cd .buy-button-bottom a {
    margin: 20px auto 20px;
}

.buy-button-bottom a span.buy-price {
  display:none;
}

.buy-button-bottom a:hover {
  background-color: white;
  color: black;
}

.buy-button-bottom a:hover span.buy-price {
  display: block;
}
.buy-button-bottom a:hover span.buy-text {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide button#see-inside {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  background-color: transparent;
  outline: 0;
  border: 1px solid #d9d7d9;
  padding: 5px;
  color: #d9d7d9; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

  .container-wrapper {
  background-color: #ced0cd;
  position: relative; }

.main-container-cd {
  float:left;
  position: relative;
  width: 50%;
  text-align: center;
  margin: 0;
  padding: 80px 0;
}

.main-container-cd img {
    max-width: 700px;
    margin: 0px auto;
    width: 100%;
    height: auto;
}
.main-container-bundle {
  float:left;
  position: relative;
  width: 50%;
  text-align: center;
  margin: 0;
  padding: 80px 0;
}

.main-container-bundle img {
    max-width: 700px;
    margin: 0px auto;
    width: 100%;
    height: auto;
}


.main-container .text-wrapper {
  padding: 0 160px;
}


  .main-container p.big-text {
    font-size: 25px;
    font-weight: 700;
    text-transform: initial;
    margin-top: 0px; }
  .main-container p.small-text {
    font-size: 18px;
    color: black;
  text-transform: uppercase;
  }
  .main-container p.bold {
    font-weight: bold;
    color: white; }


.arrow-up {
    text-align: center;
    font-size: 0.9em;
    display: block;
    width: 100%;
    overflow: hidden;
}
    .footer-container {
      color: black;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 2px 0 2px 0;
  font-size: 0.7em; 
  background-color: #ced0cd;
  overflow: hidden;
}

@media only screen and (max-width: 1150px) {
  .main-container-cd {
    width: 100%;
  }
  .main-container-bundle {
    width: 100%;
  }
  .main-container .text-wrapper {
    padding: 0 20px;
  }
  .buy-button-bottom a {
    width: 240px;
  }

  .stream-top .left, .stream-top .right {
    width: 100%;
    text-align: center;
  }
}

nav{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
    position: relative;
    z-index: 20;
}
nav ul {
  margin: 0;
  padding: 0; 
}
nav li{
    display:inline;
}
nav a {
    display:inline-block;
    padding:0 0 15px 0;
    font-size: 20px;
    font-weight: bold;
}

/* ==========================================================================
   Mobile Stuff
   ========================================================================== */

#mobile.container { width: 100%; margin: 0 auto; padding-top: 20px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
#mobile h1.logo-mobile { background-size: cover; margin: 0px auto; display: block; position: relative; background-image: url("images/kdis-logo.png"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px; width:196px;height:60px;}
#mobile .buy-button a, #mobile .play-button a {
  display: block;
  width: 300px;
  color: white;
  text-align: center;
  font-size: 1.5em;
  opacity: 1;
  padding: 10px;
  background-color: black; 
  margin: 0 auto 20px;
}

#mobile .play-button a {
	margin: 0 auto;
}

#mobile #content-mobile .wrapper {max-width: 100%;margin: 0px auto;text-align: center;padding: 40px 20px;}
#mobile #content-mobile .wrapper p {font-size: 16px;}
#mobile #content-mobile footer {opacity: 1;}
#mobile #content-mobile footer .socials {position: relative; top:auto; right:auto;margin: 0px auto; display: block!important;opacity: 1;} 
#mobile #content-mobile footer p.continue { font-size: 15px; }
#mobile #content-mobile img {width: 100%;height: auto; margin: 20px auto;}
#mobile #content-mobile .retailer-bottom {
  margin: 30px auto 20px;
  overflow: hidden;
  max-width: 400px;
}

#mobile #content-mobile .retailer-bottom a.amazon {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-indent: -10000px;
  overflow: hidden;
  background: url("images/dark_theme_amazon_sprite.png") no-repeat center top;
  float: left;
  margin-bottom: 20px;
}

#mobile #content-mobile .retailer-bottom a.itunes {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-indent: -10000px;
  overflow: hidden;
  background: url("images/dark_theme_itunes_sprite.png") no-repeat center top;
  float: left;
}

#mobile #content-mobile .retailer-bottom a:hover {
  background-position: center bottom;
}

#mobile #content-mobile .container-wrapper .main-container .shot {
  opacity: 1;
}
#mobile #content-mobile .container-wrapper {
  background: initial;
}

#mobile #content-mobile .container-wrapper .main-container {
  padding: 30px 0 30px 0;
}

#mobile #content-mobile .wrapper ul {
  list-style: none;
  border-bottom: 1px solid black;
  padding: 0 0 20px 0;

}

#mobile #content-mobile .wrapper ul li {
  text-transform: uppercase;
  line-height: 2.2em;
  position: relative;
  font-size: 0.9em;
  color: black;
}

#mobile #content-mobile .main-container .text-wrapper {
	padding: 0 40px;
}

#mobile #content-mobile .socials {
	display: block;
	position: relative;
	top: auto;
	right: auto;
	margin: 30px auto;
	width: 58px;
	height: 40px;
	z-index: 20;
	opacity: 1;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */


/* ==========================================================================
   RETINA
   ========================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .facebookFooter { background-image: url('images/facebookFooter@2X.png'); }
    .twitterFooter { background-image: url('images/twitterFooter@2X.png'); }
    .registerClose { background-image: url('images/close@2X.png'); }
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.controls {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: auto;
    height: auto;
    z-index: 200;
}

.playButtonNew {
  font-size: 28px;
  opacity: 1;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }