body#page-top.player-open .scroll-to-top {
	bottom: 9rem;
}

body#page-top.player-open.streaming.mobile .scroll-to-top {
	bottom: 8rem;
}


body#page-top.player-open.streaming.mobile #top_menu {
	height: 0;
	padding: 0;
	overflow: hidden;
}


body#page-top.player-open.streaming.mobile div.audio-player {
	height: 7rem;
}

body#page-top.player-open.streaming.mobile .overlay#myPlayer .closebtn {
	top: 2.9rem;
}

/*------------------------------------------------ mediaelement.js AUDIO PLAYER ---*/
div.audio-player {
	position: relative;
	width: 100%;
	height: 7rem;
	background-color: rgba(26, 37, 47, .9) !important;
}

.audio-player .cover {
	display: block;
	background-color: #fff;
	height: calc(7rem - 6px);
	width: calc(7rem - 6px);
	float: left;
	border: 3px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}

#player-naslov-cont {
	padding: 0 4.5rem 0 10rem;
	text-transform: uppercase;
	text-align: center;
	z-index: 4;
}


.streaming #player-naslov-cont {

	/* display: none; */
}

#player-naslov-fwd-bck-flex {
	display: inline-flex;
	max-width: max-content;
}

.audio-naslov-text {
	margin: auto;
}

#audio-naslov,
#audio-naslov-RDS {
	cursor: grab;
	font-size: .9rem;
	text-align: center;
	line-height: 1rem;
	color: #ececec;
	margin: 1.2rem auto 0;
	/* font-weight: bold; */
	width: calc(60vw - 12rem);
	overflow: hidden;
	z-index: 100;
}

.streaming #audio-naslov {
	margin: .9rem auto 0;
}

#audio-naslov-RDS {
	padding-top: 0;
}

#audio-naslov span,
#audio-naslov-RDS span {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.mejs__container {
	background: none;
	text-align: center;
	margin: 0 6rem 0 9rem;
	width: calc(100vw - 15rem) !important;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
}

.mejs__controls {
	background: none !important;
	background-color: rgba(26, 37, 47, 0) !important;
	padding: 20px 5px 20px 5px;
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.mejs__button button {
	background: transparent url();
	overflow: visible;
	margin: 0;
	position: relative;
	color: #d10038;
	height: 60px;
	width: 60px;
	outline: !none;
	transition: 0.3s;
}

.mejs__button button:hover,
.mejs__button button:focus {
	color: #fff;
	border: none;
	outline: none;
}

.mejs__play,
.mejs__pause,
.mejs__volume-button {
	width: 60px;
	height: 60px;
	margin: auto 5px;
}


.mejs__skip-back-button,
.mejs__jump-forward-button {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 15px 5px;
}

.mejs__button.mejs__skip-back-button button,
.mejs__button.mejs__jump-forward-button button {
	width: 30px;
	height: 30px;
	display: inline-block;
}

#defaultSeekBackInterval {
	z-index: 5;
	width: 30px;
	height: 30px;
	background: transparent url('../_vendor/element-media-player/build-5.1.0/dist/skip-back/skip-back.svg');
}

#defaultSeekForwardInterval {
	z-index: 5;
	width: 30px;
	height: 30px;
	background: transparent url('../_vendor/element-media-player/build-5.1.0/dist/jump-forward/jump-forward.svg');
}

.streaming #defaultSeekBackInterval,
.streaming #defaultSeekForwardInterval {
	display: none;
}

.mejs__play button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f144";
	font-weight: 900;
	font-size: 60px;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	background: transparent url();
}

.mejs__pause button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f28b";
	font-weight: 900;
	font-size: 60px;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	background: transparent url();
}

.mejs__replay button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f2f9";
	font-weight: 900;
	font-size: 60px;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	background: transparent url();
}

.mejs__unmute button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f026";
	font-weight: 600;
	font-size: 26px;
	line-height: 60px;
	display: inline-block;
}

.mejs__unmute button {
	vertical-align: middle;
	background: transparent url();
}

.mejs__mute button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f028";
	font-weight: 600;
	font-size: 26px;
	line-height: 60px;
	display: inline-block;
}

.mejs__mute button {
	vertical-align: middle;
	background: transparent url();
}

