/* CSS Iono App */

*  {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body 
{
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: 'Helvetica', 'Verdana', sans-serif;
	font-weight: 400;
	font-display: optional;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}

html 
{
	overflow: hidden;
}

table {
    display: table;
    border-collapse: collapse;
    border-spacing: 0px;
    border-color: transparent;
}

body 
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	max-width: 800px;
	min-width: 260px;
	margin: 0 auto 0 auto;
}

[hidden] {
	display: none!important;
}

button * {
	pointer-events: none;
}

#cover
{
	z-index: 1010;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#btn-appinstall {
	margin-left: auto;
	display: flex;
	justify-content: center;
}

.install-instructions
{
	display: none;
	z-index: 999;
	background-color: transparent;
	text-align: center;
	min-height: 100%;
	margin: auto;
	padding: 60px 20px 20px 20px;
}

.install-instructions H3
{
	font-size: 16px;
	margin: 30px 0 50px 0;
}

.img-install
{
	width: 50px;
	height: 50px;
	background-color: white;
	overflow: hidden;
	border-radius: 4px;
	margin: 10px 0 20px 0;
}

.img-strip
{
	width: 80%;
	height: auto;
	margin: 15px 0 35px 0;
	box-shadow: 0 2px 2.5px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 1px rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

#older-ios-info
{
	display: block;
	margin-bottom: 180px;
}

#addtohome
{
	height: 50px;
	width: 220px;
	margin: auto;
	margin-top: 10px;
}

#addtohome H4
{
	padding: 14px;
	font-size: 18px;
	color: black;
	background-color: white;
	margin: 0px;
	border-radius: 4px;
}

#btn-android-continue
{
	color: white;
	background: transparent;
	border: 2px solid white;
	border-radius: 16px;
	font-size: 20px;
	width: 200px;
}

#btn-android-continue:focus
{
	outline: none;
}

.btn-android-continue
{
	color: #292929;
	background: transparent;
	border: 2px solid #292929;
	border-radius: 16px;
	font-size: 20px;
	width: 200px;
}

.btn-android-continue:focus
{
	outline: none;
}

#btn-ios-continue
{
	color: white;
	background: transparent;
	border: 2px solid white;
	border-radius: 16px;
	font-size: 20px;
	width: 200px;
}

#btn-ios-continue:focus
{
	outline: none;
}

.btn-ios-continue
{
	color: #292929;
	background: transparent;
	border: 2px solid #292929;
	border-radius: 16px;
	font-size: 20px;
	width: 200px;
}

.btn-ios-continue:focus
{
	outline: none;
}

#promo
{
	display: none;
	z-index: 1006;
	position: fixed;
	color: white;
	width: 100%;
	height: 100%;
	text-align: center;
	background-position: center; /* Center the image */
 	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: auto 100%;
}

#promo a
{
	text-decoration: none;
	color: white;
	font-size: 20px;
	width: 200px;
}

#promo button
{
	color: white;
	background: transparent;
	border: 2px solid white;
	border-radius: 16px;
	font-size: 20px;
	width: 200px;
}

#header {
	padding: 12px 10px;
	width: 100%;
	max-width: 800px;
	margin: auto;
	height: 56px;
	color: #FFF;
	font-size: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
	transition: -webkit-transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s;
	transition: transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s;
	transition: transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s, -webkit-transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s;
	z-index: 1000;
}

.header {

}

.header-left,
.header-right {
	flex: 0 0 12%;
}

@media only screen and (max-width: 600px) {
	.header-left,
	.header-right {
		flex: 0 0 14%;
	}
}

@media only screen and (max-width: 440px) {
	.header-left,
	.header-right {
		flex: 0 0 16%;
	}
}

@media only screen and (max-width: 370px) {
	.header-left,
	.header-right {
		flex: 0 0 19%;
	}
}

.header-left {
	text-align: left;
}

#butMenu
{
	border-radius: 5px;
}

.header-middle {
	text-align: center;
}

.header-right {
	text-align: right;
	min-height: 20px;
	padding: 3px;
	border-radius: 5px;
}

