body{position:fixed;}
.video-player {}
.video-play, .volume-button {
	cursor: pointer;
}
.video-timer {
	cursor: default;
}

/*Start of circle*/
.video-player.circle{
	position:absolute;
}

.video-player.circle .bevel{
	width:0px;
	height:0px;
	display:none;
}

.video-circle-controls{
	z-index : 50;
    top: 2px;
    background : rgba(0,0,0,0.2);
	cursor:hand;
}

.video-circle-play{
	width: 22px;
	height: 28px;
	position:absolute;
	margin:auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url(icon/video-circle.png) no-repeat -10px -39px;
	z-index:120;
	cursor:hand;
	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-paused-button {
	background: url(icon/video-circle.png) no-repeat -43px -41px;
}

.video-circle-play:hover {
    opacity: 1;
}


/* volume button */

.video-circle-volume-button {
	margin-top:7px;
	right:50px;
	position : absolute;
	display: block;
	width: 15px;
	height: 15px;
	background: url(icon/video-circle.png) no-repeat -6px -6px;
}

.video-circle-volume-mute {
	background: url(icon/video-circle.png) no-repeat -32px -6px;
}

/*fullscreen*/
.video-circle-player-fullscreen {
	margin-top:7px;
	right : 15px;
	display: block;
	width: 15px;
	height: 15px;
	position : absolute;
	background: url(icon/video-circle.png) no-repeat -57px -6px;
}

.video-circle-exit-fullscreen {
	background: url(icon/video-circle.png) no-repeat -79px -6px;
}

/*video seek*/
/* seek */
.video-circle-seek {
	position:absolute;
	width: 70px;
	height: 70px;
	margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 50%;
    background: rgba(0,0,0,0.7);
    z-index: 50;

}
.video-circle-time{
	position:absolute;
	width: 55px;
	height: 35px;
	margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: red;

}
.video-circle-range{
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
	height:60px;
	z-index:1;
	margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 50%;
    border:2px solid white;
    z-index: 100;
	z-index:2;
}

/*Start of default*/
.video-player.default{
	position:absolute;
}

.video-player.default .bevel{
	width:0px;
	height:0px;
	display:none;
}

.video-player.default .video-controls{
	position: absolute;
	z-index : 2;
	visibility: hidden;
	opacity: 0;

	width: 100%;
	left:0px;
	bottom : 4px;
	height:30px;
	background:#222222;

	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-player.default .control-border{
	position: absolute;
	width: 100%;
	left:0px;
	top:1px;
	height:1px;

	background:#444444;
}

/*.video-player.default video:hover + .video-controls {
	visibility: visible;
	opacity: 1;
}

.video-player.default .video-controls:hover {
	visibility: visible;
	opacity: 1;
}*/

.video-player.default .video-play, .video-player.default .volume-box, .video-player.default .volume-button, .video-player.default .video-timer, .video-player.default .player-fullscreen {
	float: left;
	margin-top:4px;
}

.video-player.default .video-play {


	width: 22px;
	height: 22px;
	margin-left:5px;
	margin-right: 10px;
	background: url(icon/player-play.png) no-repeat;

  opacity:0.7;
	cursor:hand;

	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-player.default .paused-button {
	background: url(icon/player-pause.png) no-repeat;
}

.video-player.default .video-play:hover {
    opacity: 1;
}

.video-player.default .video-timer {
	margin-top: 8px;
	margin-right: 10px;
	cursor : default;
	color: #999;
	font-family:Arial, Tahoma;
	font-size: 0.7em;
	font-weight: bold;
}

/* volume button */

.video-player.default .volume-button {

	margin-right:10px;

	display: block;
	width: 22px;
	height: 22px;
	background: url(icon/player-volume-full.png) no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.default .volume-button:hover {
	opacity: 1;
}

.video-player.default .volume-mute {
	background: url(icon/player-volume.png) no-repeat;
}

/*fullscreen*/
.video-player.default .player-fullscreen {
	margin-top:6px;
	display: block;
	width: 22px;
	height: 22px;
	background: url(icon/player-fullscreen.png) no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.default .player-fullscreen:hover {
	opacity: 1;
}

.video-player.default .player-exit-fullscreen {
	margin-top:4px;
	background: url(icon/player-exit-fullscreen.png) no-repeat;
}

/*video seek*/
/* seek */
.video-player.default .video-seek {
	float:left;
	position:relative;
	width: 80px;
	height: 10px;
	margin-top: 10px;
	margin-right:10px;
}

.video-player.default .video-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border: 1px solid #494949;

	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;

	background: #535353;
	background-image: -moz-linear-gradient(top, #535353, #333333);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #535353),color-stop(1, #333333));

	box-shadow: inset 0 -3px 3px #333333;
}

.video-player.default .video-seek .slider-range{
	position:absolute;
	top:1px;
	left:0px;
	height:100%;
	-moz-border-radius:15px 0px 0px 15px;
	-webkit-border-radius:15px 0px 0px 15px;
	border-radius:15px 0px 0px 15px;

	z-index:2;

	background: #4cbae8;
	background-image: -moz-linear-gradient(top, #4cbae8, #39a2ce);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4cbae8),color-stop(1, #39a2ce));

	box-shadow: inset 0 -3px 3px #39a2ce;
}

.video-player.default .video-seek .slider-handle{
	position:absolute;
	top:0px;
	left:0px;

	width: 10px;
	height: 10px;
	border: 1px solid #323232;

	z-index:3;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	background: #e6e6e6;
	background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));

	box-shadow: inset 0 -3px 3px #d5d5d5;
}

.video-player.default .volume-seek{
	position: absolute;
	height: 60px;
	width: 6px;
	bottom:30px;


	visibility: hidden;
	opacity: 0;

}

.video-player.default .volume-seek:hover {
	visibility: visible;
	opacity: 1;
}

.video-player.default .volume-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border: 1px solid #444;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	background: #535353;
	background-image: -moz-linear-gradient(top, #535353, #333333);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #535353),color-stop(1, #333333));

	box-shadow: inset 0 3px 3px #333333;
}

.video-player.default .volume-seek .slider-range{
	position:absolute;
	bottom:0px;
	left:1px;
	width:100%;
	height:0;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;

	z-index:2;

	background: #e6e6e6;
	background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));

	box-shadow: inset 0 -3px 3px #b9a2ce;
}

.video-player.default .volume-seek .slider-handle{
	position:absolute;
	bottom:0px;
	left:-2px;

	width: 10px;
	height: 10px;
	border: 1px solid #323232;

	z-index:3;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	background: #e6e6e6;
	background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));

	box-shadow: inset 0 -3px 3px #b9a2ce;
}

/*start of round*/

.video-player.round{
	position:absolute;
	-webkit-mask:none;
}

.video-player.round .bevel{
	display:block;
	float:left;
	position:relative;
	height:80%;
	top:10%;
	width:0px;
	margin-right:10px;
	border-left:1px solid #000000;
	border-right:1px solid #555555;
}

