/*
 *
 *HTML elements
 *
 */

body {
	background-color: #FBFCFD;
	font-family: var(--default-font);
	margin: 0;
	padding: 0;
}

input:focus, textarea:focus, button:focus {
	outline:none;
}

p, h1, h2, h3, h4, h5 {
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

button[disabled=disabled], button:disabled {
	cursor: not-allowed;
}

.errInfo {
	margin-bottom: 60px;
}

.no-pointer {
	pointer-events: none;
}

[data-role="menuitem"].navbar-form {
	height: auto;
	width: 96px;
}

[data-role="mobile-menu-bar"] summary::marker,
[data-role="mobile-menu-bar"] summary::-webkit-details-marker {
	display: none;
}

/*
*
* Radio header
*
*/
.top-header {
	max-width: 1200px;
}

[role="menuitem"].navbar-form {
	width: 100px;
	padding: 0 10px;
}

nav:not([role="mobile-menu-bar"]) > [role="menuitem"] > [role="submenu"] {
	width: 96%;
}

[role="submenu"][data-any-submenuitem-has-kids="true"] [role="submenuitem"] {
	align-items: baseline;
}

[ng-controller="radioController as radioCtrl"] .desktop-only1 .site-menu-category-logo-container {
	margin-left: 0
}

.siteName {
	font-size: calc(17px + 4 * ((100vw - 769px) / 2560));
	color: #043359;
	margin-top: 0;
}

.site-menu-list ul {
	flex: 9999 1;
	padding: 0;
}

.site-menu-list ul li {
	height: 57px;
	flex: auto;
}

.site-menu-list ul li a {
	display: block;
}

.site-menu-form {
	padding-left: 0;
}

.site-menu-category-logo-container {
	height: 100%;
	gap: 10px;
	margin-left: 10px;
}

.radio-main-header {
	background-color: #f1f2f3;
}

.radio-top-header {
	max-width: 1200px;
	margin: 0 auto;
	height: 53px;
}

.radio-logo-container {
	display: flex;
	padding-right: 20px;
	cursor: pointer;
}

.radio-logo {
	margin: 7px 7px 10px 0;
	float: left;
	background: url(/www/images/radio/R2_Logo_R.svg) no-repeat center;
	background-size: 36px;
	height: 36px;
	width: 36px;
	box-sizing: content-box;
}

.radio-nav-desktop {
	display: flex;
	line-height: 53px;
	font-size: calc(17px + 4 * ((100vw - 769px)/ 2560));
	color: #043359;
	font-weight:600;
}

.radio-nav-desktop ul{
	display: flex;
	flex: 1;
	list-style-type: none;
	margin-top: 0;
	padding: 0;
	max-width: 624px;
	margin-bottom: 0;
	text-align: center;
}

.radio-nav-desktop li {
	text-transform: uppercase;
	flex-grow: 1;
	height: 53px;
	transition: background-color 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	cursor: pointer;
	white-space: nowrap;
}

.radio-nav-desktop li:hover {
	background-color:#061c2e ;
	transition: background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	color: white;
}

.radio-navbar-form {
	margin: 8px 10px 8px auto;
	padding-left: 10px;
}

.radio-global-search {
	color: #043359;
	display: inline-block;
	margin-bottom: 0;
	box-sizing: border-box;
	height: 28px;
	width: 100%;
	margin-right: 4px;
	float: left;
	overflow: hidden;
	border-radius: 21px;
	border: solid 1px rgba(0, 0, 0, 0.15);
	/* box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.08); */
	padding: 2px 22px 0 15px;
}

.radio-global-search:focus-visible,
.radio-search-icon:focus-visible {
	outline: 1px solid var(--portal-main-color);
}

.radio-nav-mobile {
	display: none;
}

.radio-burger {
	cursor: pointer;
	padding: 12px 0;
}
.radio-burger span {
	position: relative;
	display: block;
	width: 20px;
	height: 2px;
	background: #222;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.radio-burger span:before, .radio-burger span:after {
	position: absolute;
	background: #222;
	content: "";
	width: 20px;
	height: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.radio-burger span:before {
	top: -4px;
}
.radio-burger span:after {
	top: 4px;
}

.radio-burger.active span {
	background: transparent;
}
.radio-burger.active span:before {
	-webkit-transform: rotate(45deg) translate(1px, 2px);
	transform: rotate(45deg) translate(1px, 2px);
}
.radio-burger.active span:after {
	-webkit-transform: rotate(-45deg) translate(4px, -5px);
	transform: rotate(-45deg) translate(4px, -5px);
}

/*
 *
 * Main container
 *
 */
#radio-main-container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 calc(3% - 25px);
	transition: margin-top 0.40s;
	overflow: hidden;
}

/*
 *
 * RDS
 *
 */
#radio-rds {
	font-size: 0.875em;
	padding: 8px 0px 4px 0px;
	overflow: hidden;
	min-height: 24px;
	width: 75%;
}

.radio-rds-notes-svg {
	width: 32px;
	height: 30px;
	background: url(/www/images/radio/rds-notes.svg) no-repeat;
	background-color: #FBFCFD;
	position: absolute;
	margin-top: -7px;
	z-index: 2;
}

.rds-text {
	margin-left: 32px;
	display: inline-block;
	-webkit-line-clamp: 1;
	white-space: nowrap;
}

.marquee {
	display: inline-block;
	animation-name: marquee;
	animation-duration: 12s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-delay: 1s;
}

.marquee:hover {
	animation-play-state: paused
}

@keyframes marquee {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}

/* 
 *
 * Left container blocks
 *
 */
#radio-player {
	position: relative;
	background-color: white;
	border-radius: 4px;
	border-bottom-right-radius: 200px;
	padding: 24px;
	opacity: .99;
}

.radio-music-list-dots {
	text-align: center;
	width: 100%;
	display: block;
	font-size: 20px;
	bottom: -10px;
	cursor: pointer;
	width: 150px;
	margin: 0 auto;
}

.radio-music-list-buttons,
.radio-news-list-button {
	display: inline-block;
	width: 100%;
	margin: 5px 0px;
}

.radio-music-list-buttons .radio-music-list-button,
.radio-news-list-button {
	width: 30%;
	max-width: 248px;
	border-radius: 22px;
	background-color: #ffffff;
	box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.12);
	border: solid 1px #6fc8f7;
	display: block;
	text-align: center;
	/* padding-top: 10px; */
	color: #0d3358;
	padding-top: 8px;
	padding-bottom: 6px;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}

.radio-news-list-button {
	width: auto;
	max-width: 60%;
	margin-left: 0;
	padding: 7px 5%;
	display: inline-block;
}

.radio-music-list-button.disabled, .radio-music-list-button.disabled:hover {
	background-color: gray;
	cursor: inherit;
	color: #3a5065;
	background-color: #f5f7f9;
	border-color: #d3dbe4;
	box-shadow: none;
}

.radio-music-list-button.disabled:hover .next-arrows, .radio-music-list-button.disabled:hover .previous-arrows {
	background: url(/www/images/radio/arrows-more-black.svg) no-repeat;
	background-size: contain;
}


.radio-music-list-button:hover,
.radio-news-list-button:hover {
	background-color: #6fc8f7;
	color: #ffffff;
}


.radio-music-list-button:hover .next-arrows, .radio-music-list-button:hover .previous-arrows {
	background: url(/www/images/radio/arrows-more.svg) no-repeat;
	background-size: contain;
}

.radio-music-list-button.previous {
	float: left;
	margin-left: 5px;
}
.radio-music-list-button.next {
	float: right;
	margin-right: 5px;
}

.radio-previous-broadcast .accordion-hidden-content {
	display: none;
	width: 100%;
}

.radio-previous-broadcast-sections .accordion-hidden-content {
	display: none;
	width: 100%;
}

.radio-arrows-less-svg .accordion-hidden-content {
	display: block;
}

.radio-music-list .accordion-hidden-content {
	display: none;
	width: 100%;
}

.datepicker#calendar {
	display: none;
}

.datepicker#radio-timeline-calendar-container {
	display: none;
}

.radio-arrows-dark.previous-arrows {
	background: url(/www/images/radio/arrows-more-black.svg) no-repeat;
	transform: rotate(90deg);
	width: 16px;
	height: 16px;
	background-size: contain;
	display: block;
	position: absolute;
	left: 15px;
	margin-top: 1px;
}

.radio-arrows-dark.next-arrows {
	background: url(/www/images/radio/arrows-more-black.svg) no-repeat;
	transform: rotate(270deg);
	width: 16px;
	height: 16px;
	background-size: contain;
	display: block;
	position: absolute;
	right: 15px;
	margin-top: 1px;
}

.radio-broadcasts {
	position: relative;
	padding-bottom: 20px;
}

.radio-broadcasts .radio-music-list-buttons .radio-music-list-button {
	width: 45%;
}

.radio-broadcasts-title {
	font-size: 2.25em;
}

.radio-player-body-text {
	padding-bottom: 24px;
	padding-left: 24px;
	padding-right: 24px;
}

.radio-player-body-text p {
	margin-bottom: 10px;
}

/*
 *
 * Right container blocks
 *
 */

.radio-promo {
	color: white;
	margin-bottom: 16px;
}

.radio-promo-heading-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	min-height: 50px;
	height: auto;
}

.radio-promo-blur {
	position: absolute;
	bottom:0;
	width: 100%;
	height: 93%;
	filter: blur(4px);
	-webkit-filter: blur(4px);
	background-size: cover;
	background-position: center 100%;
	background-repeat: no-repeat;
}


.radio-promo-title-container {
	position: relative;
	background-color: rgba(30,32,34,0.65);
	width: 100%;
	height: 100%;
	bottom: -8px;
	padding-bottom: 1px;
}

.radio-promo:hover .radio-tv-item-lead {
	max-height: 300px;
	transition: all 1s;
	margin-bottom:25px;

}

.radio-promo:hover .radio-tv-item-heading {
	margin-bottom:8px;
	transition: margin-bottom 0.5s;

}


/*
 *
 * General classes
 *
 */

.mtb14 {
	margin: 14px 0;
}

