/*---------------------------------------------------------------------------
	VIDEO
---------------------------------------------------------------------------*/

#videoShadowBox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 2000;
}

#videoPlayer {
text-align: left;
}

#videoPlayerContainer {
	position: absolute;
	z-index: 3000;
	background-color: #000;
}

#videoPlayerContainer.hide {
	top: -400% !important;
}

#videoPlayerContainer .close {
	width: 40px;
	height: 40px;
	background-image: url(../img/close.png);
	position: absolute;
	top: 4px;
	left: 4px;
	cursor: pointer;
	z-index: 5000;
}

.jp-interface {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 38px;
	border-top: 2px solid #363636;
	background-color: #0e0804;
	opacity: .9;
}

/* poster image play click*/
.jp-video-play {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
}

.jp-play {
	width: 60px;
	height: 100%;
	background-image: url(../img/vid_play.png);
	float: left;
}

.jp-pause {
	width: 60px;
	height: 100%;
	background-image: url(../img/vid_pause.png);
	float: left;
}

.jp-mute {
	width: 50px;
	height: 100%;
	background-image: url(../img/vid_mute.png);
	float: right;
}

.jp-unmute {
	width: 50px;
	height: 100%;
	background-image: url(../img/vid_unmute.png);
	float: right;
}

.jp-volume {
	width: 60px;
	height: 100%;
	float: right;
	background-color: green;
}


.jp-time {
	margin-top: 13px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}

.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left: 50%;
	top: 10px;

	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}


.jp-progress {
	width: 80%;
	margin: 15px 10px 15px 5px;
	height: 8px;
	display: inline-block;
	border-radius: 4px;
}

.jp-seek-bar {
	width:0px;
	height:100%;
	cursor: pointer;
	border-radius: 4px;
	background: #dcdbda;
}

.jp-play-bar {
	width:0px;
	height:100%;
	border-radius: 4px;
	background: #f8d603;
}

@media screen and (max-width: 580px) {

/*div#videoControls div.jp-progress {
	bottom:0px;
	left:0px;
	position: absolute;
	width:100%;
	height:8px;
	background-color: #dcdbda;
	z-index: 4000;
}*/
.jp-interface, #videoPlayerContainer .close {
	display: none;
}

div#videoControls div.jp-seek-bar {
	width:0px;
	height:100%;
	cursor: pointer;
	background-color: #dcdbda;
}

div#videoControls div.jp-play-bar {
	width:0px;
	height:100%;
	background-color: #f8d603;
}