
/* isotope CSS3 transitions */

.isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope-item-initial {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/* disabling isotope CSS3 transitions */
.isotope.no-transition,
.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
}

.iso-item {
  margin: 15px;
}

/* adverts */
.dart-tag,
.aetv-isotope-ad {
  min-height: 267px;
}

.slug {
  color: #737171;
  display: block;
  font-size: 9px;
  margin-bottom: 5px;
  text-align: center;
  width: 300px;
  font-family: 'AmperstandardLight';
  text-transform: uppercase;
}

#bottom-stamp-ad {
  position: relative;
  margin: 15px;
  width: 300px;
  min-height: 267px;
}

/* helper classes */

.vscroller-controls .scroll-up {
  background: transparent url(../images/vscroll-up.png) no-repeat;
  height: 17px;
  width: 28px;
}

.vscroller-controls .scroll-down {
  background: transparent url(../images/vscroll-down.png) no-repeat;
  height: 17px;
  width: 28px;
}

.vscroller-controls .scroll-up:hover, .vscroller-controls .scroll-down:hover {
  opacity: 0.8;
  cursor:  pointer;
}

.vscroller-controls .active  {
  opacity: 0.8;
}


/* begin tile base class */

.tile {
  width: 300px;
}

.tile .header {
  overflow: hidden;
}

.tile .quote-holder {
  padding: 20px 20px 35px 20px;
}

.tile .quote-text {
  padding-left: 3px;
  width: 260px;
  font-family: 'AmperstandardMedium';
  letter-spacing: 0.2px;
  font-size: 22px;
  float: left;
  line-height: 27px;
  color: #f2ede0;
}

.tile .left-quote-mark, .tile .right-quote-mark {
  margin-left: 3px;
  font-size: 28px;
  font-family: 'Arial';
}

.tile .footer {
  font-family: 'AmperstandardLight';
  font-size: 13px;
  margin-top: 10px;
  height: 25px;
}

.tile .quote-overlay {
  height: 35px;
  left: -8px;
  position: absolute;
  top: -5px;
  width: 315px;
  z-index: 1;
}

.tile .quote-overlay a {
  text-decoration: none;
}

.tile .quote-bubble-tip {
  width: 38px;
  height: 28px;
  margin-left: 140px;
  position: relative;
  top: -31px;
  margin-bottom: -10px;
  margin-top: 15px;
}

/* video tile */

.video-tile {
  background-color: #0a63b0;
  color: #fff;
}

.video-tile a {
  color: white;
  text-decoration: none;
}

.video-tile .play-button {
  background: transparent url(/profiles/aetv/modules/custom/aetv_episode/images/button-play-episode-small.png) no-repeat;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 42%;
  left: 50%;
  margin-top: -57px;
  margin-left: -29px;
}

.video-tile img {
  width:300px;
  display: block;
}

.video-tile .video-span {
  font-family: 'AmperstandardMedium';
  font-size: 26px;
  line-height: 28px;
  color: #FFF;
  text-transform: uppercase;
}

.video-tile .video-content {
  font-family: 'AmperstandardLight';
  font-size: 24px;
  color: #f2ede0;
  line-height: 28px;
}

.video-tile .watch-now {
  margin-top: 25px;
  display: block;
  font-family: 'AmperstandardMedium';
  font-size: 13px;
  color: #f2f2f0;
  position: relative;
  text-transform: uppercase;
  bottom: 10px;
}

.tile:hover .watch-now a {
  color: #e8483f!important;
}

.video-tile .video-tile-bottom {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  position: relative;
}

/* exclusives tile */

.exclusives-tile {
  background-color: #411f3a;
  color: #fff;
  height: 290px;
  width: 300px;
  overflow: hidden;
  position: relative;
  transition: opacity 0.5s;
}
.exclusive-image {
  top: -93px;
  position: absolute;
  float: none;
}

.exclusive-image img {
  width: 300px;
  height: auto;
}

.exclusive-override-image {
  /* position: absolute; */
  float: none;
}

.exclusives-tile a {
  color: white;
  text-decoration: none;
  font-family: 'AmperstandardMedium';
}

.exclusives-tile img {
  overflow: hidden;
  position: relative;
  max-width: 300px;
}

