/*!
// COPYRIGHT NOTICE - DO NOT REMOVE!!
//
// StreamS HiFi HTML5 MSE HLS.js Audio Player
// v3.1.1.6
// 2025-12 Greg Ogonowski / Nathan Niyomtham
// Copyright ©2025 StreamS/Modulation Index LLC All Rights Reserved
// Portions Copyright of their perspective owners.
//
// This player code is released into public domain and may be freely distributed and used for both private and commercial use
// provided that this copyright notice and the StreamS logos are NOT MODIFIED or REMOVED without permission.
// Modification to the core functionality are NOT permitted without permission.
// Modification to the appearance and/or size are permitted.
// This computer software code is protected by copyright law and international treaties.
//
// No warranties are implied.
//
// Fee based support, custom implementations, and professional streaming audio encoders are available from StreamS/Modulation Index LLC.
//
// For more information contact:
// StreamS/Modulation Index LLC
// Diamond Bar, CA USA
// Website:	https://www.indexcom.com
// E-Mail:	info@indexcom.com
// Telephone:	+1 909 860-6760
*/

/* horiz */
@media only screen and (min-width: 480px) {}

/* vert */
@media only screen and (max-width: 479px) {}


/*
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('../font/pt-sans-narrow-v18-latin_latin-ext-regular.woff2') format('woff2');
}

/*
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('../font/pt-sans-narrow-v18-latin_latin-ext-700.woff2') format('woff2');
}

/* open-sans-condensed-300 - latin
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../font/open-sans-v27-latin-ext_latin-300.woff2') format('woff2');
}

/* open-sans-condensed-500 - latin
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../font/open-sans-v27-latin-ext_latin-500.woff2') format('woff2');
}

/* open-sans-condensed-700 - latin
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../font/open-sans-v27-latin-ext_latin-700.woff2') format('woff2');
}
*/
/* oswald-200 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('../font/oswald-v53-latin_latin-ext-200.woff2') format('woff2');
}

/* oswald-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../font/oswald-v53-latin_latin-ext-300.woff2') format('woff2');
}

/* oswald-regular - latin_latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../font/oswald-v53-latin_latin-ext-regular.woff2') format('woff2');
}

/* oswald-500 - latin_latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('../font/oswald-v53-latin_latin-ext-500.woff2') format('woff2');
}

/* oswald-700 - latin_latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../font/oswald-v53-latin_latin-ext-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Klavika Condensed';
  src: url('../font/Klavika Bold Condensed.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
}

@font-face {
  font-family: 'Klavika Condensed';
  src: url('../font/Klavika Condensed.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
}

@font-face {
  font-family: 'Klavika Condensed';
  src: url('../font/Klavika Light Condensed.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
}

@font-face {
  font-family: 'Klavika Condensed';
  src: url('../font/Klavika Medium Condensed.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
}

@font-face {
  font-family: 'RusselSquareOpti';
  src: url('../font/RusselSquareOpti.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomedia';
  src: url('../font/icomedia.woff2?o03r8y') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomedia' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play3:before {
  content: '\ea1c';
}

.icon-stop2:before {
  content: '\ea1e';
}

.icon-volume-mute:before {
  content: '\ea2a';
}

.icon-volume-muted:before {
  content: '\ea29';
}

.icon-volume-low:before {
  content: '\ea28';
}

.icon-volume-medium:before {
  content: '\ea27';
}

.icon-volume-high:before {
  content: '\ea26';
}

.icon-menu:before {
  content: '\e9bd';
}

.icon-enlarge:before {
  content: '\e989';
  text-align: right;
}

.icon-shrink:before {
  content: '\e98a';
  color: #888888;
}

.btn1 {
  border: none;
  color:#CCCCCC;
  background-color: inherit;
  padding: 0px 0px;
  margin-left: 0px;
  font-size: 16px;
    font-size: 28px;
  cursor: pointer;
  display: inline-block;
  z-index: 1;
  position: relative;
}

.btn2 {
  border: none;
  color:#CCCCCC;
  background-color: inherit;
  padding: 0px 0px;
  margin-left: 0px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  z-index: 1;
  position: relative;
}

.btn-big {
  border: none;
  color:#CCCCCC;
  background-color: inherit;
  padding: 0px 0px;
  margin-left: 0px;
  font-size: 36px;
  cursor: pointer;
  display: inline-block;
  z-index: 1;
  position: relative;
}
/*
.btn:hover {
	background: inherit;
	color: #00AAFF;	
	}
*/

