/*
Tipr 4.1
Copyright (c) 2019 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/

.tipr_content
{
	font: 14px Roboto, Arial, sans-serif, monospace;
	color: #555;
	x-text-transform: uppercase;
	x-letter-spacing: 1px;
	background-color: #fff;
	padding: 13px 18px 14px 18px;
	border-radius: 3px;
}
.tipr_container_below
{
	display: none;
	position: absolute;
	margin-top: 13px;
	z-index: 1000;
	box-shadow: 0 0 1px 1px #f9f9f9;
}
.tipr_container_above
{
     display: none;
     position: absolute;
     margin-top: -77px;
     z-index: 1000;
     box-shadow: 0 0 1px 1px #f9f9f9;
}
.tipr_point_above, .tipr_point_below 
{
     position: relative;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.tipr_point_above:after, .tipr_point_above:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_above:after
{
	border-top-color: #fff;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}
.tipr_point_above:before 
{
	border-top-color: #ccc;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_below:after, .tipr_point_below:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_below:after
{
	border-bottom-color: #fff;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}
.tipr_point_below:before 
{
	border-bottom-color: #ccc;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}


/* Alt mode */


.tipr_content_alt
{
     font: 12px 'Source Code Pro', monospace;
	color: #777;
	x-text-transform: uppercase;
	x-letter-spacing: 1px;
     background-color: #f1f1f1;
     padding: 6px 13px 7px 13px;
     border-radius: 3px;
}

.tipr_container_above_alt, .tipr_container_below_alt
{
     display: none;
     position: absolute;
     z-index: 1000;
}
.tipr_point_above_alt, .tipr_point_below_alt
{
     position: relative;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
}
.tipr_point_above_alt:after, .tipr_point_below_alt:after
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}
.tipr_point_above_alt:after
{
	top: 100%;
	border-top-color: #f1f1f1;
}
.tipr_point_below_alt:after
{
	bottom: 100%;
	border-bottom-color: #f1f1f1;
}

#player-icon.spin {
	-webkit-animation:spinanim 0.7s infinite linear;
	-moz-animation:spinanim 0.7s infinite linear;
	animation: spinanim 0.7s infinite linear;	
}

