input[type=range]:focus {
	outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(255, 255, 255, 0.55);
}
input[type=range]::-webkit-slider-thumb {
	box-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.3), 0px 0px 1.5px rgba(13, 13, 13, 0.3);
	border: 0.2px solid rgba(0, 0, 0, 0.5);
	height: 16px;
	width: 8px;
	border-radius: 1px;
	background: rgba(124, 245, 240, 0.9);
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -4.2px;
}
input[type=range]::-moz-range-thumb {
	box-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.3), 0px 0px 1.5px rgba(13, 13, 13, 0.3);
	border: 0.2px solid rgba(0, 0, 0, 0.5);
	height: 16px;
	width: 8px;
	border-radius: 1px;
	background: rgba(124, 245, 240, 0.9);
	cursor: pointer;
}
input[type=range]::-ms-thumb {
	box-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.3), 0px 0px 1.5px rgba(13, 13, 13, 0.3);
	border: 0.2px solid rgba(0, 0, 0, 0.5);
	height: 16px;
	width: 8px;
	border-radius: 1px;
	background: rgba(124, 245, 240, 0.9);
	cursor: pointer;
	height: 5.6px;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 40%;
	height: 6px;
	cursor: pointer;
	box-shadow: 0px 0px 1px rgba(0, 0, 27, 0.64), 0px 0px 0px rgba(0, 0, 53, 0.64);
	background: rgba(255, 255, 214, 0.55);
	border-radius: 1.3px;
	border: 0px solid rgba(1, 1, 1, 0.38);
}
input[type=range]::-moz-range-track {
	width: 98%;
	height: 6px;
	cursor: pointer;
	box-shadow: 0px 0px 1px rgba(0, 0, 27, 0.64), 0px 0px 0px rgba(0, 0, 53, 0.64);
	background: rgba(255, 255, 214, 0.55);
	border-radius: 1.3px;
	border: 0px solid rgba(1, 1, 1, 0.38);
}
input[type=range]::-ms-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: rgba(255, 255, 163, 0.55);
	border: 0px solid rgba(1, 1, 1, 0.38);
	border-radius: 2.6px;
	box-shadow: 0px 0px 1px rgba(0, 0, 27, 0.64), 0px 0px 0px rgba(0, 0, 53, 0.64);
}
input[type=range]:focus::-ms-fill-lower {
	background: rgba(255, 255, 214, 0.55);
}
input[type=range]::-ms-fill-upper {
	background: rgba(255, 255, 214, 0.55);
	border: 0px solid rgba(1, 1, 1, 0.38);
	border-radius: 2.6px;
	box-shadow: 0px 0px 1px rgba(0, 0, 27, 0.64), 0px 0px 0px rgba(0, 0, 53, 0.64);
}
input[type=range]:focus::-ms-fill-upper {
	background: rgba(255, 255, 255, 0.55);
}


input[type=range] {
	-webkit-appearance: none;
	width: 40%;
	margin: 0;
}


/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
     input[type=range] { 
        top: -7px;
        position: relative;
    }
}

/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
 
     input[type=range] { 
        top: -7px;
        position: relative;
    }

}

.player_volume input[type=range]::-webkit-slider-runnable-track {
    border: 1px dashed rgb(138, 216, 139);
    height: 3px;
}
.player_volume input[type=range]::-moz-range-track {
    border: 1px dashed rgb(138, 216, 139);
    height: 3px;
}
.player_volume input[type=range]::-ms-track {
    border: 1px dashed rgb(138, 216, 139);
    height: 3px;
}
.player_volume input[type=range]::-webkit-slider-thumb {
	margin-top: -7px;
}


.player_volume input[type=range]::-ms-thumb {
	background: rgba(124, 204, 176, 0.9);
}
.player_volume input[type=range]::-moz-range-thumb {
	background: rgba(124, 204, 176, 0.9);
}
.player_volume input[type=range]::-webkit-slider-thumb {
	background: rgba(124, 204, 176, 0.9);
}

.html5_player .player_play, .html5_player .player_pause {
	color: #94F7FF;
	font-size: 30px;
	cursor: pointer;
	max-width: 20px;
	margin: 6px 0 6px 6px;
	display: inline-block;
    vertical-align: middle;
	width: 5%;
}