/* .btn_play:hover {color: #00ff00;} */
.btn_play:hover {color: #00CCFF;}
.btn_stop:hover {color: #FF0000;}
.btn_mute:hover {color: #FF0000;}
.btn_vol:hover {color: #FFCC00;}
.btn_menu:hover {color: #00FF00;}
.btn_enlarge:hover {color: #FFFFFF;}
.btn_shrink:hover {color: #FFFFFF;}

.slidecontainer {
  width: 120px;
  display:inline-block;  
}

/*
// SLIDER - SOLID {}

.slider {
  -webkit-appearance: none;
  width: 100px;
  height: 12px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

 // for chrome/safari {}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 12px;
  background: #046DFF;
  cursor: pointer;
}

// for firefox {}
.slider::-moz-range-thumb {
  width: 8px;
  height: 12px;
  background: #046DFF;
  cursor: pointer;
}
*/

/* SLIDER - OUTLINE */

.slider {
  -webkit-appearance: none;
  width: 120px;
  height: 12px;
  margin-top: 16px;
  background: #000;
  background-image: linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FF4F4F 100%);
  outline: none;
  border: 1px solid #d3d3d3;
  border-radius: 0px;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

/* chrome/safari */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #000;
  cursor: pointer;
  border: 5px solid #d3d3d3;
  border-radius: 0px;
}

/* firefox */
.slider::-moz-range-thumb {
  width: 6px;
  height: 6px;
  background: #000;
  cursor: pointer;
  border: 4px solid #d3d3d3;
  border-radius: 0px;
}

/* DROPDOWN MENU */

.dropbtn {
  background-color: inherit;
  color: #888888;
  margin-top: 16px;
  padding: 0px;
  font-size: 12px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: inherit;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 80px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
  z-index: 1;
  font-size: 12px;
}

.dropdown-content a {
  color: black;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ccc;
  height: 36px;
  z-index: 1;
}




.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown1-content {
  display: none;
  position: absolute;
  background-color: #d6d6d6;
  min-width: 180px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
  z-index: 1;
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 12px;
  color: black;
  text-align: left;
  padding-left: 4px;
  padding-right: 4px;
}

.dropdown1-content a {
  color: black;
  padding: 4px 4px;
  text-decoration: none;
  display: block;
}

.dropdown1 a:hover {
  background-color: #b9b9b9;
  height: 0px;
  z-index: 1;
}



.dropdown2 {
  position: relative;
  display: inline-block;
}

.dropdown2-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f1f1f1;
  min-width: 80px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
  z-index: 1;
  font-family: Oswald;
  font-size: 12px;
  color: black;
  text-align: right;
  padding-right: 4px;
}

.dropdown2-content a {
  color: black;
  padding: 4px 4px;
  text-decoration: none;
  display: block;
}

.dropdown2 a:hover {
  background-color: #ccc;
  height: 36px;
  z-index: 1;
}



.show {display: block;}





/*
iframe {
  width: 1px;
  min-width: 100%;
}
*/


/* from original pad.css

body, html {
  height: 99%;
  margin: 0;
  overflow: hidden;
zoom: 1;
background-color: Black;
}
*/


html {
  box-sizing: border-box;
  font-size: 18px;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 192, 255);
  background-color: rgba(0, 0, 0, 1.0);
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Variables
================================== */
/* Tables
================================== */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0.3em 0;
  padding: 0.2;
}

.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.2em 0.2em;
  overflow: hidden;
  list-style: none;
  border: none;
  background: rgba(30, 30, 30);
  justify-content: center;
  vertical-align: middle;
}

.Rtable-cell>h1,
.Rtable-cell>h2,
.Rtable-cell>h3,
.Rtable-cell>h4,
.Rtable-cell>h5,
.Rtable-cell>h6 {
  margin: 0;
}

/* Table column sizing
================================== */
.Rtable--2cols>.Rtable-cell {
  width: 50%;
}

.Rtable--3cols>.Rtable-cell {
  width: 33.33%;
}

.Rtable--4cols>.Rtable-cell {
  width: 25%;
}

.Rtable--5cols>.Rtable-cell {
  width: 20%;
}

.Rtable--6cols>.Rtable-cell {
  width: 16.6%;
}

body {
  margin: 0.75rem;
  /*margin: 0.0rem;*/
  /*font-family: sans-serif;
  line-height: 1.5;
  font-size: 18pt;*/
  color: rgb(192, 192, 192);
  display: flex;
  flex-direction: column;
}

audio {
  width: 400px;
  display: block;
}

/*
.controls {
  height: 48px;
  display: flex;
  justify-content: space-between;
}
*/

.button_stop {
  display: inline-flex;
  align-items: center;
  height: 24px;
  width: 47.5%;
  background-color: rgb(0, 192, 255);
  border: none;
  color: rgb(250, 15, 15);
  padding: 0px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 2px;
  cursor: pointer;
}

.button_play {
  display: inline-flex;
  align-items: center;
  height: 24px;
  width: 47.5%;
  background-color: rgb(0, 192, 255);
  border: none;
  color: rgb(0, 255, 55);
  padding: 0px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 2px;
  cursor: pointer;
}

.button_play:disabled,
.button_play[disabled] {
  background-color: #333;
  color: #666666;
}

.button_stop:disabled,
.button_stop[disabled] {
  background-color: #333;
  color: #666666;
}


/* SELECT STREAM */

select {
  appearance: none;
  appearance: base-select;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #ffdf5e;
  background-image: none;
  flex: 1;
  /* padding: 0 .5em; */
  padding-top: 4px;
  padding-left: 4px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;

  display: flex;
  justify-content: center;
}

.select-stream {
  position: relative;
  display: flex;
  width: 720px;
  height: 24px;
  line-height: 1;
  background: #ffdf5e;
  overflow: hidden;
  border-radius: .25em;
  margin-bottom: 16px;
}

.select-stream-vert {
  position: relative;
  display: flex;
  width: 100%;
  height: 24px;
  line-height: 1;
  background: #ffdf5e;
  overflow: hidden;
  border-radius: .25em;
  margin-bottom: 16px;
}

.select-stream::after {
  /* content: '\25BC'; */
  font-size: 12px;
  position: absolute;
  top: -6px;
  right: 0;
  padding: 0 6px;
  background: #2b2e2e;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
}

.select-stream:hover::after {
  color: rgb(0, 192, 255);
}


/* BACKGROUND IMAGE */

.imageBg {
  position: fixed;
  background-image: url("../img/Image_Default.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  max-height: 100%;
  min-width: 100%;
  filter: blur(100px);
/*  opacity: 0.30; */
  opacity: 0.40;
}

.content1 {
  position: absolute;
  left: 50%;
  top: 2%;
}

.content2 {
  position: relative;
  left: -50%;
}


img {
/*
  background-color: rgba(0, 0, 0, 0.0);
*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit:contain;
}

.image-vert {
  background-color: rgba(0, 0, 0, 0.0);

  width: 90%;
  height: auto;
  max-width: 350px !important;
  max-height: 350px;
  min-height: 50px;
  min-width: 50px;
  
  display: block;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.image-horiz {
  background-color: rgba(0, 0, 0, 0.0);
  /*width: 100%;*/
  /*height: auto;*/
  
  max-width: 280px;
  max-height: 280px;
 
  /*padding-top: 4px;*/
  display: block;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
}


/* PLAYER FRAME - VERT ======================================================== */

.header-vert3 {
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-image: linear-gradient(45deg, gold, deeppink) 1;
    clip-path: inset(0px 0px);
    animation: huerotate 6s infinite linear;
    filter: hue-rotate(360deg);
    background-color: rgba(0, 192, 255, 0.0);
    width: 100%;
    height: 48px;
    /*max-width: 400px;*/
    padding-top: 4px;
    padding-right: 6px;
    padding-left: 6px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin: auto;
    text-align: center;
}

@keyframes huerotate {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }

}



.header-vert2 {
    animation-name: animation;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;    
    animation-play-state: running;
    background-color: #f00;
}

@keyframes animation {
    0%     {background-color:red;}
    50.0%  {background-color:#ff9999;}
    100.0%  {background-color:red;}
}




.header-vert1 {
    border-top: 2px solid;
    border-bottom: 2px solid;
    background-color: rgba(0, 192, 255, 0.0);
    width: 100%;
    height: 48px;
    /*max-width: 400px;*/
    padding-top: 4px;
    padding-right: 6px;
    padding-left: 6px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin: auto;
    text-align: center;
    animation: fadeColors 16s infinite normal;
}

@keyframes fadeColors {
    0% {
        border-top: 2px solid lightgray;
        border-bottom: 2px solid lightgray;
    }
    10% {
        border-top: 2px solid orange;
        border-bottom: 2px solid orange;
    }
    20% {
        border-top: 2px solid yellow;
        border-bottom: 2px solid yellow;
    }
    30% {
        border-top: 2px solid lime;
        border-bottom: 2px solid lime;
    }
    40% {
        border-top: 2px solid cyan;
        border-bottom: 2px solid cyan;
    }
    50% {
        border-top: 2px solid rgb(0, 128, 255);
        border-bottom: 2px solid rgb(0, 128, 255);
    }
    60% {
        border-top: 2px solid violet;
        border-bottom: 2px solid violet;
    }
    70% {
        border-top: 2px solid magenta;
        border-bottom: 2px solid magenta;
    }
    80% {
        border-top: 2px solid red;
        border-bottom: 2px solid red;
    }
    90% {
        border-top: 2px solid deeppink;
        border-bottom: 2px solid deeppink;
    }
    100% {
        border-top: 2px solid lightgray;
        border-bottom: 2px solid lightgray;
    }
}


.header-vert0 {
    border-top: solid rgba(0, 192, 255, 1.0) 1px;
    border-bottom: solid rgba(0, 192, 255, 1.0) 1px;
    background-color: rgba(0, 192, 255, 0.1);
    width: 100%;
    height: 48px;
    /*max-width: 400px;*/
    padding-top: 4px;
    padding-right: 6px;
    padding-left: 6px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin: auto;
    text-align: center;
}

.footer-vert-controls {
    border-top: 2px solid;
    border-bottom: 2px solid;
/*
    border-image: linear-gradient(45deg, gold, deeppink) 1;
    clip-path: inset(0px 10px);

    animation: huerotate2 6s infinite linear;
    filter: hue-rotate(360deg);
*/
    background-color: rgba(0, 192, 255, 0.0);
    width: 100%;
    height: 48px;
    /*max-width: 400px;*/
    padding-top: 0px;
    padding-right: 6px;
    padding-left: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

@keyframes huerotate2 {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(-360deg);
    }

}

.footer-vert-controls1 {
    border-top: solid rgba(255, 225, 0, 1.0) 1px;
    border-bottom: solid rgba(255, 225, 0, 1.0) 1px;
    background-color: rgba(255, 0, 0, 0.2);
    width: 100%;
    height: 48px;
    /*text-align: right;*/
    padding-top: 0px;
    padding-right: 6px;
    padding-left: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-vert {

    margin: auto;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-image: linear-gradient(45deg, gold, deeppink) 1;
    clip-path: inset(0px 10px);
    animation: huerotate 6s infinite linear;
    filter: hue-rotate(360deg);
    background-color: rgba(0, 192, 255, 0.0);
    width: 100%;
    height: 48px;
    /*max-width: 400px;*/
    padding-top: 0px;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 10px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
}

.footer-vert0 {
    border-top: solid rgba(255, 225, 0, 1.0) 1px;
    border-bottom: solid rgba(255, 225, 0, 1.0) 1px;
    background-color: rgba(0, 192, 255, 0.1);
    width: 100%;
    height: 48px;
    /*text-align: right;*/
    padding-top: 0px;
    padding-right: 6px;
    padding-left: 6px;
    display: flex;
    align-items: center;
}

.footer-vert-social {
    
    border-top: solid rgba(255, 225, 0, 1.0) 1px;
    border-bottom: solid rgba(255, 225, 0, 1.0) 1px;
    background-color: rgba(0, 192, 255, 0.0);
    
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    vertical-align: middle;
    float: left;
    z-index: 1;
}

.logo-social {
    height: 32px;
    width: 32px;
    z-index: 1;
}

.footer-vert-social:hover {
    fill: #ff0000;
}

.footer-vert-social path:hover {
    fill: #0000ff;
}

.logo-header {
  height: 64px;
  width: 64px;
  position:absolute;
  padding-left: 0px;
  margin-left: 24px;
  margin-top: -47px;
  margin-top: -56px; /* = -(image height/2) - (spacer height/2) */
}

.name {
  width: 100%;
  width: 712px;
  /*max-width: 400px;*/
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  /*font-size: 4.2vw;*/
  font-size: 20px;
  /* text-align: center; */
  text-align: right;
  margin-top: 4px;
  margin-right: 8px;
  padding-right: 8px;
  line-height: 1.0;
  color: white;
}

.name-vert {
  width: 100%;
  /*max-width: 400px;*/
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  /*font-size: 4.2vw;*/
  font-size: 20px;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 8px;
  line-height: 1.0;
  color: rgb(0, 145, 255);
}

.description {
  width: 100%;
  width: 712px;
  /*max-width: 400px;*/
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  /*font-size: 3.0vw;*/
  font-size: 16px;
  /* text-align: center; */
  text-align: right;
  margin-right: 8px;
  padding-right: 8px;
  line-height: 1.2;
  color: rgb(255, 255, 0);
}

.description-vert {
  width: 100%;
  /*max-width: 400px;*/
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  /*font-size: 3.0vw;*/
  font-size: 16px;
  text-align: center;
  margin-right: 8px;
  padding-right: 8px;
  line-height: 1.2;
  color: rgb(255, 255, 0);
}


/* HISTORY ==================================================================== */

.history {
  width: 100%;
  width: 720px;
  /*max-width: 400px;*/
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  /*font-size: 3.0vw;*/
  font-size: 15px;
  /* text-align: center; */
  text-align: left;
  padding-left: 24px;
  border-bottom: solid rgb(0, 192, 255) 1px;
  background-color: rgba(0, 192, 255, 0.2);
  color: rgb(192, 192, 192);
}
.image-small {
  width: auto;
  max-height: 72px;
  max-width: 72px !important;  
  vertical-align: middle;
  /*height: 400px;*/
  /*animation-timing-function: ease-in-out;
  animation-duration: 1.0s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-name: zoom;*/
}

.column-left {
  float: left;
  width: 636px;
  height: 84px;
  text-align: right;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 15px;
  background-color: rgba(0, 192, 255, 0.2);
  padding: 5px;
  align-items: center;
  display: flex;
  justify-content: right;
  color: rgb(192, 192, 192);
}

.column-right {
  float: left;
  width: 84px;
  height: 84px;
  background-color: rgba(0, 192, 255, 0.2);
  padding: 5px;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  text-align: left;
  display: table;
  clear: both;
  width: 720px;
  padding: 0.5px;
  background-color: rgba(0, 192, 255, 0.5);
}

/*
#image {
  width: 100%;
  max-width: 400px;
  height: auto;
}
*/

/* IMAGE: ZOOM-IN =============================================================*/
/*
.image {
    animation-timing-function: ease-in-out;
    animation-duration: 1.0s;
    animation-direction: alternate;
    animation-iteration-count: 1;
    height: 400px;
    max-width: 400px !important;
    animation-name: zoom;
}
/*
@keyframes zoom {
0% { filter: blur(15px); transform: scale(0); }
100% { filter: blur(0px); transform: scale(1); }
}

@keyframes zoom {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
}
*/

/* IMAGE: ZOOM-IN-CENTER-HORIZ ================================================*/

.image {
  width: auto; /* scale up */
  max-height: 360px;
  min-height: 100px; /* scale up */
  min-width: 100px;
  max-width: 360px !important;
  /* max-height: 96px; */ /* mini */
  /* height: 400px; */
  position: relative;
  animation-timing-function: ease-in-out;
  animation-duration: 1.0s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-name: zoom;
}
@keyframes zoom {
  0% {
    filter: blur(15px);
    transform: scale(1, 0);
  }

  100% {
    filter: blur(0px);
    transform: scale(1, 1);
  }
}
/*
@keyframes zoom {
  0% { transform: scale(1, 0);}
  100% {transform: scale(1, 1);}
}
*/

.image-vert {
  /*width: auto;*/
  max-height: 360px;
  max-width: 360px !important;
  height: 360px;
  width: 360px;
  position: relative;
  animation-timing-function: ease-in-out;
  animation-duration: 1.0s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-name: zoom;
  position: relative;
}
@keyframes zoom {
  0% {
    filter: blur(15px);
    transform: scale(1, 0);
  }

  100% {
    filter: blur(0px);
    transform: scale(1, 1);
  }
}
/*
@keyframes zoom {
  0% { transform: scale(1, 0);}
  100% {transform: scale(1, 1);}
}
*/



.pag-vert {
  width: auto;
  height: 400px;

  max-height: 400px;
  max-width: 400px !important;

  background: rgba(0, 0, 0, 0.0);

  padding-top: 8px;
  
  display: block;
  margin-left: auto;
  margin-right: auto;

  position: relative;
}







/* IMAGE: ZOOM-IN-OUT-IN =============================================================*/
/*
.image {
  animation-timing-function: ease-in-out;
  animation-duration: 1.0s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  width: 400px;
  max-width: 400px !important;
  animation-name: zoom;
}

@keyframes zoom {
  0% { transform: scale(0);
  }
  25% { transform: scale(1);
  }
  50% { transform: scale(0);
  }
  100% { transform: scale(1.5);
  }
}
*/

/* IMAGE: ZOOM-ROTATE =========================================================*/
/*
.image {
  width: 400px;
  height: 400px;
  animation-name: spin;
  animation-duration: 300ms;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@keyframes spin {
  from {
    transform: rotate(0deg) scale(0);
  }

  to {
    transform: rotate(360deg) scale(1);
  }
}
*/
/* animation: spin .3s linear 1; */
/* @keyframes spin { 100% { transform:rotate(360deg); } } */


/* IMAGE: FADE-IN =============================================================*/
/*
.image {
	width:100%;
	height:auto;
//	max-width:100%;
//	max-width:960px;
	padding:1%;
	animation: fadein 1000ms;
	vertical-align: top;
	}
    @keyframes fadein {
      from { opacity: 0; }
      to { opacity: 1; }	
    }
*/

/* IMAGE: FLIP-HORIZ ==========================================================*/
/*
.image {
  height: 400px;
  width: 400px;
  max-width: 400px !important;
  max-height: 400px;
  padding: 1%;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-name: flip;
}

@keyframes flip {
  0% {
    transform: perspective(320px) rotateY(0);
  }

  100% {
    transform: perspective(320px) rotateY(360deg);
  }
}
*/

/* IMAGE: SPIN ================================================================*/
/*
.image {
  width: 400px;
  max-height: 400px;
  -webkit-animation:spin 1s linear 1;
  -moz-animation:spin 1s linear 1;
  animation:spin 0.5s linear 1;
}
@-moz-keyframes spin { 
  100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
  100% { 
      -webkit-transform: rotate(360deg); 
      transform:rotate(360deg); 
  } 
}
*/
/* IMAGE: SLIDE-DOWN ==========================================================*/
/*
.image {
    overflow: hidden;
    position: relative;
    transform: translateY(-100%);
    width: 400px;
    max-height: 400px;
    animation: slide 1.5s forwards;
    animation-delay: 0s;
    }
    @keyframes slide {
      100% { transform: translateY(0%); }
    }
*/
/* IMAGE: CENTER HORIZ */
/*
*/
/* IMAGE: CENTER VERT */
/*
*/

/*
.animate-text {

  animation: fade 1 2s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
*/

.animate-text {
  animation: scale2 1.0s ease-out;
  animation-iteration-count: 1;
  opacity: 1.0;
  transform: scale(1);
  display: inline-block;
}

@keyframes scale2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.0, 0.0);
    transform: scale(1.0, 0.0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }
}

.metadata-vert {
  height: 130px;
  padding-top: 4px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#artist {
  width: 100%;
  /*max-width: 400px;*/
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-style: normal;
  /*font-size: 4vw;*/
  font-size: 22px;
  line-height: 2.00;
  /*text-align: center;
  text-align: left;*/
  color: rgb(255, 255, 0);
}

#title {
  width: 100%;
  /*max-width: 400px;*/
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: normal;
  /*font-size: 4vw;*/
  font-size: 22px;
  line-height: 1.00;
  /*text-align: center;
  text-align: left;*/
  color: rgb(0, 155, 255);
}

#album {
  width: 100%;
  /*max-width: 400px;*/
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-style: normal;
  /*font-size: 4vw;*/
  font-size: 20px;
  /*text-align: center;
  text-align: left;*/
  margin-top: 8px;
  color: rgb(255, 192, 0);
}

#year {
  width: 100%;
  /*max-width: 400px;*/
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-style: normal;
  /*font-size: 4vw;*/
  font-size: 20px;
  /*text-align: center;
  text-align: left;*/
  margin-top: 8px;
}

