div.playeriv {
	float: right;
	width: 44%;
	padding: 1%;
}

div.playerivf {
	float: right;
	width: 100%;
	padding: 0%;
}

div.playerbox {
	float: left;
	width: 100%;
	background: -webkit-linear-gradient(rgba(253,246,246,0.95) 10%, rgba(245, 245, 245, 0.95) 90%);
	border-top: 5px solid #CB080E;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.55);
}

div.plyhdr {
	float: left;
	width: 98%;
	margin: 1%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0px;
}

div.plyhdr h3 {
	color: #505050;
	font-size: 24px;
	font-weight: bold;
}

div.plyhdr h3 a {
	float: right;
	font-size: 16px;
	font-weight: normal;
	color: #141414;
	background: url("../../images/icon_extwin.png") no-repeat right top;
	padding: 7px 40px 9px 0px;
	opacity: 0.7;
	font-weight: bold;
}

div.plyhdr h3 a:hover {
	text-decoration: underline;
	opacity: 1;
}

div.plyimg {
	float: left;
	width: 52%;
	margin: 5px 0.5% 5px 1%;
}

div.plyimg img {
	width: 100%;	
}

div.plycntr {
	float: right;
	width: 44%;
	margin: 5px 1% 5px 0.5%;
}

div.plycntr h2 {
	font-size: 32px;
	color: #8E0105;
	font-weight: bold;
	margin-bottom: 15px;
}

div.plycntr p {
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 10px;
}

.jp-audio, .jp-type-single, .jp-gui, .jp-interface {
	float: left;
	width: 100%;
}

.jp-controls {
	float: left;
	width: 100%;
	margin-top: 12px;
}

.jp-time-holder {
	float: right;
	width: 100%;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
}

.jp-current-time {
	float: left;
}

.jp-duration {
	float: right;
}

/* @group progress bar */
.jp-progress {
	float: left;
	width: 100%;
  overflow: hidden;
  background-color: #707070; 
}

.jp-audio .jp-progress {
	float: left;
  top: 0px;
  height: 15px; 
}

.jp-audio .jp-type-single .jp-progress {
 	float: left;
  width: 100%; 
}

.jp-seek-bar {
  background: url("/images/ply_btns.jpg") 0 -202px repeat-x;
  width: 0px;
  height: 100%;
  cursor: pointer; }

.jp-play-bar {
  background: url("/images/ply_btns.jpg") 0 -218px repeat-x;
  width: 0px;
  height: 100%; }

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
  background: url("/images/jplayer.blue.monday.seeking.gif"); }

/* @end */

.jp-controls button {
	display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer; 
  outline:  none;
}

.jp-play, .jp-paus, .jp-cont {
  width: 40px;
  height: 40px; 
}

.jp-play {
  background: url("/images/ply_btns.jpg") 0 0 no-repeat; 
}

.jp-cont {
  background: url("/images/ply_btns.jpg") -41px 0 no-repeat; 
  margin-right: 5px;
}

.jp-play:focus {
  background: url("/images/ply_btns.jpg") -41px 0 no-repeat; 
}

.jp-state-playing .jp-play {
  background: url("/images/ply_btns.jpg") 0 -42px no-repeat; 
}

.jp-paus {
  background: url("/images/ply_btns.jpg") 0 -41px no-repeat; 
  margin-right: 5px;
}

.jp-state-playing .jp-play:focus {
  background: url("/images/ply_btns.jpg") -41px -42px no-repeat; 
}

.jp-stop, .jp-previous, .jp-next {
  width: 40px;
  height: 40px;
}

.jp-stop {
  background: url("/images/ply_btns.jpg") 0 -82px no-repeat;
  margin-left: 0px; 
  display: none;
}

.jp-stop:focus {
  background: url("/images/ply_btns.jpg") -40px -82px no-repeat; 
}

.jp-toggles, .jp-details, .jp-volume-controls {
	display: none;
}

a.media {
	float: right;
	display: inline-block;
	background-color: #CB080E;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	padding: 8px 15px;
}

