#radiowidget {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #394F78;
	width: 100%;
	border-radius: .25rem .25rem 0 0;
	z-index: 1099;
}
#radiowidget a {
	text-decoration: none!important;
}
.rw-close {
	position: absolute;
	top: 4px;
	right: 8px;
}
.rw-body {
	display: none;
	height: 50vh;
}
.rw-body-close, .rw-body-logo {
	background-color: #304366;
}
#radiowidget.expanded {
	top: 0;
}
#radiowidget.expanded .rw-head {
	display: none;
}
#radiowidget.expanded .rw-body {
	display: block;
}
.rwicon {
	width: 16px;
	height: 16px;
}
.rwicon.rwicon-2 {
	width: 24px;
	height: 24px;
}
.rwicon.rwicon-3 {
	width: 32px;
	height: 32px;
}
#rwplaybutton {
	width: 40px;
	height: 40px;
	background-color: #fff;
	padding: 0;
	border-radius: 50%;
}
#rwplaybutton .rwicon {
	width: 34px;
	height: 34px;
	color: #394F78!important;
}
#rwplaybutton .rwiconplay {
	margin-left: 3px;
}
#rwmobileplaybutton {
	width: 68px;
	height: 68px;
	background-color: #fff;
	padding: 0;
	border-radius: 50%;
}
#rwmobileplaybutton .rwicon {
	width: 56px;
	height: 56px;
	color: #394F78!important;
}
#rwmobileplaybutton .rwiconplay {
	margin-left: 5px;
}
.rwplaybutton .rwiconpause {
	display: none;
}
.rw-playing .rwplaybutton .rwiconpause {
	display: inline;
}
.rw-playing .rwplaybutton .rwiconplay {
	display: none;
}

#rwtitle {
	font-weight: 600;
	color: #fff;
	padding: 0 0 0 .75rem;
}
#rwvawes {
	background-position: center bottom;
	background-image: url(/images/radio/dots.svg);
	background-repeat: repeat-x;
	height: 18px;
}
.rwprogress {
	position: relative;
	height: 13px;
	background-color: #304366;
}
.rwprogress .rwprogressbar {
	position: absolute;
	left: 0;
	top: 0;
	height: 13px;
	background-color: #2C63AE;
	border-right: 2px solid #fff;
	width: 0;
}
#rwprogress .rwtime {
	position: absolute;
	left: 6px;
	top: -1px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	z-index: 1;
}
#rwprogress .rwtotal {
	position: absolute;
	right: 6px;
	top: -1px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	z-index: 1;
}
#rwtitle, .rw-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: .925rem;
	line-height: 1.2;
	max-height: 2.25rem;
}

#rwmobiletitle {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 1.1rem;
	line-height: 1.2;
	height: 4rem;
	overflow: hidden;
}

#rwplaylist {
	height: 0;
	overflow: hidden;
}
#radiowidget.expanded #rwplaylist {
	height: auto;
	overflow: visible;
}
#rwlist {
	height: 50vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}
#rwlist::-webkit-scrollbar {
	width: .25em;
}
#rwlist::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#rwlist::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
	border-radius: .25rem;
}

.rwpl-item {
	border-bottom: 1px solid #dfdfdf;
	padding: 1rem .75rem;
}
.rwpl-item-icon {
	color: #fff;
	background-color: #394F78;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.rw-playingnow .rwpl-item-icon {
	color: #394F78;
	background-color: #fff;
}
.rwpl-item .rwiconpause {
	display: none;
}
.rw-playing .rwpl-item.rw-playingnow .rwiconpause {
	display: inline;
}
.rw-playing .rwpl-item.rw-playingnow .rwiconplay {
	display: none;
}
.rw-playingnow {
	background-color: #DAE0E5;
}

@media (min-width: 768px) {
	.rw-head {
		display: block!important;
		padding-top: 6px;
	}
	#rwplaybutton {
		width: 48px;
		height: 48px;
	}
	#rwtitle {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 0 1rem;
		overflow: hidden;
	}
	
	#rwlist {
		height: 270px;
	}
	#rwplaylist.opened {
		height: auto;
		overflow: visible;
	}
}
@media (min-width: 992px) {
	
}
@media (min-width: 1200px) {
	
}