@charset "utf-8";
/* CSS Document */

.audio-player, .audio-player div, .audio-player h1, .audio-player a, .audio-player img, .audio-player span, .audio-player button {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
a {
	text-decoration: none;
	color: #CC9900;
}
a:visited {
	color: #CC9900;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #ececec;
}
body {
	background-color:#282828;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
.content {
	text-align:left;
	width:100%;
	max-width:600px;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ececec;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #ececec;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	text-align:justify;
}
.colleage {
	width:60%;
}

.footer {
	width:30%;
}
.pointille {
	color: #666666;
	width: 100%;
	max-width: 600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
div.audio-player {
	position: relative;
	width: 100%;
	height: 100px;
	background: #1f1f1f;
	max-width:600px;
}
.audio-player h1 {
	position: absolute;
	top: 18px;
	left: 165px;
	padding-right: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ececec;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	margin-right:20px;
}
.audio-player .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
}
.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	position: absolute;
	text-indent: -9999px;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
	width: 10px;
	height: 12px;
	top: 40px;
	left: 135px;
	background: transparent url(playpause.png) 0 0;
}
.mejs-controls .mejs-pause button {
	background-position:0 -21px;
}
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
	width: 10px;
	height: 12px;
	top: 70px;
	left: 136px;
	background: transparent url(muteunmute.png) 0 0;
}
.mejs-controls .mejs-unmute button {
	background-position: 0 -21px;
}
.mejs-controls div.mejs-horizontal-volume-slider {
	position: absolute;
	top: 71px;
	left: 165px;
	cursor: pointer;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 200px;
	height: 8px;
	background: #212227;
	-webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	-moz-box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	height: 6px;
	top: 2px;
	left: 0px;
	background: url(volumebar.png) repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.mejs-controls div.mejs-time-rail {
	width: 400px;
}
.mejs-controls .mejs-time-rail span {
	position: absolute;
	display: block;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: 0;
	cursor: pointer;
	-webkit-border-radius: 0px 0px 1px 1px;
	-moz-border-radius: 0px 0px 1px 1px;
	border-radius: 0px 0px 1px 1px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	background: #373737;
	color: #373737;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	width: 0;
	background: #666;
	color: #666;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	background-color: #B8AE1C;
}
-time-rail .mejs-time-handle, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	position: absolute;
	display: block;
	width: 12px;
	height: 14px;
	top: -4px;
	background: url(handle.png) no-repeat;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	top: 1px;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 33px;
	height: 23px;
	top: -26px;
	margin-left: -17px;
	background: url(timebox.png);
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 33px;
	display: block;
	left: 0;
	top: 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
.content {
	text-align:left;
	width:100%;
	max-width:900px;
}
div.audio-player {
	position: relative;
	width: 100%;
	height: 160px;
	background: #1f1f1f;
	max-width:900px;
}
.audio-player .cover {
	width: 160px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 12spx;
}
.colleage {
	width:100%;
}
.footer {
    width: 75%;
}
.pointille {
	color: #666666;
	width: 100%;
	max-width: 900px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
	top: 40px;
	left: 220px;
}
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
	width: 10px;
	height: 12px;
	top: 70px;
	left: 220px;
	background: transparent url(muteunmute.png) 0 0;
}
.mejs-controls .mejs-unmute button {
	background-position: 0 -21px;
}
.mejs-controls div.mejs-horizontal-volume-slider {
	position: absolute;
	top: 71px;
	left: 285px;
	cursor: pointer;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 200px;
	height: 8px;
	background: #212227;
	-webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	-moz-box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	height: 6px;
	top: 2px;
	left: 0px;
	background: url(volumebar.png) repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
}