.middle-align {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.flex-row {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.radio-block {
	border-radius: 4px;
	position: relative;
	margin-bottom: 24px;
	z-index: 1;
}

.radio-block a {
	color: #4b4b5b;
}

.radio-article.radio-block a {
	color:  #1A3B69;
	font-weight: 600;
	text-decoration: none;
}

.radio-article.radio-block div.radio-article-lead a {
	font-weight: 700;
}

.radio-article.radio-block a:hover,
.radio-article.radio-block a:active,
.radio-article.radio-block a:after {
	text-decoration: underline;
	text-decoration-color: #1A3B69;
}

.radio-promo article a {
	color: unset;
}

.radio-block-header {
	height: 60px;
	color: white;
	text-align: center;
	position: relative;
	font-family: open sans, sans-serif;
	font-weight: 400;
	box-shadow: 4px 6px 14px 0 rgba(0, 0, 0, 0.11);
}

.radio-block-head-title {
	font-size: 2em;
	width: 100%;
	top: calc(50% - 2px);
	font-weight: normal;
}

.radio-block-head-acc {
	display: inline;
	position: absolute;
	right: 8px;
	font-size: 0.75em;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.radio-block-head-acc-relative-svg-block {
	position:relative;
	height: 24px;
	width: 55px;
}

.radio-block-smaller-head {
	height:52px;
}

.radio-block-head-left-svg {
	display: inline;
	position: absolute;
	left: 17px;
	width: 40px;
	height: 34px;
}

.radio-block-head-right-svg {
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	width: 30px;
	height: 24px;
}

/* Radio timeline */

#radio-timeline {
	height: 125px;
	margin-bottom: 85px;
	position: relative;
	display: flex;
	user-select: none; /*testimiseks*/
}

.radio-timeline-visible {
	display: flex;
	z-index: 9;
	position: relative;
	width: 100%;
	background-color: #fbfcfd;
	overflow-x: visible;
	overflow-y: visible;
	height: 125px;
}

.radio-timeline-all {
	position: absolute;
	width: 10000%;

}

.radio-timeline-items {
	display: inline-block;
	margin-left: 20px;
	float: left;
}

.radio-timeline-items:first-child {
	margin-left: 0;
}

.radio-timeline-streaming {
	display: none;
	padding: 3px 8px 1px 3px;
	color: #ffffff;
	position: absolute;
	top: 0;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 4px;
}

.streaming-live-holder {
	display: flex;
}

.radio-timeline-item-live .radio-timeline-streaming {
	display: block;
}

.streaming-live {
	vertical-align: middle;
	font-family: open sans, sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.timeline-live-show {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background-color: red;
	margin-right: 6px;
	margin-left: 4px;
	margin-top: 4px;
}

.player-item-live{
	display: none;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background-color: red;
	position: absolute;
	margin-bottom: 60px;
	bottom: 200px;
	left: 47px;
	z-index: 12;
}

.radio-player-title .radio-on-air {
	padding-right: 12px;
}

.radio-on-air {
	display: inline-block;
}

.radio-player-footer-title-holder .radio-on-air {
	padding-right: 6px;
}

.radio-timeline-prev-btn {
	cursor: pointer;
	position: relative;
	right: -1px;
	color: #fff;
	height: 100%;
	float: right;
	border-radius: 4px;
	z-index: 10;
	flex: 0 0 61px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: 4px 6px 14px 0 rgba(0, 0, 0, 0.18);
}

.radio-timeline-next-btn {
	cursor: pointer;
	position: relative;
	right: 1px;
	color: #fff;
	height: 100%;
	float: right;
	border-radius: 4px;
	z-index: 10;
	flex: 0 0 61px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	box-shadow: -4px 6px 14px 0 rgba(0, 0, 0, 0.18);
}

.radio-timeline-prev-btn span,
.radio-timeline-next-btn span {
	position: absolute;
	top: 0;
	font-size: 14px;
	width: 100%;
	text-align: center;
}

.radio-timeline-back-svg {
	width: 48px;
	height: 48px;
	background: url(/www/images/radio/back-white.svg) center no-repeat;
	margin-left: 5px;
}

.radio-timeline-fwd-svg {
	width: 48px;
	height: 48px;
	background: url(/www/images/radio/fwd-white.svg) center no-repeat;
	margin-left: 8px;
}

.radio-timeline-item {
	position: relative;
	width: 220px;
	height: 125px;
	padding: 0 10px;
	overflow: hidden;
	display: inline-block;
	float: left;
	overflow: visible;
}

.radio-timeline-item {
	transition: all .4s ease-in-out;
	transform-origin: center;
}

.radio-timeline-item-inner {
	border-radius: 5px;
	height: 100%;
	width: 100%;
	box-shadow: 4px 6px 14px 0 rgba(0, 0, 0, 0.18);
	position: relative;
}

.radio-timeline-item-inner .radio-serial-img {
	border-radius: 4px;
}

/*.radio-timeline-item:hover img {
	opacity: .96;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: perspective(1px) translateZ(0) scale(1.01);
	transition: all .4s ease-in-out;
}*/

.radio-timeline-item:active{
	box-shadow:none;
}

.radio-timeline-item:last-child {
	margin-right: 0px;
}

.radio-timeline-item-live .radio-timeline-item-inner {
	border: solid 1px #f9b133;
	box-sizing: border-box;
}

.radio-timeline-item .radio-serial-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.radio-timeline-item .radio-playlist-play{
	top: 21px;
	left: 9px;
}

.radio-timeline-left-overflow-cover {
	width: 500px;
	height: 151px;
	background-color: #fbfcfd;
	z-index: 10;
	position: absolute;
	left: -438px;
	top: 0;
}

.radio-timeline-right-overflow-cover {
	width: 500px;
	height: 151px;
	background-color: #fbfcfd;
	z-index: 9;
	position: absolute;
	right: -438px;
	top: 0;
}

/* Radio player */

.radio-player-main {
	box-shadow: 4px 4px 19px 0 rgba(0, 0, 0, 0.14);
	border-radius: 4px;
}

.radio-player-gray-bg {
	background-color: #f7f9fa;
	border-radius: 5px;
	position: relative;
}

#radio-player img {
	position: absolute;
	object-fit: cover;
	height: 185px;
	width: 296px;
	display: block;
	border-radius: 4px;
	top: -53px;
	box-shadow: 4px 6px 14px 0 rgba(0, 0, 0, 0.18);
}

.radio-player-current-title {
	font-family: open sans, sans-serif;
	font-size: 2.25em;
	color: #043359;
	font-weight: 600;
	position: absolute;
	top: -60px;
	left: 343px;
}

.radio-player-buttons {
	top: 24px;
	right: 24px;
	width: calc(100% - 350px);
	height: 110px;
	margin-left: 350px;
}

.radio-player-buttons-holder {
	position: relative;
	width: 100%;
	height: 100%;
}

.radio-progress-bar {
	cursor: pointer;
	height: 8px;
	position: relative;
	width: 100%;
	clear: both;
	margin-top: 25px;
	margin-bottom: 35px;
	overflow: visible;
}

.radio-progress-bar-text {
	display: flex;
}

.radio-progress-bar-text div {
	margin-top: 14px;
	font-size: 14px;
	color: #727283;
}

.radio-progress-live {
	margin-left: auto;
}

.radio-player-volume-slider-level:after,
.radio-player-played:after,
.radio-player-footer-played:after,
.radio-player-footer-volume-slider-level:after {
	content: " ";
	width: 18px;
	height: 18px;
	position: absolute;
	top: -5px;
	right: -7px;
	margin-left: 5px;
	border-radius: 20px;
	background-color: red;
	z-index: 10;
	box-shadow: 2px 3px 4px 0 rgba(0,0,0,.12);
}

.radio-player-played:after,
.radio-player-footer-played:after {
	width: 15px;
	height: 15px;
	top: -4px;
	border-radius: 8px;
}

.radio-player-footer-volume-slider-level:after {
	width: 12px;
	height: 12px;
	right: -3px;
}

.radio-player-played.background-red:after,
.radio-player-footer-played.background-red:after {
	background-color: red;
}

.radio-player-current-listeners {
	float: right;
	margin-top: -32px;
}

.radio-volume-progress-bar {
	cursor: pointer;
	height: 12px;
	position: absolute;
	width: 95px;
	margin-left: 165px;
}

.radio-progress-bar-bg {
	position: absolute;
	width: 100%;
	height: 8px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.37);
}

.radio-progress-bar-fg {
	position: absolute;
	height: 8px;
	top: 0;
	border-radius: 4px;
	box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.37);
}

.radio-player-played.radio-progress-bar-fg,
.radio-player-footer-played.radio-progress-bar-fg {
	top: 0;
}

.radio-player-footer-volume-slider-level.radio-progress-bar-fg {
	top: auto;
}

.radio-progress-bar-fg-red {
	visibility: hidden;
	z-index: 8;
	height: 8px;
	border-radius: 4px;
	box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.37);
	width: 1%;
	position: absolute;
	right:1px;
	top:0px;
	background-color: red;
}

.radio-progress-bar-slider:hover .radio-progress-bar-slider {
	transform: scale(1.1);
	transition: transform .45s cubic-bezier(.3, 0, .7, 1) ;
	margin-top: -11px;
}

.radio-progress-bar-slider:hover .radio-player-timeline-tooltip {
	display: block;
}

.radio-progress-bar-slider:hover {
	transform: scale(1.1);
}

.radio-marker {
	width: 3px;
	height: 100%;
	background: #fff;
	position: absolute;
	box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, 0.8);
	z-index: 8;
}

.radio-player-marker {
	position: absolute;
}

.radio-marker-show-name {
	min-width: 83px;
	margin-top: -40px;
	background-color: white;
	color: #072852;
	text-align: center;
	border-radius: 20px;
	padding: 5px 10px;
	box-shadow: 4px 4px 19px 0 rgba(0, 0, 0, 0.14);
	border: 1px solid rgba(0, 0, 0, 0.07);
	display: none;
	margin-left: -50px;
	white-space: nowrap;
}

.radio-marker:hover .radio-marker-show-name {
	display:block;
	position: fixed;
}

.radio-controls {
	position: absolute;
	display: flex;
	left: 0px;
	top: 10px;
	width: 100px;
	height: 85px;
}

.radio-player-volume-holder {
	position: absolute;
	top: 65px;
	right: 115px;
}

.radio-player-share-download {
	position: absolute;
	right: 0px;
	top: 28px;
	width: 86px;
	z-index: 15;
}

.radio-player-date {
	float: right;
	font-size: 14px;
	font-weight: 275;
	color: #707082;
}

.current-show-date-main-player {
	font-size: 24px;
	color: #043359;
	font-weight: 400;
	padding-left: 10px;
}

.radio-player-hosts-container {
	margin-top: 15px;
}

.radio-player-host {
	font-family: var(--default-font);
	font-size: 14px;
	font-weight: 400;
	color: #3f546e;
	vertical-align: top;
}

.radio-player-hosts-container .radio-host-mic-svg {
	display: inline-block;
	width: 11px;
	height: 15px;
	margin-right: 10px;
}

.radio-player-svg {
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.radio-progress-bar-slider:active .radio-marker {
	z-index: 20;
}

.hide-tooltip-text:hover .radio-svg-tooltip {
	display:none;
}

.radio-download-svg:hover .radio-svg-tooltip, .hide-tooltip-text:hover .radio-download-svg:hover ~ .radio-player-svg .radio-svg-tooltip {
	display:block;
}

.radio-download-svg:active {
	background: url(/www/images/radio/downbutpressed.svg) no-repeat;
}

.tracklist {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin-top: 30px;
	display: none;
}

.tracklist-show {
	display: block;
}

.tracklist-shadow {
	box-shadow: inset 2px 2px 9px -1px rgba(0, 0, 0, 0.10);;
	border: solid 1px rgba(0, 0, 0, 0.06);
	position: absolute;
	border-radius: 4px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.tracklist-row {
	height: 48px;
	background-color: #F5F7FA;
	display: flex;
	cursor: pointer;
	position: relative;
	padding-left: 8px;
}

.tracklist-row .triangle-footer-1, .tracklist-row .triangle-footer-2 {
	border-right: 13px solid #f5f6fb;
}

.tracklist-row:nth-child(2n) {
	height: 48px;
	background-color: #ffffff;
}

.tracklist-row:nth-child(2n) .triangle-footer-1, .tracklist-row:nth-child(2n) .triangle-footer-2 {
	border-right: 13px solid #ffffff;
}

.tracklist-song {
	font-size: 16px;
	font-weight: 600;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 38px;
	width: calc(100% - 46px);
	max-height: 1.4em;
}

.tracklist-play {
	height: 32px;
	width: 33px;
	margin: 0;
}

#playerNotSupportedOverlay {
	position: absolute;
	z-index: 15;
	top: -70px;
	background-color: #F8F6F6;
	text-align: right;
	color: white;
	opacity: 0.9;
	padding: 70px 50px 100px 50px;
	display: none;
}

/*radio functions */

.radio-settings-modal {
	visibility: hidden;
	width: 277px;
	height: 110px;
	border-radius: 34px 0 34px 34px;
	box-shadow: 4px 4px 19px 0 rgba(0, 0, 0, 0.14);
	z-index: 10;
	border: 1px solid rgba(0,0,0,.07);
	top: 12px;
	right: -31px;
	display: flex;
	flex-wrap: nowrap;
	opacity: 0;
	transition: opacity .4s;
	position: absolute;
	background-color: white;
}

.radio-settings-modal-tab {
	width: 39px;
	height: 32px;
	border-radius: 20px 20px 0 0;
	border: 1px solid rgba(0,0,0,.07);
	top: -33px;
	right: -1px;
	z-index: 11;
	box-shadow: 4px -5px 10px 0 rgba(0,0,0,.07);
	border-bottom: none;
	position: absolute;
	background-color: white;
}

.radio-settings-modal-tab::before {
	left: -10px;
	border-bottom-right-radius: 10px;
	box-shadow: 2px 2px 0 2px #f7f7f7;
}

.radio-settings-svg:hover + .radio-settings-modal, .radio-settings-modal:hover{
	visibility: visible;
	opacity: 1;
}

.radio-settings-svg:hover * .radio-svg-tooltip, .radio-share-svg:hover * .radio-svg-tooltip, .radio-podcast-svg.hover * .radio-svg-tooltip {
	display: none;
}

.radio-share-modal {
	visibility: hidden;
	height: 76px;
	border-radius: 34px 0 34px 34px;
	box-shadow: 4px 4px 19px 0 rgba(0, 0, 0, 0.14);
	z-index: 10;
	border: 1px solid rgba(0,0,0,.07);
	top: 16px;
	right: 14px;
	display: flex;
	flex-wrap: nowrap;
	opacity: 0;
	transition: opacity .4s;
	position: absolute;
	background-color: white;
}

.radio-share-modal-html {
	width: 320px;
}

.radio-share-modal-no-html {
	width: 277px;
}

.radio-svg-tooltip {
	margin-top: 28px;
	font-size: 14px;
	color: #707082;
	margin-left: 3px;
}

.radio-podcast-svg .radio-svg-tooltip, .radio-settings-svg .radio-svg-tooltip {
	margin-left: -7px;
}

.radio-share-modal-tab::before {
	left: -10px;
	border-bottom-right-radius: 10px;
	box-shadow: 2px 2px 0 2px #f7f7f7;
}

/*.radio-share-modal-tab {
	width: 39px;
	height: 32px;
	background-color: white;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.07);
	position: absolute;
	top: -33px;
	right: 47px;
	z-index: 11;
	box-shadow: 4px -5px 10px 0px rgba(0, 0, 0, 0.07);
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: none;
}*/

.radio-share-modal-tab {
	width: 39px;
	height: 32px;
	border-radius: 20px 20px 0 0;
	border: 1px solid rgba(0,0,0,.07);
	top: -33px;
	right: -1px;
	z-index: 11;
	box-shadow: 4px -5px 10px 0 rgba(0,0,0,.07);
	border-bottom: none;
	position: absolute;
	background-color: white;
}

.radio-share-svg:hover + .radio-share-modal, .radio-share-modal:hover{
	visibility: visible;
	opacity: 1;
}


.radio-download-modal {
	visibility: hidden;
	width: 277px;
	height: 76px;
	background-color: white;
	border-radius: 34px;
	z-index: 10;
	box-shadow: 4px 4px 19px 0 rgba(0, 0, 0, 0.14);
	border: 1px solid rgba(0, 0, 0, 0.07);
	position: absolute;
	top: 12px;
	right: 26px;
	display: flex;
	flex-wrap: nowrap;
	opacity: 0;
	transition: opacity .25s ease 0.25s;
}

.radio-download-modal-2 {
	width: 190px;
}

.radio-download-modal .radio-share-icon {
	margin-left: 8px;
}

.radio-download-modal-2 .radio-share-icon{
	width: 50%;
}

.radio-podcast-svg:hover + .radio-download-modal, .radio-download-modal:hover{
	visibility: visible;
	opacity: 1;
}

.radio-podcast-svg:hover + .radio-share-modal {
	box-shadow: none;
}

.radio-share-svg:hover + .radio-download-modal {
	box-shadow: none;
}

.radio-download-modal-tab {
	width: 39px;
	height: 32px;
	background-color: white;
	border-radius: 20px;
	position: absolute;
	top: -33px;
	right: 39px;
	z-index: 11;
	border: 1px solid rgba(0, 0, 0, 0.07);
	box-shadow: 4px -5px 10px 0px rgba(0, 0, 0, 0.07);
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: none;
}

.radio-share-icon {
	width: 18%;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	opacity: 1;
	margin-left: 20px;
	z-index: 12;
	height: 84%;
	margin-top: -1px;
}

.radio-share-modal-no-html .radio-share-icon {
	width: 25%;
}

.radio-html-container {
	border-radius: 30px;
	right: -23px;
	width: 170px;
	height: 35px;
	background: white;
	position: absolute;
	box-shadow: 4px 4px 19px 0 rgba(0, 0, 0, 0.14);
	z-index: 10;
	border: 1px solid rgba(0,0,0,.07);
	display: none;
}

.html-code {
	width: 145px;
	display: block;
	margin: 2px auto;
	height: 30px;
	text-align: center;
	border: none;
	border-radius: 30px;
	box-shadow: inset 0px 0px 12px 0 rgba(0, 0, 0, 0.14);
}

.html-heading {
	color: #707082;
	font-size: 13px;
	text-align: center;
	display: block;
	margin-top: 1px;
	line-height: 35px;
}

.radio-icon-class {
	width: 38px;
	height: 38px;
	border-radius: 20px;
	position: relative;
	border:solid 1px #6fc8f7;
	box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.15);
}

