/**
 * http://new-dev.ru/
 * author GoldSoft <newdevexpert@gmail.com>
 * Copyright (c) New-Dev.ru
 */

.b-post__lastepisodeout {
	position: relative;
	background: #302f3f;
	color: #fbe0d0;
	height: 25px;
	line-height: 22px;
}

.b-post__lastepisodeout_full {
	position: relative;
	background: #302f3f;
	color: #fbe0d0;
	height: 25px;
	line-height: 22px;
}

@media only screen and (max-width: 590px) {
	.b-post__lastepisodeout_full {
		position: relative;
		background: #302f3f url(../dle_serials/dle_serials.png);
		color: #fbe0d0;
		/* height:40px*/
	}
}

.b-post__lastepisodeout_full a {
	color: #fbe0d0;
	text-decoration: none;
}

.b-episodes__list {
	margin-left: -16px;
	padding: 32px 0 15px;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.b-episodes__list li {
	float: left;
	margin: 0 0 17px 17px;
}

.b-simple_seasons__list {
	margin: 0 auto;
	padding: 10px;
	padding: 4px 10px 12px 13px;
	list-style: none;
}

.b-simple_seasons__title {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 11px;
	text-align: left;
}

.b-simple_season__item {
	background: #2d2d2d;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 13px;
	margin: 0 2px 2px 0 !important;
	min-width: 11.8%;
	padding: 5px 7px;
	text-align: left;
	list-style: none !important
}

.b-simple_episodes__list {
	margin: 0 auto;
	padding: 10px 10px 12px 13px;
	text-align: left;
}

#serial_playerLASTDELETE {
	min-height: 460px;
}

#simple-episodes-tabs {
	white-space: nowrap;
	overflow: auto;
	margin: 0 30px 0 30px;
	display: block;
	position: relative;
}

@media only screen and (max-width: 590px) {
	#simple-episodes-tabs {
		-webkit-overflow-scrolling: touch;
		overflow-x: scroll;
		height: 58px;
	}

	#serial_playerLASTDELETE {
		min-height: 300px
	}
}

#simple-episodes-list {
	-moz-padding-start: 0px;
	padding-start: 0px;
	-webkit-padding-start: 0px;
	text-align: left;
}

.b-simple_episode__item {
	/*min-width: 11.1%;*/
	display: inline-block;
	font-size: 12px;
	background: #161728;
	color: #F0F0F0;
	border: 1px solid #000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	-webkit-transition: background .3s ease;
	-moz-transition: -moz-background .3s ease;
	-o-transition: -o-background .3s ease;
	transition: background .3s ease;
	text-align: left;
}

.prenext {
	position: relative;
}

.prevpl,
.nextpl {
	position: absolute;
	top: 7px;
	font-size: xx-large;
	width: 25px;
	height: 20px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	z-index: 999;
	text-align: center;
}

.prevpl {
	left: 0px;
}

.nextpl {
	right: 0px;
}

.b-simple_season__item.active,
.b-simple_episode__item.active {
	background: linear-gradient(86.86deg, #f59c12 0.65%, #c97a00 57.97%/*, #FB7743 103.55%*/);
	cursor: default;
}

.b-changeplayer__list li:hover,
.b-simple_season__item:hover,
.b-simple_episode__item:hover {
	background: linear-gradient(86.86deg, #f59c12 0.65%, #c97a00 57.97%/*, #FB7743 103.55%*/);
}

.seaser {
	padding: 2px;
	background: #ab5587;
	color: #fff;
}

.sharepod {
	text-align: center;
	background-color: #2a2a2b;
	border: 1px solid rgb(0 0 0 / 30%);
	box-shadow: 0 1.1875rem 2.125rem -0.9375rem rgb(0 0 0 / 5%);
	padding: 10px;
	margin-bottom: 20px;
}


.b-simple_episode__item > a {
	display: inline-block;
	padding: 10px 40px;
	color: #fff;
	text-decoration: none;
}