div.jp-audio,
div.jp-video {
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	position: relative;
	z-index: 100;
	.jp-gui {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 200;
	}
}
div.jp-audio {
	width:420px;
}
div.jp-video-270p {
	width:629px;
	margin-left: 2px;
	margin-bottom: 10px;
}
div.jp-video-360p {
	margin-top: 18px;
	margin-left: 10px;
	max-width: 512px;
	max-height: 288px;
}
div.jp-video-627p {
	max-width: 627px;
	max-height: 311px;
	width: 100%;
	height: auto;
}
/*
div.jp-video-360p.framed {
	margin: 10px 0px 0px;
	max-width: 538px;
	max-height: 326px;
}
div.jp-video-360p.framed .jp-type-single {
	top: 18px;
	left: 17px;
	position: absolute;
	z-index: 100;
	.jp-gui { box-shadow: inset 1px 1px 7px black; }
}
*/
div.jp-video-790 {
	width: 794px;
	height: 454px;
	margin: 0;
	padding: 0;
}
div.jp-video-full {
	width:480px;
	height:270px;
	position:static !important; position:relative
}

div.jp-video-full div div {
	z-index:1000;
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative;
	overflow: hidden;
}

div.jp-video-full div.jp-gui, div.jp-video-790 div.jp-gui {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1001;
}

div.jp-video-790 div.jp-interface {
	position: absolute !important; position: relative;
	bottom: 0;
	left: 0;
}

div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative;
	bottom: 0;
	left: 0;
}

div.jp-interface {
	position: absolute;
	width:100%;
	bottom: 0px;
}

div.jp-audio {
	height: 30px;
	 div.jp-type-single div.jp-interface {
		height:30px;
	}
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}