.f {
	background: url(/www/images/r-like-facebok.svg) center no-repeat;
}


.radio-icon-class.f:hover {
	background: url(/www/images/r-like-facebok-white.svg) center no-repeat;
	background-color: #6fc8f7;
}

.t {
	background: url(/www/images/r-twitbird.svg) center no-repeat;
}

.radio-icon-class.t:hover {
	background: url(/www/images/r-twitbird-white.svg) center no-repeat;
	background-color: #6fc8f7;
}

.e {
	background: url(/www/images/r-email.svg) center no-repeat;
}

.radio-icon-class.e:hover {
	background: url(/www/images/r-email-white.svg) center no-repeat;
	background-color: #6fc8f7;
}

.rss {
	background: url(/www/images/r-rss.svg) center no-repeat;
}

.radio-icon-class.rss:hover {
	background: url(/www/images/r-rss-white.svg) center no-repeat;
	background-color: #6fc8f7;
}

.itunes {
	background: url(/www/images/r-itunes.svg) center no-repeat;
}

.radio-icon-class.itunes:hover {
	background: url(/www/images/r-itunes-white.svg) center no-repeat;
	background-color: #6fc8f7;
}

.download {
	background: url(/www/images/radio/download-2.svg) center no-repeat;
}

.radio-icon-class.download:hover {
	background: url(/www/images/radio/download-2-white.svg) center no-repeat;
	background-color: #6fc8f7;
}

.fa-code {
	margin-top: 10px;
	margin-left: 9px;
	color: #072852;
}

.radio-icon-class.h:hover {
	background-color: #6fc8f7;
}

.radio-icon-class.h:hover .fa-code {
	color: white;
}

.radio-icon-class:active {
	box-shadow: none;
}

.radio-buttons-tooltip {
	margin-top: 41px;
	font-size: 14px;
	color: #707082;
	margin-left: -2px;
}

.h .radio-buttons-tooltip {
	margin-top: 12px;
	margin-left: 2px;
}

.f .radio-buttons-tooltip {
	margin-left: -11px;
}

.rss .radio-buttons-tooltip {
	margin-left: 7px;
}

/* Share/download modal rounded tab */
.radio-download-modal-tab:before, .radio-download-modal-tab:after, .radio-share-modal-tab:before /*.radio-share-modal-tab:after*/, .radio-settings-modal-tab:before {
	position: absolute;
	bottom: 0px;
	width: 11px;
	height: 11px;
	content: " ";
}
.radio-download-modal-tab:before, .radio-share-modal-tab:before, .radio-settings-modal-tab:before {
	box-shadow: 3px 2px 0 white;
	left: -12px;
	border-bottom-right-radius: 10px;
}

.radio-download-modal-tab:after, .radio-share-modal-tab:after {
	box-shadow: -3px 2px 0 white;
	right: -12px;
	border-bottom-left-radius: 10px;
}

.radio-download-modal-tab.selected:before, .radio-share-modal-tab.selected:before, .radio-settings-modal-tab.selected:before {
	box-shadow: 2px 2px 0 #FFF;
}
.radio-download-modal-tab.selected:after, .radio-share-modal-tab.selected:after {
	box-shadow: -2px 2px 0 #FFF;
}

.radio-download-modal-tab:after, .radio-share-modal-tab:after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.01);
	border-left: 1px solid rgba(0, 0, 0, 0.01);
}

.radio-download-modal-tab:before, .radio-share-modal-tab:before, .radio-settings-modal-tab:before {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	border-right: 1px solid rgba(0, 0, 0, 0.07);
}

/*Radio article, Radio poll*/
.radio-article-image-holder,
.radio-article-body-image {
	position: relative;
	overflow: hidden;
	box-shadow: 4px 4px 19px 0 rgba(0, 0, 0, 0.14);
}

.radio-article-image-holder.has-audio-player {
	box-shadow: none;
}

.radio-article-image-holder img,
.radio-article-body-image img {
	transition: all .4s ease-in-out;
	display:block;
}

.radio-article-image-holder img:hover,
.radio-article-body-image img:hover {
	opacity: .96;
	-moz-transform: scale(1.004);
	-webkit-transform: scale(1.004);
	transform: perspective(1px) translateZ(0) scale(1.004);
}

.radio-article img {
	width: 100%;
	overflow: hidden;
	display: block;
}

.radio-article p,
.radio-article-lead > *,
.radio-article-body > *:not(blockquote):not(h3) {
	/* font-size: 18px; */
	margin: 20px 0;
	font-family: var(--default-font);
	color: #4b4b5b;
}

.radio-article-body > * {
	/* color: #4b4b5b; */
	font-size: 18px;
	line-height: 26px;
}

.radio-article-body strong {
    font-weight: 600;
}

.radio-article-read-more {
	padding: 6px 14px;
	color: #ffffff;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	font-weight: 275;
	font-family: var(--default-font);
}

.radio-article-heading {
	font-size: 2.25em;
	font-weight: 600;
	margin: 14px 0;
	color: #1A3B69;
	line-height: 1.1em;
}

.radio-article-lead {
	font-size: 20px;
	font-weight: 600;
	margin: 14px 0;
	line-height: 28px;
}

.radio-article-date {
	font-size: 18px;
	margin-top: -10px;
	display: flex;
	justify-content: space-between;
}

.radio-article-date p {
	margin: 0 0;
}

.radio-article-editor {
	font-weight: 275;
	color: #333333;
}

.radio-poll-header {
	font-size: 22px;
	font-weight: 600;
}

/* Playlist item */
.playlist-item {
	height: 60px;
	padding: 4px;
	margin: 4px 0px;
	display: block;
	position: relative;
	cursor: pointer;
}

.playlist-item:hover {
	background-color: #eef0f6;
	border-radius: 4px;
	box-shadow: 0px 0 0px 1px #eef0f6, 0px 0 0px 1px #eef0f6;
}

.playlist-item:hover .playlist-item-info {
	border-bottom: 1px solid transparent;
}

.playlist-item img {
	transition: all .4s ease-in-out;
	border-radius: 3px;
}

.radio-playlist-img {
	display: block;
	box-shadow: 4px 6px 14px 0 rgba(0, 0, 0, 0.11);
}

.playlist-item:hover img {
	opacity: .96;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: perspective(1px) translateZ(0) scale(1.01);
}

.playlist-image-holder {
	width: 96px;
	overflow: hidden;
	height: 60px;
	border-radius: 3px;
	box-shadow: 4px 6px 14px 0 rgba(0, 0, 0, 0.11);
}

