
.dart-tag {
  position: relative;
}

/* episode video state */
.video-state-wrap {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 25%;
  z-index: 10;
  /*margin: 0 0 0 2.5%;*/
}

.video-state-wrap a {
  text-decoration: none;
}
.video-state {
/*
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  z-index: 2000;
*/
  border: 2px solid #ccc;
  background: rgba(65,62,61,0.3);
  border-radius: 50%;
  margin: 0 auto 1.5vh auto;
  text-align: center;
  z-index: 900;
  width: 8.4vh;
  height: 8.4vh;
}

.video-state:hover  {
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  /*
  width: 10vh;
  height: 10vh;
  */
}

.video-state .active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.video-state-text {
  /*letter-spacing: 2px;*/
  line-height: 2vh;
  font-family: 'AmperstandardMedium';
  font-size: 1.5vh;
  color: #0a63b0;
  text-align: center;
  /*text-transform: uppercase;*/
}

.video-state img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}

.video-state .no-cursor {
  cursor: default;
}

.video-state span {
  font-family: 'AmperstandardHeavy', sans-serif;
}

.download-to-own {
  text-align: center;
  background-color: #b2acae;
  padding: 18px 0 0 0;
  width: 28vh;
}

.download-to-own-wrapper {
  padding: 34px 0 0 0;
  position: absolute;
  top: 71vh;
  left: 18vh;
  width: 28vh;
}

.download-to-own-wrapper .tip {
  background: transparent url(/profiles/aetv/modules/custom/aetv_episode/images/download-to-own-tip.png) no-repeat;
  height: 9px;
  width: 19px;
  margin: 0 auto;
}

.download-to-own .right {
  margin: 0 0 10px 0;
  max-width: 38%;
  height: auto;
}

.download-to-own .left {
  margin: 0 24px 10px 0;
  max-width: 38%;
  height: auto;
}


/* start hero text overlay */

.eg-hero .hero-text-wrapper {
  position: absolute;
  padding: 0;
  bottom: 85px;
  left: 0;
  width: 55vh;
  /*background: #0a63b0;*/
  background: transparent;
}

.eg-hero .hero-text {
  position: absolute;
  z-index: 10;
  width: 65%;
  /*padding: 0 0 8% 5%;*/
  left: 25px;
  bottom: 25px;
  padding: 0 0 20px 0;
}

.eg-hero .hero-text h1,
.eg-hero .hero-text h2 {
  float: left;
  display: block;
  /*clear: both;*/
}


@media screen and (max-height: 1120px) {

  .tiles-right {
    margin-top: 15px;
  }
/*
  .eg-hero.hero-text .episode-episode-title {
    margin-top: 9px !important;
  }
*/
}

@media screen and (max-height: 1024px) {

  .tiles-right {
    margin-top: 30px;
  }
/*
  .eg-hero .hero-text .episode-episode-title {
    margin-top: 4px !important;
  }
*/
}

@media screen and (max-height: 942px) {

  .tiles-right {
    margin-top: 30px;
  }
/*
  .eg-hero .hero-text .episode-episode-title {
    margin-top: 4px !important;
  }
*/
}

/* end hero text overlay */
.eg-hero .hero-image-darken {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  z-index: 1;

}
.eg-hero.open .hero-image-darken {
  background: #000;
  opacity: 0.3;
}

.eg-hero .hero-text .episode-show-name {
  font-family: 'AmperstandardHeavy';
  /*font-size: 1.4vh;*/
  font-size: 15px;
  color: #fff;
  padding-right: 4px;
  text-transform: uppercase;
}

.eg-hero .hero-text .episode-season-and-episode{
  /*font-family: 'Roboto Condensed', sans-serif;*/
  /*font-size: 1.4vh;*/
  font-family: 'AmperstandardHeavy';
  /*font-size: 14px;*/
  font-size: 15px;
  color: #fff;
  display: inline;
  font-weight: normal;
}

.eg-hero .hero-text .episode-season-and-episode.light-text {
  color: #FFF;
}


.eg-hero .hero-text .divider {
  font-size: 12px;
  color: #999;
  vertical-align: 1px;
}


.eg-hero .hero-text p.premier_info {
  color: #fff;
  clear: both;
  line-height: 20px;
  font-size: 18px;
  padding: 5px 0 10px 0;
}
.eg-hero .hero-text p.episode-description {
  clear: both;
  /*max-height: 0px;*/
  padding: 0 0 0px 0;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;
  width: auto;
  height: 24px;
  white-space: nowrap;*/
  color: #fff;
}

