.region-navigation {
  position: relative;
  float: left;
  max-width: 80%;
}
/* .navbar > .container > .navbar-collapse {
  width: 100%;
} */

.navbar > .container > .navbar-collapse:after,
.navbar > .container > .navbar-collapse:before {
  display: table;
  content: " ";
}
.navbar > .container > .navbar-collapse:after {
  clear: both;
}
#search-block-form--2 .form-submit {
  height: 34px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#search-block-form .input-group input.form-control::-webkit-input-placeholder {
  display: none;
}
#search-block-form .input-group input.form-control::-moz-placeholder {
  display: none;
}
#search-block-form .input-group {
  min-width: 34px;
  height: 34px;
  overflow: hidden;
  transition: width 0.5s;
  backface-visibility: hidden;
}

#search-block-form input[type="text"].form-control {
  -webkit-appearence: none;
  -webkit-border-radius: 0;
  line-height: 34px;
}
#search-block-form .input-group-btn {
  font-size: inherit;
  height: 34px;
}
#search-block-form .form-submit,
#search-block-form .search-label {
  width: 34px;
  height: 34px;
  text-align: center;
  cursor: pointer;
  line-height: 34px;
}
#search-block-form .form-submit .glyphicon {
  color: #FFF;
  text-align: center;
}
#search-block-form .search-label {
  display: none;
}
#search-block-form .input-group.sb-search-open {
  width: 100%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;

}
#search-block-form .input-group.sb-search-open .search-label {
  background-color: #fcb913;
  border-color: #fcb913;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  z-index: 11;
  transition: background-color 0.5s;
}
#search-block-form .input-group.sb-search-open .form-submit {
  z-index: 90;
}

/* JAN JAN JAN */

#block-iwh-boots-search .form-control { border: 2px solid #fcb913; background-color: #fcb913; font-size: 17px; font-weight: bold; color: #000; box-shadow: none; }
#block-iwh-boots-search input::placeholder { color: #fff; }

#block-iwh-boots-search .sb-search-error { background-color: #ff5018; }

@media (min-width: 992px) {
  .region-navigation {
    float: none;
  }
  #block-iwh-boots-search {
    position: absolute;
    right: 0;
    z-index: 100000;
    top: 4px;
  }
  #block-secondarynavigation-wd-screen {
    margin-right: 0px;
  }

  #block-useraccountmenudesktop {
    margin-right: 26px;
  }

  #search-block-form .input-group .form-control:first-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    display: block;
  }

  #search-block-form .input-group {
    display: block;
    position: relative;
    margin-left: auto;
    width: 0;
  }

  #search-block-form .input-group .form-control {
    padding: 6px 10px 5px 10px;
    border-radius: 2px;
  }

  #search-block-form .input-group-btn {
    width: auto;
    position: static;
    display: block;
  }
  #search-block-form .form-submit,
  #search-block-form .search-label {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    background: white;
  }
  #search-block-form .form-submit {
    background:#fff; /*stupid IE*/
    opacity: 0;
    border: none;
    outline: none;
    z-index:-1;
  }
  #search-block-form .form-submit .glyphicon {
    color: inherit;
    display: none;
  }
  #search-block-form .search-label {
    display: block;
    z-index: 90;
    background-color: #fff;
    color: #0068b3;
    border: none;
  }
}
