:-webkit-full-screen #movie {
  width: 100%;
  height: 100%;
}

.player {
    background: #000;
    box-sizing: border-box;
    height: 70px;
    -moz-box-sizing: border-box;
    float: left;
    font-family: Arial, sans-serif;
    position: absolute;
    padding: 0;
    bottom: 20px;
    z-index: 2;
    opacity: 1;
	border-top: 2px solid #ffa500;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
	font-size: 62.5%;
}
 
.video {
    position: relative;
}
 
.video:hover .player {
    opacity: 1;
}
 
.player .progress {
    width: 60%;
    height: 15px;
    border-radius: 10px;
    background: #333;
	border: 1px solid #ffa500;
    box-shadow: inset 0 -5px 10px rgba(255,165,0,0.1);
    float: left;
    cursor: pointer;
    margin: 24px 0 0 0;
    padding: 0;
    position: relative;
}
 
.player .progress-bar {
    background: #ffa500;
    border-radius: 0;
    height: 100%;
    position: relative;
    z-index: 999;
    width: 0;
	float: left;
}
 
.player .button-holder {
    position: relative;
    left: 5px;
}
 
.player .progress-button {
    background: #ffa500;
    box-shadow: 0 0 20px rgba(255,165,0,0.3);
    border-radius: 30px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -20px;
    text-decoration: overline;
}
 
 
.player [class^="buffered"] {
    background: rgba(255,165,0,0.1);
    position: absolute;
    top: 0;
    left: 30px;
    height: 100%;
    border-radius: 5px;
    z-index: 1;
}
 
.player .play-pause {
    display: inline-block;
    font-size: 3em;
    float: left;
    text-shadow: 0 0 0 #ffa500;
    color: rgba(255,165,0,0.8);
    width: 10%;
    padding: 17px 0 0 3%;
    cursor: pointer;
    font-variant: small-caps;
}
 
.player .play, .player .pause-button {
    -webkit-transition: all 0.2s ease-out;
}
 
.player .play .pause-button, .player .pause .play-button {
    display: none;
}
 
.player .pause-button {
    padding: 5px 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 34px;
}
 
.player .pause-button span {
    background: #ffa500;
    width: 8px;
    height: 24px;
    float: left;
    display: block;
}
 
.player .pause-button span:first-of-type {
    margin: 0 4px 0 0;
}
 
.player .time {
    color: #ffa500;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    right: 0;
    top: 24px;
}
 
.player .stime, .ttime {
    color: #7f5200;
}
.player .play:hover {
    text-shadow: 0 0 5px #ffa500;
}
 
.player .play:active, .pause-button:active span {
    text-shadow: 0 0 7px #ffa500;
}
 
 
.player .pause-button:hover span {
    box-shadow: 0 0 5px #ffa500;
} .player .pause-button:active span {
    box-shadow: 0 0 7px #ffa500;
}
 
 
.player .volume {
    position: relative;
    float: left;
    width: 8%;
    margin: 0 0 0 4%;
    height: 100%;
}
 
.player .volume-icon {
    padding: 1.5%;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
}
 
.player .volume-icon-hover {
    background-color: #000;
}
 
.player .volume-holder {
    height: 100px;
    width: 100%;
    background: black;
    position: absolute;
    display: none;
    background: #000;
    left: 0;
    border-radius: 5px 5px 0 0;
    top: -102px;
	border-top: 2px solid #ffa500;
	border-right: 2px solid #ffa500;
	border-left: 2px solid #ffa500;
}
 
.player .volume-bar-holder {
    background: #333;
    width: 10px;
    box-shadow: inset 0px 50px 10px rgba(255,165,0,0.1);
    margin: 15px auto;
    height: 80px;
	border: 1px solid #ffa500;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
	overflow:hidden;
}
 
.player .volume-button {
    background: #ffa500;
    box-shadow: 0 0 20px rgba(255,165,0,0.3);
    border-radius: 30px;
    width: 20px;
    height: 20px;
}
 
.player .volume-button-holder {
    position: relative;
    top: -9px;
}
 
.player .volume-bar {
    background: #ffa500;
    border-radius: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}
 
.player .fullscreen {
    width: 12%;
    cursor: pointer;
    float: left;
    height: 100%;
}
 
.player .fullscreen a {
    width: 25px;
    height: 20px;
    border-radius: 3px;
    background: #ffa500;
    display: block;
    position: relative;
    top: 23px;
    margin: 0px auto;
}
 
.player .volume-icon span {
    width: 10px;
    height: 9px;
    background-color: #ffa500;
    display: block;
    position: relative;
    z-index: 1;
    font-weight: bold;
    top: 40%;
    color: #ffa500;
    left: 22%;
}
 
.player .volume-icon span:before,
.player .volume-icon span:after {
    content: '';
    position: absolute;
}
.player .volume-icon span:before {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    border-left: none;
    border-right-color: #ffa500;
    z-index: 2;
    top: -2px;
    left: 10%;
    margin-top: -40%;
}
.player .volume-icon span:after {
    width: 2%;
    height: 2%;
    border: 1px solid #ffa500;
    left: 190%;
    border-width: 0px 0px 0 0;
    top: 5px;
    border-radius: 0 50px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
     transform: rotate(45deg);
     font-variant: small-caps;
 }
 
.player .v-change-11 span:after { border-width: 10px 10px 0 0; top: 0; }
.player .v-change-10 span:after { border-width: 9px 9px 0 0; top: 1px; }
.player .v-change-9 span:after { border-width: 8px 8px 0 0; top: 1px; }
.player .v-change-8 span:after { border-width: 7px 7px 0 0; top: 2px; }
.player .v-change-7 span:after { border-width: 6px 6px 0 0; top: 2px; }
.player .v-change-6 span:after { border-width: 5px 5px 0 0; top: 3px; }
.player .v-change-5 span:after { border-width: 4px 4px 0 0; top: 3px; }
.player .v-change-4 span:after { border-width: 3px 3px 0 0; top: 4px; }
.player .v-change-3 span:after { border-width: 2px 2px 0 0; top: 4px; }
.player .v-change-2 span:after { border-width: 1px 1px 0 0; top: 5px; }
.player .v-change-1 span:after { border-width: 0px 0px 0 0; top: 5px; }
 
.player .v-change-1 span:after {
    content: '+';
    -webkit-transform: rotate(45deg);
    font-size: 20px;
    top: -6px;
    left: 25px;
}

.overprogress {
	overflow: hidden;
	margin: 0;
	border-radius: 10px;
}

.video {
	border: 2px solid #ffa500;
}