form#contactForm {
   /* margin-left: -15px;
    margin-right: -15px;*/
    border: 1px solid rgba(0, 0, 0, 0);  
}


form {
    padding : 0;
    display: inline-block;
    width: 100%;
}

fieldset { border : none; margin: 0; padding: 0;}
 legend { border: none; visibility: hidden; }

 .text-danger,
 .text-success,
 #contactFormError {
    width: 100%;       
    color: #ffffff !important;  
    padding: 10px;   
    line-height: 1.1em;
    border: 1px solid #e30613;
    background-color:#e30613;
    margin: 0 30px;
    font-weight: 100;
    font-style: italic;
}

#contactFormError {
    display: none;
    margin-top: 20px;
    width: 100%;       
}

.text-success {
    border-color: #005E14;  
    background-color: #005E14;       
    color: #ffffff !important;  
    margin: 0 30px 30px 30px;
}

form p,
form > fieldset > div.row,
form > fieldset > div.newsletter {
    display: inline-block;
    width: 100%;
    padding: 0 15px 30px 15px;
    text-align: left;
    position: relative;
    margin: 0;
}

form > fieldset > div.row.form-textarea,
form > fieldset > div.row.form-radio,
form > fieldset > div.row.form-checkbox,
form > fieldset > div.row.form-captcha,
form > fieldset > div.row.form-text,
form > fieldset > div.row.form-button {
    width: 100%;
}

form > fieldset > div.row.form-text {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 100;
    color: #ac0c33;
    font-size: 1.2em;
}

form .is_required {
    padding: 0 0 0 3px;
    color: rgb(172, 12, 51);
}

form label {
    display: inline;    
    padding: 0;
    text-align: left;
    color: rgba(75,75,75,1);
    position: absolute;
    top: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 100;
}

footer form label {
    color: white;
}

form label.active {
    top: -18px;
    font-size: 0.7em;
    color: #ac0c33;
}

form .radio label,
form .checkbox label {
    position: relative;
    cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition:none;
    -o-transition: none;
    transition: none;  
}

form .radio label:hover,
form .checkbox label:hover {
    color: rgb(172, 12, 51);
}

form #captcha {
    width: 50%;
}

form label#coreCaptchaLabel {
    width: 100%;
    font-weight: 300;
    margin: 0px 0 10px 0;
    text-align: left;
    color: #000000;  
    display: none;
}

form #coreCaptchaCode {
    width: 80%;
    vertical-align: top;
}

form #coreCaptchaImage {
    margin: 0px 0 0 0px;
    vertical-align: baseline;
    height: 38px;
    width: 20%;
}


form #captcha {
    overflow: hidden;
    display: block;
    clear: both;
    height: auto;
    width: 100%;
}

form .contactFormGroup,
form .newsletterFormGroup,
form .shopFormGroup
{
    display: inline-block;  
    width: 100%;   
    font-weight: 300;  
}

form .newsletterFormGroup { 
    padding-top : 10px;
}

fieldset { border: none; }
legend { border: none; visibility: hidden; }

form .contactFormGroup label,
form .newsletterFormGroup label,
form .shopFormGroup label
{                     
    font-weight: 300; 
    width: 100%;   
    color: #000000;  
}

form .contactFormGroup input,
form .newsletterFormGroup input,  
form .shopFormGroup input,
input[type="checkbox"],    
input[type="radio"] 
{
    border: 0 none;
    display: inline-block;
    margin: 0.75% 1% 0 0;
    vertical-align: baseline;
    width: 30px;
}
.contactFormGroup div.radio, 
.contactFormGroup div.checkbox {
    border-bottom: 2px solid rgba(151, 152, 154, 0.25);
    display: inline-block;
    float: left;
    margin: 25px 0 0 0;
    padding: 10px;
    text-align: left;
    width: 100%;
    height: 55px;
}


input,
textarea,
select { 
    border: 0px solid #F1F1F1;   
    border-bottom: 2px solid rgba(75,75,75,0.3);
    padding: 8px 0px;
    width: 100%;      
    font-weight: 300;     
}

footer input,
footer textarea,
footer select {
 color: white;
}

input.error,
textarea.error,
select.error { 
    border: 0px !important;
    border-bottom: 2px solid rgb(172, 12, 51) !important;
}


textarea{ 
    height: 140px; 
}  

::-webkit-input-placeholder { /* WebKit browsers */
   opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity:  1;
}

input:focus,
textarea:focus,
select:focus,
input.active,
textarea.active,
select.active { 
    border-bottom: 2px solid #ac0c33;
    outline:none;
}   

input[type="submit"] { 
    display: inline-block;
    padding: 0px 30px;
    background-color: rgb(172, 12, 51);  
    color: #ffffff; 
    font-size: 1em;
    border-radius: 30px;   
    border-radius: 8px;
    line-height: 50px;
    border: 0;
    box-shadow: 0 0 0  !important;
    letter-spacing: .05em;
}


input[type="button"], 
input[type="reset"] { 
    padding: 10px 20px;
    background-color: rgba(151, 152, 154, 0.25);
    color: #ffffff;
    border: 0px;
    margin: 0 10px 10px 0 ;
    width: 100%;
    font-weight: 300;
}

input[type="reset"] {
    display: none;
}

input[type="submit"]:hover ,
input[type="button"]:hover, 
input[type="reset"]:hover { 
 background-color: #000000;
}

@media only screen and (min-width: 768px) {
    form p,
    form > fieldset > div.row,
    form > fieldset > div.newsletter {
        width: 50%;
        float: left;
        padding: 0 30px 30px 30px;
    }

    .contactFormGroup div.radio, 
    .contactFormGroup div.checkbox {
        width: calc(50% - 15px);
        margin-right: 15px;
        margin-left: 0px;
    }
    
    .contactFormGroup div.radio:nth-of-type(2n), 
    .contactFormGroup div.checkbox:nth-of-type(2n) {
        width: calc(50% - 15px);
        margin-left: 15px;
        margin-right: 0px;
    }

    form > fieldset > div.row.form-textarea,
    form > fieldset > div.row.form-captcha,
    form > fieldset > div.row.form-button {
    }

     form > fieldset > div.row.form-button {
     }

    input[type="submit"], 
    input[type="button"], 
    input[type="reset"] { 
        margin: 20px 10px;
        width: auto;
    }

    form #coreCaptchaCode {
        width: calc(40% - 30px);
        vertical-align: top;
    }

    form #coreCaptchaImage {
        height: 41px;
        width: 10%;
    }
}

@media only screen and (min-width: 1024px) {
    form #coreCaptchaImage {
        height: 44px;
    }
} 