#accompaniment {
  width: 100%;
  /*max-width: 400px;*/
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-style: normal;
  /*font-size: 4vw;*/
  font-size: 14px;
  /*text-align: center;
  text-align: left;*/
  margin-top: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#enc {
  width: 100%;
  /*max-width: 400px;*/
  font-family: 'Oswald', sans-serif;
  font-size: 3vw;
  font-size: 14px;
  color: #999999;
  text-align: left;
}

.info1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #6e6e6e;
  text-align: right;
}

.info2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  color: #5e5e5e;
  text-align: right;
}

.info3 {
  height: 120px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #999999;
  text-align: left;
}

/*
#copyright {
  width: 50%;
  max-width: 800px;
  font-family: sans-serif;
  font-size: 2.4vw;
  font-size: 6px;
  color: #bbbbbb;
  text-align: right;
  line-height: 1.3;
}
*/

.controls-vert {
  height: 48px;
  display: flex;
  justify-content: space-between;
}

.logo-vert1 {
  /*width: 30%;*/
  width: 100px;
  /*height: 40px;*/
  /*height: 32px;*/
  text-align: left;
  vertical-align: middle;
  float: left;
  padding-top: 0px;
  padding-left: 0px;
  background-color: rgba(0, 0, 0, 0.0);
}

