/**/
/*sbs.css*/
/**/
/* line 4, ../scss/_util.scss */
.hidden {
  display: none;
}

/* line 8, ../scss/_util.scss */
.clear {
  clear: both;
}

/* line 12, ../scss/_util.scss */
.frame {
  position: relative;
}

/* line 16, ../scss/_util.scss */
.bold {
  font-weight: bold;
}

/* line 20, ../scss/_util.scss */
hr.separator {
  border-top: 1px solid #c9cdce;
  border-bottom: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  clear: both;
}

/**/
/* vod.css */
/**/
/* line 4, ../scss/_main.scss */
.vod_loading {
  margin: 0 auto;
  min-height: 200px;
  background: url("/vod/sbs/images/layout/page/ajax/ajax-loader.gif") center center no-repeat;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

/* line 13, ../scss/_main.scss */
.vod_error {
  min-height: 200px;
  text-align: center;
}

/* line 18, ../scss/_main.scss */
.vod_program_social .help_link {
  display: none;
}

/* Structure */
/* line 23, ../scss/_main.scss */
.vod_rhc .vod_strut {
  padding-top: 10px;
  height: 360px;
}

/* line 28, ../scss/_main.scss */
.vod_rhc .vod_share .separator {
  margin: 10px 0px;
}

/* line 32, ../scss/_main.scss */
.vod_rhc .vod_ad .ad {
  z-index: 1;
  width: 300px;
}

/* line 37, ../scss/_main.scss */
.vod_rhc .vod_ad .ad * {
  z-index: 1;
}

/* line 41, ../scss/_main.scss */
.vod_strut .col {
  padding: 0;
}

/* line 45, ../scss/_main.scss */
.vod_rhc .vod_catchup {
  margin-top: 7px;
}

/* line 50, ../scss/_main.scss */
.vod_rhc .vod_catchup .col,
.vod_lhc .vod_featured > .col {
  padding-top: 0;
}

/* line 55, ../scss/_main.scss */
.vod_lhc .padding,
.vod_rhc .padding {
  overflow: visible;
}

/* line 59, ../scss/_main.scss */
.ad .caption {
  text-align: right;
  color: #666;
  text-transform: uppercase;
  font-size: 10px;
  height: 25px;
  line-height: 20px;
}

/* line 68, ../scss/_main.scss */
.vod_rhc .vod_related .col {
  padding: 0;
}

/* line 72, ../scss/_main.scss */
.vod_rhc .vod_related .h2 {
  margin-top: 10px;
  border-top: none;
}

/* line 77, ../scss/_main.scss */
.vod_rhc .vod_fb_ticker .col {
  padding: 0;
}

/* line 81, ../scss/_main.scss */
.vod_rhc .vod_fb_ticker .h2 {
  margin-top: 0px;
  border-top: none;
}

/* Vod Buttons */
/* line 88, ../scss/_main.scss */
.vod_button {
  border-radius: 3px;
  color: #111;
}

/* line 93, ../scss/_main.scss */
.vod_button a {
  color: #111;
}

/* line 97, ../scss/_main.scss */
.vod_buttons li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 102, ../scss/_main.scss */
.vod_buttons li:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 107, ../scss/_main.scss */
.vod_button, .vod_buttons li {
  font-size: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eeeeee));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#f9f9f9, #eeeeee);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#f9f9f9, #eeeeee);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#f9f9f9, #eeeeee);
  /* IE10 */
  background-image: -o-linear-gradient(#f9f9f9, #eeeeee);
  /* Opera 11.10+ */
  background-image: linear-gradient(#f9f9f9, #eeeeee);
}

/* line 119, ../scss/_main.scss */
.vod_button a, .vod_buttons a {
  text-decoration: none;
  text-shadow: 1px 1px #fff;
}

/* line 124, ../scss/_main.scss */
.vod_button:hover, .vod_buttons li:hover {
  border: 1px solid #ccc;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#dddddd));
  background-image: -webkit-linear-gradient(white, #dddddd);
  background-image: -moz-linear-gradient(white, #dddddd);
  background-image: -ms-linear-gradient(white, #dddddd);
  background-image: -o-linear-gradient(white, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
}

/* line 135, ../scss/_main.scss */
.vod_button.selected, .vod_buttons li.selected {
  border: 1px solid #ccc;
  background-color: #feda00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#feda00), to(#ffe700));
  background-image: -webkit-linear-gradient(#feda00, #ffe700);
  background-image: -moz-linear-gradient(#feda00, #ffe700);
  background-image: -ms-linear-gradient(#feda00, #ffe700);
  background-image: -o-linear-gradient(#feda00, #ffe700);
  background-image: linear-gradient(#feda00, #ffe700);
}

/* Video Page */
/* line 147, ../scss/_main.scss */
.enhanced_vod_menu .vod_menu_bg {
  background: url(/vod/sbs/images/nav/topnav_bg-edges_enhanced2.png) repeat-x 50% 34px;
}

/* line 151, ../scss/_main.scss */
#embedded_player_install_flash {
  color: #9a9a9a;
}

/* video page header*/
/* line 156, ../scss/_main.scss */
.vod_program_header {
  position: relative;
  padding: 10px 0;
  background-color: #2a2a2a;
  height: 56px;
  margin: 10px 10px 0 10px;
}

/* line 164, ../scss/_main.scss */
.vod_program_header .vod_logo {
  left: 5px;
  top: 5px;
  position: relative;
}

/* line 170, ../scss/_main.scss */
.vod_program_header img {
  float: left;
  margin: 0 10px 0 0;
}

/* line 175, ../scss/_main.scss */
#vod_program_title {
  font-size: 26px;
  line-height: 58px;
  color: #fff;
  padding-bottom: 8px;
  font-weight: bold;
}

/*hide the title at first to adopt the font-size for a longer title*/
/* line 184, ../scss/_main.scss */
.vod_program_header h1.long_title {
  font-size: 18px;
}

/* line 188, ../scss/_main.scss */
.vod_program_header p {
  float: left;
  display: inline;
  color: #fff;
  font-size: 15px;
  margin: 0;
}

/* vide player container */
/* line 197, ../scss/_main.scss */
#video_page_container {
  padding-left: 10px;
  height: 411px;
}

/* classification and shop links */
/* line 203, ../scss/_main.scss */
.vod_video_classification {
  clear: both;
  position: relative;
  height: auto;
  padding: 10px 20px;
  width: 640px;
  float: left;
  clear: both;
  z-index: 5;
}

/* line 214, ../scss/_main.scss */
.vod_video_classification img {
  float: left;
}

/* line 218, ../scss/_main.scss */
.vod_video_classification p {
  width: 95px;
  font-size: 11px;
  color: #666666;
  margin: 0 0 0 60px;
  padding: 8px 0 0 0;
  line-height: 1.2em;
  float: left;
}

/* line 228, ../scss/_main.scss */
.vod_video_classification .vod_social {
  width: 205px;
  padding: 7px 0 0 10px;
  float: left;
}

/* line 237, ../scss/_main.scss */
.vod_video_classification .vod_social .col:first-child .padding {
  overflow: visible;
}

/* line 241, ../scss/_main.scss */
.vod_video_classification .vod_social .col {
  width: 97px;
  float: left;
}

/* line 246, ../scss/_main.scss */
.vod_video_classification .vod_shop {
  width: 250px;
  float: left;
  margin: 0;
  padding: 7px 0 0 0;
}

/* line 253, ../scss/_main.scss */
.vod_video_classification .vod_button {
  background: url(/vod/sbs/images/buttons/channel.png) no-repeat 0 0;
  display: inline-block;
}

/* line 258, ../scss/_main.scss */
.vod_video_classification .vod_button_itunes {
  width: 61px;
  height: 15px;
  background-position: 0 -200px;
  border: none;
}

/* line 265, ../scss/_main.scss */
.vod_video_classification .vod_button_google_play {
  height: 19px;
  line-height: 19px;
}

/* line 270, ../scss/_main.scss */
.vod_delete_bg {
  background: url(/video/public/web/images/deleteme/theme_bg_myth_buster.jpg) no-repeat center 85px;
}

/* line 274, ../scss/_main.scss */
.vod_delete_bg .content {
  background-image: url(/video/public/web/images/deleteme/theme_bg_myth_buster.jpg) !important;
  background-position: center top !important;
}

/* line 279, ../scss/_main.scss */
.vod_video_classification .vod_shop b {
  text-transform: uppercase;
}

/* line 283, ../scss/_main.scss */
.vod_video_classification .vod_shop a {
  vertical-align: middle;
}

/* line 287, ../scss/_main.scss */
.vod_video_classification .vod_shop i {
  font-style: normal;
  padding: 0 5px;
}

/* line 292, ../scss/_main.scss */
.vod_button_round {
  background: url(/vod/sbs/images/buttons/view_more.png) no-repeat right -700px;
  display: inline-block;
  padding: 0 5px 0 0;
}

/* line 298, ../scss/_main.scss */
.vod_button_round span {
  background: url(/vod/sbs/images/buttons/view_more.png) no-repeat 0 -600px;
  display: inline-block;
  padding: 0 0 0 5px;
}

/* line 304, ../scss/_main.scss */
.vod_button_round:hover {
  text-decoration: none;
}

/* line 308, ../scss/_main.scss */
.vod_sbs_shop {
  height: 19px;
  line-height: 19px;
}

/* line 313, ../scss/_main.scss */
.vod_video_content {
  padding: 15px 0 40px 0;
  float: left;
  width: 100%;
}

/* line 319, ../scss/_main.scss */
.vod_panel_related {
  width: 175px;
  float: right;
  margin: 0 27px;
}

/* line 325, ../scss/_main.scss */
.vod_panel_related h4 {
  border-bottom: none;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}

/* line 334, ../scss/_main.scss */
.vod_panel_related p {
  font-size: 12px;
  color: #1d8bc9;
  line-height: 18px;
  margin: 5px 0;
}

/* line 341, ../scss/_main.scss */
.vod_panel_related .vod_date {
  font-size: 11px;
  color: #333333;
}

/* line 346, ../scss/_main.scss */
.vod_video_detail {
  margin: 0 20px;
}

/* line 350, ../scss/_main.scss */
.vod_video_detail h2 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: normal;
}

/* line 356, ../scss/_main.scss */
.vod_video_detail .vod_date {
  font-size: 11px;
  color: #666666;
  margin: 0;
}

/* line 362, ../scss/_main.scss */
.vod_video_detail .vod_date b {
  color: #cc0000;
  font-weight: normal;
}

/* line 367, ../scss/_main.scss */
.vod_video_detail .vod_web_exclusive {
  font-size: 11px;
  color: #666666;
  margin: 0 4px 10px 0;
  float: left;
}

/* line 374, ../scss/_main.scss */
.vod_video_detail ul {
  padding: 0 0 0 10px;
}

/* line 378, ../scss/_main.scss */
.vod_video_detail ul li {
  padding: 2px 0;
}

/* line 382, ../scss/_main.scss */
.vod_video_detail p {
  color: #333333;
  margin: 10px 0;
  clear: left;
}

/* line 388, ../scss/_main.scss */
#onewidgetDiscussionContainer {
  margin: 0 10px;
}

/* social/facebook links */
/* line 393, ../scss/_main.scss */
.vod_program_social {
  margin-top: 3px;
  padding-left: 5px;
  min-height: 18px;
}

/* line 399, ../scss/_main.scss */
.vod_program_social .vod_login {
  font-size: 10px;
  text-align: right;
  padding: 10px 10px 0 10px;
  height: 14px;
}

/* line 406, ../scss/_main.scss */
.vod_program_social .vod_login span {
  color: #1d8bc9;
  padding: 0 5px;
}

/* line 411, ../scss/_main.scss */
.vod_program_social .vod_login #socialLoginLink span {
  color: #FFDA00;
}

/* line 415, ../scss/_main.scss */
.vod_program_social ul li {
  float: left;
}

/* line 419, ../scss/_main.scss */
.vod_program_social ul li.vod_website a {
  background: none;
  padding: 0;
}

/* line 424, ../scss/_main.scss */
.vod_program_social ul li a {
  float: left;
  background: url(/vod/sbs/images/icons/social.png) no-repeat 0 5px;
  padding: 0 0 0 22px;
  margin: 0 28px 0 0;
}

/* line 431, ../scss/_main.scss */
.vod_program_social ul li.vod_twitter a {
  margin-right: 0;
}

/* line 435, ../scss/_main.scss */
.vod_program_social ul li a:hover {
  text-decoration: none;
}

/* line 439, ../scss/_main.scss */
.vod_program_social ul li a span {
  float: left;
  white-space: nowrap;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: bold;
}

/* line 449, ../scss/_main.scss */
.vod_program_social ul li a b {
  float: left;
  clear: left;
  white-space: nowrap;
  font-weight: normal;
  color: #fff;
  font-size: 13px;
}

/* line 458, ../scss/_main.scss */
.vod_program_social .vod_twitter a {
  background-position: 0 -100px;
}

/* line 462, ../scss/_main.scss */
.vod_program_social .vod_facebook a {
  background-position: 0 -200px;
}

/* video page carousel */
/* line 467, ../scss/_main.scss */
.scroller.vod_carousel {
  clear: both;
  display: none;
  position: relative;
}

/* line 1, ../scss/_notifybar.scss */
#notifybar {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 999999999;
  bottom: -60px;
  pointer-events: none;
  font-size: 1em;
}

/* line 11, ../scss/_notifybar.scss */
#notifybar-inner-background {
  background-color: #ffc425;
  border: 2px solid #ffc425;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.9;
}

/* line 20, ../scss/_notifybar.scss */
#notifybar-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: auto;
  font-size: 0.9em;
}

/* line 31, ../scss/_notifybar.scss */
#notifybar-inner h3 {
  display: inline;
  font-size: 1.7em;
  font-weight: normal;
}

