body.no-scroll {
}


div.audio-wrapper {
	position: relative;
}

/* Audio player */

div.jp-audio,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	font-size:1.25em;
	font-family:'open_sansregular', Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-audio {
	width:100%;
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-interface {
	position: relative;
	background: url('../images/black_opacity.png');
	background:rgba(35,31,32,0.85);
	/* width:418px; */
	width:100%;
	border:none;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:100px;
	border-bottom:none;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:100px;
}
div.jp-video div.jp-type-single div.jp-interface {
	height:100px;
	border-bottom:none;
}
div.jp-video div.jp-type-playlist div.jp-interface {
	height:60px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	font-size: 0;
	color: transparent;
	text-decoration: none;
}
a.jp-play,
a.jp-pause {
	width:90px;
	height:90px;
	z-index:19;
	font-family: "cnrs-icons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a.jp-play:before,
a.jp-pause:before {
	position: absolute;
	font-size: 35px;
	color: #e0e1e2;
	top: 32px;
	left: 27px;
	line-height: 1;
}

div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:0;
	left: 5px;
}
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top:0;
	left: 5px;
}
div.jp-video a.jp-play,
div.jp-video a.jp-pause {
	top:0;
}
div.jp-video-270p div.jp-type-single a.jp-play,
div.jp-video-270p div.jp-type-single a.jp-pause {
	left: 5px;
}
div.jp-video-270p div.jp-type-playlist a.jp-play,
div.jp-video-270p div.jp-type-playlist a.jp-pause {
	left: 5px;
}
div.jp-video-360p div.jp-type-single a.jp-play,
div.jp-video-360p div.jp-type-single a.jp-pause {
	left: 5px;
}
div.jp-video-360p div.jp-type-playlist a.jp-play,
div.jp-video-360p div.jp-type-playlist a.jp-pause {
	left: 5px;
}
a.jp-play {
	background: url("jplayer.png") 0 0 no-repeat;
}

a.jp-play:before {
	content: '\e615';
}

a.jp-pause {
	background: url("jplayer.png") 0 0 no-repeat;
	display: none;
}

a.jp-pause:before {
	content: '\e614';
}

a.jp-stop {
	display: none;
}
a.jp-stop:hover {
	background: url("jplayer.png") -90px 0 no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-previous {
	left:20px;
	top:26px;
}
div.jp-video div.jp-type-playlist a.jp-previous {
	top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-previous {
	left:192px;
}
div.jp-video-360p div.jp-type-playlist a.jp-previous {
	left:272px;
}

div.jp-audio div.jp-type-playlist a.jp-next {
	left:88px;
	top:26px;
}
div.jp-video div.jp-type-playlist a.jp-next {
	top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-next {
	left:260px;
}
div.jp-video-360p div.jp-type-playlist a.jp-next {
	left:340px;
}

div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color: transparent;
}
div.jp-audio div.jp-type-single div.jp-progress {
	bottom:0px;
	left:0px;
	right: 20px;
	height:10px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	bottom:0px;
	left:0px;
	right: 20px;
	height:10px;
}
div.jp-video div.jp-progress {
	bottom:0px;
	left:0px;
	right: 20px;
	height:10px;
}
div.jp-seek-bar {
	background: transparent;
	width:0px;
	/* height:15px; */
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: #1c699f;
	width:0px;
	/* height:15px; */
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */

a.jp-mute,
a.jp-unmute {
	display: block;
	width:60px;
	height:90px;
	font-family: "cnrs-icons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 99;
}

a.jp-mute:before,
a.jp-unmute:before {
	position: absolute;
	font-size: 40px;
	color: #6d6e70;
	top: 32px;
	line-height: 1;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top:0;
	right: 20px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top:0;
	right: 20px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	top:0;
	right: 20px;
}
div.jp-video-270p div.jp-type-single a.jp-mute,
div.jp-video-270p div.jp-type-single a.jp-unmute {
	top:0;
	right: 20px;
}
div.jp-video-270p div.jp-type-playlist a.jp-unmute,
div.jp-video-270p div.jp-type-playlist a.jp-mute {
	top:0;
	right: 20px;
}
div.jp-video-360p div.jp-type-single a.jp-mute,
div.jp-video-360p div.jp-type-single a.jp-unmute {
	top:0;
	right: 20px;
}
div.jp-video-360p div.jp-type-playlist a.jp-mute,
div.jp-video-360p div.jp-type-playlist a.jp-unmute {
	top:0;
	right: 20px;
}

a.jp-mute:before {
	left: 7px;
	content: '\e613';
}

a.jp-unmute:before {
	left: 10px;
	content: '\e612';
}

a.jp-unmute {
	
}

div.jp-volume-bar.open {
	visibility: visible;
}

div.jp-volume-bar {
	visibility: hidden;
	position: absolute;
	overflow:hidden;
	background: #6d6e70;
	width:20px;
	height: 210px;
	cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	bottom:0;
	right: 0;
}
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	bottom:0;
	right: 0;
}
div.jp-video div.jp-volume-bar {
	bottom:0;
	right: 0;
}
div.jp-video-270p div.jp-type-single div.jp-volume-bar {
	bottom:0;
	right: 0;
}
div.jp-video-270p div.jp-type-playlist div.jp-volume-bar {
	bottom:0;
	right: 0;
}
div.jp-video-360p div.jp-type-single div.jp-volume-bar {
	bottom:0;
	right: 0;
}
div.jp-video-360p div.jp-type-playlist div.jp-volume-bar {
	bottom:0;
	right: 0;
}
div.jp-volume-bar-value {
	position:absolute;
    bottom: 0;
	background: #ff80db;
	width:100%;
}
div.jp-current-time,
div.jp-duration {
	position: absolute;
}

div.jp-current-time {
	top: 44px;
	font-size: 26px;
	color: #b5b7b9;
}
div.jp-duration {
	top: 55px;
	font-size: 16px;
	color: #8c8e91;
	text-align: right;
}

div.jp-current-time:after {
	content: ' / ';
}
div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
	right: 90px;
	width:130px;
}
div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
	right: 90px;
	width:130px;
}
div.jp-video div.jp-current-time,
div.jp-video div.jp-duration {
	top:10px;
	right: 90px;
	width:98%;
	padding:0 1%;
}
div.jp-playlist {
	display: none;
	/* width:418px; */
	width:240px;
	background-color:#1b75b5;
}
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	/* background-color:#ccc; */
	/* border:1px solid #009be3; */
	/* border-top:none; */
	/* width:378px; */
	font-size:.72em;
}


div.jp-type-single div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
/*
div.jp-video div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
*/
div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	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:8px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #666;
	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 div.jp-free-media {
	display:inline;
	margin-left:20px;
}

div.jp-video div.jp-video-play {
	background: transparent url("jplayer.blue.monday.video.play.png") no-repeat center;
	/* position: relative; */
	position: absolute;
	cursor:pointer;
	z-index:2;
}
div.jp-video div.jp-video-play:hover {
	background: transparent url("jplayer.blue.monday.video.play.hover.png") no-repeat center;
}
div.jp-video-270p div.jp-video-play {
	top:-270px;
	width:480px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	top:-360px;
	width:640px;
	height:360px;
}

div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-video div.jp-jplayer {
	border:1px solid #009be3;
	border-bottom:none;
	z-index:1;
}
div.jp-video-270p div.jp-jplayer {
	width:480px;
	height:270px;
}
div.jp-video-360p div.jp-jplayer {
	width:640px;
	height:360px;
}
div.jp-jplayer {
	background-color: #000000;
}
