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;
	font-family: "Oswald";
	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: #d74b4b;
	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-family: Oswald;
	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: #d74b4b;
}

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: #d74b4b;
}

.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: #d74b4b;
	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;
	}

	h5 {
		font-size: 1.1rem;
	}

	h6 {
		font-size: .9rem;
	}

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

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

	.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;
	}

}



/*------------------------------------------------ Dropdown menu style 
.btn-podcast {
color: rgb(69, 77, 101);
font-family: 'Fira Sans', sans-serif;
background-color: #d74b4b !important;
border: none !important;
}

.btn-podcast:hover {

color: #fff !important;
background-color: #e0a800 !important;
border: none !important;
}



button,
html [type=button] {
-webkit-appearance: none !important;
}

.dropdownMenuButton {
background-color: #d74b4b !important;
border: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
color: #fff;
background-color: #d39e00;
}

.naslov-hover {
margin: .5em 1em;
padding: 0;
line-height: .9rem;
font-size: .8rem;
}

@media (max-width: 1024px) {

.btn-podcast {
font-size: 1.1rem;
}

} ---*/


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

.dropdown .dropdown-triangle {
	height: 0;
	width: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #d39e00;
	position: absolute;
	top: -11px;
	left: 10%;
	z-index: 100;
}

.dropdown-top-border {
	border-top: 5px solid #d39e00 !important;
	margin-top: -8px;
	top: 0;
	z-index: 100;
}




/*------------------------------------------------ Sivo ozadje ator, opis ---*/

.kartica-desno {
	background-color: rgb(69, 77, 101);
	padding: 0 0 1.5rem;
	border-bottom: 6px solid #d74b4b !important;
	overflow: hidden;
}

.img-fluid.avtor {
	margin-top: 1rem;
	height: 7rem;
	z-index: 1;
}

.discription-bg {
	padding: 2rem 2rem;
}

.discription-bg-share {
	color: #fff;
	text-align: left;
	background-color: rgb(69, 77, 101);
	padding: 2rem 2rem;
	min-height: 15vh;
	border-bottom: 6px solid #d74b4b !important;
}

#mainNav-top {
	background-color: #2C3E50;
}

.opis-avtor {
	font-size: .9rem;
	margin: 3rem 0 0 0;
	color: #fff;
	vertical-align: middle;
}

.opis-oddaja {
	text-align: justify;
	font-size: .9rem;
	line-height: 1.1rem;
	color: #fff;
	margin-bottom: 1rem;
}

@media (max-width: 1024px) {

	.discription-bg {
		padding: 1.5rem;
	}


	img-fluid.avtor {
		height: 4rem;
	}

	.opis-oddaja {
		font-size: .8rem;
		line-height: 1rem;
	}

	.opis-avtor {
		font-size: .8rem;

	}
}


/*------------------------------------------------ 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);
}


/*------------------------------------------------ cards ---*/

.kartica-oddaja {
	font-size: .8rem;
	line-height: 1rem;
	margin: 0 1rem 0 .7rem;
}

.kartica-oddaja.naslov {
	font-size: .9rem;
	line-height: 1rem;
	padding-top: 1.1rem;
	padding-bottom: .5rem;
	margin-bottom: 0;
}

@media (max-width: 768px) {

	.kartica-oddaja.naslov {
		font-size: .8rem;
		line-height: .9rem;
	}
}

.kartica-oddaja.manjse {
	line-height: 1rem;
	font-size: .75rem;
	margin: 0;
}

.kartica-oddaja.manjse.tag {
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
}

.kartica-oddaja.manjse.naslov {
	font-size: .85rem;
	line-height: 1rem;
	padding-top: 1em;
	padding-bottom: .5em;
	margin-bottom: 0;
}

.divider {
	margin: 0 .5rem;
}

.kartica-oddaja.datum {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: .5rem .6rem;
	margin: 0;
	z-index: 5;
}

.kartica-oddaja.izpostavljeno-datum {
	position: absolute;
	bottom: 0;
	right: 3.5rem;
	padding: .5rem .6rem;
	margin: 0;
	z-index: 5;
}


.kartica-oddaja.avtor {
	margin: 0 1rem 4rem 1rem;
}

/* -- spodnji div poskrbi, da se skrije text overflow pod gradient ---*/
.pod-datum {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2.8rem;
	width: 100%;
	z-index: 1;
	margin: 0;
	background: linear-gradient(rgba(69, 77, 101, .0), rgb(69, 77, 101));
	border-bottom: 1.4rem solid rgb(69, 77, 101);
}

.pod-datum.visje {
	height: 5rem;
	border-bottom: 1.5rem solid rgb(69, 77, 101);

	width: 100%;
}

