.search-control {
  width: 100%;
  height: 50px !important;
  font-size: 26px !important;
  line-height: 40px !important;
  border-right: 0px !important;
}

#searchForm .dropdown-menu, #searchFormMobile .dropdown-menu {
  background: #121e2a !important;
}

.search-addon {
  height: 50px !important;
  background: #ffffff !important;
  float: none!important;
  margin-left: 0!important;
  width: 8.510638295% !important;
  border-left: 0px !important;
}

.search-addon span{
  border-left: 1px solid;
  border-color: #182a39;
  height: 20px;
  margin-left: 0px;
  float: left;
}

.search-addon i{
  margin-left: -45px;
  margin-top: 2px;
}

#searchInputWrapper  .icon-remove-sign{
  position: absolute;
  right: 110px;
  top: 16px;
  margin-left: 20px;
  z-index: 1000;
  display: none;
}

.search-tabs {
  margin-top: 40px;
}

.search-tabs li a{
  font-weight: normal;
}

#searchInputWrapper {
  width: 100%;
  position: relative;
}

.search-category-holder{
  float: right;
}

.search-suggestion {
  font-size: 18px;
  color: #a42c2c;
}

.search-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  overflow: visible !important;
  width: 280px;
  padding: 0px !important;
}

.top-indicator{
  height: 10px;
  width: 18px !important;
  display: block;
  position: absolute;
  top: -10px;
  left: 12px;
  background: url('../../images/search-indicator.png');
  padding-right: 0px !important;
  padding-top: 0px !important;
  border: 0px !important;
}

.search-header .item {
  width: 260px;
  margin-left: 10px;
  margin-right: 10px;
}

.search-header .item a{
  font-weight: bold !important;
  padding: 5px 0px 10px 5px !important;
}

.search-header .header {
  width: 265px;
  clear: both;
  color: #9d9d9d;
  font-weight: bold;
  text-align: left;
  padding-right: 15px;
  padding-top: 5px;
  margin-top: 10px;
  margin-left: 15px;
}

.search-bottom {
  border-bottom: 1px solid #182a39;
}

.search-header .blue {
  color: #0062c0;
}

.search-header .active span {
  color: #ffffff !important;
}

.search-header .no_results {
  padding: 10px;
}

.search-header .results {
  width: 260px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.search-header .results a {
  color: #0062c0 !important;
  font-weight: bold;
  padding: 15px;
  padding: 20px 0px 20px 20px !important;
}

.search-header a {
  color: #ffffff !important;
}

.search-header .active a {
  color: #ffffff !important;
}

.search-header a:hover {
  background-color: #0062C0 !important;
  color: #ffffff !important;
}

.search-header .typeahead_primary{
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-header img {
    float: left;
    height: 30px;
    margin-right: 10px;
    margin-top: 7px;
    width: 53px;
}

@media (min-width: 100px) and (max-width: 480px) {
    .search-header {
      width: 100%;
      margin: 0px !important;
    }
    .search-header .results {
      width: 100%;
      margin: 0px !important;
    }
    .search-header .header {
      width: 100%;
      margin: 0px !important;
      border: 0px;
    }
    .search-header .item {
      width: 100%;
      margin: 0px !important;
    }
    .extra-small-resolution-navbar-search li{
      border: 0px;
    }
    .search-header .active span {
      color: #ffffff !important;
    }
    .search-header .active a {
      color: #ffffff !important;
      background-color: #0061C0 !important;
    }
}

/*
@media (max-width:1000px){
  .search-addon i{
    margin-left: -15px;
  }
  .icon-remove-sign{
    right: 95px;
  }
}

@media (max-width:800px){
  .icon-remove-sign{
    right: 75px;
  }
}

@media (max-width: 767px){
  .search-control {
    width: 91.4894% !important;
  }
  .icon-remove-sign{
    right: 55px;
  }
}

@media (max-width: 555px){
  .search-addon i{
    margin-left: -5px;
  }
  .icon-remove-sign{
    right: 35px;
  }
}

@media (max-width: 450px){
  .search-addon i{
    margin-left: 0px;
  }
  .icon-remove-sign{
    right: 25px;
  }
  .search-header .header {
    margin-left: 8px;
  }
}

@media (max-width: 980px){
  .search-header {
    width: 100%;
  }
  .search-header .item {
    width: 80%;
  }
  .search-header .header {
    width: 17.5%;
  }
  .search-header .results {
    width: 80%;
  }
}

@media (max-width: 680px){
  .search-header .item {
    width: 75%;
  }
  .search-header .header {
    width: 17.5%;
  }
  .search-header .results {
    width: 75%;
  }
}
*/