html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

body {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;

  background: #000 url('/images/data/bg_black.png');
  font-family: "Verdana", Geneva, Tahoma, sans-serif;
  color: white;
}

#logo {
  background: url('/images/data/logo_sprite_19213.png') 0 -82px no-repeat;
  height: 64px;
  width: 148px;
  margin: auto;
}

#embed-player {
  display: table-cell;
  vertical-align: middle;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

#embed-player #player {
  height: 100%;
  width: 100%;
}

.error {
  position: absolute;
  top: 33%;
  width: 100%;
  text-align: center;
}

/* LARGE COUNTDOWN STYLE */

div.video {
  width: 100%;
  height: 100%;
}

.large .cdv2 .urposter {
  position: absolute;
  width: 100%;
  height: 100%;
}

.large .desaturate {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(/css/desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}

.large .premiere .video {
  height: 425px;
  margin: 20px auto 0;
}

.large .cdv2 {
  background: url('/images/data/bg_menu_cd.png');
  height: 100%;
  width: 100%;
  position: relative;
  font-family: 'Oxygen', sans-serif;
  color: #e2e2e2;
  overflow: hidden;
  display: table;
  min-width: 0;
}

.large .cdv2 h4 {
  font-size: 45%;
  margin: 10% 0 10px 0;
}

.large .cdv2 .text-info h2 {
  font-size: 100%;
  padding: 0;
}

.large .cdv2 .wrapper {
  position: relative;
  overflow: hidden;
}

.large .cdv2 .small {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url('/images/data/bg_menu_cd.png');
  min-width: 0;
}

.large .cdv2 .small.unreleased {
  background: none;
}

.large .cdv2 .small.unreleased h2 {
  color: #43aaf5;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  right: 30px;
}

.large .cdv2 .large {
  width: 64.5%;
  float: left;
  margin: 24px 0 0;
}

.large .cdv2 .logo img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}

.large .cdv2 .countdown {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: auto;
  padding: 0 6%;
  margin: 0;
}

.large .cdv2 .text-info {
  padding: 4.7% 1.7% 0;
  font-size: 36px;
}

