#full-episodes-archive{
	position: relative;
	overflow: hidden;
	max-width: 1440px;
	margin: 0 auto;
	padding: 15px 1.5em 50px 1.5em;
	z-index: 3;
}

#full-episodes-archive .clear{
	clear: both;
}

#full-episodes-archive .loading{
	text-align: center;
	display: none;
}

#full-episodes-archive .loading .text{
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
	margin: 25px auto 5px auto;
}

#full-episodes-archive .loading img{
	width: 32px;
}

#full-episodes-archive .shows{
	display: block;
	 max-width: 1440px;
  	margin: 0 auto;
}

#full-episodes-archive a{
	text-decoration: none;
}

#full-episodes-archive a:hover{
	text-decoration: underline;
}

#full-episodes-archive .show {
    margin-top: 4.375em;
}

#full-episodes-archive .show.first {
    margin-top: 2.25em;
}

#full-episodes-archive .show .heading{
	margin-bottom: 15px;
}

#full-episodes-archive .show .heading .title, #full-episodes-archive .show .heading .title a{
	color: #FFFFFF;
	font-size: 24px;
}

#full-episodes-archive .show .heading .count{
	color: #474747;
	font-size: 18px;
	padding-left: 2px;
}

#full-episodes-archive .episodes{
	position: relative;
	width: 100%;
	background-position: 0 50%;
	background-repeat: no-repeat;
	z-index: 1;
}

#full-episodes-archive .latest{
	position: relative;
	float: left;
	display: block;
	width: 500px;
	text-decoration: none !important;
	color: #FFFFFF;
}

#full-episodes-archive .has-ad .latest{
	width: 275px;
}

#full-episodes-archive .latest .title{
	font-size: 22px;
}

#full-episodes-archive .no-ad .latest .meta{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 50;
	padding: 10px;
	background: #000000;
	background: rgba( 0, 0, 0, 0.7 );
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 37%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 37%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 37%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 37%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 37%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	transition: all .1s ease-in-out;
}

#full-episodes-archive .no-ad .latest:hover .meta{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 37%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 37%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 37%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 37%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 37%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

#full-episodes-archive .latest .thumbnail{
	margin: 0 auto;
	text-align: center;
}

#full-episodes-archive .latest .thumbnail img{
	width: 100%;
	height: auto;
	border: solid 1px #181517;
	opacity: .75;
	transition: opacity .1s ease-in-out;
}

#full-episodes-archive .latest:hover .thumbnail img{
	width: 100%;
	height: auto;
	border: solid 1px #181517;
	opacity: 1;
}

#full-episodes-archive .latest .number{
	font-size: 16px;
	margin: 5px auto;
}

#full-episodes-archive .latest .availability{
	color: #ffc700;
	font-size: 14px;
}

#full-episodes-archive .availability{
	text-align: right;
}

#full-episodes-archive .unauth{
	color: #FFFFFF;
	font-weight: bold;
}

#full-episodes-archive .unauth.mobile{
	margin-top: 0.25em;
	display: block;
}

#full-episodes-archive .unauth.desktop{
	display: none;
	margin-right: 0.75em;
}

#full-episodes-archive .list{
	margin-left: 315px;
}

#full-episodes-archive .has-ad .list{
	margin: 8px 30px 0 30px;
}

#full-episodes-archive .list .heading{
	font-size: 1.5em;
	border-bottom: solid 1px #323232;
	margin-bottom: 0;
	padding: 0 0 20px 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#full-episodes-archive .list .heading a{
	color: #fff;
}
#full-episodes-archive .list .heading a:hover{
	text-decoration: none;
}

#full-episodes-archive .list .more{
	display: none;
}

#full-episodes-archive .list .show-more{
	display: block;
	text-align: center;
	padding: 5px 0;
	text-decoration: none !important;
}

#full-episodes-archive .episode{
	position: relative;
	overflow: hidden;
	display: block;
	font-size: 14px;
	padding: 13px 10px;
	border-bottom: solid 1px #323232;
	text-decoration: none !important;
}

#full-episodes-archive .episode .title{
	color: #FFFFFF;
	min-width: 37%;
	display: inline-block;
	font-size: 1.3em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.adobe-premiere #full-episodes-archive .episode .icon-video-play.amcp-premiere ~ .title,
#full-episodes-archive .episode .icon-video-play.amcp-public ~ .title{
	min-width: 34%;
}

#full-episodes-archive .episode .number{
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
}

#full-episodes-archive .episode .availability{
	color: #ffc700;
	display: inline-block;
	font-size: 1.2em;
	float: right;
}

#full-episodes-archive .ad{
	margin-top: 25px;
	text-align: center;
}

#full-episodes-archive .icon-video-play{
	color: #fff;
	font-size: 1.2em;
	display: inline-block;
	min-width: 3%;
}

#full-episodes-archive .ad a{
	text-decoration: none !important;
}

#full-episodes-archive .schedule-nav{
	margin-bottom: 25px;
}

#full-episodes-archive .schedule-nav .title{
	  font-size: 3em;
  	color: #fff;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}

#full-episodes-archive .twd-webisodes-listing .number{
	display: none;
}

.onair-container {
    position: relative;
    overflow: visible;
}

.onair-sort {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
}

.onair-sort .oa-tab {
	background: #000;
	color: #cbbd71;
	padding: 5px;
	text-decoration: none;
	display: inline-block;
	border: 2px solid #cbbd71;
	float: left;
	text-decoration: none !important;
}

