#full-episodes-column .counter, #full-episodes-column .prev, #full-episodes-column .next,
#full-episodes-column .view-filters, #full-episodes-column .item-list,

#clips-column .counter, #clips-column .prev, #clips-column .next,
#clips-column .view-filters, #clips-column .item-list,

#hot-moments-column .counter, #hot-moments-column .prev, #hot-moments-column .next,
#hot-moments-column .view-filters, #hot-moments-column .item-list {
	display: none;
}

#full-episodes-column .video-landing-tile,
#clips-column .video-landing-tile {
	-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
	box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
}


.landing-episode-tile {
	overflow: hidden;
}

.landing-episode-tile div.overlay {
    background: url("../images/video-tile-overlay.png") no-repeat scroll 0 -170px transparent;
    height: 170px;
    position: absolute;
    width: 302px;
}

.video-landing-tile.behind-wall div.overlay,  .landing-episode-tile.behind-wall div.overlay {
    background: url("../images/video-tile-overlay.png") no-repeat scroll 0 0 transparent;
}

.landing-episode-tile a {
	display: block;
	width: 300px;
	height: 168px;
}

.landing-episode-tile-image {
	display: block;
	width: 300px;
	height: 168px;
	border: 1px solid #a3a3a2;
}

.landing-episode-tile-video-info {
	font-size: 13px;
	/*font-family: AmperstandardLight;*/
	color: #fff;
	/*top: 100px;*/
	position: absolute;
	/*top: 112px;*/
	bottom: 12px;
	left: 12px;
}



.landing-episode-tile-video-title {
	/*font-family: AmperstandardLight;
	font-size: 16px;
	line-height: 22px;*/
	width: 250px;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}


.landing-episode-tile-season {
	
}

.landing-episode-tile-episode {
	
}

._landing-episode-tile-duration {


}

#hot-moments-column .section-view-wrapper,
#hot-moments-column .hot-moments-tile-list  {
	/*padding-right: 30px;*/
}

.hot-moments-tile-list {
	/*padding-right: 30px;*/
}

.hot-moment-tile {
	width: 310px;
	height: 178px;
	position: relative;
	display: block;
	overflow: ;
}


.hot-moment-tile a:first-child {
	display: block;
	position: absolute;
	top: 4px;
	left: 9px;
	overflow: hidden;
	width: 300px;
	height: 174px;
	border: 1px solid #fff;
	-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.42);
	-moz-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.42);
	box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.42);

}

.hot-moment-tile-image {
	width: 300px;
	height: 168px;

}

.hot-moment-tile-banner {
	_background-image: url('../images/hot-moment-tile-banner.png');
	background-repeat: no-repeat;
	position: absolute;
	width: 115px;
	height: 41px;
	top: 0;
	left: 0;
	color: #fff;
	font-family: AmperstandardLight;
	padding-left: 24px;
	padding-top: 8px;
	font-size: 13px;

	background-image: url('../images/hot-moments-icon.png');
}

.hot-moment-tile-bottom-strip {
	position: absolute;
	height: 32px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	width: 300px;
}

span.hot-moment-tile-hash-tag {
	color: #50aced;
	position: absolute;
	font-family: AmperstandardLight;
	font-size: 12px;
	left: 6px;
	top: 8px;
	display: inline-block;
}


span.hot-moment-tile-call-to-action {
	color: #666666;
	position: absolute;
	font-family: AmperstandardLight, Arial;
	font-size: 14px;
	right: 9px;
	top: 8px;
	display: inline-block;
	background-image: url('../images/twitter-bird.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 28px;

}
.hot-moment-overlay {
	background: url("../images/video-tile-overlay.png") no-repeat scroll -1px -341px transparent;
	height: 170px;
	position: absolute;
	width: 302px;
}


.hot-moment-overlay:hover {
	
	background-size: 106%;
	background-position: -11px -367px;
}





/* SECTION SCROLLING */

.section-scroller {
	height: 23px;
	width: auto;
	position: absolute;
	/*top: 7px;*/
	top: 62px;
	right: 87px;
	color: #fff;
	font-weight: bold;

}

.section-scroll-arrow {
    cursor: pointer;
    display: inline-block;
    height: 23px;
    text-align: center;
    top: -5px;
    width: 23px;
}

.section-scroll-arrow-left {
    __border-radius: 15px 1px 1px 15px;
    background-image: url(../images/left-navigation-active.png);
}

.section-scroll-arrow-right {
    __border-radius: 1px 15px 15px 1px;
    background-image: url(../images/right-navigation.png);
}

.section-scroll-arrow-left:hover {
    background-image: url(../images/left-navigation-over.png);
}

.section-scroll-arrow-right:hover {
    background-image: url(../images/right-navigation-over.png);
}



.section-scroll-arrow-left.inactive {
	background-image: url(../images/left-navigation-inactive.png);
	cursor: default;
}

.section-scroll-arrow-left.inactive:hover {
	background-image: url(../images/left-navigation-inactive.png);
	cursor: default;
}



.section-scroll-arrow-right.inactive {
	background-image: url(../images/right-navigation-inactive.png);
	cursor: default;
}

.section-scroll-arrow-right.inactive:hover {
	background-image: url(../images/right-navigation-inactive.png);
	cursor: default;
}






/* flyouts */

.video-tile-flyout {
  width: 250px;
  height: auto;
  position: absolute;
  top: 25px;
  z-index: 939;
}


div.video-tile-flyout.left {
  padding: 0 8px 0 0;
  background: url(../images/purple-right-arrow.png) right 16px no-repeat;
}

div.video-tile-flyout.right {
  padding: 0 0 0 8px;
  background: url(../images/purple-left-arrow.png) 0 16px no-repeat;
}

div.video-tile-flyout.left > div {
  -webkit-box-shadow: -4px 4px 10px #333;
  -moz-box-shadow: -4px 4px 10px #333;
  -o-box-shadow: -4px 4px 10px #333;
  box-shadow: -4px 4px 10px #333;
}

div.video-tile-flyout.right > div {
  -webkit-box-shadow: 4px 4px 10px #333;
  -moz-box-shadow: 4px 4px 10px #333;
  -o-box-shadow: 4px 4px 10px #333;
  box-shadow: 4px 4px 10px #333;
}




.video-tile-flyout div.flyout_top p {
  color: #FFF;
}

.video-tile-flyout div.flyout_top p.episode_id {
  font-size: 12px;
  font-family: 'AmperstandardHeavy';
}

.video-tile-flyout div.flyout_top p.episode_title {
  font-size: 15px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

 .video-tile-flyout div.flyout_top p.episode_meta {
  font-size: 12px;
  line-height: 16px;
  color: #e6e6e6;
  text-transform: uppercase;
}

.video-tile-flyout div.flyout_top p.episode_date {
  font-size: 12px;
  color: #e6e6e6;
}
.video-tile-flyout div.flyout_top p.episode_expires {
  font-size: 12px;
  color: #e6e6e6;
}
.video-tile-flyout div.flyout_bot p {
  font-size: 11px;
  line-height: 14px;
  color: #171717;
  padding: 0 0 10px 0;
}

.video-tile-flyout div.flyout_top {
  background: #582B4C;
  padding: 10px 15px;
}

.video-tile-flyout div.flyout_bot {
  background: #e1dfe0;
  padding: 5px 10px 10px 15px;
}