.mejs__time {
	font-size: 12px;
	/* margin: auto 5px; */
	vertical-align: middle;
	padding-top: 25px;
	height: fit-content;
	max-height: 11rem;
	padding: 0;
	margin: 25px 10px;
}

.mejs__time-rail {
	margin: auto 5px;
	height: 60px;
	vertical-align: middle;
	padding-top: 25px;
}

.mejs__broadcast {
	font-size: 1rem;
	line-height: 1.2rem;
	color: #ececec;
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 0;
}

.mejs__time-current,
.mejs__time-handle-content {
	background: #d10038;
}

span.mejs__time-total.mejs__time-slider {
	margin-top: 0;
}

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-float,
.mejs__time-float-corner,
.mejs__time-float-current,
.mejs__time-hovered,
.mejs__time-loaded,
.mejs__time-marker,
.mejs__time-total {
	border-radius: 0;
}

.mejs__horizontal-volume-total {
	background: hsla(0, 0%, 100%, .3);
	top: 0;
	width: 70px;
}

.mejs__horizontal-volume-current {
	background: #d10038;
}

.mejs__horizontal-volume-current:hover {
	background: hsla(0, 0%, 100%, .8);
	transition: 0.3s;
}

.mejs__horizontal-volume-slider {
	width: 70px;
	margin: 26px 5px;
}


.mejs__horizontal-volume-current,
.mejs__horizontal-volume-total {
	border-radius: 0;
	border: none;
}

.mejs__chapters-button {
	width: 40px;
	height: 60px;
	margin: auto 0 auto 5px;
}

.mejs__chapters-button button {
	width: 40px;
	height: 60px;
	margin: auto;
}

.mejs__chapters-button button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f039";
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
}

.mejs__captions-button>.mejs__captions-selector,
.mejs__chapters-button>.mejs__chapters-selector {
	background: rgba(26, 37, 47, 0);
	margin-bottom: 0;
	right: 0;
	padding: 2rem 0 2rem 0;
	width: 150px;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
	font-size: .8rem;
	line-height: 1.2rem;

}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
	background: rgba(26, 37, 47, 0.9);
	overflow: visible;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
	padding: .4rem 0 .4rem 0;
	margin: 0;

}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
	color: #d10038;
	font-weight: 700;
	background-color: rgb(200, 200, 200) !important;
	background-color: rgba(26, 37, 47, 1) !important;
}

.mejs__chapters-button>.mejs__chapters-selector {
	margin-right: -60px;

}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
	display: none;
}

@media (max-width: 1024px) {
	.mejs__container {
		width: calc(100vw - 13rem) !important;
	}

	#audio-naslov,
	#audio-naslov-RDS {
		width: 75vw;
		margin: 1rem auto 1.2rem auto;
		font-size: .9rem;
		width: calc(80vw - 12rem);
	}

}

@media (max-width: 767px) {
	.mejs__container {
		margin: 0 2rem 0 8rem;
		width: calc(100vw - 12rem) !important;
	}

	#audio-naslov,
	#audio-naslov-RDS {
		margin: .8rem auto 1.2rem auto;
		font-size: .85rem;
		line-height: .9rem;
	}

	.mejs__broadcast {
		font-size: .9rem;
		line-height: 1rem;
	}


}

@media (min-width: 599px) {}

