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;
	margin-left:-10px!important;
}
.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;
    }
}


.fallplayer-center {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height:53px;
}
.fallplayer-play-pause {
	position: absolute;
	top: 6px;
	left: 10px;
	width: 42px;
	cursor: pointer;
	background-repeat:no-repeat;
}
.fallplayer-play {
	background-image: url("guia/playButton.png");
}
.fallplayer-pause {
	background-image: url("guia/pauseButton.png");
}
.active {
	visibility: visible;
	z-index: 10;
}
.inactive {
	visibility: hidden;
	z-index: 0;
} 
.fallplayer-mute-unmute {
	position: absolute;
	top: 18px;
	left: 57px;
	width: 22px;
	height:20px!important;
	cursor: pointer;
	background-repeat:no-repeat;
}
.fallplayer-mute {
	background-image: url("guia/muteButton.png");
}
.fallplayer-unmute {
	background-image: url("guia/unmuteButton.png");
}
.fallplayer-volume {
	position: absolute;
	top: 21px;
	left: 82px;
	background-repeat:no-repeat;
}
.fallplayer-volume-background {
	width: 100px;
	z-index: 1;
	height:16px;
}
.fallplayer-volume-meter {
	z-index: 2;
	background-image: url("guia/volumeSliderProgress.png");
} 
.fallplayer-volume-clickarea {
	width: 100px;
	z-index: 3;
	height:16px;
cursor: pointer;
}

.active{display:block!important;}
.inactive{display:none!important;}

.slider-color {
  -webkit-appearance: none;
  width: 100%;
  height: 13px;
  border-radius: 5px;
  background: #dbdbdb;
  outline: none;
  opacity:1;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.slider-color:hover {
  opacity:1;
}
.slider-color::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #38b1b8;
  cursor: pointer;
}
.slider-color::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #38b1b8;
  cursor: pointer;
}
