.product-title {

    display: block;

    padding: 0.1em 0em 0.1em 1em;

    font-size: 125%;
    color: black;

    text-decoration: none;

    transition: 250ms;

}

.product-title:hover {

    padding-left: 2em;
    color: rgba(0, 165, 227, 1.0);

}

.c-title {

    font-weight: 500;
    color: rgba(0, 165, 227, 1.0);

}

.contact_container {
    
    float: left;
    width: 50%;
    
}

.contact_box {
    
    padding: 0em 0.5em 0em 0em;
    
}

.contact_title {
    
    padding: 0em 0em 0.5em 0em;
    font-weight: 500;
    color: rgba(0, 165, 227, 1.0);
    
    height: 1em;
    
    border-bottom: solid thin rgba(0, 165, 227, 1.0);
    
}

.contact_content {
    
    padding: 0.5em 0em 0.5em 0em;
    
}

.c-form_container {
    
    float: left;
    width: 50%;
    
}

.c-form_box {
    
    padding: 0em 0em 0em 0.5em;
    
}

.c-form_title {
    
    padding: 0em 0em 0.5em 0em;
    font-weight: 500;
    color: rgba(0, 165, 227, 1.0);
    
    height: 1em;
    
    border-bottom: solid thin rgba(0, 165, 227, 1.0);
    
}

.c-form_content {
    
    padding: 0.5em 0em 0.5em 0em;
    
}

/* CONTACT FORM */

#c-form_form {
    
}

.input {
    
    margin-bottom: 0.25em;
    padding: 0.25em 0.25em 0.25em 0.25em;
    
    width: 28.5em;
    
    outline: none;
    
    font-size: 1em;
    font-family: Roboto;
    font-weight: 100;
    
    border: none;
    
    color: rgba(128, 128, 128, 1.0);
    
    background-color: rgba(231, 231, 231, 1.0);
    
}

.input-message {
    
    margin-bottom: 0.25em;
    padding: 0.25em 0.25em 0.25em 0.25em;
    
    width: 28.5em;
    height: 15em;
    
    resize: none;
    
    outline: none;
    
    font-size: 1em;
    font-family: Roboto;
    font-weight: 100;
    
    border: none;
    
    color: rgba(128, 128, 128, 1.0);
    
    background-color: rgba(231, 231, 231, 1.0);
    
}

.input-submit {
    
    float: right;
    width: 13.5em;
    border: none;
    padding: 0.75em 0.25em 0.75em 0.25em;
    
    outline: none;
    
    font-size: 1em;
    
    font-weight: 100;
    
    color: rgba(128, 128, 128, 1.0);
    
    background-color: rgba(231, 231, 231, 1.0);
    transition-duration: 250ms;
    
}

.input-submit:hover {
    
    color: white;
    
    background-color: rgba(0, 165, 227, 1.0);
    
    
    
}

/*OFFER*/

.offer-box_container {
    
    min-height: 5em;
    width: 100%;
    float: left;
    
}

.offer-box {
    
    min-height: 4em;
    padding: 0.5em 0.5em 0.5em 0em;
    
}

.offer-box_title {
    
    padding: 0.5em 0em 0.5em 0em;
    font-weight: 500;
    color: rgba(0, 165, 227, 1.0);
    
    height: 1em;
    
    border-bottom: solid thin rgba(0, 165, 227, 1.0);
}

.offer-box_content {
    
    padding: 0.5em 0em 0em 0em;
    
}

.right-col {
    
    padding: 0.5em 0em 0.5em 0.5em;

    
}