#map{
   min-height:480px;
   width: 100%;
   max-width: 480px;
   margin-bottom: 40px;
   }






.clear{
   clear: both;
   }

.form_box{
   font-family: Corbel, arial;
   font-size: 13px;
   color: #333333;
   width: 320px;
   margin: 0 auto 20px auto;
   float:left;
   display: inline;
}

.field_row{clear:both; margin-bottom:6px}
.field_row br {
   display: none;
}
.field_row label{float: left; width:80px; display:block; margin-right: 10px; margin-bottom:5px;}
.field_row input[type="email"],
.field_row input[type="tel"],
.field_row input[type="text"],
.field_row input[type="password"],
.field_row select {
   float:left;
   display: inline;
   width:220px;
   height:20px;
   border:solid 1px #999;
   margin-bottom:10px;
}
.field_row textarea{float:left; display: inline; width:220px; height: 42px !important; border:solid 1px #999;}

.form_box .actions{ padding-top: 10px; padding-left: 200px;}

.form_box .actions input[type="submit"]{
   background-color: #f8a41a;

   color: white;
   font-weight: normal;
   border: none;
   padding: 5px 10px;
   font-size: 13px;
}

.form_box .actions input[type="submit"]:hover{
   background-color: #8fcdf0;
   color: black;
   box-shadow: -1px -1px 1px #333333;
   }

.form_box .error_message{color:red;margin:0 0 3px 0;}

.captcha-field{
   padding-top: 20px;
   }


.claim{
   padding: 10px 0;
   clear: both;
}

.company_info{
   border-right: 1px solid #999999;
   margin-bottom: 40px;
   }





@media only screen and  (max-width : 767px) {

   #map{
       min-height:480px;
       width: 100%;
       max-width: 100%;
       }

   .company_info{
       border-right: none;
       }

   }

/* contact-form-7 */

.field_row [role=alert] {
   display: none;
}

.field_row .wpcf7-not-valid {
   border-color: red !important;
}

form > .actions + .wpcf7-validation-errors {
   display: none;
}
.wpcf7[role=form] .screen-reader-response {
   color: red;
   margin-bottom: 10px;
}
.wpcf7[role=form] .screen-reader-response ul {
   display: none !important;
}