@-moz-keyframes spinanim{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(360deg)}}
@-webkit-keyframes spinanim{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}
@keyframes spinanim{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

.radio-box {
    height: 100px;
}
.radio-box .radio-box-image {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 100px;
	z-index:3;
}
.radio-box .radio-box-now {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 72px;
    padding: 22px 15px 0px 115px;
	background:transparent;
	font-family:"Roboto Condensed", Roboto, sans-serif;
	font-size:15px;
}
.radio-box h3 {
	left: 0px;
	padding-top:13px;
	padding-left:115px;
	height:35px;
	overflow:hidden;
	
}
.radio-box .player {
    position: absolute;
    right: -5px;
    top: 0px;
    width: 100px;
    height: 100px;
    background-image: url(/img/play-grad.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	z-index:2;
}

.radio-box[data-id="259"],
.radio-box[data-id="260"] {
	background:#0E5BA3;
}

.radio-box[data-id="259"] h3,
.radio-box[data-id="260"] h3 {
	color: #fff;
}
.radio-box[data-id="259"] .radio-box-now,
.radio-box[data-id="260"] .radio-box-now {
	color: #fff;
}

.radio-box[data-id="259"] .player,
.radio-box[data-id="260"] .player {
    background-image: url(/img/play-grad-plusssz.png?1) !important;
}

.radio-box[data-id="7"],
.radio-box[data-id="85"],
.radio-box[data-id="222"],
.radio-box[data-id="223"],
.radio-box[data-id="224"],
.radio-box[data-id="225"],
.radio-box[data-id="226"],
.radio-box[data-id="227"],
.radio-box[data-id="233"],
.radio-box[data-id="250"],
.radio-box[data-id="251"],
.radio-box[data-id="252"],
.radio-box[data-id="253"],
.radio-box[data-id="254"],
.radio-box[data-id="255"],
.radio-box[data-id="258"] {
	background:#990e36;
}

.radio-box[data-id="7"]  h3,
.radio-box[data-id="85"] h3,
.radio-box[data-id="222"] h3,
.radio-box[data-id="223"] h3,
.radio-box[data-id="224"] h3,
.radio-box[data-id="225"] h3,
.radio-box[data-id="226"] h3,
.radio-box[data-id="227"] h3,
.radio-box[data-id="233"] h3,
.radio-box[data-id="250"] h3,
.radio-box[data-id="251"] h3,
.radio-box[data-id="252"] h3,
.radio-box[data-id="253"] h3,
.radio-box[data-id="254"] h3,
.radio-box[data-id="255"] h3,
.radio-box[data-id="258"] h3 {
	color: #fc0;
}

.radio-box[data-id="7"]   .radio-box-now,
.radio-box[data-id="85"]  .radio-box-now,
.radio-box[data-id="222"] .radio-box-now,
.radio-box[data-id="223"] .radio-box-now,
.radio-box[data-id="224"] .radio-box-now,
.radio-box[data-id="225"] .radio-box-now,
.radio-box[data-id="226"] .radio-box-now,
.radio-box[data-id="227"] .radio-box-now,
.radio-box[data-id="233"] .radio-box-now,
.radio-box[data-id="250"] .radio-box-now,
.radio-box[data-id="251"] .radio-box-now,
.radio-box[data-id="252"] .radio-box-now,
.radio-box[data-id="253"] .radio-box-now,
.radio-box[data-id="254"] .radio-box-now,
.radio-box[data-id="255"] .radio-box-now,
.radio-box[data-id="258"] .radio-box-now {
	color: #fff;
}

.radio-box[data-id="7"]   .player,
.radio-box[data-id="85"]  .player,
.radio-box[data-id="222"] .player,
.radio-box[data-id="223"] .player,
.radio-box[data-id="224"] .player,
.radio-box[data-id="225"] .player,
.radio-box[data-id="226"] .player,
.radio-box[data-id="227"] .player,
.radio-box[data-id="233"] .player,
.radio-box[data-id="250"] .player,
.radio-box[data-id="251"] .player,
.radio-box[data-id="252"] .player,
.radio-box[data-id="253"] .player,
.radio-box[data-id="254"] .player,
.radio-box[data-id="255"] .player,
.radio-box[data-id="258"] .player {
    background-image: url(/img/play-grad-bord.png?1) !important;
}


.radio-box[data-id="190"] {
	background:#fc0 url(/img/radiormf24.png?4) 73% center no-repeat;
}
@media screen and (min-width:768px) and (max-width:991.98px) {
	.radio-box[data-id="190"] {
		background:#fc0;
	}
}


/** RMF24 fine BG tweaks **/
@media screen and (min-width:541px) and (max-width:767px) {
	.radio-box[data-id="190"] {
		background:#fc0 url(/img/radiormf24.png?4) 77% center no-repeat;
	}
}

@media screen and (min-width:290px) and (max-width:540px) {
	.radio-box[data-id="190"] {
		background:#fc0 url(/img/radiormf24.png?4) 94% center no-repeat;
	}
}
/** // RMF24 fine BG tweaks **/


.radio-box[data-id="190"] .player {
    background-image: url(/img/play-grad-yellow.png) !important;
}
.page-number.small-bullet {
    width: 8px;
    height: 5px;
    padding: 6px;
    border-radius: 7px;
    margin-left: 5px;
    margin-right: 5px;
}

.switch {
	display:inline-block;
	width:66px;
	height:23px;
	background:url(/img/ruler-inactive.png) center center no-repeat;
	position:relative;
	transition:0.3s;
	cursor:pointer;
}
.switch:hover {
	opacity:0.88;
}
.switch::after {
	content: url(/img/circ.png);
	position:absolute;
	left:2px;
	top:2px;
	transition:0.3s;
}
.switch.turned-on {
	background-image:url(/img/ruler-active.png);
}
.switch.turned-on::after {
	content: url(/img/circ.png);
	position:absolute;
	left:45px;
	top:2px;
}
.switch.waiting {
	background:url(/img/switch-loader.gif) center center no-repeat;
	cursor:default;
}
.switch.waiting.tuned-on::after, .switch.waiting::after {
	content: '';
}



span.subscribe-help {
    color:#fff;
	background:#fc0;
    padding: 3px 7px;
    border-radius: 25px;
    margin-left: 3px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 700;
    position: relative;
    top: -2px;
}

@media screen and (max-width:540px) {
	.radio-box .player {
		display:none;
	}
}


#player-podcast-list {
}
.podcast-sub {
	position:relative;
	display:inline-block;
	width:110px;
	height:110px;
	margin:0px 15px 15px 0px; 
	background:rgba(0,0,0,0.05) url("/img/p.gif") center center no-repeat;
	background-size:cover;
	cursor:pointer;
	transition:0.44s;
}
.podcast-sub:hover {
	box-shadow:0px 0px 5px 5px rgba(255,255,255,1);
}
.podcast-sub.subscribed {
    /*box-shadow: 0px 0px 5px 5px rgba(255,192,0,0.95);*/
    box-shadow: 0px 0px 3px 4px rgba(72,166,76,0.95);
	
}
.podcast-sub .pop-middle {
	transition: .3s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.podcast-sub:hover .pop-middle {
	opacity: 0.95;
}
.podcast-sub:hover .pop-text::before {
	content: 'subskrybuj';
}
.podcast-sub.subscribed:hover .pop-text::before {
	content: 'odsubskrybuj';
}

.podcast-sub.subscribed .pop-text {
	background-color: #dd4444;
}
.podcast-sub .pop-text {
	background-color: #4CAF50;
	color: #fff;
	font-size:13px;
	line-height:13px;
	padding: 3px 6px;
	border-radius:1px;
}

#personalization-box {
	background:#fff;
	border:1px solid #ddd;
	margin-top:30px;
	
}
#personalization-box .personalization-dtext {
	font-weight:700;
}

