@media only screen and (max-width: 800px) {
    .mob-12 {
      font-size:12px;
    }
  }
  .btn-primary {
    background-color:#29aaff !Important;
    border-color:#29aaff !important;
  }
.tausta {
    background-color: #2299FF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23000' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%232299FF' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23258ff0' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%232786e2' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23287cd4' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%232773c6' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23276ab8' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%232561aa' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%2323599c' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%2321508f' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%231e4882' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%231b4075' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23183869' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%2315305c' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23112850' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%230d2145' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23091a39' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%2306132e' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23020824' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
#map {
  height: 400px;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
@media only screen and (max-width: 800px) {
  .mob-none {
    display:none !important;
  }
}
@media only screen and (min-width: 801px) {
  .desk-none {
    display:none !important;
  }
}