.nad-rob {
	position: absolute;
	top: 0;
	left: 0;
	height: 1rem;
	width: 100%;
	z-index: 1;
	margin: 0;
	background: linear-gradient(rgb(69, 77, 101), rgba(69, 77, 101, .0));
	border-top: .2rem solid rgb(69, 77, 101);
}

.podcast-item.izpostavljeno-cikel .pod-datum.visje {

	width: calc(100% - 4rem);
}

.podcast-item.izpostavljeno-cikel.mobile .pod-datum.visje {

	width: 100%;
}

/* -- spodnji div poskrbi, da se skrije text pri scrollanju pod gradient ---*/
.nad-opis {
	position: absolute;
	top: 0;
	left: 0;
	height: .8rem;
	width: 100%;
	z-index: 1;
	margin: 0;
	background: linear-gradient(rgb(69, 77, 101), rgba(69, 77, 101, .0));
	border-top: .3rem solid rgb(69, 77, 101);
}


.kartica-oddaja.manjse.datum {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: .3rem .5rem;
	margin: 0;
	background-color: rgba(69, 77, 101, 0);
	z-index: 5;
}

.oddaja-vsebina {
	font-size: .8rem;
	line-height: 1rem;
	position: absolute;
	top: 0;
	left: 14rem;
	margin: 0 1rem 0 .7rem;
	overflow: hidden;
	height: calc(100% - 9px);
	z-index: 0;
}

.oddaja-vsebina.izpostavljeno {
	position: absolute;
	top: 0;
	left: 6rem;
	overflow: hidden;
	height: calc(6rem - .7rem);
	z-index: 0;
}

.oddaja-vsebina.izpostavljeno-cikel {
	height: calc(100% - 9px);
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	overflow: hidden;
}



.vec {
	color: #d74b4b;
	cursor: pointer;
}

.vec:hover {
	color: #fff;
}

.vec.active {
	color: #fff;
}

.vec-overlay {
	display: none;
}

.vec-overlay.vsebina,
.vec-overlay.share,
.vec-overlay.vsebina-player {
	display: block;
	height: 100%;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(255, 255, 255, 0.65);
	-webkit-transition: height 300ms ease-in-out;
	-moz-transition: height 300ms ease-in-out;
	-o-transition: height 300ms ease-in-out;
	transition: height 300ms ease-in-out;
	z-index: 9;
}

.vec-vsebina {
	display: none;
	position: absolute;
	top: 8rem;
	right: 0;
	color: #fff;
	background-color: rgb(69, 77, 101);
	min-height: 14rem;
	height: 100%;
	width: 100%;
	border-bottom: 6px solid #f98311 !important;
	padding: 1rem 0 1rem .7rem;
}

.vec-vsebina.visible {
	display: block;
}

.tekst {
	position: absolute;
	top: 0;
	line-height: 1rem;
	font-size: .75rem;
	width: calc(100% - 4.2rem);
	max-height: 12rem;
	height: 100%;
	overflow: hidden;
}

.oddaja-vsebina.izpostavljeno-cikel .tekst {
	height: 100%;
	max-height: 13rem;
}

.vec-vsebina .tekst {
	width: calc(100% - 4.25rem);
}

.vec-vsebina.izpostavljeno-cikel .tekst {
	width: calc(100% - 1rem);
}

.vec-vsebina.player .tekst .kartica-oddaja.manjse.avtor {
	margin: 0 1rem 0 .6rem;
}

.avtor a {
	margin-right: 0.5rem;
}

.vec-vsebina .tekst .avtor {
	margin-bottom: 4rem;
}

.tekst .kartica-oddaja {
	margin: 0 .5rem 0 0;
}


.tekst .kartica-oddaja.tag {
	position: relative;
	bottom: 0;
	left: 0;
	padding: 0;
	z-index: auto;
	width: 100%;
	margin-bottom: 4rem;
}

.podcast-item .tag {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .5rem .7rem;
	margin: 0;
	width: calc(100% - 4rem);
	z-index: 5;
}



.podcast-item.izpostavljeno-cikel .tag p {
	left: 0;
}

.podcast-item.izpostavljeno-cikel.mobile .tag {
	left: 0;
	width: 90%;
}

.podcast-item.izpostavljeno-cikel.mobile .tag a {
	left: 2rem;
	width: 90%;
}

.tag a {
	margin-right: 0.5rem;
}

.tag i {
	left: 0;
}

.vec-vsebina.player .spodaj .tag {
	width: 22rem;
	bottom: 1.4rem;
	white-space: nowrap;
	overflow: hidden;

}

.vec-vsebina.player .spodaj .tag i {
	left: 0;
}

.vec-vsebina.player .spodaj .tag a {
	left: 2rem;
}

.search-tagi {
	max-width: 80vw;
	position: relative;
	top: 0;
	left: 0;
	z-index: 15;
	color: #fff;
	text-transform: none;
}