@media screen and (max-width:991.98px) {
	#personalization-box .personalization-dtext {
		display:block;
		padding-left:0px;
		padding-bottom:22px;
		margin-top:-8px;
	}
}

@media screen and (min-width:992px) {
	#personalization-box h2 {
		display:inline;
	}
	#personalization-box-header {
		padding-top:30px;
		padding-bottom:20px;
	}
}

#personalization-box h2 {
	background:transparent;
}

#personalization-box input[type="checkbox"] {
	margin-right:5px;
}
#personalization-box label {
	font-weight:normal;
}
.personalization-col {
	padding-top:10px;
	padding-right:20px;
	padding-bottom:20px;
	border-bottom:1px solid #fff;
	height:168px;
}

.personalization-col-1 {
	padding-left:15px;
	margin-right:-15px;
}
.personalization-col-2 {
	padding-right:15px;
	margin-left:-15px;
}

.xpersonalization-col-2 {
	padding-left:15px;
	margin-left:-15px;
	margin-right:-15px;
}
.xpersonalization-col-3 {
	padding-right:15px;
	margin-left:-15px;
}
.icon-element {
	height:60px;
}
.icon-element .switch {
	margin-top:18px;
}

.personalization-col-open1 .personalization-col-1 {
	border-bottom-color:#fff;
}
.personalization-col-open1 .personalization-col-2 {
	border-bottom-color:#ddd;
}
.personalization-col-open1 .personalization-col-3 {
	border-bottom-color:#ddd;
}
.personalization-col-open2 .personalization-col-1 {
	border-bottom-color:#ddd;
}
.personalization-col-open2 .personalization-col-2 {
	border-bottom-color:#fff;
}
.personalization-col-open2 .personalization-col-3 {
	border-bottom-color:#ddd;
}

.personalization-content {
	margin-left:15px;
	margin-right:15px;
}
#player-podcast-list {
	line-height:0;
}
#player-news-list {
	padding-top:30px;
	padding-bottom:30px;
}