.header-title {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-home {
	background: transparent!important;
	border-color: transparent!important;
}

.single
{
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	/*background-color: green;*/
  	-ms-flex-align: center;
  	    align-items: center;
  	-ms-flex-pack: center;
  	    justify-content: center;
}

.double
{
	display: -ms-flexbox;
	display: flex;
	width: 80px;
	/*background-color: red;*/
  	-ms-flex-align: center;
  	    align-items: center;
  	-ms-flex-pack: center;
  	    justify-content: center;
}

.width-space
{
	width: 40px;
}

#prov-banner {
	margin: 0 auto;
	flex: 1 1 auto;
	min-width: 0;
}

#prov-banner IMG {
	vertical-align: top;
	max-height: 52px;
	max-width: 100%;
	height: auto;
}

#notifications {
	
}

#menu {
	/* width: 80%; */
	padding: 20px 12px 10px 12px;
	margin: 0 auto;
}

#menu-head
{
	height: 48px;
	width: 100%;
	text-align: center;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.01), 0 2px 9px 1px rgba(0, 0, 0, 0.01), 0 4px 2px -2px rgba(0, 0, 0, 0.05);
}

#menu-head H1
{
	padding: 12px;
	margin: 0px;
	font-size: 18px;
}

#menu IMG
{
	width: 24px;
	height: 24px;
}

.menu {
	width: 100%;
	height: 100%;
}

.menu-item {
	display: flex;
	min-height: 80px;
	width: 100%;
	align-items: center;
	text-decoration: none;
}

.tabimage
{
	width: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
  	-ms-flex-pack: center;
  	    justify-content: center;
}

.menu-page-location {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	font-size: 16px;
	-ms-flex-align: center;
	    align-items: center;
  	padding-left: 12px;
  	text-align: left;
}

.quality-menu-entry {
	text-align: center;
	/*background-color: red;*/
	width: 100%;
}

.tabsvg
{
	width: 40px;
	height: 40px;
}

.page-bar {
	display: flex;
	min-height: 48px;
	width: 100%;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 12px 10px;
	align-items: center;
}

.page-bar-left,
.page-bar-right {
	flex: 0 0 10%;
}

.page-bar-left {
	text-align: left;
}

.page-bar-middle {
	margin: 0 12px;
	flex: 1 1 auto;
	min-width: 0;
}

.page-bar-right {
	text-align: right;
}

#back-container-display
{
	/*display: none;*/
}

#page-back {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#page-back H4 {
	padding: 0px;
	margin: 0px;
	font-size: 15px !important;
}

.page-bar H1 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}

#pagebar-fixed H1
{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}

#sort-btn
{
	cursor: pointer;
}

#sort-btn H4
{
	padding: 0px;
	margin: 0px;
	font-size: 15px !important;
}

#title-bar
{
	position: fixed;
	top: 103.5px;
	height: 48px;
	width: 100%;
	text-align: center;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.01), 0 2px 9px 1px rgba(0, 0, 0, 0.01), 0 4px 2px -2px rgba(0, 0, 0, 0.05);
	z-index: 1002;
	max-width: 800px;
	margin: auto;
}

#title-bar-container
{
	display: -ms-flexbox;
	display: flex;
}

#title-bar a
{
	text-decoration: none;
}

#current-title-container
{
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-align: center;
	    align-items: center;
  	-ms-flex-pack: center;
  	    justify-content: center;
}

#current-title
{
	margin: 0px;
	font-size: 16px;
	overflow: hidden;
	height: 48px;
	line-height: 48px;
}

.arrowdown
{
	width: 30px;
	height: 30px;
}

.channel-info
{
	width: 22px;
	height: 22px;
	vertical-align: top;
}

.arrowup
{
	width: 30px;
	height: 30px;
}

.channel-exit
{
	width: 22px;
	height: 22px;
}


#sort-bar
{
	display: none;
	position: fixed;
	top: 152.5px;
	height: 48px;
	width: 100%;
	text-align: center;
	z-index: 1001;
	padding: 0px;
	max-width: 800px;
}

#sort-bar a
{
	text-decoration: none;
	font-size: 12px;
}

#sort-bar-container
{
	display: -ms-flexbox;
	display: flex;
}

#sort-bar-container div
{
	-ms-flex-positive: 1;
	    flex-grow: 1;
	margin: 3.5px 3px 2px 3px;
}

