﻿footer {
    background-color: #000;
    width: 100%;
    padding: 80px 0;
    color: #fff;
    font-size: 18px;
}
footer a {
    color:#fff !important;
    text-decoration:none;
}
footer .footer-text {
    font-size: 12px;
    display:block;
    margin-bottom:6px;
}

footer svg {
    width: 80%;
    height: auto;
    margin-bottom: 6px;
}
footer svg #logo {
   fill:#fff;
}

footer .footer-col {
    padding:24px;
}
footer .rights {
    text-align: left;
    font-size: 12px;
}
footer .socials {
    text-align:right;
    font-size:26px;
}
footer .socials a {
    display: inline-block;
    margin:0 10px;
}

#tothetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 40px;
    font-size: 40px;
    z-index: 1000;
    cursor: pointer;
    background-color: #fff;
    border: solid 1px #fff;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 1;
}
#tothetop.active {
    display: block;
}