.logo-vert2 {
  /*width: 35%;*/
  width: 40px;
  /*height: 85%;*/
  /*height: 24px;*/
  float: left;
  padding-top: 0px;
  padding-left: 8px;
  background-color: rgba(0, 0, 0, 0.0);
}

.copyright-vert {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 10px;
/*  text-align: center; */
  text-align: center;
  line-height: 1.4;
  color: #AAAAAA;
  white-space: normal;
  vertical-align: top;
  width: 100%;
}

#player {
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
  max-width: 400px;
  justify-content: center;
}








/* PLAYER FRAME ===============================================================*/

.header {
  width: 720px;
  height: 46px;
  margin-top: 24px;
  margin-right: 8px;
  text-align: right;
  border-top: solid rgb(0, 192, 255) 1px;
  border-bottom: solid rgb(0, 192, 255) 1px;
  background-color: rgba(0, 192, 255, 0.1);
}

.spacer1 {
  width: 720px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.0);
}

.center {
  width: 720px;
  height: 232px;
  margin-left: 0px;
  border-top: solid rgb(0, 192, 255) 1px;
  border-bottom: solid rgb(0, 192, 255) 1px;
  background-color: rgba(0, 192, 255, 0.1);
}

.pat {
  width: 380px;
  height: 184px;
  margin-left: 328px;
  margin-top: 0px;
  padding-top: 0px;
  background: #000;
  overflow: hidden;
  /*position: absolute;*/
  background-color: rgba(0, 0, 0, 0.0);
}