.subscribe-toggle-news, .subscribe-toggle-list {
	cursor:pointer;
	display:block;
	padding-top:20px;
	padding-bottom:20px;
	opacity:0.7;
	font-size:14px;
}

#player-top-strip, #station-playlist {
	background:#fff !important;
}
#player-top-strip #station-name, #station-playlist {
	color:#444;
}
#player-box #station-playlist .when {
	color:#888;
}
#player-box #station-playlist .npl {
	padding-left:0;
}
#player-infos {
	padding-top:0;
	padding-bottom:0;
	position:relative;
}
#player-box #cover-container {
    padding: 0px 0px 0px 15px;
}

.viewport-xs #player-texts {
    padding-top: 15px !important;
}

.viewport-xs #player-box #cover-container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.viewport-xs #player-box #now-playing {
    font-size: 15px !important;
}
.viewport-xs #player-box #cover {
    border: 1px solid #fff;
}
.viewport-xs #player-box #now-playing .title {
    padding-bottom: 0.1em;
}
.viewport-xs .player-left-col {
	padding-right:0 !important;
}
.viewport-xs #player-box #status {
	font-size:11px !important;
}
.viewport-xs .personalization-col {
	font-size:12px !important;
}
.viewport-xs span.subscribe-help {
	display:none;
}

@media screen and (max-width:400px) {
	.viewport-xs #player-box #status {
		display:none;
	}
}

.viewport-xs #player-box #player-icon {
    margin-top: 5px;
}
.viewport-ms .personalization-col {
	font-size:13px !important;
}
.viewport-ms #player-box #now-playing .title {
	padding-bottom: 0em;
}
.viewport-ms #player-box #status {
	font-size:11px !important;
}
.viewport-ms #player-box #now-playing {
    font-size: 16px !important;
}

#player-box #cover {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: none;
    border-bottom: none;
}
@media screen and (max-width:760px) {
	#player-box #player-texts {
		padding-top: 16px;
	}
}
@media screen and (min-width:922px) {
	#player-box #cover img {
		width:233px !important;
		height:233px !important;
	}
}

#player-box #pcanvas, #player-box #canvas-cover {
	left:0px;
}
#player-texts {
    padding: 24px 0px 15px;
    line-height: 1.20;
	transform:translateX(-30px);
}
.b1 {
	border:1px solid #ddd !important;
}
.i1 {
	box-shadow:inset 0px 0px 0px 1px #ddd;
}
.b1l {
	border-left:1px solid #ddd !important;
}
.b1r {
	border-right:1px solid #ddd !important;
}
.viewport-xs .b1xsr {
	border-right:1px solid #ddd !important;
}
.b1t {
	border-top:1px solid #ddd !important;
}
.b1b {
	border-bottom:1px solid #ddd !important;
}

#episode-list {
	position:fixed;
	z-index:444;
	display:none;
	top:122px;
	left:20px;
	width:410px;
	height:700px;
	overflow-y:auto;
	background:#fff;
	border:1px solid #ddd;
	box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	padding:15px;
	font-size:0.8rem;
}
#episode-list div {
	margin-top:3px;
	margin-bottom:3px;
}
#episode-list .episode.playing {
	background-color:rgba(255,0,0,0.2);
}
#search-right {
	background-image:url("/img/p.gif");
	cursor:default;
}
#player-box.inactive, #player-box .inactive {
	opacity:0.12;
}
#player-box #player-texts.inactive,
#player-box #cover.inactive {
	opacity:0;
}

#category-checkbox-container {
	line-height: 52px;
	text-align:center;
}
.checkbox-selector, .category-checkbox {
	display:inline-block;
	line-height: 1rem;
	background:#fff url(/img/tick-off5.png) 10px center no-repeat;
	padding:10px 20px 10px 45px;
	border:1px solid #ddd;
	margin-right:20px;
}
.checkbox-selector.active, .category-checkbox.active {
	background-image:url(/img/tick-on.png);
}
#city-selector-container {
	line-height:50px;
}
.checkbox-selector {
	cursor:pointer;
	margin-bottom: 15px;
}

