  .partner-search-box {
    margin: 10px 0 0 0;
  }

  .partner-search-box label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 16px;
  }

  .partner-search-box input[type]:not([type=radio]):not([type=checkbox]):not([type=hidden])) {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
  }

  .partner-search-box select,
  .partner-search-box input[type]:not([type=radio]):not([type=checkbox]):not([type=hidden]) {
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;

    background-color: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin: 9px 0 0 0;
    max-width: 100%;
    outline: none;
    padding: 12px;
    width: 100%;
  }

  .partner-search-box .search-box-location {
    float: left;
    margin: 10px 0 0 0;
    width: 70%;
  }

  .partner-search-box .search-box-location input[type]:not([type=radio]):not([type=checkbox]):not([type=hidden]) {
    border-radius: 3px 0 0 3px;
    border-right: none;
  }

  .partner-search-box .search-box-radius {
    float: right;
    margin: 19px 0 0 0;
    width: 30%;
  }
  .partner-search-box .search-box-radius label{
    color: transparent;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
  }
  .partner-search-box .search-box-radius input[type]:not([type=radio]):not([type=checkbox]):not([type=hidden]) {
    border-radius: 0 3px 3px 0;
    border-left: none;
  }

  .partner-search-box .input-wrapper.search-box-radius input[type]:not([type=radio]):not([type=checkbox]):not([type=hidden]) {
    margin: 0;
  }

  .partner-search-box .selection {
    float: left;
    margin: 15px 0 0 0;
    width: 60%;
  }

  .partner-search-box select {
    cursor: pointer;
    padding: 0 12px;
    width: 100%;
  }

  .input-wrapper ::-webkit-input-placeholder {
    color: #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
  }
  .input-wrapper ::-moz-placeholder { /* firefox 19+ */
    color: #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    opacity: 1;
  }
  .input-wrapper :-ms-input-placeholder {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: 18px;
    font-family: Lato, sans-serif;
    color: #cccccc;
  }
  .input-wrapper input:-moz-placeholder {
    color: #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    opacity: 1;
  }


  .partner-search-box button[type="submit"] {
    background: #ff853d;
    border: 1px solid #ff853d;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    float: right;
    font-size: 16px;
    padding: 10px 0;
    width: calc(40% - 10px);
    margin: 42px 0 0 10px;
  }


  .cooperation-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-transform: none;
  }

  .cooperation-label + a {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
  }

  .cooperation-label + a img {
    height: 100%;
    width: auto;
  }

  .search-box-immo-area, .search-box-immo-price, .search-box-immo-room {
    clear: both;
    padding: 15px 0 0 0;
  }