div.jp-video, div.jp-audio {
	overflow: hidden;
	div.jp-interface {
		height: 30px;
		bottom: -30px;
		overflow: hidden;
		-webkit-transition: bottom 0s linear 1.2s;
		-ms-transition: bottom 0s linear 1.2s;
		-moz-transition: bottom 0s linear 1.2s;
		transition: bottom 0s linear 1.2s;
	}
	&:hover div.jp-interface, &.jp-show-controls div.jp-interface {
		bottom: 0;
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-ms-transition-delay: 0s;
		transition-delay: 0s;
		> * {
			margin-top: 0!important;
			-moz-transition-delay: 0s;
			-webkit-transition-delay: 0s;
			-ms-transition-delay: 0s;
			transition-delay: 0s;
		}
	}
}
.jp-controls {
	width: 30px;
	height: 30px;
	list-style-type: none;
	float: left;
	position: relative;
	margin-top: 30px;
	-moz-transition: margin-top 0.3s linear 0.6s;
	-webkit-transition: margin-top 0.3s linear 0.6s;
	-ms-transition: margin-top 0.3s linear 0.6s;
	transition: margin-top 0.3s linear 0.6s;
	li {
		a {
			position: absolute;
			top: 0; left: 0;
			cursor: pointer;
			-moz-transition: width 0.3s linear, height 0.3s linear, margin 0.3s linear, background-position 0.3s linear;
			-webkit-transition: width 0.3s linear, height 0.3s linear, margin 0.3s linear, background-position 0.3s linear;
			-ms-transition: width 0.3s linear, height 0.3s linear, margin 0.3s linear, background-position 0.3s linear;
			transition: width 0.3s linear, height 0.3s linear, margin 0.3s linear, background-position 0.3s linear;
			display: block;
			overflow: hidden;
			text-indent: -9999px;
			width: 30px;
			height: 30px;
			background: url('../images/player-sprite.png') no-repeat;
			&.jp-play { background-position: 0px -120px; }
			&.jp-pause { background-position: -30px -120px; }
		}
		&:hover a {
			width: 26px; height: 26px;
			margin: 2px 0px 0px 3px;
			&.jp-play { background-position: -2px -122px; }
			&.jp-pause { background-position: -32px -122px; }
		}
	}
}
.jp-bar-time {
	display: block;
	background: white;
	height: 30px;
	margin: 30px 94px 0px 32px;
	padding: 0px 0px 0px 0px;
	-webkit-transition: margin-top 0.4s linear 0.7s;
	-ms-transition: margin-top 0.4s linear 0.7s;
	-moz-transition: margin-top 0.4s linear 0.7s;
	transition: margin-top 0.4s linear 0.7s;
	div.jp-audio & { margin-right: 64px; }
	.jp-progress {
		margin: 0px 90px 0px 15px;
		padding: 9px 0px;
		.jp-seek-bar {
			padding: 5px 0px;
			height: 1px;
			.jp-seek-bar-line {
				width: 100%;
				height: 1px;
				background: black;
				margin: 0;
				.jp-play-bar {
					background: #7b2529;
					height: 1px;
					position: relative;
					.jp-play-bar-handle {
						display: block;
						width: 3px;
						height: 11px;
						background: black;
						position: absolute;
						margin-top: -5px;
						right: 0;
					}
				}
			}
		}
	}
	.jp-timing {
		width: 75px;
		margin: 7px 5px 0px 0px;
		overflow: hidden;
		float: right;
		text-align: right;
		font-size: 10px;
		color: black;
		.jp-current-time, .jp-duration {
			display: inline;
		}
	}
}
.jp-volume-control {
	float: right;
	position: relative;
	width: 52px;
	height: 10px;
	margin: 30px 2px 0px 0px;
	padding: 10px 4px;
	-moz-transition: margin-top 0.4s linear 0.8s;
	-webkit-transition: margin-top 0.4s linear 0.8s;
	-ms-transition: margin-top 0.4s linear 0.8s;
	transition: margin-top 0.4s linear 0.8s;
	background: white;
	.jp-volume-toggle a {
		cursor: pointer;
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		width: 8px;
		height: 10px;
		float: left;
		background: url('../images/player-sprite.png') no-repeat;
		&.jp-mute { background-position: -30px -150px; }
		&.jp-unmute { background-position: -45px -150px; }
	}
	.jp-volume-bar {
		height: 9px;
		margin-left: 14px;
		background: url('../images/player-sprite.png') repeat-x 0px -189px;
		.jp-volume-bar-value {
			height: 9px;
			background: inherit;
			background-position: 0px -180px;
		}
	}
}
.jp-toggles {
	width: 30px;
	height: 30px;
	list-style-type: none;
	float: right;
	position: relative;
	margin-top: 30px;
	background-color: #eee;
	-moz-transition: margin-top 0.3s linear 0.9s;
	-webkit-transition: margin-top 0.3s linear 0.9s;
	-ms-transition: margin-top 0.3s linear 0.9s;
	transition: margin-top 0.3s linear 0.9s;
	li {
		a {
			position: absolute;
			top: 0; left: 0;
			cursor: pointer;
			-moz-transition: width 0.3s linear, height 0.3s linear, margin 0.3s linear, background-position 0.3s linear;
			-webkit-transition: width 0.3s linear, height 0.3s linear, margin 0.3s linear, background-position 0.3s linear;
			-ms-transition: width 0.3s linear, height 0.3s linear, margin 0.3s linear, background-position 0.3s linear;
			transition: width 0.3s linear, height 0.3s linear, margin 0.3s linear, background-position 0.3s linear;
			display: block;
			overflow: hidden;
			text-indent: -9999px;
			width: 30px;
			height: 30px;
			background: url('../images/player-sprite.png') no-repeat;
			&.jp-full-screen, &.jp-restore-screen { background-position: 0px -150px; }
		}
		&:hover a {
			width: 26px; height: 26px;
			margin: 2px 0px 0px 1px;
			&.jp-full-screen, &.jp-restore-screen { background-position: -2px -152px; }
		}
	}
}

div.jp-seeking-bg {
	background: url("../images/jplayer.dzineit.seeking.gif");
}

/* @end */

/* @group playlist */

div.jp-title {
	font-weight:bold;
	text-align:center;
}

div.jp-title,
div.jp-playlist {
	width:100%;
	background-color:#ccc;
	
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	
}

div.jp-playlist li div {
	display:inline;
}

div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.jp-video-play-wrapper {
	width:100%;
	height: 100%;
	overflow:hidden;
	cursor:pointer;
	background-color:rgba(0,0,0,0);
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 60px;
	height: 60px;

	margin-left:-30px;
	margin-top:-30px;
	left:50%;
	top:50%;

	background: url("../images/player-sprite.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play-wrapper:hover a.jp-video-play-icon {
	background: url("../images/player-sprite.png") 0 -60px no-repeat;
}


div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}

.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;

	padding:5px;
	font-size:.8em;
	background-color:#eee;
	
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}
