body.playerIframe {
	background: transparent;	
}
.player-wrapper {
  max-width: 100%;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	position:relative;
}

/* --------------------------------*/
/* ----------- TOP ROW ------------*/
/* --------------------------------*/

.player-top {
    min-height: 45px;
    border: 1px solid black;
}

.jp-controls {
  padding: 10px 10px 0px 10px;
	float:left;
}

.jp-play {
  overflow: hidden;
  text-indent: -9999px;
  height: 27px;
	width:27px;
	float:left;
  border: none;
  cursor: pointer;
}

.jp_live .time-progress-wrapper {
	float: left;
  margin-top: 14px;
  height: 20px;
	display:none;
}
.jp_live .jp-state-playing .time-progress-wrapper {
	display:block;
}
	
.jp_replay .time-progress-wrapper {
	padding-top: 14px;
	float:left;
}

.jp-progress {
  float: left;
	position: absolute;
	margin-left: 50px;
}
.jp_live .jp-progress  {
	display:none;
}

.jp-progress .jp-seek-bar {
	max-width: 300px;
	min-width: 300px;
  height: 17px;
  background-color: #1a1a1a;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #757575;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
}

.jp-play-bar {
  background-color: #568b94;
  height: 100%;
  overflow: hidden;
}

.jp-current-time {
	float: left;
}
.jp-duration  {
	position: absolute;
	margin-left: 360px;
}
.jp_live  .jp-current-time,
.jp_live  .jp-duration {
	display:none;
}

.volume-wrapper {
  width: 80px;
  padding-top: 14px;
	padding-right:20px;
	box-sizing: content-box;
	position: absolute;
	right: 0;
	top: 0;
}

.jp-volume-controls {
  float: left;
}

.jp-volume-controls .jp-mute {
  width: 17px;
  overflow: hidden;
  text-indent: -9999px;
  height: 17px;
  padding: 0;
  border: none;
  cursor: pointer;
}

.jp-volume-bar {
  float: right;
  margin-left: 5px;
  min-width: 55px;
  height: 17px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #757575;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
}

.jp-volume-bar-value {
  height: 100%;
  overflow: hidden;
}


/* --------------------------------*/
/* -------- END TOP ROW -----------*/
/* --------------------------------*/


/* --------------------------------*/
/* --------- BOTTOM ROW -----------*/
/* --------------------------------*/

.player-bottom {
  min-height: 34px;
}

.logo-wrapper {
  padding-top: 10px;
  padding-left: 10px;
  cursor: pointer;
  color: #333;
	float:left;
}


.jp-logo {
  height: 16px;
  width: 20px;
  float: left;
}

.logo-wrapper:hover .jp-logo-powered,
.logo-wrapper:hover .jp-logo-powered-abbrev {
    color:#333;
}


.jp-logo-powered, .jp-logo-powered-abbrev {
  font-size: 11px;
  float: left;
  padding-top: 3px;
	display: inline;
}

.jp-logo-powered-abbrev {
	display: none;
}

.downloadlive-wrapper {
  width: 90px;
  text-align: right;
  padding-top: 13px;
	position: absolute;
	right: 0;
}

.jp-downloadlive-text {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
	line-height: 60%;
	padding-right: 20px;
}


.androiderror {

	width: 250px;
	height: 88px;
	border-style: solid;
	border-width: 1px;
	border-color: #A9A9A9;
	margin-left: 2px;
	margin-top: -2px;
	
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
	line-height: 1.6;
	color: #000;
	background-color: #EEE;
	position: relative;
	text-align: center;
	
	padding-top:40px;
	
}

/* --------------------------------*/
/* ------- template specific  ------*/
/* --------------------------------*/
.webcastoption {
	max-width:350px;
}
.webcastheader  {
	max-width: 352px;
}

/* --------------------------------*/
/* --------- RESPONSIVE -----------*/
/* --------------------------------*/


/* Full size */
@media all and (min-width: 601px) {
	.iframeDisplay .square1 {
		animation: loadingA 3s infinite;
	}
}

/* Mobile landscape */
@media all and (min-width: 460px) and (max-width: 600px) {

  .iframeDisplay .jp-volume-controls {
    display: none;
  }
  .iframeDisplay .jp-progress .jp-seek-bar {
		max-width: 150px;
		min-width: 150px;
  }
	.iframeDisplay .jp-duration {
		margin-left:210px;
	}
	.iframeDisplay .square1 {
		animation: loadingB 3s infinite;
	}
}