/* line 37, ../scss/_notifybar.scss */
#notifybar-inner #notifybar-learnMore {
  padding: 5px;
  text-align: left;
  display: none;
  clear: left;
  padding: 5px 20px 20px 20px;
}

/* line 45, ../scss/_notifybar.scss */
#notifybar-inner p {
  text-align: left;
  font-size: 1em;
  margin-bottom: 6px;
}

/* line 51, ../scss/_notifybar.scss */
#notifybar-inner ul {
  list-style-type: disc;
}

/* line 55, ../scss/_notifybar.scss */
#notifybar-inner ul li {
  display: block;
  text-align: left;
  margin-bottom: 6px;
  background-color: #ebebeb;
  padding: 3px;
}

/* line 63, ../scss/_notifybar.scss */
#notifybar-inner #notifybar-close span {
  display: none;
}

/* line 67, ../scss/_notifybar.scss */
#notifybar-inner #notifybar-close {
  display: inline-block;
  width: 40px;
  height: 20px !important;
  cursor: pointer;
  color: white;
  height: 10px;
  text-align: center;
  font-family: monospace;
  padding-left: 1px;
  font-size: 2em;
  padding-bottom: 3px;
  font-style: normal;
  margin-left: 45px;
  background-image: url(../images/buttons/network-close.png);
  position: relative;
  top: -2px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  background-position: 0 -9px;
}

/* line 89, ../scss/_notifybar.scss */
#notifybar-inner #notifybar-message {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  display: inline-block;
  height: 25px;
  overflow: hidden;
}

/* line 99, ../scss/_notifybar.scss */
#notifybar-inner a#notifybar-learnMoreLink {
  font-size: 1.5em;
  color: #000;
  margin-left: 18px;
}

/* line 105, ../scss/_notifybar.scss */
#notifybar b {
  color: white;
}

/* line 109, ../scss/_notifybar.scss */
#notifybar .uppercase {
  text-transform: uppercase;
}

/**/
/*vod.video*/
/**/
/* line 4, ../scss/_video.scss */
.cell {
  position: relative;
  border: 1px solid transparent;
}

/* line 9, ../scss/_video.scss */
.cell.hover:hover {
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
}

/* line 15, ../scss/_video.scss */
.cell.hover:hover .video {
  background: #fff;
}

/* line 19, ../scss/_video.scss */
.cell.hover:hover .details {
  display: block;
  position: absolute;
}

/* line 24, ../scss/_video.scss */
.cell.hover:hover h3 {
  white-space: normal;
}

/* line 28, ../scss/_video.scss */
.video {
  font-size: 12px;
  position: relative;
}

/* line 33, ../scss/_video.scss */
.video a {
  color: #1a1a1a;
}

/* line 37, ../scss/_video.scss */
.video h3 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 3px;
}

/* line 47, ../scss/_video.scss */
.video h3:hover {
  text-decoration: underline;
}

/* line 51, ../scss/_video.scss */
.video .info .episode, .video .info .genre, .video .info .country, .video .info .classification, .video .info .usetype {
  clear: both;
}

/* line 55, ../scss/_video.scss */
.video .info .country, .video .info .usetype {
  display: block;
}

/* line 59, ../scss/_video.scss */
.video .info .duration {
  font-size: 10px;
  font-weight: bold;
}

/* line 64, ../scss/_video.scss */
.video .image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 6px;
  line-height: 0;
  font-size: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

/* line 74, ../scss/_video.scss */
.video .image img {
  z-index: 2;
  position: relative;
}

/* line 79, ../scss/_video.scss */
.video .details {
  display: none;
  background: #fff;
  position: absolute;
  padding: 5px 10px 10px;
  margin: 0 -11px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* line 90, ../scss/_video.scss */
.video .details .read-more {
  text-decoration: underline !important;
  color: #333333;
}

/* line 95, ../scss/_video.scss */
.video .details .description {
  font-size: 11px;
}

/* line 99, ../scss/_video.scss */
.video .details .description a {
  text-decoration: underline !important;
}

/* line 103, ../scss/_video.scss */
.video .details .description .long {
  display: none;
}

/* line 107, ../scss/_video.scss */
.video .mask {
  display: none;
}

/* line 111, ../scss/_video.scss */
.video .rating {
  text-transform: uppercase !important;
  padding: 0 4px;
  margin-right: 5px;
  background: #333;
  color: white;
  display: inline-block;
}

/* line 120, ../scss/_video.scss */
.video .rating {
  padding: 0 2px 0 2px;
  margin-right: 5px;
  background: #333;
  color: white;
  display: inline-block;
  font-size: 10px;
  height: 12px;
  line-height: 14px;
}

/* line 131, ../scss/_video.scss */
.video .genre {
  display: block;
  clear: none !important;
  text-transform: uppercase;
}

/* line 137, ../scss/_video.scss */
.video a:hover, .video a {
  text-decoration: none;
}

/* line 141, ../scss/_video.scss */
.video .expires, .video .available {
  font-size: 10px;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #ccc;
}

/* line 148, ../scss/_video.scss */
.video .expires {
  color: #f00;
}

/* line 152, ../scss/_video.scss */
.video .details .meta {
  padding: 5px 0;
  background: #fff;
  margin-top: 10px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  color: #888;
  font-size: 11px;
}

/* Playlist */
/* line 163, ../scss/_video.scss */
.video .options {
  padding: 0;
  overflow: hidden;
}

/* line 169, ../scss/_video.scss */
.video .watch-trailer-options {
  margin-top: 8px;
}

/* line 173, ../scss/_video.scss */
.video .options li {
  padding: 0;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eeeeee));
  background-image: -webkit-linear-gradient(#f9f9f9, #eeeeee);
  background-image: -moz-linear-gradient(#f9f9f9, #eeeeee);
  background-image: -ms-linear-gradient(#f9f9f9, #eeeeee);
  background-image: -o-linear-gradient(#f9f9f9, #eeeeee);
  background-image: linear-gradient(#f9f9f9, #eeeeee);
}

/* line 185, ../scss/_video.scss */
.video .options li:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1));
  background-image: -webkit-linear-gradient(white, #f1f1f1);
  background-image: -moz-linear-gradient(white, #f1f1f1);
  background-image: -ms-linear-gradient(white, #f1f1f1);
  background-image: -o-linear-gradient(white, #f1f1f1);
  background-image: linear-gradient(#ffffff, #f1f1f1);
}

/* line 194, ../scss/_video.scss */
.video .options li:first-child a {
  border-top: none;
}

/* line 198, ../scss/_video.scss */
.video .options .playlist, .video .options .watch-trailer-button {
  display: block;
  padding-left: 28px;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
}

/* line 206, ../scss/_video.scss */
.video .options .add a {
  background: url("/vod/sbs/images/icons/add.png") 8px center no-repeat;
}

/* line 210, ../scss/_video.scss */
.video .options .remove {
  display: none;
}
/* line 213, ../scss/_video.scss */
.video .options .remove a {
  background: url("/vod/sbs/images/icons/remove.png") 8px center no-repeat;
}

/* line 218, ../scss/_video.scss */
.video .options .subscribe {
  display: none;
}
/* line 221, ../scss/_video.scss */
.video .options .subscribe a {
  background: url("/vod/sbs/images/icons/subscribe.png") 8px center no-repeat;
}

/* line 226, ../scss/_video.scss */
.video .options .unsubscribe {
  display: none;
}
/* line 228, ../scss/_video.scss */
.video .options .unsubscribe a {
  background: url("/vod/sbs/images/icons/unsubscribe.png") 8px center no-repeat;
}

/* line 234, ../scss/_video.scss */
.video .options .watch-trailer a {
  background: url("/vod/sbs/images/icons/watch-trailer.png") 8px center no-repeat;
}

/* line 238, ../scss/_video.scss */
.video .image .inPlaylist {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("/vod/sbs/images/icons/inplaylist.png") top left no-repeat;
  z-index: 2;
}

/* line 249, ../scss/_video.scss */
.video .removeFromPlaylist {
  display: none;
  position: absolute;
  top: 14px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url("/vod/sbs/images/icons/remove2.png") top left no-repeat;
  z-index: 2;
}

/**/
/*vod.widgets*/
/**/
/* Global */
/* line 5, ../scss/_widgets.scss */
.cell {
  padding: 10px;
  float: left;
  width: 60px;
}

/* line 11, ../scss/_widgets.scss */
.vod_widget > .cell.hover:hover {
  z-index: 20;
}

/* line 15, ../scss/_widgets.scss */
.vod_widget > .cell > .video {
  text-align: left;
  padding: 0;
  line-height: 1.5em;
}

/* line 21, ../scss/_widgets.scss */
.vod_widget .cell {
  position: relative;
}

/* Grid */
/* line 27, ../scss/_widgets.scss */
.grid .cell.hover:hover .video .time,
.grid .cell.hover:hover .video h3 {
  margin: 0 -11px 3px;
  padding: 0 10px;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* line 35, ../scss/_widgets.scss */
.grid .vod_loading {
  height: 600px;
}

/* Right Hand Column Widgets */
/* line 40, ../scss/_widgets.scss */
.vod_rhc .video .image img {
  width: 145px;
  height: 81px;
}

/* line 45, ../scss/_widgets.scss */
.vod_rhc .video .image {
  margin-right: 10px;
  float: left;
}

/* line 50, ../scss/_widgets.scss */
.vod_rhc .cell {
  width: 298px;
  height: 83px;
}

/* line 55, ../scss/_widgets.scss */
.vod_rhc .video .details {
  right: 0;
  width: 142px;
  padding: 5px 10px 10px 6px;
  min-height: 37px;
  z-index: 1;
}

/* line 63, ../scss/_widgets.scss */
.vod_rhc .overview {
  height: 80px;
}

/* line 67, ../scss/_widgets.scss */
.vod_rhc .cell.hover:hover .video .mask {
  display: block;
  width: 1px;
  height: 93px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 149px;
  z-index: 3;
}

/* line 78, ../scss/_widgets.scss */
.vod_rhc .cell .video h3 {
  white-space: normal;
}

/* VOD Left Column Last Chance Widget */
/* line 84, ../scss/_widgets.scss */
.vod_lhc .vod_lastchance .cell,
.vod_lhc .vod_lastchance .video .details {
  width: 137px;
}

/* line 88, ../scss/_widgets.scss */
.vod_lhc .vod_lastchance .cell {
  height: 145px;
}

/* line 92, ../scss/_widgets.scss */
.vod_lhc .vod_lastchance .video img {
  width: 137px;
  height: 77px;
}

/* VOD Left Column Last Chance Widget */
/* line 99, ../scss/_widgets.scss */
#vod_carousel .cell,
#vod_carousel .video .details {
  width: 132px;
}

/* line 103, ../scss/_widgets.scss */
#vod_carousel .cell {
  height: 145px;
}

/* line 107, ../scss/_widgets.scss */
#vod_carousel .video img {
  width: 132px;
  height: 74px;
}

/* line 112, ../scss/_widgets.scss */
#vod_carousel .video .details {
  z-index: 5;
}

/* VOD Featured Widget*/
/* line 118, ../scss/_widgets.scss */
.vod_featured .cell,
.vod_featured .video .details {
  width: 190px;
}

/* line 122, ../scss/_widgets.scss */
.vod_featured .cell {
  height: 160px;
}

/* line 126, ../scss/_widgets.scss */
.vod_featured .video img {
  width: 189px;
  height: 106px;
}

/* VOD Dropdown */
/* line 134, ../scss/_widgets.scss */
#vod_menu_dropdown .grid .cell,
#vod_menu_dropdown .grid .video .details {
  width: 137px;
}

/* line 138, ../scss/_widgets.scss */
#vod_menu_dropdown .grid .cell {
  height: 145px;
  text-align: left;
}

/* line 143, ../scss/_widgets.scss */
#vod_menu_dropdown .grid .cell.hover:hover {
  z-index: 10;
}

