
/*
Additional lines for footer
*/

footer {
    visibility: visible;
    background-color: #000;
}

.footer {
    background-color: #000;
    position: relative;
    margin: 0 auto;
    max-width: 1340px;
    color: #fff;
}

@media (min-width: 991px) {
    .footer {
        max-width: 1340px;
        padding: 0 25px;
    }
}

@media (min-width: 991px) {
    .footer {
        padding-top: 55px !important;
        padding-bottom: 20px !important;
    }
}

@media (max-width: 991px) {
    .footer {
        padding-bottom: 20px !important;
    }
}

.footer .title {
    font-size: 15px;
    font-size: 1em;
    font-weight: 300;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .footer .title {
        font-size: 12.5px;
        font-size: .83333em;
        font-weight: 300;
    }
}

.footer__menu:before, .footer__menu:after {
    content: "";
    display: table;
}

.footer__menu:after {
    clear: both;
}

@media (min-width: 991px) {
    .footer__menu > div {
        float: left;
        padding: 0 30px 30px 0;
    }

    .footer__menu > div:nth-child(4n) {
        padding-right: 0;
    }
}

.footer__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__menu li {
    padding: 1px 0;
}

@media (max-width: 991px) {
    .footer__menu li {
        padding: 5px 0;
    }
}

.footer__menu a {
    position: relative;
    display: block;
    width: 155px;
    padding-left: 10px;
    color: #fff;
    text-decoration: none;
    transition: color .1s linear;
    font-size: 15px;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.3;
}

.footer__menu a:hover, .footer__menu a.active, .footer__menu a.is-active {
    color: #ff3200;
}

.footer__menu a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

@media (max-width: 991px) {
    .footer__menu a {
        width: 100%;
        text-align: center;
        color: #ff3200;
        text-decoration: none;
        transition: color .1s linear;
        font-size: 12.5px;
        font-size: .83333em;
        font-weight: 300;
    }

    .footer__menu a:hover, .footer__menu a.active, .footer__menu a.is-active {
        color: #ff3200;
    }

    .footer__menu a:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }
}

@media (min-width: 991px) {
    .footer__menu a:before {
        content: '/';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        color: #ff3200;
    }
}

@media (max-width: 991px) {
    .footer__menu > div {
        text-align: center;
    }

    .footer__menu .mobile-expand nav {
        transition: all .2s;
        display: none;
    }

    .footer__menu .mobile-expand nav.is-active {
        display: block;
        padding: 15px 0 30px 0;
    }

    .footer__menu .mobile-expand .title {
        cursor: pointer;
        margin: 0;
        padding: 0;
        border-bottom: solid 1px #2d2d2d;
        line-height: 45px;
    }

    .footer__menu .mobile-expand .title:after {
        display: inline-block;
        transition: all .2s;
        padding-left: 12px;
        vertical-align: middle;
        content: "c";
        font-family: "peoplecert";
        font-size: 1em;
        font-weight: normal;
        line-height: 1;
        color: #ff3200;
    }

    .footer__menu .mobile-expand .title.is-active:after {
        transform: scaleY(-1);
    }
}

@media (max-width: 991px) {
    .footer__apps {
        padding-top: 25px;
    }
}

.footer__apps ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 991px) {
    .footer__apps ul li {
        display: inline-block;
    }
}

.footer__apps li {
    padding-bottom: 10px;
}

@media (min-width: 991px) {
    .footer__apps li:first-child {
        padding-right: 5px;
    }
}

@media (max-width: 991px) {
    .footer__apps li {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .footer__follow-us {
        padding-top: 25px;
        text-align: center;
    }
}

.footer__follow-us ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 991px) {
    .footer__follow-us ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .footer__follow-us ul li {
        display: inline-block;
    }
}

.footer__follow-us li {
    padding: 4px 0;
    text-align: center;
}

@media (max-width: 991px) {
    .footer__follow-us li {
        padding: 0 5px;
    }
}

.footer__follow-us .facebook {
    color: #fff;
    text-decoration: none;
    transition: color .1s linear;
}

