/* Sticky Header */
header {
    background: #fff;
    z-index: 999;
}

header .jumbotron {
    transition: 300ms all;
}

header#stickit.fixed .jumbotron {
    padding: 75px 0 10px;
}

h2, h3 {
    font-weight: bold;
    letter-spacing: 1px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: -1;
}

.jumbotron {
    background-color: #000;
    background-image: url(../img/rehlo/bg-accommodation.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    color: #fff;
    text-align: center;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 568px;
    padding: 10px;
    margin: 0;
}

/* Search */
#search a {
    color: #FFF;
    background: rgba(0,0,0,0.3);
    padding: 0.5rem 1.5rem;
    border: 1px solid #fff;
    transition: 500ms all;
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
    border-radius: 2px;
    font-size: .95rem;
    font-weight: 300;
    display: inline-block;
}

#search a:hover {
    text-decoration: none;
    border-color: #fff;
    background: rgba(0,0,0,0.6);
    border-color: rgba(0,0,0,0.6);
}

#search a.active {
    background: #016EB3;
}

#search .list-inline {
    padding-top: 1.5em;
    padding-bottom: .5em;
    text-align: center;
}

#search .list-inline-item {
    margin-bottom: 1em;
}

#search .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

#search .form-control {
    height: calc(1.8em + .75rem + 2px);
    border-radius: 2px 0 0 2px;
}

#search .form-control:focus {
    border-color: #fff;
    box-shadow: none;
}

#searchbar {
    border-radius: 2px;
    overflow: hidden;
    padding: 10px;
    background: rgba(0, 0, 0, 0.35);
}

@media(max-width:768px) {
    #search .list-inline-item {
        margin-right: .2rem !important;
        margin-left: .2rem;
    }

    #search a {
        width: 200px;
    }

    #search .btn-primary {
        border-radius: 0 0 2px 2px;
    }

    #search .form-control {
        border-radius: 2px 2px 0 0;
    }
}

#secCommunity {
    padding: 4rem;
}

/* Listing */
.home #secListing {
    padding: 4rem 0 5rem;
}

.listing-img {
    z-index: 1;
    position: relative;
    border-radius: 2px;
    height: 245px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list-rating {
    padding: .5rem 0;
    line-height: 1;
    font-size: .8rem;
}

.list-rating span.fa {
    color: #ffb400;
}

.list-rating i {
    margin-left: 1px;
}

.listing-content {
    background: #fff;
    position: relative;
    padding: 5px;
}

.listing-content h4 {
    color: #222;
    padding: 0;
    font-size: 1.1rem;
    margin: .5rem 0 .2rem;
}

.listing-content h4 a {
    color: #222;
    position: relative;
}

.listing-type {
    background: rgba(1, 110, 179, 0.9);
    padding: .1rem .4rem;
    color: #FFF;
    text-transform: uppercase;
    font-size: .8rem;
    display: inline-block;
    border: 1px solid rgba(1, 110, 179, 0.9);
    border-radius: .1rem;
}

/* How it Works */
#secWhy {
    padding: 5rem 0;
    background: url(../img/rehlo/why-choose-us.jpg) bottom center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: rgb(255, 255, 255);
}

#secWhy .container {
    z-index: 2;
}

#secWhy h2 {
    margin-bottom: 2rem;
    z-index: 2;
}

#secWhy .overlay {
    opacity: .3;
}

#secWhy .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.feature {
    margin: 10px 0;
}

.feature-icon {
    float: left;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
}

.feature-info {
    margin-left: 60px;
}