/* Mobile portrait */
@media all and (min-width: 321px) and (max-width: 459px) {
  .iframeDisplay .jp-seek-bar {
    min-width: 100px;
    max-width: 100px;
  }
	.iframeDisplay .jp-progress {
		margin-left:40px;
	}
  .iframeDisplay .jp-current-time  {
    font-size:11px;
  }
	.iframeDisplay .jp-duration {
    font-size: 11px;
    margin-left: 150px;
}
  .iframeDisplay .jp-volume-controls,
  .iframeDisplay .jp-logo-powered {
    display: none;
  }
  .iframeDisplay .jp-logo-powered-abbrev {
    display: inline;
  }
	.iframeDisplay .square1 {
		animation: loadingC 3s infinite;
	}
}
/* same for classic template */
.webcastoption .jp-seek-bar {
	min-width: 100px;
	max-width: 100px;
}
.webcastoption .jp-progress {
	margin-left:40px;
}
.webcastoption .jp-current-time
{
	font-size:11px;
}
.webcastoption .jp-duration  {
	font-size: 11px;
	margin-left: 150px;
}
.webcastoption .jp-volume-controls,
.webcastoption .jp-logo-powered {
	display: none;
}
.webcastoption .jp-logo-powered-abbrev {
	display: inline;
}
.webcastoption .square1 {
	animation: loadingC 3s infinite;
}

/* Micro mobile */
@media all and (max-width: 320px) {
	
	.iframeDisplay .jp-seek-bar {
    min-width: 150px;
    max-width: 150px;
  }
	.iframeDisplay .jp-progress  {
		margin-left:0px;
	}
  .iframeDisplay .jp-volume-controls {
    display: none;
  }
  .iframeDisplay .volume-wrapper {
    display: none;
  }
  .iframeDisplay .jp-logo-powered {
    display: none;
  }
  .iframeDisplay .jp-logo-powered-abbrev {
    display: inline;
  }
	.iframeDisplay .square1 {
		animation: loadingD 3s infinite;
	}
}



/* super Micro mobile */
@media all and (max-width: 211px) {
	
	.iframeDisplay .jp-seek-bar {
    min-width: 100px;
    max-width: 100px;
  }
  .iframeDisplay .jp-logo-powered-abbrev {
    display: none;
  }

}


















/* -----------------------------------------
  =CSS3 Loading animations
-------------------------------------------- */

/* =Elements style
---------------------- */


.square1,.square2 {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #568b94;
		position:fixed;
}

.jp_replay .square1,
.jp_replay .square2 {
	display:none;
}


/* =Animate the stuff
------------------------ */

@keyframes loadingA {
	0% {transform: translate(0,0); opacity:1;}
	100% {transform: translate(350px,0); opacity:0;}
}
@keyframes loadingB {
	0% {transform: translate(0,0); opacity:1;}
	100% {transform: translate(250px,0); opacity:0;}
}
@keyframes loadingC {
	0% {transform: translate(0,0); opacity:1;}
	100% {transform: translate(150px,0); opacity:0;}
}
@keyframes loadingD {
	0% {transform: translate(0,0); opacity:1;}
	100% {transform: translate(100px,0); opacity:0;}
}


/* potential custom styles */


		
.player-top {
  border-color: rgb(213, 213, 213);
  background-image: -moz-linear-gradient( 90deg, #fff 0%, #d5d5d5 100%);
  background-image: -webkit-linear-gradient( 90deg, #fff 0%, #d5d5d5 100%);
  background-image: -ms-linear-gradient( 90deg, #fff 0%, #d5d5d5 100%);
	}
	
.jp-play {
  background: url("../img/jplayer_gray.png") -0px -46px no-repeat;
  }
  
.jp-state-playing .jp-play {
  background: url("../img/jplayer_gray.png") -0px -73px no-repeat; }
  
.jp-mute {
  background: url("../img/jplayer_gray.png") 0px -117px no-repeat;
  }
  
.jp-state-muted .jp-mute {
  background: url("../img/jplayer_gray.png") 0px -100px no-repeat; }


.jp-logo {
  background: url("../img/jplayer_gray.png") 0px -157px no-repeat;
  }
		
.jp-downloadlive-icon {
  background: url("../img/jplayer_gray.png") 0px -140px no-repeat;
  }
  
.jp-current-time,
.jp-duration,
.jp-downloadlive-text {
  color: gray;
  }
  

  .jp-volume-bar,
.jp-progress .jp-seek-bar {
  background-color: #000000;
  }
  
 .player-bottom	{
  background-image: -moz-linear-gradient( 90deg, #e4e4e4 0%, #d5d5d5 100%);
  background-image: -webkit-linear-gradient( 90deg, #e4e4e4 0%, #d5d5d5 100%);
  background-image: -ms-linear-gradient( 90deg, #e4e4e4 0%, #d5d5d5 100%);
	}

	/* clean template style will override these colors */
  .jp-volume-bar-value ,
.jp-play-bar {
  background-color: #568b94;
  }
  
a .jp-downloadlive-text {
  color: #568b94;
  }
  
  .player-wrapper {
  border: 1px solid #000000;
  }
