.sowertec .player-wpr {
	max-width: 100%;
	min-width: 270px;
	height: 45%;
	background-color: #000;
	position: relative;
	margin: 0 auto;
	/* border-radius:8px; */
	overflow: hidden;
}

.sowertec .blur,
.sowertec .player-ctr {
	height: 428px;
	position: absolute;
	top: 0;
}

.sowertec .player-ctr {
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10
}

.sowertec .blur {
	width: 100%;
	background-size: cover;
	-webkit-filter: blur(20px): -ms-filter: blur(20px);
	filter: blur(20px);
	transform: scale(1.15);
	opacity: .94;
	z-index: 1;
}

.sowertec .album-cover-wpr {
	width: 210px;
	margin: 0 auto
}

.sowertec .album-cover {
	width: 210px;
	height: 210px;
	background: url(../img/logo.jpg);
	background-size: 100% 100%;
	position: relative;
	margin: 22px auto 0;
	border-radius: 4px;
	-webkit-box-shadow: 4px 6px 30px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: 4px 6px 30px 0 rgba(0, 0, 0, .6);
	box-shadow: 4px 6px 30px 0 rgba(0, 0, 0, .6);
	z-index: 2
}

.sowertec .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: 28px 60px 0;
	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
}

.sowertec .track-info-ctr {
	max-width: 280px;
	position: relative;
	margin: 0 auto;
	overflow: hidden
}

.sowertec .songtitle {
	color: rgba(255, 255, 255, .7)
}

.sowertec .artist-name {
	color: rgba(255, 255, 255, 1)
}

.sowertec .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
}

.sowertec .listeners {
	max-width: 100px;
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	position: absolute;
	top: 32px;
	right: 22px
}

.sowertec .history-artist-name,
.sowertec .history-songtitle {
	max-width: 300px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.sowertec .listeners:before {
	content: "\f0c0";
	font-size: 14px;
	padding-right: 6px;
	vertical-align: top
}

.sowertec .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
}

.sowertec .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 .5s
}

.sowertec .icons-left,
.sowertec .icons-right {
	width: 24px;
	height: 24px;
	font-size: 24px;
	color: rgba(255, 255, 255, .92);
	cursor: pointer
}

.sowertec .ppBtn:hover:before {
	background-color: rgba(255, 255, 255, .44)
}

.sowertec .play-btn {
	background: url(../img/play.svg) center center no-repeat;
	background-size: 42px 42px;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	transition: background .5s
}

.sowertec .stop-btn {
	background: url(../img/pause.svg) center center no-repeat;
	background-size: 42px 42px;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	transition: background .5s
}

.sowertec .icons-left-wpr {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 11
}

.sowertec .icons-right-wpr {
	text-align: left;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 11
}

.sowertec .icons-left {
	text-align: center;
	margin-right: 28px
}

.sowertec .icons-right {
	text-align: left;
	margin-left: 28px
}

.sowertec .icons-serverinfo:before {
	content: "\f0c9"
}

.sowertec .icons-history:before {
	content: "\f1da"
}

.sowertec .icons-share:before {
	content: "\f1e0"
}

.sowertec .icons-volume1:before {
	content: "\f026"
}

.sowertec .icons-volume2:before {
	content: "\f027"
}

.sowertec .icons-volume3:before,
.sowertec .icons-volumeM:before {
	content: "\f028"
}

.sowertec .icons-volumeM {
	display: none
}

.sowertec .icons-volumeM2:before {
	content: "\f026"
}

.sowertec .icons-close:before {
	content: "\f00d"
}

.sowertec .volume-slider {
	position: absolute;
	bottom: 95px;
	right: -20px;
	display: none;
	z-index: 10
}

.sowertec input[type=range] {
	width: 90px;
	height: 6px;
	background: 0 0;
	padding: 6px 0;
	transform: rotate(-90deg);
	transform-origin: bottom;
	-webkit-appearance: none;
	cursor: pointer
}

.sowertec input[type=range]:focus {
	outline: 0
}

.sowertec 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: .2s
}

.sowertec input[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(255, 255, 255, .54)
}

.sowertec 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
}

.sowertec 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: .2s
}