@media (max-width: 598px) {

	.mejs__broadcast {
		font-size: .85rem;
		line-height: .9rem;
	}

	.audio-player .cover {
		display: none;
	}

	div.audio-player {
		height: 8rem;
		bottom: 60px;
	}

	.mejs__container {
		margin: 0 1rem 0 1rem;
		width: calc(100vw - 5rem) !important;
	}

	/*---tukaj spremenim pozicijo Äasa v playerju ---*/

	.mejs__time {
		position: relative;
		margin: 0;
	}

	.mejs__currenttime-container {
		font-size: 10px;
		position: relative;
		top: 10px;
	}

	.mejs__duration-container {
		font-size: 10px;
		position: relative;
		top: 10px;
		right: 10px;
		/* poravnava desno, ko je Äas nad Äasovnico (time-current, nad time-rail) */
		width: 60px;
		/* poravnava desno, ko je Äas nad Äasovnico (time-current, nad time-rail) */
		text-align: right !important;
	}


	.mejs__time-rail {
		margin-left: -25px;
		margin-right: -50px;
	}

	.mejs__chapters-button {
		margin: auto 5px auto -10px;
	}

	.mejs__play,
	.mejs__pause {
		/* margin: auto 15px auto 5px; */

	}

	.mejs__skip-back-button,
	.mejs__jump-forward-button {

		margin: 15px 10px 15px 5px;
	}

	.mejs__horizontal-volume-slider {
		display: none !important;
	}

	.mejs__time-total,
	.mejs__time-buffering,
	.mejs__time-loaded,
	.mejs__time-current,
	.mejs__time-float,
	.mejs__time-hovered,
	.mejs__time-float-current,
	.mejs__time-float-corner,
	.mejs__time-marker {

		height: 8px;
	}

	#audio-naslov,
	#audio-naslov-RDS {
		width: 90vw;
		margin: 1rem auto 0;
		padding: 0.2rem 1rem;
		font-size: .8rem;
		line-height: 1rem;
	}

	.streaming #audio-naslov,
	.streaming #audio-naslov-RDS {
		margin: 0.4rem auto;
	}

	#player-naslov-cont {
		padding: 0;
	}

}


/*------------------- trikotni zaznamek na vrhu dropdown menu-ja Podcasti // dodan border-top ---*/

/*------------------------------------------------ Playlist epizod ---*/

div.playlist {
	padding: 0;
	background-color: rgba(232, 232, 232, .6);
	overflow-y: scroll;
	max-height: 60vh;
}

ol.playlist {
	padding: 0 0 0 0 !important;
	margin: 0 !important;
	list-style: none;
	text-align: left !important;
	overflow-x: hidden !important;
}

li.play-item {
	padding: .5em 4em .5em 5em !important;
	margin: 0 -2.6em 0 -2.6em !important;
}

li.play-item:nth-child(odd) {
	background-color: rgba(232, 232, 232, 1);
}






button.vec-cikel {
	display: none;
}

button.manj-cikel {
	display: none;
}


/*! CSS Used from: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css */
#myPlayer,
.vec-vsebina.player,
::after,
::before {
	box-sizing: border-box;
}


/*! CSS Used from: https://avdio.ognjisce.si/vendor/malihu-custom-scrollbar-plugin-3.1.5/jquery.mCustomScrollbar.css */
.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}

.mCSB_inside>.mCSB_container {
	margin-right: 30px;
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCustomScrollBox:hover>.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}


.overlay#myPlayer {
	display: none;
	flex-direction: column;
	height: auto;
	width: 100vw;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	background: none;
	transition: 1s;
}

.overlay#myPlayer .closebtn {
	position: absolute;
	top: calc(3.5rem - .35rem);
	right: 3.5rem;
	line-height: 1.5rem;
	font-size: 1.5rem;
	padding: 0;
	margin: 0;
	background-color: rgb(0, 0, 0);
	background: transparent;
	transition: .7s ease-in-out;
	z-index: 11;
	color: #d10038;
	border:none;
	cursor: pointer;
}

.overlay#myPlayer .closebtn .fa-times-circle{
	color: #fff;
}

@media (max-width: 1024px) {
	.overlay#myPlayer .closebtn {
		right: 2.4rem;
	}
}

@media (max-width: 768px) {
	.overlay#myPlayer .closebtn {
		right: 2.6rem;
	}
}

@media (max-width: 576px) {
	.overlay .closebtn {
		font-size: 35px;
		top: .8vh;
	}

	.overlay#myPlayer .closebtn {
		/*top: 3.5rem;*/
		top:0;
		right: 1.75rem;
		font-size: 2rem;
	}
}

.overlay#myPlayer .player-vec {
	position: absolute;
	top: 0;
	/* right: 2.6rem; */
	right: 3vw;
	line-height: .8rem;
	font-size: .8rem;
	padding: .25rem .75rem;
	margin: 0;
	color: rgb(26, 37, 47);
	background-color: #d10038;
	border-radius: 0 0 6px 6px;
	transition: .4s ease-in-out;
	z-index: 11;
}

.overlay#myPlayer .player-vec:hover {
	color: #fff;
}

@media (max-width: 767.98px) {
	.overlay#myPlayer .player-vec {
		right: 15px;
	}
}