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

 .text-danger,
 .text-success,
 #contactFormError {
    width: 100%;       
    color: #E30613;  
    padding: 10px;   
    line-height: 1.1em;
    border: 1px solid #e30613;
    background-color: #ffeff0;
}

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

.text-success {
    border-color: #005E14;  
    background-color: #E8FFED;       
    color: #005E14;  
}

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

form > fieldset > div.row.form-textarea,
form > fieldset > div.row.form-captcha,
form > fieldset > div.row.form-button {
    padding: 0 0px 23px 0px;
    width: 100%;
}

form .is_required {
    padding: 0 0 0 3px;
    color: #0169AA;
}

form label {
    display: inline;    
    padding: 0;
    text-align: left;
    color: #0169AA;
    color: #97989A;
    font-weight: bold;
    font-weight: 400;     
    font-family: 'Open Sans', sans-serif;  
    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;  
}

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

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 
{
    border: 0 none;
    display: inline-block;
    margin: 0.75% 1% 0 0;
    vertical-align: baseline;
    width: 5%;
}


input,
textarea,
select { 
    border: 0px solid #F1F1F1;   
    border-bottom: 2px solid rgba(151, 152, 154, 0.25);
    padding: 8px 0px;
    width: 100%;      
    font-weight: 300;     
    font-family: 'Open Sans', sans-serif;  
}  

textarea{ 
    height: 140px; 
}  

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

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

input[type="checkbox"],    
input[type="radio"] {    
    width: auto;
}


input[type="submit"] { 
    padding: 10px 20px;
    background-color: #225c8a;
    color: #ffffff;
    border: 0px;
    margin: 0px 10px 10px 0;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
}

input[type="button"], 
input[type="reset"] { 
    padding: 10px 20px;
    background-color: #97989A;;
    color: #ffffff;
    border: 0px;
    margin: 0 10px 10px 0 ;
    width: 100%;
    font-weight: 300;
}

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

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

    form > fieldset > div.row:nth-of-type(2n) {
        padding: 0 0px 20px 20px;
    }

    form > fieldset > div.row.form-textarea,
    form > fieldset > div.row.form-captcha,
    form > fieldset > div.row.form-button {
        padding: 0 0px 25px 0px;
    }

     form > fieldset > div.row.form-button {
        text-align: center;
     }

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

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

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

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