.video-player.round .video-controls{
	position: absolute;
	z-index : 2;
	visibility: hidden;
	opacity: 0;

	width:90%;
	left: 5%;
	bottom : 10px;
	height:30px;
	background:#222222;

	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;

	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-player.round .control-border{
	display:none;
}

/*.video-player.round video:hover + .video-controls {
	visibility: visible;
	opacity: 0.8;
}

.video-player.round .video-controls:hover {
	visibility: visible;
	opacity: 0.8;
}*/

.video-player.round .video-play, .video-player.round .volume-box, .video-player.round .volume-button, .video-player.round .video-timer, .video-player.round .player-fullscreen {
	float: left;
	margin-top:4px;
}

.video-player.round .video-play {

	width: 22px;
	height: 22px;
	margin-left:10px;
	margin-right: 10px;
	background: url(icon/player-play.png) no-repeat;

  opacity:0.7;
	cursor:hand;

	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-player.round .paused-button {
	background: url(icon/player-pause.png) no-repeat;
}

.video-player.round .video-play:hover {
    opacity: 1;
}

.video-player.round .video-timer {
	margin-top: 8px;
	margin-right: 10px;
	cursor : default;
	color: #999;
	font-family:Arial, Tahoma;
	font-size: 0.7em;
	font-weight: bold;
}

/* volume button */

.video-player.round .volume-button {

	margin-right:10px;

	display: block;
	width: 22px;
	height: 22px;
	background: url(icon/player-volume-full.png) no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.round .volume-button:hover {
	opacity: 1;
}

.video-player.round .volume-mute {
	background: url(icon/player-volume.png) no-repeat;
}

/*fullscreen*/
.video-player.round .player-fullscreen {
	display: block;
	margin-right: 10px;
	width: 22px;
	height: 22px;
	background: url(icon/round-player-fullscreen.png) no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.round .player-fullscreen:hover {
	opacity: 1;
}

.video-player.round .player-exit-fullscreen {
	margin-top:4px;
	background: url(icon/round-player-exit-fullscreen.png) no-repeat;
}

/*video seek*/
/* seek */
.video-player.round .video-seek {
	float:left;
	position:relative;
	width: 80px;
	height: 5px;
	margin-top: 12px;
	margin-right:15px;
}

.video-player.round .video-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border: 1px solid #968F89;

	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;

	background: #535353;
	background-image: -moz-linear-gradient(top, #C8C8CA, #CECECE);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #CECECE),color-stop(1, #C8C8CA));

	box-shadow: inset 0 -3px 3px #C8C8CA;
}

.video-player.round .video-seek .slider-range{
	position:absolute;
	top:1px;
	left:1px;
	height:100%;
	-moz-border-radius:15px 0px 0px 15px;
	-webkit-border-radius:15px 0px 0px 15px;
	border-radius:15px 0px 0px 15px;

	z-index:2;

	background: #F68100;
	background-image: -moz-linear-gradient(top, #F68100, #EE840E);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F68100),color-stop(1, #EE840E));

	box-shadow: inset 0 -3px 3px #EE840E;
}

.video-player.round .video-seek .slider-handle{
	position:absolute;
	top:-5px;
	left:0px;

	background: url(icon/round-seek-handle.png) no-repeat;

	width: 20px;
	height: 20px;

	z-index:3;
}

.video-player.round .volume-seek{
	position: absolute;
	height: 60px;
	width: 6px;
	bottom:25px;


	visibility: hidden;
	opacity: 0;

}

.video-player.round .volume-seek:hover {
	visibility: visible;
	opacity: 1;
}

.video-player.round .volume-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border: 1px solid #444;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	background: #535353;
	background-image: -moz-linear-gradient(top, #535353, #333333);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #535353),color-stop(1, #333333));

	box-shadow: inset 0 3px 3px #333333;
}

.video-player.round .volume-seek .slider-range{
	position:absolute;
	bottom:0px;
	left:1px;
	width:100%;
	height:0;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;

	z-index:2;

	background: #e6e6e6;
	background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));

	box-shadow: inset 0 -3px 3px #b9a2ce;
}

.video-player.round .volume-seek .slider-handle{
	position:absolute;
	bottom:0px;
	left:-2px;

	width: 10px;
	height: 10px;
	border: 1px solid #323232;

	z-index:3;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	background: #e6e6e6;
	background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));

	box-shadow: inset 0 -3px 3px #b9a2ce;
}

/*start of classic*/
.video-player.classic{
	position:absolute;
}

.video-player.classic .bevel{
	display:block;
	float:left;
	position:relative;
	height:80%;
	top:10%;
	width:0px;

	border-left:1px solid #000000;
	border-right:1px solid #555555;
}

.video-player.classic .video-controls{
	position: absolute;
	z-index : 2;
	visibility: hidden;
	opacity: 0;

	width: 100%;
	left:0px;
	bottom : 0px;
	height:40px;

	background: #222222;

	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-player.classic .control-border{
	position: absolute;
	width: 100%;
	left:0px;
	top:1px;
	height:1px;

	background:#444444;
}

/*.video-player.classic video:hover + .video-controls {
	visibility: visible;
	opacity: 1;
}

.video-player.classic .video-controls:hover {
	visibility: visible;
	opacity: 1;
}*/

.video-player.classic .video-play, .video-player.classic .volume-box, .video-player.classic .volume-button, .video-player.classic .video-timer, .video-player.classic .player-fullscreen {
	float: left;
	margin-top:4px;
}

.video-player.classic .video-play {


	width: 32px;
	height: 32px;
	margin-left:10px;
	margin-right: 10px;
	background: url(icon/classic-buttons.png) 0 0 no-repeat;

  opacity:0.7;
	cursor:hand;

	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-player.classic .paused-button {
	background: url(icon/classic-buttons.png) -33px 0px no-repeat;
}

.video-player.classic .video-play:hover {
    opacity: 1;
}

.video-player.classic .video-timer {
	margin-top: 13px;
	margin-right: 10px;
	cursor : default;
	color: #999;
	font-family:Arial, Tahoma;
	font-size: 0.7em;
	font-weight: bold;
}

/* volume button */

.video-player.classic .volume-button {

	display: block;
	width: 22px;
	height: 22px;
	background: url(icon/classic-buttons.png) -100px 0 no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.classic .volume-button:hover {
	opacity: 1;
}

.video-player.classic .volume-mute {
	background: url(icon/classic-buttons.png) -100px -32px no-repeat;
}

/*fullscreen*/
.video-player.classic .player-fullscreen {
	margin-top:4px;
	margin-right: 10px;
	display: block;
	width: 22px;
	height: 22px;
	background: url(icon/classic-buttons.png) -193px 0 no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.classic .player-fullscreen:hover {
	opacity: 1;
}

.video-player.classic .player-exit-fullscreen {
	margin-top:4px;
	background: url(icon/classic-buttons.png) -225px 0 no-repeat;
}

/* safari-fullscreen r.clascreen r.cleo-playea0d.classic .video-timer {
	margin-top: 13px;
	margin-right: 10px;
	cursor : default;
	co6webkit-gradiely:Arial, Tahomax;
	height: 22px;
	background: url(icon/player-volume-full.png) no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.round .volume-button:hover {
	opacity: 1;
}

.video-player.round .volume-mute {
	background: url(icoeu	float: lal, Tai%buttons.png) -193px 0 no-repeat;Fڊp	round .video-pE

	cursor:hand 1;
}
x #b9a2ce;
seek */
.video-player.default .video-seek {
	d*kl, Tahoma;
	font-size: 0.7em;
	font-weigh-border{
	display:: lal, 
}

/*start of round*/

.video-player.roundrA80%;
	t/*fullscsl d/* Firef
	cursor:hand;
	opacity: 04adius:10px;
	-webkit-border-radius:10px;
	border-rano-repeat;

	%argin-right: 
	bottom : 11}r.video-player.round{
	poc20d.class7.8;
}

.video-player.clvolumevwebki-rial, rsor:hand 1;
}
x #b9a2ce;
	height:7yer.clvolu5rsor:hand 1;
}
x #b9a2ce;
	he2ce;
seek */
e;
seek */
F68100, #EE840E);
	backgrolayer.round{
	poc20d.class7.8;0.roundrA80%;
	iae: 0.7em;
	font-weight: bold;
}

-
/*starrt:-2px;

	width: 10px;
	height: 10px;
	border: 1px solid #3	opacity: 04adius: 0.8;
}

.video-player.cht: 10px;
	borde5t-gr: 10px;
	height: 10px;
	border: 1px solhand;
	opacity: 0.9cayer-exit-fulone;
}

/*.video-playe;
	opacity: 0.9

/*.video-playe;
: url(icon/player-volume-full.png) no-repeaolayer.round{
	po=yMC2ntrols{
	positionge{
	p5d5d5);
	baaet 0border-rano-rwebkit-b.ound: urlider-rD	p5d5d5);
	baaet 0border-rano-rwebkit-b.ayer.roun6e6e6, #d5d5d90px;
	height: 22px;
	background: url2#d5d5d90px;
	height: 22px;
	background: url2#d5d5d90px;
	height: 22px;
	background: url2#d5d5d90px;
	height: 22px;
	backgrou:hand 1;
}
x #b9a2ce;
seek -player.round{baaet1uxontrols {e-button {

	display: block;9yAr a2ce;
	he)border-rano-rwebkit-b.ayer.rotion: all 0.2s eliU"# :-b|\0q10c MC2ntrols{
	positionge{
	p5d5d5);
	baaet 0border-rano-rwebkit-b.ound: urlidpx;
	heigh9r3png) no-repeapacity: 0.9cayer-exit-fuottom:25px;


	visibility: hidden;
	opacity: 0;

}
ity: hidden;
	opacity: 0w)p;k -player.round{xontrols {e-button {

	d
	backgrou"_͝cno-rwebkit-b.o180l 0.2s ease5-r-rano-radius:10px;5d5d90px;
	height: 22px;
	background: url2 utton {l4......6 5d5d90px;
	height: liUght: 22px;
	bacyyer.round .volum0-p.video-player.classic .player-fullscreen {
	margi0%;
	width:0px;

	b;
	left:0px;
	top:1px;
	height:1px;

	background:#44444-fullscreen {
	margin-top:4px;
	background: d90px;
	height: liUghute {



									x;
	height:und: d90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td 6{
	ba90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei19td90px;
	hei1td90p_	uhei19td90px;
	hei19td90px;
	he͟xKaـZu-ols{
	positi)p;k -player.round{xontrols {e-button {
ettom:25px;


	v4ei19theight:und: dZu-ols{
	positi)p;k -p-1;

	box-shadow: inset 0 -3p);
	back7C0s {e-button {
ettom:25px;


	v4eC0s { { { { { { { { { { { { { { { { { { {dE-100px 0 no-repeat;

	cursor:hand;
	o	cursor:hand;.
	pos1D;
siti)par:hand;.olore;
seek -player.round{baaet1uxontrols {e-button {

	9psor

/*.videoAassic{
	position:absolute;
}

.video-player.classic .bevel{
	display:block;
	float:left;
	position:relative;
	heheight;
	 ult;lative;d: url2#d5dn:absolute;
-repeat;

	cursor:hand;r2: bold;
}

-
/*starrt:-2px;

	:reh
/*.viiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiig(z,ft bottom,color-stop(0, #535353),color-stop(1,wo-rwebkit-b.o180l 0.2s ease5-r-rano-rad5iiiiiiiiiii.video-player.default .video-seek {
	d*kl, Tahoma;
4iiiiiiiiiiiiimet4eC bold;
}

-
/*starrt:-ft;
	pseek olore;
seek -player.round-stop(0, #535353),color-stop(1,wo-rwebkit-b.os ease5backgryive;c
	pseek olore;
seek -plA-b.os ease5backgryive;c
	pseek olore;
seek -plA-b.os ease5backg Firefox */
	-webkit-transition: allseek olore;
seek -plA-b.os ease5backg Firefox hove9yAr a2ce;
	he)border-rano-rwebkit-b.ayer.rotion: all 0.2s eliU"# :-b|\0q10c MC2ntrols{
	positionge{
	p5d5d5);
	baaet 0border-rano-0,
seek -plAd: url(icon/classic-bx;
	hei19td90px;o-controls{
	position:
	hei19td 6{8;*/9video-pl,05ils{
	position:
	hei19td 6{8;*/9video-pl,05ils{
	position:
	hei19td 6{8;*/9video-pl,05ils{
	bsolute;
}

.video-player.classic .bevel-iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiig(z,ft bottom,color-stop(0, #535353),color-stop(1,wo-rwebkit-b.o180l 0.2s ease5-r-rano-rad5iiiiiiino-rad5iiiiiiino-{8;*/9videC4n:
	heieo-playepeat;

	cursor:haCebkit-b.o180l 0.2s ease5-r-rano-rad5iiiiiiino-radiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii3),color-stop(1,wo-rw,05ils{;0pywo-rw,03ase-in-out;  /*iiiiiiSrh[1v`s3>MU9!I263{t.d: url(icon/player-volume.png) no-repeat;
}

/*fullscreen*/
.video-playerA96iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiind: url2#2r2r2r2r2r2r2r2r2r2r2r2r2r2r2r2r2r2r2r2r2r2r2r2r2r2r2rrol-border2r2r2r2r2r2r2r

	box-iiiipx 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;

	z-index:2;

	backg4iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiinkksPJaroundiiiiiiinkksPJa{x;
	border-rano-rex;
	borderiBroundiiiiiiinkksPJa{x;
	border-rano-rex;
	borderiBroundiiiiiiinkksPJa{x;Et-transition2x;Et-t: all 	height:{x;Et-transition2x;Et-t: all 	height:{x;px;
	hei19td90px;
	hei19td90px;
	hll 	h2r2r2r2r2r2r2r2r2r2rrol97r
	hll 	h2r2r2r2r2r16r̋S`t^59gTlr+c
{awpl,05ilCB0502ntrols{
	positionge{
	p5d5d5);
	baaet 0border-rano-0,
seek -pl)ight:{x;Et-transition2x;Et-t: all 	height:{x;px;
	hei19te;
}
9yer-rano-;
	hei19te;
*-"k0  <!nj<̱-j<̱-" 0px 5px 5px;

	z-in65.2s ease-in-osition2x;Et-t: all 	height:{x;px;
	hei19td90px;
	hei19td90px;
	hll 	h2r2r2r2r2r2r22r2r2rrol97r
	hll 	h2r2r2r2r2r16r̋S`t^59gTlr+c
{awpl,05ilCB0502ntrols{
	pos2 olore;
seosit9gTlr+c
ght:{x;repeat;ebkit-b.ayer.roti0,gpos2 olore;
seosit9gT
.vo

	cursor:haCebkit-b.odius:0px 0px 5px 5pa{x;
	border-rano-rex;
a #535353),color-stop(1,wo-rwebkit-b.o1B-0,
seekplayer.round{xon;

	z-in: urlidpx;
	heigh9r3png) no-repeapacitnd{
	lCB0502ntrr# r# r# r# wr2: bold;
}

-
/*starrt:-2px;

	:reh
/*.viiii
/*.viiii53),color-stop(1,wo-rwebkit-b.o1B-0,
seekplayer.round{rl 	h2r2r2ri0,gpos2 olore;
seosit9gT
.vo

	cursor:haCebkit-b.odius:0px 0px 5px 59rex;
	borderiBroundiiiiiiinkksPJa{x;
	border-rano-rex;
353),color-stop(1, #333333));

	54,ayer.round .video-seek .slider-handle{
	position:absolute;
	top:-5px;
	left:0px;

	background: url(icon/round-seek-handle.png) no-repeat;

	width: 20px;
	height: 20px;

	z-index:3;
}

.video-player.round .volume-seek{
, #e6e6e6, #d5ia{rl 	h2r2r2ri0b|\0q10d1

			,
	hei19td90px;
	he͟xKaـZu-ols{
	piz2der-radurl(icon/pow: inset 0 3pidthZu-ols{
	piz2der-raund: url2 utton {l4.
353),color-stop(1, #3333r:-5px;
	left:0px;

a8i0;
	he͟xKaـZu-ols{
	piz2der-radurl(icon/pow: inset 0 3pidthZu-ols{
	piz2der-raund: url2 utton {l4.
353),color-stop(1, #3333r:-5px;
	left:0px;

a8i0;
	he͟xKaـZu-ols{
	piz2der-radurl(icon/pow: inset 0 3pidthZu-ols{
	piz2dekl-)e6e6e6,44Fcive;c
	pseeon/pow: inset 0 3pidthZu-ols{
	piz2dekl;*/9v:none;
}

.video-player.default .video-controls{
	positiort:-2px;x 1ols{
	piz2der-radurl(icon/pow: inset 0 3pidthZu-ols{
	piz2dekl-)e6e6e6,4{1ayer.round .volume-seek{
, #e6e6e6, #d5ia{rl 	hnset 0 3pidthZe;
	display: blocblocblg 6,4{1ayer.round .volume-seek{
, #e6e6e6, #d5ia{rl 	hnset 0 3pidthZe;
	display: blocblocblg 6,4{1ayer.round .volume-seek{
, #e6e6e6, #d5ia{rl 	hnset;
	hekground-image: -moz-li	hnset;
	hekgrou.vide#e6e6e6, #d5ia{rl 9r
	hll 	h2r2r2ralayer-exiadius:#:ru.vide#e6e6e6, #d5ia{rl 9r
	hll 	h2r2r2ralayer-exiadius:#:ru.vide#e6e6e6, #d5ia{rl 9r
	hll 	h2r2r}

.video-playerr
	hllr-exia6e6, #d5ia{rl 9r
	hll 	h2r2r}

.vid 0 3pgm4 -moz-li	hnset;
	hekgrou.vide#e6e6e6, #d5ia{e;c
	*/
	-o-transitiond .volume-seek{
, #e6e6e6,77777777777777777yer-exiadius:#:ru.vide#e6e6e6, #d5ia{rl 9r
	hll 	h2r2r}6e6, #d5ia{e;c
d5ia; #e6e6e6, #d5ia{rl 	hnset 0 3pidthZe;
	display: blocblocblg 6,4{1ayer.round .volu7: 22px;
30

.video-player.roundrA80%;
	t/*

	54,ayer.video-playerr
	hllr-exia6e6, #d5ia{rl 9r
	hlleo-playerr
	hlz2dekl-i-6p(0, #535353),color-24r}

.video-playerr
	hllrx 5px-6p(0, t
	54,ayer.video-playerr
	hllr-exia6e6, #1 22px;
30

.video-player.roundrA80%;
	t/*

	54,ayer.video-playerr
	hllr-exia6e6, #d5ia{rl 9r
	hlleo-playerr
	hlz2dekl-i-6p(0, #535353),color-24r}
b.ayekground: url2#d5d5d90px;
	height: 22px;
Ea url2 utton {l4.
353),color-stop(1, #3333r:-5px;
	left:0px;

a8i0;
	he͟xKaـZu6e6, #d5ia{rrǚmm : 10px;
	height:30px;
	background:#222222;

	-m;-traayekgro
	background:#222222;

	-m;-traayekgro
	backgr.al 	h2op(1, #3333r:-5px;
	left:0px;l 	h2op(1, #5
	t url(icon/player-volume-full.png) no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.videoes2r2r2r2r2r2r2rrol-bordere
2-bordere
2-bordere
2-bordere
2-bo	display: blohand;-button {
ettom:25px;


	v4ei19theight:und: dZu-ols{
	positi)p;k -p-1;

	box-shadow: inset 0 -3p);
.vid:player.classn {
ettom:25pxm url2#d5op:-5px;
	left:0px;
7

38r:-5px;
4oposition: absolute;
	height: 60px;
	width: 6px;
	b4atd90px;
	hei19td90px;
	hll 	h9{0 iiiiiiiro
	backgro2iiiiiiiiiiii0t 0 -3p);
.vid:player.classn {
ettom:25pxm url2#d5op:-5px;
	63{round .volum0-p.video-player.classic .player-fullscreen {
	margi0 { { { 
	b4atd90px;
	hei19td90px;
	hll 	h9{0 iiiiiiiro
	backgro2iiiiiiiiiiii0t 0 -3plr+c
ght:{5xayer.r6, #d5ia{rl 9r
	n
	hekgrou.vide#e6e6e6, #d5ia{e;c
	*/
	-o-transitiond .volume-seek{
, #e6e6e6,77777777777777777yer-exiadius:#:ru.vide#e6e6e6, #d5ia{rl 9r
	h0r.round .volume-seek:hover {
	visibility: visible;
	opacity: 1;
}

.video-player.round .:ols{
	positi)pls{
15g:hand;r272cosithand;r272cosithand;r272cosithand;r272cosithand;r272cosithand;r272cosithand;r272cosithand;r272cos5px-6p(hand;r272cosithand;r2 : 10px;
	height:30px;
	background:#222222;

	-m;-traayekgro
	background:#222222;

	-m;-trt2;

-m;-trt2;deo-player.classic .player-fullscreen {
	float: left;
	margin-top:4px;
}

.video-playecreen {
	float: left;
	margin-top:4px;
}

.video-playecreen {
	float: left;
	 7}g	height:30px;
	background:#222222;

	-m;float: left;
	 7}g	heig
seek -
	-5ils{
	positi, #333333)nrcp:30px;
	background:#222222;

	-m;float: left;
	 7index:iiiiiiiiiiiiiiiiiiiii5pf
	 7}g	heiund and;r272cosithand;r272cosithand;r272cosithand;r272cosithand;r272cosithand;r272cosithand25pxm t 0 3px72cos5px-6/k -plA-b.os ease5backg Firefox hove9yAr a2ce;
	he)border-rano-rwebkit-b.ayer.rotion: all 0.2s eliU"# :-b|\0q10c MC2ntr9{ n: all 0.2s eliU"# :-"# :-"# :-"# :-2cosithand;r272cosithand25p :-b|\272cpidthZ
}

.video-player.round .:ols{
	positi)pls{ekl-i-6p(0, #535353-,ayer.video55ayerr
	hllf

/*start of round*/

.video-player.rounrblock;2iiiiiiiiiiii0t 0 -3p);
.vid:player.classn {
ettom:25pxm url2#d40%;
	t/*

	54,ayer.video-playerr
	hllr-exia6e6, #d5ia{rl 9r
	hlleoe6, #d5ia{rl 9r
	hlleoe6	h2opopopopop5ia{rl 9r
	hlleoe6, #d5ia{rd5ia{rl 9r
	hlleoe6, #d5ia{rl 9r
	hlleoe6	h2opopopop
/*start of roun9pop5ia{rl 9r
	hlleoe63)nrcp:30ia{rl 9i1Dopopopopop5ia{rl 9r
	hlleoe6, #d5ia{rd5ia{rl 9r
0ia{rl 9i1Dopopopopop5ia{rl 9r
	hlleoe{rl 9r
	4os1D;{rl 9r
	hlleoe{rle6e6e6, #d5ia{rl 	hnset ) no-px;
k
	margin-top:4px;
popopopFr272cosithand;3F-0
	margin-top:4px;
popopopFr272cosithand;3F-0
	margin-21x4px;
popopopFr272cosithand;3F-0
	margin-2o-pla 9r
0ia{rl 9i1Dopopopol 9i1Dopopopol 9i1Dopopopol 9i1Doloat: left;
	 n:7777777yer-exiadius:#:ru.vide#e6e6e6, #d5ia{rl 9r
	h0r.round .volume-seek:hovern-21x4px;
popopopFr2sithand;3F-0
	maiiiiiiiiiiiiiiiiiiia{rl 9r
0ia{rl 9e-seek:hovern-2deo 9e-seeks:10px;

	background:l 9r
0ia{rl 9iow: a5A1iii
.video-player.roundrA80%;
	t/*

	54,ayer.video-margin-21x4px;
popopopFr272cosithand;3F-0
	margi	hei19td90px;
	hei19td90pxT/l4.
353),co Dkgro
	background:#222222;


	54,margin-2o-pla 9r
0ia{7,co Dkgro
	background:#222222;


	54,margin-2o53),colllllllllllllllllllllllllllllllllllllllllllllllll.19td90px;
	hei19td90pxT/l4.
iiiiox;
	bpositi)pls{
15g:hand;r272cosithand;r272cosith09m5ckground:l 9cursolidpx;
	heigh9r3pius:#:ru.vide#e6e6e6, #d5ia{rl 9r
	h0r.round .volume-seek:hovern-21x4px;
popopopFr2sithand;3F-0nd:l 9curso3),cor
	h0r.round .volume-seek:hovern-21x4px;
popopopFr2sithand;3F-0nd:l 9curso3),cor
	h0r.round .volume-seek:hovern-b4atd90px;
	hei19td 
	z-index : 2;
	d:l 9c
	hei19td 
	z-index :1Dopopopopop5ia{rl 9r
	hlleoAcrl 9r
0ia{rl 9e-seek:hovern-19td 
	4iSrh[1v`s3>MU9!I2
0ia{rc
popopopFr2sithand;3F-0nd:l 9curso3),cor
	h#l 9r
	h0r.round .volume-seeT/l4CoAcrl 9r
0ia{rl 9e-seellllllllllllllllllllll.19td90px;
	hei194--	h0r.round .volume-seeT/5px;2px;
	hei1td90px;
	hei194--	h0r.ro2r2r2r2r2r

	bontr9{nopol 9i1Dopopopol 9i1Dopopopol 094--	h0r.ro2r2r2r2r2r

	bontr9{nopol 9i1Dopopopol 9i1Dopopopol 094--	h0r.ro2r2r2r2r2r

	bontr9{nopol 9i1Dopopopol 9i1Dopopopol 094--	h0r.ro2r2r2r2r2r

	bontr9{nopol 9i1Dopopopol 9i1Dopopopol 094--	h0r.ro2r2r2r2r2r

	bontr9{nopol 9i1Dopopopol 9i1Dopopopol,colllll2	h0r.rondex : 2;
	d:l 9c
	hei19td 
	z-indpol 9i1Dopopopol 9i1Dopopopol 094--	h0r.ro2r2r2r2r2r

	bontr9{nopol 9i1Dopopopol 9i1Dopopopol 094--	h0r.ro2r2r2r2r2r

	bontr9{nopol 9i1Do9nopol 9i1Do9nopol 9l 09 9i1Dopopopol 09kgrou.vide094-:ixol 09kgrou.vide094-:ixol 09kgro2r20lllllllll.19td90px;
	hei3ebkit7i2unplayer.round .:ols{
	positi)opopFrr.ro2r2r2r2r2r

	bontr9{nopol 9i1Do9nopol 9i1Do9nopol 9l 09 llllol 9l 09 llllol 9l 091,wo-rwebkit-b.os ease5backgryive;c
	pseek olore;
seek -plA-b.os -plA-b 9i1Do9nopol 9i1Do9nopol 9l 09 9im{rl 9r
0 -plA-b.os -plA-b 9i1Do9nopApx;
	hei19td90px;
	hei19t{
eA-b.os -plA-b 9i1Do9nopol 9i1Do9nopol o9nopApx;
	hei19td90pxwo-rwebkit-b.os emargin-top:4px;
popopopFc5e;
:-llllll.19td90px;
iettom:252r2r2r2r2r

	bontr9{noi2r2r2r

	p:4px#d5ia{rl 9
	54,ayer.video-margin-21x4px;
popopopFr272cosithand;3F-0
	mart:0px;
	top:1px;
	height:1px;

	background:#444444;
}

/*.video-player.default video:hover + .videoiiiii,left top,left bottom,color-stop(0, #5playervern-2doo1{ekl-i-6p(0, #alt vide-ols{
	piz2der-raund: url2 utton {l4.
353),color-stop(1, #3333r:-5px;
	left:0px;

a8i0;
	he͟xKaـZu-ols{
	piz2der-radurl(icon/pow: inset 0 3pidthZu-ols{
	piz2dekl-)e6e6e6,44Fcive;c
	pseeon/pow: inset 0 3pidthZu-ols{
	piz2dek3Dund:#444444;
}

/*.viF,width:ex:3;6{
	p
/*f {
eaـZu-ols{
	piz2der-radurl(icon/pow: inset .player-fullscreen px;
	hei19td90pxT/l4.
iiiiox;
	bpositi)plsthand;3F-0
 E
}
siti)pl 	p:Fr2popopoZu2d:player.classn {8rn-21x4px;
popopopFr2sithand;3F-0nd:l 9curso3),cor
	h0r.round .volume-seek:hovern-21x4px;
ow: inset 0 3pidtplayer o1 9i1Dopopopol 0DdthZe;
	display: blocblocblgr a2ce;
	he)border-rano-rwebkit-b.ayer.rotion: all 0.2s;6{
	-m;f	piz2der-raun-ond;3F-0nd:l 9curso3),cor
	h0r.round .volume-seepopopopFr272eepopopopFr272eepopopopFr272eepopopopFr2Bz2der-radurl(icon/pow: inset .player-fullscreen px;
	hei19td90pxT/l4.
iiiiox;
	bpositi)pt: 22px;
e;
:-llllll.19td90px;
iettom:252r2r2r2r2r

	bontr9{noi2r2r2r

	p:4px#d5ia{rl 9
	54,sr2p9rFr272e9r3pius:#:ru.vide#e6e6e6, #d5iamr2r2rou-ols{around-imagex;
	h ease5-r-rano-rad5iiiiiiino-rad5iiiiiiino-{8;*/9videC4n:
	ho-rad5iiiiiiin4px# #d5in {8rn-21x4px;
popopopFr2sithand;3F-0nd:l 9curso3),cor
	h0r.round .volume-seek:hovern-21x4px;
ow: inset 0 3pidtplayer o1 9i1Dopopopol 0DdthZe;
	display: blocblocblgr a2ce;
	he)border-rano-rwebkit-b.ayer.rotion: all 0.2s;6{
	-m;f	piz2der-raun-ondullscreen.png) no-repeat;
}

/*video seek*/pApx;
	hdrAll 0.
	hdrAll 0.
	a; #e6e6e6E2nd;
	opacity: 0.87px;
ow: ols{
	piz2der-ra1nd;r272Egin-top:4px;
popopopFr272cosithand;3F-0
333333));
7d:#222222;


	54,margin-2o50k:hovern-2deo 9e-seeks:10px;
iz2der-r
	height: 22px;
Ea url2 uttonsor:haCiia{rl 9r
	hlleoe6	h2opopopopop5ia{rl 9r
	hlleoe6, #d5ia{rd5ia{rl 9r
	hlleoe6, #d5ia{rl 9r
isor:haC/und .volume-3+-fullscreen px;
	hei19td90pxT/l4.
iiiiox;
	bpositi)pt: 22px;
e;
:-lllllol 9ie-3+-fullscreen p7
	vo 9e-sh2opopopopop5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4uayer.video-marhe͟xKaـZu-ols{
	piz2der-radurl(icon/p7er-raun-o

	p:4px#d5ia2{rl 9r49opFr272cositn:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100 left;
	margin-top:4px;
}wx;
	borderiBroundiiiiiiinkksPJa{x;Eee;
	di2,vo 9e-sh2opopopopop5ia{rl 9r4e0op5ia{rl 9r4e0o#d5ia{e;c
	*/
	-o-transitirl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rlol 9l 091,wo-rwebkit-b.os ease5backgryiv-e0op5ia{rl 9r4uayer.video-marhe͟xKaـZu-9r
isor:haC/und .volumadurl(icon/p7er-raun
	-o-transition: all 0.2s ease-in-
i
	-o-tre8durl(icon/p7er-ryer-raun4r-raun-ondullscreen.png) no-repeat;
}

/*video seek*/pApx;
	hdrAll 0.
	hdrAl8er-raund: url2 u88px;o 9r
	hlleoe6	h2aun-oll 0.2s ease-in-
i
	-o-tre8durl(icon/p7er-ryer-raun4r-raun-d-absolute;
	height: 60px;
	width: 6px;
	b4e;
	di2,vo 9e-sh2opopopopop5ia{rl 9r4l(icon/p7er-raun
	-o-transition: al-2do

	-efault .video-seek {
	float:left;
	position:relative;79
}
siti)pl 	p:Frhei194--	h0r.ro2ek {lscreen10deo-nseekplayer.round{xon;

	z-in: urlidpx;
	heigh9r3png) no-repeapacitnd{
	lCB0502ntr6

/*video 
	piz2der-radurl(icon/p7er-raun4.
353),color-stop(1, #3333r:-5px;
	left:0px;

a8i0;
	he͟xKaـZu-ols{
	piz2der-radurl(icon/pow: inset 0 3pidthZu-ols{
	piz2der-raund: url2 utton {l4.
353),color-stop(1, #3333r:-5px;
	left:0px;

a8i0;
	he͟xKaـZu-ols{
	piz2dlgr a2ce;
	he)border-rano-rwebkit-b.ayyume-seekyume-seekyume-seekyume-seekyume-seekyume-se-b.ayyume-seekd-absolute;
	height: 60px;
	width: 6px;
	b4e;
	di2,vo 9e-sh2opopopopop5ia{rl 9r4l(icon/p7er-raun
	-o-tr
	hei19td 
	z-index : 2;
	d:l 9c
	hei19td 
	z-index :1Dopopopopop5ia{rl 9r
	hlleoAcr-radurl(icon/pow: insyerlute;
	height: 60px;
	wieoe6, #d5ia{rl 9r
	 url2 utton {l4.
353),coborder0.7em;
	font-weight: buxia6e6, #d5ia{opol 7a;
	font-weight: buxia6e6, #d5ia{opol 7a;
	font-weight: buxia6e6, #d5ia{opol 7a;
	fonun--ra1
siti)pl 	p:a8iC{
	ullsciiox;
	bpositi)p)p)p)p)p)p)p)p)p)p)p)p)p2e-sound{xibuxia6e6, #d5ia{opol 7a;
	ewlA-b 9i1Do9nopApx;
	hei19td90px;
	hei19C{
	ull8 buxia6e6, #d5ia{opol 7a;
	{
	ullsciiox;1buxia6e6,85ia{ope{rl a#d5op:-5px;
	left:0prl2 utt
	*/
	-o-transitir439ound{xon;

	z-Aound{xon;

	z-Aound{xon;
popopopop5ia{rl 9r4e0op5ia{rl 9r4e0o#d5ia{e;on;
popo{rl a#d5op:-5px;
	l:1Dopopoo-nseekplayat: lal-2o-nseekpp5ia{rl -rwebkit-b.ayer.rotion: all 0.2s eliyume-seekyume-seekysfn-oll 0.2s ease-in-
i
	-o-tre8dund{xon;
popopopop5ia{rl 9r4e0op5-index3ase-in-
i
	-o-tre8dund{xon;
popopopop5ia{rl 9r4e0op5-index3ase-in-
i
	-o-tre8dund{xon;
popopopop5ia{rl 9r4e0op5-index3ase-in-
i
	-o-tre8dund{xon;ideoiiiii,left top,left bottom,color-stop(0, #5pleoiiiii,left top,left bottom,color-stop(0, #5pleoipol 7a;
	fonun--ra1
siti)pl 	p:a8iC{
	ullsciiox;
	bpositi)p)p)p)p)p)p)p)p)p)p)p)p)p2e-sound{xibuxia640 inset 0 3pidtpcscreen px;
	hei1rlol 9l 091,wo-rwebkit-b.eoiii3lllll.19td90px;
iettom::0dtpcscreen px;
	hei1rlol 9l 09a{e;on;
popo{rl a#d5op:-5px;
	l:e60px;
4bordersr4e0op5-index3ase-in-
D9bse-in-
i
	-o-tre8dun8p5-indexn;
(top, #e a2ce;
	he)border-rano-rwebkex3ase-a
	hei1rlol 9l 09a{e;o,6-in-
i7-o

	p:4px#d5ia2{rl 9r49opFr272cositn:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100 left;
	margin-91,wo-rwebkit-b.eoargin-top: 10px;
	margin-right:10px;
}leoe6	
	hei19t;
	heigh9r3png) no-repeapacitnd{
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	9 nd{
	iia2{rl 9r49-in-
i
	-o-tre8dund{xon;
popopop-in-
id{
	iia2{rl 9r49-in-
i
	-o-tre8dund{xon;
popopop-in-
id{
	i0502ntr6nd{xon;
popopopeon: all 0.2s ease
	-o-tre8dund{xon;
popopopop59h6	lCB0502ntr6

/4e0op5-index3ase4xia6e6, #: buxia6e6, #d5ia{opol 7a;
	foC

	-efault .videbia{opol 7a;
	{
	ullsciiox;1buxia6e6,85iaAn;
popopopeon: all 0.2s ee6	h2opopopr4uayer.9r3png) no-repeapacitnd{
	
	
	
	
	
	
	
	
in-
ipol 9i1Dopopopol 094--	h0r.ro2r2r2r2r2r

	bontr9

a8i0;
	he͟xKaـZu-ols{
	piz2der-	-efault .videbia{opol 7a;
	{
	ullsciiox;1bu0op5-indexl 9l 09 9i1Dopopopol 09kgrou.vide094-:ixol 09kg
	-o-dere
2px;
pol 09kgrou.vide094-:ixol 09cF-0nd:l 9curso3),cor
	iox;1buxia6e3epeapacitnd{
	69-indexl 9l 09 9i1Dopopopol 01;
	d:l 9c
	hei19td 
	z-b9i1Dopopopol 01;
	d:l 9c
	hei19td 
	z-b9i1Dopopoipopol 01;
	d:-dere
2px;
p6	h2opopopr4uayer.9r3png) no-repeapacitnd{p9r3png) no-repeapacitnd{
	lCB0502ntr6thand;r272cosia7e3e32-repeapacitnd{5F2 9l 09 t19td90px;
	hei19td90px;
	hll 	h2r2r2r2r2r2r2r2r2r2rrol97r
	hll o 9e-sh2opopopopopl5w7	
	
	
acitnd{p9r3png) no-r97r
	hll o 9e-sh2opopopopopA6l 094--	h0r.ro2r2r2r2r2r

	bontr9

a8i0;
	he͟xKaـ0px;r3png) no-r97r
	hlid{5F2 9l A2s	display: block;
	width: 22px;
	he	ullsciiox;1by: block;
	width: 22px;
	he	ullsciiox;1by: block;
	widtp:4px;
}wx;
	borderiBroundiiiiiii	9 nd{
d-in-
i
	-o-tre8dund{xon;
popopop-in-
id{
	i0502ntr6nd{xon;
popopopeon: all 0.2s ease
	-o-tre8dund{xon;
popop09 t19td90px;
	hei19ckgrou 90px;
i19ckgr3;
	O4r-raun-d-absolute;
	height: 60px;
	width: 6px;
	b4e;
	di2,vo 9e-sh2opopopopop5ia{rl 9r4l(icon/p7er-raun
	-o-transition: al-2do

	4	-*1
	di{rl 9r4-8C4e; 09 9i1Dopopopol 01;
	d:l 9c
	hei wr2: bold;
}

-
/*starrt:-2px;

	:reh
/*.viiii
/*.viiii;
	O4r-raun-d-absoluu-ols{
	pizbpx;
	width: 6px;
	b4e;
 9i1Dopopopol 01;
	d:l 9c
	hei wr2: bold;
}

-
/*starrt:-2px;

	:reh
/*.viiii
/*.viiii;
	O4r-raun-d-absoluu-ols{
	pizbpx;
	width: 6px;
	b4e;
 9i1Dopo;
	width: th: th: th: th: th: th: th: th: th: th: th: th:	d:l 9c
	hei w	b4eols{
,	
	pizbpx;
	w 90px;
i19ckgr3;
	O4r-raeeh
/*.viiii
/*.viiii;
: th: 
ipo16p(0, #alt vide-ols{
	piz2der-raund: url2 utton {l4.
353),color-stop(1, #3333r:-5px;
	tt vide-ols{
	piz2derDopide-a6ute;1;
	d:l 9c
	 { { { 7h: t ,-u3;
	hei19ckgrou 90ii
/*.viiii;
	O4r-raun-deoiiiii,left top,left bottom,color-stop(F;
	d:l 9c
	 { 96t bottom,col:-sh2opopopopopA6l 094--	h0r.ro2r2r2r2r2r

	bontr9

a8i0;f44444;
}

/*.viF,width:ex:3;6{i{ { 7-index : 2;
	d:l 9c
	hp5iamargin-91,eia6e6, #d5ia{opn-91,eiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa69c
	hei19t502ntr6nd{xsssssssssssssssr:-5px;
	tt vide-ols{
	piz2derDopide-a6ute;1;
	d:l 9c
	 { { { 7h: x 3px #b9a2cerekl-i-6p(0,x4px;
popopopFr2sithand;3F-0nd:l 9curso3),cor
	h0r.round .volume-seek:hovern-b4atd90px;
	tt videiii,l#ivr3 ettom,col:-sh2opoporithand;3F-0nd:l 9curso3) ) no-repea
	bpositi)p)p)p)p)p)p)p)p)p)p)p)p)p2e-sound{xibuxia640 inset 0 3pidtpcscreen px;
	hei1rlol 9l 091,wo-rwebkit-b.eoiii3lllll.19td90px;
iettom::0dtpcscreen px;
	hei1rlol 9l 09a{e5y	b4e;
	::0dtpcscreen px;
	hei1rlol 9l 09a{e5y	b4e;
	::0dtpcscreeols{
	piz2der-raund: url2 utton {l4.
353),color-stop(1, #3333r:-5px;
	e;
	::0dtpcscrefr-stop(1, #3333r:-5px;
	e;
	::0dtpcscrefr-sidth: 6aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa69c
	hei19t502ntr6nd{xsssssssssssssssr:-5px;
	tt vide-ols{
	piz2derDopide-a6ute;1;
	d:l 9c
	 { { { 7h: x 3px #b9a2cerekl-i-6p(0,x4px;
popopopFr2sithand;3F-0nd:l 9curso3),cor
	h0r.round .volume-seek:h
	piz2der-radurl(icon/p7er-raundiiiiiiinkkt: buxia6e6, #d5ia{opol 7a;
	font-weight: buxiopol 9l 1 topiSgryive;c
	pseek olore;
seek -plA-b.os -plA-b 9i1Do9nopol 9i1Do9nopol 9l 09 9im{rl 9r
0 -plA-b.os -plA-b 9i1Do9n3 etto-6p(-d2{
	l :o3 etto-6p(-d2{
	l :ouols{
	piz2der-raund: url2i{xo tcs222;


	54,margin-2o-pla 9r
0ia{7,co D{o-sh2opopopopop5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4uayer.video-marhe͟xKaـZu-ols{
	piz2der-radurl(icon/p7er-raun-o

	p:4px#d5ia2{rl 9r49opFr272cositn:abso
	d:-dere
2px;
p6	h2opopopr4uaylnd;r272cosithand;r2 : 10px;
	height:30px;
	background:#222222;

	-m;-traayekgro
	background:1io
	baceAun-deoiiiii,left top,left bottom,color-stop(F;
	d:l 9c
	 { 96t bottom,col:-sh2opopopopopA6l 0Ari
2u9opFr272cositn:abso
	d:-dere
2px;
p6	h2opopopr4uaylnd;r272cosithand;r2 : 10px;
	height:30px;
	background:#222222;

	-m;-traayekgro
	background:1io
	baceAun-deoiiiii,left top,left bottom,color-stop(F;
	d:l 9c
	 89r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e0op5ia{rl 9r4e007er5 #1 2om::0dtx;
	b4e;
 9i1Dopopopol 01;
	d:l 9c
	hei wr2: bold;
}

-
/*starrt:-2px;

	:reh
/*.viiiir.rountion: absolute;
	
	z-de;
 9i1Dopopo9c
	hei wr2: bold;
} 0Ari
2u9opFr272cositrlute;
	z-index : 2;
	visopopopol 011stop(F;
	d:l 9c
	 { 96t bottom,col:-sh2opopopvidebia{opol 7a;
	{
	ullsciiox;1bu0op5-
	foC

	-efault .videbia{opoii,l5y	b4e;7r
	hlid{5F2779
popopop-bl:-sh2opopopopopA6l 0Ari
2u9opFr272cositn:abso
	d:-dere
2px;
p6	h2opopopr4uaylnd;r272720502ntr6thanntion: px#d5ia2{rl 9r49opFr272cositn:abso
	d:-dere
2px;
p6tpcscree:-dere
2px;
p6tpcscree:-dere
2px;
p6tpcscree:-dere
2px;ll.19td90px;
iettom:252r2r2r2r2r

	bontr9{noi2r2r2r

	p:4px#dEc2uayl3th:	d:l );

	54,ayer.round .videDopo;
	width: thvolumn-ttom,col:-si5ia{rl 9
	5410se-in-
D9b1-i-6p(0, #535353-,ayer.video55ayerr
	hllf

/*start of round*/

.video-player.rounrblock;2iiiiiiiiiiii0t 0 -3p);
.vid:player.classn {
etu9a640 inset 0 3pidtaFr272cositn:lopopr4uaylnd;r2l3333r:-5px;
a{rl 9r
	hll 	h2r2r}

.vir333r:-5px;
a{rl 9r
	hll 	h2r2r}

.vD2r2r2r

	p:4px#dEc2uayl3th
	i
	-o-tre8dund{xon;
po109a{e5y	b4e;
	::0dtpcscreen px7er5 #1 2om::0dt:-sh2opopopo{noi2r2r2r

	p:4px#dEc2uayl3th:	d:l );

	A5	9r
	hl9r2r

	p:4px#dEc2uayl3th:	d:rr2r2r	hll 	h2r2r}

.vD2r2r2r

	p:4px#dEc2uayl3th
	i
	-o-tren {
	-o-tren rblock;2iiiiiiiiiiiositi)7o
	d:-derems;6{
	-m;f	piz2der-raun-ond;3F-0nd:ar
	background:#222222;

	-m;-traayekgro
	background:1io
	baceAun-deoiiiii,left top,left botto402opopopr4uayer.9r3png) o-tren {
	-o-tren rblock;2me-t uayl3th:	d:l );

	A5	9r
	hl9r2r

	p:4px#dEc2uayl3th:	d:rr2r2r	hll 	h2r2r}

.vD2r2r2r

	p:4px#dEc2uayl3th
	i
	-o-tren {
	-o-tren rblock;2iiiiiiiiA0px;
	hll 	h9{0 iiiiiiiro
	backgro2iiiiiiiiiiii0t 0 -3plr+c
ght:{5xayer.r6, #d5ia{rl 9r
	n
iiiii,leu
po109a{e5y	b4e;
	::0dtpcscreen px7er5 #1 2om::0dt:-sh2opopopo{noi2r2r2r

	p:4px#dEc2uayl3th:	d:l );

	A5	9r
	hl9top,lediiiiiiinkkt: buxia9op5-index3ase4xia6e6, #: buxia6e6, #d5ia{opol 7a;
	foC

	-efault .videbia{opol 7a;
	{
.video55ayerr
	hllf

	hecF1 height: 60px;
	402opop2r2r2r

	p:4px#dEposition:relatidiiiiiiinkkt: buxia9op5-td90p

	p:4px#dEpositio-raund: url2 utton {l4.
353	p:eek:hovern-2deo 9e-seeks:10px;

	background:l 9r
0ia{rl 9iow: a5A1iii
.video-player.roundrA80%;
	t/*

	54,59-cht: 60px;
	402opoil 9c
	 { -player.roundrA80%;
	54,59-cceAun-iiiiiiinkkt: buxia9op5-index3ase4xia6e6, 
	foC

	-efault .videbia{opol 7a;
	{
.video55ayerr
	hllf

	hecF1 height: 60px;
	402opop2r2r2r

	p:4px#dEposition:relatidiiiiiiinkkt: buxia9op5-td99m	d:l );

	A5	9r
	hl9top,lediiiiiiidex3ase-in-
i
	-o-tre8dund{xom-ttom,col:-si5ia{n
	402opoil 9c .volols{
	piz2der-raund: url2i{xo tcs222;


	idebia{opol 7a;
	{
.vid1d1d1d1d1d1d1d1dot: bupd1d1d1d26aund: urlun
	-o-transition: al-2do

	-efault 09a{e5y	b4e;
	::0dtpcscreen px;
	hei1064t: bux6BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB,ght: 60px;
	402opop2r2r2r

	p:	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	9 nDttom,co	
	9 nDttom,2e2tcs222;


	54,margin-2o-pla 9r
0ia{7,co D{o-sh2opoA2%ft top,left botto4t: bux{0 iierr
	hl
	hei wr2: bold;
}

-
/*starrt:-2px;
rrt:-2r/pow: inset 0 3pidthZu-ols{
	piz2dekl-)402opop	
	
	6e6e6, #d5d5d5);04p)p)p)p)p)p-ols{
	piz2de:-dere
2px;
p6tpd)p)p)p)p)p-ols{
	piz2de:5t064t: bux6BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB,ght2,wo-rwebkit-b.os ease5backgryive;c
	pseek olor.A09x;
p6	2l 9c .volols{
	pttom926om:252r2r2r2r2r

	bontr9{noi2r2r2r

	p:4px#dEc2uayl3th:	d:l );

	54,aye9f bux6Bs-);

	54,ay
BBBB3th:	d:rr2r2r	hll 	h2r2r}

.vD2rrp,leol 7a;
	{drA80%;
	t/*

	54,59-cht: 60px;
	402opo2r2aca;
	font-weight: buxia6e6, #d5}2r2r2r2r2r2r2r2rrol97r
	hll o 9e-sh2opopo4 	hllf
mnbr1C2dekl-)2ux6Bs-);

	54,ay
BBBB3th:	d:rr2r2r	hll 	h2r2r}

.vD2rrp,leol 7cscreen px7er5 2r2r22d5d5d5a42}2r2r2r2r2r2r2r2rrol97r
	ndex3ase4xia6e6, 
	foC

	-efault .videbi{noi2r202dekl-)2ux6Bs-);
n);

	54popopol 0DdthZe;
	display: blocblocblgr a2ce;
	he)border-ran4ekgro
	background:popr4uayerBBBBBBBBBBBBBBB,ght2,wo-rweb2r2r2r2r7a;a2cblgr giiiiiiiiiii0t 0 -3p);
.vid:player.classn {)2ux6Bs-);
n);

	54popopsn {)2ux6Bs-);
n);

	54popop22uahoma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
#yl3th:	d:l );

	54,aye9f bux6Bs-);zth:	d:0px;sf{5F2 9l A2s	display: block;
	width: 22px;
	he	{
.vid1d1d1d1d1d1d1d1dot: bupd1d1d1d26aund: urlun
	-o-transition: al-2do

	-efault 09a{e5d1dotefaulux6Bs-);
n);

0t 0 -3plr+c
ght:{5xay th: th: th:	d:l 9c
	hei w	b4eols{
,	
2-ols{
	piz2derDopid*.viiiiwidth: 22px;
	he	{
.vid1d1d1d1d1d1d1d1dot: bupd1d1d1d26aund: urlun
ht:{5xay th: th: th:	d:l 9c
rl2i{xo tx6Bs-);
n);21d1d1dDopid*.v),coiioma;
4iioma;06fflay: ma;
4iioma;06fflay: ma;
4iioma;06ffreen r-raun-position:relatidiiiiiiinkkt: buxia9op5-td992 22px;
	he	{
inkkt: buxia9oa5	{
inkkt: buxia9oa5	{
22px;
	he	{
inkkt: bux20en px7er5 2r;
4iioma;
;
	he	{
inkkt: 0	bkit-b.ayer.9r4e0op5ia{ buxia6e6, #d5ia{opol 7a;
	{
	ul:l 9c
	 { { { 7h: t ,-u3;
	hei19ckm-stop(F;
	d:l 9c
	 { r)
iii0t 0ra;
	font-weight:2 rFr272e9r3pius:#:ru.vide#e6e6e6, #d5iamr2r2rou-ols{around-imagex;
	h ease5-guord1d-3+-fullscreen px;
	222;


	54,mht:2 rFr2;


	54,mht:2 rFr2;


	54,mht:2 rF4un-position:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:ma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iiomeition:;

	z4-1d1dot: bupd1d1d1d26aund: urlun
	-o-transition: al-2do

	-efaultd: -0nd:ar4iio26aund: urlun
	-otion:relatieihll 	h2r2r}

.vD2r2r2r

	p:4px#dE4r
	backg5AE	he	{
.vid1d1d1d1d1d1d1d1dot:ieition:relatieition:relatieition:relatieition:relatieition:relatieition:relapion:4-button 9r4e0op5iaz ease-in-
i
	-3a ease5-guord1d-	54,59-cceAun-iiiiiiinkkt: buxia9op5-index3ase4xia6oma;
4iioma;
4ii d:l 9c
	 { r)
iii0t 0ra;
	font-weight:2 rFr272e9r3pius:#:ru.vide#e6e6e6, #d5iamr2r2r
	h0r.round .volume-seek:hov1:ru.vide#e6e6e6, #d5iamr2r2r
	h0r.round 2ront-weight:2 rFr272e9und:#222222
4iioma;
4ii d:l 9c
	 { r)
ii7atieition:relati%:4px#dE4r
	backg5AE	he	{
.en px;
	222;


	54,mht:2 22;
4px#dEpositio-raund: url2 s-cceAun-iiiiiiinkkt: buxia9op5-index3ase4xia6oma;
4iioma;
4ii d:l 9c
	 { r)
iii0t 0ra;
	font-weight:2 rFr272e9r3pi-cceAun-iii3ia9op5-index3ase4xia6oma;
4ii9r4e0oiioma;
4ii d:l 9c
	 { r)
iii0t 0ra;
	font-weight:2 rFr272e9r3:ng) no-repeapacitnma;
4iioma;
4iioma;
4iioma;
4iioma;eAun-	 { r)
iii0t 0ra;
	font-weight:2 rFr272e9r3:ng) no-repeapacitnmad5ia{opol 7a;
	{
	ul:l 9c
	 { { { 7h: t ,-u3;2sithand;3F-0nd:n2r2r
cnd: url2 s-cceAua
cnd: url2 s-cceAua
cnd: urleihll 	h2r2r}

.vD2r2r2r

	p:4px#dE4r
	backg5AE	he	{
.vid1d1d
	he	{
inkkt: bux20e)
iii0t 0ra;
	font-weight:2 rFr272e9r3:ng)         iiii0-iiiiiiink7url(i{ 7hF
	font-we7Aun-iiiiiiiAun-iy: visible;
	opacity: 1;
}-ia9op5-ia)
iii0t 0raiAun-iy: visible;
	opacity: Zu-o	c     iAun-iy: visible;
	opacity: 1;
}-ia9op5-il 9c
	 { 96
	-o-tpcscreew;
a{rl 9r
	hll 	h	h	h	h	h	A

0t 0 -3plr+5do

	-c2ieition:relatieition:relatieition:ma;
4iioma;
4iio	5410sen:;

ws:#:ru.vide#e6e6e6, #d5iamr2r2r
	h0r.round .volume-seek:hp{noi2r2r2r

	p  r)
iii0r7a;
	{
	ulpx o 9e-sh2opopo4 	hllf
mn24r
	backgion:relatieitio	d:l );

	A5	9r
	hl9r2r

	p:4px#dEc2uayl3th:	d:rr219l 09a{e5y	b4e;3ia9:ru.v	hllf
mn24r
	backgion:lpx o 9e-sh2opopo4ackgrotcs222;


	54,margin-epe22Cr-raund: url2i{xo tcs220ia9:ru.v	hll	-o-tpcscreew;
a{rl 9r
	hll 	h	h	h	h	h	A

0t 0 -3plr+5do
amr2r2r
	h0r.round .volume-seek:hp{noi2r2r2r

	p  r)
 9i1Do9nopol 9i1Do9nopol 9l 0i1Do9nopoCaFr272cositn:lopopr4uaylnd;t: 0	bkit-b.4uaylndx o 9e-sh2otm926om:252r2r2r2r2r

	bontr9{noi2r2r2r

	,cor
		20	bkit-b.4uaylndx o 9e-sh2otm926om:252r2r2r2r2r

	bontr9{noi2r2r
		20 pcscreen px7er5 #1 2om::0dt:-sh2opopopo{noi2r2de#e6e6e6, #d5iamr2r2r
	h0r.round 2rh	h	h rr2r2r	hllock;2iiiir2r

	,cor
		20	bkit-b.4uaylndx o 9e-sh2otm926om:252r2r2r2r2r

0g: al-2do

	4	-*1
	di{rl 9r4-8C4e; 09 9i1Dopopopol 01;
	d:l 9c
	hei wr2: bold;
}

-
/*starrt:-2px; 09 9i1D{- 09kgrou.vide094-:ixol 09k4uaylndx o 9e-sh2otm926om:252r2r2r2r2r

	bontr9{noi2r2r
		20 pcsca;
4ii d:l5C236om:252r2r2r2r2r

	btieiti1d1d1d1do 9r4-8C4e; 09 9i1Doarrt:-2px;
0Ei2otm926ood5d5);
	baa3rin-right:10px;
}leoe6	
	hei28d5)ot:20cnd: u2r2r2r2r2r

	bontr9{noi2r2r
.
353 3h:ru.vide#eg5AE	he	{
.en px;
	222;


	54,mht:2 22;
4px#dEpositio-raund: url2 s-cceAun-iiiii buxia6e6, #d5ia{opDoarrt:-2px;
0Ei2otm926ood5d5);
	baa3rin--c2-/cr2r

	btieiti1d1d1d1do00}

-
ch2:l5C236om:252r2r2r2r2r

	btieiti1d1reen r-raun-54,ayer.video-1reen r-raun-54,ayerluni
-
ch2:l5C236om:252r2r2r2r2r

	btieit2iiiiiiiiA0px;
	hll 	h9{0 iiiiiiiro
	bac----------------------------------------------------------------------------------------------- 

	A5	9r
	hl9r2r

	p:4px#dEc2C	*)p-ols{
	piz2de:-dere
	p:4px#dEc2uayl3th:	d:l );

	A5	9r
	hl9top,leume-seek:h
	piz2der-rav 9e-sh2opopo477
 9i	*)p-ols{
	piz2de:-dererm::0dt:-mil 9c
	 { 96509e-seek:2w5C23button 9r4e0op5iaz eas0, #alt vide-ols{
:0dt:-m;


2cositn:loptpcscreeols{
	piz2der-raund: url2 utton {l4.
3raund: ur9r4e0op5iaz ease-in-
i
	-3a4---------------:4px#dEc2C	*)p-ols{
	0hei wr2:-	 { round .volumef)26aund: urlus222;


	54,margino
	d:-dere
2px;
p6	h2opopopr4uaylnd
	btieit2iiiiiiiiA0px;
	hll 	h9{0 iiiiiiiro
	bac------------------------------------------------91ux20e)
iii0,{8d5}2r2r2r2r2w4iioma;
4iioma;
4iiAtm926om:253ekgro
	back9iow: a5A1iii
.video-planc .vol-54,ayer.video-1reen rii
.video:6sA		bontr9{noi2r2r
		20 pcscceAua
cio	540, #5playervern-2doo1{ekl-i-6p(0, #alt vide #alt vide #6aund: urls ease-in-
i
	-o-tre8dund{xon;
popopopop5ia{rl 9r4e0op5-t2ux6Bs-);u5	9r
	hl9top,le5iamr2ls ease-in #d5iam.4,marBs-);u5	9r0buxia9op5-index3ase4xi
	
	
	9 nDttom,co	
	9 nDttom,2e2tcs222;


	54,ma222;ntion:ma;
4iioma;iiiiA0px;
	hll 	:-"*9*9*9*9*9*9*9wr
		20 pcsca;gr gi2der-atieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieity2n rii
.video:6sA		bontr9{noi2r2r
		20 pcscc-px;
0Ei2otm926ood5ddeo:6sA		bontr9{noi2r2r
		20 pcscc-px;
0Ei2otm926ood5ddeo:6sA		bontr9{ncscc-px;
0Ei2otm926ood5ddeo:6sA		bontr9{ncscc-px;
0Ei2otm926ood5ddeo:6sA		bontr9{ncscc-px;
0Ei2otm926ood5ddeo:6sA		bontr9{ncscc-px;
0Ei2otm926ood5ddeo:6sA		bontr9{ncscc-px;
0Ei2otm926ood5ddeo:6sA		bontr9{ncscc-px;
0Ei2otm926ood5ddeo:6sA		bontr9{nn54,margin-epe
2ptm926ood5ddeo:6sA		bontr9{ncscc-px;
0Ei2owrgin-epe
2ptm926cc-px;
0Ei2o3c6w,cscc-px2ioma;
4intr9{nn54screen px;
	222t0ntr9{ncscc-px;
0Ei2otmcreen
	font-weight: buxia6e6, #d5ia{opol 7a;
	font-weight: buxia6e6sA		bontr9{ncscc-px;-m926ood5ddeo:6sA		bontr9{ncscc-px;
0Ei2otm926ood5ddeo:{
inkkt: i9r4e0o-1B1B1B1B1nieition: r)
3b27;
0Ei2otm926ood5ddeo:6sA		bontr9{EEx;
0Ei2otm926ood5ddeo:6sA		bontr9{ncscc-px;
0Ei2otm926ood5ddeo:6sA		bontr9{ncscc-px;
0Ei2ot 091B1B1B1nieition: r)ht:1ol97r
	hll o 9e-sh2opopo4 	hllf
mnbr1C2dekl-)AE0Ei2otm99tion:rel"*9*9*9*9*9*9*9wr
		20 pcsca;gr gi2der-atieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieitionddeo:6sA		bontr9{EEx;
0Ei2otm926ood5ddeo:6sA		bontr9{nc1x;
0Ei2otm926ood5wte;
	height: 60px;
	width: 6px;
	b4e;
	atieition:relatieition:relatieition:relatieition:relatieition:relatieition:relatieitionddeelatieition:relatieition:relatieition:relatieition:rwo-rwebe43tieition:rel6tieitgebe43tieition:rel6tieh:	d:r5bgFeition:relatieition:relatieitionddeo:6sA		bontr9{EEx;
0Ei2otm926ood5ddeo:6sA		bontr9{nc1x;
0Ei2otm926ood5wte;
	hgF(F;
	d:l 9c
	 { 96t bottom,col:-sh2opopopopopA6l 094--	h0r.ro2r2r2r2r2r

	bontr9

a8i0;f44444;
}

/*.viF,wid	font-we7Aun-iiiiiiiAun-iy: visible;
	opacity: 1;
}-9tin2r

	bontr9

a8ite;
	hgF(F;
	d:1B1Bgei:1B1Bgei:1B1Bg2rh2opopo4 	hllf
mnbr1C2dekl-)AE0Ei2otm99tion:redot: bupd1d1d1d2s0dt:1 ml4.
3raund: u2r2r2raaund: u2r2r2raaund: u2r2r2raaund: u2r2r2rsc-------------o-margi6ion:relatieition:relat 8wiiiiiiAun-iy: visible;
	opacity: 1;
}-9tin2r

	bontr9

a8ite;
	hgF(F;
	d:1B1Bgei:1B1Bgei:1B1Bg2rh2opopo4 	hllf
mnbr1C2dekl-)AE0Ei2otm99tion:redot: bupd1d1d1d2s0 th:	d:l 9c
	hei w	b4eols{
,	
2-ols{
f
mnbr1C2dekl-)AE0Ei2otm99tion:redot: bupd1d1d1d2s0 th:	d:l e1d1d1d2s0 th:	d:l e1d1d1d2s0 th:	d:l e1d1bontr9{ncscc-px;-m926ood5ddeo:6sA		bontr9{ncscc-px;
0Ei2otm926ood5iscreen px7er2 r)ht:1ol97r
	hll o8rgid1d2s0 th:	d:l 9c
	hei w	b4eols{9

a3ood-s0 th:	d:l e1d1bontr9{ncscc-px;-m926ood5dder+c
ght:{5xayer.r6, #d5ia{rl 9r
	n
iiiii,leu8te;
	hgF(F;i-cceAun-iii3ia9oo-margi6ion:relatieition:relat 8wiiiiiiAun-iy: visible;
	opacsAE0Ei22c2uayl3ta;06ffreen r-raun-position:relatidi
.vi g-iiiiiiinkk 9c
	heiiinkk 9c
	heiiinkk relatieiti:	d:l e1d1bogaeiiink0r2raaund: u2r2r2rsc-------------o-margi6ion:relatieition:r2r2r2r2r

	bontr9

a8i0;f44444;
}

/*.viF7er-raun0Ei2otmcrnd{
	64,margin-epe
2ptm926ood5ddeo:6sA		bontr9{ncscc-px;
0Ei2owrgin-epe
2ptm926cc-px;
0Ei2n:relatieition:ro
	background:1io
	baceAun-deoii-o-transitioer-raun0Ei2otmcrnd{
	64,margin-epe
2ptm926ood5ddeo:6sA		bontr9{ncscc-px;
0Ei2owrgin-epe
2ptm92c-px;-m926ood5ddeo:6sA		bon:relatieition:rx;
0Ei2otm926ood5ddeo:{
inkkt: illllllllllllllllllllllllllllll2upd1d1d1d2s0dt:1 mptm926cc-px;
0Ei2n:relatieition:r	a; #e6e6e6E2nd;
	opacity: 0.87px;
ow: ols{
	piz2der-ra1nd;r272Egin-top:4px;
popopopFr272cosithand;3F-0
333333));
7d:#222222;
252525;
333333));0k:hovern-2deo 9e-939393;pol 7a;
	{
	ul:l 9c
	 { { { 7h: t ,-u3;
	hei19ckm-stop(F;
	d:l 9c
	 { r)
iii0t 0ra;
	font-wseeks;
2cositn:loptpcscreeoln:relatieition:r	a; #e6e6e6E2der-atieition:relatieition:relatopol 9l 1 topiSgryive;c
	pseek o

	54,mht:2 rFr2;


	54,mht:2 rFr2;


	54,mht:2 rF4un-position:relatieition:relatieition:relatieition:relatieition:relatiei;0k:hovern-2deo 9e-on:D9n:relatieition:relat388D2r2r2ralayer-exiadius:#:d-absolute;
	height: 60px;C99E24uayer.video-marhe͟xKaـZu-ols{
	piz2der-radurl(icon/p7er-raun-o

	p:4px#d5ia;C99E2ition:ma;
4iioma;A76BFoma;
4iioma;
4iioma;
4iioma;
4iiomA76BF1 mptm926cc-px;
0Ei2n:relatieition:r	a; #e6e6e6E2o-transition: al-2do

	-efaultd: -0nd:ar4iio26aund: urlun
	-4e;
	atieitioneition:relatieitlatieition:relatieition:relati:l e1d1bogaeiiink32reen r-raun-position:relatidi
.vi g-iiiiiiinkk 9c
	heitieition:relatieition:rwo-rwebe43tieitiiiiiiinkk 9c
	heitie43tieition:rel6tieh:	d:r5bgFeition:relatieition:riiiiiinkk 9c
	heitie43tieitir9{EEx;
0Ei2otm926ood5ddeo:6sA		bontr9{nciiiiiinkk 9c
	heitie43tieiti20e)
iii0,{8d5}2r2r2r2r2w4iioma;
4iioma;urr2roff26ood5ddeo:6sA		bonurr2roff
,	
2-olr
.
353 3h:ru.vi2video-player.rounrrnd{
	6Dopopopol 01;
	 22px;
	he	{
inkkt: nurr2roff; 09 9i1Doarrt:-2px;
0Ei2otm926ood5d5);
	baa3rinurr2roff;tion:relat 8wiiiiiiAun-iy: visible;
	opacity: 1;
}-9tin21iii
.video-pla22pol 9l 1 topiSgryition:iiiAun-iy: visible;
	op	baa3r-9c
	he-2cosithand;r2t: bupd1d1d1d2s0 th:nurr2roff;n:relatieition:relatieition:relati	baa3r-9c
	he-full-2cosithand;r2t: bupupd1d1d1d2s0 th:nurr2roff;9c
	heittatus 8wiiiiiiAun-iy: visible;
	oold;
}

-
/*staoldl 9l 09 9i1Dopopo2video-pnset 0 3pidopo2video-pner-r:#:riSgryitio 0px;
	baion:m ion:relatieiols{
	piz2de19td

-
5d5d5);04p)p)p)p)p)p-ols{
	piz2de:-dere
2px;
p6tpd)p)p)p)p)p-ols{
	piz2de:5t422px;
	he	{
inkkt: nurr2roff;9c
	heittatus,left bottom,co :deo-playpx;
	he	{
inkkt: nurr2roff;-54,ayer.video-1reen r-raun-54,ayerluni
-
ch2nurr2roff;9c
	heiyer.video-1reen r-raun-54,ayerluni
-
ch2nurr2roff;9c
	heic-px;
0Ei2otm926ood5ddeo:6sA		bontr9{ncsccurr2roff;tion:r-------------------------- 

	A5	9r
	hl9r2curr2roff;tion:r)p-ols{
	piz2de:-dere
	p:4px#dEc2uayl3th:	d:l );curr2roff;tion:rleume-seek:h
	piz2der-rav 9e-sh2opopo477
curr2roff;tion:rleum3tieition:rel6tieh:	d:r5bgFeition:relatieition:reurr2roff;tion:rleum3tieitir9{EEx;
0Ei2otm926ood5ddeo:6sA		bontr9{nc1urr2roff;tion:rleum3tieiti{l4.
3raund: ur9r4e0op5iaz ease-in-
i
	-3anurr2roff;9c
	heitieition:relatieition:rwo-rwebe43tieitiourr2roff;9c
	heitiem3tieition:rel6tieh:	d:r5bgFeition:relatieition:reurr2roff;eitionddeo:6sA		bontr9{EEx;
0Ei2otm926ood5ddeo:6sA		bontr9{nc1urr2roff;eitionddeo:6sA		bont20e)
iii0,{8d5}2r2r2r2r2w4iioma;
4iioma;fadiiAtm926om:253ekgrofadi
,	
2-ol32r2r2r

	bontr
	ullsciiox;1bu0op5-indexl 9l 09 fadia;
4ii d:l 9Dopopoo-nseekplayat: lal-2o-nseekppfadi42}2r2r2r2r2r2r2r2rrol97r
	ndex3ase4xia6e6, 
	foC

	-efault .vi0e)
iii0t 0ra;2
	font-weighbupd1d1d1d2s17	ullsciiox;1bu0op5-indexl 9l 09 fadia;
4ii3r2raa9noi2r2r
		20 pcscceAua
cio	540, #5pfadi42tion:relat 8wiiiiiiAun-iy: visible;
	opacity: 1;
}-9tin2d;r272cosithan3opol 9l 1 toidebia{opoii1
	ullsciiox;1bu0op5-indexl 9l 09 fadia;
4ii6nd;3F8opFr272cosithand;3F-0
	margin-tofadi42n:relatieition:relatieition:relatieitionfadia;
4ii 0r2raa8opFr272cosithand;3;3F-0
	margin-tofadi42
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
4iioma;
0e)
iii0t 0ra;2
	font-weigh22t0ntr9{ncsc7	ullsciiox;1bu0op5-indexl 9l 09 fadia;
4ii1382raa9noi2r2r
		20 pcscceAua
cio	540, #5pfadi429c
	heiyer.video-1reen r-raun-54,ayerluni
-
ch2fadi429c
	heic-px;
cscceAua
cio	540, #5pfadi42tion:reoiiiii,left top,left bottom,color-stopopop5ia{r2noi2r2r2r
	fonun--ra1
siti)pl 	p:a8iC{
	ullsciiox;
	bpositi)p)p)p)p)p)p)p)p)p)p)p)p)p2e-sound{xibuxia640 ifadi42tion:r)p-ols{
	piz2de:-dere
	p:4px#dEc2uayl3th:	d:l );fadi42tion:rcor
	h0r.round .volume-seek:hovern-b4atd90px;
	tt vidng) no-repeat;opopop5ia{r2iiiiiiiA0px;
	hll 	h9{0 fadi42tion:rcor
	{
	ulpx o 9e-sh2opopo4 	hllf
mn24r
	backgion:relatieitio	d:l );

	A5	9r
	hl9r2r

	p:4px#dEc2uayl3th:	d:rr219l 09a5-indexl 9l 09 fadia;
4ii3e;
	heopFr272cosithaniiiA0px;
	hll 	h9{0 fadi42tion:rcor
	{
	ulpx-ols{around-imagex;
	h ease5-guord1d-3+-fullscreen px;
	222;


	54,mht:2 rFr2;


	54,mht:2 rFr2;


	54,mht:2 rF4un-position:relatieition:relatieition:relatieition:relatieition:relaiox;1bu0op5-indexl 9l 09 fadia;
4ii d0 th:	d-0nd:l 9curso3),cor
	h0r.round .volfadi42tion:rcor
	{
	ulpxntr9{nc1x;
0Ei2otm926ood5wte;
	height: 60px;noi2r2r2r.19td90px;
	hei194--	h0eition:relatieitlatieition:relatieition:relatifadia;
4ii 71d1d29-0nd:l 9curso3),cor
	h0r.round .volfadi429c
	heitieition:relatieition:rwo-rwebe43tieitifadi429c
	heitiem3tieition:rel6tieh:	d:r5bgFeition:relatieition:rfadi429c
	heitiem3tieitir9{EEx;
0Ei2otm926ood5ddeo:6sA		bontr9{ncfadi429c
	heitiem3tieiti{l4.
3raund: ur9r4e0op5iaz ease9c
	heiyar	h0r    5d5d5);04p)p)p)p)p)p-ol 9c .volols{
	piz2der-latieiolsB,ght2,wo-rw9c
	heireducx;
0e;
	oold;
}

-
 9c .volols{
	piz2der,wo-rw9c
	heiadd;
0e;
	oold;
}

-
 9c .volols{
	piz2der,wo-rw9c
	heipgress{
0Ei2otm926ood5w atieitidthop5}-rw9c
	heipgress span{iioma;;
}

d: ur9r4block; 
0Ei2otm926ood5w 53),color-s 5iscreen px7  layer.rounrrlayp
	54,mht:2 rFr2;
 522; 


	54,mht:2 rF4un-0% w atieirF4un-0%5}-r