.eg-hero.open .hero-text p.episode-description {
  /*overflow: visible;
  white-space: normal;
  padding: 0 0 5px 0;
  text-overflow: none;*/
  max-height: 100%;
}

.eg-hero .hero-text p.more_less {
  position: absolute;
  bottom: 0;
  left: 0;
  text-decoration: underline;
  cursor: pointer;
  color: #0a63b0;
}

.eg-hero.open .hero-text p.more_less {
  /*bottom: 15px;
  left: 25px;*/
}

.eg-hero .hero-text span.less {
  display: none;
}

.eg-hero.open .hero-text span.more {
  display: none;
}
.eg-hero.open .hero-text span.less {
  display: inline;
}

.eg-hero .hero-text span.more:hover {
  text-decoration: none;
}

.eg-hero .hero-text .episode-title-h2 {
  clear: both;
  display: block;
  /*max-width: 200px;
  width: 100%;*/
}

.eg-hero .hero-text .episode-episode-title {
  line-height: 46px;
  display: block;
  font-family: 'AmperstandardMedium';
  color: #fff;
  font-size: 48px;
  margin-top: 11px;
}

.eg-hero .hero-text .episode-episode-title.lighter-text {
  /*color: #FFF;*/
  color: #fff;
}

/*SHORT DESCRIPTION (ex Storage Wars S1 | E1)*/

.short-description-text{
  position: relative;
  margin-top: 27px;
  margin-left: 10px;
}

.short-description-text .episode-season-and-episode{
  font-family: 'AmperstandardLight';
  font-size: 14px;
  color: #414141;
}

.short-description-text .episode-episode-title{
  display: block;
  font-family: 'AmperstandardLight';
  font-size: 30px;
  color: #414141;
  margin-top: 11px;
}

.episode-premier p:first-child {
  font-size: 18px;
}

.episode-page .premier_head {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-height: 775px) {
.episode-page .premier_head {display: block;}
}

/* hot moments */

.hot-moments-tile {
  position: relative;
  width: 300px;
  height: 160px;
  margin: 15px 15px 0 15px;
}
/*
.hot-moments-tile .season-episode {
  font-family: 'Amperscript';
}
*/
.hot-moments-tile .play-button {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 27%;
  left: 40%;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.hot-moments-tile .play-button-hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.hot-moments-tile .gradient {
  background: transparent url(/profiles/aetv/modules/custom/aetv_episode/images/tiles/hm-gradient.png) no-repeat 0 0;
  height: 170px;
  width: 100%;
  position: absolute;
  top: 6px;
  left: 1px;
  display: block;
  z-index: 500;
}

.hot-moments-inner {
  position: absolute;
  padding: 1px;
  top: 5px;
  width: 298px;
  height: 142px;
}

.hot-moments-icon {
  position: relative;
  left: -20px;
  top: 0px;
  height: 41px;
  width: 52px;
  background-image: url("/profiles/aetv/themes/custom/aetv/images/hot-moments-icon.png");
}

.hot-moments-left {
  width: 298px;
  line-height: 17px;
  margin-left: 8px;
  margin-top: -25px;
  z-index: 970;
  position: relative;
  color: #fff;
}

.hot-moments-right {
  display: none;
  float: right;
  width: 132px;
  background-image: url("/profiles/aetv/modules/custom/aetv_episode/images/tiles/watch-and-react.jpg");
  height: 20px;
}

.hot-moments-watch-icon {
  width: 18px;
  height: 14px;
  background-image: url("/profiles/aetv/modules/custom/aetv_episode/images/tiles/tweetie.png");
}

.hot-moments-left span {
  color: #fff;
  font-size: 14px;
}

.hot-moments-img-holder {
  overflow: hidden;
}

.hot-moments-img {
  z-index: 100;
  margin: -15px 0;
}

/* featured video tile */
.featured-videos a {
  text-decoration: none;
  color: inherit;
}

.featured-videos {
  position: relative;
  width: 300px;
  height: 160px;
  margin: 15px;
}

.fv-img {
  max-width: 300px;
  max-height: 170px;
}
/*
.fv-gradient {
  background: transparent url(/profiles/aetv/modules/custom/aetv_episode/images/fv-gradient.png) no-repeat 0 0;
  height: 170px;
  width: 100%;
  position: absolute;
  top: 31px;
  left: 0;
  display: block;
  z-index: 500;
}
*/
.episodes .video-landing-tile a div.overlay {
  width: 302px;
  height: 170px;
  position: absolute;
  top: 0;
  left: -1px;
  background: url(/profiles/aetv/themes/custom/aetv/images/homepage/full-episodes/video-overlay.png) 0 -170px no-repeat;
}
.episodes .video-landing-tile.locked a div.overlay {
  background-position: 0 0;
}

.fv-title {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  width: 230px;
  font-weight: normal;
  clear: both;
}

.fv-title a {
  color: #fff;
  text-decoration: none;
}

.fv-episode {
  font-size: 13px;
  line-height: 18px;
}

.fv-type {
  text-transform: uppercase;
  font-size: 11px;
}

.featured-videos .play-button {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 27%;
  right: 12px;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.featured-videos .play-button-hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.fv-info {
  position: absolute;
  bottom: 5px;
  left: 12px;
  color: #fff;
  z-index: 970;
  width: calc(100% - 12px);
}

/* ARKTAN LIVE STREAM */
.live-stream-col {
  height: 100%;
  width: 1px;
  display: none;
}

.live-stream {
  margin-top: 20px;
  background: #fff;
  position: relative;
  margin-left: 10px;
  width: 302px;
  height: 90%;
  box-shadow: 1px 1px 2px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 1px 1px 2px rgba(34, 25, 25, 0.4);
  overflow: hidden;
}

.live-stream .controls {
  position: absolute;
  right: 7px;
  top: 220px;
  z-index: 2;
}

.stream-wrapper {
  height: 100%;
}

#arktan-module {
  height: 90%;
}

#arktan-module .stream-mask {
  height: 90%;
  overflow: hidden;
}

