footer .copyright {
  float: left;

  display: inline-block;
  padding: 5px 14px;
  position: relative;

  font-size: 14px;
  font-weight: 300;
}

.header-area img {
  display: none;
}

.header-area .searchContainer {
  position: absolute;
  top: 60px;
  right: 0;
  width: auto;
}

.header-area button.seach-icons:hover {
  cursor: pointer;
}

.header-area .searchContainer .sb-search-input {
  background: #fff;
  border: none;
  color: #919599;
  height: 40px;
  margin-top: 1px;
  padding: 5px 15px;
}

.header-area .searchContainer .sb-search-submit {
  background: #fff;
  border: none;
  color: #919599;
  width: 50px;
  height: 40px;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .header-area img {
    display: block;
    margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }

  .header-area {
    background: none !important;
    position: relative;
  }

  .header-area .header-wrapper {
    height: auto;
  }

  .header-area .bun {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
