.btn-search {
    margin-top: 25px;
    border: none;
    padding: 7px 13px;
    color: #fff;
    height: 100%;
    font-weight: 600;
    -moz-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;
}

.right-inner-addon i {
    font-size: 16px;
    padding: 10px 12px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 2px;
}

.form-control, .btn {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.content {
    position: relative;
    height: 500px;
}

.fa-margin {
    margin-right: 5px;
}

h1 {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
    font-size: 60px;
}

.content.no-image h1
{
    position: relative;
    top: 0;
    margin-bottom: 30px;
    font-size: 40px;
}

.content.no-image .form-wrapper
{
    position: unset;
}

.form-control {
    background-color: #ffffff !important;
}

.form-wrapper {
    position: absolute;
    bottom: 0;
    padding: 0 30px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.form-inline {
    margin: 30px 0;
}

.input-lg {
    font-size: 16px;
    height: 40px;
}

.btn-lg {
    padding-top: 9px;
    padding-bottom: 9px;
}

.form-group label {
    display: block;
    text-align: left;
    color: #ffffff;
    cursor: pointer;
}

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    height: 30px;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857;
    border: 2px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857;
    text-align: left;
}

.tt-suggestion:hover {
    background-color: #F5F5F5;
}

.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead {
    display: block !important;
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
        position: unset;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .form-wrapper {
        position: unset;
    }
}