.tag-list {
	position: relative;
	left: 0;
	margin-top: 1rem;
	color: #d74b4b;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8rem;
	padding-left: 1rem;
}

.tag-list i {
	color: #fff;
	margin-right: .3rem;
}

.tag-list li {
	margin-right: 1.3rem;
	list-style-type: none;
}

.tag-list li a {
	display: block;
}

.vec-vsebina.player .pod-datum {
	bottom: 0;
}

.vec-vsebina .dropdown-triangle {
	height: 0;
	width: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid rgb(69, 77, 101);
	position: absolute;
	top: -12px;
	left: 83%;
	z-index: 10;
}

.vec-vsebina.izpostavljeno {
	top: 7rem;
}

/* --- več vsebine na playerju ---- */
.vec-vsebina.player {
	position: fixed;
	top: calc(100vh - 25rem);
	right: 2.6rem;
	display: block;
	height: 14rem;
	width: 30rem;
	z-index: 10;
	display: none;
}

.vec-vsebina.player.visible {
	display: block;
}

.vec-vsebina.player .dropdown-triangle {
	height: 0;
	width: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #f98311;
	border-bottom: none;
	top: 16.3rem;
	left: calc(100% - 2.5rem);
	z-index: 10;
}


/* --- dropdown-traingle - pozicija na AKTUALNO IN PRIPOROČAMO ---- */
.vec-vsebina.izpostavljeno .dropdown-triangle {
	left: 75%;
}

.kartica-oddaja-play {
	position: absolute;
	z-index: 5;
	color: rgb(69, 77, 101);
	background-color: #d74b4b;
	padding: .4rem .4rem calc(0.4rem - 6px) .4rem;
	bottom: 0;
	left: 0;
	/*---	border-top-right-radius: 20px; ---*/
	overflow: hidden;
	cursor: pointer;
}


.kartica-oddaja-play.vodoravno:active {
	color: #fff;
}

.kartica-oddaja-play#manjse {
	font-size: .6rem;
	padding: .35rem;
	/*---	border-top-right-radius: 10px; ---*/
}

.kartica-oddaja-play.vodoravno.selected {
	color: #fff;
}

.kartica-oddaja-play.selected {
	color: #fff;
}

.podcast-item-div {
	position: relative;
}

.podcast .podcast-item {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: rgb(69, 77, 101);
	height: 27rem;
	width: 100%;
	padding: 0;
	box-shadow: 1px 2px 10px lightgrey;
	text-align: left;
	font-weight: 100;
	color: white;
	border-bottom: 6px solid #d74b4b !important;
	z-index: 0;
}

.podcast-item.active {
	/* poskrbi, da je ob kliku na "vec" vidna samo ta oddaja */
	overflow: visible;
	z-index: 9;
}

.podcast .podcast-item.manjse {
	height: 20rem;
}

.podcast .podcast-item #naslov-oddaje {
	text-align: left;
	font-size: 1.2rem;
	color: white;
}

.podcast .podcast-item:hover {
	text-align: left;
}

.podcast .podcast-item .p:hover {
	text-decoration: none;
}

.podcast .podcast-item .podcast-item-caption {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
	background-color: rgba(194, 13, 25, 0.8);
	/* spremenjena barva */
	z-index: 3;
}

.podcast .podcast-item .podcast-item-caption:hover {
	opacity: 1;
	z-index: 3;
}

.podcast .podcast-item .podcast-item-caption .podcast-item-caption-content .naslov-hover {
	line-height: 1.6rem;
	font-size: 1.5rem;
	margin: auto;
	padding: 1rem;
}

.podcast .podcast-item .podcast-item-caption .podcast-item-caption-content .naslov-hover-manjse {
	line-height: 1.3rem;
	font-size: 1.1rem;
	margin: auto;
	padding: 1rem;
}


/*--------- kartice za seznam - search in seznam epizod na strani oddaje -- */

.podcast-item.vodoravno {
	height: 7rem;
	line-height: 1.1em;
	font-size: 1em;
	/*-----	margin: 0 1.5em 1em 1.5em; ---*/
}


/*--------- kartice za seznam - search in seznam epizod na strani oddaje -- */

.podcast-item.vodoravno-desno {
	height: 18vh;
	line-height: 1.1em;
	font-size: 1em;
	/*-----	margin: 0 1.5em 1em 1.5em; ---*/
}

.container img.section-bg {
	opacity: 0.5;
	min-height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	background-repeat: repeat-y;
	z-index: -1;
	margin-top: -15rem;
}

.img-fluid {
	position: relative;
	z-index: 2;
}

.podcast-item .img-fluid {
	margin-right: 1rem;
}

