.search-control {
  width: 100%;
  height: 50px !important;
  font-size: 26px !important;
  line-height: 40px !important;  
  padding: 4px 30px 6px 40px !important;
}

.search-addon {
  height: 50px !important;
  background: #fff !important;
  float: none!important;
  margin-left: 0!important;
  width: 8.510638295% !important;
  border-left: 0px !important;
  border-radius: 0px 5px 5px 0px !important;
}
.input-control{
  position: relative;
}
.big-search-icon{
  left:15px;
  position: absolute;
  top:15px;
  font-size: 18px;
}
#removeKeyword{
  position: absolute;
  right:10px;
  top:18px;
}
.search-addon span{
  border-left: 1px solid;
  border-color: #ccc;
  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: 300px;
  padding: 0px !important;
}
@media (max-width: 979px) {
}


.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 {
  float: right;
  width: 214px;
  border-left: 1px solid #cccccc;
}

.search-header .item a{
  font-weight: bold !important;
  padding: 10px 0px 10px 10px !important;
}

.search-header .header {
  float: left;
  width: 80px;
  clear: both;
  color: #9d9d9d;
  font-weight: bold;
  text-align: right;
  padding-top: 5px;
  padding-right: 5px;
  margin-top: 10px;
}

.search-bottom {
  border-bottom: 1px solid #cccccc;
}

.search-header .blue {
  color: #0062c0;
}

.search-header .active span {
  color: #ffffff !important;
}

.search-header .no_results {
  padding: 10px;
}

.search-header .results {
  float: right;
  width: 214px;
  border-left: 1px solid #cccccc;
}

.search-header .results a {
  color: #0062c0 !important;
  font-weight: bold;
  padding: 15px;
  padding: 20px 0px 20px 20px !important;
}

.search-header a {
  color: #333333 !important;
}

.search-header .active a {
  color: #ffffff !important;
}

.search-header a:hover, .search-header .active a {
  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 (max-width:1000px){
  .search-addon i{
    margin-left: -15px;
  }
  #searchInputWrapper  .icon-remove-sign{
    right: 95px;
  }
}

@media (max-width:800px){
  #searchInputWrapper  .icon-remove-sign{
    right: 75px;
  }
}

@media (max-width: 767px){

  #searchInputWrapper  .icon-remove-sign{
    right: 55px;
  }
}

@media (max-width: 555px){
  .search-addon i{
    margin-left: -5px;
  }
  #searchInputWrapper  .icon-remove-sign{
    right: 35px;
  }
}

@media (max-width: 480px){
  .search-addon i{
    margin-left: 0px;
  }
  #searchInputWrapper  .icon-remove-sign{
    right: 25px;
  }
  .search-header .header {
    margin-left: 8px;
  }
  .search-header {
    width: 100%;
  }
}

@media (max-width: 980px){

  .search-header .item {
    width: 70%;
  }
  .search-header .header {
    width: 25.5%;
  }
  .search-header .results {
    width: 70%;
  }
}

@media (max-width: 680px){
  .search-header .item {
    width: 70%;
  }
  .search-header .header {
    width: 25.5%;
  }
  .search-header .results {
    width: 70%;
  }
}