/**
*********************
* Search Area
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
@font-face {
  font-family: "Droid Sans";
  src: url("../../../fonts/Droid-Sans/DroidSans.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Droid Sans";
  src: url("../../../fonts/Droid-Sans/DroidSans-Bold.ttf");
  font-weight: 700;
}

/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Breakpoint mixin
********************
**/
/**
*********************
* Colors
********************
**/
.search-form {
  position: absolute;
  z-index: 20;
  top: 0.2rem;
  right: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 0;
  height: 2rem;
}

@media only screen and (min-width: 48rem) {
  .search-form {
    top: 0.5rem;
    right: 0.5rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: auto;
    margin-top: 0;
    font-family: "Droid Sans", sans-serif;
    font-weight: 700;
  }
}

@media only screen and (min-width: 52rem) {
  .search-form {
    top: 7rem;
    right: 0.5rem;
  }
}

@media only screen and (min-width: 62rem) {
  .search-form {
    top: 2.9rem;
    right: -0.7rem;
  }
}

.search-form > .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form > .search-box > .search-form-txt {
  position: relative;
  display: block;
  width: 0;
  margin-left: 0;
  padding: 0.3rem 0;
  border: 0.0625rem solid #cfcfcf;
  border-width: 0 0 0.0625rem 0;
  outline: none;
}

.search-form > .search-box > .search-form-txt::-webkit-input-placeholder {
  color: #cfcfcf;
  font-size: 0.8rem;
  font-weight: bold;
}

.search-form > .search-box > .search-form-txt::-moz-placeholder {
  color: #cfcfcf;
  font-size: 0.8rem;
  font-weight: bold;
}

.search-form > .search-box > .search-form-txt:-ms-input-placeholder {
  color: #cfcfcf;
  font-size: 0.8rem;
  font-weight: bold;
}

.search-form > .search-box > .search-form-txt::-ms-input-placeholder {
  color: #cfcfcf;
  font-size: 0.8rem;
  font-weight: bold;
}

.search-form > .search-box > .search-form-txt::placeholder {
  color: #cfcfcf;
  font-size: 0.8rem;
  font-weight: bold;
}

@media only screen and (min-width: 48rem) {
  .search-form > .search-box > .search-form-txt {
    margin-top: 1rem;
    margin-right: 0.4rem;
    margin-left: 0;
    padding: 0.6rem 0;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

@media only screen and (min-width: 62rem) {
  .search-form > .search-box > .search-form-txt {
    margin-top: 0.2rem;
    margin-right: 0;
    padding: 1rem 0;
  }
}

.search-form > .search-box > .submit-btn {
  position: absolute;
  z-index: 15;
  right: 0;
  width: 1.2rem;
  opacity: 0;
  border: none;
  background: transparent;
}

@media only screen and (min-width: 48rem) {
  .search-form > .search-box > .submit-btn {
    position: unset;
  }
}

.search-form > .search-box > .search-btn {
  position: absolute;
  right: 0;
  margin-top: 0.1rem;
  color: #fff;
  font-size: 1.3rem;
}

@media only screen and (min-width: 48rem) {
  .search-form > .search-box > .search-btn {
    margin-top: 0.6rem;
    color: #0f0f0f;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 62rem) {
  .search-form > .search-box > .search-btn {
    color: #0f0f0f;
  }
}

/*# sourceMappingURL=search.form.css.map */
