.footer .footer-background {
    background-color: #0b0940;
}

.footer .logo-footer-main {
	width: 100%;
	max-width: 240px;
	height: auto;
	margin: 0px;
}

.footer .footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-menu .title {
    color: #942f0a;
}

.footer .mail-smallicon {
	background-image: url("./mail-logo-white_40.png");
}

.footer .mail-smallicon:hover {
	background-image: url("./mail-logo-orange_40.png");
}

.footer .fb-smallicon {
	background-image: url("./fb-logo-white_40.png");
}

.footer .fb-smallicon:hover {
	background-image: url("./fb-logo-blue_40.png");
}

.footer .tw-smallicon {
	background-image: url("./x-logo-white_40.png");
}

.footer .tw-smallicon:hover {
	background-image: url("./x-logo-black_40.png");
}

.footer .ig-smallicon {
	background-image: url("./insta-logo-white_40.png");
}

.footer .ig-smallicon:hover {
	background-image: url("./insta-logo-pink_40.png");
}

.footer .smallicon {
    display: block;
    line-height: 1.2;
    height: 20px;
    padding-left: 36px;
    margin-bottom: 6px;
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: auto 20px;
    transition: background-image ease 0.4s;
}

.footer .block-separator {
    position: absolute;
    top: -126px;
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    background: url("./waves-mobile.png") no-repeat center bottom;
    background-size: auto 130px;
}

.footer .small-text {
    font-size: 85%;
}

@media (min-width: 768px) {
    .footer .sep-border {
	    border-left: 1px solid #483e8c;
    }
}

@media (min-width: 1024px) {
    .footer .block-separator {
        background: url("./waves.png") repeat-x left bottom;
        background-size: auto 120px;
    }
}