form {
    height: 40px;
}

input[type=text] {
    height: 40px;
    line-height: 30px;
    background-color: #C1C1C1;
    color: #474747;
    border: none;
    font-size: 20pt;
    font-weight: 200;
    padding: 0 0 0 7px;
    margin-right: 10px;
    float: left;
    border-radius: 0 !important;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=text]::-webkit-input-placeholder, input[type=text]::-moz-placeholder, input[type=text]:-ms-input-placeholder {
    color: #989898;
}

.search-box {
    height: 40px;
    overflow: hidden;
}

.submit-img {
    margin-top: 3px;
    margin-bottom: 2px;
    width: 35px;
    height: 35px;
    float: left;
}

.submit-img:hover {
    cursor: pointer;
}

.menu-box {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 20px;
}

.menu-button {
    display: inline-block;
    margin-left: 15px;
    font-size: 11pt;

    height: 40px;
    width: 120px;
}

.logo {
    height: 68px;
    float: left;
    display: none;
}

#logo-mobile {
    margin-left: -10px;
}

#logo-tablet {
    margin-top: -23px;
}

#support-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #5c5c5c;
    border-top: solid #761E2D 3px;
    padding: 5px;
}

#support-button {
    height: 40px;
    width: 300px;
}

#stop-support-button {
    width: 160px;
    display: none;
}

#show-support-button {
    position: fixed;
    right: -3px;
    bottom: -3px;
    display: none;
}

#show-support-img {
    width: 30px;
    height: 30px;
}

@media (max-width: 500px) {
    input[type=text] {
        width: 390px;
    }
    #logo-mobile {
        display: block;
    }
    form {
        padding-top: 70px;
    }
}

@media (min-width: 500px) {
    input[type=text] {
        width: 620px;
    }
    #logo-tablet {
        display: block;
    }
    form {
        padding-top: 23px;
    }
}