.bg-holder .tagline {
    z-index: 999;
    margin-top: 50px;
    font-size: 40px;
}

#search-typeahead-container .input-icon {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 24px;
    color: orange;
}
#search-typeahead-container .input-icon.fa-building {
    color: yellow;
}
#search-typeahead-container .input-icon.fa-heart {
    color: red;
}

#booking-details{
    width: 90%;
    max-width: 970px;
    margin: auto;
}

#booking-details .typeahead-search {
    height: 49px;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    padding-left: 30px;
    margin-bottom: 10px;
}

#booking-details .travel-dates input {
    height: 49px;
    line-height: normal;
    padding: 12px 10px 10px 38px;
    font-size: 16px;
    border-radius: 4px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    border: 1px solid #eee;
}

#booking-details .travel-rooms input {
    height: 49px;
    line-height: normal;
    padding: 12px 10px 10px 30px;
    font-size: 14px;
    border-radius: 4px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    border: 1px solid #eee;
}

.index-booking-panel1 {
    position: absolute;
    top: 220px;
    margin: auto 0;
    z-index: 9999;
    width: 100%;
}
/*
.btn-reset-booking-panel {

}
*/
.tt-menu .tt-suggestion:hover .fa-heart {
    color: #fff;
}
.tt-menu .tt-suggestion .fa-heart {
    color: red;
}
.tt-menu .tt-suggestion:hover .fa-map-marker {
    color: #fff;
    top: 6px;
}
#booking-details input.txt-child-age {
    padding: 10px !important;
    width: 45px;
}
#booking-details input.txt-child-age:last-child {
    margin-right: 0;
}

#booking-details .btn-booking-submit {
    width: 100%;
    height: 46px;
    line-height: 32px;
    border-radius: 5px;
}

#booking-details .form-control,
#booking-details .btn-booking-submit {
    min-height: 48px;
}

#booking-details .input-icon {
    line-height: 1;
}

.typeahead-search input:hover,
#booking-details .travel-dates input:hover,
#booking-details .travel-dates input:active {
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    display: block;
    border: 1px solid gold;
}

.typeahead-search input:active,
#booking-details .travel-dates input:active {
    -webkit-transition: border 0.3s ease-in;
    transition: border 0.3s ease-in-out;
    border: 1px solid orange;
}

.booking-details .form-group {
    padding-left: 0;
}

.txt-child-age {
    width: 50px;
    float: left;
    padding-left: 4px !important;
    margin-right: 6px;
    display: none;
    opacity: 0;
    padding: 20px 2px !important;
    width: 22px;
}
.booking-details input{
    color: #888;
}
.booking-details input:active,
.booking-details input.active {
    color: #fff;
}
#child-ages-container {
    display: none;
}
#ages-titles {
    float: left;
    display: none;
    border-radius: 4px;
    color: #fff;
    padding: 0 10px;
    line-height: 49px;
    background-color: #fff;
    color: #666;
    margin-right: 10px;
    font-weight: bold;
}
.booking-details input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #888;
}
.booking-details input::-moz-placeholder { /* Firefox 19+ */
    color: #888;
}
.booking-details input:-ms-input-placeholder { /* IE 10+ */
    color: #888;
}
.booking-details input:-moz-placeholder { /* Firefox 18- */
    color: #888;
}

#search-typeahead-container .tt-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
#search-typeahead-container .tt-input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
#search-typeahead-container .tt-input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
#search-typeahead-container .tt-input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.booking-details .dropdown-menu {
    width: 100%;
    min-width: 0;
    padding: 10px;
    text-align: left;
    background: rgba(255,255,255,0.9);
    color: #000;
}
.booking-details .dropdown-menu > li:hover,
.booking-details .dropdown-menu > li:focus {
    text-decoration: none;
    color: #fff;
    background-color: #444;
}

.booking-details  .dropdown-menu > li  {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    cursor: pointer;
    min-width: 0;
    width: auto;
    padding: 3px 10px;
}
.floating-title {
    position: absolute;
    top: -48px;
    color: #fff;
    background-color: #fff;
    color: #444;
    width: 140px;
    text-align: center;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 13px;
    opacity: 0;
}
.floating-title .fa-caret-down {
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 100%;
    margin-top: -5px;
    color: #fff;
}

