#footer-container{
    width: 100vw;
    margin: 0;
    padding: 0;
    height: auto;
    margin-top: 5vh; /*valutare se tenere o meno*/
}
.footer-container-no-margin-top{
    margin-top: 0vh !important;
}
.footer{
    width: 100vw;
    padding: 2rem;
    background: #101010;
    box-sizing: border-box;
}
.logo-city-container{
    width: 50vw;
}
.footer-logo{
    width: 15vw;
    margin-left: 0;
    margin-top: 0;
    filter: invert(100%);
    opacity: 0.3;
}
.city-footer-list{
    width: 10vw;
    list-style: none;
    color: #FFF;
    height: 4.6rem;
}
.city-footer-list-item{
    opacity: 0.3;
    width: 10vw;
    height: 4.6rem;
    float: left;
    clear: both;
    text-align: center;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.city-footer-list-title{
    width: 100%;
    font-weight: 0.8rem;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
}
.social-content, .social-contact-container, .contact-content{
    width: calc(50vw - 4rem);
}
.contact-content{
    margin-top: 2.5vh;
}
.social-content-title{
    width: calc(50vw - 5rem);
    font-size: 1.5rem;
    color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    margin-right: 1rem;
    letter-spacing: 0.2rem;
}
.social-content-icon-container{
    width: calc(15vw - 4rem);
    margin-left: 35vw;
    margin-right: 0;
    color: #FFF;
}
.footer-social-icon{
    width: calc((15vw - 10rem) / 3);
    height: calc((15vw - 10rem) / 3);
    font-size: calc((15vw - 10rem) / 3);
    margin: 1rem;
    cursor: pointer;
}
.footer-site, .footer-email-address{
    width: 100%;
    text-align: right;
    color: #FFF;
    font-size: 1rem;
    letter-spacing: 0.3rem;
    font-weight: 100;
    cursor: pointer;
}
.footer-email-address{
    letter-spacing: 0.2rem;
}

/******************/
/* SETTING MOBILE */
/******************/

@media (min-width: 279px) and (max-width: 823px) {
#footer-container{
    width: 100vw;
    margin: 0;
    padding: 0;
    height: auto;
    margin-top: 5vh; /*valutare se tenere o meno*/
}
.footer{
    width: 100vw;
    padding: 2rem;
    background: #101010;
    box-sizing: border-box;
}
.logo-city-container{
    width: calc(100vw - 4rem);
}
.footer-logo{
    width: calc(60vw - 4rem);
    margin-left: 0;
    margin-top: 0;
    filter: invert(100%);
    opacity: 0.3;
}
.city-footer-list{
    width: calc(35vw - 0rem);
    list-style: none;
    color: #FFF;
    height: 2.3rem;
    margin-left: 5vw;
}
.city-footer-list-item{
    opacity: 0.3;
    width: 35vw;
    height: 2.3rem;
    float: left;
    clear: both;
    text-align: center;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.social-content, .social-contact-container, .contact-content{
    width: calc(100vw - 4rem);
}
.contact-content{
    margin-top: 0;
}
.social-content-title{
    width: calc(100vw - 4rem);
    font-size: 1.5rem;
    color: #FFF;
    font-weight: 300;
    margin-top: 5vh;
    text-transform: uppercase;
    text-align: center;
}
.social-content-icon-container{
    width: calc(70vw - 4rem);
    margin-left: 15vw;
    margin-right: 15vw;
    color: #FFF;
}
.footer-social-icon{
    width: calc((70vw - 10rem) / 3);
    height: calc((70vw - 10rem) / 3);
    font-size: calc((70vw - 10rem) / 3);
    margin: 1rem;
}
.footer-site, .footer-email-address{
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 1rem;
    letter-spacing: 0.3rem;
    font-weight: 100;
}
.footer-email-address{
    margin-top: 0.5rem;
    letter-spacing: 0.2rem;
}
.city-footer-list-title{
    top: -1.2rem;
    opacity: 1;
}
}