
#section-introText {
  height: auto;
}

#section-introText h2 {
  font-variant: small-caps;
  text-transform: lowercase;
  margin-top: 0;
}

#section-map,
#section-mapL, 
#section-mapR {
  overflow: hidden;
}

#section-mapL {
	float: left;
	margin-left: 0.5%;
	width: 49.25%;
}

#section-mapR {
	margin-left: 50.25%;
	margin-right: 0.5%;
	width: 49.25%;
}

.map {
  width: 2048px;
  height: 400px;
  background-color: #CCC;
}

.mapControl {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 37px;
  background: url("../img/ZoomControl.png");
  margin: 8px;
  cursor: pointer;
}

@media all and (max-device-width: 650px) {
  .mapControl {
    width: 46px;
    height: 89px;
    background: url("../img/ZoomControlBig.png");
    margin: 8px;
  }
}

.mapZoomIn {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.mapZoomOut {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
}

.contactBox {
  position: absolute;
  width: 240px;
  height: 78%;  
  left: 18%;
  top: 10%;
  background: rgba(255,255,255,0.94);
  border: 2px solid #a1a1a1;
  border-radius: 6px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

#section-mapR .contactBox {
	left: unset;
	right: 18%;
}

.contactBox .centerVer {
  min-width: 40px;
  max-width: 80%;
  min-height: 24px;
  margin: 2px 2px 2px 10%;
}

.contactBox h3 {
  margin-top: 0px;
  margin-bottom: 36px;
  font-variant: small-caps;
  text-transform: lowercase;
}

.contactBox a {
  display: block;
}

.contactBox .contact-phone {
    margin: 12px 0px 4px;
    padding: 4px 0px 4px 40px;
    background: url("../img/contact-phone.png") no-repeat scroll 9px 2px;
}

.contactBox .contact-mail {    
    margin: 12px 0px 4px;
    padding: 4px 0px 4px 40px;
    background: url("../img/contact-mail.png") no-repeat scroll 7px 5px;
}

.contactBox .contact-addr {
    margin: 12px 0px 4px;
    padding: 4px 0px 4px 40px;
    background: url("../img/contact-addr.png") no-repeat scroll 9px 5px;
}

#section-messageForm {
    height: auto;
}

.inputTextArea {
    min-height: 100px;
    min-width: 100%;
}

.inputTextBox {
    width: 80%;
    max-width: 400px;
}
