/* TRANVERS */
/* #search_container{
    height: 565px;
}

#search_container.little{
    height: 360px!important;
} */

.select2-container{
    width: 100%!important;
}

#search_container{
    height: fit-content;
}

#search{
    padding-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0dbdb;
}

#search .tab-content{
    width: fit-content;
    margin-bottom: 12px;
}

header {
    background-color: #fff;
}

#search_container{
    background-color: #e0dbdb;
}

/* REVOLUTION SLIDER */
.tp-caption.news-Title,
.news-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 60px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-caption.news-Title:hover,
.news-Title:hover {
    border: 1px solid #FFF;
}

.tp-caption.news-Subtitle,
.news-Subtitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px
}

.hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute
}

.hermes .tp-bullet:hover {
    background-color: rgba(0, 0, 0, 0.21)
}

.hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 1px rgb(255, 255, 255);
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease
}

.hermes .tp-bullet.selected:after {
    height: 100%
}

.tp-main-title{
    padding: 10px!important;
    border-radius: 4px!important;
}

.slotholder{
    border-left: 3px solid;
    border-right: 3px solid;
}

/* Category slider */
.owl-item .item > a {
    color: grey;
}

.owl-item .item > a i{
    font-size:20px;
}

.owl-item .item > a:hover{
    color: rgb(0, 0, 0, 0.9);
}

.building-category-name{
    font-size: 13px;
}
.fixPrice{
    float: right;
    display: inline-block;
}