@media screen and (min-width: 1170px) and (max-width: 1329px) { 
	div.plycntr h2 {
		font-size: 24px;
	}
	
	div.plycntr p {
		font-size: 15px;
		line-height: 18px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1169px) {
	
	a.media {
		font-size: 20px;
		font-weight: bold;
		padding: 10px 10px;
	}
	
	div.plycntr p {
		font-size: 14px;
		line-height: 16px;
	}
	
	div.plycntr h2 {
		font-size: 22px;
	}
}

@media screen and (min-width: 820px) and (max-width: 1023px) {
	a.media {
		font-size: 16px;
		font-weight: bold;
		padding: 12px 10px;
	}
	
	div.plycntr p {
		font-size: 14px;
		line-height: 16px;
	}
	
	div.plycntr h2 {
		font-size: 18px;
		font-weight: normal;
	}
}

@media screen and (min-width: 480px) and (max-width: 819px) {
	div.playeriv {
		float: left;
		width: 98%;
		padding: 1%;
	}

	div.playerbox {
		width: 80%;
	}

	div.plyhdr h3 a {
		float: right;
		font-size: 14px;
	}
	
	div.plyimg {
		float: left;
		width: 30%;
		margin: 5px 1% 5px 1%;
	}
	
	div.plycntr {
		float: right;
		width: 65%;
		margin: 3px 1% 3px 1%;
	}

	div.plycntr p {
		font-size: 14px;
		line-height: 16px;
	}
	
	div.plycntr h2 {
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 5px;
	}
	
	.jp-no-solution audio {
		width: 100%;
	}
	
}

@media screen and (min-width: 300px) and (max-width: 480px) {
	
	div.playeriv {
		float: left;
		width: 98%;
		padding: 1%;
	}

	div.playerbox {
		width: 100%;
	}

	div.plyhdr h3 a {
		float: right;
		font-size: 14px;
		padding: 12px 15px 0px 10px;
		margin-bottom: 5px;
		opacity: 1;
	}
	
	div.plyhdr h3 a span {
		display: none;
	}
	
	div.plyimg {
		float: left;
		width: 98%;
		margin: 5px 1% 5px 1%;
	}
	
	div.plycntr {
		float: right;
		width: 98%;
		margin: 5px 1% 5px 1%;
	}

	div.plycntr p {
		font-size: 14px;
		line-height: 16px;
	}
	
	div.plycntr h2 {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 5px;
	}
	
	.jp-no-solution {
		text-align: center;
	}
	
	.jp-no-solution audio {
		width: 100%;
	}
	
	div.full {
		left: 0.5%;
		width: 99%;
	}
	
	a.cc {
		float: none;
		margin: 5px auto;
	}
	
}

div.plc h3 {
	float: left;
	width: 100%;
	font-size: 22px;
	color: #CB080E;
	line-height: 24px;
	text-align: left;
}

div.altlinks {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

div.altlinks h2 {
	font-size: 24px;
}

div.altlinks p {
	margin: 10px 0px 20px 0px;
	line-height: 24px;
	font-size: 16px;
}

div.altlinks p a {
	text-decoration: none;
	color: #ce1110;
}

div.altlinks p a:hover {
	color: #000;
	text-decoration: underline;
}

div.altlinks div.pleft {
	float: left;
	width: 65%;
}

div.altlinks div.pright {
	float: right;
	width: 33%;
	margin-top: 14px;
}

div.ffull {
	float: left;
	width: 100%;
	margin-top: 7px;
}

div.ffull div.person {
	float: left;
	width: 100%;
	height: auto;
	margin: 7px 0px;
}

div.ffull div.person div.photo {
	float: left;
	width: 30%;
	height: auto;
}

div.ffull div.person div.desc {
	float: right;
	width: 67%;
}

div.ffull div.person div.photo img {
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 0px 10px #777;
  -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
  filter: grayscale(80%);
}

div.ffull div.person div.photo img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  box-shadow: 0px 0px 10px #000;
}

div.ffull div.person div.desc h3 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
}

div.hwfull {
	float: left;
	width: 100%;	
	margin-top: 20px;
}

div.hwfull h2 {
	margin: 20px 0px;
}

div.hwfull div.left {
	float: left;
	width: 49% !important;
}

div.hwfull div.right {
	float: right;
	width: 49% !important;
}

div.hwfull ul.inetrad {
	float: left;
	width: 100%;
	list-style: none;
	margin-left: 0px;
}

div.hwfull h3 {
	margin-bottom: 10px;
}

div.hwfull h4 {
	color: #303030;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
}

div.hwfull ul.inetrad li {
	float: left;
	width: 49%;
	text-align: center;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	padding: 0%;
}
	
div.hwfull ul.inetrad li:nth-child(even) {
  background-color: #fff;
  float: right;
}

div.hwfull ul.inetrad li:hover {
	box-shadow: none !important;
}

div.hwfull ul.inetrad li img {
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
  filter: grayscale(70%);
}

div.hwfull ul.inetrad li:hover img {
	box-shadow: 0px 0px 5px #000;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

div.plc p {
	text-align: left;
	margin: 5px 0px !important;
	font-size: 14px;
	margin-bottom: 10px !important;
}

div.lleft {
	float: left;
	width: 49%;
}

div.lright {
	float: right;
	width: 49%;
}

.plhide {
	display: none;
}

@media screen and (min-width: 300px) and (max-width: 650px) {
	div.altlinks div.pleft {
		float: left;
		width: 100%;
	}
	
	div.altlinks div.pright {
		float: left;
		width: 100%;
	}
	
	div.lleft {
		float: left;
		width: 100%;
	}
	
	div.lright {
		float: left;
		width: 100%;
	}
}	