.html5_player .player_pause {
    display: none;
}
.player_items {
	padding-top: 5px;
	display: inline-block;
    vertical-align: middle;
	width: 91%;
}
.player_play:hover, .player_pause:hover {
	color: #fff;
}
.player_time {
    line-height: 1.8em;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    width: 26%;
    max-width: 80px;
    height: 21px;
    overflow: hidden;
}
.player_timestamp, .player_duration {
	font-size: 11px;
    line-height: 1.58em;
}
.player_seek {
	width: 46%;
	display: inline-block;
    vertical-align: middle;
}
.player_seek input[type=range] {
	-webkit-appearance: none;
	width: 98%;
	margin-right: 5px;
}
.player_volume_cont {
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    text-align: center;    
    white-space: nowrap;
}
.vtoggle {
    cursor: pointer;
    display: inline;
    width: 15%;
    line-height: 1em;
}
.v_icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
	min-width: 20px;
	color: rgba(231, 255, 179, 0.9);
    margin-top: -4px;
}
.v_icon_mute {
    display: inline-block;
    vertical-align: middle;
    display: none;
    font-size: 16px;
	min-width: 20px;
	color: rgba(254, 84, 108, 0.9);
}
.player_volume {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
}
.player_volume input[type=range] {
	-webkit-appearance: none;
	width: 100%;
    top: -9px;
}


#playlist {
  color: #D9D3B7;
  margin: 5px auto;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 1px #bfbfbf;
  text-align: center;
}

.html5_player {
    margin: 5px auto;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    max-width: 500px;
}

.playrow {
    text-align: left;
    background-color: #333;
    border: solid #555 1px;
}

#playlist a.track, #playlist div.track {
    cursor: pointer;
    color: #bae6f3;
    text-align: left;
    padding-left: 2%;
    display: block;
    font-family: MontserratLight;
    text-decoration: none;
    font-weight: 400;
}

#playlist a.track:hover, #playlist div.track:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}

#playlist a.active, #playlist div.active {
    color: #f8f8f8;
    text-shadow: 2px 1px 3px #000;
    font-weight: 600;
}

.shift_icons.rowplaybut {
    padding-right: 1%;
}

.shift_icons.rowdl {
    color: #9afc8f;
    font-size: .8em;
    display: block;
    text-align: center;
    min-width: 30px;
}

.shift_icons.rowtc {
    color: #f00;
    font-size: 1em;
    display: block;
    text-align: center;
    min-width: 30px;
}
.shift_icons.rowdl:hover, .shift_icons.rowtc:hover {
    color: #fff;
}

#playlist table {
  width: 100%;
}
#playlist td {
  font-size: .73em;
  padding: 5px 1%;
  display: table-cell;
}
.duration {
  font-size: .9em;
}
.playrow:hover {
  background-color: #000;
}

#playlist table .duration {
    display: inline-block;
    vertical-align: middle;
}

#playlist.singletrak_player {
  background-color: rgba(255,255,255,0.5);
    border: 1px solid #ebeaea;
    border: none;
    text-align: center;
}

.singletrak_player .html5_player {
    width: 78%;
}

.singletrak_player #adl {
    display: inline-block;
    vertical-align: middle;
    width: 5%;
    font-size: 1.15em;
    color: #028737;
    min-width: 15px;
    height: 28px;
}

.singletrak_player .transcripts {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    float: none;
    margin: 0;
    font-size: 1em;
}


@media (max-width: 800px) {
    .zzz {}
    .singletrak_player .html5_player {
        width: 88%;
    }
    .html5_player .player_play, .html5_player .player_pause {
        font-size: 37px;
    }
    .player_seek {
        width: 40%;
    }
    .player_volume {
        width: 65%;
    }
}


@media (max-width: 400px) {
    .player_volume_cont {
        width: 26%;
    }
    .player_items {
        padding: 0;
        height: inherit;
    }
    .singletrak_player .html5_player {
        width: 100%;
        display: block;
    }
    .singletrak_player #adl, .transcripts {
        width: 20%;
    }

}



