/* Footer */
.strip-footer {
    min-height: 588px;
    background-color: #222;
}
.footer-menu-column {
    padding-top: 72px;
}

.footer-menu-column li,
.footer-menu-column li a,
.footer-menu-column li a:focus {
    font-family: Raleway;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.62;
    letter-spacing: normal;
    text-align: left;
    color: #d5d5d5;
    list-style-type: none;
}


.footer-menu-column li:before {
    content: '»';
    position: absolute;
    margin-left: -20px;
}

.footer-menu-column li:first-child::before {
    content: '';
    position: absolute;
    margin-left: -20px;
}

.footer-menu-column li:first-child {
    font-family: Raleway;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-left: -20px;
}

.thin-devider {
    height: 1px;
    opacity: 0.13;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 28px;
}

.copyright {
    font-family: Raleway;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    margin-top: 28px;
}

.copyright-domain {
    color: #7dc43d;
}

/* End of Footer */