@font-face{
  font-family: "autoplay-font";
  src: url('//reflex.synacormedia.com/fonts/autoplay-font.eot');
  src: url('//reflex.synacormedia.com/fonts/autoplay-font.woff') format('woff'),
       url('//reflex.synacormedia.com/fonts/autoplay-font.ttf') format('truetype'),
       url('//reflex.synacormedia.com/fonts/autoplay-font.svg#autoplay-font') format('svg'),
       url('//reflex.synacormedia.com/fonts/autoplay-font.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal
}
.synapcss_container * {
  font-family: HelveticaNeue, Arial, sans-serif;
  text-transform: none;
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: unset;
}
.synapcss_container {
  font-family: HelveticaNeue, Arial, sans-serif;
  font-size: 16px;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  background: black;
}
.synapcss_container h1,
.synapcss_container h3 {
  font-weight: normal;
}
.synapcss_container a,
.synapcss_container a:hover,
.synapcss_container a:focus {
  text-decoration: none;
}
.synapcss_container .synapcss_icon {
  font-family: "autoplay-font", sans-serif;
  font-size: 17px;
  color: #999;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  margin: 0 2px;
  cursor: pointer;
  vertical-align: middle;
}
.synapcss_container .synapcss_expanded .synapcss_icon {
  margin-bottom: 5px;
}
.synapcss_container .synapcss_icon:active,
.synapcss_container .synapcss_icon:hover,
.synapcss_container .synapcss_icon:focus {
  border-radius: 2px;
  color: #009ede;
}
.synapcss_container .synapcss_iconPlay:after {
  content: "\25b6";
}
.synapcss_container .synapcss_iconPause:after {
  content: "\258C\258C";
  letter-spacing: -0.6em;
}
.synapcss_container .synapcss_iconPause {
  text-align: left;
  text-indent: -0.07em;
}
.synapcss_container .synapcss_iconMute:after {
  content: "\1F507";
}
.synapcss_container .synapcss_iconUnmute:after {
  content: "\1F50A";
}
.synapcss_container .synapcss_iconPrevious:after {
  content: "\27E8";
}
.synapcss_container .synapcss_iconNext:after {
  content: "\27E9";
}
.synapcss_container .synapcss_iconAssetIcon:after {
  content: "\27A2";
}
.synapcss_container .synapcss_iconClose:after {
  content: "\2A09";
}
.synapcss_container .synapcss_iconHD {
  font-size: 14px;
  width: 34px;
  margin-top: -6px;
  height: 16px;
  padding-top: 2px;
}
.synapcss_container .synapcss_iconHD.synapcss_active {
  color: white;
  background-color: #aaa;
  border-radius: 2px;
}
.synapcss_container .synapcss_iconHD:active,
.synapcss_container .synapcss_iconHD:hover,
.synapcss_container .synapcss_iconHD:focus  {
  color: white;
  background-color: #009ede;
  border-radius: 2px;
}
.synapcss_container .synapcss_iconHD:after {
  content: "HD";
}
.synapcss_container .synapcss_counter {
  color: #999;
  font-size: 11px;
  display: none;
  vertical-align: super;
}
.synapcss_container .synapcss_nowPlayingBackground {
  top: 1px;
  background: white;
  opacity: 0.8;
  width: 100%;
  height: 32px;
  position: absolute;
  z-index: 3;
}
.synapcss_container .synapcss_nowPlayingContainer.synapcss_expanded .synapcss_nowPlayingBackground {
  opacity: 1;
}
.synapcss_container .synapcss_nowPlayingContainer {
  position: absolute;
  color: black;
  font-size: 11px;
  text-align: left;
  visibility: hidden;
  overflow: hidden;
}
.synapcss_container .synapcss_nowPlayingContainer h1 {
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  padding: 0 7px 0 0;
  display: inline;
  color: #009fdb;
  white-space: nowrap;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64em;
  letter-spacing: normal;
  vertical-align: middle;
}
.synapcss_container .synapcss_nowPlayingContainer.synapcss_expanded .synapcss_counter {
  display: inline;
}
.synapcss_container .synapcss_nowPlayingContainer.synapcss_expanded .synapcss_nowPlayingDiv span.synapcss_title {
  font-size: 11px;
  display: block;
  clear: both;
}
.synapcss_container .synapcss_nowPlayingContainer .synapcss_upNextDiv h1,
.synapcss_container .synapcss_nowPlayingContainer .synapcss_upNextDiv span.synapcss_title {
  line-height: 1.45em;
}

.synapcss_container .synapcss_upNextDiv {
  position: relative;
  z-index: 3;
  padding: 6px 11px 1px 11px;
  border-top: 1px solid #ddd;
  visibility: hidden;
}

.synapcss_container .synapcss_nowPlayingContainer span.synapcss_title {
  line-height: 1.64em;
  padding-left: 4px;
  font-size: 11px;
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  color: #555555;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}
.synapcss_container .synapcss_nowPlayingContainer .synapcss_upNextDiv {
  display: none;
}
.synapcss_container .synapcss_nowPlayingContainer.synapcss_expanded .synapcss_upNextDiv {
  display: block;
}

.synapcss_container .synapcss_nowPlayingContainer h1 {
  float: left;
}

.synapcss_container .synapcss_nowPlayingControls {
  float: right;
  height: 14px;
  margin: 0 -6px 0 0;
  white-space: nowrap;
}
.synapcss_container .synapcss_nowPlayingDiv {
  margin-top: 1px;
  padding: 6px 11px 6px 11px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  line-height: 11px;
}
.synapcss_container .synapcss_comingUpPlaylist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  color: black;
  padding: 0;
  text-align: center;
  z-index: 3;
  overflow: hidden;
  opacity: 0.98;
}
.synapcss_container .synapcss_comingUpPlaylist a {
  width: 100%;
}
.synapcss_container .synapcss_comingUpPlaylist h1 {
  font-weigth: bold;
  font-size: .9em;
  color: #009fdb;
}
.synapcss_container .synapcss_comingUpPlaylist h3 {
  font-size: .8em;
  text-align: left;
  padding: .6em;
  margin: 2px;
  color: gray;
  border: 2px solid white;
}
.synapcss_container .synapcss_comingUpPlaylist h3.synapcss_active {
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: white;
  border: 2px solid white;
  background-color: #009fdb;
}
.synapcss_container .synapcss_comingUpPlaylist h3 span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.synapcss_container .synapcss_comingupThumbnail,
.synapcss_container .synapcss_comingupThumbnailContainer {
  display: block;
  height: 3em;
  width: 5.34em;
}
.synapcss_container .synapcss_comingupThumbnailPlayIcon {
  font-family: "autoplay-font";
  text-align: center;
  position: absolute;
  top: 0;
  font-size: 2em;
  color: white;
  font-weight: normal;
  opacity: .7;
  width: 100%;
  height: 100%;
  line-height: 1.5em;
}
.synapcss_container .synapcss_comingupThumbnailContainer {
  position: relative;
  margin: 0 10px;
  display: table-cell;
  vertical-align: middle;
}
.synapcss_container .synapcss_comingupThumbnailCenter {
  position: relative;
}
.synapcss_container .synapcss_comingupThumbnailContainer img {
  background-color: #333;
  border: 1px solid #eee;
}
.synapcss_container .synapcss_active .synapcss_comingupThumbnailContainer img {
  border: 1px solid #009fdb;
}
.synapcss_container .synapcss_assetPreview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  padding: 0;
  text-align: left;
  z-index: 3;
  overflow: hidden;
  opacity: 0.98;
  background-size: cover;
  background-position: center;
}
.synapcss_container .synapcss_assetPreview a,
.synapcss_container .synapcss_assetPreview a:hover,
.synapcss_container .synapcss_assetPreview a:focus {
  color: white;
}
.synapcss_container .synapcss_assetPreview .synapcss_dimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  opacity: 0.98;
  z-index: 4;
}
.synapcss_container .synapcss_assetPreview .synapcss_assetPreviewText {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
}
.synapcss_container .synapcss_assetPreview h1 {
  font-size: 1em;
  letter-spacing: 0.5px;
  padding: 0 21px;
}
.synapcss_container .synapcss_assetPreview h2 {
  font-size: 1.5em;
  padding: 0 21px;
  font-weight: bold;
}
.synapcss_container .synapcss_assetPreview h3 {
  font-size: 1.1em;
  margin-top: -0.5em;
  padding: 0 21px;
  font-weight: bold;
}
.synapcss_container .synapcss_watchNowIcon {
  font-family: "autoplay-font";
  font-size: 1.5em;
  padding-right: 10px;
  vertical-align: bottom;
}
.synapcss_container .synapcss_comingupGradient {
  height: 40px;
  bottom: 0;
  width: 100%;
  position: absolute;
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(270deg, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(270deg, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); /* Standard syntax */
}
.synapcss_container .synapcss_loadingCover {
  background-color: #EFEFEF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: #aaa;
}
.synapcss_container .synapcss_staticAdModal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #EFEFEF;
  visibility: hidden;
  color: #aaa;
  overflow: hidden;
}
.synapcss_container .synapcss_static-content {
  height: 250px;
  width: 300px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -125px;
  margin-left: -150px;
  box-shadow: 0 5px 20px black;
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255,255,255,0.4)));
  background: #333;
}
.synapcss_container .synapcss_static-content-after {
	position: absolute;
	width: 300px;
	height: 250px;
	top: 50%; left: 50%;
  margin-top: -125px;
  margin-left: -150px;
	transform-origin: 0 100%;
	transform: scaleY(-1);
	content: '';
  z-index: 2;
}
.synapcss_container .synapcss_static-content-box {
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.synapcss_container .synapcss_static-top-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 70%;
  background: black;
  background: -webkit-radial-gradient(#666, black); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#666, black); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#666, black); /* For Firefox 3.6 to 15 */
  background: radial-gradient(farthest-corner at 50% 65%, #555 0%, #111 85%); /* Standard syntax */
  filter: blur(2px);
  z-index: 1;
}
.synapcss_container .synapcss_static-bottom-gradient {
  position: absolute;
  bottom: 0;
  background: black; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(#666, black); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#666, black); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#666, black); /* For Firefox 3.6 to 15 */
  background: radial-gradient(farthest-corner at 50% 35%, #888 0%, #111 75%); /* Standard syntax */
  width: 100%;
  height: 35%;
  filter: blur(2px);
}
.synapcss_container .synapcss_loadingCover h1, .synapcss_staticAdModal h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  position: relative;
  top: 50%;
  margin: 0;
}
.synapcss_container .synapcss_playerFrame {
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.synapcss_container .synapcss_topBorder {
  z-index: 1000;
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
}
.synapcss_container .synapcss_botBorder {
  z-index: 1000;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
}
.synapcss_container .synapcss_lftBorder {
  z-index: 1000;
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
}
.synapcss_container .synapcss_rgtBorder {
  z-index: 1000;
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
}
.synapcss_playercontainer {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

