.section-footer {
    background-color: #130904;
    text-align: center;
    padding: 32px 15px;
    color: #a0a0a0;
    font-size: 10pt;
    box-sizing: border-box;
    z-index: 10;
    position: relative;
}

.section-footer img {
    padding-bottom: 29px;
}

.section-footer a {
    color: #a0a0a0;
    text-decoration: none;
}

.section-footer p {
    margin: 0 0 21px 0;
    padding: 0;
}

.section-footer .bottom-menu {
    /*word-spacing:  25px;*/
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.section-footer .bottom-menu a{
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
}

.search-overlay-menu {
    background-color: rgba(35, 35, 35, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 0;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 2200;
}

.search-overlay-menu.open {
    opacity: 1;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    visibility: visible;
}

.search-overlay-menu .search-overlay-close{
    color: #fff;
    font-size: 40px;
    background: none;
    border: none;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.search-overlay-menu.open form {
    transform: translateY(0px);
}

.search-overlay-menu form {
    height: 120px;
    left: 20%;
    margin: -60px auto 0;
    position: absolute;
    top: 50%;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out 0s;
    width: 60%;
}

.search-overlay-menu form button {
    background: none;
    border: none;
    color: #c6c6c6;
    font-size: 3rem;
    position: absolute;
    right: 0;
    top: 50px;
}

.search-overlay-menu input[type="search"] {
    background: transparent;
    border-bottom: 2px solid #909090 !important;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    height: 100%;
    outline: medium none;
    padding: 10px;
    width: 100%;
}