.playlist-item-holder {
	padding: 5px;
	margin-left: 104px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.radio-playlist-img-mobile {
	display: none;
}

.mobile-view-photo {
	display: none;
}

.playlist-item .regular-view-photo {
	display: block;
	border-radius: 3px;
}

.playlist-item .radio-play-svg {
	width: 25px;
	height: 25px;
	margin-top: 14px;
	margin-right: 13px;
	margin-left: -3px;
	float: left;
}

.playlist-item-info {
	font-family: open sans, sans-serif;
	font-size: 16px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	padding-left: 49px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	line-height: 1.25em;
}

.playlist-item-date {
	font-size: 15px;
	font-weight: 400;
	color: #043359;
	line-height: 0.9375em;
}

.playlist-item-header {
	font-weight: 600;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: 3.5s;
	border: none;
	color: #07071e;
}

.playlist-item-header-hover {
	overflow: visible;
	white-space: nowrap;
	margin-left: -100px;
	box-shadow: 4px 4px 4px 0 gray;
}

.accordion-hidden-content .playlist-item:first-child {
	margin-top: 0px;
}

/* Radio music list */
.radio-music-list .music-list-item * {
	color: #07071e;
	font-size: 18px;
	font-weight: 275;
	line-height: 1.1em;
}

.radio-music-list .music-list-item{
	display: block;
	margin-bottom: 1em;
}

.radio-music-list .music-list-item:last-child,
.radio-music-list .music-list-item:last-child * {
	margin-bottom: 0;
}

.radio-music-list .music-start{
	float: left;
	width: 80px;
	height: 1.8em;
}

.radio-music-list .music-list-style-1 .music-start {display: none;}
.radio-music-list .music-list-style-1 .music-author {display: none;}
.radio-music-list .music-list-style-2 .music-artist {display: block;margin-left: 80px;}
.radio-music-list .music-list-style-2 .music-artist .music-maestro:before {content: '/';margin-left: 0.25em; margin-right: 0.25em;}
.radio-music-list .music-list-style-3 .music-author {display: block;margin-left: 80px;}
.radio-music-list .music-list-style-3 .music-artist {font-weight: 400}

/* TV item */
.radio-tv-item-image {
	display: block;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.radio-tv-item-lead {
	margin-left: 5px;
	font-size: 0.875em;
	font-weight: 300;
	margin-bottom: 5px;
	max-height: 0;
	transition: all 1s;
}

.radio-tv-item-heading {
	margin-left: 5px;
	font-size: 1em;
	font-weight: 600;
	bottom: 15px;
	margin-bottom: 21px;
	padding-top: 13px;
	transition: margin-bottom 1.5s;
}

.radio-block-iframe-outer {
	width: 100%;
	height: 100%;
}

.radio-block-iframe-inner {
	height: 0px;
	padding-bottom: 56.25%;
}

.radio-block-iframe {
	width: 100%;
	height: 100vw;
	max-height: 640px;
}

.radio-article-iframe-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.radio-article-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.radio-html-block-div {
	color: #333;
	display: block;
	width: 100%;
	word-wrap: break-word;
}

/* Uudised*/
.radio-right-news-large-image {
	display: block;
	width: 100%;
}

.radio-right-news-large-heading {
	margin-top: 7px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 1.375em;
	line-height: 1.375em;
}

.radio-right-news-large-body {
	font-family: var(--default-font);
	font-size: 1.25em;
	padding-bottom: 11px;
	border-bottom: 1px solid #eeeff5;
	margin-bottom: 16px;
	line-height: 1.5em;
}

.radio-small-double {
	margin-bottom: 8px;
}

.radio-small-double:hover {
	background-color: #eef0f6;
	border-radius: 4px;
	box-shadow: 8px 0 0px 1px #eef0f6, -8px 0 0px 1px #eef0f6;
}

.radio-img-scale {
	margin-right: 16px;
	width: 96px;
	height: 96px;
	float: left;
	margin-bottom: 0;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 4px 6px 14px 0 rgba(0, 0, 0, 0.11);
}

.radio-article-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	transition: all .4s ease-in-out;
}

.radio-small-double:hover .radio-article-img {
	opacity: .96;
	-moz-transform: scale(1.013);
	-webkit-transform: scale(1.013);
	transform: perspective(1px) translateZ(0) scale(1.013);
}

.radio-small-double-content {
	overflow: hidden;
	height: auto;
}

.radio-small-two-font {
	font-family: var(--default-font);
	height: 96px;
	margin-right: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
}

.radio-small-double:hover .radio-small-two-font {
	border-bottom: 1px solid transparent;
}

.radio-small-two-font a,
.radio-small-two-font span {
	color: #333;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* Serial item & BLUR*/

.radio-serial .radio-left-block-content {
	position: relative;
}

.radio-serial-img {
	width: 100%;
	display: block;
}

.radio-serial-title-holder {
	position: absolute;
	overflow: hidden;
	width: 100%;
	bottom: 0;
	border-radius: 0 0 4px 4px;
}

.radio-blurred-title {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	background-size: cover !important;
	background-position: center 100% !important;
	background-repeat: no-repeat !important;
	overflow: hidden;
	position: absolute;
	left: -3px;
	right: -3px;
	top: -3px;
	bottom: -5px;
}

.radio-title {
	position: relative;
	padding: 1px;
	background-color: rgba(82,76,92,0.35);
	color: white;
	height: 100%;
}

.radio-timeline-title-holder, .radio-timeline-item-title {
	height: 42px;
	/*border-radius: 0;*/
}

.radio-title-time {
	font-family: var(--default-font);
	font-size: 18px;
	font-weight: 500;
	margin: 6px 0px 4px 10px;
}

.radio-timeline-title-time {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.radio-title-header {
	font-family: open sans, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 5px 0px 0px 5px;
}

.radio-timeline-item .radio-title-time {
	margin: 0px 0px 0px 3px;
}

.radio-timeline-title-header {
	margin: 0px 0px 0px 3px;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.radio-serial-body {
	margin-top: 24px;
	font-size: 18px;
}

.radio-serial-body.mce-edit-focus {
	background-color: #f7f7f7;
}

.radio-serial-body.mce-edit-focus p {
	background-color: #fff;
}

.radio-serial-body p {
	margin: 20px 0;
}

/* Commenting */

.radio-comment-wrapper {
	display: none;
	position: relative;
}

#radio-comments {
	display: flex;
	flex-direction: column;
}

.radio-comment, .radio-comment-child {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #EDEFF5;
	padding-bottom: 24px;
	margin: 16px 0;
}

.radio-comment-add-main {
	margin: 24px 0;
	border-left: 2px solid #e5e5e5;
	padding-left: 1.5em;
}

.radio-comment-children {
	border-left: 2px solid #e5e5e5;
	padding-left: 1.5em;
}

.radio-comment-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.radio-comment-user, .radio-comment-date, .radio-comment-content, .radio-comment-new {
	font-size: 1em;
}

.radio-comment-user, .radio-comment-date {
	font-weight: 600;
	min-width: 126px;
	overflow: hidden;
}

.radio-comment-user {
	text-overflow: ellipsis;
}

.radio-comment-date {
	padding-left: 24px;
	text-align: right;
}

.radio-comment-content {
	margin-top: 16px;
	white-space: pre-line;
	margin-bottom: 16px;
}

.radio-comment-load-more {
	width: 100%;
	border-bottom: solid 1px #d8d8d8;
	border-top: solid 1px #d8d8d8;
	margin-top: 21px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.radio-comment-load-more-arrow {
	display: inline-block;
	margin: 15px 15px 13px 15px;
	width: 24px;
	height: 24px;
}

.radio-comment-load-more-content {
	vertical-align: top;
	display: inline-block;
	margin: 15px 0 13px 0;
	font-family: open sans, sans-serif;
	font-size: 1.125em;
}

.radio-comment-new {
	margin-top: 30px;
}

.radio-comment-new-user {
	float: left;
	font-size: 1em;
}

.radio-comment-new-submit {
	font-size: 1em;
}

.radio-comment-new-close {
	float: right;
	font-size: 1em;
}

.radio-comment-new-content {
	width: 100%;
	box-sizing: border-box;
	margin-top: 30px;
	font-size: 1em;
	overflow: auto;
}

.comment-count-container {
	color: #6fc8f7;
	font-family: var(--default-font);
	width: 31px;
	font-weight: 400;
	display: inline-block;
	margin-top: 3px;
}

/* Radio mission */

.radio-mission-item-image {
	display: block;
	padding: 30px 9px 15px 9px;
	width: 100%;
	box-sizing: border-box;
}

.radio-mission-item-heading {
	margin-left: 5px;
	font-size: 1.125em;
	font-weight: 300;
	margin-bottom: 5px;
	white-space: pre-line;
}

/* Radio news */
.radio-right-news-image-holder {
	overflow: hidden;
}

.radio-right-news-image-holder img {
	transition: all .4s ease-in-out;
}

.radio-news article:hover .radio-right-news-large-image {
	opacity: .96;
	-moz-transform: scale(1.006);
	-webkit-transform: scale(1.006);
	transform: perspective(1px) translateZ(0) scale(1.006);
}

/* Bordering */

.block-border-radius-all {
	border-radius: 4px;
	margin-bottom: 16px;
}

.block-border-radius-top {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.block-border-radius-bottom {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* Inputs */

.radio-input-text {
	border: solid 1px rgb(241, 240, 240);
	border-radius: 5px;
	padding: 6px 14px 6px 14px;
	resize: none;
	-webkit-box-shadow: 0 0 0 30px white inset;
}

.radio-input-submit {
	background-color: #fff;
	color: #0d3358;
	border-radius: 21px;
	border-width: 0;
	padding: 6px 21px 6px 21px;
	font-weight: 275;
	border: 1px solid #6ec8f7;
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.08);
	margin-right: 8px;
	cursor: pointer;
}

.radio-input-text::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999999;
}

.radio-input-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999999;
	opacity: 1;
}

.radio-input-text::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999999;
	opacity: 1;
}

.radio-input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999999;
}

.radio-input-text:-ms-input-placeholder { /* Microsoft Edge */
	color: #999999;
}

/* Keywords */

.radio-article-keywords {
	overflow: hidden;
}

.radio-article-keywords a {
	margin-right: 1.8em;
	white-space: nowrap;
	float: left;
	margin-top: 1.4em;
	display: block;
}

/* Button styles */

.btn.modest {
	background-color: #d8d8d8;
	border-color: #d8d8d8;
	color: #444;
}

.btn.round {
	border-radius: 18px;
}

.btn.small {
	font-size: 14px;
}

.btn {
	background-color: #fff;
	border: 1px solid #6fc8f7;
	color: #7f8c9a;
	cursor: pointer;
	text-decoration: none;
	padding: .3em .8em;
	font-size: 16px;
	font-weight: 400;
	border-radius: 8px;
}

.input .button {
	padding-left: 6px;
	border-radius: 6px;
	border: 1px solid #d3dbe4;
}

.radio-player-footer-title {
	left:50px;
}

.radio-player-footer-date {
	margin-left: 6px;
	margin-right: 6px;
	font-size: 16px;
	color: #043359;
	font-family: open sans, sans-serif;
	font-weight: 400;
}

.cursor-pointer {
	cursor: pointer;
}

.radio-player-current-bottom {
	top:49%;
	margin-left: 188px;
}

/*
 *
 * SVG
 *
*/
.radio-gallup-svg {
	background: url(/www/images/radio/gallup-icon.svg) no-repeat;
}

.radio-calendar-svg {
	background: url(/www/images/radio/calendar-1.svg) no-repeat;
	cursor: pointer; 
	z-index: 1
}

.radio-playlist-svg {
	background: url(/www/images/radio/playlist-icon.svg) no-repeat;
}

.radio-comment-svg {
	background: url(/www/images/radio/comment-icon-bg.svg) no-repeat;
	width: 31px;
}

.radio-play-svg {
	background: url(/www/images/radio/small-play-button.svg) no-repeat;
}

.radio-arrows-less-svg {
	background: url(/www/images/radio-arrows.svg) no-repeat;
	transition: .4s;
}

.radio-arrows-more-svg {
	background: url(/www/images/radio-arrows.svg) no-repeat;
	transform: rotate(180deg);
	transition: .4s;
}

.radio-arrows-more-black-svg {
	background: url(/www/images/radio/arrows-more-black.svg) no-repeat;
}

.radio-etv-logo-negatiiv-svg {
	background: url(/www/images/radio/etvlogo-negatiiv.svg) no-repeat;
}

.radio-share-svg {
	background: url(/www/images/radio/sharebut.svg) no-repeat;
	margin-left: 34px;
	z-index:12;
}

.radio-settings-svg {
	background: url(/www/images/radio/settings-gear.svg) no-repeat;
	margin-left: 81px;
	z-index:12;
}

.radio-podcast-svg {
	background: url(/www/images/radio/podcast-icon.svg) no-repeat;
	margin-left: -17px;
	z-index:12;
}

.radio-program-series-modal-svg {
	margin-left: 4px;
}

.radio-podcast-series-svg {
	margin-left: 0;
}

.radio-download-svg {
	background: url(/www/images/radio/downbut.svg) no-repeat;
	z-index: 12;
	margin-left: -70px;
}

.radio-volume-svg {
	background: url(/www/images/radio/volume.svg) no-repeat;
	margin-left: 125px;
}

.radio-volume-unmute-svg {
	background: url(/www/images/radio/unmute.svg) no-repeat;
	margin-left: 125px;
	display: none;
}

.isMuted .radio-volume-unmute-svg {
	display: block;
}

.isMuted .radio-volume-svg {
	display: none;
}

.radio-host-mic-svg {
	background: url(/www/images/radio/mic.svg) no-repeat;
}

.radio-streaming-svg {
	display: inline-block;
	height: 24px;
	width: 24px;
	background: url(/www/images/radio/streaming.svg) no-repeat;
	vertical-align: top;
}

.radio-play-btn-large-svg {
	cursor: pointer;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
	transition: box-shadow 0.07s;
}

.radio-play-btn-large-svg:active {
	box-shadow: none;
}

#PlayButton {
	display: none;
}

#PauseButton {
	display: none;
}

.isPlaying #PauseButton {
	display: block;
}

.isPlaying #PlayButton {
	display: none;
}

.isPaused #PlayButton {
	display: block;
}

/*bottom player*/

.radio-footer-fixed {
	position: fixed;
	bottom: 0;
	height: auto;
	width: 100%;
	left: 0;
	z-index: 15;
	box-shadow: -8px -2px 14px 0 rgba(0, 0, 0, 0.11);
}

.radio-player-footer-banner {
	width: 100%;
	background-color: #6fc8f7;
	color: white;
	box-shadow: -8px -2px 14px 0 rgba(0, 0, 0, 0.11);
	opacity: 0.99;
	display: none;
}

.radio-player-footer-banner-center {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 237px;
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
}

.radio-player-footer-banner-close {
	position: absolute;
	top: 17px;
	right: 5px;
	font-size: 29px;
	cursor: pointer;
	text-align: center;
	width: 64px;
}

.radio-player-footer-banner-close:hover {
	text-shadow: 1px 1px 9px #000;
}

.radio-player-footer-banner-title {
	font-size: 46px;
	padding-top: 14px;
	display: block;
	text-align: center;
}

.radio-player-footer-banner-sub-title {
	font-size: 36px;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	display: block;
	text-align: center;
}

.radio-player-footer-banner-small-title {
	font-size: 32px;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	display: block;
	text-align: center;
}

.radio-banner-close-tooltip {
	margin-top: -8px;
	font-size: 20px;
	font-weight:300;
}

.radio-player-footer {
	display: none;
	width: 100%;
	z-index: 20;
	left: 0px;
	border-top: 1px solid #6fc8f7;
	height: 48px;
	background-color: #fafbfd;
	-webkit-transform: translate3d(0, 0, 0);
	transform : translate3d(0, 0, 0);
	box-shadow: -8px -2px 14px 0 rgba(0, 0, 0, 0.11);
}

.radio-player-footer-container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 calc(3% - 25px);
}

.radio-player-footer-left-side {
	width: calc(2 / 3 * 100%);
}

.radio-player-footer-left-side .image{
	height: 40px;
	width: 70px;
	margin: 0;
}

.radio-player-footer-right-side {
	margin-left: 66px;
	width: calc(1 / 3 * 100% - 15px);
	float: right;
}

.radio-player-footer-progress-bar{
	margin-bottom: 0;
}

.radio-player-footer-right-side .radio-progress-bar{
	margin-top: -28px;
}

.radio-player-footer-img {
	margin: 4px;
	width: 70px;
	height: 40px;
	margin-left: 0px;
	border-radius: 3px;
}

.radio-player-footer-play-button {
	width: 38px;
	height: 38px;
	margin-left: 92px;
	cursor: pointer;
	display: block;
	border-radius: 41px;
	background-color: white;
	box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.15);
	border: solid 1px;
	z-index: 2;
}

.radio-player-play-button:hover .left, .radio-player-play-button:hover .right {
	background-color: #ffffff;
}

.radio-player-play-button {
	outline: none;
}

.radio-player-footer-pause-button {
	display: none;
	width: 32px;
	height: 32px;
	margin-left: 92px;;
	cursor: pointer;
	top: 38%;
}


.radio-player-footer-title-holder {
	margin-left: 200px;
	font-family: var(--default-font);
}

.radio-player-footer-current-top {
	top: 17px;
	font-size: 14px;
	color: #4b7caf;
	margin-top: -2px;
}

.radio-player-footer-current-bottom {
	top: 72%;
	font-size: 1.1875em;
	font-weight: 600;
	width: 430px;
	-webkit-line-clamp: 1;
	display: flex;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: -3px
}

