#map-canvas {
  height: 350px; }
  @media only screen and (max-width: 400px) {
    #map-canvas {
      display: none; } }

.gm-style {
  font-size: 1em !important;
  font-family: inherit !important; }

.custom_infobox {
  position: relative;
  width: 0;
  height: 0; }
  .custom_infobox .content {
    background: #f15e22;
    padding: 5px 13px;
    position: absolute;
    bottom: 13px;
    left: 3px;
    color: #fff;
    text-align: center;
    min-width: 15px;
    white-space: nowrap;
    z-index: 100 !important;
    -webkit-font-smoothing: subpixel-antialiased !important; }
    .custom_infobox .content:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(17, 209, 15, 0);
      border-top-color: #f15e22;
      border-width: 8px;
      margin-left: -8px; }

.csstransforms .custom_infobox .content {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.custom_infobox .marker {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  background: #231f20;
  position: absolute;
  top: -4px;
  left: -4px; }

#contact > div {
  float: left;
  width: 48.163265306122%;
  margin-left: 3.673469387755%; }
  #contact > div:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 790px) {
    #contact > div {
      width: 100%;
      margin: 0; } }
#contact .inputs {
  margin-bottom: 6px; }
  #contact .inputs:before, #contact .inputs:after {
    content: "";
    display: table; }
  #contact .inputs:after {
    clear: both; }
  #contact .inputs {
    *zoom: 1; }
  #contact .inputs .input {
    width: 47.835497836%;
    float: left;
    margin-left: 4.329004328%; }
    #contact .inputs .input:first-child {
      margin-left: 0; }
    @media only screen and (max-width: 400px) {
      #contact .inputs .input {
        width: 100%;
        margin: 0;
        margin-bottom: 10px; } }
#contact label {
  display: block; }
#contact input[type="text"], #contact input[type="tel"], #contact input[type="email"], #contact textarea {
  width: 100%;
  outline: none;
  border: 1px solid #dbdbdb;
  padding: 5px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #contact input[type="text"]:focus, #contact input[type="tel"]:focus, #contact input[type="email"]:focus, #contact textarea:focus {
    box-shadow: 0 0 1px 1px #b4afb1; }
#contact textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 120px;
  margin-bottom: 10px; }
#contact input[type="submit"] {
  float: right;
  padding: 5px 10px;
  background: #f15e22;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer; }
