/* Player controls
------------------------------------ */
.video-toolbar { background: #fff; }
.video-button {
	display: inline-block;
	padding: 10px;
}
.video-button i {
	color: #333;
	display: block;
	font-size: 30px;
	text-align: center;
}
.video-button span {
	clear: both;
	color: #333;
	display: block;
	font-size: 0.7em;
}

.video-button:hover { text-decoration: none; }
.video-button:hover i { color: #900; }
.video-title { float: left; }
.video-time {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	float: right;
	height: 70px;
	margin: 0 10px -10px;
	padding: 10px;
	text-align: center;
}
.video-time span {
	font-size: 30px;
	font-weight: 100;
	display: inline-block;
	color: #000;
}

.video-time span.separator { color: #ddd; }


/* Seek controls
------------------------------------ */
.seek-bar {
	background: #fc0;
	border-radius: 0;
	border: transparent;
}

.seek-bar-fs {
	background: #fc0;
	border-radius: 0;
	height: 5px;
	border: transparent;
	top: 100%;
	visibility: hidden;
}

.seek-bar .ui-slider-handle,
.seek-bar-fs .ui-slider-handle {
	background: #000 no-repeat;
	border-radius: 0;
	border-style:none;
	border: transparent;
	height:14px;
	margin-left: 0px;
	top: 0;
	width:5px;
}

.seek-bar-fs .ui-slider-handle { height: 5px; }

.seek-bar .ui-slider-range { border-radius: 0; }


/* Volume controls
------------------------------------ */
.volume-bar {
	background: #fc0;
	border-radius: 0;
	border: 1px solid #ccc;
	height: 200px;
	margin: auto;
}
.volume-bar .ui-slider-handle{
	background: #000;
	border: transparent;
	display: none;
	height:10px;
	width:20px;
}
.volume-bar .ui-slider-range{
	background: #000 no-repeat;
	border-radius: 0;
	border: transparent;
	overflow: hidden;
}

.volume-button .volume-menu {
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display: none;
	margin-top: -40px;
	padding: 5px;
	position: absolute;
	z-index: 100;
}

.volume-button .volume-menu i:before {
	color: #666;
	display: block;
	font-size: 20px;
	margin-left: 10px;
	padding: 5px;
}

.volume-button:hover .volume-menu {
	-moz-animation: fadeInUp .3s linear;
	-o-animation: fadeInUp .3s linear;
	-webkit-animation: fadeInUp .3s linear;
	display: block;
}

.quality-button .quality-menu {
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display: none;
	margin-top: -80px;
	padding: 10px 15px 12px;
	position: absolute;
	z-index: 100;
}

.quality-button:hover .quality-menu {
	-moz-animation: fadeInUp .3s linear;
	-o-animation: fadeInUp .3s linear;
	-webkit-animation: fadeInUp .3s linear;
	display: block;
}

.quality-button .quality-menu ul li {
	display: none;
	/*line-height: 2em;*/
}
.quality-button .quality-menu ul li a {
	border-radius: 3px;
	border: 2px solid #ddd;
	color: #999;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 5px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

.quality-button .quality-menu ul li a:hover {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
}

.quality-button .quality-menu ul li a.active {
	background: #000;
	border: 2px solid #000;
	color: #fff;
}

.video-layer {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 100;
}

/* Video cover
------------------------------------ */
.video-cover {
	background: rgba(0,0,0,0.8);
	height: 100%;
	width: 100.1%;
	left: 0px;
	position: absolute;
	top: 0;
	z-index: 100;
}

.video-cover h2 { color: #fff; }

.video-cover .play-button,
.video-cover .replay-button,
.video-cover .buffering-icon {
	color: #fff;
	display: block;
	font-size: 60px;
	height: 90px;
	left: 50%;
	margin: -45px 0 0 -45px;
	opacity: .8;
	position: absolute;
	top: 50%;
	width: 90px;
}
.video-cover .play-button:hover,
.video-cover .replay-button:hover,
.video-cover .buffering-icon:hover {
	text-decoration: none;
	opacity: 1;
}

.video-cover .play-button i:before {
	width: 60px;
	margin: 15px auto;
	display: block;
}

.video-cover .side-buttons {
	position: absolute;
	right: 10px;
}

.video-cover .side-buttons ul li a {
	display: block;
	color: #666;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
}

.video-cover .side-buttons ul li a i {
	font-size: 20px;
	color: #666;
	display:block;
	margin: 0 0 0 10px
}

.video-cover .side-buttons ul li a:hover,
.video-cover .side-buttons ul li a:hover i {
 	color: #fff;
	text-decoration: none;
}

/* Full screen controls
------------------------------------ */
html:-moz-full-screen, 
html:-webkit-full-screen,
html:-ms-fullscreen,
html:fullscreen { width: 100%; height: 100%; background: #fc0; }

#vergo.fullscreen { 
	background: #000;
	/*position: absolute;*/
	top: 0;
	width: 100%;
	z-index: 0;
}
.fullscreen .embed-container iframe { position: relative; }
.firefox .fullscreen .embed-container iframe { position: absolute; }

.fullscreen { position: absolute; width: 100%; height: 100%; }
.fullscreen #vergo { 
	position: relative; 
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 98;
}
.fullscreen .seek-bar-fs {
	position: relative;
	bottom: 0;
	z-index: 100;
	opacity: 1;
	visibility: visible;
}

/* Spin
------------------------------------ */
.video-cover .spin i {
	-moz-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	height: 60px;
	width: 60px;
	display: block
}
