/*contact form*/

select,textarea, input[type="text"], input[type="password"], 
input[type="datetime"], input[type="datetime-local"], 
input[type="date"], input[type="month"], input[type="time"], 
input[type="week"], input[type="number"], input[type="email"], 
input[type="url"], input[type="search"], input[type="tel"], 
input[type="color"], .uneditable-input { display: inline-block !important; }

.bfQuickMode .controls .control-label {width:30%!important;}

@media(max-width:767px){.bfPage .row-fluid .span6 {width:100%!important;} }

.form-inline .radio input[type="radio"] {position: relative;top: 2px;}

.form-actions {  background-color: rgba(245, 245, 245, 0); border-top: 1px solid rgba(229, 229, 229, 0); }

.bfCalendar i.icon-calendar:before { content: "\f073"; font-family: FontAwesome;}

.calendar table { width: 100%;}

.bfQuickMode label { text-align: left !important; display: block; font-size: 16px; }

.bfQuickMode textarea { height: 120px !important; }

.g-recaptcha-response { display: none !important; }
/*end contact form*/

/*google map*/

input#saddr { height: 30px !important; margin-top: 10px; border: 1px solid #ececec}

.mapdirform input.button { margin-top: 15px !important; padding: 4px 8px; background-color: transparent; border: 2px solid;  color: black; font-weight: 500; -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms; }

.mapdirform input.button:hover {  color: #312b71; cursor: pointer; }


/*end of google map*/

