/* RESPONSIVE */
@media (orientation: landscape) {
}
@media (orientation: portrait) {
}
@media (max-width: 899px) {
	#streams_navigation {
		height: 30px;
		line-height: 30px;
		font-size: 20px;
		margin-top: 30px;
		display: flex;
	}
	#streams_title_center {
		text-align: center;
	}
	#streams_title_center, #streams_navigation {
		width: 100%;
	}
	#streams_title_center > a {
		font-size: 20px;
	}
	#streams {
		width: 100%;
	}
	#streams_navigation > a {
		padding-left: 20px;
		padding-right: 20px;
		flex: 1;
		margin-left: 0px;
		margin-right: 0px;
	}
	.video {
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 49%;
		min-width: 300px;
	}
	.channel {
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 49%;
		min-width: 300px;
	}
	.videos_first_row, .videos_second_row, .videos_third_row, .videos_four_row {
		display: flex;
	}
	.div_videos_row_arrow_left, .div_videos_row_arrow_right {
		display: none;
	}
	.clips_first_row, .clips_second_row, .clips_third_row, .clips_four_row {
		display: flex;
	}
	.div_clips_row_arrow_left, .div_clips_row_arrow_right {
		display: none;
	}
	.channel_thumbnail_img {
		width: 110px;
		height: 110px;
		min-width: 110px;
		min-height: 110px;
	}
	.title_channel, .under_stream_title_channel {
		font-size: 19px;
	}
	.no_video_text {
		font-size: 19px;
	}
	.under_title_channel, .under_stream_under_title_channel {
		font-size: 17px;
	}
	.under_channel_thumbnail_img {
		width: 45px;
		min-height: 45px;
		min-width: 45px;
	}
}
@media (min-width: 900px) and (max-width: 1199px) {	
	#streams_navigation {
		height: 40px;
		line-height: 40px;
		font-size: 25px;
		margin-top: 25px;
		display: block;
	}
	#streams_title_center {
		text-align: center;
	}
	#streams_title_center, #streams_navigation {
		width: 850px;
	}
	#streams_title_center > a {
		font-size: 30px;
	}
	#streams {
		width: 800px;
	}
	#streams_navigation > a {
		padding-left: 25px;
		padding-right: 25px;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.video {
		padding-right: 2%;
		margin-left: unset;
		margin-right: unset;
		width: 32%;
		min-width: 32%;
	}
	.channel {
		padding-right: 1.3%;
		margin-left: unset;
		margin-right: unset;
		width: 32%;
		min-width: 32%;
	}
	.videos_first_row, .videos_second_row, .videos_third_row, .videos_four_row {
		display: inline;
		white-space: nowrap;
	}
	.div_videos_row_arrow_left, .div_videos_row_arrow_right {
		display: block;
	}
	.clips_first_row, .clips_second_row, .clips_third_row, .clips_four_row {
		display: inline;
		white-space: nowrap;
	}
	.div_clips_row_arrow_left, .div_clips_row_arrow_right {
		display: block;
	}
	.channel_thumbnail_img {
		width: 110px;
		height: 110px;
		min-width: 110px;
		min-height: 110px;
	}
	.title_channel, .under_stream_title_channel {
		font-size: 20px;
	}
	.no_video_text {
		font-size: 20px;
	}
	.under_title_channel, .under_stream_under_title_channel {
		font-size: 18px;
	}
	.under_channel_thumbnail_img {
		width: 50px;
		min-height: 50px;
		min-width: 50px;
	}
	.div_videos_row_arrow_left, .div_clips_row_arrow_left {
		top: 32%;
	}
	.div_videos_row_arrow_right, .div_clips_row_arrow_right {
		top: 32%;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#streams_navigation {
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		margin-top: 0px;
		margin-top: 15px;
		display: block;
	}
	#streams_title_center {
		text-align: center;
	}
	#streams_title_center, #streams_navigation {
		width: 1150px;
	}
	#streams_title_center > a {
		font-size: 30px;
	}
	#streams {
		width: 1100px;
	}
	#streams_navigation > a {
		padding-left: 30px;
		padding-right: 30px;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.video {
		padding-right: 2%;
		margin-left: unset;
		margin-right: unset;
		width: 32%;
		min-width: 32%;
	}
	.channel {
		padding-right: 1.3%;
		margin-left: unset;
		margin-right: unset;
		width: 32%;
		min-width: 32%;
	}
	.videos_first_row, .videos_second_row, .videos_third_row, .videos_four_row {
		display: inline;
		white-space: nowrap;
	}
	.div_videos_row_arrow_left, .div_videos_row_arrow_right {
		display: block;
	}
	.clips_first_row, .clips_second_row, .clips_third_row, .clips_four_row {
		display: inline;
		white-space: nowrap;
	}
	.div_clips_row_arrow_left, .div_clips_row_arrow_right {
		display: block;
	}
	.channel_thumbnail_img {
		width: 130px;
		height: 130px;
		min-width: 130px;
		min-height: 130px;
	}
	.title_channel, .under_stream_title_channel {
		font-size: 21px;
	}
	.no_video_text {
		font-size: 21px;
	}
	.under_title_channel, .under_stream_under_title_channel {
		font-size: 19px;
	}
	.under_channel_thumbnail_img {
		width: 55px;
		min-height: 55px;
		min-width: 55px;
	}
	.div_videos_row_arrow_left, .div_clips_row_arrow_left {
		top: 35%;
	}
	.div_videos_row_arrow_right, .div_clips_row_arrow_right {
		top: 35%;
	}
}
@media(min-width: 1400px) and (max-width: 2099px) {	
	#streams_navigation {
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		margin-top: 15px;
		display: block;
	}
	#streams_title_center {
		text-align: center;
	}
	#streams_title_center, #streams_navigation {
		width: 1350px;
	}
	#streams_title_center > a {
		font-size: 30px;
	}
	#streams {
		width: 1300px;
	}
	#streams_navigation > a {
		padding-left: 30px;
		padding-right: 30px;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.video {
		padding-right: 2%;
		margin-left: unset;
		margin-right: unset;
		width: 32%;
		min-width: 32%;
	}
	.channel {
		padding-right: 1.3%;
		margin-left: unset;
		margin-right: unset;
		width: 32%;
		min-width: 32%;
	}
	.videos_first_row, .videos_second_row, .videos_third_row, .videos_four_row {
		display: inline;
		white-space: nowrap;
	}
	.div_videos_row_arrow_left, .div_videos_row_arrow_right {
		display: block;
	}
	.clips_first_row, .clips_second_row, .clips_third_row, .clips_four_row {
		display: inline;
		white-space: nowrap;
	}
	.div_clips_row_arrow_left, .div_clips_row_arrow_right {
		display: block;
	}
	.channel_thumbnail_img {
		width: 150px;
		height: 150px;
		min-width: 150px;
		min-height: 150px;
	}
	.title_channel, .under_stream_title_channel {
		font-size: 22px;
	}
	.no_video_text {
		font-size: 22px;
	}
	.under_title_channel, .under_stream_under_title_channel {
		font-size: 20px;
	}
	.under_channel_thumbnail_img {
		width: 60px;
		min-height: 60px;
		min-width: 60px;
	}
	.div_videos_row_arrow_left, .div_clips_row_arrow_left {
		top: 37%;
	}
	.div_videos_row_arrow_right, .div_clips_row_arrow_right {
		top: 37%;
	}
}
@media(min-width: 2100px) {	
	#streams_navigation {
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		margin-top: 15px;
		display: block;
	}
	#streams_title_center {
		text-align: center;
	}
	#streams_title_center, #streams_navigation {
		width: 2050px;
	}
	#streams_title_center > a {
		font-size: 30px;
	}
	#streams {
		width: 2000px;
	}
	#streams_navigation > a {
		padding-left: 30px;
		padding-right: 30px;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.video {
		padding-right: 2%;
		margin-left: unset;
		margin-right: unset;
		width: 32%;
		min-width: 32%;
	}
	.channel {
		padding-right: 1.3%;
		margin-left: unset;
		margin-right: unset;
		width: 32%;
		min-width: 32%;
	}
	.videos_first_row, .videos_second_row, .videos_third_row, .videos_four_row {
		display: inline;
		white-space: nowrap;
	}
	.div_videos_row_arrow_left, .div_videos_row_arrow_right {
		display: block;
	}
	.clips_first_row, .clips_second_row, .clips_third_row, .clips_four_row {
		display: inline;
		white-space: nowrap;
	}
	.div_clips_row_arrow_left, .div_clips_row_arrow_right {
		display: block;
	}
	.channel_thumbnail_img {
		width: 170px;
		height: 170px;
		min-width: 170px;
		min-height: 170px;
	}
	.title_channel, .under_stream_title_channel {
		font-size: 24px;
	}
	.under_title_channel, .under_stream_under_title_channel {
		font-size: 22px;
	}
	.under_channel_thumbnail_img {
		width: 60px;
		min-height: 60px;
		min-width: 60px;
	}
	.div_videos_row_arrow_left, .div_clips_row_arrow_left {
		top: 39%;
	}
	.div_videos_row_arrow_right, .div_clips_row_arrow_right {
		top: 39%;
	}
	.no_video_text {
		font-size: 24px;
	}
}

