@font-face {
  font-family: 'FontAwesome';
  src:	url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src:	url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
  		url('../font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
  		url('../font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
  		url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

video {
	width: 100%;
	height: 200px;
	background: #000;
}

.vid {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}


.vid * {
	font-family: "FontAwesome";
	outline: none;
}

.video-js {
	width: 100% !important;
	height: auto !important;
}

.vid *:before,
.vid *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vjs-control-bar {
	position: relative;
	height: 47px;
	margin-top: -1px;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #FFF;
}

.vjs-control {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}

.vjs-control > div {
	background-repeat: no-repeat;
	background-position: center;
}

.vjs-control-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

.vjs-paused .vjs-play-control > div:before {
	filter: none;
	opacity: 1;
	-webkit-filter: none;
}

.vjs-paused .vjs-play-control > div:after {
	filter: alpha(opacity=0);
	opacity: 0;
}

.vjs-playing .vjs-play-control > div:after {
	filter: none;
	opacity: 1;
	-webkit-filter: none;
}

.vjs-playing .vjs-play-control > div:before {
	filter: alpha(opacity=0);
	opacity: 0;
}

.vjs-play-control {
	width: 58px;
	height: 47px;
	cursor: pointer;
	background: #66cccc;
	outline: none;
}

.vjs-play-control > div {
	position: relative;
	height: 47px;
}

.vjs-play-control > div:before,
.vjs-play-control > div:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.5em 0 0 -.5em;
	/*
	font-family: "Flat-UI-Pro-Icons";
	*/
	font-family: "FontAwesome";
	font-size: 16px;
	color: #FFF;
	-webkit-transition: color .15s, opacity .15s;
	transition: color .15s, opacity .15s;
	-webkit-font-smoothing: antialiased;
}

.vjs-play-control > div:before {
	content: "\f04b";
}

.vjs-play-control > div:after {
	content: "\f04c";
}


.vjs-time-controls {
	position: absolute;
	width: auto;
	height: auto;
	/*
	font-family: "Lato", Helvetica, Arial, sans-serif;
	*/
	font-family: "FontAwesome";
	font-size: 13px;
	font-weight: 300;
	line-height: normal;
	color: #878787;
}

.vjs-current-time {
	top: 16px;
	right: 82px;
}

.vjs-time-divider {
	position: absolute;
	top: 15px;
	right: 74px;
	font-size: 14px;
	color: #BBB;
}

.vjs-duration {
	top: 16px;
	right: 45px;
	color: #BBB;
}

.vjs-remaining-time {
	display: none;
}

.vjs-progress-control {
	position: absolute;
	top: 18px;
	right: 120px;
	left: 60px;
	width: auto;
	height: 12px;
	background: #EEE;
	border-radius: 32px;
	padding: 0 5px;
}

.vjs-progress-holder {
	position: relative;
	height: 12px;
	padding: 0;
	margin: 0;
	cursor: pointer !important;
}

.vjs-play-progress,
.vjs-load-progress {
	display: block;
	height: 2px;
	padding: 0;
	margin: 5px 0 0 0;
	border-radius: 32px;
}

.vjs-load-progress {
	background: #CCC;
}

.vjs-play-progress {
	position: absolute;
	top: -5px;
	left: -1px;
	background: #66cccc;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.vjs-seek-handle {
	position: absolute;
	top: -4px;
	width: 16px;
	height: 16px;
	margin: -3px 0 0 -3px;
	background-color: #16a085;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
	border-radius: 50%;
	-webkit-transition: background-color .15s;
	transition: background-color .15s;
}

.vjs-seek-handle[style="left: 0%;"] {
	margin-left: -2px;
}

.vjs-volume-control,
.vjs-volume-level,
.vjs-volume-handle,
.vjs-volume-bar,
.vjs-fullscreen-control {
	display: none;
}

.vjs-mute-control {
	float: right;
	margin: 14px;
	cursor: pointer !important;
}

.vjs-mute-control > div {
	height: 18px;
	color: #5a5a5a;
}

.vjs-mute-control > div:after,
.vjs-mute-control > div:before {
position: absolute;
	left: 50%;
	margin: 0 0 0 -.5em;
	/*
	font-family: "Flat-UI-Pro-Icons";
	*/
	font-family: "FontAwesome";
	font-size: 16px;
	line-height: 18px;
	-webkit-transition: color .15s, opacity .15s;
	transition: color .15s, opacity .15s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.vjs-mute-control > div:before {
	content: "\f026";
	filter: alpha(opacity=0);
	opacity: 0;
}
.vjs-mute-control.vjs-vol-0 > div:before {
	filter: none;
	opacity: 1;
	-webkit-filter: none;
}

.vjs-mute-control > div:after {
	content: "\f028";
}

.vjs-mute-control.vjs-vol-0 > div:after {
	filter: alpha(opacity=0);
	opacity: 0;
}

.vjs-menu-button {
	display: none !important;
}

.vjs-big-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -65px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	font-size: 30px;
	
	-webkit-box-shadow: 0 0 10px 0 rgba(255,255,255,0.5);
	box-shadow: 0 0 10px 0 rgba(255,255,255,0.5);
	cursor: pointer;
	
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	
}

.vjs-big-play-button:hover {
	background: #000;
	color: #66cccc;
	-webkit-box-shadow: 0 0 20px 0 rgba(255,255,255,0.5);
	box-shadow: 0 0 20px 0 rgba(255,255,255,0.5);
}

.vjs-default-skin .vjs-big-play-button:before {
	content: "\f04b";
	text-align: center;
	line-height: 80px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


.vjs-has-started .vjs-big-play-button {
	display: none;
}
