/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Basic (modified from Blue Monday)
 *
 * Copyright (c) 2010 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 5.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 */


@font-face
{
font-family: AverageMono;
src: url(../../fonts/AverageMono.ttf);
font-weight: normal;
}

@font-face
{
font-family: AverageMonoItalic;
src: url(../../fonts/AverageMonoItalic.ttf);
font-style: italic;
}


@font-face {
	font-family: Lato;
	src: url(../fonts/lato-regular.ttf);
	font-weight: normal;
}

@font-face {
font-family: Lato-Light;
src: url(../fonts/Lato-Light.ttf);
font-weight: normal;
}


a:link {
    color: black;
    text-decoration: none;
}
a:visited {
   color: black;
    text-decoration: none;
}
a.plain:active {
   color: black;
    text-decoration: none;
}
a.plain:hover {
   color: black;
    text-decoration: none;
}
a:active {
   color: black;
    text-decoration: none;
}
a:focus {
   color: black;
    text-decoration: none;
}


/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: basic 2
 *
 * Copyright (c) 2010-2012 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 */

	
body {
	background-color: ;
}

a:active {
		background-color: transparent;
		outline: 0px;
}
a:focus {
	background-color: transparent;
	outline: 0px;
}


$jplayer-images-base-url: "../image/" !default;

.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
	/* Disable the browser focus highlighting. */
	outline:none;
}
.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
	/* Disable the browser CSS3 focus highlighting. */
	border: 0;
}
.jp-audio,
.jp-audio-stream,
.jp-video {
font-family: Lato-Light;
font-size: 17px;
line-height: 1.6;
color: black;
}

.jp-audio {
	width:420px;
}

.jp-audio-stream {
	width:182px;
}

.jp-video-270p {
	width:480px;
}

.jp-video-360p {
	width:640px;
}

.jp-video-522p {
	width:522px;
}

.jp-video-general {
	width:522px;
}

.jp-video-landscape {
	width:601px;
}

.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */

.jp-video-full div div {
	z-index:;
}
.jp-video-full .jp-jplayer {
	top: 0;
	left: 0;
	position: relative; 
	overflow: hidden;
}
.jp-video-full .jp-gui {
	position: relative;
	top: 200;
	left: 200;
	width:100%;
	height:100%;
	z-index:1001; /* 1 layer above the others. */
}
.jp-video-full .jp-interface {
	position: relative; 
	bottom: 0;
	left: 0;
}

.jp-interface {
	position: relative;
	top: 0px;
	background-color: transparent;
	width:100%;
}
.jp-audio .jp-interface {
	height:80px;
}
.jp-audio-stream .jp-interface {
	height:80px;
}
.jp-video .jp-interface {
	border-top:0px solid black;
}

/* @group CONTROLS */


.jp-controls-holder {
	
}
.jp-interface .jp-controls {
	
}
.jp-audio .jp-controls {

}

.jp-audio-stream .jp-controls {
	}

.jp-video .jp-type-single .jp-controls {

}
.jp-video .jp-type-playlist .jp-controls {
	
}

.jp-video .jp-controls {
	background-color: transparent;
	height:80px;
	text-align:left;
	padding-right: 5px;
}

.jp-controls button {
	position: relative;
	width: 50px;
	cursor:pointer;
}

a.jp-play,
a.jp-stop,
a.jp-pause	 {
	color: black;
	background-color: transparent;
	position: relative;
	width: 50px;
	text-decoration: none;
}

.jp-play {
	position: relative;
	width: 50px;

}
.jp-play {
	background-color: transparent;
}
.jp-play:focus {
	background: transparent;
}
.jp-state-playing .jp-play {
	background-color; transparent;
}
.jp-state-playing .jp-play:focus {
	background-color: transparent;
}
.jp-stop, .jp-previous, .jp-next {
	background-color: ;	

}

.jp-stop {

}
.jp-stop:focus {

}
.jp-previous {
	background-color: transparent;
}
.jp-previous:focus {
	background-color: transparent;
}

.jp-next {
background-color: transparent;
}
.jp-next:focus {
background-color: transparent;
}

/* @end */

/* @group progress bar */

.jp-progress {

}
.jp-audio .jp-progress {

}
.jp-audio .jp-type-single .jp-progress {
}

