.item.item-row>a .description p {
    font-size: 12px;
    color: #000;
    /* display: table-cell; */
}

.item.item-row>a .map {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    left: 0 !important;
}

aside.sidebar section ul.sidebar-filter-list {
    list-style-type: none;
    font-size: 12px;
    padding: 0;
}

aside.sidebar section ul.sidebar-filter-list li a.search-filter-list-item {
    bottom: 2px;
    position: relative;
    font-size: 14px;
}

aside.sidebar section ul.sidebar-filter-list li a.search-filter-list-item img {
    border: 1px solid #eee;
}

aside.sidebar section ul.sidebar-filter-list li a span {
    float: right;
    color: #808080;
}

aside.sidebar section ul.sidebar-filter-list li a:hover {
    color: #8B0000;
}

aside.sidebar section ul.sidebar-filter-list li a {
    color: #000000;
}

aside.sidebar section h3 {
    margin-bottom: 10px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #eeeeee !important;
    color: #888 !important;
}

.bs-searchbox .form-control {
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
}

.hero-section {
    height: 500px !important;
}

.main-banner {
    height: 100%;
    /* position: relative;
    background-position: center center;
    background-size: cover;
    overflow: hidden; */
    text-align: center;
    margin: 50px 0;
}

.main-banner h1 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
}

.main-banner p {
    color: #c3c3c3;
    font-weight: 300;
    font-size: 18px;
}

.main-banner form {
    background: #fff;
    padding: 6px;
    border-radius: 10mm;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3);
    margin-top: 40px;
}

.main-banner .form-control {
    height: 50px;
    border-radius: 10mm;
    padding: 15px;
    border: none;
    border-right: 1px solid #eee;
    width: 98%;
}

.main-banner input,
.main-banner select {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
    border-radius: 10mm !important;
    border-right: 1px solid #eee !important;
    color: #495057 !important;
}

.main-banner select.form-control {
    border-radius: 10mm;
    box-shadow: none;
    border-right: 1px solid #eee;
    color: #495057;
    background-color: #ffffff !important;
    line-height: 20px;
}

.main-banner .form-group {
    position: relative;
    margin: 5px;
}

.main-banner .form-group a {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #999;
    transform: translateY(-50%);
    z-index: ;
}

.main-banner .btn {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    /* padding: 10px 35px; */
    font-size: 16px;
    font-weight: 500;
}

.main-banner .btn i {
    margin-right: 4px;
}

.popular-searchs {
    margin-top: 55px;
}

.popular-searchs li {
    display: inline-block;
}

.popular-searchs li a {
    display: inline-block;
    width: 115px;
    height: 100px;
    background: rgba(255, 255, 255, .3);
    padding-top: 11px;
    color: #ffffff;
    font-size: 28px;
    border-radius: 4px;
    border: 5px solid rgba(255, 255, 255, 0.2);
}

.box2 {
    /* -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); */
    /* padding: 20px; */
    position: relative;
    /* background-color: #fafafa; */
}

.popular-searchs li a .box2 span {
    font-size: 16px;
    color: #fff;
    margin-top: 2px;
    font-weight: 600;
    display: block;
}

.popular-searchs li a:hover {
    background: #8B0000;
    border-color: #8B0000;
}

.logo h1,
.logo span {
    text-transform: uppercase;
    text-align: center;
    font-family: Oswald;
    font-weight: 400;
}