.category-checkbox:hover {
	transition:0.2s;
	border-color:#bbb;
}

.podcast-subscribe-block .subscribe-link.subscribe-link-stream {
	background:#fff url(/img/tick-off5.png) 10px center no-repeat;
    border-color: #aaa;
	color: #444;
	cursor:pointer;
}
.podcast-subscribe-block .subscribe-link.subscribe-link-stream.active {
	background-image:url(/img/tick-on.png);
}

#overlay-player {
	position:fixed;
	z-index:2000;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(16,16,16,0.83);
	background:rgba(255,255,255,0.9);
	display:none;
}

#overlay-player #jp_container_O {
	background:#f00;
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	width:500px;
	height:auto;
	height:200px;
	transform:translate(-50%,-50%);
	max-width:600px;
}
#overlay-close {
	text-align:center;
	color:#fc0;
	padding:20px;
	display:block;
	margin:0 auto;
	cursor:pointer;
}

#overlay-player .jp-details {
    font-weight: bold;
    text-align: center;
    width: 100%;
}
#overlay-player .jp-details a {
	color:#fff;
}

#overlay-player .jp-audio .jp-time-holder {
    position: static;
	text-align:center;
}

#overlay-player .jp-audio .jp-progress {
    position: static;
    z-index: 0;
    width: 80%;
    height: 8px;
	margin:0 auto;
}
#overlay-player .jp-audio .jp-time-holder {
	padding-top:15px;
}
#overlay-player .jp-audio .jp-artist {
	padding-top:7px;
	padding-bottom:2px;
}
#overlay-player .jp-audio .jp-title {
	color:#fff;
	padding-top:0px;
	padding-bottom:5px;
	overflow:hidden;
}

#player-box #station-name {
	font-size:35px;
	padding-top:13px;
	padding-bottom:13px;
}
#player-box #cover {
    margin-right: 32px;
}
#player-box #status {
	padding-right: 0px;
}

#extra-player-box {
	background:rgba(20,50,80,0.3);
}

.personalization-col.music-selection-tab {
	cursor:pointer;
}
#search-container input#search-station {
	padding: 15px 50px 15px 51px;
}

#player-box #volume-container {
    background: url(/img/yellow2px.gif) center center repeat-x;
    border-radius: 0px;
}


.viewport-xs .category-checkbox:first-child {
    margin-left: 15px;
}
.viewport-xs .scrolling-wrapper-flexbox {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.viewport-xs .scrolling-wrapper-flexbox::-webkit-scrollbar { /* WebKit */
	width: 0;
	height: 0;
}
.viewport-xs .scrolling-wrapper-flexbox .card {
	flex: 0 0 auto;
}
.ppcol2 {
	border-left:1px solid #ddd;
	/* border-right:1px solid #ddd; */
}
.viewport-xs .ppcol2 {
	border-right:none;
}
.viewport-xs .personalization-col {
	border-bottom:none;
}

.personalization-description {
	line-height:1.25;
	padding-bottom:40px;
}

#player-podcast-list .personalization-description {
	padding-top:30px;
}

.infinitez {   
	-webkit-animation: fadingz 2s infinite !important;
	-moz-animation: fadingz 2s infinite !important;
	-o-animation: fadingz 2s infinite !important;
	animation: fadingz 2s infinite !important;
}
@-moz-keyframes fadingz {
	0%{opacity:1}  50%{opacity:0} 100%{opacity:1}
}
@-webkit-keyframes fadingz {
	0%{opacity:1}  50%{opacity:0} 100%{opacity:1}
}
@keyframes fadingz {
	0%{opacity:1}  50%{opacity:0} 100%{opacity:1}
}

#player-box #station-playlist-next2.lhidden {
	border-left-color:#fff;
}
#player-box #station-playlist-next1.lhidden .when,
#player-box #station-playlist-next1.lhidden .artist,
#player-box #station-playlist-next1.lhidden .title,
#player-box #station-playlist-next2.lhidden .when,
#player-box #station-playlist-next2.lhidden .artist,
#player-box #station-playlist-next2.lhidden .title {
	opacity:0;
}


