@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background:#eeeeee;
}
body { background: #eeeeee url(001.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#map_canvas {
	
  height: 100%;
	width:66.6%;
	display:none;
}

#side_bar {
  width: 100%;
  height:100%;
  padding: 5px;
  margin: 0 auto;
  overflow: auto;
}


.centered{float:none;margin-left:auto;margin-right:auto}
.center{text-align:center}.hidden{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.
input{line-height:normal}
* input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}*{-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}

/* form style */
.form-style{
	max-width: 95%;
	padding: 10px 30px 10px 10px;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 10px auto;
	background: #FFFFFF;
	border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style label > span{
    width: 100px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    width: 10%;
}
.form-style  .long{
    width: 40%;
}
.form-style input.input-field{
    width: 75%;
   
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style .select-field { background: url(caret.png) right 3px center no-repeat; padding: 10px;}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,  
.form-style .select-field:focus{
    border: 1px solid #0C0;
}
.form-style .textarea-field{
    height:100px;
    width: 55%;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #216288;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}
.form-style .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.form-style .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}
      #search-panel {
        position: relative;
        top: 5px;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
		width: 50%;
		margin: 0 auto;
      }
      #target {
        width: 95%;
      }
	  .left_side { width: 100%; height: auto; padding-top: 20%;}
	#phone1 { float: left; }
	#phone2 { float: left; margin-left: 5px; }
	input,textarea{display:block;padding:15px;width:100%;outline:0;border:0;-webkit-appearance:none;-ms-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none}input:focus,textarea:focus{transition:0.3s}button{outline:0}select{background:url("../img/caret.png") no-repeat;background-size:10px;background-position:100% 50%;-webkit-appearance:none;-ms-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none}select::-ms-expand{display:none}
  .radio_group { display: inline-block; }
  input[type="radio"] {
    display:inline-block;
}
#search_title { text-align:center; font-size: 36px; color: #ffffff; }
#submit_btn { width: 100px; border-radius: 5px; }
#right_side { height: 100%; }
.clear { clear:both; }

@media all and (max-width:1024px){
	.left_side { width: 100% !important; height: auto; float: none !important; }
	#map_canvas { position: relative; width: 100% !important; margin: 0 auto !important;}
@media all and (min-width: 700px) and (max-width: 1024px){...}
@media all and (min-width: 1025px) and (max-width: 1399px){...}
@media all and (min-width: 1400px){...}
@media print {
  html, body {
    height: auto;
  }

  #map_canvas {
    height: 100%;
  }

}
