.form-container {
    width: 800px;
    position: relative;
    left: 50%;
    margin-left: -400px;
    margin-top: 30px;
}

.width-900 {
    width:900px;
    margin-left: -450px;
}
@media only screen and (max-width:800px) {
    .form-container {
        width: 100vw;
        position: relative;
        left: 0%;
        margin-left: -10vw;
        margin-top: 30px;
    }
}

.index_headline_container h2 {
    font-family: 'harabararegular', Arial, Calibri, Helvetica;
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: left;
    padding: 10px 40px 10px 30px;
}

.form-container h2,
.news_container h2 {
    font-family: 'harabararegular', Arial, Calibri, Helvetica;
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: left;
    padding: 40px 40px 0px 40px;
}

.form-container p {
    font-family: Arial;
    font-size: 12px;
    padding: 0px 40px 40px 40px;
}

.form-container h1,
.news_container h1,
.whatwedo_container h1,
.about_container h1 {
    font-family: 'harabararegular', Arial, Calibri, Helvetica;
    font-size: 27px;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 1px;
    padding: 20px 40px;
}

.form-container p {
    font-family: 'MundoSansStd', Arial, Helvetica, sans-serif;
    padding: 10px 60px;
    color: #404041;
    text-align: left;
    font-size: 14px;
}

.form-container p:last-child {
    padding-bottom: 40px;
}

.form-container p strong {
    font-family: 'MundoSansStd-Bold', Arial, Helvetica, sans-serif;
}

.form-container ul {
    padding: 10px 80px;
}

.form-container li {
    font-family: 'MundoSansStd', Arial, Helvetica, sans-serif;
    color: #404041;
    text-align: left;
    font-size: 14px;
}

.news_container h1,
.whatwedo_container h1,
.about_container h1 {
    font-size: 41px;
}

.lineh1-red {
    background-image: url(../images/lineh1-red.png) !important;
    background-position: right center;
    background-repeat: no-repeat;
}

.lineh1-blue {
    background-image: url(../images/lineh1-blue.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.h1line-w-10 {
    background-size: 10% 5px;
}

.h1line-w-20 {
    background-size: 20% 5px;
}

.h1line-w-30 {
    background-size: 30% 5px;
}

.h1line-w-40 {
    background-size: 35% 5px;
}

.h1line-w-45 {
    background-size: 45% 5px;
}

.h1line-w-50 {
    background-size: 50% 5px;
}

.h1line-w-55 {
    background-size: 55% 5px;
}

.h1line-w-60 {
    background-size: 60% 5px;
}

.h1line-w-65 {
    background-size: 65% 5px !important;
}

.h1line-w-70 {
    background-size: 70% 5px;
}

.h1line-w-80 {
    background-size: 80% 5px;
}

.h1line-w-90 {
    background-size: 90% 5px;
}

#client_form {
    padding: 0px 40px 40px 40px;
}

#client_form input[type=text],
#client_form select,
#client_form textarea {
    height: 38px;
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #000000 !important;
    font-family: 'open_sansregular', Arial, Gadget, sans-serif;
    background-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0px 3px 8px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 3px 8px -1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 3px 8px -1px rgba(0, 0, 0, 0.4);
    border: 1px solid #FFFFFF;
}

#client_form textarea {
    height: 146px;
    max-height: 146px;
    width: 100%;
    max-width: 100%;
}

.trans-bg-white {
    background-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
}

.trans-bg-red {
    background-color: rgba(218, 80, 61, 0.8);
    background: rgba(218, 80, 61, 0.8);
    color: rgba(218, 80, 61, 0.8);
}

.trans-bg-dark-red {
    background-color: rgba(218, 80, 61, 0.95);
    background: rgba(218, 80, 61, 0.95);
    color: rgba(218, 80, 61, 0.9);
}

.trans-bg-blue {
    background-color: rgba(61, 110, 181, 0.9);
    background: rgba(61, 110, 181, 0.9);
    color: rgba(61, 110, 181, 0.9);
}

.trans-bg-black {
    background-color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
}

.trans-bg-gray {
    background-color: rgba(50, 50, 50, 0.5);
    background: rgba(50, 50, 50, 0.5);
    color: rgba(128, 128, 128, 0.5);
}

.mydetails_p {
    padding: 25px 0px 15px 0px !important;
}

#btn_send_form {
    cursor: pointer;
}

.button-border-radius-48 {
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
}

.button-shadow {
    -webkit-box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.4);
}

