/* status */
.streamplayer-size {
    width: 100%;
    height: 12px;
    position: relative;
    z-index: 999;
}

#streamplayer {
    width: 1270px;
    height: 80px;
    position: fixed;
    bottom: 0px;
    background: #dc2878;
    box-shadow: inset 1px 1px rgba(0,0,0,0.08), inset 1px 1px rgba(0,0,0,0.08), 1px 0px rgba(0,0,0,0.08);
    border-radius: 0 0 0 0;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

#streamplayer {
    -moz-box-shadow: inset 1px 1px rgba(0,0,0,0.08), inset 1px 1px rgba(0,0,0,0.08), 1px 0px rgba(0,0,0,0.08);
    -webkit-box-shadow: inset 1px 1px rgba(0,0,0,0.08), inset 1px 1px rgba(0,0,0,0.08), 1px 0px rgba(0,0,0,0.08);
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
}

.status_cover {
    width: 86px;
    height: 86px;
    float: left;
    margin-top: -20px;
    margin-left: 20px;
    padding: 2px;
    border-radius: 3px;
    background-size: cover;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    overflow: hidden;
    box-shadow: 1px 1px rgba(0,0,0,0.05), -1px -1px rgba(0,0,0,0.05);
}

.status_onair {
    width: 450px;
    height: 87px;
    float: left;
	padding-top: 24px;
    font-size: 14px;
    margin: 1px;
    color:#FFFFFF;
    transition: background 0.2s ease-in-out;
}

.status_show {
    width: 300px;
    height: 87px;
    float: left;
	padding-top: 24px;
    font-size: 14px;
    margin: 1px;
    color:#FFFFFF;
    transition: background 0.2s ease-in-out;
}

.status_listener {
    width: 120px;
    height: 80px;
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    transition: background 0.2s ease-in-out;
	text-align: center;
margin-top: -20px;
}

.status_title {
    width: 386px;
    height: 87px;
    padding-right: 10px;
	padding:1rem;
    float: left;
    font-size: 14px;
    margin-top: 1px;
    color:#FFFFFF;
    transition: background 0.2s ease-in-out;
}

.status_tunein {
    width: 100px;
    height: 80px;
    padding-right: 10px;
	padding-left: 10px;
    float: left;
    font-size: 14px;
    color:#FFFFFF;
    transition: background 0.2s ease-in-out;
}

.cont {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.dance_habbo {
	width: 64px;
    height: 110px;
}

.room_button_off {
    border: 2px solid transparent;
	height:80px;
margin-top: -20px;
	width:100%;
	font-size:14px;
	background: rgba(51,51,51,1);
	padding:1rem;
	text-align:center;
	color:#FFF;
transition: all 0.3s ease-in-out;
opacity: 0.04;
}

.room_button {
    border: 2px solid transparent;
	height:80px;
margin-top: -20px;
	width:100%;
	font-size:14px;
	background:#212121;
	padding:1rem;
	text-align:center;
	color:#FFF;
transition: all 0.3s ease-in-out;
}

.room_button:hover {
color:#FFF;
cursor: pointer;
background: #FFF;
border: 2px solid var(--special-color-font);

}

.tunein_button {
    border: 2px solid transparent;
	height:80px;
margin-top: -20px;
	width:100%;
	font-size:14px;
	background:#a01c57;
	padding:1rem;
	text-align:center;
	color:#FFF;
transition: all 0.3s ease-in-out;
}

.tunein_button:hover {
color:#FFF;
cursor: pointer;
background: #FFF;
border: 2px solid var(--special-color-font);

}
.blink_me {
    animation: blinker 3s linear infinite;
}