#myFooter{
    z-index:2;
    margin: auto;
}

#myFooter2{
    z-index:2;
    margin: auto;
}

#myFooter .fcontainer{
    text-align: center;
    z-index:2;
}

#myFooter .footer-copyright{
    text-align: center;
    color: #ffffff;
	font-size: 16px;
}
  
#myFooter ul{
    list-style-type: none;
    border-bottom: 1px solid #333;
    padding: 0px;
    z-index:200;
}

#myFooter span.privacy {
    padding: 10px;
    background: #000000;
    color: #ffffff;
    border-radius: 15px;
    font-size: 16px;
    text-transform:uppercase;
    font-weight: 700;
}
#myFooter span.privacy:hover{
    background: #ffffff;
    color: #000000;
}

#myFooter span.maxdance {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    background-image: url(/images/logo/ICON_maxdance_BLACK.png); 
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    color: #ffffff;
    border-radius: 15px;
    font-size: 16px;
    text-transform:uppercase;
    font-weight: 700;
    z-index: 100;
    opacity:.5;
}

#myFooter span.maxdance90s {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    background-image: url(/images/logo/ICON_maxdance90s_BLACK.png); 
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    color: #ffffff;
    border-radius: 15px;
    font-size: 16px;
    text-transform:uppercase;
    font-weight: 700;
}

#myFooter span.maxretro {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    background-image: url(/images/logo/ICON_maxretro_BLACK.png); 
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    color: #ffffff;
    border-radius: 15px;
    font-size: 16px;
    text-transform:uppercase;
    font-weight: 700;
}

#myFooter li{
    display: inline-block;
    margin: 20px 2px;
    line-height: 40px;
}

#myFooter .footer-social{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#myFooter2 .footer-social{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
}

#myFooter .fab{
    font-size: 30px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #ffffff;
    color:#0c1627;
    border-radius: 50%;
    padding: 5px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    transition:color 0.2s;
}

#myFooter .fab:hover{
    background-color: #000000;
    color:#ffffff;
}

#myFooter2 .fab{
    font-size: 20px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #ffffff;
    color:#000000;
    border-radius: 50%;
    padding: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    transition:color 0.2s;
}

#myFooter2 .fab:hover{
    background-color: #000000;
    color:#ffffff;
}

#myFooter .fa-google-play:hover{
   color: #ffffff;
}

#myFooter .fa-x-twitter:hover{
    color: #ffffff;

}

#myFooter .fa-x-twitter:focus{
    color:#ffffff;
}
.footerbar {
    border-radius: 0px;
}