.sowertec 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) {
	.sowertec input[type=range] {
		width: 90px;
		height: 16px;
		background: 0 0;
		margin-top: 0;
		padding: 6px 0;
		cursor: pointer
	}
}

.sowertec input[type=range]::-ms-tooltip {
	display: none
}

.sowertec input[type=range]::-ms-track {
	width: 100%;
	height: 6px;
	background: 0 0;
	color: transparent;
	margin: 0;
	padding: 0;
	border: 0 transparent;
	cursor: pointer;
	animate: .2s
}

.sowertec input[type=range]::-ms-fill-lower {
	background: rgba(255, 255, 255, .54);
	border: 0;
	border-radius: 8px
}

.sowertec input[type=range]::-ms-fill-upper {
	background: rgba(255, 255, 255, .54);
	border: 0;
	border-radius: 8px
}

.sowertec input[type=range]::-ms-thumb {
	width: 6px;
	height: 6px;
	background: #ccc;
	border: 5px solid #fff;
	border-radius: 50%;
	cursor: pointer
}

.sowertec input[type=range]:focus::-ms-fill-lower {
	background: rgba(255, 255, 255, .54)
}

.sowertec input[type=range]:focus::-ms-fill-upper {
	background: rgba(255, 255, 255, .54)
}

.sowertec .history-wpr {
	margin: 22px auto 0;
	z-index: 5;
}

.sowertec .history-title {
	font-size: 28px;
	color: rgba(255, 255, 255, 1);
	margin: 0 22px 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, .7)
}

.sowertec .row-wpr {
	height: 50px;
	background-color: rgba(255, 255, 255, .2);
	position: relative;
	margin: 0 22px 9px;
	border-radius: 5px
}

.sowertec .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
}

.sowertec .rowNum,
.sowertec .social-share-wpr {
	text-align: center;
	position: absolute;
	right: 0
}

.sowertec .history-songtitle {
	font-size: 19px;
	color: rgba(255, 255, 255, 1)
}

.sowertec .history-artist-name {
	font-size: 16px;
	color: rgba(255, 255, 255, .7)
}

.sowertec .rowNum {
	width: 38px;
	height: 50px;
	font-size: 42px;
	color: rgba(255, 255, 255, .2);
	top: 0
}

.sowertec .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;
	top: 22px;
	left: 0;
	margin: 0 auto;
	padding: 70px 0;
	border-radius: 4px;
	overflow: hidden;
	display: none;
	z-index: 11
}

.sowertec .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
}

.sowertec .social-link-facebook {
	background: #3F51B5
}

.sowertec .social-link-facebook:before {
	content: "\f09a"
}

.sowertec .social-link-twitter {
	background: #2196F3
}

.sowertec .social-link-twitter:before {
	content: "\f099"
}

.sowertec .display {
	display: block
}

.sowertec .nodisplay {
	display: block!Important;
	height: 55%;
	background: #000000;
	margin: 0;
}

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

.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.animated.bounceIn {
	animation-duration: .75s
}

@keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	animation-name: bounceIn
}

@keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}
	75% {
		transform: translate3d(0, -10px, 0)
	}
	90% {
		transform: translate3d(0, 5px, 0)
	}
	to {
		transform: none
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

.marquee {
	white-space: nowrap;
	position: relative;
	transform: translateX(-50%);
	display: inline-block;
	left: 50%;
	padding-top: 0;
	animation: linear infinite;
	overflow: hidden;
	text-align: left;
	animation-duration: 10s;
	animation-name: movement-smooth;
	animation-direction: normal
}

.marquee:hover {
	animation-play-state: paused
}

.marquee.marquee-speed-custom:before {
	animation-duration: inherit
}

.marquee.marquee-speed-normal:before {
	animation-duration: 10s
}

@keyframes movement-smooth {
	from {
		transform: translateX(0);
		left: 100%
	}
	to {
		transform: translateX(-100%);
		left: 0
	}
}

.marquee.marquee-movement-smooth:before {
	animation-name: movement-smooth
}

.marquee.marquee-direction-left:before,
.marquee.marquee-direction-normal:before {
	animation-direction: normal
}
