.vcc-video {
	width:700px;
}

.vcc-player.vcc-fullscreen {
  /*width: 100vw !important;*/
  height: 100vh !important;
  background: #ffffff !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.vcc-player.vcc-fullscreen .vcc-video {
	height: 80vh!important;
}

/*.vcc-button {
	text-indent:-9999px;
	width:16px;
	height:16px;
	border:none;
	cursor:pointer;
	background:transparent url('../img/video_controls.png') no-repeat 0 0;
}*/

.vcc-pause { background-position:-19px 0; }
.vcc-stop { background-position:-38px 0; }

.vcc-volume {
  width: 50px;
  vertical-align: middle;
  padding:0px;
}


.vcc-progress {
  color: #2c98db;
  font-size: 12px;
  width: 500px;
  height: 16px;
  border: none;
  margin-bottom: 10px;
  background: #434343;
  vertical-align: middle;
}
.vcc-progress::-moz-progress-bar { 
  color:#2c98db;
  background:#434343; 
}

.vcc-progress[value]::-webkit-progress-bar {
  background-color: #434343;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.vcc-progress[value]::-webkit-progress-value {
  background-color: #2c98db;
}

.vcc-volume {
  -webkit-appearance: none;
  width: 100%;
  margin: 6.8px 0;
}
.vcc-volume:focus {
  outline: none;
}
.vcc-volume::-webkit-slider-runnable-track {
  width: 100%;
  height: 4.4px;
  cursor: pointer;
  box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
  background: #205928;
  border-radius: 1px;
  border: 1.1px solid #18d501;
}
.vcc-volume::-webkit-slider-thumb {
  box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;
  border: 2.5px solid #83e584;
  height: 18px;
  width: 9px;
  border-radius: 3px;
  background: #439643;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.9px;
}
.vcc-volume:focus::-webkit-slider-runnable-track {
  background: #276c30;
}
.vcc-volume::-moz-range-track {
  width: 100%;
  height: 4.4px;
  cursor: pointer;
  box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
  background: #205928;
  border-radius: 1px;
  border: 1.1px solid #18d501;
}
.vcc-volume::-moz-range-thumb {
  box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;
  border: 2.5px solid #83e584;
  height: 18px;
  width: 9px;
  border-radius: 3px;
  background: #439643;
  cursor: pointer;
}
.vcc-volume::-ms-track {
  width: 100%;
  height: 4.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.vcc-volume::-ms-fill-lower {
  background: #194620;
  border: 1.1px solid #18d501;
  border-radius: 2px;
  box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
}
.vcc-volume::-ms-fill-upper {
  background: #205928;
  border: 1.1px solid #18d501;
  border-radius: 2px;
  box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
}
.vcc-volume::-ms-thumb {
  box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;
  border: 2.5px solid #83e584;
  height: 18px;
  width: 9px;
  border-radius: 3px;
  background: #439643;
  cursor: pointer;
  height: 4.4px;
}
.vcc-volume:focus::-ms-fill-lower {
  background: #205928;
}
.vcc-volume:focus::-ms-fill-upper {
  background: #276c30;
}