html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 245px;
    background: url("../images/page-background.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 245px;
    font-size: 0.9em;
}

.footer-logos {
    background: rgba(255, 255, 255, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 100px;
    margin-bottom: 2em;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-logos a:hover {
    transition: 0.4s ease-in-out;
    transform: scale(1.1);
}

.footer-logos img {
    width: 70%;
    height: auto;
}

.logo {
    margin-left: -30px;
    margin-bottom: 2em;
    margin-top: 2em;
}

p {
    color: white;
    font-weight: 300;
    font-size: 0.7em;
    text-shadow: 0 1px 0 black;
}

p.ico-mail {
    background-image: url("../images/ico-mail.png");
    background-repeat: no-repeat;
    background-size: 10%;
    padding-left: 30px;
    line-height: 2em;
}

p.ico-adress {
    background-image: url("../images/ico-adress.png");
    background-repeat: no-repeat;
    background-size: 4.7%;
    padding-left: 30px;
    line-height: 2em;
}

@media(max-width:570px) {
    body {
        background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 2.6)), url("../images/page-background.jpg");
    }
    p {
        font-size: 0.9em;
    }
    p.ico-adress {
        background-size: 13%;
        background-position: 0 4px;
    }
    p.ico-mail {
        background-position: 0 4px;
        background-size: 12%;
    }
}

.list {
    margin-top: 4em;
    margin-bottom: 2em;
}

.list img {
    width: 25%;
    height: auto;
    margin-bottom: 1em;
    margin-top: 1em;
}

.list p {
    color: #38b8ce;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.2em;
}

.list-ico {
    height: 55px;
}