.footer__follow-us .facebook:hover, .footer__follow-us .facebook.active, .footer__follow-us .facebook.is-active {
    color: #ff3200;
}

.footer__follow-us .facebook:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.footer__follow-us .facebook:before {
    content: "b";
    font-family: "peoplecert";
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1;
}

.footer__follow-us .youtube {
    color: #fff;
    text-decoration: none;
    transition: color .1s linear;
}

.footer__follow-us .youtube:hover, .footer__follow-us .youtube.active, .footer__follow-us .youtube.is-active {
    color: #ff3200;
}

.footer__follow-us .youtube:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.footer__follow-us .youtube:before {
    content: "g";
    font-family: "peoplecert";
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1;
}

.footer__follow-us .linkedin {
    color: #fff;
    text-decoration: none;
    transition: color .1s linear;
}

.footer__follow-us .linkedin:hover, .footer__follow-us .linkedin.active, .footer__follow-us .linkedin.is-active {
    color: #ff3200;
}

.footer__follow-us .linkedin:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.footer__follow-us .linkedin:before {
    content: "f";
    font-family: "peoplecert";
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1;
}

.footer__follow-us .twitter {
    color: #fff;
    text-decoration: none;
    transition: color .1s linear;
}

.footer__follow-us .twitter:hover, .footer__follow-us .twitter.active, .footer__follow-us .twitter.is-active {
    color: #ff3200;
}

.footer__follow-us .twitter:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.footer__follow-us .twitter:before {
    content: "p";
    font-family: "peoplecert";
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1;
}

.footer__copyright {
    position: relative;
    margin: 0 auto;
    max-width: 1340px;
}

@media (max-width: 991px) {
    .footer__copyright {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width: 991px) {
    .footer__copyright {
        max-width: 60%;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .footer__copyright {
        padding-top: 25px;
    }
}

.footer__copyright p, .footer__copyright span {
    font-size: 13px;
    font-size: .86667em;
    font-weight: 300;
    color: #6d6d6d;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .footer__copyright p, .footer__copyright span {
        width: calc(100% - 40px);
        font-size: 11px;
        font-size: .73333em;
        font-weight: 300;
    }
}

.footer__terms {
    position: relative;
    margin: 0 auto;
    max-width: 1340px;
}

@media (max-width: 991px) {
    .footer__terms {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.footer__terms:before, .footer__terms:after {
    content: "";
    display: table;
}

.footer__terms:after {
    clear: both;
}

.footer__terms ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__terms ul li {
    display: inline-block;
}

.footer__terms li {
    padding: 0 1px;
}

.footer__terms a {
    font-size: 14px;
    font-size: .93333em;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    transition: color .1s linear;
}

.footer__terms a:hover, .footer__terms a.active, .footer__terms a.is-active {
    color: #ff3200;
}

.footer__terms a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

@media (max-width: 991px) {
    .footer__terms a {
        font-size: 11.5px;
        font-size: .76667em;
        font-weight: 300;
    }
}

.footer__linakis:before, .footer__linakis:after {
    content: "";
    display: table;
}

.footer__linakis:after {
    clear: both;
}

.footer__linakis a {
    float: right;
    display: block;
    width: 60px;
    height: 35px;
    background: url("/Images/icons-svg/LinakisDigital2015_horizontal_white.svg") 0 0 no-repeat;
    background-size: contain;
    color: #fff;
    text-decoration: none;
    transition: color .1s linear;
}

.footer__linakis a:hover, .footer__linakis a.active, .footer__linakis a.is-active {
    color: #ff3200;
}

.footer__linakis a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

@media (min-width: 991px) {
    .footer__linakis a {
        position: relative;
        top: -5px;
    }
}

@media (max-width: 991px) {
    .footer__linakis a {
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 5%;
        right: 5%;
        background: none;
    }

    .footer__linakis a:before {
        content: "j";
        font-family: "peoplecert";
        font-size: 1.2em;
        font-weight: normal;
        line-height: 1;
    }
}

@media (max-width: 991px) {
    .footer .hidden-md .btn--arrow-right-inline:hover, .footer .hidden-md .btn--arrow-right-inline:focus {
        color: #ff3200;
    }
}