.onair-sort .active-tab {
	background: #cbbd71;
	color: #000;
}

.onair-sort .active-tab a{
	color: #000;
}

.onair-sort .oa-tab:hover{
	color: #000;
	background: #cbbd71;
}

.onair-sort .oa-tab:hover a{
	color: #000;
	text-decoration: none !important;
}

.onair-sort .oa-tab a:hover{
	text-decoration: none;
	text-decoration: none !important;
}

.onair-sort .active-tab a:hover,
.onair-sort .oa-tab a:hover{
	color: #000;
	text-decoration: none;
	text-decoration: none !important;
}

.onair-sort .oa-tab a:hover{
	text-decoration: none;
}

.clear{
	clear: both;
}


/* FEA updates - june - 2015 */

#full-episodes-archive .fea-poster{
	width: 300px;
	float: left;
	z-index: 2;
	position: relative;
}

#full-episodes-archive .fea-poster a{
	display: block;
}

#full-episodes-archive .fea-poster img{
	max-width: 300px;
}

#full-episodes-archive .fea-fab{
	display: none;
}

#full-episodes-archive .fea-show-title{
	display: none;
}

#full-episodes-archive a.fea-show-title{
	display: none;
}

#full-episodes-archive .button-group{
	float: left;
	min-width: 320px;
}
/* END FEA updates */



@media screen and (min-width: 768px){
	.extended-footer{
		top: auto;
	}
}

@media screen and (min-width: 1275px){
	#full-episodes-archive .unauth.mobile{
		display: none;
	}

	#full-episodes-archive .unauth.desktop{
		display: inline-block;
	}
}

@media screen and (max-width: 1020px) {

	#full-episodes-archive .heading{
		text-align: center;
	}

	#full-episodes-archive .latest,
	#full-episodes-archive .has-ad .latest{
		width: 90%;
		max-width: 100%;
	}

	#full-episodes-archive .list{
		width: 100%;
		clear: left;
	}

	.onair-sort{
		width: 170px;
  		margin: 0 auto;
	}

	#full-episodes-archive .latest, #full-episodes-archive .list, #full-episodes-archive .ad, #full-episodes-archive .has-ad .latest, #full-episodes-archive .has-ad .list, #full-episodes-archive .has-ad .ad{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}


	#full-episodes-archive .episode .title{
		padding-right: 7%;
	}

	#full-episodes-archive .fea-poster{
		float: none;
		margin: 0 auto;
		margin-bottom: 5%;
	}

	#full-episodes-archive .list .heading{
		display: none;
	}

	#full-episodes-archive a.fea-show-title{
		display: block;
		text-align: center;
		font-size: 1.3em;
		color: #fff;
		margin-bottom: 5%;
		text-transform: uppercase;
		font-weight: bold;
	}

	#full-episodes-archive .fea-show-title:hover{
		text-decoration: none;
	}

	#full-episodes-archive .availability{
		text-align: right;
	}

}

@media screen and (max-width: 700px) {
	#full-episodes-archive{
		padding:.75em;
	}

	#full-episodes-archive .episode .title{
		min-width: inherit;
	}

	#full-episodes-archive .fea-desk{
		display:none;
	}

	#full-episodes-archive .fea-fab{
		display: block;
	}

	#full-episodes-archive .fea-fab .fea-fab-icon{
		display: block;
		width: 40px;
		float: left;
	}

	#full-episodes-archive .fea-fab .fea-fab-icon .icon-video-play{
		margin-top: 13px;
		margin-left: 5px;
	}

	#full-episodes-archive .fea-fab .fea-fab-info{
		width: 50%;
		float: left;
	}

	#full-episodes-archive .fea-fab .fea-fab-info .number{
		color: #a4a4a4;
	}

	#full-episodes-archive .fea-fab .fea-fab-av{
		float: right;
	}

}

@media screen and (max-width: 480px){
	#full-episodes-archive{
		padding: 15px .75em 50px .75em;
	}

	#full-episodes-archive .schedule-nav .title{
		  font-size: 2em;
	}

	#full-episodes-archive .fea-poster{
		width: 100%;
	}

	#full-episodes-archive .fea-poster img{
		max-width: 100% !important;
	}

	#full-episodes-archive .unauth{
		font-size: 12px;
	}

	#full-episodes-archive .latest,
	#full-episodes-archive .has-ad .latest {
	  width: 100%;
	  max-width: 100%;
	}

	#full-episodes-archive .no-ad .latest .meta{
		position: relative;
	}

	#full-episodes-archive .heading{
		text-align: left;
	}

	#full-episodes-archive .has-ad .list,
	#full-episodes-archive .list {
		margin: 1.5em 0 0 0;
	}

	#full-episodes-archive .list .heading {
		padding: 0 0 5px 0;
	}

	#full-episodes-archive .no-ad .latest .meta{
		padding: 0;
	}

	.schedule-nav{
		padding: 0;
	}

	#full-episodes-archive .list{
		width: 100%;
	}

	#full-episodes-archive .episode{
		padding:5px 0;
	}

	#full-episodes-archive .episode .title{
		text-align: left;
	}

	#full-episodes-archive .fea-fab .fea-fab-info{
		width: 55%;
		float: left;
	}

	#full-episodes-archive .fea-fab .fea-fab-av{
		float: right;
		width: 30%;
	}

	#full-episodes-archive .fea-fab .fea-fab-icon .icon-video-play{
		margin-top: 5px;
	}
}
