@charset "utf-8"; /* CSS Document */
html {
	background-image: url(JW_Player_in_Bangodarshan);
}

h1 {
	font-family: 'Lobster', cursive;
	font-size: 30px;
	width: 260px;
	margin: 20px auto 0px auto;
	color: #74dad5;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
}

.gradient {
	border: 0px solid black;

	-webkit-box-shadow: inset 0 1px 0px rgba(255,255,255,.2);
	-moz-box-shadow: inset 0 1px 0px rgba(255,255,255,.2);
	box-shadow: inset 0 1px 0px rgba(255,255,255,.2);
	background: gold; /* Old browsers */
	background: -webkit-linear-gradient(top, brown 10%,  crimson 45%,  gold 80%, yellow 90%,  white 100%);

	background: -moz-linear-gradient(top, #cc84949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
	background: -o-linear-gradient(top, #cc4949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
	background: -ms-linear-gradient(top, #cc4949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
	background: linear-gradient(top, #cc4949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%); /* W3C */
-image  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#0b0b0b',GradientType=0 ); /* IE6-9 */
}

.container {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	-ms-transition: all .7s ease;
	transition: all .7s ease;
	position: absolute;
	width: 520px;
	height: 30px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
	box-shadow: 0px 0px 13px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
	top: 10px;
	left: 10px;
	margin: 0px 0px 0px 0px;
	padding: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}






.player {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 500px;
	bottom: 0px;
	width: 95%;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
}

.button {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/sprite1.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 0px;
	
}



#play {
	background-position: 0px 0px;
	display: block;
	margin-right: 0px;
}



#pause {
	background-position: -38px 0px;
	display: none;
	margin-right: 0px;
}




.text-block {
  position: absolute;
  bottom: 6px;
  left: 35px;
  background-color: none;
  color: white;
  padding-left: 0px;
  padding-right: 0px;
}

#myprogress {
  top : 10px;
  height: 10px;
  width: 72%;
  left: 72px;
  position: absolute;
  -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  background-color: #ddd;
}
 
#mybar {
 
 top: 10px;
  width: 10px; 
  height: 10px;
  -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  background-color: #08f312;
}

#mythumb{
      margin-top: 0px;
      position : relative;
      left : 0px;
      top: 0px;
      width: 8px;
      height: 8px;
      background-color: rgb(245, 230, 99);
      border: 2px solid rgba(136, 136, 136, .5);
      border-radius: 50%;
      touch-action: none;
      user-select: none;
    }
    #mythumb:active {
      background-color: rgba(168, 218, 220, 1.00);
    }
    #mythumb:hover {
      cursor: pointer;
      border-width: 4px;
    }




.text-block1 {
  position: absolute;
  bottom: 6px;
  right: 35px;
  background-color: none;
  color: white;
  padding-left: 0px;
  padding-right: 0px;
}

#mute {
	float: right;
	background-position: -66px 0px;
	margin-right: 0px;
}
#muted {
	display: none;
	float: right;
	background-position: -104px  0px;
	margin-right: 0px;
}

.volume {
	position: absolute;
	height: 100px;
	width: 34px;
	border: 1px solid black;
	background-color: #242323;
	top: -97px;
	display: none;
}



	input[type="range"] {
	-webkit-appearance: none;
	border: 0px solid black;
	position: absolute;
	top: 13px;
	display: block;
	width: 74%;
	height: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #33cc33;   
	left: 67px;

	-webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,.6);
	box-shadow: inset 0px 2px 2px rgba(0,0,0,.6);
}

input::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
	border:0px solid black;

	-webkit-border-radius: 10px;
	border-radius: 10px;	
	background: #80e4df; /* Old browsers */
background: -webkit-linear-gradient(top, #80e4df 0%, #75dbd6 13%, #5ec4bf 33%, #57bbb6 47%, #419d99 80%, #378f8b 100%);

	background: -moz-linear-gradient(top, #80e4df 0%, #75dbd6 13%, #5ec4bf 33%, #57bbb6 47%, #419d99 80%, #378f8b 100%);
	background: -o-linear-gradient(top, #80e4df 0%, #75dbd6 13%, #5ec4bf 33%, #57bbb6 47%, #419d99 80%, #378f8b 100%);
	background: linear-gradient(top, #80e4df 0%, #75dbd6 13%, #5ec4bf 33%, #57bbb6 47%, #419d99 80%, #378f8b 100%); /* W3C */
}
