html, body { height: 100%; }
body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ready-player-1 {
	margin: 0px 0;
	width: 243px;
	background: #054F7D;
	color: #fff;
}
img {

  width: 170px;
  height: 14px;
}
.playertext img {
    overflow: hidden;
    white-space: nowrap;	
	position: absolute;
	display:inline-block;
	vertical-align: middle;
	left: 150px;
    height: 14px;
	top: 22px;
	padding-left: 2px;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;	
	position: absolute;
	background-color:#52A4CE;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#054F7D;
	font-family:Arial;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	vertical-align: middle;
	width: 326px;
	left: 5px;
    height: 16px;
	top: 42px;
	padding-left: 2px;
}

.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: scroll 30s linear infinite;
    font-size: 14px;
	font-family:Arial;
	font-weight: bold;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
		
@keyframes spin {
  from {
    transform: rotateZ(0); }
  to {
    transform: rotateZ(1turn); } }

.gz-desktop-audio-title {
position: absolute;
	background-color:#52A4CE;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#054F7D;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	vertical-align: middle;
	width: 90px;
	left: 46px;
    height: 16px;
	top: 22px;
	padding-left: 2px;
	font-weight: bold;
 }
 
 .gz-desktop-audio-bitrate {
position: absolute;
	background-color:#52A4CE;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color: #054F7D;
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	vertical-align: middle;
	width: 50px;
	left: 86px;
    height: 14px;
	top: 4px;
	padding-left: 2px;
 }
  .gz-desktop-audio-codec {
position: absolute;
	background-color:#52A4CE;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#054F7D!important;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	vertical-align: middle;
	width: 35px;
	left: 46px;
    height: 14px;
	top: 4px;		
	font-weight: bold;
	padding-left: 2px;
 }

section {
  color: #6FB5D9;
  width: 234px;
  max-width: 234px;
  margin: 0px;
  height: 30px;
}
section div {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}
.gz-desktop-audio-player {
  width: 340px;
  height: 64px;
  color: #00FFFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: top;
  padding-left: 4px;
  padding-top: 4.5px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #054F7D;  
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-style: solid;
/* top | right | bottom | left */
border-width: 1px;
border-color: #0C2535;
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
}
.gz-desktop-audio-player:hover{
   background-color:#0786D7;
   transition: 1s;
   cursor: pointer;
}

/* Volume slider */
.gz-desktop-audio-player .controls .volume {
  position: absolute;
  right: 6px;
  top: 2px;
  height: 20px;
  display: flex;
  align-items: center;
}
.gz-desktop-audio-player .controls .volume__slider {
  -webkit-appearance: none;
  appearance: none;
  width: 190px;
  height: 6px;
  background: #3a4e57;
  border: 1px solid #0b0e07;
  border-radius: 3px;
  outline: none;
}
.gz-desktop-audio-player .controls .volume__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: #52A4CE;
  border: 1px solid #0b0e07;
  border-radius: 50%;
  cursor: pointer;
}
.gz-desktop-audio-player .controls .volume__slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #52A4CE;
  border: 1px solid #0b0e07;
  border-radius: 50%;
  cursor: pointer;
}

  .gz-desktop-audio-player.player-accessible .play-pause-btn:hover,
  .gz-desktop-audio-player.player-accessible .volume__button:hover,
  .gz-desktop-audio-player.player-accessible .volume__controls:hover,
  .gz-desktop-audio-player svg,
  .gz-desktop-audio-player img {
    display: block; 
	}
  .gz-desktop-audio-player .holder {
    position: relative;
	border-radius:3px;
	box-shadow: 0px 0px 0px 2px #3a4e57;
	border:1px solid #0b0e07;	
	background:linear-gradient(to bottom, #151c1f 5%, #161a1f 100%);
	background-color:#151c1f;
	padding:2px;	
	left: 2px;
	bottom: 2px;
	width: 28px;
	height: 28px;
	top: 0px;
	color: #ff0000;
	}
    .gz-desktop-audio-player .holder .loading .loading__spinner {
	position: absolute;
	border:1px solid #0b0e07;	
	background:linear-gradient(to bottom, #151c1f 5%, #161a1f 100%);
	background-color:#151c1f;
	padding:2px;	
	left: 3px;
	top: 5px;
	width: 16px;
	height: 16px;
	border: 2px solid #b0b0b0;
	border-right-color: rgba(0, 0, 0, 0);
	border-radius: 50%; 
	animation: spin 0.4s linear infinite; }
    .gz-desktop-audio-player .holder .play-pause-btn {
	position: relative;
	visibility: hidden;
	padding:2px;	
	left: 3px;
	bottom: 0px;
	text-decoration:none;
	}
      .gz-desktop-audio-player .holder .play-pause-btn:focus {
        outline: none; 
		}
.message__offscreen {
visibility: hidden; }
