#footer {
    background: #404040;
    border-radius: 15px 15px 0 0;
    color: #FFF;
    padding: 40px 40px 30px;
    /*font-size: 14px;*/
    margin-top: 10px;
}
.footer__coltitle {
    font-weight: 500;
    border-bottom: 1px solid white;
    padding: 15px 0 15px;
}
.footer__colarea {
    padding: 15px 0 15px;
}
.footer-line__area {
    max-width: 90%;
}
.footer-slogan {
    font-size: 36px;
    padding: 15px 0 30px;
    line-height: 40px;
    font-weight: 500;
}
.footer__copy {
    height: 100%;
    padding: 15px 0 0;
}
.footer__copy.left {
    color: #8E8E8E;
    display: flex;
    align-items: flex-end;
}
.footer__copy.right {
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}
.footer__copy.right img {
    display: inline-block;
    vertical-align: baseline;
    height: 25px;
    margin: 0 6px 0 0;
}

/* SOCIAL */
.ico-social__panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.ico-social {

}



@media only screen and (max-width : 1365px) {
    .footer-line__area {
        max-width: 100%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    #footer .ico-social__panel {
        padding-top: 25px;
        justify-content: flex-start;
    }
    #footer .ico-social__panel .ico-social {
        margin: 0 17px 0 0;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .footer__copy.right {
        color: white;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        text-align: left;
    }
    .footer-slogan {
        font-size: 26px;
        font-weight: 600;
        line-height: 1.2;
    }
    #footer {
        padding: 20px 25px 30px;
    }
    .footer-line__area {
        max-width: 100%;
    }

}

@media only screen and (max-width : 575px) {

}