#omnicarousel {
  margin-bottom: 20px;
  position: relative;
}
.omnicarousel {
  width: 960px;
  position: relative;
  background-color: #000;
}
.omnicarousel-content {
  position: relative;
}
.omnicarousel p {
  margin-bottom: 0;
}
.omnicarousel-image {
  width: 960px;
  height: 283px;
  position: relative;
  background-image: url(/sc_assets/images/desktop/framework/home/100.png);
}
.omnicarousel-fader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url(/sc_assets/images/desktop/framework/home/100.png);
}
.omnicarousel-shader {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  background-image: url(/sc_assets/images/desktop/framework/icons/shade.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.omnicarousel-controls {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
}
.omnicarousel-controls:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.omnicarousel-thumbnails {
  float: left;
  height: 79px;
  overflow: hidden;
}
.omnicarousel-thumbnails ul {
  position: relative;
}
.omnicarousel-thumbnails ul li {
  width: 220px;
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  position: absolute;
}
.omnicarousel-tile {
  width: 220px;
  height: 65px;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}
.omnicarousel-border {
  width: 214px;
  height: 59px;
  border-style: solid;
  border-width: 3px;
  border-color: #ffffff;
  filter: alpha(opacity = 0);
  opacity: 0;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}
.omnicarousel-tile .omnicarousel-tile-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.omnicarousel-thumbnails ul li.selected .omnicarousel-border {
  filter: alpha(opacity = 1);
  opacity: 1;
  border-color: #59b4de;
}
.omnicarousel-mini-lock {
  position: absolute;
  left: 83px;
  top: 8px;
  z-index: 3;
  background-image: url(/sc_assets/images/desktop/framework/icons/mini_lock.png);
  width: 49px;
  height: 49px;
}
.omnicarousel-big-lock {
  cursor: pointer;
  position: absolute;
  left: 418px;
  top: 208px;
  z-index: 3;
  background-image: url(/sc_assets/images/desktop/framework/icons/big_lock.png);
  width: 124px;
  height: 124px;
}
.omnicarousel-big-lock:hover {
  background-position: -124px;
}
.omnicarousel-big-lock.locked {
  background-position: -248px;
  cursor: default;
}
.omnicarousel-big-lock.locked:hover {
  background-position: -372px;
}
.omnicarousel-mini-lock:hover {
  background-position: 49px;
}
.omnicarousel-facebook-lock {
  width: 205px;
  height: 190px;
  background-color: #FFF;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-image: url(/sc_assets/images/desktop/framework/icons/fb_lock_arrow.png);
  background-repeat: no-repeat;
  background-position: left top;
  cursor: default;
  position: relative;
  z-index: 4;
}
.omnicarousel-facebook-lock h4 {
  color: #59b4de;
  text-transform: uppercase;
  font-weight: 600;
}
.omnicarousel-facebook-lock p {
  margin-bottom: .5em;
  color: #333333;
}
.omnicarousel-facebook-lock .fb-login-button {
  left: -10px;
}
.omnicarousel-facebook-lock-arrow {
  position: absolute;
  left: -60px;
  top: 0;
}
.omnicarousel-thumbnails ul li p {
  margin-top: 2px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  white-space: nowrap;
  text-transform: uppercase;
}
.omnicarousel-previous {
  width: 16px;
  height: 100%;
  float: left;
  background-image: url(/sc_assets/images/desktop/framework/icons/omnicarousel_controls.png);
  background-position: -32px;
}
.omnicarousel-previous:hover {
  background-position: -16px;
}
.omnicarousel-previous:active {
  background-position: 0;
}
.omnicarousel-next {
  width: 16px;
  height: 100%;
  background-image: url(/sc_assets/images/desktop/framework/icons/omnicarousel_controls.png);
  float: left;
  background-position: -48px;
}
.omnicarousel-next:hover {
  background-position: -64px;
}
.omnicarousel-next:active {
  background-position: -80px;
}
.omnicarousel-text {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding-bottom: 17px;
}
.omnicarousel-sharing {
  position: absolute;
  top: 30px;
  width: 190px;
  margin-left: 80px;
  right: 0;
}
.omnicarousel-message {
  position: relative;
  padding-left: 24px;
}
.omnicarousel-message p {
  color: #d1d1d1;
  font-size: 16px;
  margin-bottom: 5px;
  min-width: 600px;
  min-width: 200px;
}
.omnicarousel-message span {
  color: #FFFFFF;
  text-transform: uppercase;
  min-width: 600px;
}
.omnicarousel-message h2 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  min-width: 600px;
}
.omnicarousel-message span a {
  padding-left: 10px;
  background-image: url(/sc_assets/images/desktop/framework/icons/link_arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 15px;
  font-size: 11px;
  line-height: 11px;
  color: #FFFFFF;
}
.omnicarousel-message span a,
.omnicarousel-message span a:visited,
.omnicarousel-message span a:active,
.omnicarousel-message span a:hover {
  color: #59b4de;
  text-decoration: none;
  z-index: 10;
  font-weight: 600;
}
.omnicarousel-previous.disabled,
.omnicarousel-next.disabled {
  visibility: hidden;
}
.omnicarousel-tunein {
  display: none;
  position: absolute;
  z-index: 4;
  min-width: 200px;
  right: 24px;
  top: 0;
  color: #FFF;
  font-size: 15px;
  border-left-width: 1px;
  border-left-color: #999999;
  border-left-style: solid;
  padding: 10px 0px 10px 15px;
  text-transform: uppercase;
}
.omnicarousel-tunein p:first-child {
  margin-bottom: 3px;
  font-weight: 200;
}
.omnicarousel-tunein p:last-child {
  color: #d1d1d1;
  font-weight: 400;
  font-size: 24px;
  white-space: nowrap;
}
.omnicarousel-tunein p:last-child span {
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
}
.omnicarousel-tunein p:last-child span.et {
  position: relative;
  top: -10px;
}
.omnicarousel-tunein p:last-child span.pt {
  position: relative;
  margin-left: -12px;
}
/*full epidodes carousel*/
body#full-episodes .omnicarousel-image {
  height: 540px;
}
body#full-episodes .omnicarousel-shader {
  opacity: 0;
}
body#full-episodes .omnicarousel-text {
  padding-bottom: 0;
}
body#full-episodes .omnicarousel-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
  min-height: 36px;
}
body#full-episodes .omnicarousel-message {
  width: auto;
  margin-top: .5em;
  margin-bottom: 0;
  padding-right: 24px;
}
body#full-episodes .omnicarousel-sharing {
  top: 560px;
}
