/* CSS Document */

#main #form label {
display: inline !important;
}
#main  #form .fscf-div-field-left {
text-align: center;margin: 0 auto; width:100%;
}
#form{text-align:center;}

 #sidebar li #menu-localities li {
    margin: 0;
}

#contact-form h2{font-weight:800;color:#A90329;text-shadow: 0 0 1px #ffffff, 0 0 7px #FFFFFF, 0 0 15px #FFFFFF, 0 0 45px #FFFFFF;}                               @media(max-width:400px) {
#form .fscf-input-text,#form  .fscf-input-textarea,#form .fscf-div-label{width:70%;}
}

#badge{

background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 66%, rgba(255,255,255,0) 67%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(66%,rgba(255,255,255,0)), color-stop(67%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 67%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 67%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 67%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 67%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

