#contactFormHeader{
    padding-top: 50px; 
    padding-bottom: 30px;
    letter-spacing: 4px;
    color: #967b60;
}
#blackContact{
    width: 100%;
    height: 450px;
    background: #000;
}
.contactHalfers{
    width: 50%;
    float: left;
    color: #758080;
    padding-top: 30px;
}
.contactHalfers table td{
    width: 50%;
}
.cHInput{
    width: 100%;
    background: rgba(0,0,0,0);
    color:  #758080;
    border: 1px solid #758080;
    padding: 8px 12px;
    margin-bottom: 5px;
}
.cHInputM{
    width: 100%;
    background: rgba(0,0,0,0);
    color:  #967b60;
    border: 1px solid #967b60;
    padding: 8px 12px;
    margin-bottom: 5px;
    max-width: 100%;
    min-width: 100%;
}
#contactFormFooter{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #f00;
    text-align: center;
    font-size: 22px;
    letter-spacing: 4px;
}
#submitteremailer{
    width: 100%;
    background: rgba(0,0,0,0);
    color:  #967b60;
    border: 1px solid #967b60;
    padding: 8px 12px;
    margin-top: 10px;
}
.confirmation{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
    line-height: 30px;
    height: 30px;
    z-index: 1000;
    text-align: center;
    transition: 0.3s;
}
#senSucc{
    background: rgba(0,180,0, 0.9);
    color: #fff;
    white-space: nowrap;
    font-size: 20px;
}
#senFail{
    background: rgba(180, 0,0, 0.9);
    color: #fff;
    white-space: nowrap;
    font-size: 20px;
    width: 350px;
}
@media only screen and (max-width: 600px) {
    .contactHalfers{
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
    }
    .contactHalfers > table{
        font-size: 16px;
        width: 100%;
    }
    .contactHalfers > table td{
        display: block;
        width: 100%;
        text-align: center;
        line-height: 200%;
    }
    #txare{
        width: 100%!important;
        padding: 2px!important;
        margin: 0px!important;
    }
    #txareHalfer{
        padding-top: 2px;
    }
    #blackContact{
        width: 100%;
        height: auto;
        background: #000;
    }
}