@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
.player2 .player-wpr {
	max-width: 428px;
	min-width: 270px;
	height: 428px;
	background-color: #000;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	position: relative;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
}
.player2 .player-ctr {
	height: 428px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
}
.player2 .blur {
	width: 100%;
	height: 428px;
	background-size: cover;
	position: absolute;
	top: 0;
	-webkit-filter: blur(20px):
	-ms-filter: blur(20px);
	filter: blur(20px);
	transform: scale(1.15);
	opacity: 0.94;
	z-index: 1;
}
.player2 .album-cover-wpr {
	width: 210px;
	margin: 0 auto;
}
.player2 .album-cover {
	width: 210px;
	height: 210px;
	background: url(../img/logo.jpg);
	background-size: 100% 100%;
	position: relative;
	margin: 22px auto 0 auto;
	border-radius: 4px;
	-webkit-box-shadow: 4px 6px 30px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 4px 6px 30px 0px rgba(0,0,0,0.6);
	box-shadow: 4px 6px 30px 0px rgba(0,0,0,0.6);
	z-index: 2;
}
.player2 .track-info-wpr {
	max-width: 440px;
	height: 40px;
	box-sizing: border-box;
	color: rgba(255,255,255,1);
	font-size: 28px;
	text-align: center;
	position: relative;
	margin: 0 60px;
	margin-top: 28px;
	padding-top: 3px;
	border-left: 1px solid rgba(255,255,255,.87);
	border-right: 1px solid rgba(255,255,255,.87);
	overflow: hidden;
	z-index: 4;
}
.player2 .track-info-ctr {
	max-width: 280px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.player2 .songtitle {
	color: rgba(255,255,255,.7);
}
.player2 .artist-name {
	color: rgba(255,255,255,1);
}
.player2 .servertitle {
	max-width: 400px;
	font-size: 14px;
	color: rgba(255,255,255,.54);
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 108px;
	margin: 0 auto;
}
.player2 .listeners {
	max-width: 100px;
	font-size: 14px;
	color: rgba(255,255,255,.7);
	position: absolute;
	top: 32px;
	right: 22px;
}
.player2 .listeners:before {
	content: "\f0c0";
	font-size: 14px;
	padding-right: 6px;
	vertical-align: top;
}
.player2 .ppBtn {
	width: 64px;
	height: 64px;
	background-position: center center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 4px solid rgba(255,255,255,.2);
	border-radius: 50%;
	cursor: pointer;
}
.player2 .ppBtn:before {
	content: "";
	width: 60px;
	height: 60px;
	background-color: rgba(255,255,255,.54);
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	transition: background-color ease 0.5s;
}
.player2 .ppBtn:hover:before {
	background-color: rgba(255,255,255,.44);
}
.player2 .play-btn {
	background: url(../img/play.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 42px 42px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
    transition: background 0.5s;
}
.player2 .stop-btn {
	background: url(../img/pause.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 42px 42px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
    transition: background 0.5s;
}
.player2 .icons-left-wpr {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 11;
}
.player2 .icons-right-wpr {
	text-align: left;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 11;
}
.player2 .icons-left {
	width: 24px;
	height: 24px;
	font-size: 24px;
	color: rgba(255,255,255,.92);
	text-align: center;
	margin-right: 28px;
	cursor: pointer;
}
.player2 .icons-right {
	width: 24px;
	height: 24px;
	font-size: 24px;
	color: rgba(255,255,255,.92);
	text-align: left;
	margin-left: 28px;
	cursor: pointer;
}
.player2 .icons-serverinfo:before {
	content: "\f0c9";
}
.player2 .icons-history:before {
	content: "\f1da";
}
.player2 .icons-share:before {
	content: "\f1e0";
}
.player2 .icons-volume1:before {
	content: "\f026";
}
.player2 .icons-volume2:before {
	content: "\f027";
}
.player2 .icons-volume3:before {
	content: "\f028";
}
.player2 .icons-volumeM {
	display: none;
}
.player2 .icons-volumeM:before {
	content: "\f028";
}
.player2 .icons-volumeM2:before {
	content: "\f026";
}
.player2 .icons-close:before {
	content: "\f00d";
}
.player2 .volume-slider {
	position: absolute;
	bottom: 95px;
	right: -20px;
	opacity: 0;
	z-index: 10;
}
.player2 input[type=range] {
	width: 90px;
	height: 6px;
	background: none;
	padding: 6px 0px 6px 0px;
	transform: rotate(-90deg);
    transform-origin: bottom;
	-webkit-appearance: none;
	cursor: pointer;
}
.player2 input[type=range]:focus {
	outline: none;
}
.player2 input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	background: rgba(255,255,255,.54);
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	animate: 0.2s;
}
.player2 input[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(255,255,255,.54);
}
.player2 input[type=range]::-webkit-slider-thumb {
	width: 16px;
	height: 16px;
	background: #ccc;
	margin-top: -5px;
	border: 5px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	-webkit-appearance: none;
}
.player2 input[type=range]::-moz-range-track {
	width: 100%;
	height: 6px;
	background: rgba(255,255,255,.54);
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	animate: 0.2s;
}
.player2 input[type=range]::-moz-range-thumb {
	width: 6px;
	height: 6px;
	background: #ccc;
	border: 5px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.player2 input[type=range] {
		width: 90px;
		height: 16px;
		background: none;
		margin-top: 0px;
		padding: 6px 0px 6px 0px;
		cursor: pointer;
	}
}
.player2 input[type=range]::-ms-tooltip {
	display: none;
}
.player2 input[type=range]::-ms-track {
	width: 100%;
	height: 6px;
	background: transparent;
	color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	border-color: transparent;
	cursor: pointer;
	animate: 0.2s;
}
.player2 input[type=range]::-ms-fill-lower {
	background: rgba(255,255,255,.54);
	border: 0;
	border-radius: 8px;
}
.player2 input[type=range]::-ms-fill-upper {
	background: rgba(255,255,255,.54);
	border: 0;
	border-radius: 8px;
}
.player2 input[type=range]::-ms-thumb {
	width: 6px;
	height: 6px;
	background: #ccc;
	border: 5px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}
.player2 input[type=range]:focus::-ms-fill-lower {
	background: rgba(255,255,255,.54);
}
.player2 input[type=range]:focus::-ms-fill-upper {
	background: rgba(255,255,255,.54);
}
.player2 .history-wpr {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 22px auto 0 auto;
	z-index: 5;
}
.player2 .history-title {
	font-size: 28px;
	color: rgba(255,255,255,1);
	margin: 0 22px 15px 22px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,.7);
}
.player2 .row-wpr {
	height: 50px;
	background-color: rgba(255,255,255,.2);
	position: relative;
	margin: 0 22px 9px 22px;
	border-radius: 5px;
}
.player2 .history-cover {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 6px;
	left: 8px;
	border-radius: 50%;
}
.history-track-info {
	text-align: left;
	padding-left: 55px;
	padding-top: 5px;
}
.player2 .history-songtitle {
	max-width: 300px;
	font-size: 19px;
	color: rgba(255,255,255,1);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.player2 .history-artist-name {
	max-width: 300px;
	font-size: 16px;
	color: rgba(255,255,255,.7);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.player2 .rowNum {
	width: 38px;
	height: 50px;
	font-size: 42px;
	color: rgba(255,255,255,.2);
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.player2 .social-share-wpr {
	width: 210px;
	height: 210px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 22px;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 70px 0;
	border-radius: 4px;
	overflow: hidden;
	display: none;
	z-index: 11;
}
.player2 .social-link {
	width: 38px;
	height: 38px;
	font-size: 24px;
	color: #fff;
	line-height: 38px;
	text-decoration: none;
	margin: 0 4px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;

}
.player2 .social-link-facebook {
	background: #3F51B5;
}
.player2 .social-link-facebook:before {
	content: "\f09a";
}
.player2 .social-link-twitter {
	background: #2196F3;
}
.player2 .social-link-twitter:before {
	content: "\f099";
}
.player2 .visible {
	opacity: 1;
}
.player2 .display {
	display: block;
}
.player2 .nodisplay {
	display: none;
}

/* Responsive classes */
@media only screen and (max-width: 600px) {
	.player2 .track-info-wpr {
		margin: 28px 42px 0 42px;
	}
	.player2 .listeners {
		max-width: 100px;
		font-size: 12px;
		color: rgba(255,255,255,.7);
		position: absolute;
		top: 32px;
		right: 16px;
	}
	.player2 .listeners:before {
		content: "\f0c0";
		font-size: 12px;
		padding-right: 5px;
		vertical-align: top;
	}
}



/* Animations */
.animated { 
}
.animated.bounceIn {
 
} 
.bounceIn { 
} 
.bounceInDown { 
}
.marquee {
  white-space: nowrap;
  position: relative;
  transform: translateX(-50%);
  display: inline-block;
  left: 50%;
  padding-top: 0px;
  animation: linear infinite;
  overflow: hidden;
  text-align: left;
  animation-duration: 10s;
  animation-name: movement-smooth;
  animation-direction: normal;
}
.marquee:hover { 
 
}
.marquee.marquee-speed-custom:before {
 
}
.marquee.marquee-speed-normal:before {
 
}
 
.marquee.marquee-movement-smooth:before {
 
}
.marquee.marquee-direction-left:before,
.marquee.marquee-direction-normal:before {
 
}

body {
	padding: 0;
	margin: 0;
}

.top-panel-wpr {
	height: 68px;
	background-color: #101010;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
.top-panel-links {
	position: absolute;
	right: 0;
}
h1 {
	color: #f0f0f0;
	font-size: 60px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0;
}
h2 {
	color: #f0f0f0;
	font-size: 48px;
	font-weight: 400;
	text-align: center;
} 
.icon-nativecode:before {
	content: "\f121";
}
.icon-servers:before {
	content: "\f0e7";
}
.icon-fastdata:before {
	content: "\f019";
}
.icon-multiple:before {
	content: "\f2d2";
}
.icon-responsive:before {
	content: "\f10a";
}
.icon-artwork:before {
	content: "\f03e";
}
.icon-history:before {
	content: "\f1da";
}
.icon-animated:before {
	content: "\f110";
}
.icon-share:before {
	content: "\f1e0";
}
.icon-updates:before {
	content: "\f0ad";
}
.icon-volume:before {
	content: "\f028";
}
.icon-listeners:before {
	content: "\f0c0";
}
.footer-wpr {
	max-width: 1164px;
	margin: 100px auto 50px auto;
	text-align: center;
}
.footer-copy {
	border-top: 1px solid #111;
	padding-top: 22px;
	font-size: 18px;
	color: #777;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 90%;
	margin: 0 auto;
}

td, th {
    border: 1px solid #444;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #191919;
}
pre {
	box-sizing: border-box;
	font-size: 16px;
	color: #777;
	padding-left: 18px;
	line-height: 26px;
	border-left: 2px solid #0097A7;
	border-collapse: separate;
	outline: 0;
    text-align: left;
    vertical-align: baseline;
	margin-top: 28px;
	margin-bottom: 28px;
}
.contact-btn {
	max-width: 300px;
	background-color: #0097A7;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 4px;
	margin: 20px auto;
}
.examples-btn {
	color: #fff;
	font-size: 17px;
	padding: 8px 18px;
	border-radius: 4px;
	margin: 15px 0;
	border: 1px solid rgba(255,255,255,.5);
	display: inline-block;
	transition: all ease 0.5s;
}
.examples-btn:hover {
	background-color: rgba(255,255,255,.1);
}
.examples-btn a, .buy-btn a {
	color: #fff;
}
.buy-btn {
	background-color: #0097A7;
	color: #fff;
	font-size: 17px;
	padding: 8px 18px;
	border-radius: 4px;
	margin: 15px 0;
	margin-left: 10px;
	border: 1px solid #0097A7;
	display: inline-block;
	transition: all ease 0.5s;
}
.buy-btn:hover {
	background-color: #007a87;
}

@media only screen and (max-width: 1152px) {
	.main-wpr {
		max-width: 1078px;
	}
	.footer-wpr {
		max-width: 1078px;
	}
}