/*
Series css
*/

.season-popup-title {
	border-bottom: 1px solid #e3e2e2;
    color: #484848;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
	padding-left: 5px;
	width: 645px;
	height:30px;
	display:block;
	
	
}


.ep_pop {
	display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}
.episode-block {
	clear:both;
	display: table;
	border-bottom: 1px solid #e3e2e2;
	margin: 0px 5px 5px 5px;
	padding: 3px 0 4px;
	width: 645px;
}

.episode-popup-image {
	margin:3px 15px 5px 0px;
	border:none;
	width:210px;
	height:118px;
	display:block;
	float:left;
	background: url("/templates/eco/images/loaderb.gif") no-repeat #f8f8f8;
	background-position: 73px 50px;
	
}

.episode-popup-title {
	border-bottom: 1px solid #e3e2e2;
    color: #484848;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0px 0;
    width: 415px;
	height:25px;
	display:block;
	float:right;
	
}

.ep_title {
	display:block;
	float:left;
	width: 275px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
	

.episode-popup-info {
	border:none;
	font-size: 12px;
	display:block;
	float:right;
	margin-top: 5px;
}


.episode-stars {
	margin: 0px 10px -1px 5px;
	display: inline-block;
}


.episode-popup-description {
    margin: 5px 0px 10px;
	width: 415px;
	float:right;
}





.d_eps {
	
	display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;	
	
}


.s_med {
	display: inline-block;
    margin: 0 10px -5px 0;
}

.s_blo {
    color: #c2c2c2;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: -25px 0 0 530px;
    position: absolute;
    text-align: right;
    width: 150px;
    z-index: 10;
	
}



.plex_ep {
    background: url("/templates/eco/images/plex_button_150.png") no-repeat transparent;
    background-size: 100px 100px;
	background-position: 57px 10px;
	cursor: pointer;
    height: 120px;
	width: 650px;
	display: block;
	position:absolute;
	margin: 3px 0 0px 0;
	opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    /*transition:visibility 0s linear 0.5s,opacity 0.5s linear;*/
}

.plex_ep:hover {
  visibility:visible;
  opacity:1;
}

.plex_season {
	background: url("/templates/eco/images/plex_sm.png") no-repeat transparent;
    background-size: 26px 26px;
	background-position: 0px 0px;
	cursor: pointer;
	width: 36px;
	display: inline-block;
	margin-left: 10px;
}

.plex_season_list {
	display: block;
	position: relative;
	top: 26px;

	margin-left: 290px;
	margin-top: -32px;
	height: 26px;

}

.play_ep {
    background: url("/templates/eco/images/play_button_150.png") no-repeat transparent;
    background-size: 100px 100px;
	background-position: 57px 10px;
	cursor: pointer;
    height: 120px;
	width: 650px;
	display: block;
	position:absolute;
	margin: 3px 0 0px 0;
	opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    /*transition:visibility 0s linear 0.5s,opacity 0.5s linear;*/
}

.play_ep:hover {
  visibility:visible;
  opacity:1;
}



.played_pros {
	
	display: block;
	background-color:red;
	height:3px;
	position: absolute;
	margin: 118px 0px 0px 0px;
	z-index: 1;
		
}

/* --------- edit --------- */


.season_plink_hove {
	
    height: 216px;
    width: 100%;
	display: table;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 99;
	text-align: center;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.season_plink_hove:hover {
  visibility:visible;
  opacity:1;
}

.season_plink_center {
	
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	
}

.season_plink_cont {
	
	display: inline-block;
	width: 160px;
	
}

.season_plink {
	display:inline-block;
	background-image: url("images/play_button_150.png");
	background-color: rgba(134,134,134,0.5); /*#86868680*/
    background-repeat: no-repeat; 
    background-position: 3px 1px; 
    background-size: 27px 27px;
    border-radius: 14px;
    
    color: #ffffff;
	font-size: 19px;
    text-align: left;
	
	width: 70px;
	padding: 3px 6px 3px 45px;
	margin: 5px 25px 5px 0px;
	
	cursor: pointer;

}

.season_plink:hover {
	
	background-color:rgba(45,45,45,0.6); /*#2d2d2d99*/
	
}


.laep-holder {
	display:block;
	position: absolute;
	width: 99%;
	text-align: center;
	margin-top: 10px;
	opacity:0;
} 

.laep-plink_cont{
	width: auto !important;
	margin: auto;
	
}

.laep-plink_cont .season_plink{
	width: auto !important;
	
}
	
.slide:hover  .laep-holder {
	
	opacity:1;
}

.lada {
	font-size: 14px !important;
	margin: 3px 7px 0px 10px;
	display: block;
	float: right;
	
}

.laep-holder-acco {
	display:none !important;
	position: absolute;
	
	text-align: center;
	margin: -30px 0px 0px 180px;
	/*opacity:0;*/
	z-index:99;
} 


.link-header:hover .laep-holder-acco {
	display:block !important;
	/*opacity:1;*/
}

.laep-holder-acco .season_plink {
	background-color: rgba(143, 143, 143, 0.93) !important;
	font-size: 16px;
	padding-right: 16px;
	padding-left: 55px !important;
	
}

.laep-holder-acco .season_plink:hover {
	background-color: rgba(64, 64, 64, 0.85) !important;
}



.w_cont {
	
	width: 165px;
}


.ssml {
	float: left;
	margin: 5px 7px 5px 5px;
	width: 70px;
}

.i_upd {
	background: url("/templates/eco/images/reload.png") no-repeat scroll left top;
	cursor: pointer;
	display: block;
	float: left;
	height: 20px;
	margin: 8px 0px 5px 3px;
	width: 30px;
}


.season_upd {
	background: rgba(0, 0, 0, 0) url("/templates/eco/images/reload.png") no-repeat scroll right top;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 7px 0 3px;
    width: 100px;
}	
	
.fa_sel {
    background-color: #02a600;
    display: none;
    font-size: x-large;
    height: 35px;
    margin: 9px 0 0 9px;
    opacity: 0.6;
    padding: 5px 5px 0;
    position: absolute;
    width: 35px;
}

.fanart_ibl {
	display:block;
	width:230px;
	float:left;
}

.s_sel {
	width:130px;
	border:2px solid #2337FF;
}
.season_sel {
	border:2px solid #2337FF;
}	
.se_num {
    background-color: #2337ff;
    color: #ffff;
    display: block;
    font-size: x-large;
    height: 30px;
    margin: 9px 0 0 9px;
    opacity: 0.6;
    padding: 2px 5px 0;
    position: absolute;
    text-align: center;
}

.season_ibl {
	display:inline-grid;
	width:140px;
	
}

.episode_bl {
	display: block;
    float: left;
    margin: 8px 0 0 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
	font-size: 14px;
	font-weight: normal;
}

.s_img {
	display: block;
	float: left;
	border: 1px solid #e6e6e6;
	
	
}

.ep_cont {
	display: flex;
	overflow: hidden;
	width: 548px;
}

.s_ep_tot {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 141px;
}

.season_med {
	display: block;
    float: right;
    margin: -3px -6px 0 3px;
    text-align: right;
    width: 100px;
}