/* iPhone 6 ----------- */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
.content {
	text-align:left;
	width:100%;
	max-width:900px;
}
div.audio-player {
	position: relative;
	width: 100%;
	height: 160px;
	background: #1f1f1f;
	max-width:900px;
}
.audio-player .cover {
	width: 160px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 12spx;
}
.colleage {
	width:100%;
}
.footer {
    width: 75%;
}
.pointille {
	color: #666666;
	width: 100%;
	max-width: 900px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
	top: 40px;
	left: 220px;
}
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
	width: 10px;
	height: 12px;
	top: 70px;
	left: 220px;
	background: transparent url(muteunmute.png) 0 0;
}
.mejs-controls .mejs-unmute button {
	background-position: 0 -21px;
}
.mejs-controls div.mejs-horizontal-volume-slider {
	position: absolute;
	top: 71px;
	left: 285px;
	cursor: pointer;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 200px;
	height: 8px;
	background: #212227;
	-webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	-moz-box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	height: 6px;
	top: 2px;
	left: 0px;
	background: url(volumebar.png) repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
}

/* iPhone 6plus ----------- */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
.content {
	text-align:left;
	width:100%;
	max-width:900px;
}
div.audio-player {
	position: relative;
	width: 100%;
	height: 160px;
	background: #1f1f1f;
	max-width:900px;
}
.audio-player .cover {
	width: 160px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 12spx;
}
.colleage {
	width:100%;
}
.footer {
    width: 75%;
}
.pointille {
	color: #666666;
	width: 100%;
	max-width: 900px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
	top: 40px;
	left: 220px;
}
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
	width: 10px;
	height: 12px;
	top: 70px;
	left: 220px;
	background: transparent url(muteunmute.png) 0 0;
}
.mejs-controls .mejs-unmute button {
	background-position: 0 -21px;
}
.mejs-controls div.mejs-horizontal-volume-slider {
	position: absolute;
	top: 71px;
	left: 285px;
	cursor: pointer;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 200px;
	height: 8px;
	background: #212227;
	-webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	-moz-box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	height: 6px;
	top: 2px;
	left: 0px;
	background: url(volumebar.png) repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
}

/* iPad ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.content {
	text-align:left;
	width:100%;
	max-width:900px;
}
div.audio-player {
	position: relative;
	width: 100%;
	height: 160px;
	background: #1f1f1f;
	max-width:900px;
}
.audio-player .cover {
	width: 160px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 12spx;
}
.colleage {
	width:100%;
}
.footer {
    width: 75%;
}
.pointille {
	color: #666666;
	width: 100%;
	max-width: 900px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
	top: 40px;
	left: 220px;
}
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
	width: 10px;
	height: 12px;
	top: 70px;
	left: 220px;
	background: transparent url(muteunmute.png) 0 0;
}
.mejs-controls .mejs-unmute button {
	background-position: 0 -21px;
}
.mejs-controls div.mejs-horizontal-volume-slider {
	position: absolute;
	top: 71px;
	left: 285px;
	cursor: pointer;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 200px;
	height: 8px;
	background: #212227;
	-webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	-moz-box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	height: 6px;
	top: 2px;
	left: 0px;
	background: url(volumebar.png) repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
}

/* samsung ----------- */

@media screen and (max-device-width: 360px) {
.content {
	text-align:left;
	width:100%;
	max-width:900px;
}
div.audio-player {
	position: relative;
	width: 100%;
	height: 160px;
	background: #1f1f1f;
	max-width:900px;
}
.audio-player .cover {
	width: 160px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 12spx;
}
.colleage {
	width:100%;
}
.footer {
    width: 75%;
}
.pointille {
	color: #666666;
	width: 100%;
	max-width: 900px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
	top: 40px;
	left: 220px;
}
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
	width: 10px;
	height: 12px;
	top: 70px;
	left: 220px;
	background: transparent url(muteunmute.png) 0 0;
}
.mejs-controls .mejs-unmute button {
	background-position: 0 -21px;
}
.mejs-controls div.mejs-horizontal-volume-slider {
	position: absolute;
	top: 71px;
	left: 285px;
	cursor: pointer;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 200px;
	height: 8px;
	background: #212227;
	-webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	-moz-box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 0px rgba(255,255,255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	height: 6px;
	top: 2px;
	left: 0px;
	background: url(volumebar.png) repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
}
 @media only screen and (max-width: 600px) {
.content {
	text-align:left;
	width:100%;
	max-width:500px;
	min-width:300px;
}

.colleage {
	width:100%;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 125px;
}
}
