﻿

@media screen and (min-width: 561px) {
    .kk-foot {
        background-color: #000;
        color: #aeaeae;
        font-size: 1em;
        line-height: 1.8;
        overflow: hidden;
        padding: 20px 20px 0px 20px;
    }
}

@media screen and (max-width: 560px) {
    .kk-foot {
        background-color: #000;
        color: #aeaeae;
        font-size: 1em;
        line-height: 1.8;
        overflow: hidden;
        padding: 20px 10px 10px 10px;
    }
}


.kk-message input, .kk-message textarea {
    width: 100%;
    margin: 9px 0px 9px 0px;
    color: #aeaeae;
    background-color: #4b4a4f;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    border: none;
    border-radius: 0px;
}

.kk-message input {
    height: 38px;
}

    .kk-message input:focus {
        color: #fff;
        background-color: #4b4a4f;
    }

.kk-message textarea:focus {
    color: #fff;
    background-color: #4b4a4f;
}

.kk-message button {
    display: inline-block;
    padding: 0.6em 1.2em;
    font-size: 1em;
    background-color: #fdd31e;
    color: #004562;
    margin-top: 15px;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: 0;
    border-radius: 0px;
    font-weight: bolder;
}

    .kk-message button:hover, .kk-message button:focus, .kk-message button:active {
        color: #fdd31e;
        background-color: #004562;
        opacity: 0.9;
        filter: alpha(opacity=90);
        outline: 0
    }

.kk-message textarea {
    resize: none;
}

.copyright {
    width: 100%;
    text-align: center;
    border-top: 1px solid #181818;
    padding: 1.42em 0;
}