.viewport-xs #player-box #station-name {
	padding-left:2px;
}
.viewport-xs #player-box #station-name h1 {
	font-size:32px;
}
.viewport-xs #player-box #cover-container {
    padding-left: 2px; 
}
.viewport-xs #player-box #station-playlist-next1 {
    padding-left: 2px;
}
.viewport-xs #player-box #player-icon, 
.viewport-xs #player-box #player-icon img {
    width: 34px;
    height: 34px;
}
.viewport-ms #player-box #player-icon, 
.viewport-ms #player-box #player-icon img {
    width: 38px;
    height: 38px;
}
.viewport-xs img.voting {
	width:20px;
}
.viewport-xs #atds-station-name {
	padding-left:17px;
}

.viewport-xs #player-box #now-playing {
	max-height:54px;
	overflow:hidden;
	text-overflow: ellipsis;
	line-height:16px;
}
.viewport-xs #player-box #now-playing .artist {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.viewport-xs #player-box #station-name h1 {
	font-size:24px;
}


#maxxx-selector {
	background:#fff;
	position:fixed;
	z-index:2000;
	width:100vw;
	height:100vh;
	top:0;
	bottom:0;
	left:0;
	right:0;
	color:#444;
	overflow-x:hidden;
	overflow-y:auto;
	padding-bottom:20px;
}
#maxxx-selector .outer {
	overflow:hidden;
}
#maxxx-selector a {
	padding:10px;
	background:#eee;
	display:block;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	color:#333;
}
#maxxx-selector h2 {
  font: 700 25px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

a#hide-maxxx-selector {
	display:inline-block;
	width:30px;
	height:24px;
	background:url("/img/search-close24.png") right center no-repeat;
	float:right;
	padding-top:41px;
	margin-right:20px;
}

#maxxx-selector-button {
	padding-left:15px;
	cursor:pointer;
}
@media (max-width:880px) {
	#maxxx-selector-button {
		padding-left:0px;
		display:block;
		transform:translateX(-6px);
	}	
}


body.av #player-box {
	padding-right:0;
}
body.av #player-box-container {
	background:#eee;
	padding-left:0 !important;
	padding-right:0 !important;	
}
body.av #player-box #cover-container {
	margin-right: 15px;
}
body.av #player-texts {
	padding: 25px 0px 15px;
	transform: translateX(-40px);
}
body.av #player-box > .row {
    margin-right: 15px;
}
body.av #player-box #cover {
	border: none !important;
}

body.av #player-box #cover img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

@media (min-width:326px) and (max-width:546px) {
	#player-box #cover-container {
		padding-top: 15px;
	}
	body.av #player-box #cover img {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}



#player-box-outer-container {
	min-height:286px;
}

.viewport-sm #player-box-outer-container {
	min-height:397px;
}
.viewport-md #player-box-outer-container, .viewport-lg #player-box-outer-container {
	min-height:401px;
}

/* Tooltip container */
.tooltip-info {
	position: relative;
	display: inline-block;
}

/* Tooltip text */
.tooltip-info .tooltiptext {
	width: 250px;
	background-color: rgb(70 70 70 / 90%);
	color: #fc0;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 130%;
	left: 50%;
	margin-left: -125px;
	white-space: pre-wrap;
	border: solid #fc0 3px;
	line-height: 1.6;

	-webkit-animation: bordercoloranim 2s infinite;
    -moz-animation: bordercoloranim 4s infinite;
    -o-animation: bordercoloranim 2s infinite;
    -ms-animation: bordercoloranim 2s infinite;
    animation: bordercoloranim 2s infinite;
}

.tooltip-info .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 100%; 
	left: 50%;
	margin-left: -11px;
	border-width: 10px;
	border-style: solid;
	border-color: #3b3b3b transparent transparent transparent;

	-webkit-animation: bordercoloranim2 2s infinite;
    -moz-animation: bordercoloranim2 2s infinite;
    -o-animation: bordercoloranim2 2s infinite;
    -ms-animation: bordercoloranim2 2s infinite;
    animation: bordercoloranim2 2s infinite;
} 

