.Footer {
    z-index: 1000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    text-transform: uppercase;
	/*background: #01290f;*/
	background-color: rgba(1,41,15,1.00)
}

.Footer .En {
    font-family: BerlingLtStdBold, sans-serif;
}

.Footer > div {
    width: 20%;
    display: inline-block;
	float: left
}

.Footer div > a {
    font-size: 21px;
    line-height: 24px;
}
.Footer div.MiSans > a {
    font-size: 19px;
}

.Footer div.Active .BerlingLtStdBold a {
    display: inline-block;
    position: relative;
}

.Footer div.Active .BerlingLtStdBold a:after {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -15px;
    border-radius: 50%;
    top: -5px;
    background-color: #e2b76d;
}

@media only screen and (max-width: 1480px) {
    .Footer .BerlingLtStdBold > a {
        font-size: 15px;
    }
    .Footer div.MiSans > a {
        font-size: 16px;
    }
    .Footer {
        padding: 10px;
    }
    .Footer div > a {
        line-height: 22px;
    }
}

@media only screen and (max-width: 1024px) {
    .Footer {
        display: none;
    }
}