.img-fluid.vodoravno {
	position: relative;
	height: 100%;
	float: left;
	padding: 0;
	margin-right: 1rem;
	margin-left: 7rem;
	z-index: 2;
}

.kartica-oddaja-play.vodoravno {
	line-height: 7rem;
	font-size: 1.3rem;
	position: absolute;
	height: 100%;
	width: 7rem;
	text-align: center;
	bottom: 0px;
	left: 0;
	float: left;
}

/*---- AKTUALNO IN PRIPOROČENO ----*/
.podcast-item.izpostavljeno {
	height: 6rem;
	padding: 0;
}

.img-fluid.izpostavljeno {
	height: 100%;
	float: left;
	margin-right: 1rem;
}

/*---- AKTUALNO IN PRIPOROČENO ----*/




.kartica-oddaja-play.izpostavljeno-cikel {
	color: rgba(255, 193, 7, 0.9);
	background-color: transparent;
	line-height: 16rem;
	font-size: 4rem;
	position: absolute;
	height: 100%;
	width: 14rem;
	text-align: center;
	bottom: 0px;
	left: 0;
	float: left;
}

.kartica-oddaja-play.izpostavljeno-cikel:hover {
	color: rgba(255, 255, 255, 0.9);
	background-color: transparent;
}

.kartica-oddaja-play.izpostavljeno-cikel.mobile {
	color: rgb(69, 77, 101);
	background-color: rgba(255, 193, 7, 1);
	line-height: 3.5rem;
	font-size: 1.3rem;
	position: absolute;
	height: calc(4rem - 3px);
	width: calc(4rem - 3px);
	text-align: center;
	bottom: -6px;
	left: 0;
	float: left;
}

.kartica-oddaja-play.izpostavljeno-cikel.mobile.selected {
	color: #fff;
}

.kartica-oddaja-share.izpostavljeno-cikel.mobile {
	color: rgb(69, 77, 101);
	background-color: rgb(254, 94, 94);
	line-height: 3.5rem;
	font-size: 1.5rem;
	position: absolute;
	height: calc(4rem - 9px);
	width: calc(4rem - 3px);
	text-align: center;
	bottom: 0;
	left: calc(4rem - 3px);
	float: left;
	z-index: 5;
}


.kartica-oddaja-share.izpostavljeno-cikel.mobile:hover,
.kartica-oddaja-share.izpostavljeno-cikel.mobile.active {
	color: #fff;
}

.img-fluid.izpostavljeno-cikel.mobile {
	height: calc(8rem - 6px);
}

.podcast-item.izpostavljeno-cikel {
	height: 14rem;
	padding: 0;
}

.podcast-item.izpostavljeno-cikel.mobile {
	height: calc(12rem - 9px);
	max-height: 100%;
}

button.vec-cikel {
	display: none;
}

button.manj-cikel {
	display: none;
}

.share {
	/* SHARE ikone */
	float: right;
	height: 100%;
	width: 3.5rem;
	position: absolute;
	bottom: -6px;
	right: 0;
}

.share-dropdown {
	position: absolute;
	top: 12.35rem;
	left: 4rem;
	display: none;
	/* SHARE dropdown ikone */
	height: 3.5rem;
	width: 100%;
}

.share-dropdown.visible {
	display: block;
}

.share-dropdown .dropdown-triangle {
	height: 0;
	width: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #00aced;
	position: absolute;
	top: -11px;
	left: calc(1.75rem - 12px);
	z-index: 10;
}

.icon-fa,
.icon-twitt,
.icon-download,
.icon-mail,
.icon-ro {
	color: rgb(69, 77, 101);
	line-height: 3.5rem;
	font-size: 1.5rem;
	text-align: center;
	z-index: 5;
	cursor: pointer;
	width: 3.5rem;
	height: 3.5rem;
}

.icon-ro {
	cursor: default;
}

/* SHARE ikone - NAVPIČNO */
.icon-twitt {
	/* SHARE ikone - Twitter*/
	position: absolute;
	bottom: 10.5rem;
	background-color: #00aced;
}

.icon-fa {
	/* SHARE ikone - facebook*/
	position: absolute;
	bottom: 7rem;
	background-color: #6d84b4;
}

.icon-download {
	/* SHARE ikone - download*/
	position: absolute;
	bottom: 3.5rem;
	background-color: #e35a4f;
}

.icon-ro {
	/* SHARE ikone - download*/
	position: absolute;
	bottom: 3.5rem;
	background-color: #e35a4f;
}

.icon-mail {
	/* SHARE ikone - mail*/
	position: absolute;
	bottom: 0rem;
	background-color: #f98311;
}


/* SHARE ikone - VODORAVNO */
.share-dropdown .icon-twitt {
	/* SHARE ikone - Twitter*/
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00aced;
}

