body {
    background: #343f5b;
    height: 100%;
    width: 100%;
    margin: 0;
}

h3 {
    margin: .25em;
}

input[type=range][orient=vertical] {
    border-radius: 1px!important;
}

list {
    display: table;
    text-align: right;
}

#title-wrap {
    background: #343f5b;
    border-bottom: 1px solid rgba(0, 0, 0, .45);
    color: #fff!important;
    display: table;
    float: left;
    font-family: arial, helvetica, sans-serif;
    font-size: 3.5vmin;
    text-align: center;
    width: 100%;
}

#titles {
    border-right: 1px solid rgba(0, 0, 0, .45);
    display: table-cell;
    height: 7vh;
    padding: 2% 0;
    vertical-align: middle;
    width: 85vw;
}

#options {
    background: url(../images/playercontrolicons/gear-icon-01.svg) 50% 50%/50% auto no-repeat #343f5c;
    background-blend-mode: multiply;
    border-left: 1px solid rgba(255, 255, 255, .15);
    display: table-cell;
    width: 15vw;
}

#album-art-wrap {
    background: #343f5b;
    border-bottom: 1px solid rgba(0, 0, 0, .45);
    border-top: 1px solid rgba(255, 255, 255, .15);
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#album-art {
    display: table-cell;
    width: 100vw;
}

#albumart img {
    float: left;
    width: 100%;
}

#progress-wrap {
    background: #343f5b;
    border-bottom: 1px solid rgba(0, 0, 0, .45);
    border-top: 1px solid rgba(255, 255, 255, .26);
    float: left;
    position: relative;
    width: 100%;
}

#progress-bar {
    display: table-cell;
    padding: 2% 0;
    /* width: 70vw; */
}

#progressbar {
  display: table-cell;
  float: left;
  font-family: inherit;
  font-size: inherit;
  width: 40vw;
}

#progressbar-holder {
    background-color: #fff;
    box-shadow: -20px 0 12px -17px rgba(0, 0, 0, .5) inset;
    height: 2em;
    /* width: 70vw; */
}

.ui-widget-content {
    padding: 0!important;
}

.ui-progressbar {
    height: 2em;
    overflow: hidden;
}

.ui-progressbar.ui-widget.ui-widget-content.ui-corner-all {
    border: 0;
    border-radius: 0;
}

.ui-progressbar .ui-progressbar-value {
    border-radius: 0;
    box-shadow: -20px 0 12px -17px rgba(0, 0, 0, .5) inset;
    height: 100%;
    margin: 0!important;
}

.progress-label {
    float: left;
    font-family: arial;
    font-size: 4vw;
    font-weight: 700;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#song-duration {
  border-right: 1px solid rgba(0, 0, 0, 0.45);
  color: #fff;
  display: table-cell;
  font-family: arial,helvetica,sans-serif;
  height: 5vw;
  padding: 2vh;
  text-align: center;
  vertical-align: middle;
  width: 15vw;
}

#amplitude-mute {
  background: #343f5c none repeat scroll 0 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: table-cell;
  width: 25vw;
}

.unmute {
    background: url(../images/playercontrolicons/volume-icon-01.svg) 50% 50%/50% auto no-repeat #343f5c!important;
}

.mute {
    background: url(../images/playercontrolicons/mute-icon-01.svg) 50% 50%/50% auto no-repeat #343f5c!important;
}

#amplitude-mute.unmute:hover {
    background: url(../images/playercontrolicons/volume-icon-01.svg) 50% 50%/50% auto no-repeat rgba(109, 122, 158, .39)!important;
}

#amplitude-mute.mute:hover {
    background: url(../images/playercontrolicons/mute-icon-01.svg) 50% 50%/50% auto no-repeat rgba(109, 122, 158, .39)!important;
}

#slide-holder {
    color: #fff;
    font-family: arial;
    font-size: 3vmin;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 100%;
    width: 14vw;
}

#slide-holder:hover {
    display: block;
}

#volume-wrap {
    background-color: #343f5b;
    padding-bottom: 8%;
    width: 83%;
    margin: 0 auto;
    padding-top: 8%;
}

#amplitude-volume-slider {
    height: auto;
    margin: 0;
    z-index: 10000;
}

#tri-bottom {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #343f5b;
    line-height: 0;
    margin: 0 auto;
    padding-bottom: 1%;
    right: 0;
    width: 0vw;
}

#play-wrap {
    background: #343f5b;
    border-bottom: 1px solid rgba(0, 0, 0, .45);
    border-top: 1px solid rgba(255, 255, 255, .15);
    float: left;
    padding: 3% 0;
    position: relative;
    width: 100%;
}

#play-button {
    height: 25vw;
    margin: 0 auto;
    width: 25%;
}

#amplitude-play-pause.amplitude-playing {
    background: url(../images/playercontrolicons/pause-icon-01.svg) 50% 50%/60% 60% no-repeat #343f5c;
    border: 2px solid #556282;
    border-radius: 50%;
    box-shadow: 0 0 3px #2c4054;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

#amplitude-play-pause.amplitude-playing:hover {
    background: url(../images/playercontrolicons/pause-icon-01.svg) 50% 50%/60% 60% no-repeat rgba(109, 122, 158, .39);
}

#amplitude-play-pause.amplitude-paused {
    background: url(../images/playercontrolicons/play-icon-01.svg) 50% 50%/60% 60% no-repeat #343f5c;
    border: 2px solid #556282;
    border-radius: 50%;
    box-shadow: 0 0 3px #2c4054;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#amplitude-play-pause.amplitude-paused:hover {
    background: url(../images/playercontrolicons/play-icon-01.svg) 50% 50%/60% 60% no-repeat rgba(109, 122, 158, .39);
}

#external-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, .45);
    border-top: 1px solid rgba(255, 255, 255, .26);
    float: left;
    padding-bottom: 1%;
    width: 100%;
}

#external-notice {
    color: #fff;
    float: left;
    font-family: arial, helvetica, sans-serif;
    margin-left: 2.4vw;
    text-align: left;
}

#external-icons {
    clear: left;
    display: table;
    width: 100%;
}

#ext-icon-wrap {
    display: table;
    margin: 0 auto;
    vertical-align: middle;
    width: 90%;
}

.player-icon {
    display: table-cell;
    padding: 2%;
    text-align: center;
    vertical-align: middle;
}

.player-icon img {
    text-align: center;
    vertical-align: middle;
    width: 75%;
}

.player-icon:hover {
    background-color: #6d7a9e;
    transition: background-color .8s ease 0s;
}

#footer-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, .45);
    border-top: 1px solid rgba(255, 255, 255, .26);
    float: left;
    width: 100%;
}

#social-left {
    background: url(../images/facebook-icon-01.svg) 50% 50%/50% auto no-repeat #343f5c;
    background-blend-mode: multiply;
    border-right: 1px solid rgba(0, 0, 0, .45);
    display: table-cell;
    width: 15vw;
}

#ltfm-logo2 {
    border-left: 1px solid rgba(255, 255, 255, .26);
    border-right: 1px solid rgba(0, 0, 0, .45);
    /* display: table-cell; */
    padding: .04323em;
    text-align: center;
    /* width: 70vw; */
}

#ltfm-logo2 img {
  display: table;
  margin: 0 auto;
  width: 75%;
}

#social-right {
    background: url(../images/twitter-icon-01.svg) 50% 50%/50% auto no-repeat #343f5c;
    background-blend-mode: multiply;
    border-left: 1px solid rgba(255, 255, 255, .26);
    display: table-cell;
    width: 15vw;
}