@-webkit-keyframes bordercoloranim {
    0% { border: solid #fc0 3px; box-shadow: 0 4px 8px 0 rgba(255, 204, 128, 0.3) }
    50% { border: solid #3b3b3b 3px; box-shadow:  0 8px 16px 0 rgba(0, 0, 0, 0.2) }
    100% { border: solid #fc0 3px; box-shadow:  0 4px 8px 0 rgba(255, 204, 128, 0.3) }
}
@-moz-keyframes bordercoloranim {
    0% { border: solid #fc0 3px; box-shadow: 0 4px 8px 0 rgba(255, 204, 128, 0.3) }
    50% { border: solid #3b3b3b 3px; box-shadow:  0 8px 16px 0 rgba(0, 0, 0, 0.2) }
    100% { border: solid #fc0 3px; box-shadow:  0 4px 8px 0 rgba(255, 204, 128, 0.3) }
}
@-ms-keyframes bordercoloranim {
    0% { border: solid #fc0 3px; box-shadow: 0 4px 8px 0 rgba(255, 204, 128, 0.3) }
    50% { border: solid #3b3b3b 3px; box-shadow:  0 8px 16px 0 rgba(0, 0, 0, 0.2) }
    100% { border: solid #fc0 3px; box-shadow:  0 4px 8px 0 rgba(255, 204, 128, 0.3) }
}
@-o-keyframes bordercoloranim {
    0% { border: solid #fc0 3px; box-shadow: 0 4px 8px 0 rgba(255, 204, 128, 0.3) }
    50% { border: solid #3b3b3b 3px; box-shadow:  0 8px 16px 0 rgba(0, 0, 0, 0.2) }
    100% { border: solid #fc0 3px; box-shadow:  0 4px 8px 0 rgba(255, 204, 128, 0.3) }
}
@keyframes bordercoloranim {
    0% { border: solid #fc0 3px; box-shadow: 0 4px 8px 0 rgba(255, 204, 128, 0.3) }
    50% { border: solid #3b3b3b 3px; box-shadow:  0 8px 16px 0 rgba(0, 0, 0, 0.2) }
    100% { border: solid #fc0 3px; box-shadow:  0 4px 8px 0 rgba(255, 204, 128, 0.3) }
}

@-webkit-keyframes bordercoloranim2 {
    0% { border-color: #fc0 transparent transparent transparent ; }
    50% { border-color: #3b3b3b transparent transparent transparent; }
    100% { border-color: #fc0 transparent transparent transparent;  }
}
@-moz-keyframes bordercoloranim2 {
    0% { border-color: #fc0  transparent transparent transparent;}
    50% { border-color: #3b3b3b transparent transparent transparent; }
    100% { border-color: #fc0 transparent transparent transparent;}
}
@-ms-keyframes bordercoloranim2 {
    0% { border-color: #fc0  transparent transparent transparent;}
    50% { border-color: #3b3b3b transparent transparent transparent;}
    100% { border-color: #fc0 transparent transparent transparent;}
}
@-o-keyframes bordercoloranim2 {
    0% { border-color: #fc0 transparent transparent transparent ;}
    50% { border-color: #3b3b3b transparent transparent transparent;}
    100% { border-color: #fc0 transparent transparent transparent;}
}
@keyframes bordercoloranim2 {
    0% { border-color: #fc0  transparent transparent transparent;}
    50% { border-color: #3b3b3b transparent transparent transparent; }
    100% { border-color: #fc0 transparent transparent transparent; }
}

.spin > .tooltiptext {
	display:none;
}

.play-disabled {
	opacity: 0.6;
}

#recent-episodes h3 {
	font-size: 1.3rem;
	font-weight: 700;
	padding-left: 10px;
	padding-bottom: 10px;
}

#pblurred-container {
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#999;
}
#pblurred {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	filter:blur(12px) brightness(69%);
	overflow:hidden;
}


