.content-container{
    margin-top: 10px;
}

/* HEADER */

header .navbar-mobile{
    display: none;
}

header .search{
    padding-right: 20px;
}

header .search input{
    border: 1px solid #333;
    padding-left: 10px;
}

header .search input{
    font-size: 12px;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover{
    color: #000;
}

header .nav .nav-item{
    margin-top: -10px;
}

header .nav-link{
    font-size: 25px;
}

header .donate{
    border-left: 1px solid #CCC;
    padding-left: 10px;
}

header .donate .sup{
    font-size: 20px;
    font-weight: 600;
}

header .donate a,
header .donate a:hover,
header .donate a:active,
header .donate a:visited{
    color: black;
    text-decoration: none;
    font-size: 12px;
}

header .navbar .flags{
    margin-right: 20px;
}

#navbar_menu{
    justify-content: space-between;
}

#navbar_menu .navbar-center{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#navbar_menu .navbar-right{
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .logo{
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .logo img{
    width: auto;
    height: 75px;
}

header .logo .logo-text{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 5px;
}

header .logo .logo-text-main{
    font-size: 15px;
}

.navbar-brand.mobile{
    display: none;
}

header .logo-mobile img{
    display: none;
}

header .navbar-mobile .navbar-toggler .navbar-toggler-icon{
    color: #000;
    font-size: 20px;
}

.navbar .flags .flag{
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    flex-direction: column;
}

.navbar .flags .flag-icon{
    border-radius: 50%;
    border: 1px solid black;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.navbar .flags .flag-label{
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
}

.navbar .flags .flag.selected a{
    text-decoration: underline;
}

.navbar .navbar-nav .nav{
    justify-content: center;
    margin: auto;
}

/* FOOTER */

footer{
    padding: 20px 40px;
    margin-top: 20px;
    /*border-top: 1px solid #000;*/
}

footer .footer-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .footer-row .logo{
    display: flex;
    justify-content: center;
    /*max-width: 200px;*/
}

footer .links{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

footer .links-group{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 17px;
    align-self: flex-start;
}

footer .links a.link{
    color: #000;
    font-size: 17px;
    font-weight: 400;
    padding: 2px;
}
footer .nav .nav-item a.nav-link:hover{
    text-decoration: underline;
}

footer .footer-row .info{
    display: flex;
}

footer .info{
    padding-right: 0;
    line-height: 24px;
}

footer .info .name{
    /*color: #D22A2F;*/
    color: white;
    font-weight: 800;
    display: inline;
}
footer .info .address{
    /*color: #D22A2F;*/
    color: white;
    font-weight: 800;
    display: inline;
}
footer .info .social-group .fa-envelope-square{
    color: white;
    font-weight: 800;
    display: inline;
}

footer .info .address{
    font-size: 12px;
}

footer .nav .nav-item a.nav-link{
    display: inline-block;
    /*color: #000;*/
    color: white;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
}

footer .nav .nav-item:first-child a.nav-link{
    /*color: #D22A2F;*/
    color: white;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0;
}

footer .nav .nav-item a.nav-link:hover{
    text-decoration: underline;
}

.social-group{
    padding: 10px 0;
}

a.social{
    font-size: 30px;
    padding: 4px;
}

a.social.social-fb{
    color: #3b5998;
}

a.social.social-tw{
    color: #00aced;
}

@media screen and (max-width: 1199px){
    footer .links{
        justify-content: flex-start;
        /*flex-direction: column;*/
        align-items: flex-start;
    }
    footer .links-group{
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0;
        width: 100%;
        padding: 5px;
    }
    footer .links-group.social-group{
        justify-content: space-between;
    }
}

@media screen and (max-width: 900px){
    footer .footer-row .logo,
    footer .footer-row .info{
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }
    footer .footer-row .links-col{
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 767px){
    footer .footer-row .links{
        order: 1;
    }
}

@media screen and (max-width: 500px){
    footer .footer-row .links-col{
        flex-basis: 100%;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 575px){
    .container{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .fix-mobile-padding-left{
        padding-left: 15px;
    }
    .fix-mobile-padding-right{
        padding-left: 15px;
    }
    .fix-mobile-padding-100{
        padding-right: 0;
    }
    footer .footer-row{
        /*flex-direction: column;*/
        justify-content: center;
        align-items: center;
    }
    footer .footer-row .info{
        margin: 0 0 15px 0;
    }
}

@media screen and (max-width: 991px){
    header .navbar-mobile{
        display: flex;
    }
    #navbar_menu{
        position: fixed;
        z-index: 200;
        top: 0;
        left: -270px;
        bottom: 0;
        width: 250px;
        background-color: #FFF;
        -webkit-box-shadow: 4px 0px 13px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: 4px 0px 13px -1px rgba(0,0,0,0.75);
        box-shadow: 4px 0px 13px -1px rgba(0,0,0,0.75);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #navbar_menu a{
        text-align: center;
    }

    .navbar .flags{
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0;
    }

    #navbar_menu .logo-mobile{
        display: block;
        width: 200px;
        height: auto;
    }

    #navbar_menu .navbar-center{
        margin-top: 10px;
    }

    #navbar_menu .donate{
        border: 0;
        margin-top: 15px;
    }

    #navbar_menu .search{
        position: absolute;
        bottom: 55px;
        width: 100%;
        left: 0;
        padding-right: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1440px){
    header .nav-link{
        font-size: 22px;
    }
    header .logo .logo-text{
        flex-direction: column;
    }
    header .logo .logo-text-sub{
        margin-left: 0;
        margin-top: 4px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    header .logo img{
        height: 50px;
    }
}