/* line 147, ../scss/_widgets.scss */
#vod_menu_dropdown .grid .video img {
  width: 137px;
  height: 77px;
}

/* Series / Programs */
/* line 156, ../scss/_widgets.scss */
.vod_programs .prog_list {
  float: left;
  width: 154px;
}

/* line 161, ../scss/_widgets.scss */
.vod_programs .prog_list li {
  float: none;
  width: auto;
  padding: 5px 10px;
}

/* line 167, ../scss/_widgets.scss */
.vod_video_detail .videoOptions.series .options {
  width: 150px;
  height: 26px;
  float: left;
}

/* line 173, ../scss/_widgets.scss */
.series .options .subscribe a {
  display: block;
}

/* Video Options*/
/* line 178, ../scss/_widgets.scss */
.vod_video_detail .videoOptions {
  width: 300px;
  margin: 5px 0;
  float: left;
}
/* line 183, ../scss/_widgets.scss */
.vod_video_detail .videoOptions .watch-trailer-options {
  margin-top: 0;
}

/* line 188, ../scss/_widgets.scss */
.vod_video_detail #video_version_container {
  float: left;
}

/* line 192, ../scss/_widgets.scss */
.vod_video_detail #video_version_container #video_versions {
  height: 26px;
  border-radius: 4px;
  margin-right: 3px;
}

/* line 199, ../scss/_widgets.scss */
.vod_video_detail #video_version_container {
  position: relative;
  width: 171px;
  margin: 5px 10px 5px 0;
}
/* line 204, ../scss/_widgets.scss */
.vod_video_detail #video_version_container:after {
  background: #ececec url("/vod/sbs/images/nav/dropdown-button.png") top right no-repeat;
  content: ' ';
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 26px;
  pointer-events: none;
}

/* line 218, ../scss/_widgets.scss */
.vod_video_detail .videoOptions.hasTrailer {
  width: auto;
}
/* line 221, ../scss/_widgets.scss */
.vod_video_detail .videoOptions.hasTrailer .options {
  display: inline-block;
}

/* line 226, ../scss/_widgets.scss */
.vod_video_detail .videoOptions .options {
  width: 139px;
}

/* line 230, ../scss/_widgets.scss */
.vod_video_detail .videoOptions .options li {
  float: left;
  width: 140px;
}

/* line 236, ../scss/_widgets.scss */
.vod_video_detail .videoOptions .options .add,
.vod_video_detail .videoOptions .options .remove {
  border-right: 1px solid #ccc;
}

/* line 240, ../scss/_widgets.scss */
#livefyre_comment_stream {
  padding: 0 10px;
}

/* Lead Marquee Video Options */
/* line 245, ../scss/_widgets.scss */
#vod_lead_marquee .videoOptions {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 63px;
  width: 30px;
}

/* line 253, ../scss/_widgets.scss */
#vod_lead_marquee .videoOptions .options {
  border-color: black;
}

/* line 257, ../scss/_widgets.scss */
#vod_lead_marquee .videoOptions .options li {
  float: left;
  width: 29px;
  background-image: none;
  background: #FFDC0D;
}

/* line 264, ../scss/_widgets.scss */
#vod_lead_marquee .videoOptions .options li a {
  text-indent: -9999px;
  overflow: hidden;
}

/* line 269, ../scss/_widgets.scss */
#collections {
  padding: 5px 0;
  height: 18px;
  clear: both;
}
/* line 274, ../scss/_widgets.scss */
#collections a {
  border: 1px solid #525e6e;
  border-right: none;
  background: #525e6e;
  position: relative;
  padding: 1px 5px;
  color: white;
  text-decoration: none;
  margin-right: 15px;
  float: left;
}
/* line 285, ../scss/_widgets.scss */
#collections a span {
  display: block;
  content: ' ';
  border: 1px solid #525e6e;
  background: #525e6e;
  height: 10px;
  width: 10px;
  position: absolute;
  right: -6px;
  top: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
/* line 303, ../scss/_widgets.scss */
#collections a:hover {
  color: white;
  background: #1b2024;
}
/* line 307, ../scss/_widgets.scss */
#collections a:hover span {
  background: #1b2024;
}

/**/
/*vod.menu*/
/**/
/* line 4, ../scss/_menu.scss */
#vod_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 21;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}

/* line 17, ../scss/_menu.scss */
#vod_menu {
  position: relative;
  color: #111;
  background: url(/vod/sbs/images/nav/topnav_bg_enhanced2.png) no-repeat 0 0;
  z-index: 22;
}

/* line 24, ../scss/_menu.scss */
#vod_menu:after {
  content: ' ';
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  height: 16px;
  background: url("/vod/sbs/images/nav/tab-shadow.png") 0 0 no-repeat;
  pointer-events: none;
}

/* line 35, ../scss/_menu.scss */
#vod_menu_dropdown {
  display: none;
  top: 100px;
  left: 0;
  right: 0;
  background: #fff;
  width: 990px;
  position: absolute;
  z-index: 10;
  box-shadow: 10px 17px 20px rgba(0, 0, 0, 0.4);
}

/* line 47, ../scss/_menu.scss */
#vod_menu_dropdown a {
  text-decoration: none;
}

/* Logo */
/* line 52, ../scss/_menu.scss */
#vod_menu, #vod_menu .logo {
  height: 100px;
}

/* line 56, ../scss/_menu.scss */
#vod_menu .logo {
  float: left;
  height: 50px;
  padding: 5px 10px 5px 20px;
  width: 150px;
}

/* line 63, ../scss/_menu.scss */
#vod_menu .logo {
  float: left;
  width: 172px;
}

/* line 68, ../scss/_menu.scss */
#vod_menu .logo a, #vod_menu .logo a:visited, #vod_menu .logo a:hover {
  text-indent: -999999px;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(/vod/sbs/images/layout/page/logo.png) no-repeat 4px 0;
}

/*Search Box*/
/* line 77, ../scss/_menu.scss */
#vod_menu .search_box .btn_submit {
  float: none;
  position: absolute;
  top: 13px;
  right: 20px;
  height: 27px;
  width: 24px;
  margin: 0;
  text-transform: uppercase;
  border: 0 none;
  background: transparent url(/vod/sbs/images/layout/page/search/button.gif) no-repeat 0 0;
  text-indent: -999em;
  cursor: pointer;
  font-weight: bold;
}

/* line 93, ../scss/_menu.scss */
#vod_menu .search_box .input_search {
  float: none !important;
  position: absolute;
  left: 19px;
  top: 13px;
  background: transparent;
  border: 0 none;
  padding: 5px 0 5px 5px;
  margin: 0;
  width: 184px;
  color: #bdbbbc;
}

/* line 106, ../scss/_menu.scss */
#vod_search.selected {
  background-color: #fff !important;
}

/* line 110, ../scss/_menu.scss */
#vod_menu .search_box {
  background: none;
  height: 60px;
  left: 315px;
  position: absolute;
  top: 0;
  width: 360px;
}

/* line 119, ../scss/_menu.scss */
#vod_menu #vod_search {
  background: transparent url(/vod/sbs/images/layout/page/search/search_bg.png) no-repeat 0 0;
  border: 0 none;
  height: 31px;
  margin-top: 15px;
  position: relative;
  width: 100%;
}

/* line 128, ../scss/_menu.scss */
#vod_menu .search_box .input_search {
  background: transparent;
  border: none;
  color: #bdbbbc;
  font-size: 13px;
  left: 0;
  margin: 0;
  padding: 7px 10px;
  position: absolute;
  top: 0;
  width: 240px;
}

/* line 142, ../scss/_menu.scss */
#vod_menu #vod_search:hover .input_search,
#vod_menu #vod_search.focused .input_search {
  color: #1a1a1a;
}

/* line 146, ../scss/_menu.scss */
#vod_menu #vod_search .btn_submit {
  background: transparent url(/vod/sbs/images/layout/page/search/search_button.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  float: none;
  height: 31px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

/* line 161, ../scss/_menu.scss */
#vod_menu #vod_search.focused,
#vod_menu #vod_search:active,
#vod_menu #vod_search:hover.btn_submit {
  background-position: 0 100%;
}

/* line 165, ../scss/_menu.scss */
#vod_menu #vod_search.selected .btn_submit {
  background-position: 0 -31px;
}

/* line 169, ../scss/_menu.scss */
#vod_menu .search_error {
  padding: 310px 20px;
  text-align: center;
}

/* Help Links */
/* line 175, ../scss/_menu.scss */
#vod_menu .help_links {
  right: 5px;
  position: absolute;
  top: 20px;
  z-index: 2;
}

/* line 182, ../scss/_menu.scss */
#vod_menu .help_links a {
  border: 1px solid transparent;
  color: #1a1a1a;
  display: inline-block;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  text-decoration: none;
  padding: 0 5px;
}

/* line 194, ../scss/_menu.scss */
#vod_menu .help_links a:hover,
#vod_menu .help_links a.link_selected {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 202, ../scss/_menu.scss */
#vod_menu .help_links a.link_selected {
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #ffcf00;
  font-weight: bold;
}

/* line 208, ../scss/_menu.scss */
#vod_menu .help_links > span {
  color: #bdbdbd;
  font-size: 18px;
}

/* Tabs */
/* line 214, ../scss/_menu.scss */
#vod_menu .vod_menu {
  float: left;
  height: 40px;
}

/* line 219, ../scss/_menu.scss */
#vod_menu .vod_menu li, #vod_menu .search_box {
  float: left;
  background: transparent url(/vod/sbs/images/nav/menu-sprite.png) no-repeat 0 100%;
}

/* line 224, ../scss/_menu.scss */
#vod_menu .vod_menu li {
  padding: 0;
  height: 40px;
}

/* line 229, ../scss/_menu.scss */
#vod_menu .vod_menu li:first-child {
  border-left: 1px solid #d6d6d6;
}