/* BODY */
#first_body {
	padding-bottom: 50px;
	position: relative;
	padding-top: 120px;
	margin-bottom: 150px;
	min-height: 100%;
}

/* STANDINGS */
#streams {
	margin: auto;
	transition: 0.3s;
}
#streams_title {
	position: relative;
}
#streams_title_center {
	transition: 0.3s;
	margin: auto;
	display: block;
	padding-top: 30px;
	padding-bottom: 10px;
}
#streams_title_center > a {
	font-family: LemonMilkRegular;
	display: block;
	color: #FFF;
	transition: 0.3s;
	margin-bottom: 20px;
}
#streams_navigation {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#streams_navigation > a {
	font-family: AvenirNextCyrLight;
	cursor: pointer;
	position: relative;
	bottom: 0px;
	height: 100%;
	z-index: 1;
	transition: color 0.3s;
}
#streams_presentation {
	font-size: 23px;
	font-family: AvenirNextCyrLight;
	color: #1e272e;
}
#streams_presentation > a {
	width: 98%;
	display: block;
	margin: auto;
	text-align: center;
}
#streams_table {
	margin-top: 40px;
}
#channels_list_title {
	margin-top: 60px;
	margin-bottom: 30px;
}
#channels_list_title > a {
	font-size: 25px;
	font-family: Prototype;
	color: #1e272e;
	text-align: left;
	display: block;
}
#channels_list_under_title {
	margin-bottom: 15px;
}
#channels_list_under_title > .under_title {
	font-size: 20px;
	font-family: Prototype;
	color: #1e272e;
	text-align: left;
}
#channels_list_under_title > .under_title_href {
	font-size: 20px;
	font-family: Prototype;
	color: #1e272e;
	text-align: right;
	text-decoration: 2px underline;
	float: right;
}
#all_offline_channels, #all_online_channels {
	display: flex;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
