body.player-6 {
    padding-top: 41px !important;
}
.rf-player.player-6 {
    height: 53px;
}
.rf-player.player-6,
.rf-player .mobile-apps-store {
    background: #000;
}
.rf-player.player-6 .rf-padding-control {
    padding-left: 240px;
}
.rf-player.player-6 .rf-playing-now {
    color: #dcdcdc;
    font-size: 12px;
    height: 53px;
    line-height: 53px;
}
.rf-player.player-6 .rf-twitter {
    left: 205px;
    top: 7px;
    padding-top:9px;
}
.rf-player.player-6 .rf-facebook {
    left: 180px;
    top: 7px;
    padding-top:9px;
}
.rf-player.player-6 .rf-player-container {
    width: 190px;
    height: 53px;
}
.rf-player.player-6 .rf-player-container .rf-player-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    z-index: 0;
}
.rf-player {
    overflow: hidden;
}
.rf-player.rf-player-fixed {
    /*position: fixed;*/
    z-index: 1000;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.15);
}
.rf-player .rf-width-control {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5px;
}
.rf-player .rf-padding-control {
    position: relative;
    width: 100%;
}
.rf-player .rf-player-container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.rf-player .rf-player-container div {
    height: 53px;
}
.rf-player .rf-playing-now {
    overflow: hidden;
}
.rf-player .rf-facebook {
    display: block;
    position: absolute;
    width: 21px;
}
.rf-player .rf-twitter {
    display: block;
    position: absolute;
    width: 21px;
}
.rf-player .rf-facebook img, .rf-player .rf-twitter img {
    display: block;
    width: 100%;
}
.rf-player .iconesp {
    display: block;
	float:right;
}

.rf-player .mobile-apps-store {
	position: absolute;
	top: 0;
	right: 0px;
	height: 100%;
}
.rf-player .mobile-apps-store .apps-store-content {
	display: table;
	width: 100%;
	height: 100%;
}
.rf-player .mobile-apps-store .apps-store-content .app-list {
	display: table-cell;
	vertical-align: middle;
}
.rf-player .mobile-apps-store .apps-store-content .app-list .app-store-link {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-left: 5px;
	margin-top: 3px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px 24px;
	border-radius: 14px;
}
.stop{margin-left:-5px; margin-right:3px;}.dividi{margin-right:5px;}.cego{display:none;}
.rf-player .mobile-apps-store .apps-store-content .app-list .app-store-link.app-store-1 {
	background-image: url('../icones/iconAndroid.png');
}
.rf-player .mobile-apps-store .apps-store-content .app-list .app-store-link.app-store-2 {
	background-image: url('../icones/iconApple.png');
}
.rf-player .mobile-apps-store .apps-store-content .app-list .app-store-link.app-store-3 {
	background-image: url('../icones/iconWmp.png');
}
.rf-player .mobile-apps-store .apps-store-content .app-list .app-store-link.app-store-4 {
	background-image: url('../icones/iconRealplayer.png');
	border-radius: 0px;
}
.rf-player .mobile-apps-store .apps-store-content .app-list .app-store-link.app-store-5 {
	background-image: url('../icones/iconWinamp.png');
	border-radius: 0px;
}

@media (min-width: 1120px) {
    .rf-player .rf-width-control {
        padding: 0;
    }
}
@media (max-width: 359px) {
    #player-top .player-playing-now {
        display: none;
    }
}