html, body{padding: 20px 10px 20px 10px;background:#efefef }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #a3a4a4!important;
font-size: 13px;
font-weight: normal;
}
:-ms-input-placeholder { /* IE 10+ */
color: #a3a4a4!important;
font-size: 13px;
font-weight: normal;
}
::-moz-placeholder { /* Firefox 19+ */
color: #a3a4a4!important;
font-size: 13px;
font-weight: normal;
}
:-moz-placeholder { /* Firefox 18- */
color: #a3a4a4!important;
font-size: 13px;
font-weight: normal;
}

.form-control {
    background-color: #efefef;
    background-clip: padding-box;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control {
    margin-bottom: 5px;
    border: 0;
    box-shadow: 0 1px 0 0 #a9a9a9;
    
}
.success{color: #fff;padding: 10px;background: #c1964c;margin-bottom: 10px;}

#contact_form .state-error{border-radius: 2px;
    margin-bottom: 5px;
    border: 0;
    box-shadow: 0 1px 0 0 red;}
#contact_form .form-group label{display: none;}

#contact_form .form-group input{color: #000;border-radius:1px;}
#contact_form .errorMsg{color:#d81203;font-size: 12px;margin-bottom: 5px;display: block;
    -webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s}
#contact_form .refresh {
    display: inline-block;
    height: 20px;
    width: 16px;
    cursor: pointer;
    color: #FFF!important;
    background: url(refresh.png) no-repeat;
    border: 0 solid;
    outline: none!important;
}

select.form-control {
    color: #a3a4a4!important;
    font-size: 13px;
}
.form-control:focus {
  box-shadow: 0 1px 0 0 #026b99;
}

#contact_form input[type=submit] {
    background: #f29603;
    padding: 12px 25px;
    color: #fff;
    border:0;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;}
#contact_form input:hover[type="submit"]{color: #fff;background:#005c9d;}
#contact_form .txtcaptcha {
    background: rgba(255,255,255,0.8);
    border: 1px solid #abaaaa !important;
    display: inline-block;
    color: #abaaaa;
    text-shadow: 1px 1px 1px #fff;
    text-align: center;
    font-weight: 700;
    border: none;
    font-size: 25px;
    padding: 5px 10px;
    font-family: 'Oswald',sans-serif;
    margin-bottom: 5px;
    border-radius: 5px;
}
#contact_form .pref {
    display: inline-block;
    font-size: 12px;
    color: #b1b0b0;
}


.effect-1, 
.effect-2, 
.effect-3{border: 0; padding: 7px 0; border-bottom: 1px solid #ccc;}

.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #3399FF; transition: 0.4s;}
.effect-1:focus ~ .focus-border{width: 100%; transition: 0.4s;}