#all_videos {
	display: block;
}
#all_videos_row {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
#all_clips_row {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
#PopupVideosStreamsMedia, #PopupLivesStreamsMedia, #PopupClipsStreamsMedia {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0;
	z-index: 5;
	display: flex;
}
#PopupShadow {
	background-color: rgba(0,0,0,0.75);
	height: 100%;
	width: 100%;
	cursor: url('../images/close_cursor_32.png'), auto;
}
#under_stream {
	display: flex;
	width: 100%;
	margin-top: 10px;
}
#under_stream_right {
	display: flex;
	flex-direction: column;
	margin-left: 15px;
	overflow: hidden;
}
#thumbnail_stream {
	min-width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
}
#thumbnail_stream:hover > .thumbnail_stream_img {
	transform: scale(1.05);
}
#no_video {
	position: relative;
	width: 100%;
	height: 319px;
	display: block;
	overflow: hidden;
	text-align: center;
}
.div_videos_row_arrow_left, .div_videos_row_arrow_right {
	width: 24px;
	min-width: 24px;
	height: 24px;
	position: absolute;
	z-index: 1;
	background-color: #1e272e;
	padding: 10px;
	border-radius: 100%;
	cursor: pointer;
	transition: 0.3s ease;
	box-shadow: 0px 0px 0px 0px white;
}
.div_videos_row_arrow_left:hover, .div_videos_row_arrow_right:hover {
	background-color: #363636;
}
.div_videos_row_arrow_left {
	left: -50px;
	transform: rotateZ(90deg);
	position: absolute;
}
.div_videos_row_arrow_right {
	right: -50px;
	transform: rotateZ(270deg);
	position: absolute;
}
.div_clips_row_arrow_left, .div_clips_row_arrow_right {
	width: 24px;
	min-width: 24px;
	height: 24px;
	position: absolute;
	z-index: 1;
	background-color: #1e272e;
	padding: 10px;
	border-radius: 100%;
	cursor: pointer;
	transition: 0.3s ease;
	box-shadow: 0px 0px 0px 0px white;
}
.div_clips_row_arrow_left:hover, .div_clips_row_arrow_right:hover {
	background-color: #363636;
}
.div_clips_row_arrow_left {
	left: -50px;
	transform: rotateZ(90deg);
	position: absolute;
}
.div_clips_row_arrow_right {
	right: -50px;
	transform: rotateZ(270deg);
	position: absolute;
}
.thumbnail_stream_img {
	transition: 0.3s ease;
	width: 100%;
	height: 100%;
}
.channel {
	display: inline-flex;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
	flex-direction: column;
}
.live_popup {
	width: 70%;
	margin: auto;
	position: fixed;
	height: 70%;
	top: 18%;
	left: 15%;
	display: block;
}
.video {
	display: inline-flex;
	margin-bottom: 35px;
	cursor: pointer;
	position: relative;
	flex-direction: column;
}
.video_popup {
	width: 65%;
	margin: auto;
	position: fixed;
	height: 70%;
	top: 18%;
	left: 17.5%;
	display: block;
}
.clip {
	display: inline-flex;
	margin-bottom: 35px;
	cursor: pointer;
	position: relative;
	flex-direction: column;
}
.clip_popup {
	width: 65%;
	margin: auto;
	position: fixed;
	height: 70%;
	top: 18%;
	left: 17.5%;
	display: block;
}
.streams_table_navigation::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 100%;
	background: #FFF;
	height: 100%;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.streams_table_navigation:hover::before {
	top: 0;
}
.streams_table_navigation_active::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	background: #FFF;
	height: 100%;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.streams_table_navigation_active {
	background-color: #FFF;
	color: #3d3d3d;
	word-wrap: anywhere;
}
.streams_table_navigation {
	color: #FFF;
	word-wrap: anywhere;
}
.streams_table_navigation:hover {
	color: #3d3d3d;
}
.streams_link { 
	color: #1e272e;
	text-decoration: underline
}
.channel_thumbnail {
	width: 20%;
	display: inline-flex;
	flex-direction: column;
	margin-bottom: 40px;
	overflow: hidden;
	padding-top: 10px;
	min-width: 150px;
}
.channel_thumbnail_img {
	border-radius: 100%;
	display: block;
	margin: auto;
	transition: 0.3s ease; 
	margin-bottom: 10px;
	border: 2px solid #4b4b4b;
}
.channel_thumbnail_img:hover {
	transform: scale(1.03);
}
.under_channel_thumbnail_img {
	border-radius: 100%;
	border: 2px solid #4b4b4b;
	display: block;
	transition: 0.3s ease; 
	margin-bottom: 10px;
}
.under_channel_thumbnail_img:hover {
	transform: scale(1.03);
}
.title_channel {
	text-align: center;
	display: block;
	font-family: Prototype;
	color: #1e272e;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.stream_language {
	max-height: 32px;
	max-width: 32px;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
	width: min-content;
	margin-top: -3px;
}
.under_title_channel {
	text-align: center;
	display: block;
	font-family: Prototype;
	color: #1e272e;
	text-decoration: none;
}
.under_stream_title_channel {
	text-align: center;
	display: block;
	font-family: Prototype;
	color: #1e272e;
	text-decoration: none;
	text-align: left;
	overflow: hidden;
	margin-bottom: 7px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.under_stream_under_title_channel {
	text-align: center;
	display: block;
	font-family: Prototype;
	color: #1e272e;
	text-decoration: none;
	text-align: left;
	overflow: hidden;
	margin-bottom: 7px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.thumbnail_stream_live {
	position: absolute;
	color: #fff;
	background-color: #de0505;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	left: 7px;
	top: 7px;
	font-size: 14px;
	font-family: LemonMilkRegular;
}
.thumbnail_stream_viewers {
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,0.85);
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	left: 7px;
	bottom: 7px;
	font-size: 15px;
	font-family: AvenirNextCyrLight;
}
.thumbnail_videos_duration {
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,0.85);
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	left: 7px;
	top: 7px;
	font-size: 15px;
	font-family: AvenirNextCyrLight;
}
.thumbnail_videos_views {
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,0.85);
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	left: 7px;
	bottom: 7px;
	font-size: 15px;
	font-family: AvenirNextCyrLight;
}
.thumbnail_videos_published {
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,0.85);
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	right: 7px;
	bottom: 7px;
	font-size: 15px;
	font-family: AvenirNextCyrLight;
}
.videos_row_arrow_left, .videos_row_arrow_right {
	width: 100%;
	height: 100%;
	position: relative;
	top: 2px;
}
.videos_first_row, .videos_second_row, .videos_third_row, .videos_four_row {
	transition: 0.4s ease;
	flex-wrap: wrap;
}
.clips_row_arrow_left, .clips_row_arrow_right {
	width: 100%;
	height: 100%;
	position: relative;
	top: 2px;
}
.clips_first_row, .clips_second_row, .clips_third_row, .clips_four_row {
	transition: 0.4s ease;
	flex-wrap: wrap;
}
.no_video_text {
	font-family: Prototype;
	color: #1e272e;
	position: relative;
	top: 37%;
}