#video-container
{
	width: 640px;
	height: auto;
	position: relative;
	margin-left: 100px;
	margin-right:auto;
}
#video-container-youtube
{
	width: 640px;
	height: 410px;
	position: relative;
	margin-left: 100px;
	margin-right:auto;
}
#video-controls:hover{
	opacity: 9;
	visibility: visible;
}
#video-container-youtube:hover #video-controls-youtube {
	opacity: .9;
}

#video-controls-youtube {
	
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	padding: 10px;
	padding-bottom:5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, whitesmoke 13%, transparent 100%);
	background-image: -o-linear-gradient(bottom, whitesmoke 13%, transparent 100%);
	background-image: -moz-linear-gradient(bottom, whitesmoke 13%, transparent 100%);
	background-image: -webkit-linear-gradient(bottom, whitesmoke 13%, transparent 100%);
	background-image: -ms-linear-gradient(bottom, whitesmoke 13%, transparent 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, whitesmoke ),
		color-stop(1, transparent )
		
	);

}
#video-controls {
	
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	padding: 10px;
	padding-bottom:5px;
	/*opacity: 0;*/
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, whitesmoke 13%, transparent 100%);
	background-image: -o-linear-gradient(bottom, whitesmoke 13%, transparent 100%);
	background-image: -moz-linear-gradient(bottom, whitesmoke 13%, transparent 100%);
	background-image: -webkit-linear-gradient(bottom, whitesmoke 13%, transparent 100%);
	background-image: -ms-linear-gradient(bottom, whitesmoke 13%, transparent 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, whitesmoke ),
		color-stop(1, transparent )
		
	);


}

/*#video-container:hover #video-controls {
	opacity: .9;
}
*/
button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

button:hover {
	cursor: pointer;
}

#seek-bar {
	width: 620px;
	padding-bottom: 3px;
	padding-top:1px;
	
}

#volume-bar {
	width: 100px;
		padding-bottom: 3px;
	padding-top:1px;

}
a
 {
    display:inline-block;
}
 input[type='range'] 
 {
	-webkit-appearance: none !important;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: inset 0 0 10px White;
	background-color: transparent;
	display: block;
	height: 10px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	float:right;
	right:0px;
}
input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none !important;
	-webkit-border-radius: 15px;
	background-color: white;
	background-image: -webkit-gradient(linear, left top, left bottom, from (yellow), to(red));
	border: 2px solid red;
	height: 15px;
	width: 15px;
}
.valume
{
	margin-top:10px;
}


        #video-container:-webkit-full-screen {
            width: 100%;
            height: auto;
            background-color: black;
            margin-left:0;
        }
		video{
        width:640px;
         height:365px;
        }
        #video-container:-webkit-full-screen video {
            width: 100%;
            height: auto;           
        }
       #video-container:-webkit-full-screen #seek-bar
       {
       	width: 100%;
       }
       #video-container:-webkit-full-screen #video-controls{
       	opacity:.1;
       	position: fixed;
       }
#video-container:-webkit-full-screen #video-controls:hover {
	opacity: .9;
	height:inherit;
	
}
#video-container:-webkit-full-screen #video-controls {
	visibility: visible;
	
}






        #video-container:-moz-Full-Screen video {
            width: 100%;
            height: auto;
            background-color: black;
            margin-left:0;
        }
       #video-container:-moz-Full-Screen #seek-bar
       {
       	width: 100%;
       }
       #video-container:-moz-Full-Screen #video-controls{
       	opacity:.1;
       	position: fixed;
       }

#video-container:-moz-Full-Screen #video-controls:hover {
	opacity: .9;
}
        #video-container:-moz-Full-Screen video {
            width: 100%;
            height: auto;           
        }
        
        
        
        
        
       #video-container:-Full-Screen #seek-bar
       {
       	width: 100%;
       }
       #video-container:-FullScreen #video-controls{
       	opacity:.1;
       }
#video-container:-FullScreen #video-controls:hover {
	opacity: .9;
}
div
{
	outline: none;
}