.info {
  width: 380px;
  height: 48px;
  margin-left: 328px;
  background-color: rgba(0, 0, 0, 0.0);
}

.pag {
  width: auto;
  height: 280px;

  max-height: 280px;
  max-width: 280px !important;

  background: rgba(0, 0, 0, 0.0);
  margin-left: 24px;
  margin-top: -253px; /* = -(image height) + (spacer/2) */
}

.spacer2 {
  width: 720px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.0);
}

.spacer3 {
  width: 720px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.0);
}

.footer {
  border-top: solid rgb(0, 192, 255) 1px;
  border-bottom: solid rgb(0, 192, 255) 1px;
  background-color: rgba(0, 192, 255, 0.1);
  width: 720px;
  height: 46px;
  display: flex;
  text-align: right;
  margin-right: 8px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  vertical-align: middle;
}

.controls {
  display: flex;
  width: 328px;
  margin-left: 24px;
  margin-right: 24px;
  justify-content: space-between;
}

.logo1 {
  width: 100px;

  padding-top: 4px;
  padding-left: 0px;
  opacity: 1;
  float: left;
}

.logo2 {
  width: 40px;
  padding-top: 6px;
  padding-left: 8px;
  opacity: 1;
  float: left;
}

.copyright {
  padding-top: 4px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-align: right;
  padding-right: 8px;
  margin-right: 0px;
  color: #AAAAAA;
  white-space: normal;
  /* vertical-align: middle; */
  width: 280px;
}


