@charset "UTF-8";

.Module.Footer {
    width: 100%;
    margin: 0 auto;
    background: transparent url("../img/pw_maze_black.png") repeat scroll 0 0;
}

.Module.Footer footer.inner {
    margin: 0 auto;
    color: #8A8787;
    padding: 10px 0;
    text-align: justify;
}

.Module.Footer footer.inner h4 {
    font-weight: normal;
}

.Module.Footer footer.inner .horizontal-divider {
    border-bottom: 1px dashed #2E2E2E;
}

.Module.Footer footer.inner .section {
    padding: 10px 0;
}

.Module.Footer footer.inner .section.section-info .logo,
.Module.Footer footer.inner .section.section-info .title {
    display: inline-block;
}

.Module.Footer footer.inner .section.section-info .description {
    margin-top: 10px;
}

.Module.Footer footer.inner .section.section-address,
.Module.Footer footer.inner .section.section-links,
.Module.Footer footer.inner .section.section-copyright {
    text-align: center;
}

.Module.Footer footer.inner .section.section-address i {
    font-size: 18px;
}

.Module.Footer footer.inner .section.section-links table.links-wrapper {
    width: 100%;
}

.Module.Footer footer.inner .section.section-links table.links-wrapper td {
    padding: 10px;
}

.Module.Footer footer.inner .section.section-links table.links-wrapper td a {
    font-size: 18px;
}

/**** (Contact) ****/

.Module.Footer footer.inner .Module.Contact h4 {
    text-align: justify;
    margin-bottom: 0;
}

.Module.Footer footer.inner .Module.Contact input,
.Module.Footer footer.inner .Module.Contact select,
.Module.Footer footer.inner .Module.Contact textarea {
    background-color: #191919;
    border-color: #444;
    color: #8A8787;
}

/**** (Mobile) ****/

@media (max-width: 767px) {
    .Module.Footer footer.inner {
        padding: 10px;
    }
}