.typeahead,
.tt-query,
.tt-hint {
    /*
width: 396px;
  height: 30px;

    width: 100%;
  padding: 8px 12px;

  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
    */
}

.cc-header-srch.input-group .form-control {
    width: 187px;
}

@media screen and (min-width: 768px) {
    .cc-header-srch.input-group .form-control {
        width: 196px;
    }
}

@media screen and (min-width: 992px) {
    .cc-header-srch.input-group .form-control {
        width: 304px;
    }
}

.typeahead {
    /*
  background-color: #000;
    */
}

.typeahead:focus {
    /*border: 2px solid #0097cf;*/
}

.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: rgba(0, 0, 0, 0.4);
}

.tt-menu {
    width: 350px;
    margin: 12px 0;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
}

.cc-header-transparent .cc-header-tools .tt-menu a,
.cc-header-tools .tt-menu a {
    color: #000;
}

h3.cc-qs-group {
    font-size: 1.3rem;
}

.tt-empty-message,
.tt-suggestion {
    font-size: 1.1rem;
    line-height: 1.2rem;
    padding: 3px 20px;
}

.tt-suggestion:hover,
.tt-suggestion:active,
.tt-suggestion:focus {
    cursor: pointer;
    color: #fff;
    background-color: rgb(0, 0, 0);
}

.cc-header-tools .tt-menu .tt-suggestion:hover a,
.cc-header-tools .tt-menu .tt-suggestion:active a,
.cc-header-tools .tt-menu .tt-suggestion:focus a,
.tt-cursor a {
    color: #fff !important;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: rgb(0, 0, 0);
}

.tt-suggestion p {
    margin: 0;
}
