* {
  margin: 0;
  padding: 0;
}
body {
  color: #FDBB5A;
  font-size: 29px;
}
body a {
  color: #FDBB5A;
  text-decoration: none;
}
body .body-content {
  position: relative;
}
body .body-content p {
  margin: 0;
}
body #map-cont {
  position: relative;
  width: 100%;
  height: 900px;
}
body #map-cont #map {
  position: absolute;
  bottom: 0;
  height: 900px;
  width: 100%;
  min-width: 900px;
}
@media only screen and (min-width: 600px) {
  .icon {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .icon {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .slicknav_menu {
    display: none;
  }
  div #teksts {
    margin: 0px;
  }
  div #teksts table {
    width: auto;
    max-width: 99%;
  }
  div #teksts form {
    font-size: 14px;
  }
  div #teksts form .form_field_wrap label,
  div #teksts form .form_field_wrap input {
    font-size: 14px;
    width: auto;
  }
  div #teksts p {
    margin: 10px;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.4em;
    color: #333;
    text-align: left;
  }
}