.exclusives-tile .video-span {
  font-family: 'AmperstandardMedium';
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
}

.exclusives-tile .video-content {
  font-family: 'AmperstandardLight';
  font-size: 24px;
  color: #f2ede0;
  line-height: 28px;
}

.exclusives-tile .watch-now {
  margin-top: 25px;
  display: block;
  font-family: 'Amperscript';
  font-size: 13px;
  color: #f2f2f0;
  position: relative;
  text-transform: uppercase;
  bottom: 10px;
}

.exclusives-tile .video-tile-bottom {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  position: absolute;
  bottom: 0;
  background: #0a63b0;
  width: 260px;
}

/* cast-tile */

.cast-tile {
  height: 290px;
  color: #fff;
  position: relative;
  font-family: 'AmperstandardLight';
}

.ae-cast-tile {
  padding-top: 10px;
  background: rgba(153, 153, 153, 0.2);
}

.ae-cast-tile .quote-bubble {
  margin-top: -20px;
}

.cast-tile .quote-holder {
  color: #243a47;
}

.cast-tile .quote-bubble {
  background-color: transparent;
}

.cast-tile .quote-text {
  width: 240px;
  color: #243a47;
}

.ae-cast-tile .quote-text {
  width: auto;
  font-size: 24px;
}

.ae-cast-tile .left-quote-mark {
 margin-right: 4px;
}


.cast-tile .cast-quote-hero-img a {
  padding: 0px;
  margin: 0px;
}

.cast-tile .cast-quote-hero-img {
  width: 150px;
  height: 200px;
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: 3;
}

.cast-quote-hero-img img {
  max-height: 201px;
}

.cast-tile .cast-name {
  color: #3b3b3b;
  font-size: 20px;
  left: 150px;
  position: relative;
  margin-top: 10px;
  font-family: 'AmperstandardLight';
  font-size: 18px;
  display: inline-block;
}

.cast-tile .cast-name a {
  color: #1f323d;
  text-decoration: none;
  display: inline-block;
  max-width: 150px;
  font-family: 'AmperstandardMedium';
  font-size: 17px;
}

.cast-tile .cast-action {
  margin-top: 5px;
  color: #3d1f3b;
  left: 150px;
  position: relative;
}

.cast-tile .cast-action a {
  color: #e8483f;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Amperserif';
  display: inline-block;
}

/* gallery tile */

.gallery-tile {
  padding: 20px;
  width: 260px;
  height: 250px;
  background-image: url("/profiles/aetv/modules/custom/aetv_episode/images/photoGalleryTileBG.png");
  background-repeat: no-repeat;
}

.gallery-tile .image-holder {
  height: 213px;
  overflow: hidden;
}

.gallery-tile .image-holder img {
  height: 100%;
}

.gallery-tile .tile-image {
  margin-top: -20px;
  margin-left: -20px;
  width: 300px;
  height: 290px;
}

.gallery-tile .text-holder {
  width: 260px;
  height: 40px;
  font-size: 13px;
  margin-top: 5px;
}

.gallery-tile .text-left {
  float: left;
  width: 210px;
  line-height: 15px;
}

.gallery-tile .text-left .span1 {
  display: block;
  width: 260px;
}

.gallery-tile .text-left .span1 a {
  font-size: 16px;
  color: #505050;
  text-decoration: none;
  width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding-bottom: 3px;
}

.gallery-tile .text-left .span2 {
  display: block;
  font-size: 12px;
  /*font-family: 'AmperstandardMedium';*/
  color: #646464;
  /*line-height: 22px;*/
}

.gallery-landing-inner-page .landing-promo-tile,
.gallery-landing-inner-page .aetv-isotope-shop,
.gallery-landing-inner-page .aetv-isotope-ad {
  margin: 15px;
  min-height: 290px;
}

.gallery-landing-inner-page .landing-promo-tile {
  height: 290px;
}

.gallery-landing-inner-page .isotopeContainer {
  margin-left: -15px;
}


/* SOCIAL TILES GENERAL */

.social-tile {
  width: 280px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  background: #fff;
  overflow: hidden;
  font-size: 15px;
  /* line-height: 20px; */
  /* max-height: 500px; */
  /* overflow-y: auto; */
}

.social-tile .header-img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  float: left;
}