.sort-select
{
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	margin-top: 3px;
}

.main
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	/*padding-top: 104px;*/
	/*margin-top: 56px;*/
	-ms-flex: 1;
	flex: 1;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#home-image {
	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 360px;
	width: 100%;
	display: block;
}

.home-menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 400px;
	margin: 0 auto;
}

.home-menu-item {
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	/*min-width: 100px;
	max-width: 50%;*/
	width: 150px;
	text-align: center;
	margin-bottom: 40px;
}

.home-menu-item .icon {
	display: block;
	margin: 0 auto;
	margin-bottom: 8px;
}

.top-space
{
	height: 56px;
}

.top-space-double
{
	height: 104px;
}

#quality {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.quality-item {
	padding: 12px 10px;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	cursor: pointer;
}

.quality-checkbox-container {
	display: flex;
	width: 44px;
	height: 44px;
	justify-content: center;
	align-items: center;
}

.quality-info {
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	padding: 0px 12px 0px 12px;
}

.quality-name {
	padding: 0;
	margin: 0;
}

.quality-desc {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 5px;
	font-size: 14px;
}

.quality-podcast {
	margin-bottom: 5px;
}

#language {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.language-item {
	padding: 12px 10px;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	cursor: pointer;
}

.language-checkbox-container {
	display: flex;
	width: 44px;
	height: 44px;
	justify-content: center;
	align-items: center;
}

.language-info {
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	padding: 0px 12px 0px 12px;
	justify-content: center;
}

.language-name {
	padding: 0;
	margin: 0;
}

input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background: transparent;
	position: relative;
	cursor: pointer;
}

input[type="radio"]:focus {
	outline:none;
}

input[type="radio"]:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	opacity: 0;
	/*width: 26px;
	height: 26px;
	transform: scale(0.25);
	transition:
		transform 0.01s ease-in,
		opacity 0.01s ease-in;*/
}

input[type="radio"]:checked:after {
 /*transform: scale(1);*/
 opacity: 1;
}

#newsfeed {
	width: 100%;
	min-height: 660px;
	margin: auto;
	color: #292929;
	border-radius: 8px;
	text-align: center;
	background: #ececec;
}

.no-newsfeed {
	text-align: center;
	margin-top: 40px;
	text-transform: uppercase;
}

.news-list a {
	text-decoration: none;
	color: #292929;
}

.newsitem {
	padding: 12px 10px;
	width: 100%;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}

.img-div-container {
	display: -ms-flexbox;
	display: flex;
	width: 80px;
	height: 80px;
	-ms-flex-align: center;
	    align-items: center;
  	-ms-flex-pack: center;
  	    justify-content: center;
	overflow: hidden;
}

.newsitem-info {
	padding: 0 12px;
	-ms-flex-positive: 1;
	    flex-grow: 1;
}

.date-elapsed {
	font-size: 12px;
}

.newsitem-title {
	max-height: 54px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 2px;
}

.arrow-container
{
	width: 40px;
}

.arrowright
{
	width: 24px;
	height: 24px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#livestream {
	width: 100%;
	/*margin: 40px auto;*/
	margin: 0px auto;
	text-align: center;
}

.livestream-bar {
	display: flex;
	min-height: 48px;
	width: 100%;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 12px 10px;
	align-items: center;
}

.livestream-bar-left,
.livestream-bar-right {
	flex: 0 0 10%;
}

.livestream-bar-left {
	text-align: left;
}

.livestream-bar-middle {
	margin: 0 12px;
	flex: 1 1 auto;
	min-width: 0;
}

.livestream-bar-right {
	text-align: right;
}

#nowplaying-info {
	margin-top: 15px;
}

#nowplaying-artwork {
	display: block;
	max-width: 80%;
	margin: 0 auto;
}

#nowplaying-title
{
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 70%;
}

#nowplaying-artist
{
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 70%;
}

.no-schedule
{
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	opacity: 0.8;
}

.schedule
{
	width: 95%;
	margin: auto;
	text-align: center;
	padding-top: 16px;
}

.schedule H4
{
	margin: 0px;
	padding: 12px;
	font-size: 14px;
}

.show-list
{
	width: 95%;
	text-align: center;
	margin: auto;
	padding: 10px 0 10px 0;
}