.radio-player-footer-animation-container {
	display: inline-block;
	overflow: hidden;
}

.radio-player-footer-volume-mute {
	background: url(/www/images/radio/volume.svg) no-repeat;
	z-index: 51;
}

.radio-player-footer-volume-mute.isMuted {
	background: url(/www/images/radio/unmute.svg) no-repeat;
	z-index: 51;
}

.radio-player-footer-volume-control-container {
	margin-left: 149px;
}

.radio-player-footer-volume-bar {
	position: absolute;
	right: 14.5px;
}

.isMuted .radio-player-footer-volume-unmute {
	display: block;
}

.isMuted .radio-player-footer-volume-mute {
	display: none;
}

.radio-player-footer-progress-bar {
	margin-top: -41px;
	width: 100%;
	float: right;
}

.radio-player-footer-progress-bar-rewatch {
	margin-top: -32px;
}

.radio-player-footer-progress-bar-bg {
	height: 6px;
}

.radio-player-footer-progress-bar-slider {
	width: 15px;
	height: 15px;
	margin-top: -7.5px;
}

.radio-player-footer-progress-bar-slider:hover .radio-player-bottom-timeline-tooltip {
	display: block;
}

.radio-player-footer-volume-bar-bg {
	width: 6px;
	height: 101px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.37);
}
.radio-player-footer-volume-bar-fg {
	width: 6px;
	border-radius: 4px;
	box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.37);
}

.radio-player-footer-volume-progress-bar-slider {
	margin-left: -3px;
	margin-top: 94px;
	cursor: pointer;
	width: 12px;
	height: 12px;
}

.radio-player-footer-volume-bar-background {
	width: 36px;
	height: 133px;
	position: absolute;
	bottom: 44px;
	border-radius: 2px;
	box-shadow: 1px 4px 6px 0 rgba(0, 0, 0, 0.13);
	background-color: rgba(247, 248, 250, 1);
	border: 1px solid #e0e1e2;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.radio-player-footer-volume-controls {
	width: 46px;
	height: 177px;
	position: absolute;
	bottom: 6px;
}

.radio-player-footer-volume-bg-blur {
	height: 110px;
	background-color: unset;
	box-shadow: none;
}

.radio-player-footer-volume-progress-bar-fg {
	position: absolute;
	width: 6px;
	bottom: 0;
	left: 0;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
	                      supported by Chrome and Opera */
}

.radio-player-footer-volume-slider-widener {
	width: 36px;
	height: 133px;
	margin-left: -15px;
	margin-top: -16px;
}

.radio-player-footer-progress-bar-widener {
	height: 34px;
	width: 100%;
	margin-top: -15px;
	position: absolute;
}

.ball {
	position: absolute;
	height: 7px;
	width: 7px;
	border-radius: 8px;
	box-shadow: 1px 4px 6px 0 rgba(0, 0, 0, 0.13);
	background-color: rgba(247, 248, 250, 1);
	top: 130px;
	margin-left: 14.5px;
	z-index: 2;
}

.play-button-footer {
	margin-left: 12px;
	margin-top: 12px;
	height: 14px;
	width: 14px;
	display: block;
	overflow: hidden;
	position: relative;
	transition: margin-left 0.1s ease;
}

.left-footer {
	height: 100%;
	float: left;
	background-color: #072852;
	width: 36%;
	-webkit-transition: all 0.13s ease;
	transition: width 0.13s ease;
	overflow: hidden;
	border-radius: 4px;
}

.triangle-footer-1 {
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

.triangle-footer-2 {
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.triangle-footer-1,
.triangle-footer-2 {
	position: absolute;
	top: 0;
	right: -1px;
	background-color: transparent;
	width: 0;
	height: 0;
	border-right: 13px solid #ffffff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	-webkit-transition: -webkit-transform 0.13s ease;
	transition: -webkit-transform 0.13s ease;
	transition: transform 0.13s ease;
	transition: transform 0.13s ease, -webkit-transform 0.13s ease;
}

.right-footer {
	height: 100%;
	float: right;
	width: 33%;
	background-color: #072852;
	-webkit-transition: all 0.13s ease;
	transition: all 0.13s ease;
	border-radius: 4px;
}

.isPaused .left-footer {
	width: 56%;
	border-radius: 2px;
}

.isPaused .right-footer {
	width: 44%;
	border-radius: 0px;
}

.isPaused .triangle-footer-1 {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.isPaused .triangle-footer-2 {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.isPaused .play-button-footer {
	margin-left: 13px;
}

#footer-player-play:active {
	box-shadow: none;
}

.radio-playlist-play {
	width: 38px;
	height: 38px;
	margin-right: 2px;
	cursor: pointer;
	display: block;
	border-radius: 41px;
	background-color: white;
	box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.15);
	border: solid 1px;
	float: left;
}

.radio-timeline-item .radio-playlist-play{
	width: 24px;
	height: 24px;
	border-radius: 14px;
}

.radio-playlist-play:active {
	box-shadow: none;
}

.radio-playlist-play:hover .left, .radio-playlist-play:hover .right {
	background-color: #ffffff;
}

.isPlaying.radioPlaylistActive .radio-playlist-play-button {
	margin-left: 12px;
}

.isPlaying.radioPlaylistActive.radio-timeline-item .radio-playlist-play-button {
	margin-left: 6px;
}

.radio-playlist-play-button {
	margin-left: 13px;
	margin-top: 12px;
	height: 14px;
	width: 14px;
	display: block;
	overflow: hidden;
	position: relative;
	transition: margin-left 0.1s ease;
}

.radio-timeline-item .radio-playlist-play-button {
	margin-left: 7px;
	margin-top: 6px;
	height: 12px;
	width: 12px;
}

.isPlaying.radioPlaylistActive .radio-playlist-play-left {
	width: 36%;
	border-radius: 4px;
}

.isPlaying.radioPlaylistActive .radio-playlist-play-right {
	width: 33%;
	border-radius: 4px;
}

.radio-playlist-play-left {
	height: 100%;
	float: left;
	background-color: #072852;
	-webkit-transition: all 0.13s ease;
	transition: all 0.13s ease;
	overflow: hidden;
	width: 56%;
	border-radius: 2px;
}

.radio-playlist-play-right {
	height: 100%;
	float: right;
	background-color: #072852;
	-webkit-transition: all 0.13s ease;
	transition: all 0.13s ease;
	width: 44%;
	border-radius: 0px;
}

.isPlaying.radioPlaylistActive .radio-playlist-play-triangle-1 {
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

.isPlaying.radioPlaylistActive .radio-playlist-play-triangle-2 {
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.radio-playlist-play-triangle-1,
.radio-playlist-play-triangle-2 {
	position: absolute;
	top: 0;
	right: -1px;
	background-color: transparent;
	width: 0;
	height: 0;
	border-right: 13px solid #ffffff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	-webkit-transition: -webkit-transform 0.13s ease;
	transition: -webkit-transform 0.13s ease;
	transition: transform 0.13s ease;
	transition: transform 0.13s ease, -webkit-transform 0.13s ease;
}

.radio-timeline-item .radio-playlist-play-triangle-1,
.radio-timeline-item .radio-playlist-play-triangle-2 {
	border-right: 12px solid #ffffff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.radio-playlist-play-triangle-1 {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.radio-playlist-play-triangle-2 {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.play-button {
	margin-left: 30px;
	margin-top: 25px;
	height: 32px;
	width: 32px;
	display: block;
	overflow: hidden;
	position: relative;
	transition: margin-left 0.1s ease;
}

.left {
	height: 100%;
	float: left;
	background-color: #072852;
	width: 28%;
	-webkit-transition: all 0.13s ease;
	transition: all 0.13s ease;
	overflow: hidden;
	border-radius: 3px;
}

.triangle-1 {
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

.triangle-2 {
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.triangle-1,
.triangle-2 {
	position: absolute;
	top: 0;
	right: 5px;
	background-color: transparent;
	width: 0;
	height: 0;
	border-right: 27px solid;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	-webkit-transition: -webkit-transform 0.13s ease;
	transition: -webkit-transform 0.13s ease;
	transition: transform 0.13s ease;
	transition: transform 0.13s ease, -webkit-transform 0.13s ease;
}

.right {
	height: 100%;
	margin-left: 15px;
	width: 28%;
	background-color: #072852;
	-webkit-transition: all 0.13s ease;
	transition: all 0.13s ease;
	border-radius: 3px;
}

.isPaused .left {
	width: 50%;
	border-radius: 4px;
}

.isPaused .right {
	width: 32%;
	border-radius: 4px;
}

.isPaused .triangle-1 {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.isPaused .triangle-2 {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.isPaused .play-button {
	margin-left: 32px;
}

.top-player-small-play-button {
	margin-left: 22px;
	margin-top: 1px;
}

.login-form-group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	margin-top: 15px;
}

#login-form .form-control {
	display: block;
	font-size: 16px;
	padding: 6px 12px;
	line-height: 1.4;
	border-radius: 8px;
	color: #555;
	background-color: #f7f7f7;
	background-image: none;
	border: 1px solid #bbbbbb;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-sizing: border-box;
}

#login-form .login-form-group input {
	width: 32%;
}

#login-form .fake-textarea  p {
	margin: 1em 0;
}

#login-form .btn {
	background-color: #fff;
	border-color: #0054a6;
	color: #0054a6;
	padding: 0.4em 0.8em;
}

#login-form .btn .icon-id-kaart, #login-form .btn .icon-mobiil-id {
	float: left;
	padding: 3px 0 2px;
}

#login-form .btn:hover {
	background-color: #0054a6;
	border-color: #0054a6;
	color: #fff;
	cursor: pointer;
}

#login-form .form-control, .btn.round{
	border-radius: 18px;
	font-size: 16px;
	padding: 6px 12px;
	line-height: 1.4;
}

#login-form .btn.big {
	font-size: 22px;
}

#login-form .btn.big.round {
	border-radius: 26px;
}

#login-form .mr15 {
	margin-right: 15px;
}

#login-form .fake-textarea {
	padding: 1em;
}

.display-block {
	display: block;
}

.currently-selected-schedule-item {
	font-weight: 600;
}

.display-none {
	display: none;
}

.gallery-btn-and-sig-container {
	display: flex;
	flex-direction: column;
	justify-content: end;
	position: absolute;
	bottom: 0;
}

.gallerycover .radio-article-image-caption {
	position: relative;
	margin: 0 auto 0 0;
}

.gallerycover:hover {
	cursor: pointer;
}

.gallerycover .imgwrap {
	position: relative;
}

.gallerycover .lg-signature {
	border-radius: 4px;
	position: relative;
	margin: 0 auto;
	margin-left: 20px;
	padding: 10px 20px 5px;
	bottom: 1em;
	background-color: #6fc8f7;
	color: #fff;
}

.gallerycover .lg-signature-image{
	float: left;
	display: inline;
	opacity: .9;
}

.gallerycover .lg-signature-text{
	display: inline-block;
	margin-left: 20px;
	margin-top: -5px;
	margin-bottom: -5px;
}

.gallerycover .lg-signature-separator{
	margin-bottom: 2px;
	margin-top: 0;
}

.gallerycover hr{
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}


/*
 *
 * Radio schedule
 *
 */
.radio-schedule {
	min-height: 900px;
}

#radio-schedule {
	height: 58px;
	position: relative;
	display: flex;
}

#radio-schedule-calendar {
	display: none;
}

.radio-schedule-item {

	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

	position: relative;
	width: 93px;
	height: 58px;
	overflow: hidden;
	display: inline-block;
	float: left;
	cursor: pointer;
}

.weekday {
	white-space: nowrap;
	font-size: 19px;
}

.radio-schedule-all {
	position: absolute;
	width: 10000%;
	overflow: hidden;
	padding-bottom: 10px;
	font-size: 24px;
	text-align: center;
}

.radio-schedule-visible {
	display: flex;
	z-index: 9;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.schedule-calendar-carusel-back {
	cursor: pointer;
	width: 48px;
	height: 48px;
	background: url(/www/images/radio/schedule-back.svg) center no-repeat;
	margin-left: 5px;
}

.schedule-calendar-carusel-back:hover {

}

.schedule-calendar-carusel-fwd {
	cursor: pointer;
	width: 48px;
	height: 48px;
	background: url(/www/images/radio/schedule-fwd.svg) center no-repeat;
	margin-left: 5px;
}


.radio-schedule-table {
	width:100%;
	border-bottom: 1px solid #edeff5;
	border-collapse: collapse;
}

.radio-schedule-table td {
	border-top: 1px solid #edeff5;
	margin:-1px;
}

.radio-schedule-table tr {
	height:59px;
	box-sizing:border-box;
}

.radio-schedule-table tr:hover {
	box-shadow: 8px 0 0px 1px #eef0f6, -8px 0 0px 1px #eef0f6;
	border-radius: 4px;
}

.radio-schedule-table tr:hover .radio-schedule-table-program-start, .radio-schedule-table tr:hover .radio-schedule-table-program-header {
	color: #000056;
}

.radio-schedule-table td:nth-child(1), .radio-schedule-table td:nth-child(4), .radio-schedule-table td:nth-child(5){
	width:9%;
}

.radio-schedule-table td:nth-child(2) {
	width:8%;
}

.radio-schedule-table-program-start {
	font-size: 20px;
	font-weight: 600;
}

.radio-schedule-table-program-header {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	color: #043359;
}

.radio-schedule-table-program-picture {
	width: 70px;
	height: 44px;
	margin-top: 4px;
	margin-bottom: -4px;
	border-radius: 3px;
}

.radio-schedule-play-button {
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: block;
	border-radius: 41px;
	background-color: white;
	box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.15);
	border: solid 1px;
}