.jp-audio .jp-type-playlist .jp-progress {
}

.jp-video .jp-progress {
}

.jp-seek-bar {

}
.jp-play-bar {

}

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
	background-color: transparent;
}

/* @end */

/* @group volume controls */

a.jp-mute,
a.jp-volume-max {

}


.jp-state-no-volume .jp-volume-controls {

}

.jp-volume-controls {

}

.jp-audio-stream .jp-volume-controls {
	left:70px;
}
.jp-video .jp-volume-controls {

}

.jp-volume-controls button {

}

.jp-mute,
.jp-volume-max {
	
}

.jp-mute {

}

.jp-volume-max {

}

.jp-mute {
	background-colour: transparent;
}
.jp-mute:focus {
	background-colour: transparent;
}
.jp-state-muted .jp-mute {
	background-colour: transparent;
}
.jp-state-muted .jp-mute:focus {
	background-colour: transparent;
}
.jp-volume-max {
	background-colour: transparent;
}
.jp-volume-max:focus {
	background-colour: transparent;
}

.jp-volume-bar {

	cursor: pointer;
}
.jp-volume-bar-value {

}

/* @end */

/* @group current time and duration */

.jp-audio .jp-time-holder {
	position:absolute;
	top:50px;
}
.jp-audio .jp-type-single .jp-time-holder {
	left:110px;
	width:186px;
}
.jp-audio .jp-type-playlist .jp-time-holder {

}

.jp-current-time,
.jp-duration {

}
.jp-current-time {

}
.jp-duration {

}

.jp-video .jp-current-time {
	margin-left:0px;
}
.jp-video .jp-duration {
	margin-right:0px;
}

/* @end */

/* @group playlist */

.jp-details {
	font-weight:bold;
	text-align:center;
	cursor:default;
}

.jp-details,
.jp-playlist {

}

.jp-type-single .jp-details,
.jp-type-playlist .jp-details {
	border-top:none;
}

.jp-details .jp-title {

}

.jp-playlist ul {

}
.jp-playlist li {

}
.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

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: black;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:black;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:black;
}

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:black;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:black;
}
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:black;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:black;
}
span.jp-artist {
	font-size:.8em;
	color:black;
}

/* @end */

.jp-video-play {
	width:100%;
	overflow:hidden; /* Important for nested negative margins to work in modern browsers */
	cursor:pointer;
	background-color: transparent;
}
.jp-video-270p .jp-video-play {
	margin-top:-270px;
	height:270px;
}
.jp-video-360p .jp-video-play {
	margin-top:-360px;
	height:360px;
}
.jp-video-full .jp-video-play {
	height:100%;
}
.jp-video-play-icon {
	cursor:pointer;
}
.jp-video-play-icon:focus {
	background-color: transparent;
}


.jp-jplayer audio,
.jp-jplayer {
	width:0px;
	height:0px;
}

.jp-jplayer {
	background-color: transparent;
}



/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */


.jp-toggles {

}

a.jp-repeat,
a.jp-full-screen {

}

.jp-audio .jp-type-single .jp-toggles {
	width:25px;
}
.jp-audio .jp-type-playlist .jp-toggles {

}

.jp-video .jp-toggles {

}

.jp-toggles button {

	cursor:pointer;
}

.jp-full-screen {
	background-color: transparent;
	
}

.jp-full-screen:focus {
	background-color: transparent;
}

.jp-state-full-screen .jp-full-screen {
	background-color: transparent;
}

.jp-state-full-screen .jp-full-screen:focus {
	background-color: transparent;
}

.jp-repeat {
	background-color: transparent;
}

.jp-repeat:focus {
	background-color: transparent;
}

.jp-state-looped .jp-repeat {
	background-color: transparent;
}

.jp-state-looped .jp-repeat:focus {
	background-color: transparent;
}

.jp-shuffle {
	background-color: transparent;
	margin-left: 5px;
}

.jp-shuffle:focus {
	background-color: transparent;
}

.jp-state-shuffled .jp-shuffle {
	background-color: transparent;
}

.jp-state-shuffled .jp-shuffle:focus {
	background-color: transparent;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {

}

.jp-no-solution a {
	color: white;
}

.jp-no-solution span {

}

/* @end */