.show-list a
{
	text-decoration: none;
	color: white;
}

.showitem {
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	margin-top: 10px;
}

.showitem-img-container
{
	/*width: 70px;*/
	/*background: red;*/
}

.showitem-img
{
	width: 60px;
	height: auto;
	overflow: hidden;
	/*margin: 3px 0 0 3px;*/
}

.show-info
{
	-ms-flex-positive: 1;
	    flex-grow: 1;
	text-align: left;
	padding: 12px 10px;
	font-size: 15px;
}

.show-info-title
{
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	margin-bottom: 6px;
}

.chanschedule {
	padding: 12px 10px;
}

.chanschedule-title
{
	margin: 0px;
	padding: 12px 0;
	font-size: 14px;
	color: white;
	border-bottom: 1px solid #ffffff;
	text-transform: uppercase;
}

.chanschedule-item + .chanschedule-item {
	margin-top: 12px;
}

.chanschedule-item + .chanschedule-title {
	margin-top: 20px;
}

.channelshow-list {
	text-align: center;
}

.show-time {
	padding: 10px;
	margin: 0px;
}

.bottom-space
{
	height: 80px;
}

#podcasts
{
	width: 100%;
	min-height: 660px;
	margin: auto;
	text-align: center;
}

.podcast-list {}

.podcast-list a {
	text-decoration: none;
}

.podcast-item {
	padding: 12px 10px;
	display: -ms-flexbox;
	display: flex;
}

.podcast-img,
.newsitem-img {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: block;
	width: 62px;
	height: 62px;
}

.podcast-img {
	margin-top: 4px;
}

.podcast-info
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	padding: 0px 12px 0px 12px;
	text-align: left;
	overflow: hidden;
	-ms-flex-positive: 1;
	    flex-grow: 1;
  	-ms-flex-pack: center;
  	    justify-content: center;
}

.podcast-channel-name
{
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.podcast-info-desc
{
	font-size: 14px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	line-height: 20px;
	max-height: 40px;
}

.podcast-info-add {
	font-size: 11px;
	margin-bottom: 2px;
}


.podcast-item h4
{
	padding: 0px;
	margin: 0 0 2px 0;
	font-size: 14px;
}

.load-more {
	text-align: center;
	padding: 12px 10px;
}

.load-more-button {
	min-width: 100px;
}

#episodes
{
	width: 100%;
	min-height: 660px;
	margin: auto;
	text-align: center;
}

.no-episodes
{
	text-align: center;
	padding: 40px;
	line-height: 24px;
	text-transform: uppercase;
}

.episode-list a
{
	text-decoration: none;
}

.episode-list-item .episode-item {
	align-items: center;
}

.episode-list-item-actions {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 8px;
}

#back-channels
{
	color: black;
	text-decoration: none;
	background: white;
	font-size: 14px;
	border-radius: 6px;
	padding: 4px 10px 4px 10px;
}

.content-banner
{
	width: 100%;
}

.content-banner IMG
{
	width: 100%;
	height: auto;
}

.episode-item
{
	display: -ms-flexbox;
	display: flex;
	padding: 12px 10px;
}

.episode-item h4
{
	padding: 0px;
	margin: 0 0 2px 0;
	font-size: 14px;
}

.episode-info {
	padding: 0 12px 0 12px; 
	flex-grow: 1;
}

.episode-name {
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
}

.episode-info-desc {
	font-size: 14px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
	line-height: 20px;
	max-height: 40px;
}

.episode-info-add {
	font-size: 11px;
}

.episode-details
{
	/*min-height: 660px;*/
	margin: 0 auto;
	text-align: center;
	padding: 20px;
}

.episode-details H4
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	font-size: 15px;
}

.episodedetails-play
{
	width: 120px;
	height: auto;
}

.episode-duration
{
	margin: 20px 0;
	font-size: 15px;
}

.episode-description
{
	line-height: 22px;
}

#load-more-episodes
{
	width: 100%;
	text-align: center;
	color: white;
}

.channel-details
{
	text-align: center;
	padding: 20px 10px;
}

.channel-details H4
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	font-size: 15px;
}

.channel-additional
{
	font-size: 12px;
	margin-top: 20px;
	line-height: 20px;
}