.radio-schedule-table-play-button {
	margin-left: 13px;
	margin-top: 12px;
	height: 14px;
	width: 14px;
	display: block;
	overflow: hidden;
	position: relative;
	transition: margin-left 0.1s ease;
}

.radio-schedule-table-left {
	height: 100%;
	float: left;
	background-color: #072852;
	width: 56%;
	-webkit-transition: all 0.13s ease;
	transition: all 0.13s ease;
	overflow: hidden;
	border-radius: 2px;
}

.radio-schedule-table-right {
	height: 100%;
	float: right;
	width: 44%;
	background-color: #072852;
	-webkit-transition: all 0.13s ease;
	transition: all 0.13s ease;
	border-radius: 0px;
}

.isPlaying.radioPlaylistActive .radio-schedule-table-left {
	width: 36%;
	border-radius: 4px;
}

.isPlaying.radioPlaylistActive .radio-schedule-table-right {
	width: 33%;
	border-radius: 4px;
}

.isPlaying.radioPlaylistActive .radio-schedule-table-triangle-1 {
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

.isPlaying.radioPlaylistActive .radio-schedule-table-triangle-2 {
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.isPlaying.radioPlaylistActive .radio-schedule-table-play-button {
	margin-left: 12px;
}

.radio-schedule-table-triangle-1,
.radio-schedule-table-triangle-2 {
	position: absolute;
	top: 0;
	right: -1px;
	background-color: transparent;
	width: 0;
	height: 0;
	border-right: 13px solid #ffffff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	-webkit-transition: -webkit-transform 0.13s ease;
	transition: -webkit-transform 0.13s ease;
	transition: transform 0.13s ease;
	transition: transform 0.13s ease, -webkit-transform 0.13s ease;
}


.radio-schedule-table-triangle-1 {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.radio-schedule-table-triangle-2 {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

#calendar {
	margin-left: 81px;
	list-style-type: none;
}

#calendar li {
	float: left;
	font-size: 24px;
}

.currently-selected {
	font-weight: bold;
	font-size: 25px;
}

.radio-download-svg-black {
	background: url(/www/images/radio/downbut.svg) no-repeat;
}

.radio-schedule-svg {
	right: 13px;
	width: 40px;
	height: 40px;
	background: url(/www/images/radio/calendar-1.svg) no-repeat;
	cursor: pointer;
}

/* Custom Tooltip */

.ui-tooltip {
	background: linear-gradient(#ffffff, #efefef);
	padding: 2px 6px 2px;
	border-radius: 3px;
	border-width: 1px !important;
	box-shadow: 4px 6px 14px 0 rgba(0, 0, 0, 0.11);
	transition: 0.25s ease 0.35s;
	font-weight: 300;
	font-size: 13px;
	font-family: open sans, sans-serif;
	color: #313135;
}

/*
 *
 * Search A-Z
 *
 */

.radio-search {
	font-size: 17px;
	color: #043359;
	background-color: #fff;
	background-image: url(/www/images/radio/search_Luup_Radio.svg);
	background-repeat: no-repeat;
	background-position: right 14px top 8px;
	border: solid 1px #5182b5;
	border-radius: 24px;
	display: inline-block;
	margin-bottom: 0;
	padding-left: 15px;
	height: 34px;
	width: 293px;
	margin-right: 4px;
	overflow: hidden;
}

.search-container {
	display: grid;
	grid-template-columns: auto auto;
	grid-auto-rows: 60px;
	grid-column-gap:24px;
	margin-top: 26px;
}

.search-item-container {
	display: inline-block;
	padding-bottom:7px;
	padding-top:7px;
	cursor: pointer;
	width: 100%;
}

.series-clip {
	border-top: 1px solid #eef0f6;
	margin-left: 12px;
}

.series-clip:first-child {
	border-top: none;
}

.series-clip:last-child {
	border-bottom:1px solid #eef0f6;
}

.search-item-container:nth-child(even) {
	margin-right: 0px;
}

.search-item {
	width: 100%;
	display: flex;
	height: 100%;
}

.search-item-has-child,
.search-item-has-child p {
	height: auto;
}

.search-item-child .search-item-header {
	height: unset;
}

.search-item:hover {
	background-color: #eef0f6;
	box-shadow: -6px -6px 0 0px #eef0f6, -6px 6px 0 0px #eef0f6, -6px -6px 0 0px #eef0f6, 6px 6px 0 0px #eef0f6, 6px -6px 0 0px #eef0f6;
	border-radius: 3px;
}

.search-item-container:hover .search-item-header {
	color: #000056;
}

.search-item-header {
	width: 90%;
	font-size: 18px;
	color: #043359;
	font-family: "Open Sans", sans-serif;
	margin-left: 7px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	line-height: 1.2;
}

.search-item-picture {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	flex-basis: 70px;
	height: 44px;
}

.series-clip-container{
	position: relative;
	border-left: 6px solid #eef0f6;
	border-top: 1px solid #eef0f6;
	margin-top: 5px;
}

.series-clip-container .search-item-container {
	width: 97%;
}

.series-clip-container:after {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: -7px;
	background-color: white;
	height: 8px;
	width: 7px;
}

.radio-program-series-functions {
	width: 19%;
	display: flex;
}

.radio-program-series-download-modal{
	top: initial;
	right: initial;
	margin-top: 31px;
	margin-left: -156px;
	z-index: 13;
	border-radius: 34px 0 34px 34px;
}

.radio-program-series-download-modal-tab {
	width: 39px;
	height: 32px;
	border-radius: 20px 20px 0 0;
	top: -33px;
	right: -1px;
	box-shadow: 4px -5px 10px 0 rgba(0,0,0,.07);
}

.radio-program-series-download-modal-tab:after {
	box-shadow: none;
}

/*
*
* Article social
*
*/
.radio-article-social {
	margin-top: 0;
	display: flex;
	flex-direction: row;
}

.radio-social-button {
	width: 36px;
	height: 36px;
	position: relative;
	border-radius: 10px;
	line-height: 55px;
	text-align: center;
	margin-right: .9em;
	cursor: pointer;
	box-shadow: 4px 4px 19px 0 rgba(0,0,0,.14);
	transition: 0.2s;
}

.radio-social-button-like-text {
	opacity: 0;
	position: absolute;
	line-height: 39px;
	left: 8px;
	transition: 0.05s;
}

.radio-social-button-like {
	background-color: #f72671;
	line-height: 48px;
	position: relative;
}

.radio-social-button-like-count {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	left: 0;
	right: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 35px;
	color: #f72671;
	transition: all 0.2s;
}

.radio-social-button-mail {
	margin-right: 0;
	line-height: 45px;
	background-color: #be3c21;
}

.radio-social-button-twitter {
	line-height: 50px;
	background-color: #1da1f2;
}

.radio-social-button-facebook {
	background-color: #3b5998;
}

.fa-heart {
	font-size: 28px;
	color: white;
	transition: 0.2s;
}

.fa-facebook-f {
	font-size: 28px;
	color: white;
	margin-left: 7px;
}

.fa-twitter {
	font-size: 28px;
	color: white;
}

.fa-envelope {
	font-size: 24px;
	color: white;
}

.radio-social-button:hover {
	background-color: white;
}

.radio-social-button:hover .radio-social-button-like-count {
	left: 69px;
	color: white;
}

.radio-social-button:active {
	box-shadow: none;
}

.radio-social-button:hover .fa-heart {
	color: #f72671;
}

.radio-social-button:hover .fa-facebook-f {
	color:#3b5998;
}

.radio-social-button:hover .fa-twitter {
	color:#1da1f2;
}

.radio-social-button:hover .fa-envelope {
	color:#be3c21;
}

.user-liked {
	background-color: white;
}

.user-liked .radio-social-button-like-count{
	color: white;
}

.user-liked .fa-heart {
	color: #f72671;
}

.user-liked:hover {
	background-color: #f72671;
}

.user-liked:hover .radio-social-button-like-count{
	color: #f72671;
}

.user-liked:hover .fa-heart {
	color: white;
}

.user-liked:hover .radio-social-button-like-text {
	color: white;
	transition: 0.05s;
}

/*
 *
 * footer
 *
 */

.footer {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 calc(3% - 25px);
}


.footer .newFooter.rowbottom {
	width: 100%;
	padding: 0;
}

.footer .space {
	width: 20%;
	padding: 0;
}

.footer .rowbottom .span2 {
	width: 20%;
	padding: 0;
}

.footer .firstrow {
	width: 100%;
	padding: 0;
}
.footer .menulower {
	width: 100%;
	padding: 0;
}

.footer .fMenu {
	padding: 0;
	width: 20%;
}
.footer .fMenu:nth-child(2) {
	padding: 0;
	width: 20%;
}

.footer .rowupper {
	width: 69%;
}

.footerlogo {
	width: 13%;
	float: left;
	margin: 66px 74px 84px 3.5%;
	position: absolute;
}

.footerIcon {
	height: 33px;
	width: auto;
	background-size: cover;
	margin: 0;
}

.arhiivP {
	font-family: var(--default-font);
	font-weight: 600;
	font-style: italic;
	font-size: 27px;
	margin-top: 33px;
	margin-left: 19.5px;
	margin-right: 19.5px;
	position: relative;
}

.siteMenu nav {
	max-width: 1200px;
}

/** Radio timeline calendar**/

.radio-timeline-container {
	display: flex;
	padding-top: 5px;
	padding-bottom: 3px;
}

#radio-timeline-calendar {
	width: 27%;
	display: flex;
	justify-content: flex-end;
}

.radio-timeline-calendar-back {
	width: 32px;
	height: 32px;
	border-radius: 20px;
	border: solid 1px #6fc8f7;
	background: url(/www/images/radio/date-left.svg) no-repeat center;
	box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.15);
	cursor: pointer;
	background-position: 0 1px;
}

.radio-timeline-calendar-fwd:hover {
	background: url(/www/images/radio/date-right-w.svg) no-repeat center;
	background-color: #6fc8f7;
}

.radio-timeline-calendar-back:hover {
	background: url(/www/images/radio/date-left-w.svg) no-repeat center;
	background-color: #6fc8f7;
}

.radio-timeline-calendar-back:active, .radio-timeline-calendar-fwd:active, .radio-timeline-calendar-open:active {
	box-shadow: none;
}

.radio-timeline-calendar-fwd {
	width: 32px;
	height: 32px;
	border-radius: 20px;
	border: solid 1px #6fc8f7;
	background: url(/www/images/radio/date-right.svg) no-repeat center;
	box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.15);
	cursor: pointer;
	background-position: 0 1px;
}

.radio-timeline-calendar-open {
	width: 32px;
	height: 32px;
	border-radius: 20px;
	border: solid 1px #6fc8f7;
	background: url(/www/images/radio/calendar-2.svg) no-repeat center;
	box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.15);
	margin-left: 10px;
	cursor: pointer;
}

.radio-timeline-calendar-open:hover {
	background: url(/www/images/radio/calendar-2-w.svg) no-repeat center;
	background-color: #6fc8f7;
}

.radio-timeline-calendar-date {
	font-size: 20px;
	font-weight: 500;
	line-height: 36px;
	padding-left: 16px;
	padding-right: 16px;
	color: #072852;
	white-space: nowrap;
}

.images-flex-list {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
}

.images-flex-list > div {
	padding: 10px 5px 40px 5px;
	width: calc(100% / 3);
	box-sizing: border-box;
}

.images-flex-list > div img {
	width: 100%;
}


/*Loader*/
#loader {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 16;
	width: 25px;
	height: 25px;
	margin: -13px 0 0 -13px;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #6fc8f7;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	display: none;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	.radio-navbar-form {
		margin: 8px 10px 0px 149px;
	}
}

@media (max-width: 767px) {
	.footer .rowbottom .span2 {
		float: none;
		margin-top: 0;
		padding: 0;
		width: auto;
		text-align: left;
	}
	.footer .rowupper {
		width: auto;
	}

	footer ul, footer li {
		padding: 0px;
		margin: 0px;
	}

	.footer .fMenu {
		display: block;
		float: none;
		padding: 0;
		width: auto;
		text-align: left;
		font-weight: 600
	}

	.footer .fMenu:nth-child(2) {
		display: block;
		float: none;
		padding: 0;
		width: auto;
		text-align: left;
		font-weight: 600;
	}
}

/*Timeline tooltip*/

.radio-player-timeline-tooltip {
	display: none;
	width: 80px;
	margin-top: -40px;
	background-color: white;
	color: #072852;
	text-align: center;
	border-radius: 20px;
	padding: 5px 0;
	box-shadow: 4px 4px 19px 0 rgba(0, 0, 0, 0.14);
	border: 1px solid rgba(0, 0, 0, 0.07);
	z-index: 8;
	position: absolute;
	overflow:hidden;
}

