/* Begin Footer Menu */
#footer-menu {
    display: block;
    background-color: #f3f3f3;
}
#footer-menu-content {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 66px 30px 0;
    box-sizing: border-box;
}
.footer-group {
    display: inline-block;
    width: 13.83%;
    padding: 0 0 39px;
    text-align: left;
    vertical-align: top;
}
.footer-group:first-child {
    width: 17%;
}
.footer-group-header {
    height: 44px;
    font-weight: 700;
    font-size: 14px;
    color: #464846;
    line-height: 20px;
}
#footer-group-link-facebook:before,
#footer-group-link-instagram:before,
#footer-group-link-twitter:before {
    content: '';
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    top: 2px;
    margin-right: 8px;
    background-image: url(/images/social_buttons/social_icons.svg?v=2);
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: top;
}
#footer-group-link-instagram:before {
    background-position: -16px 0;
}
#footer-group-link-twitter:before {
    background-position: -32px 0;
}
#footer-group-link-facebook:after,
#footer-group-link-instagram:after,
#footer-group-link-twitter:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 16px;
    width: 16px;
    top: 2px;
    left: 0;
    margin-right: 8px;
    background-image: url(/images/social_buttons/social_icons.svg?v=2);
    background-repeat: no-repeat;
    background-position: 0 -16px;
    vertical-align: top;
    opacity: 0;
    transition: .2s;
}
#footer-group-link-instagram:after {
    background-position: -16px -16px;
}
#footer-group-link-twitter:after {
    background-position: -32px -16px;
}
#footer-group-link-facebook:hover:after,
#footer-group-link-instagram:hover:after,
#footer-group-link-twitter:hover:after {
    opacity: 1;
}
.footer-group a {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
    color: #8f8f9e;
    line-height: 20px;
    text-decoration: none;
    transition: .2s;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.footer-group a:hover {
    color: #464846;
}
.footer-group a.nav-logo {
    width: 140px;
    height: 32px;
    background-size: contain;
}

#footer-menu .optanon-show-settings-popup-wrapper {
    display: inline-block !important;
    height: inherit !important;
}
#footer-menu .optanon-show-settings-popup-wrapper {
    display: inline-block !important;
}
#footer-menu .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #8e8e9a !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}
#footer-menu .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings:hover {
    color: #464846!important;
}
#footer-menu .optanon-show-settings-popup-wrapper {
    display: inline-block !important;
    height: auto !important;
    vertical-align: text-bottom !important;
}
#footer-menu .optanon-show-settings-popup-wrapper .optanon-show-settings-left {
    height: auto !important;
    width: auto !important;
    border-left: 0 !important;
    background-image: none !important;
}
#footer-menu .optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
    height: auto !important;
    padding-top: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    font-family: 'Open Sans' !important;
    background: none !important;
}
#footer-menu .optanon-show-settings-popup-wrapper .optanon-show-settings-right {
    height: auto !important;
    width: auto !important;
    border-right: 0 !important;
    background-image: none !important;
}

@media screen and (max-width: 1020px) {
    .footer-group {
        width: 33.33%;
    }
    .footer-group:first-child{
        width: 100%;
    }
    .footer-group:first-child a{
        margin:0;
    }
    .footer-group:first-child ul li:first-child {
        display: none;
    }
}
@media screen and (max-width: 550px) {
    .footer-group {
        width: 50%;
    }
    #footer-menu > .optanon-show-settings-popup-wrapper {
        padding: 20px 0;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        text-align: center;
    }
    #footer-menu .optanon-show-settings-popup-wrapper {
        margin: 0 !important;
    }
    #footer-menu .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings {
        font-size: 16px !important;
        font-weight: 400 !important;
    }
    #footer-menu .optanon-show-settings-popup-wrapper .optanon-show-settings-middle,
    #footer-menu .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings {
        width: 100% !important;
        text-align: center !important;
    }
    #footer-menu > .optanon-show-settings-popup-wrapper {
        width: 90%;
    }
}
@media screen and (max-width: 450px) {
    .footer-group {
        width: 100%;
        padding: 0 0 41px;
        text-align: center;
    }
}
/* End Footer Menu */

