main section.title {
  background-color: #44AF35;
  width: 100%;
  padding: 8px 10px 6px 10px;

}

main section.title h2 {
  font-size: 15px;
  color: white;
  line-height: 15px;
  position: relative;
  padding-left: 18px;


}

main section.title h2:before {
  position: absolute;
  content: "";
  background-image: url(../img/heart.png);
  left: 0;
  height: 16px;
  width: 13px;
  background-size: 100% 100%;
  display: block;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  font-size: 0;

}


main div.content {
  padding: 13px 10px 30px 10px;
  background-color: #FDF9D9;
}

main div.content div {
  border-bottom: 1px dashed #C8C8C8;
  padding-bottom: 10px;

}

main div#address {
  padding: 16px 9px 23px 14px;
}

main div#address p {
  margin-top: 0;
}

main div.content p {
  font-size: 13px;
  color: #595758;
  margin-top: 15px;
}

main div.map {
  padding: 6px 15px 30px 15px;
  background-color: #FDF9D9;
}


main div.map #gMaps {
  font-size: 14px;
  color: #fff;
  background: #C8421B;
  display: block;
  text-align: center;
  padding: 17px 36px;
  border: 2px solid #C8421B;
  margin: 30px 40px;
  border-radius: 3px;
  line-height: 14px;
}

main div.map h2:nth-of-type(1) {
  border-top: 1px dashed #C8C8C8;
  padding-top: 20px;

}

main div.map h2 {
  font-size: 14px;
  line-height: 14px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
  padding-top: 20px;

}

main div.map h2:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: #C8421B;
  top: 18px;
  bottom: 0;
  margin: auto;
  left: 0;
}


main div.map p.bullet {
  font-size: 12px;
  margin-bottom: 17px;
  line-height: 12px;
}

main div.map p {
  font-size: 13px;
  color: #595758;
  margin-bottom: 15px;
}

main div.map p:nth-last-of-type(1) {
  margin-bottom: 0;
}
div.banner {
  position: relative;
}

div.banner div {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 13px;
  margin: auto;
  width: 150px;
  height: 92px;
}

div.banner div h1 {
  font-size: 20px;
}

div.banner div p {
  font-family: "Calibri";
  font-size: 15px;
  color: #E4B900;
}

.tmap_message{
  list-style: disc;
  font-size: 13px;
  margin: 20px auto 0 auto;
  width: 90%;
}
.tmap_message li{
  margin-bottom: 5px;
}