/* line 233, ../scss/_menu.scss */
#vod_menu .vod_menu li a {
  font-size: 16px;
  font-weight: normal;
  text-shadow: 1px 1px #fff;
  color: #111;
  padding: 0 40px 0 25px;
  margin-top: 1px;
  text-transform: none;
  line-height: 36px;
  height: auto;
  border-top: 2px solid transparent;
  border-right: solid 1px #d6d6d6;
  border-bottom: 1px solid #ffdb00;
  border-left: none;
  background: url(/vod/sbs/images/nav/menu-sprite.png) no-repeat right -587px;
  display: inline-block;
  text-decoration: none;
}

/* line 252, ../scss/_menu.scss */
#vod_menu .vod_menu li a:hover {
  background-color: #fff;
  background-position: right -637px;
  border-top: 2px solid #fff;
}

/* line 258, ../scss/_menu.scss */
#vod_menu .vod_menu li a.selected {
  background-color: #fff;
  background-position: right -787px;
  border-bottom: 1px solid transparent;
  border-top: 2px solid #FFDB00;
}

/* Playlist */
/* line 266, ../scss/_menu.scss */
#vod_menu .vod_playlist {
  position: absolute;
  z-index: 3000;
  right: 0;
  width: 197px;
  height: 51px;
}

/* line 274, ../scss/_menu.scss */
#vod_menu .playlist_summary {
  color: #fff;
  float: left;
  font-size: 1.2em;
  height: 100%;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  width: 100%;
}

/* line 285, ../scss/_menu.scss */
#vod_menu .playlist_summary > span {
  color: #fff;
  padding-left: 5px;
  font-size: 12px;
}

/* line 291, ../scss/_menu.scss */
#vod_menu .playlist_summary h2, .playlist_summary > span {
  position: absolute;
  top: 22px;
  line-height: 1em;
  left: 130px;
}

/* line 298, ../scss/_menu.scss */
#vod_menu .playlist_summary > span > span {
  font-weight: bold;
  color: #fff;
  padding: 0 3px;
  position: relative;
  top: 1px;
}

/* line 307, ../scss/_menu.scss */
#vod_menu .playlist_summary a,
#vod_menu .playlist_summary a:hover {
  background: transparent url(/vod/sbs/images/nav/menu-sprite.png) no-repeat right -587px;
  border-bottom: 1px solid #ffdb00;
  border-left: solid 1px #d6d6d6;
  border-top: 2px solid #edece8;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 1px 1px #fff;
  color: #111;
  height: 36px;
  line-height: 36px;
  padding: 0 86px 0 28px;
  position: static;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  width: auto;
}

/* line 327, ../scss/_menu.scss */
#vod_menu .playlist_summary > a > span {
  background-color: #FFDC0D;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #1a1a1a;
  height: 24px;
  left: 90px;
  position: absolute;
  text-align: center;
  top: 7px;
  width: 30px;
}

/* line 342, ../scss/_menu.scss */
#vod_menu .playlist_summary > a > span > span {
  overflow: visible;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

/* Dropdown */
/* Navigation */
/* line 353, ../scss/_menu.scss */
#vod_menu_dropdown .navigation {
  width: 173px;
  float: left;
  padding-top: 70px;
  text-align: left;
  overflow: hidden;
  min-height: 680px;
}

/* line 362, ../scss/_menu.scss */
#vod_menu_dropdown .navigation .frame {
  min-height: 640px;
  border-right: 1px solid #EEE;
}

/* line 367, ../scss/_menu.scss */
#vod_menu_dropdown .navigation h2 {
  color: #7F7F7F;
  font-weight: bold;
  font-size: 13px;
  height: auto;
  line-height: 1.3em;
  margin-bottom: 5px;
  padding: 10px 5px 10px 15px;
}

/* line 377, ../scss/_menu.scss */
#vod_menu_dropdown .navigation ul {
  padding: 0 0 0 10px;
}

/* line 381, ../scss/_menu.scss */
#vod_menu_dropdown .navigation ul.children {
  margin: 20px 0;
}

/* line 385, ../scss/_menu.scss */
#vod_menu_dropdown .navigation ul.children li.heading:first-child {
  margin-top: -20px;
}

/* line 389, ../scss/_menu.scss */
#vod_menu_dropdown .navigation ul li:first-child {
  border-top-left-radius: 8px;
}

/* line 393, ../scss/_menu.scss */
#vod_menu_dropdown .navigation ul li:last-child {
  border-bottom-left-radius: 8px;
}

/* line 397, ../scss/_menu.scss */
#vod_menu_dropdown .navigation ul li {
  width: 162px;
  background-color: #EAEAEA;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

/* line 404, ../scss/_menu.scss */
#vod_menu_dropdown .navigation ul li:hover {
  background-color: #fff;
}

/* line 408, ../scss/_menu.scss */
#vod_menu_dropdown .navigation ul li.separator {
  height: 20px;
  background-color: transparent;
}

/* line 413, ../scss/_menu.scss */
#vod_menu_dropdown .navigation ul li.selected {
  background-color: #FFDC0D;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

/* line 419, ../scss/_menu.scss */
#vod_menu_dropdown .navigation ul li a {
  padding: 6px 20px 6px 10px;
  display: block;
  font-size: 13px;
  color: #666 !important;
  font-weight: normal;
  text-shadow: 1px 1px white;
}

/* line 428, ../scss/_menu.scss */
#vod_menu_dropdown .navigation ul li.heading {
  width: 132px;
  background-color: #fff;
  padding: 6px 20px 6px 10px;
  display: block;
  font-size: 13px;
  color: #666 !important;
  font-weight: bold;
  text-shadow: 1px 1px white;
}

/* line 439, ../scss/_menu.scss */
#vod_menu_dropdown .navigation ul li.curve {
  border-top-left-radius: 8px;
}

/* line 443, ../scss/_menu.scss */
#vod_menu_dropdown .navigation ul li.hasChildren {
  background-image: url("/vod/sbs/images/nav/ico_list-arrow.png");
  background-position: 97% 50%;
  background-repeat: no-repeat;
}

/* Pagination */
/* line 450, ../scss/_menu.scss */
#vod_menu_dropdown .pagination {
  width: 280px;
  margin: 0 auto;
}

/* line 455, ../scss/_menu.scss */
#vod_menu_dropdown .pagination li {
  float: left;
  width: 50px;
  height: 2em;
  line-height: 2em;
  display: block;
}

/* line 463, ../scss/_menu.scss */
#vod_menu_dropdown .pagination li a {
  width: 50px;
  height: 2em;
  line-height: 2em;
  display: block;
}

/* line 470, ../scss/_menu.scss */
#vod_menu_dropdown .pagination li.next a {
  background: url("/vod/sbs/images/nav/ico_list-arrow.png") center center no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

/* line 476, ../scss/_menu.scss */
#vod_menu_dropdown .pagination li.prev a {
  background: url("/vod/sbs/images/nav/ico_list-arrow-prev.png") center center no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

/* line 482, ../scss/_menu.scss */
#vod_menu_dropdown .pagination li.page {
  width: 80px;
}

/* Buttons and misc*/
/* line 487, ../scss/_menu.scss */
#vod_menu_dropdown .back {
  background: url("/vod/sbs/images/nav/back.png") left center no-repeat;
  height: 20px;
  position: absolute;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  left: 12px;
  top: -40px;
  display: block;
  font-size: 12px;
  color: #444;
  text-decoration: none;
  padding: 0 25px;
  margin: 0;
}

/* line 504, ../scss/_menu.scss */
#vod_menu_dropdown .close {
  font-size: 12px;
  line-height: 11px;
  position: absolute;
  right: 12px;
  top: 10px;
  background: url(/vod/sbs/images/layout/page/the_grid/icons.png) no-repeat 40px -107px;
  padding: 5px 30px 5px 0;
  color: #444 !important;
  margin-right: 10px;
}

/* line 516, ../scss/_menu.scss */
#vod_menu_dropdown .content {
  min-height: 680px;
  background: none;
  margin: 15px 0;
  position: relative;
  float: left;
  width: 795px;
  padding: 0 10px;
}

/*#vod_menu_dropdown .grid {min-height: 668px}*/
/* line 527, ../scss/_menu.scss */
#vod_menu_dropdown .comingSoon {
  display: none;
  clear: both;
}

/* line 532, ../scss/_menu.scss */
#vod_menu_dropdown .sponsor, #vod_menu_dropdown .vod-movie-link, #vod_menu_dropdown .vod-programs-link {
  display: none;
}

/* line 536, ../scss/_menu.scss */
#vod_menu_dropdown.movies .sponsor {
  display: block;
  background: url("/ondemand/public/web/images/promo/950x100_1a.jpg") 0 0 no-repeat;
  width: 950px;
  height: 100px;
  margin: 20px 20px 0;
}

/* line 544, ../scss/_menu.scss */
#vod_menu_dropdown.movies .vod-movie-link {
  display: block;
}

/* line 548, ../scss/_menu.scss */
#vod_menu_dropdown.programs .vod-programs-link {
  display: block;
}

/* line 552, ../scss/_menu.scss */
#vod_menu_dropdown .comingSoon .column {
  width: 50%;
  float: left;
}

/* line 557, ../scss/_menu.scss */
#vod_menu_dropdown .comingSoon ul {
  margin: 0;
}

/* line 561, ../scss/_menu.scss */
#vod_menu_dropdown .comingSoon li {
  margin: 10px;
  text-align: left;
  list-style: none;
}

/* line 567, ../scss/_menu.scss */
#vod_menu_dropdown .vod_loader {
  min-height: 620px;
}

/* line 571, ../scss/_menu.scss */
#vod_menu_dropdown .tools {
  height: 45px;
}

/* Breadcrumbs */
/* line 576, ../scss/_menu.scss */
#vod_menu_dropdown .tools .breadcrumb h2 {
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  line-height: 45px;
  padding: 0 10px;
}

/* line 584, ../scss/_menu.scss */
#vod_menu_dropdown .tools .breadcrumb h2 .sort {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  color: #aaa;
  line-height: 45px;
  padding: 0 10px;
  margin-left: 10px;
  border-left: 1px solid #ccc;
}

/**/
/*vod.playlist*/
/**/
/* line 4, ../scss/_playlist.scss */
#vod_playlist {
  height: 39px;
  position: absolute;
  right: 0;
  top: 61px;
  width: 165px;
}

/* line 12, ../scss/_playlist.scss */
#vod_playlist .playlist_summary {
  border-right: 1px solid #D6D6D6;
}

/* line 16, ../scss/_playlist.scss */
#vod_playlist.selected {
  background: #fff;
}

/* line 20, ../scss/_playlist.scss */
#vod_playlist.selected .playlist_summary a {
  border-bottom-color: transparent;
  border-top-color: #FFDB00;
  background-position: right -787px;
}

/* line 26, ../scss/_playlist.scss */
#vod_playlist a {
  color: #111;
}

/* line 30, ../scss/_playlist.scss */
#vod_playlist_dropdown {
  position: absolute;
  right: 0;
  top: 39px;
  z-index: 11;
}

/* line 37, ../scss/_playlist.scss */
#vod_playlist_dropdown .vod_loader {
  height: 80px !important;
}