.radio-player-timeline-tooltip .player-timeline-tooltip-name-span,
.radio-player-bottom-timeline-tooltip .player-timeline-tooltip-name-span {
	min-width: auto;
	background: none;
	line-height: 22px;
}

.radio-player-timeline-tooltip .tooltip-name,
.radio-player-bottom-timeline-tooltip .tooltip-name {
	display: none;
}

.radio-progress-bar-bg:hover .radio-player-timeline-tooltip {
	display: block;
}

.radio-player-bottom-timeline-tooltip {
	display: none;
	width: 80px;
	margin-top: -41px;
	background-color: white;
	color: #072852;
	text-align: center;
	border-radius: 20px;
	padding: 5px 0;
	box-shadow: 4px 4px 19px 0 rgba(0, 0, 0, 0.14);
	border: 1px solid rgba(0, 0, 0, 0.07);
	position:absolute;
	overflow:hidden;
}

.radio-player-footer-progress-bar:hover .radio-player-bottom-timeline-tooltip {
	display: block;
}

.radio-progress-bar-slider > .radio-marker {
	height: 200px;
}



/*Poll css*/
.article-poll-img{
	float: left;
	margin-right: 24px;
}

.article-poll-font {
	font-size: 18px;
	line-height: 1.17;
	margin-top: 0;
	max-height: 63px;
	min-height: 63px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: initial;

}

.article-poll-header {
	text-transform: uppercase;
	font-size: 36px !important;
	font-weight: 300 !important;
	font-family: var(--default-font) !important;
	padding-bottom: 18px !important;
	padding-top: 10px;
}

.article-poll-flex-row {
	flex-wrap: wrap;
}

.article-poll-small-double {
	width: calc(50% - 24px);
	margin-right: 0px;
	border-bottom: none !important;
	margin-bottom: 34px;
}

.article-poll-small-double:nth-child(odd) {
	margin-right: 24px;

}

.poll-voted-backround {
	font-weight: 275;
	position: absolute;
	width: 18%;
	border: 1px solid;
}

.article-poll-progress-bar {
	background-color: #ffffff;
	border-color: #6ec8f7;
	height: 21px;
	line-height:1.25em;
	overflow: hidden;
	box-sizing: border-box;
}

.article-poll-vote-button {
	height: 30px;
	font-size: 18px;
	padding-top: 0px;
	margin-top: 3px;
	line-height: 23px;
	width: 150px;
	text-align: center;
	padding: 0px 12px !important;
	text-transform: capitalize;
	box-shadow: 4px 5px 12px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	border: 1px solid #6fc8f7;
}
.article-poll-vote-button:hover, .article-poll-vote-big-button:hover {
	background: #6fc8f7;
	color: white;
}

.article-poll-vote-button:active {
	box-shadow: none;
}

.article-poll-voted-votes {

	height: 19px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.poll-voted-backround p {
	font-size: 16px;
	color: white;
}

.article-poll-votes {
	margin-right: 20px !important;
}

.article-poll-vote-percentage-sign {
	margin-right: -14px !important;
}

.article-poll-checkmark-container {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 3px;
	right: 7px;
}

.article-poll-checkmark-container input {
	display: none;
}

.article-poll-checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #fff;
	border-radius:25px;
	pointer-events: none;
}

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

.article-poll-checkmark-container input:checked ~ .article-poll-checkmark:after {
	display: block;
}

.article-poll-checkmark-container .article-poll-checkmark:after {
	left: 4px;
	top: 1px;
	width: 6px;
	height: 10px;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.article-poll-vote-button:hover .article-poll-checkmark {
	border: 2px solid #ffffff;
}

.article-poll-disclaimer {
	font-size: 16px;
	color: #767676;
	margin-top: 0 !important;
}

.article-poll-vote-big-button {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 300;
	box-shadow: 4px 5px 12px 0 rgba(0, 0, 0, 0.2);
}

.article-poll-vote-big-button:active {
	box-shadow: none;
}

.article-poll-votes {
	position: absolute;
	margin-top: 0px !important;
	margin-right: 16px;
	visibility: hidden;
	mix-blend-mode: difference;
	color: white;
	right: 21px;
}

.article-poll-vote-percentage {
	position: absolute;
	margin-top: 0px !important;
	margin-right: -3px;
	font-weight: 275;
	mix-blend-mode: difference;
	color: white;
	right: 20px;
}

.article-poll-vote-percentage-sign {
	position: absolute;
	margin-top: 0px !important;
	margin-right: -17px;
	font-weight: 275;
	mix-blend-mode: difference;
	color: white;
	right: 20px;
}

.article-poll-flex-row:hover .article-poll-votes {
	visibility: visible;
}

.article-poll-progress-bar-color-ovleray {
	position: absolute;
	mix-blend-mode: screen;
	width: 182px;
	height: 20px;
	z-index: 4;
	margin-top: -1px;
}

.article-poll-option-label {
	top: 5px;
	cursor: pointer;
}

.article-bottom-padding {
	margin-bottom: 30px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.poll-container:hover .article-poll-votes {
	visibility: visible;
}

.media-poll-voted-background {
	margin-left: 0;
}

.photo-poll-voted-background {
	margin-top: 59px;
	margin-left: 124px;
}

/*Poll colors*/
.article-poll-header {
	color: #1d3b68;
}

.article-poll-progress-bar-color-ovleray {
	background-color: #1f3c67;
}

.article-poll-checkmark {
	border: 2px solid #6fc8f7;
	top: 2px;
	left: 1px;
	height: 14px;
	width: 14px;
}

.article-poll-checkmark-container .article-poll-checkmark:after {
	border: solid #6fc8f7;
	border-width: 0 2px 2px 0;
	top: -1px;
}

.poll-voted-votes {
	opacity: 1;
	background-color: black;
}

.article-poll-progress-bar {
	background-color: white !important;
}

.radio-article-image-caption {
	position: absolute;
	color: white;
	bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	font-size: 15px;
}

.has-audio-player .radio-article-image-caption {
	display: none;
}

@supports (-ms-ime-align:auto) {
	.article-poll-votes {
		color: black;
	}
	.article-poll-vote-percentage, .article-poll-vote-percentage-sign {
		color: black;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.article-poll-votes {
		color: black;
	}
	.article-poll-vote-percentage, .article-poll-vote-percentage-sign {
		color: black;
	}
}

/*
*
*  Timeline next notification
*
 */
.timeline-next-notification {
	width: 99%;
	position: absolute;
	height: 125px;
	z-index: 10;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background: inherit;
	background-color: rgba(34, 40, 53, 0.85);
	opacity: 0.9;
	box-shadow: -1px -6px 20px white;
	color: white;
	margin-right: 5px;
	font-size: 21px;
	font-weight: 300;
	display: none;
}

.timeline-blurred {
	filter: blur(10px);
}

.timeline-next-notification-show-container {
	display: flex;
	justify-content: center;
	line-height: 51px;
}

.next-show-name {
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}

.timeline-next-notification-time-left {
	display: flex;
	justify-content: center;
	font-weight: bold;
}

.timeline-next-notification-autoplay {
	display: flex;
	justify-content: center;
}



/* radio autoplay slider */
.radio-autoplay-switch {
	position: relative;
	display: inline-block;
	width: 29px;
	height: 19px;
	margin-left: -7px;
	border-radius: 10px;
	box-shadow: 4px 4px 19px 0 rgba(0, 0, 0, 0.14);
}

.radio-autoplay-switch input {display:none;}

.radio-autoplay-slider {
	position: absolute;
	cursor: pointer;
	margin-left: 20px;
	top: 6px;
	left: -5px;
	right: -20px;
	bottom: 0px;
	background-color: #ccc;
	-webkit-transition: transform .15s;
	transition: transform .15s;
	box-shadow: inset 2px 3px 8px 0px rgba(51, 51, 51, 0.67);
}

.radio-autoplay-slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 0px;
	bottom: -2px;
	background-color: #6fc8f7;
	-webkit-transition: transform .15s;
	transition: transform .15s;
}

input:checked + .radio-autoplay-slider {
	background-color: #6fc8f7;
}

input:focus + .radio-autoplay-slider {
	box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
}

input:checked + .radio-autoplay-slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}

figure {
	margin: 0;
}

/* Rounded sliders */
.radio-autoplay-slider.radio-autoplay-slider-round {
	border-radius: 34px;
}

.radio-autoplay-slider.radio-autoplay-slider-round:before {
	border-radius: 50%;
}

/*** Cookie overlay ***/

.cookie-overlay-inner {
	max-width: 1200px;
	padding: 0 calc(3% - 25px)
}

/* Cookie overlay end */

@media (max-width: 1220px) {
	.siteMenu nav.desktop-only1 {
		margin-left: calc(7px + 5 * ((100vw - 980px) / 240));
	}
}

/*
 *
 * Mobile view
 *
 */
@media (max-width: 979px) {
	.radio-nav-desktop {
		display: none;
	}

	.radio-nav-mobile {
		display: block;
		line-height: 53px;
		font-size: 20px;
		color: #043359;
		font-weight: 600;
	}

	.radio-logo {
		margin: auto 7px;
	}

	.radio-top-header {
		height: auto;
	}

	.radio-burger {
		position: relative;
		margin: auto 5px;
		padding: 15px;
	}

	.radio-mobile-list {
		transition: height 0.40s, opacity 0.2s;
		color: #043359;
		display: none;
		flex: 1;
		line-height: 53px;
		font-weight: normal;
		-webkit-tap-highlight-color: transparent;

		padding: 0 35px;
		background-color: #fff;
		flex-direction: column;
		border-bottom: 2px solid #e5e9ed;
		padding-bottom: 15px;
	}

	.radio-mobile-list ul {
		margin: 0;
		font-size: 20px;
		list-style: none;
		padding: 0;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		background-color: #fff;
	}

	.radio-mobile-list li,
	.radio-mobile-list > ul > li > ul > a {
		height: 53px;
		cursor: pointer;
		min-width: 50%;
		width: 50%;
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.radio-mobile-list.main-menu,
	.radio-mobile-list.main-menu ul {
		background-color: #f7f8f9;
		padding: 0;
	}

	.radio-mobile-list.main-menu > ul > li {
		height: auto;
		min-width: 100%;
		width: auto;
		display: flex;
		box-sizing: border-box;
		flex-direction: column;
		padding: 10px 35px;
		border-bottom: 1px solid #e5e9ed;
	}

	.radio-mobile-list.main-menu > ul > li.submenu-empty {
		border-bottom: unset;
	}

	.radio-mobile-list.main-menu > ul > li.submenu-empty:not(:last-of-type) {
		padding-bottom: 0;
	}

	.radio-mobile-list.main-menu > ul > li > a {
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.radio-mobile-list-anims {
		display: flex;
		transition: opacity 0.25s;
	}

	.radio-mobile-menu-search {
		margin-top:8px;
	}

	#radio-timeline-calendar {
		width: 37%;
	}

	.radio-global-search {
		padding: 6px 7px 7px 40px;
		border-radius: 6px;
		border: solid 1px #d6d6d6;
		background-color: #ffffff;
		position: relative;
		display: block;
		height: auto;
		margin-right: unset;
		float: none;
		box-shadow: unset;
	}
}

@media (max-width: 792px) {
	body {
		overflow-x: hidden;
	}

	#radio-timeline-calendar {
		display: none;
	}

	.radio-block-header {
		height: 48px;
		font-weight: 600;
	}

	.radio-block-head-title {
		font-size: 1.375em;
		top: calc(50% - 2px);
	}

	#radio-main-container {
		display: flex;
		flex-direction: column;
	}

	#radio-timeline {
		height: 86px;
		margin-bottom: 7px;
		order: 1;
		margin-left: 4px;
		margin-right: 4px;
		margin-top: -22px;
	}

	#radio-rds {
		order: 0;
		padding: 4px 0px 2px 0px;
		margin-top: 3px;
	}

	#radio-content {
		order: 2;
	}

	.radio-timeline-prev-btn, .radio-timeline-next-btn {
		background-color: transparent;
	}

	.radio-timeline-back-svg {
		height: 62px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		width: 101%;
		margin: 0;
	}

	.radio-timeline-fwd-svg {
		height: 62px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		width: 100%;
		margin: 0;
	}

	.radio-timeline-back-svg, .radio-timeline-fwd-svg {
		top: 39px;
	}

	.radio-timeline-next-btn:active, .radio-timeline-prev-btn:active {
		box-shadow: none;
	}

	.radio-timeline-prev-btn span, .radio-timeline-next-btn span {
		color: #ffffff;
		padding: 6px 0;
		margin-left: 0;
		font-size: 12px;
		top: -1px;
	}

	.radio-timeline-visible {
		background-color: transparent;
		z-index: 0;
		overflow-x: hidden;
		overflow-y: hidden;
		margin-top: 24px;
		height: 62px;
	}

	.radio-timeline-item,
	.radio-timeline-item-inner {
		height: 62px !important;
		border-radius: 0;
		overflow: visible;
		box-shadow: none;
		padding: 0 !important;
	}

	.radio-timeline-left-overflow-cover,
	.radio-timeline-right-overflow-cover {
		height: 62px;
		top: 24px;
	}

	.radio-timeline-title-holder {
		overflow: visible;
		margin-top: 18px;
	}

	.radio-timeline-item-title {
		text-align: center;
		background: transparent;
		top: -3px;
	}

	.radio-title-time {
		font-size: 13px;
	}

	.radio-timeline-title-header-holder {
		height: 24px;
		position: relative;
		/*top: 30px;*/
	}

	.radio-timeline-title-time {
		position: relative;
		/*top: 35px;*/
	}

	.radio-timeline-title-header {
		-webkit-box-orient: vertical;
		justify-content: center;
		font-size: 16px;
		font-weight: 600;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		overflow: hidden;
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
		left: 50%;
		max-height: 2.5em;
	}

	#radio-timeline .radio-timeline-streaming {
		display: none;
	}

	#radio-timeline .radio-blurred-title {
		display: none;
	}

	#radio-timeline .radio-serial-img {
		display: none;
	}

	#radio-player {
		padding: 8px;
	}

	.radio-progress-bar-bg {
		width: 97%;
	}

	#radio-player img {
		position: relative;
		display: inline-block;
		object-fit: cover;
		width: 84px;
		height: 84px;
		top: 0;
		float: left;
		border-radius: 2px;
	}

	#radio-player .radio-player-img-default {
		display: none;
	}

	.radio-player-buttons {
		margin-left: 120px;
		width: calc(100% - 120px);
	}

	.radio-player-buttons-holder {
		position: relative;
		width: 100%;
		height: 80%;
		z-index: 1;
	}

	.radio-controls {
		left: calc(50% - 82px);
	}

	.radio-progress-bar {
		position: relative;
		margin-top: -11px;
		margin-bottom: 28px;
		top: 3px;
		z-index: 1;
	}

	.radio-volume-svg {
		display: none;
	}

	.radio-volume-progress-bar {
		display: none;
	}

	.tracklist {
		margin-top: 0px;
	}

	.radio-player-current-title {
		position: static;
		display: inline-block;
		margin-bottom: 16px;
		font-size: 20px;
	}

	.radio-player-date {
		position: static;
		display: inline-block;
	}

	.radio-player-mute-button {
		visibility: hidden;
	}

	.rds-text {
		font-size: 13px;
		color: #707082;
	}

	.radio-timeline-title-time {
		font-weight: 400;
	}

	.radio-play-btn-large-svg {

		width: 72px;
		height: 72px;
		top: 40%;
		margin-left: -25px;
	}

	.play-button {
		margin-left: 25px;
		margin-top: 22px;
		height: 27px;
		width: 28px;
	}

	.left {
		height: 100%;
		float: left;
		background-color: #072852;
		width: 28%;
	}

	.triangle-1, .triangle-2 {
		right: 3px;
		border-right: 25px solid;
		border-top: 14px solid transparent;
		border-bottom: 14px solid transparent;
	}

	.isPaused .play-button {
		margin-left: 27px;
	}

	.isPaused .right {
		width: 32%;
	}

	.isPaused .left {
		width: 54%;
	}

	.radio-player-footer-volume-control-container {
		display: none;
	}

	.radio-player-footer-img {
		display: none !important;
	}

	.radio-player-footer-play-button {
		margin-left: 22px;
	}

	.radio-player-bottom-show-button {
		right:20px;
		margin-left: 0px !important;
	}

	.radio-timeline-prev-btn, .radio-timeline-next-btn {
		box-shadow: none;
		top: 24px;
		height: 72%;
	}

	.new-footer {
		margin-top: -10px;
		padding-left: 13px;
		padding-top: 20px;
		width: 100%;
		height: 44px;
		background-color: #222222;
	}

	.new-footer-button-footer, .new-footer-close-footer {
		float: right;
		margin-right: 31px;
		margin-top: -7px;
	}

	.new-footer-button-footer .radio-block-head-acc-relative-svg-block {
		width: 0px;
	}

	.new-footer-button-footer .radio-block-head-right-svg {
		left: 3px;
	}

	.errInfo {
		margin-bottom: 47px;
	}

	.phoneArchiveLogo {
		display: none;
	}

	.navbar-form2 {
		margin-top: 0px;
		margin-bottom: 8px;
	}

	.new-footer-button-rotate {
		transform: rotate(0deg);
	}

	.radio-mobile-menu-search {
		margin-top: 4px;
	}

	.player-item-live {
		top: 15px;
		left: 15px;
	}

	.radio-player-current-listeners {
		margin-top: -23px;
	}

	.radio-player-footer-title-holder {
		margin-left: 85px;
	}

	.radio-player-footer-title-holder .radio-on-air {
		display: none !important;
	}

	.search-container {
		display: grid;
		grid-template-columns: auto;
		grid-auto-rows: 60px;
		grid-column-gap: 24px;
		margin-top: 26px;
	}

	.article-poll-small-double {
		width: 100%;
		margin-left: 8px;
	}

	.article-poll-small-double:nth-child(odd) {
		margin-right: 0px;
	}

	.poll-voted-backround {
		min-width: 150px;;
	}

	.radio-timeline-item .radio-playlist-play{
		display: none;
	}
}