#arktan-submit {
  padding-bottom: 20px;
}

#arktan-submit .echo-submit-container {
  margin-left: 10px;
  width: 250px;
}

#arktan-stream .echo-stream-state {
  display: none;
}

#arktan-stream .echo-item-content {
  padding-right: 30px;
  box-shadow: none;
}

#arktan-stream .echo-item-container {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#arktan-stream .echo-stream-body {
  background: #fff;
}

#arktan-stream .echo-item-depth-0 {
  padding: 0px 15px 0px 15px;
}


/* qtips */
.episode-qtip {
  max-width: 295px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #53524f !important;
}

.episode-qtip canvas {
  display: none;
}

.episode-qtip .qtip-content {
  padding: 5px 0 5px 9px;
}

.episode-qtip .episode-preview {
  background-color: #d5d7c9;
  color: #53524f;
  padding: 20px;
}

.episode-qtip .episode-preview .show-name {
  font-size: 11px;
}

.episode-qtip .episode-preview .show-episode {
  font-size: 11px;
  text-transform: uppercase;
}

.episode-qtip .episode-preview .show-title {
  font-size: 16px;
  margin: 9px 0 9px 0;
}

.episode-qtip .episode-preview .show-date {
  font-size: 13px;
  margin: 0 0 7px 0;
}

.episode-qtip .episode-preview .show-type {
  font-size: 13px;
  margin: 0 0 18px 0;
}

.episode-qtip .episode-preview .show-description {
  font-size: 13px;
  line-height: 16px;
}

.episode-qtip .episode-preview .show-thumb {
  margin: 20px 0 0 0;
}

.episode-qtip .bottom-tip {
  background: transparent url(/profiles/aetv/modules/custom/aetv_episode/images/ep-nav-pop-up-tip.png) no-repeat;
  height: 16px;
}

.episode-qtip .episode-qtip {
  max-width: 295px !important;
}

.episode-page .tiles-holder {
  overflow: visible !important;
}


.episode-qtip .qtip-tablet {
  text-decoration: none;
}

.qtip-close-tablet a {
  position: relative;
  text-indent: -1000px;
  background: transparent url(/profiles/aetv/modules/custom/aetv_episode/images/ep-nav-pop-close.png) no-repeat 50% 10px;
}

.episode-qtip.qtip-pos-br, .episode-qtip.qtip-pos-rb {
  margin-top: -10px;
  margin-left: -75px !important;
}

.touch .episode-qtip.qtip-pos-br, .touch .episode-qtip.qtip-pos-rb {
  margin-top: -10px;
  margin-left: 140px !important;
}


/* See It */
body .seeit-wrapper {
  background: rgba(18, 18, 18, 0.7);
  color: white;
  position: absolute;
  top: 0;
  width: 100%;
  height: 45px;
  z-index: 2;
}

body .seeit-custom {
  font-weight: normal;
  color: #fff;
  top: 2px;
  margin-left: 48px;
  position: absolute;
}

body .seeit-reminder > span:before {
  background: url(/profiles/aetv/themes/custom/aetv/images/seeit.png);
  width: 28px;
}
/* end See It */