.social-tile .header-img img {
  max-width: 35px;
}

.social-tile .name-and-time {
  font-family: 'AmperstandardMedium';
  font-size: 16px;
  float: left;
  color: #414141;
}

.social-tile .fb-like {
  height: 20px;
  overflow: hidden;
}

.social-tile .name-and-time .full-name {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
}

.social-tile .name-and-time .how-long-ago {
  display: block;
  font-size: 11px;
}

.social-tile .name-and-time .twitter-name {
  font-size: 11px;
}

.social-tile .message-content{
  display: block;
  padding-top: 8px;
  font-family: 'Roboto Condensed',sans-serif;
  color: #414141;
  width:280px;
  line-height: 20px;
  color: #414141;
}

.social-tile .message-content .tweet-url {
  color: #00addd !important;
  text-decoration: none;
}

.social-tile .metadata_image {
  max-width: 280px;
  padding-top: 8px;
}

.social-tile .footer .social-icon-instagram {
  width: 31px;
  height: 31px;
  background-image: url("/profiles/aetv/modules/custom/aetv_episode/images/tiles/social-icons/instagram.png");
  float: right;
  position: relative;
  left: 8px;
  top: -4px;
}

.social-tile .fb-footer a {
  text-decoration: none;
  padding-right: 5px;
  color: #195592 !important;
  position: relative;
  top: -5px;
  font-family: 'AmperstandardHeavy';
  font-size: 11px;
}

.social-tile .fb-footer a.social-tile-logo {
  top: 0;
}

.social-tile .footer .twitter-reply-icon {
  background-image: url("/profiles/aetv/modules/custom/aetv_episode/images/tiles/social-icons/small/twitterReply.png");
  width: 12px;
  height: 9px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  bottom: -1px;
}

.social-tile .footer .twitter-retweet-icon {
  background-image: url("/profiles/aetv/modules/custom/aetv_episode/images/tiles/social-icons/small/twitterRetweet.png");
  width: 14px;
  height: 8px;
  display: inline-block;
  margin-right: 3px;
}

.social-tile .footer .twitter-favorite-icon {
  background-image: url("/profiles/aetv/modules/custom/aetv_episode/images/tiles/social-icons/small/twitterFavorite.png");
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 3px;
}

.social-tile .twitter-footer a {
  text-decoration: none;
  padding-right: 5px;
  color: #0087b0!important;
}

