.form-group {
    position: relative;
}
.form-group .typeahead {
    width: 100%;
}

.form-group .twitter-typeahead {
    width: 100%;
}
.tt-menu {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    margin-top: 6px;
    border-radius: 4px;
    border: 5px solid transparent;
    box-shadow: 0 0 1px #444;
    background-color: #fff;
}
.tt-dataset {
    margin-top: 20px;
}
.tt-dataset:first-child {
    margin-top: 10px;
}
.tt-dataset h3 {
    padding: 0 10px;
    margin-top: 0;
}
.tt-suggestion.tt-selectable {
    cursor: pointer;
    padding: 5px 10px;
}
.tt-suggestion.tt-selectable:hover {
    color: #fff;
    background-color: #337ab7;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #337ab7;
}

.destination-field .tt-suggestion small {
    position: absolute;
    right: 0;
    color: #aaa;
    line-height: 20px;
}
.destination-field .tt-suggestion small strong {
    font-weight: normal;
}

iframe {
    width: 100%;
    border: none;
    margin-top: 20px;
}

.persons-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 101;
    width: 100%;
    margin-top: 6px;
    border-radius: 4px;
    border: 5px solid transparent;
    /*box-shadow: 0 0 1px #444;*/
    background-color: #fff;
}

.persons-input {
    /*height: 30px;
    line-height: 20px;
    padding: 5px;
    font-size: 16px;*/
}

.persons-input:not(:first-child) {
    /*border-top: 1px solid #ccc;*/
}

.persons-slider {
    margin: 20px 10px;
}

.persons-slider .slider {
    width: calc(100% - 70px);
    float: right;
}

.slider-handle {
    cursor: pointer;
}

/*#persons-adults {
    position: absolute;
    top: 28px;
    right: 5px;
}

#persons-adults > span, #persons-adults > i {
    display: none;
}*/