
/* outstanding */

/* templates/advertisement/macros/photo-detail.html.twig */
.outstanding {
    background-color: #00d0b6;
    color:white;
    position: absolute;
    z-index: 99;
    font-size: 12px;
    padding: 0 10px;
    font-weight: bolder;
}
.outstanding i {
    padding: 5px;
}
.photo-tag {
    position: absolute;
    background-color: #00d0b6;
    color: white;
    font-size: 12px;
    width: 95px;
    height: 20px;
    top: 0;
    text-align: center;
    font-weight: bolder;
}
#property-detail section h2 {
    margin-bottom: 25px;
}
h2 {
    font-size: 24px;
    font-weight: lighter;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 15px;
}
#quick-summary i {
    padding: 5px;
    color: #00d0b6;
}
#property-features ul li {
    color: #3e5463;
    background-color: white;
    font-size: 12px;
    font-weight: bolder;
    display: inline-block;
    margin: 2px;
    padding: 5px;
    border-radius: 5px;
    border: 1px dashed #3e5463;
}
/* owl carousel */
.owl-carousel {
    background: url('../../assets/img/loader/loader.gif') no-repeat center center;
}

/* separator */
.separator {
    margin-top: 10em;
}

/* filter */
#filter-wrapper {
    z-index: 99;
}
.filter-bg {
    background-color: white;
}
#search-filter ul{
    list-style: none;
    text-align: right;
}
#search-filter ul li{
    display: inline-block;
}
#search-filter ul li i{
    padding: 5px;
}
/* map */
.property-detail-map div {
    width:100%;
    height: 350px;
}

/* advertisements sections */
section#advertisements-title h6 i {
    padding: 5px;
}
section#search-filter {
    margin-bottom: 40px;
    padding-top: 10px;
    position: relative;
}
section#search-filter .tag-filter {
    padding: 10px 15px;
    margin-left: 5px;
    border-radius: 5px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #00d0b6;
    color: #666;
}
section#search-filter .tag-filter i{
    cursor: pointer;
    padding: 5px;
}

#search-filter {
    margin-bottom: 40px;
    padding-top: 10px;
    position: relative;
}
#search-filter h3 {
    display: inline-block;
    margin: 0 10px 0 0;
}
#search-filter .sorting {
    position: absolute;
    right: 0;
    top: 0;
}

/* section#line-listing */

section#line-listing .header-title {
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
}
section#line-listing .header-title a:hover {
    text-decoration: none;
}
section#line-listing .address {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section#line-listing article a:hover {
    color: #3e5463;
}
section#line-listing .price {
    font-weight: bolder;
    color: #3e5463;
    padding: 5px 10px;
    font-size: 25px;
    text-align: right;
}
section#line-listing .price::after{
    content: '\20AC';
}
section#line-listing .property .hideAddress{
    border-radius:5px;
    padding: 10px;
    border: none;
    background-color: white;
    cursor: pointer;
}
section#line-listing .property .hideAddress i.fa-eye-slash{
    color: #00d0b6;
    padding: 5px;
}
section#line-listing .padding-top-5em {
    padding-top: 1em;
}

section#line-listing small i,
section#line-listing .features i{
    padding: 5px;
    font-size: 1.2em;
}
section#line-listing .col-4:not(:last-child) {
    border-right: 1px solid lightgray;
}
section#line-listing .features{
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 1em;
    margin: 5px;
    text-align: center;
    font-size: 15px;
}
@media screen and (max-width: 500px) {
    section#line-listing #results {
        margin-top: 6em;
    }
}
/* banner */

.banner {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 2px solid #f3f3f3;
    display: table;
    width: 100%;
    height: 100%;
    padding: 30px;
    margin-bottom: 30px;
}
.banner .title {
    color: #2a2a2a;
    font-size: 24px;
    font-weight: lighter;
    width: 70%;
}
.banner .submit {
    color: #00d0b6;
    font-size: 18px;
    text-align: right;
    width: 30%;
}
.banner .title, .banner .submit {
    display: table-cell;
    vertical-align: middle;
}

.banner:hover {
    border-color: #d9d9d9;
    cursor: pointer;
}

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
dl {
    margin-bottom: 10px;
}
dl dt {
    color: #3e5463;
    float: left;
}
dl dd {
    margin-bottom: 8px;
    text-align: right;
}
dl dd .rating {
    float: right;
    position: relative;
    top: -5px;
}

@media (max-width: 767px) {
    /* catalogue */
    #search-filter .sorting {
        position: relative;
        margin-top: 10px;
    }
    .banner .title {
        display: block;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    .banner .submit {
        display: block;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 450px) and (orientation: portrait) {
    .separator {
        margin-top: 5em ;
    }
}

/* form filter */
form#form-sidebar-md label,
form#form-sidebar-sm label{
    color:#3e5463;
    font-weight: bolder;
    margin-bottom: 5px;
}
/* form filter rooms */
ul#f-rooms,
ul#f-bathrooms {
    margin: 0;
    padding: 0;
}

ul#f-rooms li,
ul#f-bathrooms li{
    display: inline-block;
    padding: 15px;
    background-color: lightgrey;
    color: #3e5463;
    border: 1px solid lightgrey;
}
ul#f-rooms li:hover,
ul#f-rooms li:focus,
ul#f-rooms li:active,
ul#f-rooms li:visited,
ul#f-rooms li.selected,
ul#f-bathrooms li:hover,
ul#f-bathrooms li:focus,
ul#f-bathrooms li:active,
ul#f-bathrooms li:visited,
ul#f-bathrooms li.selected
{
    background-color: #3e5463;
    color: whitesmoke;
    cursor: pointer;
    border: 1px solid #00d0b6;
}

#f-extra-items input[type="checkbox"] {
    margin-left: 5px;
}

#f-extra-items small {
    display: block;
    color: #3e5463;
    margin-bottom: 15px;
    margin-top: 15px;
}
#f-extra-items small:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #00d0b6;
    margin-right: 5px;
}
/* photo detail */
div#page-content small i {
    color: #3e5463;
}
section#property-features h2 {
    margin-top: 1em;
}
section#property-features h2:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #00d0b6;
    margin-right: 5px;
}