.social-tile .footer .insta-like-icon {
  background-image: url("/profiles/aetv/modules/custom/aetv_episode/images/tiles/social-icons/small/instaLike.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  bottom: 3px;
}

.social-tile .footer .insta-comment-icon {
  background-image: url("/profiles/aetv/modules/custom/aetv_episode/images/tiles/social-icons/small/instaComment.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  bottom: 2px;
}

.social-tile .insta-footer a {
  text-decoration: none;
  padding-right: 20px;
  color: #414141 !important;
  font-family: 'AmperstandardHeavy';
  font-size: 10px;
}

.social-tile .footer .social-actions {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 240px;
  float: left;
  font-family: 'AmperstandardMedium';
  font-size: 11px;
}

.social-tile .metadata_title {
  text-decoration: none;
  font-size: 12px;
  color: #3b5998;
  display: none;
}

.social-tile .note_title {
  line-height: 20px;
  letter-spacing: 0.3px;
}


/* Custom INSTAGRAM TILE*/

.custom-instagram-tile .insta-footer a {
  color: #ffffff !important;
}
/*
.custom-instagram-tile {
  background: rgb(223,230,238);
  background: -moz-linear-gradient(top,  rgb(223,230,238) 0%, rgb(175,191,207) 41%, rgb(90,120,158) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(223,230,238)), color-stop(41%,rgb(175,191,207)), color-stop(100%,rgb(90,120,158)));
  background: -webkit-linear-gradient(top,  rgb(223,230,238) 0%,rgb(175,191,207) 41%,rgb(90,120,158) 100%);
  background: -o-linear-gradient(top,  rgb(223,230,238) 0%,rgb(175,191,207) 41%,rgb(90,120,158) 100%);
  background: -ms-linear-gradient(top,  rgb(223,230,238) 0%,rgb(175,191,207) 41%,rgb(90,120,158) 100%);
  background: linear-gradient(to bottom,  rgb(223,230,238) 0%,rgb(175,191,207) 41%,rgb(90,120,158) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DFE6EE', endColorstr='#5A789E',GradientType=0 );
}
*/
.custom-instagram-tile .header .header-img{
  width: 32px;
  height: 32px;
  padding-right: 6px;
  overflow: hidden;
}

.custom-instagram-tile .full-name {
  color: #2E526C;
  font-size: 16px;
}
.custom-instagram-tile .how-long-ago {
  color: #2E526C;
  font-size: 11px;
}

.custom-instagram-tile .note_title {
  color: #266ea3;
  font-size: 15px;
}

.custom-instagram-tile .footer .insta-like-icon {
  background-image: url("/profiles/aetv/modules/custom/aetv_episode/images/tiles/social-icons/small/instaLikeCustom.png");
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 3px;
}

.custom-instagram-tile .footer .insta-comment-icon {
  background-image: url("/profiles/aetv/modules/custom/aetv_episode/images/tiles/social-icons/small/instaCommentCustom.png");
  width: 17px;
  height: 19px;
  display: inline-block;
  margin-right: 3px;
}

.custom-instagram-tile .social-actions a {
  font-family: 'AmperstandardHeavy';
}

/* MODAL */

.jquery-modal.blocker{

  width: 100%;
  /*height: calc(100% - 86px);
  height: -webkit-calc(100% - 86px);
  height: -moz-calc(100% - 86px);
  height: -ms-calc(100% - 86px);
  height: -o-calc(100% - 86px);*/
  height: calc(100% - 117px);
  height: -webkit-calc(100% - 117px);
  height: -moz-calc(100% - 117px);
  height: -ms-calc(100% - 117px);
  height: -o-calc(100% - 117px);
}





/* video player modal */

.video_modal {
  width: 300px;
  height: 400px;
}

.video_modal .close_modal {
  position: absolute;
  background-image: url("/profiles/aetv/modules/custom/aetv_episode/images/close_off.png");
  width: 30px;
  height: 30px;
  top:50px;
  right:50px;
}

.video_modal .close_modal:hover {
    background-image: url("/profiles/aetv/modules/custom/aetv_episode/images/close_over.png");
}






/* episode premier */

.episode-premier {
  background-color: #0a63b0;
  color: #FFFFFF;
  font-size: 12px;
  min-height: 150px;
  padding: 10px;
  line-height: 1.5em;
  width: 280px;
}
.premier_head {
  /*font-weight: bold;*/
  /*font-family: 'Amperscript';*/
  font-size: 18px;

}
.episode-description {
  padding-top: 10px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .5px;
  /*font-weight: 300;*/
}

/* CAST GROUP TILES */

.cast-group-panel {
  background-color: #0a63b0;
  border: 1px solid #c6c7c0;
  position: relative;
  float: left;
  width: 298px;
}

.cast-group-panel figure {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.cast-group-panel .caption {
  /* width: 283px; */
  height: 82px;
  padding: 10px 14px 0 14px;
}

.cast-group-panel .caption h2 {
  font-size: 24px;
  font-family: 'AmperstandardLight', sans-serif;
  color: #f4f1e2;
  line-height: 28px;
}

.cast-group-panel .icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.cast-group-panel .bio-link {
  font-family: 'Amperserif', sans-serif;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  left: 14px;
  bottom: 12px;
}

/* Custom TW Tiles */

.custom-tw-tile {
  background-color: #1f323d;
}

.custom-tw-tile .header-img {
  float: left;
  margin-left: 10px;
}

.custom-tw-tile .name-and-time {
  font-family: 'AmperstandardHeavy';
  font-size: 14px;
  float: left;
  color: #f4f1e2;
  margin-left: 10px
}

.custom-tw-tile .name-and-time .full-name {
  color:#f4f1e2;
  font-size: 17px;
  font-family: 'AmperstandardMedium';
}

.custom-tw-tile .name-and-time .how-long-ago {
  display: block;
  font-size: 11px;
  font-family: 'AmperstandardMedium';
  color: #f4f1e2;
}

.custom-tw-tile .name-and-time .twitter-name {
  color: #f4f1e2;
  font-size: 11px;
  font-family: 'AmperstandardLight';
}

.custom-tw-tile .social-actions {
  padding-top: 10px;
  max-width: 240px;
  float: left;
  font-family: 'Amperserif';
  font-size: 11px;
  margin-left: 10px;
}

.custom-tw-tile .social-actions a {
  color: #f4f1e2;
  text-decoration: none;
}

.custom-tw-tile .twitter-perma, .social-tile .twitter-perma, .social-tile .perma, .custom-fb-tile .perma {
  color: #414141;
  text-decoration: none;
}

.social-tile .fb-share-button, .custom-fb-tile .fb-share-button {
  position: relative;
  top: -4px;
  right: -4px;
}

.tile .social-icon-twitter {
  width: 31px;
  height: 31px;
  background: transparent url(../images/tile-icon-twitter.png) no-repeat;
  float: right;
  position: relative;
}

.custom-tw-tile .social-icon-twitter {
  width: 31px;
  height: 31px;
  background: transparent url(../images/tile-icon-twitter-cast.png) no-repeat;
  float: right;
  position: relative;
}

.social-tile .social-icon-twitter {
  margin-right: -9px;
}

.tile .social-icon-facebook {
  width: 31px;
  height: 31px;
  background: transparent url(../images/tile-icon-facebook.png) no-repeat;
  float: right;
  position: relative;
  right: -9px;
  bottom: -3px;
}

/*TWITTER TILE FOOTER*/

.custom-tw-tile .twitter-reply-icon {
  background-image: url(../images/twitterReply-reverse.png);
  width: 12px;
  height: 9px;
  display: inline-block;
  margin-right: 3px;
}

.custom-tw-tile .twitter-retweet-icon {
  background-image: url(../images/twitterRetweet-reverse.png);
  width: 14px;
  height: 8px;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}

.custom-tw-tile .twitter-favorite-icon {
  background-image: url(../images/twitterFavorite-reverse.png);
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}

.custom-tw-tile .twitter-footer a {
  text-decoration: none;
  padding-right: 5px;
  color: #0087b0 !important;
  font-size: 12px;
  font-family: 'Amperserif';
}

.custom-tw-tile {
  height:auto;
}

.custom-tw-tile .message-content, .custom-tw-tile .note_title {
  display: inline;
}

.custom-tw-tile .message-content img {
 height:80px;
}

.custom-tw-tile .quote-bubble .quote-holder {
 padding: 20px !important;
}

.custom-tw-tile .quote-text {
  color: #f4f1e2;
  font-family: 'AmperstandardMedium';
  font-size: 23px;
  line-height: 27px;
}

.custom-tw-tile .quote-text a {
  color: #0a63b0;
  text-decoration: none;
}

.custom-fb-tile .quote-text .metadata_description_div {
  word-break: break-word;
}

.custom-fb-tile .quote-text .metadata_description_div a {
  text-decoration: none;
  color: #94b2ff;
}

.custom-fb-tile .header-img {
  float: left;
  margin: 0 10px;
}

.custom-fb-tile .name-and-time {
  font-family: 'AmperstandardHeavy';
  font-size: 14px;
  color: #414141;
}

.custom-fb-tile .name-and-time .full-name {
  color:#1f323d;
  font-size: 17px;
  font-family: 'AmperstandardMedium';
}

.custom-fb-tile .name-and-time .how-long-ago {
 color: #1f323d;
 font-family: 'AmperstandardMedium';
  display: block;
  font-size: 11px;
}

.custom-fb-tile .name-and-time .twitter-name {
  color: #737373;
  font-size: 11px;
}

.custom-fb-tile .social-actions {
  padding-top: 10px;
  max-width: 240px;
  float: left;
  font-family: 'AmperstandardLight';
  font-size: 13px;
}

.custom-fb-tile .social-actions a {
  color: #195892;
  text-decoration: none;
  font-family: 'AmperstandardHeavy';
  font-size: 11px;
  position: relative;
  top: -6px;
  margin-left: 7px;
}

/*TWITTER TILE FOOTER*/

.custom-fb-tile .twitter-footer a {
  text-decoration: none;
  padding-right: 5px;
  color: #0087b0!important;
}

.custom-fb-tile {
  height:auto;
  margin-top: 15px;
}

.custom-fb-tile .quote-bubble {
  background-color: #1f323d !important;
}

.custom-fb-tile .note_title {
  font-size: 23px;
  line-height: 28px;
  color: #f4f1e2;
  font-family: 'AmperstandardMedium';
}

.custom-fb-tile .note_title a {
  color: #94b2ff;
  text-decoration: none;
}

.custom-fb-tile .quote-bubble .quote-holder {
  padding: 20px !important;
}

.custom-fb-tile .message-content, .custom-fb-tile .note_title, .custom-fb-tile .fb_metadata, .custom-fb-tile .metadata_description_div {
  display: inline;
}

.custom-fb-tile .message-content {
  color: #fff;
}

.custom-fb-tile .metadata {
  display: none;
}

/* press release tile */

.pr-tile {
  width: 280px;
  padding: 10px;
  background: #e8e8e8;
  color: #666;
  font-family: 'AmperstandardMedium';
}

.pr-tile a {
  color: #0a63b0;
  text-decoration: none;
}

.pr-tile .pr-header {
  padding: 0 0 16px 0;
}

.pr-tile .pr-header .date {
  font-size: 12px;
  margin: 0 0 12px 0;
}

.pr-tile .pr-header a {
  display: inline;
  line-height: 21px;
}

.pr-tile .pr-body {
  font-size: 12px;
  margin: 0 0 34px 0;
  line-height: 16px;
}

.pr-tile .pr-footer {
  margin: 16px 0 0 0;
  font-family: 'Amperserif';
}

.pr-tile .icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pr-tile .cta {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  bottom: 12px;
  left: 10px;
  text-transform: uppercase;
}

/* generic tile */

.generic-tile .body {
  background: #0a63b0;
  margin: -3px 0 0 0;
}

.generic-tile .headline {
  color: #fff;
  font-family: 'AmperstandardMedium';
  text-transform: uppercase;
  font-size: 24px;
}

.generic-tile .body {
  padding: 14px 18px 12px 18px;
}

.generic-tile .description {
  font-family: 'AmperstandardLight';
  color: #f4f1e2;
  font-size: 24px;
  line-height: 28px;
}

.generic-tile .no-thumbnail .description {
  display: block;
  clear: both;
  font-size: 26px;
  line-height: 30px;
  margin-top: 15px;
}

.generic-tile .footer {
  position: relative;
  padding: 30px 0 0 0;
}

.generic-tile .cta {
  font-family: 'AmperstandardMedium';
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.generic-tile:hover .cta {
  color: #e8483f;
}

/* exclusive tile */

.custom-tw-tile .js-display-url {
  display: none;
}

li span.node-unpublished {
  display: none;
}



/* Social presence tile */

.social-presence-tile .getglue-wrapper {
  width: 100%;
  height: 125px;
  position: relative;
}

.social-presence-tile .getglue-wrapper .getglue-checkin-widget {
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

/* Generic Image Spacer Tile */

.generic-spacer-tile img {
  overflow: hidden;
  position: relative;
  max-width: 300px;
}

/* tablet in portrait and landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  .social-tile .fb-share-button, .custom-fb-tile .fb-share-button {
    display: inline !important;
  }

  .vscroller-controls .scroll-up {
    background: transparent url(../images/vscroll-up-tablet.png) no-repeat;
    height: 32px;
    width: 45px;
  }

  .vscroller-controls .scroll-down {
    background: transparent url(../images/vscroll-down-tablet.png) no-repeat;
    height: 32px;
    width: 45px;
  }

}

/* media query for retina displays */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {

  .vscroller-controls .scroll-up {
    background: transparent url(../images/vscroll-up-x2.png) no-repeat;
    background-size: 100%;
  }

  .vscroller-controls .scroll-down {
    background: transparent url(../images/vscroll-down-x2.png) no-repeat;
    background-size: 100%;
  }

}

/* change icon lock icon to a play icon for users logged in */
.aetvUserAuthenticated .show-video-landing .video-landing-tile.behind-wall div.overlay, .aetvUserAuthenticated .landing-episode-tile.behind-wall div.overlay {
  background-position: 0 -170px;
}

.aetvUserAuthenticated #show_videos #show-thumbs_container li.locked:not(.now_playing) a div.overlay {
  background-position: 0 -87px;
}