/* Quick view structure */
/* line 42, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick {
  width: 328px;
  height: 505px;
  background: #fff;
  z-index: 10;
  box-shadow: 10px 17px 20px rgba(0, 0, 0, 0.4);
  display: none;
  right: 0px;
  position: absolute;
  overflow: hidden;
}

/* line 54, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .tools {
  height: 42px;
  box-shadow: 0px 3px 3px #ccc;
  margin-bottom: 4px;
}

/* line 60, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .tools li {
  float: left;
  display: block;
}

/* line 65, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .tools .filter {
  position: absolute;
  top: 10px;
  left: 10px;
}

/* line 71, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .tools .filter li {
  height: 20px;
}

/* line 75, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .tools .filter li a {
  line-height: 20px;
  padding: 0 5px;
}

/* line 80, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .tools .filter .expireCount {
  font-weight: bold;
}

/* line 84, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .tools .options {
  position: absolute;
  top: 6px;
  right: 10px;
}

/* line 90, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .tools .options li {
  height: 20px;
  width: 20px;
  padding: 5px;
  margin: 0 5px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

/* line 105, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .tools .options li.selected,
#vod_playlist_dropdown .quick .tools .options li:hover {
  background: #dddddd;
}

/* line 109, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .tools .options li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

/* line 116, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .tools .options li.playlist a {
  background: url("/vod/sbs/images/icons/playlist.png") center center no-repeat;
}

/* line 120, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .tools .options li.subscriptions a {
  background: url("/vod/sbs/images/icons/subscriptions.png") center center no-repeat;
}

/* line 124, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .tools .options li.history a {
  background: url("/vod/sbs/images/icons/history.png") center center no-repeat;
}

/* line 128, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .tools .options li.preferences a {
  background: url("/vod/sbs/images/icons/preferences.png") center center no-repeat;
}

/* line 132, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .autoplay {
  position: absolute;
  bottom: 0;
  height: 36px;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 6px #ccc;
  background: #fff;
  z-index: 2;
}

/* line 143, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .autoplay ul {
  height: 22px;
  width: 65px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 7px;
  right: 10px;
}

/* line 153, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .autoplay li {
  display: block;
  float: left;
  width: 30px;
  height: 20px;
}

/* line 160, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .autoplay li a {
  display: block;
  line-height: 20px;
  text-transform: uppercase;
}

/* line 166, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .autoplay span {
  height: 36px;
  line-height: 32px;
  display: block;
  padding-left: 64px;
  text-align: left;
}

/* Quick view list */
/* line 175, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .playlist {
  display: none;
  height: 427px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}

/* line 184, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .playlist.selected {
  display: block;
}

/* line 188, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .cell {
  float: none;
  width: 306px;
  text-align: left;
  height: 50px;
  border-top: transparent;
  border-bottom: 1px solid #EEE;
}

/* line 197, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .cell .inPlaylist {
  display: none;
}

/* line 201, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .cell .video .info {
  float: left;
  width: 180px;
}

/* line 206, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .cell .video .details {
  display: none;
}

/* line 210, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .cell .video .image img {
  width: 85px;
  height: 47px;
}

/* line 215, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .cell .video .image {
  margin-right: 10px;
  float: left;
}

/* line 220, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .cell .video .details {
  right: 0;
  width: 154px;
  padding: 5px 10px 10px 6px;
  min-height: 37px;
}

/* line 227, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .cell .video h3 {
  white-space: normal;
  height: 32px;
}

/* line 232, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .cell.hover:hover .mask {
  display: none;
}

/* line 236, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .cell .removeFromPlaylist {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=0);
}

/* line 243, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .cell.hover:hover .removeFromPlaylist {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/* Empty quick view list */
/* line 251, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .playlist .emptyPlaylist {
  height: 40px;
  line-height: 40px;
  background: #eee;
  border-bottom: 1px solid #ccc;
}

/* line 258, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .playlist .help {
  height: 100px;
  padding-top: 100px;
}

/* line 263, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .playlist .help h3 {
  font-size: 18px;
}

/* line 267, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .playlist .help p {
  font-size: 16px;
}

/* line 271, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .playlist .help .plus {
  width: 20px;
  height: 20px;
  background: url("/vod/sbs/images/icons/add.png") center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}

/* line 283, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .playlist .login a {
  font-weight: bold;
}

/* line 287, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .playlist .autoplayTip {
  height: 40px;
  position: absolute;
  bottom: 4px;
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 8px;
}

/* Subscriptions */
/* line 298, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .subscriptions {
  display: none;
  height: 427px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}

/* line 307, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .subscriptions.selected {
  display: block;
}

/* line 311, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .subscriptions li {
  height: 20px;
  line-height: 20px;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #EEE;
  position: relative;
}

/* line 320, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .subscriptions .unsubscribe {
  position: absolute;
  top: 14px;
  right: 5px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: url("/vod/sbs/images/icons/unsubscribe.png") top left no-repeat;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
}

/* line 335, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .subscriptions li:hover .unsubscribe {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -webkit-transition: opacity .1s ease-in-out;
}

/* History */
/* line 345, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .history {
  display: none;
  height: 427px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}

/* line 354, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .history.selected {
  display: block;
}

/* line 358, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .history .clearAll {
  text-align: center;
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 10px;
  border-bottom: 1px solid #EEE;
}

/* line 367, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .history .removeFromPlaylist {
  display: none !important;
}

/* Preferences */
/* line 372, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .preferences {
  display: none;
}

/* line 376, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .preferences.selected {
  display: block;
}

/* line 380, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .preferences li:first-child {
  padding: 30px 20px;
  font-size: 16px;
  text-align: center;
}

/* line 386, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .preferences li {
  height: 30px;
  padding: 10px 20px;
  line-height: 20px;
  text-align: left;
}

/* line 393, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .preferences li input {
  padding-top: 10px;
  margin-right: 10px;
}

/* line 398, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .preferences li:last-child {
  text-align: center;
  padding: 30px 20px;
}

/* line 403, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .preferences li:last-child a {
  font-size: 18px;
  padding: 5px 10px;
}

/* line 408, ../scss/_playlist.scss */
#vod_playlist_dropdown .quick .preferences li:last-child a:hover {
  text-decoration: none;
}

/*vod.carousel*/
/* line 413, ../scss/_playlist.scss */
#vod_carousel {
  margin: 0 20px;
  background: #DDD;
  border: 1px solid #bbb;
  position: relative;
}

/* line 420, ../scss/_playlist.scss */
#vod_carousel > h3 {
  font-size: 14px;
  line-height: 1.2em;
  padding-left: 5px;
  position: absolute;
  top: 11px;
  left: 5px;
}

/* line 429, ../scss/_playlist.scss */
#vod_carousel .autoplay {
  height: 36px;
}

/* line 433, ../scss/_playlist.scss */
#vod_carousel .autoplay ul {
  height: 22px;
  width: 65px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 7px;
  right: 10px;
}

/* line 443, ../scss/_playlist.scss */
#vod_carousel .autoplay li {
  display: block;
  float: left;
  width: 30px;
  height: 20px;
}

/* line 450, ../scss/_playlist.scss */
#vod_carousel .autoplay li a {
  display: block;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

/* line 458, ../scss/_playlist.scss */
#vod_carousel .autoplay span {
  height: 36px;
  line-height: 34px;
  display: block;
  padding-left: 488px;
  text-align: left;
}

/**/
/*vod.onesite*/
/**/
/* line 4, ../scss/_social.scss */
.vod_login {
  display: none;
}

/* line 8, ../scss/_social.scss */
.vod_rhc .login ul {
  margin: 0;
  padding: 0;
}

/* line 13, ../scss/_social.scss */
.vod_rhc .login li {
  float: left;
}

/* line 17, ../scss/_social.scss */
.vod_rhc #oneWidgetAllMainContainer {
  display: none;
}

/* line 21, ../scss/_social.scss */
#oneWidgetAllMainContainer {
  z-index: 1;
}

/* line 25, ../scss/_social.scss */
#onesiteWidget {
  position: relative;
  height: 20px;
}

/* line 30, ../scss/_social.scss */
#onesiteWidget ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 5px;
}

/* line 38, ../scss/_social.scss */
#onesiteWidget ul li {
  margin: 0;
  padding: 0;
  float: left;
  color: #aaa;
  text-transform: uppercase;
  font-size: 10px;
}

/* line 47, ../scss/_social.scss */
#onesiteWidget ul li:first-child {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #aaa;
}

/* line 53, ../scss/_social.scss */
#onesiteWidget ul li a {
  color: #aaa;
}

/* line 58, ../scss/_social.scss */
#onesiteWidget ul li .user,
#onesiteWidget ul li .login {
  color: #FFDA00;
}

/* Video Error page*/
/* line 63, ../scss/_social.scss */
.vod-expired {
  padding: 20px;
  color: #ccc;
}

/* line 68, ../scss/_social.scss */
.vod-expired p {
  color: #ccc;
}

/* line 72, ../scss/_social.scss */
.vod-error {
  padding: 20px 0 20px 0;
  background-color: #ececec;
}

/* line 79, ../scss/_social.scss */
.vod-error.expired,
.vod-error.no-video,
.vod-error.coming-soon {
  background-color: #222;
}

/* line 83, ../scss/_social.scss */
.no-video {
  background-color: #222;
}

/* line 87, ../scss/_social.scss */
.vod-error .cell {
  min-height: 165px;
}

/* line 91, ../scss/_social.scss */
.vod-error .vod-placeholder {
  padding: 30px;
  background-color: #222;
  overflow: hidden;
}

/* line 97, ../scss/_social.scss */
.vod-error p {
  color: #ccc;
  padding: 0;
}

/* line 102, ../scss/_social.scss */
.vod-error p.error-description {
  font-size: 18px;
  line-height: 26px;
}

/* line 107, ../scss/_social.scss */
.vod-error p.description {
  color: #000;
  line-height: auto;
}

/* line 112, ../scss/_social.scss */
.vod-error p b {
  color: #fff;
}

/* line 116, ../scss/_social.scss */
.vod-error #error-image {
  float: left;
  margin-right: 20px;
}

/* line 121, ../scss/_social.scss */
.vod-error #error-image img {
  width: 190px;
  height: 107px;
}

/* line 126, ../scss/_social.scss */
.vod-error ul.vod_carousel_content.extras li.cell {
  margin-left: -10px;
}

/* line 131, ../scss/_social.scss */
.vod-error ul.vod_carousel_content.extras li.cell,
.vod-error .video .image img {
  width: 145px;
}

/* line 135, ../scss/_social.scss */
.vod-error .video .image {
  z-index: 2;
}

/* line 139, ../scss/_social.scss */
.vod-error.vod_related {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
}

/* line 146, ../scss/_social.scss */
.vod-error.vod_related .h2,
.vod-error.vod_related .h2 h2 {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 153, ../scss/_social.scss */
.vod-error.vod_related .h2 h2 {
  margin-top: 10px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid #525E6E;
}

/* line 162, ../scss/_social.scss */
.vod-error .video .details {
  z-index: 3;
}

/* line 166, ../scss/_social.scss */
.vod-error.coming-soon #error-image {
  width: 190px;
}

/* line 170, ../scss/_social.scss */
.vod-error.coming-soon #error-image .date-count-down {
  color: #ababab;
  font-family: Arial;
}

/* line 175, ../scss/_social.scss */
.vod-error.coming-soon #error-image .date-count-down.container {
  display: table;
  width: 190px;
  position: relative;
  top: -70px;
}

/* line 182, ../scss/_social.scss */
.vod-error.coming-soon #error-image .date-count-down.line {
  display: table-row;
  width: 190px;
}

/* line 190, ../scss/_social.scss */
.vod-error.coming-soon #error-image .date-count-down.days,
.vod-error.coming-soon #error-image .date-count-down.hours,
.vod-error.coming-soon #error-image .date-count-down.minutes,
.vod-error.coming-soon #error-image .date-count-down.seconds {
  display: table-cell;
  width: 40px;
  text-align: center;
  font-size: 8px;
}

/* line 197, ../scss/_social.scss */
.vod-error.coming-soon #error-image .date-count-down.seconds.highlight {
  font-size: 14px;
}

/* line 201, ../scss/_social.scss */
.vod-error.coming-soon #error-image .date-count-down.highlight {
  color: #FFC424;
  font-weight: bold;
  font-size: 20px;
}

/* line 207, ../scss/_social.scss */
.vod-error.coming-soon #error-image img {
  opacity: 0.2;
  display: table-cell;
}

/* line 212, ../scss/_social.scss */
.vod-error.coming-soon.single-video #error-image img {
  width: 190px;
  height: 106px;
}

/* line 217, ../scss/_social.scss */
.vod-error.coming-soon.single-video #error-image {
  margin-right: 10px;
}