.chan-tags {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 8px;
	opacity: 0.8;
	white-space: nowrap;
}

.chansvg
{
	width: 14px;
	height: 14px;
	margin-bottom: -2.5px;
}

.channel-details-img {
	display: block;
	width: 80%;
	height: auto;
	border-radius: 2px;
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.channel-description
{
	line-height: 22px;
	margin-top: 20px;
}

#about {
	text-align: center;
	padding-top: 20px;
	line-height: 34px;
}

#about H2 {
	padding: 0px;
	margin: 0px;
}

.about-item {
	margin-bottom: 30px;
}

#provider-info {
	text-align: center;
	padding: 20px;
}

#provider-contact {
	text-align: center;
	padding-top: 1px;
}

#fb-events {
	text-align: center;
	padding-top: 1px;
}

.contacttabs {
	width: 50px;
	height: 50px;
}

#clear-sw
{
	width: 98%;
	min-height: 600px;
	margin: auto;
	color: #292929;
	background-color: white;
	border-radius: 8px;
	text-align: center;
	border: 1px solid #DADADA;
	padding: 20px;
}

#channel-image
{
	text-align: center;
}

#channel-image IMG
{
	height: 140px;
	width: 140px;
}

#prov-description
{
	padding: 20px 0 20px 0;
	text-align: left;
	line-height: 22px;
	margin: auto;
}

#btn-playpause {
	background: transparent;
	height: 130px;
	width: 130px;
	border: none;
	max-width: 100%;
	cursor: pointer;
}

#btn-playpause:focus
{
	outline: none;
}

#btn-playpause IMG
{
	width: 100%;
	height: 100%;
}

#btn-playpause svg{
	width: 100%;
	height: 100%;
}

.prov-info-link {
	width: 150px;
	margin: 30px auto;
	color: black;
	text-decoration: none;
	font-size: 20px;
	display: block;
	font-size: 16px;
}

.prov-info-link .icon {
	margin-bottom: 8px;
}

.popular-episodes
{
	width: 98%;
	height: 400px;
	margin: auto;
	color: #292929;
	background-color: #DADADA;
	border-radius: 8px;
	text-align: center;
}

.playlists
{
	width: 98%;
	height: 700px;
	margin: auto;
	color: #292929;
	background-color: white;
	border-radius: 8px;
	text-align: center;
}

#player-bar
{
	/*position: fixed; */
	/*bottom: 0;*/
	width: 100%;
	font-size: 20px;
	box-shadow:
		0 4px 5px 0 rgba(0, 0, 0, 0.07),
		0 2px 9px 1px rgba(0, 0, 0, 0.06),
		0 4px 2px -2px rgba(0, 0, 0, 0.1);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: center;
	    align-content: center;
	transition: -webkit-transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s;
	transition: transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s;
	transition: transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s, -webkit-transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s;
	z-index: 1006; 
	max-width: 800px;
	margin: 0 auto -1px auto;
}

#player-bar-timeline {
	position: absolute;
	margin-top: -8.5px;
	width: 100%;
	z-index: 10;
	max-width: 800px;
}

#player-bar-timeline .iono-slider-track,
#player-bar-timeline .iono-slider-progress {
	border-radius: 0;
}

#player-bar-timeline .iono-slider-buffered {
	/*background-color: rgba(64, 64, 64, 0.4);*/
	position: absolute;
	height: 4px;
	margin-top: 8px;
	z-index: 10;
	max-width: 800px;
}

#player-bar-timeline .iono-slider-knob {
	z-index: 11;
}

#player-bar-timeline .iono-slider-progress {
	z-index: 11;
}

#player-bar-playpause {
	margin-top: 10px;
	width: 52px;
	height: 52px;
	min-width: 52px;
	flex-shrink: 0;
	cursor: pointer;
}

#player-bar-playpause:focus
{
	outline: none;
}

#player-bar-playpause svg {
	width: 100%;
	height: 100%;
}

#animated-bars
{
	width: 28px;
	height: 28px;
}

