﻿/* ----- SECTION FOOTER ----- */

.section-footer {
    background-color: #E074A6;
    padding: 100px 0px 100px 0px;
    color: #FFFFFF;
}

.section-footer .items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-footer .items > li {
    float: left;
    width: 33.33%;
    padding-right: 32px;
}

.section-footer .items > li:first-child {
    padding-left: 0px;
}

.section-footer .items > li > h1 {
    font-size: 112.5%;
    font-weight: bold;
}

.section-footer .items > li > h1:after {
    display: block;
    height: 4px;
    background-color: #f9c5d4;
    content: " ";
    width: 100px;
    margin-top: 24px;
}

.section-footer .items > li > .content {
    margin-top: 24px;
}

.section-footer .contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-footer .contact-info > li {
/*    padding-top: 8px;
    padding-bottom: 8px;*/
}

.section-footer .contact-info > li:first-child {
    padding-top: 0px;
}

.section-footer .contact-info > li > a {
    color: #FFFFFF;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: left center;
    /*padding-left: 32px;*/
    padding-top: 2px;
    padding-bottom: 2px;
}

/*.section-footer .contact-info > li > a.mail {
    background-image: url('../Images/icon_Email.png');
}

.section-footer .contact-info > li > a.phone {
    background-image: url('../Images/icon_Phone.png');
}*/


.bottom-wrapper {
    background-color: #6D0C0F;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #FFFFFF;
    border-top: 1px solid #DDDDDD;
}

.bottom-wrapper > .container > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}

.bottom-wrapper > .container > ul > li {
    display: table-cell;
    vertical-align: central;
}

.bottom-wrapper > .container > ul > li:last-child {
    text-align: right;
}

.bottom-wrapper .socials-link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-wrapper .socials-link > li {
    display: inline-block;
    padding-right: 12px;
}

.bottom-wrapper .socials-link > li:last-child {
    padding-right: 0px;
}

.bottom-wrapper .socials-link > li > a > img {
    width: 48px;
    height: 48px;
}

@media screen and (max-width : 992px) {
    .section-footer .items > li {
        padding-right: 16px;
    }
}

@media (max-width: 767.98px) {
    .section-footer {
        padding: 50px 0px 50px 0px;
    }

    .section-footer .items > li {
        width: 100%;
        padding-right: 0px;
        padding-top: 50px;
    }

    .section-footer .items > li:first-child {
        padding-top: 0px;
    }

    .bottom-wrapper > .container > ul {
        display: block;
    }

    .bottom-wrapper > .container > ul > li {
        display: block;
        text-align: center;
    }

    .bottom-wrapper > .container > ul > li:last-child {
        padding-top: 8px;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .bottom-wrapper {
        font-size: 75%;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .bottom-wrapper .socials-link > li {
        padding-right: 2px;
    }

    .bottom-wrapper .socials-link > li > a > img {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 320px) {
    .bottom-wrapper .socials-link > li > a > img {
        width: 24px;
        height: 24px;
    }
}