/* line 221, ../scss/_social.scss */
.vod-error.coming-soon #coming-soon-tag {
  background-image: url(/vod/sbs/images/overlay/Live_In_Tag.png);
  width: 72px;
  height: 22px;
  position: absolute;
  top: 50px;
  opacity: 0.9;
}

/* line 230, ../scss/_social.scss */
.vod-error.coming-soon.single-video #coming-soon-tag {
  top: 10px;
}

/* line 234, ../scss/_social.scss */
.vod-error.single-video {
  padding: 0;
  height: 320px;
}

/* line 239, ../scss/_social.scss */
.vod-error.single-video .vod-placeholder {
  padding: 10px;
  height: 100%;
}

/* line 244, ../scss/_social.scss */
.vod-error.single-video p.error-description {
  font-size: 16px;
  text-align: left;
  margin: 0;
  line-height: 24px;
}

/* line 251, ../scss/_social.scss */
.vod-error.single-video p.error-description b {
  font-size: 18px;
  display: block;
}

/* line 256, ../scss/_social.scss */
.vod-error.single-video #error-image img {
  width: 160px;
  height: 90px;
}

/* line 261, ../scss/_social.scss */
.vod-error.single-video #error-image {
  margin-right: 10px;
}

/* line 265, ../scss/_social.scss */
.vod-error.single-video.vod_related .h2 h2 {
  display: none;
}

/* line 269, ../scss/_social.scss */
.vod-error.single-video ul.vod_carousel_content.extras li.cell, .vod-error.single-video .video .image img {
  width: 98px;
}

/* line 273, ../scss/_social.scss */
.vod-error.single-video .video h3 {
  font-size: 10px;
  line-height: 11px;
}

/* FB Ticker */
/* line 279, ../scss/_social.scss */
#vod_fb_ticker_container .cell, #vod_fb_ticker_container .overview {
  height: 60px;
}

/* line 283, ../scss/_social.scss */
#vod_fb_ticker_container .avatar-image {
  float: left;
  margin-right: 10px;
}

/* line 288, ../scss/_social.scss */
#vod_fb_ticker_container .avatar-image img {
  width: 60px;
  height: 60px;
}

/* line 293, ../scss/_social.scss */
#vod_fb_ticker_container .info .fbticker_title {
  color: #555555;
}

/* line 297, ../scss/_social.scss */
#vod_fb_ticker_container .info .fbticker_title span.fbticker-video-name {
  color: #000;
  font-weight: bold;
  display: block;
}

/* line 303, ../scss/_social.scss */
#vod_fb_ticker_container .info .fbticker-activity-time {
  color: #000;
  font-weight: bold;
  font-size: 10px;
}

/* line 309, ../scss/_social.scss */
#vod_fb_ticker_container .video .details {
  width: 226px;
}

/* line 313, ../scss/_social.scss */
#vod_fb_ticker_container .video .mask {
  left: 65px;
  height: 70px;
}

/* line 318, ../scss/_social.scss */
#vod_fb_ticker_container .video .details .fbticker-video-image {
  float: none;
  padding: 5px 0;
  background: #fff;
  margin-top: 10px;
  border-top: 1px solid #DDD;
  color: #888;
  font-size: 11px;
}

/* line 328, ../scss/_social.scss */
#vod_fb_ticker_container .video .details .fbticker-video-image img {
  width: 226px;
}

/* line 332, ../scss/_social.scss */
.vod_fb_ticker_widget ul.vod_buttons {
  height: 22px;
  padding: 0;
  position: relative;
  top: -3px;
  float: right;
}

/* line 340, ../scss/_social.scss */
.vod_fb_ticker_widget ul.vod_buttons li {
  display: block;
  float: left;
  width: 30px;
  height: 20px;
}

/* line 347, ../scss/_social.scss */
.vod_fb_ticker_widget ul.vod_buttons li a {
  display: block;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

/* line 355, ../scss/_social.scss */
.vod_fb_ticker_widget #fb_ticker_settings span {
  display: block;
  float: right;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin-right: 10px;
}

/* line 365, ../scss/_social.scss */
.vod_rhc .vod_fb_ticker_widget {
  background: #ececec url(../images/layout/page/rhc_bg.png) repeat-y 0 0 !important;
}

/* line 369, ../scss/_social.scss */
.vod_fb_ticker_widget .tooltip {
  background: url("../images/overlay/tooltip-bg.png") repeat scroll 0 0 transparent;
  box-shadow: 0 0 4px #FFFFFF;
  color: #D7DBDB;
  display: none;
  font-size: 13px;
  height: 30px;
  left: 172px;
  padding: 8px 12px 12px;
  position: absolute;
  text-align: center;
  top: -58px;
  width: 150px;
  z-index: 12;
}

/* line 385, ../scss/_social.scss */
.vod_fb_ticker_widget .tooltip .arrow {
  background: url("../images/overlay/tooltip-arrow.png") no-repeat scroll center center transparent;
  bottom: -8px;
  height: 8px;
  left: 81px;
  position: absolute;
  width: 18px;
}

/* line 394, ../scss/_social.scss */
.vod_fb_ticker_widget #fb_ticker_settings {
  overflow: hidden;
  padding-top: 4px;
}

/* Full ep + Extras tabs */
/* line 2, ../scss/_carousel.scss */
#vod_carousel_showmore {
  width: auto;
  margin: 10px 20px;
}

/* line 7, ../scss/_carousel.scss */
#vod_carousel_showmore .show_more_container {
  display: table;
  width: 100%;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #fff;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #fff;
}

/* line 16, ../scss/_carousel.scss */
#vod_carousel_showmore .show_more {
  display: table-row;
  width: 100%;
}

/* line 21, ../scss/_carousel.scss */
#vod_carousel_showmore .show_more {
  cursor: pointer;
}

/* line 25, ../scss/_carousel.scss */
#vod_carousel_showmore span {
  display: table-cell;
  border: none;
}

/* line 30, ../scss/_carousel.scss */
#vod_carousel_showmore span.show_more_arrow.left {
  left: 0;
  text-align: center;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d8d8d8;
}

/* line 38, ../scss/_carousel.scss */
#vod_carousel_showmore span.show_more_text {
  left: 0;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d8d8d8;
  color: #555555;
}

/* line 46, ../scss/_carousel.scss */
#vod_carousel_showmore span.show_more_arrow.right {
  right: 0;
  text-align: center;
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d8d8d8;
}

/* line 54, ../scss/_carousel.scss */
#vod_carousel_showmore span.show_more_arrow {
  width: 70px;
  padding: 10px;
  background-image: url("../images/buttons/show_more_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -200px;
}

/* line 64, ../scss/_carousel.scss */
#vod_carousel .pagination {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 10px;
  clear: both;
}

/* line 71, ../scss/_carousel.scss */
#vod_carousel .pagination_description, #vod_carousel .pagination_navigation {
  text-align: center;
}

/* line 75, ../scss/_carousel.scss */
#vod_carousel .pagination_navigation {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
  width: auto;
}

/* line 84, ../scss/_carousel.scss */
#vod_carousel .pagination span {
  padding: 10px;
  border: none;
}

/* line 89, ../scss/_carousel.scss */
#vod_carousel .pagination span.pagination_arrow {
  cursor: pointer;
}

/* line 93, ../scss/_carousel.scss */
#vod_carousel .pagination span.pagination_arrow.left {
  background-image: url("../images/buttons/prev_page_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 99, ../scss/_carousel.scss */
#vod_carousel .pagination span.pagination_arrow.right {
  background-image: url("../images/buttons/next_page_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 105, ../scss/_carousel.scss */
#vod_carousel .pagination span.pagination_arrow span {
  display: none;
}

/* line 109, ../scss/_carousel.scss */
#vod_carousel .pagination span.pagination_text {
  font-weight: bold;
}

/* line 113, ../scss/_carousel.scss */
.tabfilter hr {
  width: 100%;
  float: left;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #fff;
  margin-top: 15px;
  border-left: none;
  border-right: none;
}

/* Geo blocking warning */
/* line 2, ../scss/_geoblocking.scss */
#video_page_container #player #geoBlockDialog {
  width: 634px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 162px;
  top: 0;
}

/* line 10, ../scss/_geoblocking.scss */
body.vod_child #player #geoBlockDialog {
  width: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 0;
  margin-right: 0;
}

/* line 18, ../scss/_geoblocking.scss */
#player #geoBlockDialog {
  z-index: 1;
  position: absolute;
  font-weight: bold;
  color: black;
  text-align: center;
  height: 30px;
  background-color: white;
  padding-top: 14px;
  opacity: 0.9;
}

/* PDK custom end card */
/* line 2, ../scss/_endcard.scss */
.tpPlayerCard {
  display: none;
  height: 363px;
}

/* line 7, ../scss/_endcard.scss */
.tpPlayerCard {
  display: none;
  height: 363px;
}

/* line 12, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardSubContainer {
  padding: 20px 20px 20px 20px;
  height: 100%;
  background: rgba(19, 19, 19, 0.6);
  overflow: hidden;
}

/* line 19, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardTitle {
  overflow: hidden;
  clear: both;
}

/* line 24, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardTitle p {
  color: white;
  clear: both;
}

/* line 29, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardTitle hr {
  margin-bottom: 7px;
  opacity: 0.5;
  width: 604px;
}

/* line 35, ../scss/_endcard.scss */
.tpPlayerCard.regularEndCard #tpSbsEndCardTiles a {
  margin-right: 7px;
  margin-left: 7px;
}

/* line 40, ../scss/_endcard.scss */
.tpPlayerCard.regularEndCard #tpSbsEndCardTiles a img {
  margin-bottom: 5px;
}

/* line 44, ../scss/_endcard.scss */
.tpPlayerCard.regularEndCard #tpSbsEndCardTiles a .entryTitle {
  margin-bottom: 7px;
  margin-bottom: 7px;
  font-size: 11px;
  width: 188px;
  height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 55, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardTiles a img {
  border: 1px solid #5a5a5a;
}

/* line 59, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardSelectedVideo {
  clear: left;
}

/* line 63, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardCloseButton {
  float: right;
  top: -10px;
  position: relative;
  cursor: pointer;
}

/* line 70, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardDescription {
  padding-top: 28px;
}

/* line 74, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardDescription a {
  color: white;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
}

/* line 81, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardDetails {
  margin-bottom: 6px;
  overflow: hidden;
  float: left;
  padding-top: 3px;
}

/* line 88, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardDetails img {
  float: right;
  border: none;
  width: 280px;
}

/* line 94, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardDetails #playIcon {
  width: 70px;
  height: 70px;
  background: url(../images/buttons/video_play.png) no-repeat center;
  position: absolute;
  background-size: 70px;
  top: 112px;
  left: 442px;
}

/* line 104, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardDetails p {
  float: left;
  margin: 0 6px 0 0;
  color: #d3d3d3;
  width: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 158px;
  padding-right: 10px;
}

/* line 115, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardSubContainer {
  padding: 29px 17px 17px 17px;
  height: 100%;
  background: rgba(19, 19, 19, 0.5);
  overflow: hidden;
}

/* line 122, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardTitle p {
  color: white;
}

/* line 126, ../scss/_endcard.scss */
.tpPlayerCard.trailerEndCard #tpSbsEndCardTiles a:first-child {
  margin-left: 5px;
}

/* line 130, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardTiles a {
  margin-right: 6px;
  margin-bottom: 4px;
  float: left;
  display: block;
}

/* line 137, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardTiles a img {
  border: none;
}

/* line 141, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardSelectedVideo {
  clear: left;
}

/* line 145, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardCloseButton span {
  display: none;
}

/* line 149, ../scss/_endcard.scss */
.tpPlayerCard #tpSbsEndCardCloseButton {
  float: right;
  top: -10px;
  position: relative;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background: url("../images/buttons/close.png");
  opacity: 0.75;
}

/* line 160, ../scss/_endcard.scss */
.tpPlayerCard#tpSbsCardAdCountDown {
  height: 20px;
  top: 373px !important;
  width: 350px;
  left: 94px !important;
  background-color: transparent;
  color: black;
  font-size: 11px;
}

