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

body {
	background: #f4f4f4;
}
i.icon {
	padding-right: 10px;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	color: #ff5412 !important;
	transition: all 0.3s;
	text-decoration: none;
}
a:focus{
	outline: none;
    outline-offset: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.padding-left {
	padding-left: 15px;
}
.padding-right {
	padding-right: 15px;
}
.clear {
	clear: both;
}
.no-margin {
	margin: 0;
}
.border {
	border: 1px solid #ccc;
}
.animated {
    visibility: visible;
    animation-name: fadeInUp;
    animation-fill-mode: inherit !important;
}

.header {
	background: #21242e;
}
.header .top-header {
	padding: 7px 0;
	border-bottom: 3px solid #ff5412;
}
.header .logo {
	padding: 2px 0;
}
.header .logo img {
	height: 55px;
	max-width: 100%;
}

.search-form {
	padding: 10px 0;
}
.search-form .search {
	margin: 0;
}
.input_search {
    float: left;
    width: 100%;
    height: 37px;
	color: #333;
    border: 1px solid #fff;
    display: block;
    padding: 0 0 0 15px;
    line-height: 37px;
	border-radius: 50px;
}
.btn_search {
	bottom: 1px;
    right: 17px;
    height: 35px;
    color: #fff;
    border: none;
    margin: 0;
    padding: 4px 34px;
    background: none;
    position: absolute;
    border-radius: 50px;
    background-color: #ff5412;
}
.btn_search i {
	padding-right: 15px;
}

::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;  
}

::-moz-placeholder {
	color: #999;  
}

:-ms-input-placeholder {  
	color: #999;  
}

.log-form {
	padding: 2px 15px;
}
.register {
	color: #fff;
    padding: 10px 0;
	line-height: 35px;
}
.register a {
	color: #fff;
}
.menu {
	background: #21242e;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.menu #nav-menu nav {
	float: left;
	margin: 0;
    border: none;
    min-height: auto;
    background: none;
}
.menu #nav-menu nav ul {
    margin: 0;
    padding: 0;
    position: relative;
}
.menu #nav-menu nav ul li {
    float: left;
    transition: all 0.3s ease 0s;
}
.menu #nav-menu nav ul li.active a {
	color: #ff5412;
}
.menu #nav-menu nav ul li a {
    color: rgba(255,255,255,.5);
    display: block;
    font-size: 13px;
    padding: 0 20px;
	transition: 0.3s;
    line-height: 40px;
	text-transform: uppercase;
}
.menu #nav-menu nav ul li a:hover {
	color: #ff5412 !important;
}
.box-action ul li {
	float: left;
}
.box-action ul li a {
	color: #333;
    padding: 0 36px;
    line-height: 40px;
}
.box-action ul li a:hover {
	color: #2582be;
	transition: all 0.3s;
}

#content {
	margin-top: 20px;
}

.content-area .content-box {
	padding: 0 15px;
}