#player-bar-container
{
	/*background-color: yellow;*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	align-items: center;
	width: 100%;
	padding: 12px 10px;
}

#player-bar-artwork {
	width: 60px;
	height: 60px;
	margin-left: 10px;
}

#player-bar-info {
	font-size: 14px;
	min-width: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
        flex-direction: column;
    justify-content: center;
	flex-grow: 1;
	margin: 0 0 0 10px;
	line-height: 20px;
}

#player-bar-ad {
	display: none;
	margin: 0 auto;
	width: 320px;
	height: 50px;
	flex-shrink: 1;
}
#player-bar-ad iframe {
	pointer-events: none;
	width: 100%;
}

#player-bar-additional {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
        flex-direction: row;
	gap: 8px;
}

#additional-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
        flex-direction: column;
    flex: 1;
    min-width: 0;
}

#additional-button {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	gap: 8px;
	/* width: 30px; */
}

#player-bar-skip {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#player-bar-error,
#player-bar-skip,
#player-bar[data-state="error"] #player-bar-title {
	display: none;
}

#player-bar[data-state="error"] #player-bar-error {
	display: block;
}

#player-bar[data-state="adplaying"] #player-bar-skip {
	display: inline-block;
	margin-left: 10px;
}
#player-bar[data-state="adplaying"] #player-bar-playpause {
	margin-right: 10px!important;
}

#player-bar[data-state="adplaying"] #player-bar-ad {
	display: block;
}

#player-bar[data-state="adplaying"] #player-bar-info {
	display: none;
}

#player-bar #player-bar-speed svg {
	display: none;
}

#player-bar #player-bar-speed[data-speed="normal"] svg[data-speed="normal"],
#player-bar #player-bar-speed[data-speed="faster"] svg[data-speed="faster"],
#player-bar #player-bar-speed[data-speed="fastest"] svg[data-speed="fastest"],
#player-bar #player-bar-speed[data-speed="slow"] svg[data-speed="slow"] {
	display: block;
}

@media screen and (max-width: 26.875rem) {
	#player-bar[data-state="adplaying"] #player-bar-playpause {
		display: none;
	}
}

.text-muted {
	opacity: 0.8;
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-uppercase {
	text-transform: uppercase;
}

.viewport {
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior-y: none;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.align-self-center {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.flex-shrink-0 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.iono-player-toggle-play {
	padding: 0!important;
	margin: 0!important;
}

.button,
.icon-button {
	display: inline-block;
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0;
	text-decoration: none;
	outline: 0;
	min-width: 30px;
}

.button {
    padding: .5em .5em;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    border: 1.5px solid transparent;
}

.button-large {
	padding: 1em;
}

.button[disabled] {
	pointer-events: none;
	opacity: 0.8;
}

.button *,
.icon-button * {
	pointer-events: none;
}

.icon-button .icon {
	vertical-align: top;
}

.icon {
	color: currentColor;
	fill: currentColor;
	display: inline-block;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	width: 1em;
	height: 1em;
}

.icon > svg {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.icon-18 {
	width: 18px;
	height: 18px;
}

.icon-24 {
	width: 24px;
	height: 24px;
}

.icon-30 {
	width: 30px;
	height: 30px;
}

.icon-36 {
	width: 36px;
	height: 36px;
}

.icon-48 {
	width: 48px;
	height: 48px;
}

.icon-62 {
	width: 62px;
	height: 62px;
}

.icon-iono {
	width: 100px;
	height: auto;
}

.hide {
	display: none;
}

.fb-page
{
	width: 100%;
}

#material-tabs {
	position: relative;
	display: flex;
	padding:0;
	border-bottom: 0.5px solid #e0e0e0;
}

#material-tabs>a {
	position: relative;
	flex: 1 1 0px;
	display:inline-block;
	text-decoration: none;
	padding: 22px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	outline:;
}

#material-tabs>a.active {
	font-weight: 700;
	outline:none;
}

#material-tabs>a:not(.active):hover {
	background-color: inherit;
}

@media only screen and (max-width: 800px) {
	.nav-tabs#material-tabs>li>a {
		font-size: 11px;
	}
}

.material-bar-line {
	position: absolute;
	display: flex;
	z-index: 10;
	bottom: 0;
	height: 3px;
	display: block;
	left: 0;
	transition: left .2s ease;
	-webkit-transition: left .2s ease;
}

#tab1
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 320px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