.large .cdv2 .countdown {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.large .cdv2 .countdown div {
  position: relative;
  margin: 0 auto;
}

.large .cdv2 .countdown span {
  color: #43aaf5;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  line-height: 100%;
  font-weight: 400;
  padding: 0;
  text-shadow: 0 0 5px #3e7bf9;
  filter: dropshadow(color=#3e7bf9, offx=0, offy=0);
}

.large .cdv2 .countdown .time {
  display: block;
  margin: 15% 0 0;
  padding: 0;
  font-size: 42px;
}

.large .cdv2 .countdown .time > div {
  display: inline-block;
  float: left;
  font-size: 100% !important;
  margin: 0;
  min-width: 17.8%;
  width: 20%;
  text-align: center;
}

.large .cdv2 .countdown .time > div span {
  display: block;
  width: 100%;
  text-align: center;
}

.large .cdv2 .countdown .time div div.time-text {
  font-size: 26% !important;
  display: inline;
  text-align: left;
}

.large .cdv2 .countdown .clock {
  margin: 30% 0 0;
  font-size: 60px;
  display: inline-block;
}

.large .cdv2 .countdown .clock .days span {
  display: block;
  font-size: 100%;
  font-weight: 400;
  line-height: 100%;
  min-width: 0;
  padding: 0;
}

.large .cdv2 .countdown .clock .days div.days-text {
  font-size: 23% !important;
  display: inline;
}

.large .cdv2 .countdown .clock .days {
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  z-index: 1;
  line-height: 30%;
}

.large .cdv2 .countdown .clock .days img {
  display: inline;
}

.large .cdv2 .countdown .clock .ticker {
  display: block;
  margin: 0;
  top: 20px;
  left: 20px;
  position: relative;
}

.large .cdv2 .countdown .clock .progress {
  margin: 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

/* SMALL COUNTDOWN STYLE */

div.video {
  width: 100%;
  height: 100%;
}

.small .cdv2 .urposter {
  position: absolute;
  width: 100%;
  height: 100%;
}

.small .desaturate {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(/css/desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}

.small .cdv2 {
  background: url('/images/data/bg_menu_cd.png');
  height: 100%;
  width: 100%;
  position: relative;
  font-family: 'Oxygen', sans-serif;
  color: #e2e2e2;
  overflow: hidden;
  display: table;
  min-width: 0;
}

.small .cdv2 h4 {
  font-size: 45%;
  margin: 10% 0 10px 0;
}

.small .cdv2 .text-info h2 {
  font-size: 100%;
  padding: 0;
}

.small .cdv2 .wrapper {
  position: relative;
  overflow: hidden;
}

.small .cdv2 .small {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url('/images/data/bg_menu_cd.png');
  min-width: 0;
}

.small .cdv2 .small.unreleased {
  background: none;
}

.small .cdv2 .small.unreleased h2 {
  color: #43aaf5;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  right: 30px;
}

.small .cdv2 .large {
  width: 64.5%;
  float: left;
  margin: 50px 0 0;
}

.small .cdv2 .logo img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}

.large .cdv2 .logo {
  margin: 15px 0 26px 0
}

.small .cdv2 .countdown {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: auto;
  padding: 0 6%;
  margin: 0;
}

.small .cdv2 .text-info {
  padding: 4.7% 1.7% 0;
  font-size: 36px;
}

.small .cdv2 .countdown {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.small .cdv2 .countdown div {
  position: relative;
  margin: 0 auto;
}

.small .cdv2 .countdown span {
  color: #43aaf5;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  line-height: 100%;
  font-weight: 400;
  padding: 0;
  text-shadow: 0 0 5px #3e7bf9;
  filter: dropshadow(color=#3e7bf9, offx=0, offy=0);
}

.small .cdv2 .countdown .time {
  display: block;
  margin: 15% 0 0;
  padding: 0;
  font-size: 42px;
}

.small .cdv2 .countdown .time > div {
  display: inline-block;
  float: left;
  font-size: 100% !important;
  margin: 0;
  min-width: 17.8%;
  width: 20%;
  text-align: center;
}

.small .cdv2 .countdown .time > div span {
  display: block;
  width: 100%;
  text-align: center;
}

.small .cdv2 .countdown .time div div.time-text {
  font-size: 26% !important;
  display: inline;
  text-align: left;
}

.small .cdv2 .countdown .clock {
  margin: 30% 0 0;
  font-size: 60px;
  display: inline-block;
}

.small .cdv2 .countdown .clock .days span {
  display: block;
  font-size: 100%;
  font-weight: 400;
  left: 0;
  right: 0;
  line-height: 100%;
  min-width: 0;
  padding: 0;
}

.small .cdv2 .countdown .clock .days div.days-text {
  font-size: 23% !important;
  display: inline;
}

.small .cdv2 .countdown .clock .days {
  position: absolute;
  top: 56px;
  z-index: 1;
  line-height: 30%;

}

.small .cdv2 .countdown .clock .days img {
  display: inline;
}

.small .cdv2 .countdown .clock .ticker {
  display: block;
  top: 20px;
  left: 20px;
  margin: 0;
  position: relative;
}

.small .cdv2 .countdown .clock .progress {
  margin: 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

.small .cdv2 h4 {
  margin: 10px 0 5px 0;
  font-size: 77%;
  clear: both;
}

.small .cdv2 h2 {
  background: none !important;
  font-size: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  color: #e2e2e2 !important;
}

.small .cdv2 .text-info {
  /*padding: 10px 8px 0;*/
  font-size: 18px;
  background-image: url('/images/data/bg_menu.png');
  padding: 10px 12px 15px 12px;
}

.small .cdv2 .countdown .clock {
  margin: 20% 0 0;
  font-size: 42px;
}

.small .cdv2 .large {
  margin: 25px 0 0;
  width: 64.5%;
}

.small .cdv2 .small {
  min-width: 0;
}

.small .cdv2 .countdown .clock .days span {
  padding: 0;
  font-size: 100%;
  line-height: 100%;
}

.small .cdv2 .countdown span {
  font-size: 100%;
  min-width: auto;
  width: auto;
  min-height: 0;
}

.small .cdv2 .countdown .time {
  margin: 18% 0 0;
  font-size: 36px;
}

.small .cdv2 .countdown .time > div {
  min-width: 17%;
  width: 20%;
  font-size: 36px;
}

.small .cdv2 .countdown .clock .progress {
}

.small .cdv2 .countdown .clock .days div.days-text {
  font-size: 30% !important;
}

.small .cdv2 .small.unreleased h2 {
  color: #43aaf5 !important;
  font-size: 26px !important;
}