#content.content-single {
	margin-top: 0;
}
.single-music {
	overflow: hidden;
}
.single-music .info-music {
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-top: 20px;
}
.home-img {
	background: #000;
}
.home-img img {
	transition: all 0.3s;
}
.home-img:hover img {
	opacity: 0.65;
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	-webkit-backface-visibility: hidden;
}
.radio .home-title .title {
	border-bottom: none !important;
}
.home-content .home-title {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.home-content .home-title .title {
	color: rgba(255,255,255,.4);
    margin: 0;
    font-size: 18px;
	border-bottom: 1px solid rgba(255,255,255,.5);
    padding-bottom: 3px;
	text-transform: uppercase;
}
.playlist .playlist-col img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.playlist .playlist-col .playlist-title {
	position: absolute;
    top: 50%;
    left: 30px;
    margin: 0;
    margin: -7px 0 0 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.playlist .home-title .title {
	color: rgba(255,255,255,.4);
}
.home-content .content-music .playlist .list {
    margin-top: 20px;
}

.feel-music, .blog-music {
	float: left;
	margin-top: 20px;
}
.feel-music-img, .blog-music-img {
	float: left;
    width: 45%;
}
.feel-music-img img, .blog-music-img img {
	width: 100%;
	transition: 0.3s;
}
.feel-music-content, .blog-music-content {
	float: left;
	width: 55%;
	padding-left: 15px;
}
.feel-music-title, .blog-music-title {
	font-size: 18px;
	margin-top: 0;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.feel-music-title a, .blog-music-title a {
	color: rgba(255,255,255,.8);
}
.feel-music-detail, .blog-music-detail {
	color: #555;
	float: left;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.feel-music ul, .blog-music ul {
	float: left;
	width: 55%;
	margin-top: 15px;
	padding-left: 15px;
	line-height: 28px;
}
.feel-music ul li, .blog-music ul li {
	overflow: hidden;
    display: -webkit-box;
	padding-left: 15px;
	background: rgba(0,0,0,0) url(../images/list-icon.png) no-repeat scroll left 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.feel-music ul li a, .blog-music ul li a {
	color: #222;
}

.listening, .views {
    top: 0;
    right: 0;
    color: #fff;
    padding: 4px;
    position: absolute;
	font-size: 12px;
    background: rgba(0, 0, 0, 0.34);
}
.icon-nct {
    float: left;
	width: 14px;
    height: 14px;
    margin: 3px 3px 0 0;
}
.icon-listen {
	background: url(../images/icon-repeat.png) 0px -202px no-repeat;
}
.icon-view {
	background: url(../images/icon-repeat.png) 0px -237px no-repeat;
}
.icon-play {
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
	cursor: pointer;
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
	transition: all 0.3s ease-in-out;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    background: transparent url(../images/icon-play.png) no-repeat left top;
}
.home-img:hover .icon-play {
	opacity: 1;
	filter :alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.slide #slideshow img {
	width: 100%;
	height: 100%;
}
.playlist.rows .row {
    margin-left: -15px;
	margin-right: -15px;
}
.content-music .playlist .list {
	margin-top: 30px;
}
.content-music .playlist .list a .music-name:hover, .content-music .playlist .list a .single:hover {
	color: #ff5412;
	transition: 0.3s;
}
.playlist .list img {
	width: 100%;
	transition: all 0.3s;
}
.playlist .playlist-col {
	margin-bottom: 20px;
}
.single-music .playlist .row {
	margin-right: -8px;
    margin-left: -8px;
}
.single-music .info-music .singer {
	color: rgba(255,255,255,.8);
}
.content-music .playlist .list .music-name {
    float: left;
	width: 100%;
	height: 34px;
	font-size: 13px;
	overflow: hidden;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.content-music .playlist .list .single {
	float: left;
	height: 17px;
	color: rgba(255,255,255,.5);
	margin-top: 5px;
	font-size: 13px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.single-music .playlist .list {
    margin-top: 0px;
    padding: 8px;
}
.single-music .single-title {
	float: left;
	width: 100%;
	margin: 20px 0 7px;
	text-transform: uppercase;
}
.single-music .single-title h3 {
	font-size: 18px;
}

.content-music .content-box .hot-list {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.content-music .content-box .hot-list .hot-list-img img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.content-music .content-box .hot-list .hot-song-name a {
	color: #555;
}
.content-music .content-box .hot-list .hot-song-name .hot-title-name {
	margin: 0;
	padding: 10px 15px;
	background: #f1f1f1;
}
.content-music .content-box .hot-list .hot-song-name ul li {
	line-height: 45px;
	border-bottom: 1px solid #eee !important;
}
.content-music .content-box .hot-list .hot-song-name ul li:last-child {
	border-bottom: snow !important;
}
.content-music .content-box .hot-list .hot-song-name ul li a {
	padding-left: 15px;
}
.content-music .playlist .list .video-name {
    float: left;
    width: 100%;
	height: 24px;
    color: rgba(255,255,255,.8);
	font-size: 13px;
    font-weight: 600;
    padding-top: 7px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.content-music .playlist .list .video-single {
    color: rgba(255,255,255,.5);
    font-size: 13px;
}
.content-music .playlist .list .timing {
	color: #eee;
    right: 15px;
    bottom: 42px;
    opacity: 0.7;
    padding: 2px 6px;
    position: absolute;
    font-size: 12px;
    background: #222;
    line-height: 16px;
}

.song-list {
	float: left;
    width: 100%;
    padding: 15px 0;
	position: relative;
    border-bottom: 1px solid #eee;
}
.song-list:last-child {
	border-bottom: snow;
}
.song-list .stt {
	left: 0;
    color: #fff;
	width: 28px;
    height: 28px;
    bottom: 15px;
    padding: 0;
	opacity: 0.9;
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    background: #b7b7b7;
    line-height: 28px;
}
.song-list .stt.spec-song, .bxh-mv .stt.spec {
    background: #e74c3c;
}
.song-list .stt.spec {
	color: #e74c3c;
}
.song-list .stt.second {
	background: #0ba14b;
}
.song-list .stt.thir {
	background: #f60;
}
.song-list img {
	float: left;
	width: 58px;
	height: 58px;
	margin-right: 30px;
}
.download-song {
	margin: 0;
	padding:0;
}
.download-song img {
	width: 25px;
	height: 25px;
	margin: 0;
}
.song-list .song-name {
	color: #333;
    margin: 2px 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	font-size:14px;
}
.song-list .singer {
    margin: 0;
    color: #888;
    font-size: 12px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.content-music .playlist .list .video-name:hover, .content-music .playlist .list .video-single:hover, .song-list .song-name:hover, .song-list .singer:hover {
	color: #ff5412;
	transition: 0.3s;
}

.sidebar .home-title {
	margin-top: 0;
}
.sidebar-area {
	float: left;
	margin-top: 30px;
}
.sidebar-area .title {
	color: #2582be;
	margin: 0;
	font-size: 22px;
    border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
}
.sidebar .ads img {
	width: 100%;
}
.categories ul li {
	float: left;
	width: 50%;
	line-height: 34px;
}
.block-title {
	float: left;
    width: 100%;
	padding-top: 10px;
}
.block-title .nav li a:hover:after {
	content: "\f0d7";
	top: 100%;
	right: 50%;
	width: 10px;
	height: 100%;
	position: absolute;
	margin-top: -13px;
	margin-right: -7px;
	font-family: FontAwesome;
	transition: all 0.2s linear 0s;
}
.block-title .nav li.active a:hover:after {
	content: none;
}
.block-title .nav li {
	float: left;
	width: 33.3333%;
    text-align: center;
}
.block-title .nav li a {
	color: #555;
    border: none;
	padding: 5px 0;
	font-size: 15px;
	font-weight: 500;
    box-shadow: none;
    background: none;
    position: relative;
}
.block-title .nav li.active a {
	color: #fff;
	background: #e74c3c;
}
.box-bxh > .tab-content {
    display: none;
}
.box-bxh > .tab-content.active {
    display: block;
}

.single-music .info-music img {
	width: 97px;
	height: 97px;
}
.single-music .info-music .title-song {
	color: #ff5412;
	float: left;
	font-size: 19px;
	margin-top: 0;
}
.single-video .info-music .title-song {
	float: none;
}
.single-music .info-music p {
	color: #999;
	margin-bottom: 3px;
}
.single-music .info-music p span {
	color: #ccc;
}
.single-music .lyrics {
	padding: 0;
}
.single-music .playlist .list .timing {
	right: 8px;
    bottom: 49px;
}
.single-music .single-title h4 {
    margin-top: 30px;
}
.single-music .bar-title {
	float: left;
	width: 100%;
	border-bottom: 1px solid #0ba14b;
}
.single-music .content-box .song-list .song-name.bar-hot-list {
    color: #555;
    margin: 0;
	padding: 21.5px 0;
}

.content-artist .artist-box .artist-img, .home-img, .hot-list-img, .feel-music-img, .blog-music-img {
    overflow: hidden;
    position: relative;
}
.content-artist .artist-box a:hover img, .home-img:hover img, .hot-list-img:hover img, .feel-music-img:hover img, .blog-music-img:hover img, .mid-footer i.fa:hover {
	-webkit-transform: rotate(0deg) scale(1.1);
	-moz-transform: rotate(0deg) scale(1.1);
	-ms-transform: rotate(0deg) scale(1.1);
	-o-transform: rotate(0deg) scale(1.1);
}

.content-album .home-title.vn .title, .content-video .home-title.vn .title, .content-artist .home-title .title {
	margin-top: 7px;
}
.content-album .home-title .title, .content-video .home-title .title, .content-artist .home-title .title {
	font-size: 19px;
	margin-top: 40px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.content-album .playlist .song-list a {
	float: left;
	width: 92%;
}

.content-host-list .content-box .hot-list .col, .home-content .border {
	margin-bottom: 20px;
}
.home-content .hot-list .col:last-child .border {
	margin-bottom: 0;
}

.content-artist .artist-box {
	margin-top: 20px;
}
.content-artist .artist-box a:hover .artist-name {
	color: #0ba14b;
	transition: all 0.3s;
}
.content-artist .artist-box .artist-img img {
	width: 100%;
	transition: all 0.3s;
}
.content-artist .artist-box .artist-name {
	color: #555;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.rintoneIcon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    height: 60px;
    position: relative;
    vertical-align: middle;
    width: 60px;
    top: 0;
	background: #ff5412;
}
.audio-meta {
    display: block;
    height: 60px;
    margin-left: 60px;
    margin-right: 10px;
    color: #333;
    font-weight: 400;
    padding: 5px 0px 0px 10px !important;
    font-size: 12px;
}
.content-artist .artist-box .artist-img, .home-img, .hot-list-img {
    overflow: hidden;
    position: relative;
}
#content.bxh {
	margin-top: 0;
}
.top-charts img {
	width: 100%;
	height: auto;
}
.top-charts .top-title {
	color: rgba(255,255,255,.8);
	font-size: 14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.top-charts .top-col {
	margin-bottom: 15px;
}
.bxh .banner-bxh {
	height: 82px;
	background: rgba(255, 84, 18, 0.47) url(../images/hrank.png) no-repeat center;
}
.bxh .box-bxh {
	float: left;
	margin-top: 20px;
}
.bxh .box-bxh .bxh-title {
    margin: 0;
    padding: 15px 20px;
	font-size: 18px;
}
.bxh .box-bxh .bxh-title a {
	color: #555;
}
.bxh .box-bxh .bxh-title i {
	font-size: 22px;
	font-weight: 500;
	padding-left: 10px;
}
.bxh .box-bxh .bxh-title i.circle {
	float: right;
	color: #959595;
	font-size: 24px;
}
.bxh .box-bxh .bxh-title i.circle:hover {
	color: #0ba14b;
}
.bxh .box-bxh .col-box {
	float: left;
	margin-bottom: 30px;
    border: 1px solid #ddd;
}
.bxh .box-bxh .col-box .special {
    border-top: 1px solid #eee;
    background: #f9f9f9;
}
.bxh .box-bxh .col-box .champ {
	width: 84px;
    height: 84px
}
.bxh .box-bxh .col-box .champ-video {
	width: 150px;
    height: 84px
}
.bxh .box-bxh .col-box .song-list {
	padding: 15px 0 15px 15px;
	position: relative;
}
.bxh .box-bxh .col-box .song-list .stt.spec {
    bottom: 15px;
    left: 15px;
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    background: #e74c3c;
}
.bxh .box-bxh .col-box .song-list.special .song-name {
    padding: 20px 0 6px;
	font-weight: bold;
}
.bxh .box-bxh .col-box .song-list img {
    margin-right: 15px;
}
.song-top .home-img {
	float: left;
	margin-right: 15px;
}

.topic .topics {
	margin-top: 10px;
}
.topic .topics ul li {
	margin-bottom: 15px;
}
.topic .topics ul li:last-child {
	margin-bottom: 0;
}
.topic .topics .home-img {
	background: none;
}
.topic .topics img {
	width: 100%;
	border: 1px solid #e74c3c;
}

.box-bxh .listening, .new-vocals .vocals .listening, .content-album .listening {
    color: #888;
	position: relative;
    background: none;
}

.fanpage-box {
	float: left;
	min-height: 46px;
	margin-top: 30px;
}
.fanpage-box .fb-page {
	margin-top: 10px;
}

.player {
	float: left;
	width: 100%;
	position: relative;
}
#player {
	float: left;
	width: 100%;
	height: auto;
	margin: auto;
	opacity: 0.85;
	padding: 15px 15px 0;
	position: relative;
}
#player .cover {
	float: left;
	border: 1px solid #333;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	width: 130px;
	height: 130px;
	-moz-box-shadow: 0 2px 10px black;
	-webkit-box-shadow: 0 2px 10px black;
	-o-box-shadow: 0 2px 10px black;
	box-shadow: 0 2px 10px black;
}
#player .cover img {
	width: 100%;
	height: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#player .tag-info .title{
	display: block;
    text-overflow: ellipsis;
	color: #FFF;
    font-size: 18px;
    font-weight: 500;
    font-family: roboto;
	margin:0;
}
#player .tag-info {
	float: left;
	padding: 10px 20px 25px;
	text-shadow: 0 1px 2px #000;
	line-height: 19px;
}
#player .tag-info .tag strong, #player .tag-info .tag span {
	display: block;
	text-overflow: ellipsis;
}
#player .tag strong {
	color: #FFF;
    font-size: 18px;
    font-weight: 500;
    font-family: roboto;
}
#player .tag-info .tag span {
	font-size: 13px;
	margin-top: 5px;
	color: #ccc;
}
#player .progress {
	float: left;
	width: 100%;
	height: auto;
	background: none;
	margin-top: 10px;
	margin-bottom: 0;
	border-radius: 0;
}
#player .progress .timer {
	color: #FFF;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 5px;
}
#player .progress .repeat, #player .progress .shuffle {
	background-position: center bottom;
}
#player .progress .repeat {
	background-image: url(images/repeat.png);
}
#player .progress .repeat.once, #player .progress .repeat.all {
	opacity: 1;
}
#player .progress .repeat.once {
	position: relative;
}
#player .progress .repeat.once:before {
	content: "1";
	position: absolute;
	top: 3px;
	right: -2px;
	color: #ddd;
	font-size: 8px;
}
#player .progress .shuffle {
	background-image: url(images/shuffle.png);
}
.player .icon {
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	opacity: 0.6;
	cursor: pointer;
	width: 24px;
	height: 24px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.player .icon:hover, .player .icon.enable {
	opacity: 1;
}
.player .icon:active {
	opacity: 0.3;
}
.player .control {
	float: left;
    width: 100%;
	margin: 0 auto 1px;
	padding: 5px 15px;
}
.player .control .control-left {
	line-height: 0;
}
.player .control .rewind {
	background-image: url(images/rewind.png);
}
.player .control .playback {
	background-image: url(images/play.png);
}
.player .control .playback.playing {
	background-image: url(images/pause.png);
}
.player .control .fastforward {
	background-image: url(images/fastforward.png);
}
.player .control .volume .mute {
	background-image: url(images/volume.png);
}
.player .control .volume .mute.enable {
	background-image: url(images/mute.png);
}
.player .control .volume .slider {
	margin-top: 11px;
	margin-left: 10px;
	width: 100px;
}

#playlist {
	float: left;
	width: 100%;
	margin: auto;
	padding: 10px 15px;
	list-style: none;
	position: relative;
	background: rgba(0, 0, 0, 0.65);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
#playlist li {
	color: #aaa;
	font-size: 12px;
	line-height: 2;
	padding-left: 25px;
	cursor: pointer;
	text-overflow: ellipsis;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#playlist li:hover {
	color: #fff;
}
#playlist li.playing {
	background: url(images/playing.png) no-repeat 0 center;
	color: #fff;
	font-weight: bold;
}
.listen-count {
	float: right;
	color: #555;
    font-size: 19px;
    background: url(../images/icon-repeat.png) left -130px no-repeat;
    padding-left: 32px;
	font-family: roboto;
}
.listen-counts {
	float: left;
	color: #ccc;
	margin-top: 5px;
}
.box-menu-player {
	color: #000;
	float: left;
	width: 100%;
    margin: 10px 0 0 0;
}
.tag-info {
    margin-bottom: 15px;
}
.box-menu-player ul li {
    float: left;
    margin-right: 20px;
}
.box-menu-player ul li a {
    padding: 5px 0 5px 0;
    font-size: 14px;
}
.add-to-heart {
    float: left;
    height: 20px;
    width: 24px;
    background: url(../images/icon.png) -255px top no-repeat;
    margin-right: 5px;
}
.icon-download {
    float: left;
    height: 20px;
    width: 20px;
    background: url(../images/icon.png) -279px top no-repeat;
    margin-right: 5px;
}
.icon-share {
    float: left;
    height: 20px;
    width: 20px;
    background: url(../images/icon.png) -299px top no-repeat;
    margin-right: 5px;
}
#___plus_0 {
	margin-left: 10px !important;
}

