html { height: 100%; }
body { height: 100%; }
#map {
  margin-left: 350px;
  height: 100%;
}

#content {
  position: absolute;
  z-index: 1000;
  width: 350px;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  left: 0;
  top: 0;
  bottom: 0;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

#page { position: relative; display: block; margin: 48px 0 0 10px; }
#about { position: absolute; width: 100%; overflow: visible !important; border-top: 10px solid #336699; height: 0; left: 0; right: 0; bottom: 0; background: #fff url(/assets/img/footer-bg.png) no-repeat center 112px; z-index: 9999; }
#cabout { height: 0; overflow: hidden; }
#babout { position: absolute; display: inline-block; font-size: 12px; left: 50%; width: 220px; margin-left: -110px; top: -77px; text-align: center; line-height: 40px; height: 67px; padding-top: 27px; background: transparent url(/assets/img/but-despre.png) no-repeat center bottom; color: #fff; text-transform: uppercase; }
.footitle h1 { font-size: 12px; color: #336699; text-transform: uppercase; text-align: center; margin: 40px 0 300px 0; padding: 0; }
.foo { text-align: center; }
.orange h3 { color: #ff6600; }
.blue h3 { color: #336699; }
.green h3 { color: #33cc33; }

.footer { margin-top: 60px; }
.foocopy { font-size: 12px; }

a.logo { display: inline-block; margin-left: 30px; }
.heading { margin: 60px 40px 0 30px; height: 120px; }

h5.title { padding: 10px 0 10px 20px; margin: 0; line-height: 30px; background-color: #eaeaea; }
h5.title span { font-size: 14px; line-height: 30px; width: 30px; height: 30px; margin-right: 10px; display: inline-block; background-color: #fff; text-align: center; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.step1 .prev-next, .step3 .prev-next { display: none; }
button { display: inline-block; border: 0; margin: 0; padding: 0; text-align: center; color: #fff; width: 50%; height: 40px; line-height: 40px; font-size: 14px; font-weight: 600; background-color: #336699; outline: none; }
button.selector { display: block; width: 100%; height: 100px; padding-left: 30px; text-align: left; font-size: 24px; line-height: 30px; background: #336699 url(/assets/img/arrow-white.png) no-repeat 283px 56px; }
button.groapa { background-color: #ff6600; }
.prev { color: #336699; background-color: #eaeaea; }

p.info { margin: 25px 30px; padding: 0; font-size: 11px; color: #666666; line-height: 15px; }
input.istrada { margin: 0 0 40px 30px; outline: 0; width: 270px; height: 50px; line-height: 20px; padding: 14px 35px 14px 15px; border: 1px solid #b8b8b8; background-image: url(/assets/img/icon-search.png); background-repeat: no-repeat; background-position: 237px 16px; }
input.itext { margin: 0 0 10px 30px; outline: 0; width: 270px; height: 40px; line-height: 20px; padding: 9px 15px 9px 15px; border: 1px solid #b8b8b8; }
input.error { border-color: #ff0000; }
label.error { display: none !important; }