@media (max-width: 459px) {
	.radio-block-head-title {
		font-size: 1.2em;
	}

	.radio-block-head-left-svg {
		left: 12px;
	}

	.radio-block-head-acc {
		right: 3px;
	}

	.radio-player-bottom-show-button {
		right: 8px;
		top: 6px;
		font-size: 15px;
		padding: 6px 14px;
	}

	.radio-player-footer-title-holder {
		margin-left: 60px;
		width: 60%;
	}

	.radio-player-footer-play-button {
		margin-left: 10px;
	}

	.playlist-item {
		margin: 0;
		margin-bottom: 0px;
		height: 58px;
		padding: 4px 4px 6px 4px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}

	.playlist-item:hover {
		border-bottom: none;
		box-shadow: none;
	}

	.playlist-item img {
		width: 60px;
		height: 60px;
		border-radius: 4px;
	}

	.radio-playlist-img-mobile {
		display: block;
	}

	.radio-playlist-img-regular {
		display: none;
	}

	.mobile-view-photo {
		display: block;
	}

	.playlist-item .regular-view-photo {
		display: none;
	}

	.playlist-item-holder {
		margin-left: 67px;
		padding: 0px 5px 5px 5px;
		bottom: 2px;
		border-bottom: none;
	}

	.playlist-image-holder {
		width: 60px;
	}

	.radio-playlist-play {
		margin-left: 2px;
	}

	.playlist-item-info {
		margin-top: 0px;
		padding: 2px 5px 0px 52px;
	}

	.radio-player-bottom-show-button {
		display: none;
	}

	.radio-small-double {
		margin-bottom: 3px;
	}

	.radio-download-svg {
		margin-left: -41px;
	}

	.radio-podcast-svg {
		margin-left: 3px;
	}

	.radio-share-svg {
		margin-left: 47px;
	}

	.radio-download-modal {
		right: 7px;
	}

	.radio-share-modal {
		right: 1px;
	}

	.radio-download-highlight-modal {
		left: -56px;
	}

	.radio-music-list-buttons .radio-music-list-button,
	.radio-news-list-button {
		font-size: 13px;
	}

	.radio-music-list-button.previous {
		padding-left: 15px;
		box-sizing: border-box;
	}

	.radio-music-list-button.next {
		padding-right: 15px;
		box-sizing: border-box;
	}

	.radio-arrows-dark.previous-arrows, .radio-arrows-dark.next-arrows{
		margin-top: 0px;
	}

	.radio-program-series-modal-svg {
		margin-left: 4px;
	}

	.radio-program-series-download-modal {
		right: 22px;
	}

	.radio-player-footer-banner-small-title {
		font-size: 22px;
		margin-bottom: 10px;
		margin-top: 22px;
	}

	.radio-player-footer-banner-title {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.radio-player-footer-banner-sub-title {
		font-size: 24px;
	}

	.images-flex-list > div {
		width: 100%;
	}
}


@media (min-width: 793px) {
	.radio-player-current-title {
		width: calc(100% + 415px - 360px);
		max-width: calc(100% - 360px);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}


/*
 *
 * Tablet view
 *
 */

@media (max-width: 1024px) {
	#radio-main-container {
		width: 100%;
		padding: 0;
	}

	#radio-left-container, #radio-right-container, .footer {
		margin: 0 5px;
	}

	.radio-music-list-dots {
		position: relative;
		margin-top: -10px;
	}

	.radio-player-footer-progress-bar {
		display: none;
	}

	.radio-player-bottom-show-button {
		margin-left: calc(76% - 20px);
	}

	.radio-player-footer-current-bottom {
		width: 50%;
	}

	.radio-article-social {
		margin-right: 16px;
	}
}

/*
 *
 * Desktop view
 *
 */

@media (min-width: 1025px) {
	#radio-content {
		display: -webkit-flex;
		display: flex;
		position: relative;
	}

	/*
	 *
	 * Containers
	 *
	 */
	#radio-left-container {
		width: calc(2 / 3 * 100%);
		min-width: 0; /* without this, a combination of display:flex & white-space:nowrap slightly breaks the layout */
	}

	#radio-right-container {
		width: calc(100% / 3);
		margin-left: 24px;
	}

	/*
	 *
	 * Left blocks classes
	 *
	 */
	.radio-left-block-content {
		min-height: 100px;
		overflow: hidden;
	}

	.radio-previous-broadcast .playlist-item {
		width: calc(50% - 8px);
		float: left;
		margin: 0 0 4px 0;
	}

	.radio-previous-broadcast .playlist-item:nth-child(odd) {
		margin-right: 0px;
	}

	.radio-previous-broadcast-sections .playlist-item {
		width: calc(50% - 8px);
		float: left;
		margin: 0 0 4px 0;
	}

	.radio-previous-broadcast-sections .playlist-item:nth-child(odd) {
		margin-right: 0px;
	}

	#radio-left-container .radio-playlist {
		display: none;
	}

	/*
	 *
	 * Right blocks classes
	 *
	 */
	.radio-block-header-right {
		height: 52px;
	}

	.radio-block-header-right .radio-block-head-left-svg {
		top: 60%;
	}

	.radio-player-current-title {
		width: calc(100% + 415px - 360px);
		max-width: calc(100% + (100vw / 3) + (100vw * 0.0035) - 360px);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 380px) {
	.radio-podcast-series-svg {
		margin-left: initial;
		margin-top: initial;
	}

	.radio-program-series-download-modal {
		z-index: 13;
		top: initial;
		right: initial;
	}

	.radio-program-series-modal-svg {
		z-index: 14;
		margin-left: 4px;
		margin-top: initial;
	}
}

@media (max-width: 368px) {
	.radio-social-button:hover .radio-social-button-like-count {
		left: 0;
	}

	.radio-share-modal {
		width: 292px;
	}

	.radio-mobile-list li,
	.radio-mobile-list > ul > li > ul > a {
		min-width: 100%;
	}
}

@-moz-document url-prefix() {
	.playlist-item-header {
		font-weight: 500;
		display: block;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
		transition: 3.5s;
		border: none;
		white-space: nowrap;
	}
}

@media (min-width: 368px){
	.radio-social-button-like:hover {
		width: 110px;
		overflow: hidden;
	}

	.radio-social-button-like:hover .radio-social-button-like-text {
		opacity: 1;
		transition: 0.15s;
	}

	.radio-social-button-like:hover .fa-heart {
		margin-left: 70px;
	}
}

.single-playlist-radio-poll {
	box-shadow: 4px 4px 19px 0 rgba(0, 0, 0, 0.14);
}

.double-playlist-radio-poll {
	width: 100%;
	height: 345vw;
	max-height: 800px;
	position: relative;

	box-shadow: 4px 4px 19px 0 rgba(0, 0, 0, 0.14);
	border-radius: 4px;
}

#radio-right-container .double-playlist-radio-poll {
	height: calc(30vw + 934px);
	max-height: 1300px;
}

@media (max-width: 1024px) {
	#radio-right-container .double-playlist-radio-poll {
		height: 229vw;
		max-height: 800px;
	}
}

@media (max-width: 675px) {
	#radio-right-container .double-playlist-radio-poll,
	.double-playlist-radio-poll {
		max-height: 1590px;
		height: calc(110vw + 863px);
	}
}
/*commentsModal*/
.comment-notification-modal {
	width: 100%;
	max-width: 400px;
	position: absolute;
	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.18);
	background-color: #ffffff;
	z-index: 100;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 18px;
	padding-right: 18px;
	border-radius: 8px;
	margin: 0 auto;
	left: 50%;
 	transform: translateY(200%) translateX(-50%);
	top: 50%;

}


.comment-notification-modal .comment-notification-modal-heading {
	font-family: var(--default-font);
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #0054a7;
}

.comment-notification-modal .agree-notification {
	font-family: var(--default-font) !important;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #0054a7;
	border-radius: 20.5px;
	border: solid 1px #0054a7;
	background-color: #ffffff;
	float: right;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.comment-notification-modal .agree-notification:hover {
	background-color: #0054a7;
	color:#FFFFFF;
	border-color: #0054a7;
}
/*commentsModal*/

/*radio edit more button*/
.radio-edit-more-button {
	border-left:1px solid #d3dbe4;
	border-right:1px solid #d3dbe4;
	border-bottom:1px solid #d3dbe4;
	padding: 15px;
	margin-top: -50px;
}
