#wrapper{
    margin:0  auto;
    padding-left: 0px;
}
.full-width {
    width: 100%;
}
body {
    background: #FFFFFF;
}
.header {
    background: #1c1c1c;
}
.header1{
    background: #FFFFFF;
}

.container {
    position: relative;
}
.content-wrapper .container , .header .container{
    background: #FFFFFF;
}
.play-rank{
    background: #e6e6e6;
}
.footer {
    background: #1c1c1c;
}
.social-butoon {
    top: 300px;
    z-index: 1000;
    position: absolute;
    margin-left: 0px;
    width: 43px;
    left: 0px;
}
.extra-button{
    position: fixed;
    right: 5px;
    top:150px;
}
.play-wrapper {
    background: #3b3b3c;
}
.player {
    margin: 20px 20px 20px 20px;
}
.narow-left{
    position: absolute;
    left: -50px;
    top:100px;
}
.narow-right{
    position: absolute;
    right: -50px;
    top: 200px;
}
@media (max-width: 768px) {
    .player{
        margin: 20px 0px 20px 0px;
    }

}