.slider {
	background: #fff;
	height: 5px;
	position: relative;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}
.slider:hover a, .slider.enable a {
	opacity: 1;
}
.slider a {
	background: #fff;
	margin-left: -2.5px;
	position: absolute;
	opacity: 0;
	width: 5px;
	height: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.slider .loaded, .slider .pace {
	position: absolute;
	height: 100%;
	opacity: 0.7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.slider .loaded {
	background: rgba(255, 255, 255, 0.1);
}
.slider .pace {
	background: #258fb8;
}
.top-charts .item {
	padding: 0 10px;
}
.top-charts_row {
	margin-right: -10px;
    margin-left: -10px;
}

.owl-controls {
    top: 46%;
	width: 100%;
	display: none !important;
    position: relative;
    position: absolute;
}
.top-charts:hover .owl-controls {
    display: block !important;
}
.owl-prev {
    left: 0;
    position: absolute;
}
.owl-next {
    right: 0;
    position: absolute;
}
.owl-prev i, .owl-next i {
    color: #ccc;
    padding: 10px 15px;
	font-size: 16px;
	transition: 0.3s;
    background: white;
	border-radius: 50%;
	border: 1px solid #f1f1f1;
}
.owl-prev i:hover, .owl-next i:hover {
	color: #555;
	font-weight: bold;
}

.blurimg {
    transform: translate3d(0,0,0) translateZ(0);
    perspective: 1000px;
    backface-visibility: hidden;
    -moz-transform: translate3d(0,0,0) translateZ(0);
    -moz-perspective: 1000px;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0) translateZ(0);
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.blurimg {
	/*
    filter: blur(50px);
    -webkit-filter: blur(50px);
	*/
	background:#6e55b4;
}
.blurimg img {
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

.single-video .video-box {
	position: relative;
}
.single-video .video, .single-video .info-video {
	float: none;
	width: 67%;
	margin: 10px auto;
	padding: 0;
	display: block;
}

.footer {
	margin-top: 20px;
	background: #21242e;
}
.footer .top-footer .top-footer-box {
	float: left;
	width: 100%;
}
.footer .top-footer .footer-menu .footer-title {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	text-transform: uppercase;
}
.footer .top-footer .footer-menu ul li a {
	color: #c0c0c0;
	font-size: 13px;
	line-height: 25px;
}

.footer .mid-footer {
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.footer .mid-footer .followus {
	color: rgba(255,255,255,.5);
}
.footer .mid-footer i.fa {
    color: #fff;
    width: 45px;
    height: 45px;
	margin: 20px;
    font-size: 19px;
    text-align: center;
	transition: all 0.5s;
    line-height: 45px;
    border-radius: 50%;
}
.footer .mid-footer i.fb {
    background: #3c579a;
}
.footer .mid-footer i.gp {
    background: #df4b3f;
}
.footer .mid-footer i.tw {
    background: #44cef5;
}

.footer .bottom-footer {
    padding: 20px 0;
}
.footer .bottom-footer p {
	color: #c0c0c0;
	font-size: 13px;
	margin: 0 0 5px;
	    text-transform: capitalize;
}
.footer .bottom-footer p:last-child {
	margin-top: 15px;
}
.bottom-footer .ppp {
	color: rgba(255,255,255,.9) !important;
	padding: 0 100px;
	text-align: center;
}
.bottom-footer .copyright {
	color: rgba(255,255,255,.6) !important;
	font-size: 12px !important;
	text-align: center;
}

@media screen and (max-width: 434px) {
	.home-content .content-music .content-box .playlist .list .video-name {
		height: 24px;
	}
	.content-music .content-box .playlist .list .video-name {
		height: 37px;
	}
	.home-content .content-box .playlist .list .timing, .content-music.content-video .playlist .list .timing {
		bottom: 47px;
	}
	.single-music .content-box .playlist .list .timing {
		bottom: 67px;
	}
}

@media screen and (max-width: 767px) {
	.header .logo {
		text-align: center;
	}
	.menu nav ul li {
		float: left;
		width: 100%;
	}
	.menu #nav-menu nav ul li a {
		font-size: 12px;
	}
	.navbar-default .navbar-toggle {
		float: left;
		left: 15px;
	}
	.register {
		margin: 7px 0;
		padding: 0;
	}
	.search-form {
		padding: 0 15px;
	}
	.search-form .search {
		margin-top: 10px;
	}
	.btn_search {
		top: 0;
		right: 30px;
		padding: 4px 15px;
	}
	
	.content-music .home-title h3, .single-title h3 {
		font-size: 16px;
	}
	
	.content-music .content-box .hot-list .hot-song-name .hot-title-name {
		font-size: 16px;
	}
	.content-music .content-box .hot-list .hot-song-name ul li a {
		font-size: 13px;
	}
	.content-music .playlist .list .video-name {
		height: 37px;
	}
	.content-music .playlist .list .timing {
		bottom: 42px;
	}
	.single-music .info-music .title-song {
		font-size: 16px;
	}
	.single-music .info-music p {
		font-size: 13px;
	}
	.playlist .list .timing {
		bottom: 62px;
		font-size: 12px;
	}
	.feel-music-img, .blog-music-img {
		width: 100%;
	}
	.feel-music-content, .blog-music-content {
		width: 100%;
		padding: 15px 0 0;
	}
	.feel-music ul, .blog-music ul {
		width: 100%;
		padding: 0;
	}
	
	.content-music .playlist .list .music-name {
		height: 17px;
		-webkit-line-clamp: 1;
	}
	
	.bottom-footer .ppp {
		padding: 0;
	}
}

@media screen and (max-width: 992px) {
	.app-down {
		width: 100%;
	}
	.app-down p {
		font-size: 13px;
	}
	.content-music .playlist .list .video-name {
		height: 20px;
	}
	.single-music .playlist .list .timing {
		bottom: 50px;
		font-size: 12px;
	}
	.content-music .playlist .list .video-single {
		float: left;
		padding-top: 5px;
	}
	.menu #nav-menu nav ul li a {
		font-size: 13px;
		padding: 0 6px;
	}
	
	.content-music .playlist .list .timing {
		bottom: 43px;
	}
	
	.bottom-footer .ppp {
		padding: 0;
	}
}