/* Begin Footer Socials */
#footer-socials {
    min-height: 65px;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    line-height: 60px;
}
#footer-socials > div {
    display: inline-block;
    vertical-align: middle;
}
#footer-socials > div:nth-child(1):nth-last-child(2),
#footer-socials > div:nth-child(2):nth-last-child(1) {
    width: 50%;
}
#footer-socials > div:nth-child(1):nth-last-child(3),
#footer-socials > div:nth-child(2):nth-last-child(2),
#footer-socials > div:nth-child(3):nth-last-child(1) {
    width: 33.33%;
}
#footer-language {
    position: relative;
}
body.independent #footer-language {
    display: none;
}
body.independent #footer-socials > #footer-social,
body.independent #footer-socials > #footer-copyright {
    width: 50%;
}
#footer-language-selected {
    position: relative;
    font-weight: 600;
    font-size: 12px;
    color: #858585;
}
#footer-language-selected:after {
    content: '';
    position: relative;
    display: inline-block;
    height: 0;
    width: 0;
    top: -1px;
    margin-left: 8px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #868686 #e5e5e5 transparent;
}
#footer-language-form {
    background: #FFF ;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border-radius: 3px;
    left: 0 ;
    top: -437px;
    transition: .2s;
    position: absolute;
    display: block;
    min-width: 140px;
    padding: 24px 30px;
    visibility: hidden;
    opacity: 0;
}
#footer-language-selected:focus + #footer-language-form {
    opacity: 1;
    visibility: visible;
}
#footer-language-selected:focus::after{
    transform: rotate(180deg);
}
#footer-language-form > ul {
    text-align: left;
    padding: 0;
    border: none;
    list-style: none outside none;
}
#footer-language-form h6 {
    font-weight: 700;
    font-size: 14px;
    color: #464846;
    margin-bottom: 20px;
    padding: 0;
    pointer-events: none;
}
#footer-language-form > ul > li {
    font-size: 12px;
    color: #8F8F9E;
    line-height: 20px;
    font-weight: 600;
    padding: 0 0 12px 0;
    display: block;
    list-style-type: none;
    white-space: nowrap;
    background-image: none;
}
#footer-language-form > ul > li:last-child {
    padding-bottom: 0;
}
#footer-language-list > * {
    cursor: pointer;
}
#footer-language-list {
    position: relative;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    vertical-align: inherit;
}
#footer-language-list > img {
    margin-top: -2px;
}
#footer-social {
    position: relative;
    display: none;
    height: 20px;
    color: transparent;
    white-space: nowrap;
    line-height: 0;
    text-align: center;
}
#wrapper.index-page ~ #footer #footer-social {
    display: inline-block;
}
#footer-social > div {
    display: inline-block;
    height: 20px;
    margin: 0 10px;
    vertical-align: top;
}
body.independent #footer-social {
    text-align: left;
}
body.independent #footer-social > div:first-of-type {
    margin-left: 0;
}
#footer-copyright {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #858585;
    text-align: right;
}

@media screen and (max-width: 450px) {
    #footer-socials {
        padding-top: 16px;
        padding-bottom: 22px;
        line-height: 50px;
    }
    #footer-socials > div {
        width: 100%;
        text-align: center;
    }
    #footer-copyright {
        text-align: center;
    }
}

@media all and (max-width:768px) {
    #footer-socials {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #footer-socials > div:nth-child(1):nth-last-child(3), #footer-socials > div:nth-child(2):nth-last-child(2), #footer-socials > div:nth-child(3):nth-last-child(1) {
        width: auto !important;
    }
}

@media all and (max-width:568px) {
    #footer-socials {
        flex-direction: column;
        padding-bottom: 20px;
    }
    #footer-socials > div:nth-child(1):nth-last-child(3), #footer-socials > div:nth-child(2):nth-last-child(2), #footer-socials > div:nth-child(3):nth-last-child(1) {
        width: 100% !important;
        text-align: center;
    }
    #footer-social {
        margin-bottom: 15px;
    }
}
/* End Footer Socials */