/* @override 
	http://wpdev.dynalias.com/focus/wp-content/themes/focus/jplayer/skins/siteorigin/jplayer.siteorigin.css?ver=3.5 */

.jp-audio,
.jp-audio-stream,
.jp-video {
	position: relative;
}

.jp-video .jp-type-single{
}

/* @group GUI */

.jp-video .jp-gui{
	height: 60px;
	margin-top: -60px;
    
	position: relative;
    overflow: hidden;
    
    opacity: 0.85;
}

.jp-video .jp-gui .jp-controls {
	list-style: none;
	display: block;
	margin: 0;
}

.jp-video .jp-gui .jp-controls a{
	position: absolute;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.jp-video .jp-gui .jp-controls .jp-play,
.jp-video .jp-gui .jp-controls .jp-pause{
	width: 55px;
	height: 35px;
	overflow: hidden;
    display:block;

	top: 10px;
	left: 15px;
    margin: 0 !important;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.jp-video .jp-gui .jp-controls .jp-play{
    background: rgba(0,0,0,0.8) url('sprites/play.png') center center no-repeat;
}

.jp-video .jp-gui .jp-controls .jp-pause{   
    background: rgba(0,0,0,0.8) url('sprites/pause.png') center center no-repeat;
}

/* @end */

/* @group Progress Bar */

.jp-video .jp-progress-wrapper{
    display: block;
    width: auto;
    margin: 0px 65px 0 90px;
    padding-top: 10px;
}

.jp-video .jp-progress{
	
    background-color: rgba(0,0,0,0.8);
	margin-top: 13px;
	
	border-radius: 3px;
}

.jp-video .jp-progress .jp-seek-bar{
	height: 10px;
	background: rgba(34,34,34,0.34);
    border-radius: 3px;
	
	cursor: pointer;
}

.jp-video .jp-progress .jp-play-bar{
	position: relative;
	height: 10px;
	background: #3fabe9;
    border-radius: 3px;
}

/* @end */

.jp-video .jp-time-info{

    width: 40px;
    padding: 3px 2px;
    
	position: absolute;
	right: -21px;
    bottom: 15px;

    background-color: rgba(0,0,0,0.8);
    
	color: #777777;
	font: 11px/1 Arial, sans-serif;
    text-align:center;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.jp-video .jp-time-info .jp-time-info-pointer{
    position: absolute;
    width: 7px;
    height: 4px;
    left: 50%;
    margin-left: -3.5px;
    bottom: -4px;
    background: url("sprites/time-pointer.png") no-repeat;
}

.jp-video .jp-time-info > div{
	display: inline;
}

.jp-video .jp-full-screen,
.jp-video .jp-restore-screen{
	display: block;
	top: 19px;
	right: 25px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
	width: 18px;
	height: 18px;
	background: url('sprites/expand.png') center center no-repeat;
    background-color: #222222;
    background-color: rgba(0,0,0,0.8);
}

.jp-video .jp-restore-screen{
    background: url('sprites/restore.png') no-repeat center center no-repeat;
    background-color: #222222;
    background-color: rgba(0,0,0,0.8);
}

/* @group Full Screen */

.jp-video-full .jp-jplayer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000; /* One higher than the WordPress admin bar */
    background: #000000;
}

.jp-video-full .jp-gui{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100001; /* One higher than the video player */
}

/* @end */

.jp-video .jp-play-initial{
	display:none !important;
}