footer {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 15px;
    z-index: 1000;
}

footer p {
    font-size: 9px;
    color: rgb(255, 255, 255);
    font-family: "PF Tempesta Five Extended";
    float:right;
    clear: both;
    margin-bottom: 0;
    padding-left: 200px;
}
footer p span {
    font-size: 10px;
}

.social-list {
    list-style-type: none;
    bottom:-6px;
    position: absolute;
    margin-bottom: 0;
}
.social-list li {
    display: block;
    float: left;
}
.social-list li:not(:first-child) {
    margin-left: 8px;
}

.social-list a {
    cursor: pointer;
    color: #fff;
}
.social-list a:focus, .social-list a:hover {
    color: #c7bd90;
}

.volume {
    width: 18px;
    height: 15px;
    padding-top: 4px;
    background-image: url(../../Images/Front/pause.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 1px;
    cursor: pointer;
}
.volume.active {
    background-image: url(../../Images/Front/resume.png);
    background-position: center left 4px;
    height: 14px;
}



@media screen and (max-width: 1024px) {
    .social-list {
        left: -10px;
    }
}

@media screen and (max-width: 768px) {
    footer p {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .social-list {
        margin:0 0 0 -10px;
    }
    footer p {
        display: none;
        margin-bottom:-2px;
        margin-right: -15px;
        font-size: 8px;
        padding-left: 100px;
    }

}