.share-dropdown .icon-fa {
	/* SHARE ikone - facebook*/
	position: absolute;
	top: 0;
	left: 3.5rem;
	background-color: #6d84b4;
}

.share-dropdown .icon-download {
	/* SHARE ikone - download*/
	position: absolute;
	top: 0;
	left: 7rem;
	background-color: #e35a4f;
}

.share-dropdown .icon-ro {
	/* SHARE ikone - download*/
	position: absolute;
	top: 0;
	left: 7rem;
	background-color: #e35a4f;
}

.share-dropdown .icon-mail {
	/* SHARE ikone - mail*/
	position: absolute;
	top: 0;
	left: 10.5rem;
	background-color: #d74b4b;
}

.icon-fa:hover,
.icon-twitt:hover,
.icon-download:hover,
.icon-mail:hover {
	color: #fff;
}

.vec-vsebina .spodaj {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 4rem);
	z-index: 5;
}

/* -- checkbox za deljenje prid določenem času -*/
/* The container */
.share-this-time {
	display: block;
	cursor: pointer;
	float: left;
	font-size: .8rem;
	line-height: 20px;
	margin-bottom: .5rem;
	margin-left: .6rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.share-this-time span.opis {
	float: left;
}

/* Hide the browser's default checkbox */
.share-this-time input {
	position: absolute;
	right: 0;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	background-color: rgba(255, 255, 255, .3);
	border: 1px solid #d74b4b;
}

/* On mouse-over, add a grey background color */
.share-this-time:hover input~.checkmark {
	background-color: rgba(255, 255, 255, .8);

}

/* When the checkbox is checked, add a blue background */
.share-this-time input:checked~.checkmark {
	background-color: #d74b4b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.share-this-time input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.share-this-time .checkmark:after {
	left: 6px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid rgb(69, 77, 101);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (max-width: 767.98px) {
	.podcast .podcast-item .podcast-item-caption .podcast-item-caption-content {
		line-height: 1.6rem;
		font-size: 1.5rem;
		margin: auto;
		padding: auto;
	}

	.podcast .podcast-item .podcast-item-caption .podcast-item-caption-content .naslov-hover-manjse {
		font-size: 1.2rem;
		font-size: 1.1rem;
	}

	.img-fluid.vodoravno {
		margin-left: 7rem;
	}

	.cikel {
		position: relative;
		top: 0;
		height: 12rem;
		overflow: hidden;
		width: 100%;
		position: relative;

	}

	.cikel.visible {
		height: auto;
	}

	img.img-fluid.img-cikel {
		position: relative;
		top: -20vw;
		left: 0;
		width: 100%;
		height: auto;
		margin: 0;
	}

	img.img-fluid.img-cikel.visible {
		top: 0;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.discription-bg {
		top: 0;
		overflow: hidden;
		max-height: 7rem;
	}

	.discription-bg.visible {
		max-height: 100%;
	}

	.discription-bg-share {
		position: relative;
		top: 0;
		overflow: hidden;
		height: 100%;
		max-height: 10rem;
		transition: .3s ease-in-out;
	}

	button.vec-cikel {
		display: block;
		position: absolute;
		bottom: calc(0px - 2rem);
		left: calc(50% - 2.5rem);
		background: rgba(255, 255, 255, .3);
		color: #d74b4b;
		font-size: 2rem;
		height: 5rem;
		width: 5rem;
		border: none;
		border-radius: 2.5rem;
		z-index: 4;
	}

	button.manj-cikel {
		display: none;
		position: absolute;
		bottom: calc(0px - 2rem);
		left: calc(50% - 2.5rem);
		background: rgba(255, 255, 255, .3);
		color: #d74b4b;
		font-size: 2rem;
		height: 5rem;
		width: 5rem;
		border: none;
		border-radius: 2.5rem;
		z-index: 4;
	}

	/*	.dropdown-menu {
	transform: translate3d(0, 55px, 0px) !important;
} */

	.dropdown-triangle {
		left: 85%;
	}

	.dropdownMenuButton {
		position: absolute;
		top: 0.05rem;
		right: 0;
		z-index: 5;
		margin: 0;
		font-size: 1rem;
		height: 3.5rem;
		width: 40%;
		padding: 0;
	}

	.vec-vsebina .dropdown-triangle {
		left: 72%;
	}

	.vec-vsebina.player {
		top: calc(100vh - 23rem);
		right: 15px;
		height: 14rem;
		width: calc(100vw - 30px);
	}

	.overlay#myPlayer .player-vec {
		right: 15px;
	}

}


@media (max-width: 991.98px) {

	.podcast .podcast-item {
		height: 8rem;
		padding: 0;
	}

	.podcast .podcast-item .podcast-item-caption .podcast-item-caption-content {
		line-height: 1rem;
		font-size: 1rem;
		margin: auto;
		padding: auto;
	}

	.podcast .podcast-item .podcast-item-caption .podcast-item-caption-content .naslov-hover-manjse {

		font-size: 1.1rem;
	}

	.podcast-item.vodoravno {
		height: 7rem;
		line-height: 1.1em;
		font-size: 1em;
	}

	.kartica-oddaja {
		line-height: 1rem;
		font-size: .75rem;
		margin: 0 1.8rem 3.6rem 1.8rem;
	}


	.kartica-oddaja-play.vodoravno {
		line-height: 7rem;
		width: 7rem;
	}

	.podcast-item.izpostavljeno {
		height: 7rem;
		padding: 0;
	}

	.img-fluid {
		height: 100%;
		float: left;
		padding: 0;
	}

	.img-fluid.img-cikel {
		height: auto;

	}

	.img-fluid.izpostavljeno {
		height: 7rem;
		float: left;
	}

	.podcast-item .vec-vsebina.izpostavljeno-cikel.mobile {
		top: 12.5rem;
	}

	.podcast-item .vec-vsebina {
		top: 9rem;
	}

	.oddaja-vsebina {
		left: 7.7rem;
	}

	.oddaja-vsebina .kartica-oddaja {
		margin: 0;
	}

	.oddaja-vsebina.izpostavljeno {
		left: 7rem;
	}

	.oddaja-vsebina.izpostavljeno-cikel {
		margin: 0 1rem 0 .7rem;
	}

	.vec-vsebina .dropdown-triangle {
		left: 70%;
	}
}

.podcast-item.manjse .oddaja-vsebina {
	position: initial;
}

.podcast-modal .podcast-modal-dialog {
	padding: 3rem 1rem;
	min-height: calc(100vh - 2rem);
	margin: 1rem calc(1rem - 8px);
	position: relative;
	z-index: 2;
	-moz-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
}

.podcast-modal .podcast-modal-dialog .close-button {
	position: absolute;
	top: 2rem;
	right: 2rem;
}

.podcast-modal .podcast-modal-dialog .close-button i {
	line-height: 38px;
}

.podcast-modal .podcast-modal-dialog h2 {
	font-size: 2rem;
}

@media (min-width: 768px) {
	.podcast-modal .podcast-modal-dialog {
		min-height: 100vh;
		padding: 5rem;
		margin: 3rem calc(3rem - 8px);
	}

	.podcast-modal .podcast-modal-dialog h2 {
		font-size: 3rem;
	}
}

.floating-label-form-group {
	position: relative;
	border-bottom: 1px solid #e9ecef;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
	font-size: 1.5em;
	position: relative;
	z-index: 1;
	padding-right: 0;
	padding-left: 0;
	resize: none;
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none !important;
}

.floating-label-form-group label {
	font-size: 0.85em;
	line-height: 1.764705882em;
	position: relative;
	z-index: 0;
	top: 2em;
	display: block;
	margin: 0;
	-webkit-transition: top 0.3s ease, opacity 0.3s ease;
	-moz-transition: top 0.3s ease, opacity 0.3s ease;
	-ms-transition: top 0.3s ease, opacity 0.3s ease;
	transition: top 0.3s ease, opacity 0.3s ease;
	opacity: 0;
}

.floating-label-form-group:not(:first-child) {
	padding-left: 14px;
	border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
	top: 0;
	opacity: 1;
}

.floating-label-form-group-with-focus label {
	color: #C20D19;
}

form .row:first-child .floating-label-form-group {
	border-top: 1px solid #e9ecef;
}

.footer {

	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #2C3E50;
	color: #fff;
}

.copyright {
	background-color: #1a252f;
}


/*-- SCROLL BAR PLUGIN - MALIHU SCROLLER --*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #d74b4b;
}

.mCSB_scrollTools {
	top: 1rem;
	bottom: 1.5rem;
	z-index: 5;
}

.oddaja-vsebina.izpostavljeno-cikel .mCSB_scrollTools {
	bottom: 3rem;
}

.tekst>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
	background-color: #fff;
}

body>.mCustomScrollBox>.mCSB_scrollTools {
	top: 10rem;
	height: 75vh;
}

body>.mCustomScrollBox>.mCSB_scrollTools>.mCSB_buttonUp {
	color: #d74b4b;
}

body>.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(33, 37, 41, .75);
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 1.5rem;
}

.casovni-trak>.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-bottom: 0;
}

.casovni-trak>.mCSB_scrollTools .mCSB_draggerContainer {
	top: 5rem;
}

.casovni-trak>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	margin: 0 auto;
	top: 0;
	max-width: 20rem;
}

@media (max-width: 576px) {
	.casovni-trak>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
		max-width: 40vw;
	}

	.casovni-trak>.mCSB_scrollTools .mCSB_draggerContainer {
		top: 4.7rem;
	}
}

/* - DONIRAJ -- */

section.doniraj {
	padding: 11rem 0 6rem 0;
}

button a {
	color: inherit;
}

.kartica.doniraj {
	color: #2C3E50;
	box-shadow: 1px 2px 10px lightgrey;
}

button.doniraj {
	height: 3.2rem;
	width: 12rem;
	margin-left: 1rem;
	color: #2C3E50;
	font-weight: 600;
	background: #d74b4b;
}

button.doniraj:hover {
	color: white;
	font-weight: 400;
}

.doniraj-gumb {
	float: left;
}

button.doniraj-gumb {
	height: 3.2rem;
	max-width: 9rem;
	margin-left: 1rem;
	color: #2C3E50;
	font-weight: 600;
	background: #d74b4b;
	border: none;
	transition: all ease 0.5s;
}

.kartica.doniraj .doniraj-gumb {
	min-width: 12rem;
}

button.doniraj-gumb:hover {
	color: #fff;
	cursor: pointer;
}

.doniraj input {
	background: #fff;
	padding: .375rem .75rem;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
}

.doniraj.alert {
	font-size: .75rem;
}

.doniraj.alert a {
	font-weight: 600;
	color: inherit;
}

.doniraj.alert a:hover {
	color: #fff;
}

.doniraj.slogan {
	font-size: 1.75rem;
	font-weight: 600;
}

.doniraj.foto {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.doniraj .gumb.opis {
	width: 100%;
	margin: .7rem auto 1rem auto;
	font-size: .75rem;
}

.doniraj.foto .opis {
	font-size: 1rem;
	line-height: 1.1rem;
	font-weight: 400;
	padding: auto 1
}

.doniraj .vprasanja {
	font-size: .9rem;
	color: #d74b4b;
}

@media (max-width: 768px) {



	.kartica.doniraj {
		padding: 4rem;
	}

	.doniraj .gumb.opis {
		text-align: center;
	}

	button.doniraj-gumb {
		margin-left: .25rem;
	}
}


/*! 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)";
}

/*! CSS Used from: https://avdio.ognjisce.si/css/custom.css */
h5 {
	/*	font-weight: 700; */
	font-family: 'Oswald';
}

a {
	color: #d74b4b;
}

a:hover,
a:active {
	color: #fff;
	text-decoration: none;
	text-decoration-skip: objects;
}

@media (max-width: 598px) {
	h5 {
		font-size: 1.1rem;
	}
}

html [type=button] {
	-webkit-appearance: none !important;
}

input:focus {
	outline: none;
}

input::-webkit-input-placeholder {
	padding: 6px;
	color: #d74b4b;
}

input:-moz-placeholder {
	padding: 6px;
	color: #d74b4b;
}

input::-moz-placeholder {
	padding: 6px;
	color: #d74b4b;
}

input:-ms-input-placeholder {
	padding: 6px;
	color: #d74b4b;
}

.kartica-oddaja {
	font-size: .8rem;
	line-height: 1rem;
	margin: 0 1rem 0 .7rem;
}

.kartica-oddaja.naslov {
	font-size: .9rem;
	line-height: 1rem;
	padding-top: 1.1rem;
	padding-bottom: .5rem;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.kartica-oddaja.naslov {
		font-size: .8rem;
		line-height: .9rem;
	}
}

.kartica-oddaja.avtor {
	margin: 0 1rem 4rem 1rem;
}

.pod-datum {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2.8rem;
	width: 100%;
	z-index: 1;
	margin: 0;
	background: linear-gradient(rgba(69, 77, 101, .0), rgb(69, 77, 101));
	border-bottom: 1.4rem solid rgb(69, 77, 101);
}

.pod-datum.visje {
	height: 5rem;
	border-bottom: 1.5rem solid rgb(69, 77, 101);
	width: 100%;
}

.nad-rob {
	position: absolute;
	top: 0;
	left: 0;
	height: 1rem;
	width: 100%;
	z-index: 1;
	margin: 0;
	background: linear-gradient(rgb(69, 77, 101), rgba(69, 77, 101, .0));
	border-top: .2rem solid rgb(69, 77, 101);
}

.vec-vsebina {
	display: none;
	position: absolute;
	top: 8rem;
	right: 0;
	color: #fff;
	background-color: rgb(69, 77, 101);
	min-height: 14rem;
	height: 100%;
	width: 100%;
	border-bottom: 6px solid #d74b4b !important;
	padding: 1rem 0 1rem .7rem;
}

.vec-vsebina.visible {
	display: block;
}

.tekst {
	position: absolute;
	top: 0;
	line-height: 1rem;
	font-size: .75rem;
	width: calc(100% - 4.2rem);
	max-height: 12rem;
	height: 100%;
	overflow: hidden;
}

.vec-vsebina .tekst {
	width: calc(100% - 4.25rem);
}

.avtor a {
	margin-right: 0.5rem;
}

.vec-vsebina .tekst .avtor {
	margin-bottom: 4rem;
}

.tekst .kartica-oddaja {
	margin: 0 .5rem 0 0;
}

.tekst .kartica-oddaja.tag {
	position: relative;
	bottom: 0;
	left: 0;
	padding: 0;
	z-index: auto;
	width: 100%;
	margin-bottom: 4rem;
}

.tag a {
	margin-right: 0.5rem;
}

.tag i {
	left: 0;
}

.vec-vsebina.player .pod-datum {
	bottom: 0;
}

.vec-vsebina .dropdown-triangle {
	height: 0;
	width: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid rgb(69, 77, 101);
	position: absolute;
	top: -12px;
	left: 83%;
	z-index: 10;
}

.vec-vsebina.player {
	position: fixed;
	top: calc(100vh - 22rem);
	right: 2.6rem;
	display: block;
	height: 14rem;
	width: 30rem;
	z-index: 10;
	display: none;
}

.vec-vsebina.player.visible {
	display: block;
}

.vec-vsebina.player .dropdown-triangle {
	height: 0;
	width: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #d74b4b;
	border-bottom: none;
	top: 14rem;
	left: calc(100% - 2.5rem);
	z-index: 10;
}

.img-fluid {
	position: relative;
	z-index: 2;
}

.share {
	float: right;
	height: 100%;
	width: 3.5rem;
	position: absolute;
	bottom: -6px;
	right: 0;
}

.icon-fa,
.icon-twitt,
.icon-download,
.icon-mail,
.icon-ro {
	color: rgb(69, 77, 101);
	line-height: 3.5rem;
	font-size: 1.5rem;
	text-align: center;
	z-index: 5;
	cursor: pointer;
	width: 3.5rem;
	height: 3.5rem;
}

.icon-ro {
	cursor: default;
}

.icon-twitt {
	position: absolute;
	bottom: 10.5rem;
	background-color: #00aced;
}

.icon-fa {
	position: absolute;
	bottom: 7rem;
	background-color: #6d84b4;
}

.icon-download {
	position: absolute;
	bottom: 3.5rem;
	background-color: #e35a4f;
}

.icon-ro {
	position: absolute;
	bottom: 3.5rem;
	background-color: #e35a4f;
}

.icon-mail {
	position: absolute;
	bottom: 0rem;
	background-color: #d74b4b;
}

.icon-fa:hover,
.icon-twitt:hover,
.icon-download:hover,
.icon-mail:hover {
	color: #fff;
}

.vec-vsebina .spodaj {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 4rem);
	z-index: 5;
}

.share-this-time {
	display: block;
	cursor: pointer;
	float: left;
	font-size: .8rem;
	line-height: 20px;
	margin-bottom: .5rem;
	margin-left: .6rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.share-this-time span.opis {
	float: left;
}

.share-this-time input {
	position: absolute;
	right: 0;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	background-color: rgba(255, 255, 255, .3);
	border: 1px solid #d74b4b;
}

.share-this-time:hover input~.checkmark {
	background-color: rgba(255, 255, 255, .8);
}

.share-this-time input:checked~.checkmark {
	background-color: #d74b4b;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.share-this-time input:checked~.checkmark:after {
	display: block;
}

.share-this-time .checkmark:after {
	left: 6px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid rgb(69, 77, 101);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (max-width: 767.98px) {
	.dropdown-triangle {
		left: 85%;
	}

	.vec-vsebina .dropdown-triangle {
		left: 72%;
	}

	.vec-vsebina.player {
		top: calc(100vh - 23rem);
		right: 15px;
		height: 14rem;
		width: calc(100vw - 30px);
	}
}

@media (max-width: 991.98px) {
	.kartica-oddaja {
		line-height: 1rem;
		font-size: .75rem;
		margin: 0 1.8rem 3.6rem 1.8rem;
	}

	.img-fluid {
		height: 100%;
		float: left;
		padding: 0;
	}

	.vec-vsebina .dropdown-triangle {
		left: 70%;
	}
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #d74b4b;
}

.mCSB_scrollTools {
	top: 1rem;
	bottom: 1.5rem;
	z-index: 5;
}

button {
	color: #d74b4b;
	border: none;
	cursor: pointer;
	transition: .2s ease-in-out;
}

button:hover {
	color: #fff;
}

button,
html [type=button] {
	-webkit-appearance: none !important;
}

.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;
}

@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;
		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: #d74b4b;
	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;
	}
}