/* PDK logo overlay */
/* line 3, ../scss/_misc.scss */
#video_page_container {
  overflow: hidden;
}

/* line 7, ../scss/_misc.scss */
#tpSBSLogoOverlay {
  position: absolute;
  z-index: 2147483647;
  right: 0;
  bottom: 22px !important;
  display: none;
  top: auto !important;
  left: auto !important;
}

/* 100 Clicks banner */
/* line 18, ../scss/_misc.scss */
#festival100clicks_banner {
  padding-left: 10px;
  padding-top: 16px;
  display: block;
  float: left;
  width: 100%;
}

/* Search results */
/* line 3, ../scss/_search.scss */
#vod_menu_dropdown .navigation ul li.facet.selected {
  background-color: #FFDC0D;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background-image: url("../images/buttons/close.gif");
  background-position: 146px;
  background-repeat: no-repeat;
}

/* line 12, ../scss/_search.scss */
#vod_menu_dropdown .navigation ul li.facet.selected.noClose {
  background-image: none;
}

/* line 16, ../scss/_search.scss */
.vod_bg-tile-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 170px;
  display: block;
  font-size: 0;
  height: 492px;
  background: transparent;
  overflow: hidden;
}

/* line 6, ../scss/_lead-marquee.scss */
#vod_lead_marquee {
  width: 990px;
  position: relative;
}
/* line 10, ../scss/_lead-marquee.scss */
#vod_lead_marquee:before {
  content: ' ';
  display: block;
  position: absolute;
  left: -2px;
  top: 0;
  height: 370px;
  width: 16px;
  background: url("/vod/sbs/images/nav/carousel/line_shadow_left.png") 0 0 no-repeat;
  z-index: 1;
  pointer-events: none;
}
/* line 23, ../scss/_lead-marquee.scss */
#vod_lead_marquee:after {
  content: ' ';
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  height: 370px;
  width: 17px;
  background: url("/vod/sbs/images/nav/carousel/line_shadow_right.png") 0 0 no-repeat;
  z-index: 1;
  pointer-events: none;
}
/* line 36, ../scss/_lead-marquee.scss */
#vod_lead_marquee .viewport {
  overflow: hidden;
  position: relative;
  width: 990px;
  height: 370px;
}
/* line 42, ../scss/_lead-marquee.scss */
#vod_lead_marquee .viewport:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16px;
  background: url("/vod/sbs/images/nav/carousel/shadow-bottom.png") bottom left no-repeat;
  z-index: 1;
}
/* line 55, ../scss/_lead-marquee.scss */
#vod_lead_marquee .container {
  background: #000;
  overflow: hidden;
  width: 990px;
  height: 370px;
  position: relative;
  direction: ltr;
}
/* line 65, ../scss/_lead-marquee.scss */
#vod_lead_marquee .left-button,
#vod_lead_marquee .right-button {
  width: 40px;
  height: 185px;
  position: absolute;
  right: -41px;
  background: rgba(0, 0, 0, 0.3);
  color: #666;
  border-right: 1px solid #76797c;
  z-index: 4;
  font-size: 20px;
  text-decoration: none;
  box-sizing: border-box;
}
/* line 78, ../scss/_lead-marquee.scss */
#vod_lead_marquee .left-button:hover,
#vod_lead_marquee .right-button:hover {
  background: black;
}
/* line 82, ../scss/_lead-marquee.scss */
#vod_lead_marquee .left-button a,
#vod_lead_marquee .right-button a {
  overflow: hidden;
  display: block;
  width: 38px;
  height: 183px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}
/* line 93, ../scss/_lead-marquee.scss */
#vod_lead_marquee .left-button {
  border-top: 1px solid #595b5d;
  top: 185px;
}
/* line 97, ../scss/_lead-marquee.scss */
#vod_lead_marquee .left-button a {
  background: url("/vod/sbs/images/nav/carousel/left_default.png") center center no-repeat;
}
/* line 101, ../scss/_lead-marquee.scss */
#vod_lead_marquee .left-button:hover a {
  background: url("/vod/sbs/images/nav/carousel/left-active.png") center center no-repeat;
}
/* line 106, ../scss/_lead-marquee.scss */
#vod_lead_marquee .right-button {
  top: 0;
}
/* line 109, ../scss/_lead-marquee.scss */
#vod_lead_marquee .right-button a {
  background: url("/vod/sbs/images/nav/carousel/right_default.png") center center no-repeat;
}
/* line 113, ../scss/_lead-marquee.scss */
#vod_lead_marquee .right-button:hover a {
  background: url("/vod/sbs/images/nav/carousel/right_active.png") center center no-repeat;
}
/* line 118, ../scss/_lead-marquee.scss */
#vod_lead_marquee .left-button.disabled a {
  background: url("/vod/sbs/images/nav/carousel/left_inactive.png") center center no-repeat;
}
/* line 122, ../scss/_lead-marquee.scss */
#vod_lead_marquee .right-button.disabled a {
  background: url("/vod/sbs/images/nav/carousel/right_inactive.png") center center no-repeat;
}
/* line 126, ../scss/_lead-marquee.scss */
#vod_lead_marquee .block {
  background: #000;
  overflow: hidden;
  position: relative;
  float: left;
  height: 370px;
  width: 990px;
  color: white;
  text-align: left;
  opacity: 1;
}
/* line 138, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item-1 {
  height: 370px;
  width: 660px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 145, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item-1 img {
  width: 658px;
  height: 370px;
}
/* line 152, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item-2,
#vod_lead_marquee .item-3 {
  height: 185px;
  width: 330px;
  position: absolute;
  right: -1px;
}
/* line 159, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item-2 .heading .title,
#vod_lead_marquee .item-3 .heading .title {
  font-size: 18px !important;
  line-height: 21px;
}
/* line 164, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item-2 .heading .description,
#vod_lead_marquee .item-3 .heading .description {
  display: none;
}
/* line 169, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item-2 img,
#vod_lead_marquee .item-3 img {
  width: 329px;
  height: 185px;
}
/* line 176, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item-2 {
  top: -2px;
}
/* line 180, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item-3 {
  bottom: -1px;
}
/* line 184, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item {
  overflow: hidden;
}
/* line 187, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item .collection-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 356px;
  height: 370px;
  background: url("/vod/sbs/images/nav/carousel/title-angles-black_2a.png") top left no-repeat;
}
/* line 196, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item .collection-link {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  padding: 0;
  color: #FFC325;
  font-size: 16px;
  font-weight: bold;
  z-index: 4;
}
/* line 208, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item img {
  height: 100%;
}
/* line 212, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 221, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item .link {
  z-index: 2;
}
/* line 225, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item .heading {
  position: absolute;
  padding: 70px 20px 20px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: top left repeat-x url("/vod/sbs/images/nav/carousel/mask.png");
}
/* line 234, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item .heading .genre {
  margin-bottom: 3px;
  font-size: 11px;
  text-transform: uppercase;
  color: #9FA9B3;
}
/* line 241, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item .heading .title {
  font-size: 26px;
  text-shadow: 1px 1px #000;
  font-weight: bold;
}
/* line 248, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item .description {
  font-size: 13px;
  line-height: 18px;
  text-shadow: 1px 1px #000;
  color: #d7dbdb;
  margin-bottom: 9px;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
  position: relative;
}
/* line 259, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item .description .text {
  position: absolute;
  bottom: 0;
  display: table-cell;
  vertical-align: bottom;
}
/* line 267, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item:hover .description {
  height: 72px;
}
/* line 271, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item .playlistButton {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background: #ffdc0d url("/vod/sbs/images/icons/add.png") center center no-repeat;
  color: #000;
  z-index: 3;
  opacity: 0;
}
/* line 283, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item .playlistButton.remove {
  background: #ffdc0d url("/vod/sbs/images/icons/remove.png") center center no-repeat;
  display: none;
}
/* line 289, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item:hover .playlistButton {
  opacity: 1;
}
/* line 295, ../scss/_lead-marquee.scss */
#vod_lead_marquee .item-2 .description,
#vod_lead_marquee .item-3 .description {
  font-size: 10px;
}
/* line 299, ../scss/_lead-marquee.scss */
#vod_lead_marquee .indicator {
  padding: 10px 0 16px;
  height: 4px;
  margin: 0 auto;
}
/* line 304, ../scss/_lead-marquee.scss */
#vod_lead_marquee .indicator .page {
  width: 40px;
  height: 4px;
  background: #9FA9B3;
  margin-right: 10px;
  float: left;
}
/* line 311, ../scss/_lead-marquee.scss */
#vod_lead_marquee .indicator .page.active {
  background: #000;
}
/* line 316, ../scss/_lead-marquee.scss */
#vod_lead_marquee .indicator .page:last-child {
  margin-right: 0;
}
/* line 322, ../scss/_lead-marquee.scss */
#vod_lead_marquee .block-count-1 {
  width: 40px;
}
/* line 323, ../scss/_lead-marquee.scss */
#vod_lead_marquee .block-count-2 {
  width: 90px;
}
/* line 324, ../scss/_lead-marquee.scss */
#vod_lead_marquee .block-count-3 {
  width: 140px;
}
/* line 325, ../scss/_lead-marquee.scss */
#vod_lead_marquee .block-count-4 {
  width: 190px;
}
/* line 326, ../scss/_lead-marquee.scss */
#vod_lead_marquee .block-count-5 {
  width: 240px;
}

/* VOD Index */
/* line 4, ../scss/_index-pages.scss */
#vod_index_page {
  background: #ececec url("/vod/sbs/images/nav/index-bg.jpg") no-repeat;
  text-align: left;
  width: 970px;
  padding: 10px 10px 40px;
  float: left;
  font-family: "HelveticaNeue", "Helvetica", Arial, sans-serif;
}

/* line 13, ../scss/_index-pages.scss */
#vod_index_page .sponsor {
  background: rgba(255, 255, 255, 0.5);
  width: 990px;
  height: 140px;
  margin: -10px -10px 0;
}

/* line 20, ../scss/_index-pages.scss */
#vod_index_header {
  position: relative;
  padding: 10px;
}

/* line 25, ../scss/_index-pages.scss */
#vod_index_header h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 45px;
  text-shadow: 1px 1px white;
  color: #333;
}

/* line 33, ../scss/_index-pages.scss */
#vod_index_header .vod_share {
  background: transparent;
  width: 300px;
  margin: 20px 0 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 43, ../scss/_index-pages.scss */
.vod_share .vod_fb iframe {
  z-index: 21;
}

/* line 47, ../scss/_index-pages.scss */
#vod_index_header .description {
  color: #333;
  margin: 20px 0;
  font-size: 16px;
}

/* line 54, ../scss/_index-pages.scss */
#vod_index_page .cell,
#vod_index_page .video .details {
  width: 172px;
}

/* line 58, ../scss/_index-pages.scss */
#vod_index_page .cell {
  height: 160px;
}

/* line 62, ../scss/_index-pages.scss */
#vod_index_page .video img {
  width: 174px;
  height: 98px;
}

/* line 67, ../scss/_index-pages.scss */
#vod_index_page .cell.hover:hover {
  z-index: 10;
}

/* line 71, ../scss/_index-pages.scss */
#vod_index_page .cell {
  text-align: left;
}

/* line 75, ../scss/_index-pages.scss */
#vod_index_navigation {
  width: 162px;
  float: left;
  position: relative;
}

/* line 81, ../scss/_index-pages.scss */
#vod_index_navigation:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  width: 16px;
  background: url("/vod/sbs/images/nav/nav-shadow.png") 0 0 no-repeat;
  background-size: 16px 100%;
}

/* line 92, ../scss/_index-pages.scss */
#vod_index_navigation .name {
  padding-top: 20px;
  padding-left: 10px;
  font-size: 13px;
  color: #525E6E !important;
  font-weight: normal;
}