.form-close-x-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.frame_input_marked {
    border: 1px solid #F00 !important;
}

.frame_input_checked {
    border: 1px solid #090 !important;
}

@media only screen and (max-width:800px) {
    .form-container h1,
    .news_container h1,
    .whatwedo_container h1,
    .about_container h1 {
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
        letter-spacing: 1px;
        padding: 20px 40px;
    }
    .news_container h1,
    .whatwedo_container h1,
    .about_container h1 {
        font-size: 30px;
    }
    .h1line-w-10 {
        background-size: 5% 5px;
    }
    .h1line-w-20 {
        background-size: 10% 5px;
    }
    .h1line-w-30 {
        background-size: 20% 5px;
    }
    .h1line-w-40 {
        background-size: 30% 5px;
    }
    .h1line-w-45 {
        background-size: 35% 5px;
    }
    .h1line-w-50 {
        background-size: 40% 5px;
    }
    .h1line-w-55 {
        background-size: 45% 5px;
    }
    .h1line-w-60 {
        background-size: 50% 5px;
    }
    .h1line-w-65 {
        background-size: 35% 5px !important;
    }
    .h1line-w-70 {
        background-size: 60% 5px;
    }
    .h1line-w-80 {
        background-size: 70% 5px;
    }
    .h1line-w-90 {
        background-size: 80% 5px;
    }
    #client_form input[type=text],
    #client_form select,
    #client_form textarea {
        height: 30px;
        box-sizing: border-box;
        font-size: 16px;
        width: 100%;
        padding-left: 10px;
        margin-bottom: 10px;
        color: #000000 !important;
        font-family: 'open_sansregular', Arial, Gadget, sans-serif;
        background-color: rgba(255, 255, 255, 0.8);
        background: rgba(255, 255, 255, 0.8);
        color: rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: inset 0px 3px 8px -1px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 0px 3px 8px -1px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 3px 8px -1px rgba(0, 0, 0, 0.4);
        border: 1px solid #FFFFFF;
    }
}

@media only screen and (max-width:640px) {
    .h1line-w-50 {
        background-size: 25% 5px;
    }
    .form-container h1,
    .news_container h1,
    .whatwedo_container h1 {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
        letter-spacing: 1px;
        padding: 20px 40px;
    }
    .news_container h1,
    .whatwedo_container h1 {
        font-size: 25px;
    }
    .h1line-w-10 {
        background-size: 0px 5px;
    }
    .h1line-w-20 {
        background-size: 0px 5px;
    }
    .h1line-w-30 {
        background-size: 0px 5px;
    }
    .h1line-w-40 {
        background-size: 0px 5px;
    }
    .h1line-w-45 {
        background-size: 0px 5px;
    }
    .h1line-w-50 {
        background-size: 0px 5px;
    }
    .h1line-w-55 {
        background-size: 0px 5px;
    }
    .h1line-w-60 {
        background-size: 0px 5px;
    }
    .h1line-w-65 {
        background-size: 0px 5px;
    }
    .h1line-w-70 {
        background-size: 0px 5px;
    }
    .h1line-w-80 {
        background-size: 0px 5px;
    }
    .h1line-w-90 {
        background-size: 0px 5px;
    }
}

.q4uItem h2 {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: black;
}

.q4uItem img {
    width: 80%;
    margin: 0px;
}

@media only screen and (max-width: 640px) {
    .q4uItem img {
        width: 40%;
        margin: 0px;
    }
}

.q4uItem p {
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.q4uBottomItem h2 {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: white;
}

.q4uBottomItem li,
.q4uBottomItem p {
    padding: 0px;
    margin-left: 10px;
    color: white;
}

.q4uBottomItem li {
    margin-left: -30px;
}

.eventContainer h2 {
    font-family: 'harabararegular', Arial, Calibri, Helvetica;
    font-size: 1.3em;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: left;
    padding: 10px 0px 0px 20px;
}

.eventContainer h3 {
    font-family: 'harabararegular', Arial, Calibri, Helvetica;
    font-size: 1.0em;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: left;
    padding: 0px 0px 10px 20px;
}

.eventContainer p {
    text-align: left;
    padding: 10px 0px 0px 20px;
    color: white;
}

.eventContainer a {
    color: white;
    text-decoration: underline;
}

.eventContainer a:hover {
    color: black;
}

.form-container-image{
    float:right; width:300px;
}

@media only screen and (max-width:800px) {
    .form-container-image{
        display:none; 
        width:0px;
}
}