/* SCROLL MARQUEE ============================================================= */

.marquee {
  width: 720px;
  height: 24px;
  overflow: hidden;
  position: relative;
  background: #000000;
  color: #cccccc;
  border: 0px solid #4a4a4a;
}

.marquee p {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  width: 120%;
  height: 100%;
  margin: 0px;
  line-height: 24px;
  text-align: center;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: scroll-left 2s linear infinite;
  -webkit-animation: scroll-left 2s linear infinite;
  animation: scroll-left 40s linear infinite;
}

/*
    @-moz-keyframes scroll-left {
      0% {
        -moz-transform: translateX(100%);
      }

      100% {
        -moz-transform: translateX(-100%);
      }
    }

    @-webkit-keyframes scroll-left {
      0% {
        -webkit-transform: translateX(100%);
      }

      100% {
        -webkit-transform: translateX(-100%);
      }
    }
*/
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


/* MODAL ====================================================================== */
/* Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.modal-content {
  background-color: #000000;
  color: #ffffff;
  margin: 10% auto; /* 10% from the top and centered */
  padding: 20px;
  border: 0px solid #888;
  width: 94%;
  height: 320px;
  border-top: solid rgb(0, 192, 255) 1px;
  border-bottom: solid rgb(0, 192, 255) 1px;
  background-color: rgba(0, 0, 0, 1.0);
}

/* Close Button */
.close {
  color: rgb(0, 192, 255);
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: gray;
  text-decoration: none;
  cursor: pointer;
}


/* MODAL 2 ==================================================================== */
/* Modal Styles */
.modal5 {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.modal5-content {
  background-color: #000;
  margin: 10% auto; /* 10% from top and centered */
  padding: 18px;
  border-top: 2px solid #0cf;
  border-bottom: 2px solid #0cf;
  width: 94%;
  height: 640px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  overflow: hidden;
}

/* Close Button */
.close5 {
  color: #0af;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close5:hover,
.close5:focus {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}

/* Dropdown Button */
.dropbtn5 {
  background-color: #0af;
  color: white;
  padding: 4px;
  width: 120px;
  font-size: 12px;
  text-align: left;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn5:hover,
.dropbtn5:focus {
  background-color: #666;
}

/* The container <div> - needed to position the dropdown content */
.dropdown5 {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown5-content {
  display: none;
  position: absolute;
  background-color: #aaa;
  color: #0af;
  min-width: 120px;
  font-size: 12px;
  text-align: left;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

/* Links inside the dropdown */
.dropdown5-content a {
  color: black;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown5-content a:hover {
  background-color: #f1f1f1;
  color: #0af;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display:block;
}