/* line 100, ../scss/_index-pages.scss */
#vod_index_navigation li {
  list-style: none;
  overflow: hidden;
}

/* line 105, ../scss/_index-pages.scss */
#vod_index_navigation li:first-child {
  border-top-left-radius: 8px;
}

/* line 109, ../scss/_index-pages.scss */
#vod_index_navigation li:last-child {
  border-bottom-left-radius: 8px;
}

/* line 113, ../scss/_index-pages.scss */
#vod_index_navigation ul {
  margin: 0;
  padding: 0;
}

/* line 118, ../scss/_index-pages.scss */
#vod_index_navigation li a {
  list-style: none;
  padding: 6px 10px;
  display: block;
  font-size: 12px;
  color: #525E6E !important;
  font-weight: normal;
  text-shadow: 1px 1px white;
  background: #dcdcdc;
}

/* line 129, ../scss/_index-pages.scss */
#vod_index_navigation a:hover {
  background: #fff;
  text-decoration: none;
}

/* line 134, ../scss/_index-pages.scss */
#vod_index_navigation a.selected {
  background: #FFDC0D;
}

/* line 138, ../scss/_index-pages.scss */
#vod_index_content {
  float: left;
  padding: 10px 0 10px 10px;
  width: 778px;
  margin-left: 10px;
}

/* line 145, ../scss/_index-pages.scss */
#vod_index_content .video-grid {
  background: url("/vod/sbs/images/nav/tab-shadow.png") 0 0 no-repeat;
  background-size: 100% 16px;
  min-height: 500px;
  padding-top: 10px;
}

/* line 152, ../scss/_index-pages.scss */
#vod_index_content .index-options .video-count {
  font-size: 13px;
  color: #525E6E;
  padding: 10px 0;
}

/* line 161, ../scss/_index-pages.scss */
#vod_index_content.program_index .video img {
  width: 236px;
  height: 133px;
}
/* line 166, ../scss/_index-pages.scss */
#vod_index_content.program_index .video .details {
  width: 236px;
}
/* line 172, ../scss/_index-pages.scss */
#vod_index_content.program_index .cell {
  height: 180px;
  width: 236px;
}
/* line 178, ../scss/_index-pages.scss */
#vod_index_content .index-options {
  position: relative;
}
/* line 182, ../scss/_index-pages.scss */
#vod_index_content .sort, #vod_index_content .language-filter {
  position: absolute;
  top: 0;
}
/* line 188, ../scss/_index-pages.scss */
#vod_index_content .sort {
  right: 0;
}
/* line 192, ../scss/_index-pages.scss */
#vod_index_content .language-filter {
  right: 194px;
}
/* line 196, ../scss/_index-pages.scss */
#vod_index_content .wrapper {
  position: relative;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
/* line 200, ../scss/_index-pages.scss */
#vod_index_content .wrapper:hover {
  box-shadow: inset 0 0 4px #a0aab4;
  color: #1b2024;
}
/* line 205, ../scss/_index-pages.scss */
#vod_index_content .wrapper:after {
  background: #ececec url("/vod/sbs/images/nav/dropdown-button.png") top right no-repeat;
  content: ' ';
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 26px;
  pointer-events: none;
}
/* line 220, ../scss/_index-pages.scss */
#vod_index_content .hidden {
  display: none;
}

/* line 225, ../scss/_index-pages.scss */
.vod-select-menu {
  color: #525e6e;
  background: url("/vod/sbs/images/nav/dropdown-button.png") top right no-repeat;
  height: 27px;
  width: 171px;
  font-size: 12px;
  line-height: 27px;
  padding: 4px 8px;
  border: none;
  position: relative;
}
/* line 236, ../scss/_index-pages.scss */
.vod-select-menu:hover {
  color: #1b2024;
}

/* line 241, ../scss/_index-pages.scss */
#vod_index_showmore {
  clear: both;
  margin: 20px 0;
  color: #525e6e;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #C5C9CB;
  line-height: 40px;
  text-align: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  box-shadow: white 1px 1px 0px;
  position: relative;
}
/* line 255, ../scss/_index-pages.scss */
#vod_index_showmore:hover {
  background-color: rgba(160, 170, 180, 0.25);
  box-shadow: #a0aab4 0 0 4px inset,white 1px 1px 0px;
  color: #1b2024;
  text-decoration: none;
  border: 1px solid #a0aab4;
}
/* line 263, ../scss/_index-pages.scss */
#vod_index_showmore:after {
  content: ' ';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("/vod/sbs/images/nav/dropdown-arrow.png") center center no-repeat;
}
/* line 274, ../scss/_index-pages.scss */
#vod_index_showmore:before {
  content: ' ';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/vod/sbs/images/nav/dropdown-arrow.png") center center no-repeat;
}

/* line 3, ../scss/_video-tabs.scss */
#vod_video_tabs {
  margin-top: -20px;
}
/* line 6, ../scss/_video-tabs.scss */
#vod_video_tabs .cell {
  margin-left: -7px;
}
/* line 9, ../scss/_video-tabs.scss */
#vod_video_tabs .cell:hover {
  z-index: 100;
}
/* line 14, ../scss/_video-tabs.scss */
#vod_video_tabs .tabs {
  background: url("/vod/sbs/images/nav/tabs/shadow.png") no-repeat center 35px;
  height: 50px;
}
/* line 18, ../scss/_video-tabs.scss */
#vod_video_tabs .tabs .tab {
  position: relative;
  float: left;
  width: 150px;
  height: 41px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
/* line 28, ../scss/_video-tabs.scss */
#vod_video_tabs .tabs .tab a {
  color: #9FA9B3;
  transition: color 0.2s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 35, ../scss/_video-tabs.scss */
#vod_video_tabs .tabs .tab a:hover {
  text-decoration: none;
  color: #525e6e;
}
/* line 43, ../scss/_video-tabs.scss */
#vod_video_tabs .tabs .tab:before {
  content: ' ';
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 5px;
  transition: background 0.2s ease-in-out;
  background: #9FA9B3;
  border-right: 1px solid #525E6E;
  border-left: 1px solid #D9DDE1;
}
/* line 58, ../scss/_video-tabs.scss */
#vod_video_tabs .tabs .tab:hover a {
  color: #525e6e;
}
/* line 62, ../scss/_video-tabs.scss */
#vod_video_tabs .tabs .tab:hover:before {
  background: #525e6e;
}
/* line 68, ../scss/_video-tabs.scss */
#vod_video_tabs .tabs .tab:last-child:before {
  border-right: none;
}
/* line 74, ../scss/_video-tabs.scss */
#vod_video_tabs .tabs .tab.active {
  background: url("/vod/sbs/images/nav/tabs/arrow.png") bottom center no-repeat;
}
/* line 77, ../scss/_video-tabs.scss */
#vod_video_tabs .tabs .tab.active a {
  color: #000;
}
/* line 81, ../scss/_video-tabs.scss */
#vod_video_tabs .tabs .tab.active:before {
  background: #000;
}

/* line 90, ../scss/_video-tabs.scss */
#vod_featured_lhc {
  min-height: 732px;
  display: block;
}

/* line 96, ../scss/_video-tabs.scss */
#vod_featured_movies .vod-movie-section {
  position: relative;
  clear: both;
  padding-top: 30px;
}
/* line 104, ../scss/_video-tabs.scss */
#vod_featured_movies .vod-movie-title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid #525E6E;
  padding: 8px 0 3px;
  width: 600px;
}
/* line 113, ../scss/_video-tabs.scss */
#vod_featured_movies .vod-movies-widget {
  margin-left: -3px;
}

/* line 118, ../scss/_video-tabs.scss */
.vod-movie-link, .vod-programs-link {
  display: block;
  width: 154px;
  height: 26px;
  background: transparent url("/vod/sbs/images/nav/link.png") top left no-repeat;
  line-height: 27px;
  padding: 0px 8px;
  position: absolute;
  top: 30px;
  right: 59px;
  color: #525e6e !important;
  text-decoration: none;
  overflow: hidden;
  border-bottom: 1px solid white;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
/* line 133, ../scss/_video-tabs.scss */
.vod-movie-link:after, .vod-programs-link:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: #f3f3f3 url("/vod/sbs/images/nav/link.png") top right no-repeat;
}
/* line 144, ../scss/_video-tabs.scss */
.vod-movie-link:hover, .vod-programs-link:hover {
  box-shadow: inset 0 0 4px #a0aab4;
  color: #1a1f23;
  text-decoration: none;
}

/* line 151, ../scss/_video-tabs.scss */
#vod_menu_dropdown .vod-movie-link, #vod_menu_dropdown .vod-programs-link {
  margin: 0 auto;
  top: 7px;
  right: 148px;
  text-align: left;
  color: #525e6e;
}

/* line 1, ../scss/_programs-listing.scss */
#vod_programs_movies_listing {
  margin-bottom: 20px;
}
/* line 5, ../scss/_programs-listing.scss */
#vod_programs_movies_listing a {
  color: #111111;
}
/* line 9, ../scss/_programs-listing.scss */
#vod_programs_movies_listing h2 {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid #525E6E;
  width: 600px;
  margin-bottom: 10px;
}
/* line 19, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .column {
  float: left;
  width: 33%;
}
/* line 24, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .genre {
  margin-top: 20px;
}
/* line 27, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .genre h3 {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin-right: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #525E6E;
}
/* line 36, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .genre a:hover {
  text-decoration: none;
}
/* line 42, ../scss/_programs-listing.scss */
#vod_programs_movies_listing ul li {
  width: 180px;
  margin-right: 10px;
  padding: 5px 0;
}
/* line 47, ../scss/_programs-listing.scss */
#vod_programs_movies_listing ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 54, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .program-blocks {
  width: 600px;
}
/* line 58, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .blocklist {
  margin-top: 20px;
}
/* line 60, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .blocklist li {
  float: left;
  width: 140px;
  margin-right: 10px;
}
/* line 66, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .blocklist img {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
/* line 71, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .tabs {
  background: url("/vod/sbs/images/nav/tabs/shadow.png") no-repeat center 35px;
  height: 50px;
}
/* line 75, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .tabs .tab {
  position: relative;
  float: left;
  width: 300px;
  height: 41px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
/* line 85, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .tabs .tab a {
  color: #9FA9B3;
  transition: color 0.2s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 92, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .tabs .tab a:hover {
  text-decoration: none;
  color: #525e6e;
}
/* line 100, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .tabs .tab:before {
  content: ' ';
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 5px;
  transition: background 0.2s ease-in-out;
  background: #9FA9B3;
  border-right: 1px solid #525E6E;
  border-left: 1px solid #D9DDE1;
}
/* line 115, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .tabs .tab:hover a {
  color: #525e6e;
}
/* line 119, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .tabs .tab:hover:before {
  background: #525e6e;
}
/* line 125, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .tabs .tab:last-child:before {
  border-right: none;
}
/* line 131, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .tabs .tab.active {
  background: url("/vod/sbs/images/nav/tabs/arrow.png") bottom center no-repeat;
}
/* line 134, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .tabs .tab.active a {
  color: #000;
}
/* line 138, ../scss/_programs-listing.scss */
#vod_programs_movies_listing .tabs .tab.active:before {
  background: #000;
}

/* line 147, ../scss/_programs-listing.scss */
#vod_movies_list {
  width: 600px;
  padding-top: 20px;
  clear: both;
}
/* line 152, ../scss/_programs-listing.scss */
#vod_movies_list h3 {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin-right: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #525E6E;
}
/* line 161, ../scss/_programs-listing.scss */
#vod_movies_list .column.one {
  width: 25%;
}
/* line 165, ../scss/_programs-listing.scss */
#vod_movies_list .column.two {
  width: 75%;
}
/* line 168, ../scss/_programs-listing.scss */
#vod_movies_list .column.two li {
  float: left;
  width: 135px;
}

/* line 2, ../scss/_homepage.scss */
.homepage_lhc .separator {
  width: 600px;
  margin: 20px 0;
}
