
.vjs-default-skin{color:#ccc}



@font-face {
    font-family: 'VideoJS';
    src: url('vjs.eot');
    src: url('vjs.eot?#iefix') format('embedded-opentype'),
         url('vjs.woff') format('woff'),
         url('vjs.ttf') format('truetype'),
         url('vjs.svg#alefbold') format('svg');
    font-weight: bold;
    font-style: normal;
}




/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'VideoJS';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-expand, .icon-play, .icon-pause, .icon-volume-mute, .icon-volume-low, .icon-volume-medium, .icon-volume-high, .icon-diamonds, .icon-Closed_captioning_symbol, .icon-stop, .icon-spinner, .icon-contract, .icon-bubble {
	font-family: 'VideoJS';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}


.icon-expand:before {
	content: "\e000";
}
.icon-play:before {
	content: "\e001";
    line-height: 1;
}
.icon-pause:before {
	content: "\e002";
}
.icon-volume-mute:before {
	content: "\e003";
}
.icon-volume-low:before {
	content: "\e004";
}
.icon-volume-medium:before {
	content: "\e005";
}
.icon-volume-high:before {
	content: "\e006";
}
.icon-diamonds:before {
	content: "\e007";
}
.icon-Closed_captioning_symbol:before {
	content: "\e008";
}
.icon-stop:before {
	content: "\e009";
}
.icon-spinner:before {
	content: "\e00a";
}
.icon-contract:before {
	content: "\e00b";
}
.icon-bubble:before {
	content: "\e00c";
}






.videoContainer {
	width: 100%;
	height: 365px;
	position: relative;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}




#video-controls {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0px 5px 5px 5px;
opacity: 0.7;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
    background-color: #000;
    z-index: 999999;
}






.bigPlayIcon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 5px 5px 5px;
    opacity: 0.7;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
    background-color: #CCFFFF;
    z-index: 999999;
    
	content: "\e001";
    line-height: 1;    
}




#video-container:hover #video-controls {
	opacity: .9;
}


button {
    width: 28px;
    height: 28px;    
    font-size: 16px;
    padding: 7px;
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

button.icon-expand {
    float:right;
}
button.icon-volume-medium {
    float:right;
}
button.icon-volume-mute {
    float:right;
}


button:hover {
	cursor: pointer;
}

#seek-bar {
	width: 68%;
}

#volume-bar {
	width: 5%;
}


input[type=range] {
  -webkit-appearance: none;
  width: 100%;
    border: 0px #CC0000 solid
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #ffffff;
  border-radius: 3px;
  border: 0px solid #010101;
}
input[type=range]::-webkit-slider-thumb {

  border: 0px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FFF;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #FFF;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #FFF;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #FFF;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}






.vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}



#vjs-logo-track-display
{
    text-align: center;
    bottom: 0em;
    left: 1em;
    right: 1em;
    display: block;
    height: 6px;
}




.vast-blocker {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
