/*
Theme Name: Pierre Real Estate
Theme URI: https://www.residence-lumiere-moutfort.lu/
Author: Media Squad
Author URI: https://www.media-squad.fr/
Description: Th&egrave;me du site Residence-lumiere-moutfort.lu
Version: 1.0
*/


:root {
    --color-primary: #ceb574ff;
    --color-secondary: #313131ff;
    --color-tertiary: #0071e3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-grey: #f5f5f5;
    --color-grey-dark: #e7e7e7;
    --color-error: #ff5050;
    --font: "Roboto", sans-serif;
    --font-title: "Playfair Display", serif;
    --font-title-weight: 600;
    --box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    --box-shadow-top: 0 -5px 6px 0 rgba(0, 0, 0, .06);
    --box-shadow-all: 0 0 6px 0 rgba(0, 0, 0, .1);
    --button-border-radius: 999px;
}

html {
    min-height:110vh;
}
body {
    font-family: var(--font);
    font-size: .875rem;
    line-height: 1.2;
    font-weight: 400;
    color: var(--color-black);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
body.home {
    background-color:#f5f5f5;
}


@media(min-width:768px) {

}
h1 {

}
@media(max-width:767px) {
}




.btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px;
    color: var(--color-white);
    font-size: .875rem;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    padding: 5px 25px !important;
    background-color: black !important;
    border: 1px black !important;
    border-radius: 24px !important;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color ease .5s;
    transition: background-color ease .5s;
}
.btn-black {
    color: var(--color-white) !important;
    background-color: #000 !important;
    border: 1px #000 !important;
}
.btn-primary {
    color: var(--color-white) !important;
    background-color: #0d6efd !important;
    border: 1px #0d6efd !important;
}

/******************************************** MAIN **************************************************/


.navbar {
    transition: box-shadow .2sease;
    position: fixed;
    z-index: 10;
    background-color: var(--color-white);
    box-shadow: -6px 8px 20px 0px rgb(0 0 0 / 5%);
    transition: box-shadow .2sease;
}
@media(min-width:768px) {
    .navbar {
        padding-top:0 !important;
        padding-bottom:0 !important;
    }
}
.navbar>.container {
    background-color: white !important;
    padding-left:0 !important;
    padding-right: 0 !important;
}
.navbar-collapse {
    background-color: white !important;
}

@media(max-width:767px) {

    
}
@media(min-width:768px) {
    .page {
        padding-top:87px;
    }
    .single {
        padding-top:87px;
    }
    .navbar-brand {
        display: inline-block !important;
        padding-top: 0 !important;
        z-index:2;
        height: 57px;
        width:auto;
    }
    .navbar-nav li  {
        line-height: 88px;
        height:88px;
    }

   
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        margin-right:30px;
    }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(179,159,109, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-toggler {
  border-color: rgb(0,0,0,0) !important;
  background-color: transparent !important;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
} 
@media (max-width: 767px) {
    .navbar-brand {
        margin-left:15px !important;
    }
}
.navbar a {
    color: var(--color-black) !important;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}
.navbar a:hover {
    color: var(--color-black) !important;
    text-decoration:none;
}
.navbar li.active i {

}
.navbar li.active a {

}
.navbar li.active, .navbar li:hover {

    
}
.navbar ul li a {
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom:30px;
}
/*
@media(min-width:768px) {
    .navbar ul li:nth-last-child(2) {
      margin-left: 150px;
    }
}
*/
.navbar ul li i {
    color: #aaa071 !important;
}
.navbar ul li:last-child {
    color: #aaa071 !important;
    font-weight: 600 !important;
}
.navbar ul li i:hover {
    color: #1d4334 !important;    
}
.navbar-collapse ul#menu-topmenu li {
        line-height:87px;
    }
@media (max-width: 767px) {
    .navbar-collapse ul#menu-topmenu li {
        line-height:54px;
        border-top: 1px solid #eeeeee;
    }
}
.navbar-collapse button {
    width: 182px;
    display: block;
    float: left !important;
    margin: 15px !important;
}


.page h1 {
    font-family: "Playfair Display", serif !important;
    font-weight: 500!important;
    line-height: 1.3!important;
    font-size: 2.15rem!important;
}
.page h2 {
    font-family: "Playfair Display", serif !important;
    font-weight: 500!important;
    line-height: 1.3!important;
    font-size: 1.875rem!important;
}
.page h3 {
    font-family: "Playfair Display", serif !important;
    font-weight: 500!important;
    line-height: 1.3!important;
    font-size: 1.5rem!important;
    color:#000 !important;
}



/******************************************** HOMEPAGE **************************************************/

section {
    /*padding:0px 0;*/
}
.badge {
    position: absolute !important;
    right: 60px !important;
    top: 150px !important;
    width: 160px;
    height: 160px;
    border-radius: 80px !important;
    line-height: 1.25rem !important;
    padding: 30px 10px !important;
    background-color: #aaa071 !important;
    border:3px solid #fff !important;
    color:#ffffff !important;
    font-size:1.5rem !important;
    text-shadow: 2px 2px 5px #666666;
    box-shadow: 2px 2px 5px #666666;
}
.badge p {
        margin-bottom:10px !important;
    }
@media (max-width: 767px) {
    .badge {
        position: absolute !important;
        right: 30px !important;
        top: 100px !important;
        width: 100px;
        height: 100px;
        border-radius: 50px !important;
        line-height: .825rem !important;
        padding: 15px 10px !important;
        background-color: #aaa071 !important;
        border:3px solid #fff !important;
        color:#fff !important;
        font-size:.825rem !important;
        text-shadow: 2px 2px 5px #666666;
    box-shadow: 2px 2px 5px #666666;
    }
    .badge p {
        margin-bottom:10px !important;
    }
}
.jumbotron {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0rem !important;
    border-radius: 0 !important;
    min-height: calc(100vh - 88px);
}

    .jumbotron .bg-filter {
        content: "";
        width: 60%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0) 100%);
    }

.jumbotron h1 {
    text-align: left;
    font-family: var(--font-title);
    color:#fff !important;
    font-size:50px !important;
    font-weight:600 !important;
    text-shadow: 2px 2px 5px #666666;
    font-size: 2.5rem !important;
}
.jumbotron p.city {
    font-size: 1.6875rem !important;
    margin-bottom: 30px !important;
    font-family: "Roboto", sans-serif !important;
    display: block !important;
    color: #ffffff !important;
    margin-bottom: 10px;
    font-weight: 700;
}

.home h2 {
    font-family: "Playfair Display", serif !important;
    font-weight: 600!important;
    line-height: 1.3!important;
    font-size: 1.875rem!important;
}



#exampleModal .modal-dialog, #exampleModallot .modal-dialog {
    position: fixed !important;
    margin: auto !important;
    right: 0px !important;
    height: 100% !important;
    padding: 55px 20px;
    background-color: white;
    overflow: auto;
}
@media only screen and (min-width: 850px) {
    #exampleModal .modal-dialog, #exampleModallot .modal-dialog {
        width: 50%;
        margin-left: auto;
        overflow: auto;
        padding: 100px 30px 65px;
    }
}
@media only screen and (min-width: 1200px) {
    #exampleModal .modal-dialog, #exampleModallot .modal-dialog {
        width: 690px !important;
        max-width: 690px !important;
        padding: 160px 40px 85px !important;
        margin-left: auto !important;
        margin-top:0 !important;
        margin-bottom:0 !important;
    }
}

.modal-content {
    border-radius:0 !important;
}
.modal-title {
    color: var(--color-secondary);
    font-family: var(--font-title);
    font-size: 1.875rem;
    font-weight: var(--font-title-weight);
    text-align: center;
    margin-bottom: 40px !important;
}
.modal-content {
    border: none !important;
}
.modal__intro {
    font-size: .9375rem;
    font-weight: 400 !important;
    line-height: 1.4;
    color:var(--color-black) !important;
    text-align: center;
    margin-bottom: 30px !important;
}
.modal-dialog .modal-header {
    border-bottom: none !important;
}
#exampleModal .modal-dialog .modal-header, #exampleModallot .modal-dialog .modal-header {
    position: fixed;
    border-bottom: none !important;
    top:0px;
    right:40px;
}
#exampleModal .modal-dialog .modal-header .close, #exampleModallot .modal-dialog .modal-header .close {
    padding: 0 !important;
    margin: 0 !important;
}
#exampleModal .modal-dialog .btn-close, #exampleModallot .modal-dialog .btn-close  {
    width: 24px !important;
    height: 24px !important;
    font-weight: 300 !important;
    line-height: 1;
    color: #111111 !important;
    margin-top: 15px !important;
    filter: alpha(opacity=20);
    opacity: 1;
}




.stickybar {
    position:fixed;
    bottom: 20px;
    right: 80px;
}




.page h1 {
    color: #000000;
    font-family: var(--font-title);
    font-size: 1.875rem;
    font-weight: var(--font-title-weight);
    margin-bottom: 40px !important;
}
.bloc-stats {
    font-size: 1.25rem;
    color:#0071e3ff;
    font-weight:700;
}
.pvc_stats {
    padding: 0px !important;
    margin-bottom:-0.5rem !important;
}
.pvc-stats-icon {
    display: none;
}

.accordion-item {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .125) !important;
    margin-bottom: 10px;
}
.accordion-header {
    height: 80px !important;
    line-height: 80px !important;
    padding:0 !important;
    border-bottom: 0px solid rgba(0, 0, 0, .125) !important;
    border-radius: 40px !important;
    font-family: var(--font-title) !important;
    color: white;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color:#ceb574ff !important;
    box-shadow: none !important;
}
.accordion-button {
    color: #ffffff !important;
    background-color:#313131 !important;
    height: 80px !important;
    line-height: 80px !important;
    border-radius: 40px !important;
    padding:0 30px 0 30px !important;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) 0 !important;
}
*:focus {
    box-shadow: none !important;
}
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
        font-size: .875rem;
    color: rgba(0, 0, 0, .5);
    font-weight: 400 !important;
}
.table th {
        text-transform: uppercase;
}


@media(max-width:767px) {

    .table-liste-lots th:nth-child(2), .table-liste-lots td:nth-child(2),
    .table-liste-lots th:nth-child(3), .table-liste-lots td:nth-child(3),
    .table-liste-lots th:nth-child(4), .table-liste-lots td:nth-child(4),
    .table-liste-lots th:nth-child(5), .table-liste-lots td:nth-child(5),
    .table-liste-lots th:nth-child(6), .table-liste-lots td:nth-child(6) {   
        display:none;   
    }

}



.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #f5f5f5 !important;
    color: var(--bs-table-striped-color);
}

.cta-sold {
    display: inline-block;
    min-height: 48px;
    line-height: 48px;
    color: var(--color-white);
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    padding: 0px 52px;
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 25px !important;
    outline: none;
}
.cta-tosell {
    display: inline-block;
    min-height: 48px;
    line-height: 48px;
    color: #ceb574ff;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    padding: 0px 24px;
    background-color: #ffffff;
    border: 1px solid #ceb574ff;
    border-radius: 25px !important;
    outline: none;
    transition: 0.6s;
}
@media(max-width:767px) {
    .cta-tosell {
        min-height: 48px;
        line-height: 48px;
        font-size: 0.85rem;
    }
}
.cta-tosell:hover {
    color: #ffffff;
    background-color: #ceb574ff;
    border: 1px solid #ceb574ff;
}
.price-fortedemande {
    font-size: .625rem;
    padding: 2px 8px;
    margin: 5px 0;
    color: var(--color-white);
    text-align: center;
    background-color: #ceb574ff;
    border-radius: 8px;
}
.price-label {
    font-size: 1.125rem;
    color: #ceb574ff;
    font-weight: 700;
}
.price-product {
    font-size: 1.75rem;
    color: #ceb574ff;
    font-weight: 700;
}
.product-data {
    display: block;
    color: rgba(0, 0, 0, .4);
    font-size: .875rem;
    font-weight: 400;
}
.table tbody tr td {
    font-size: 1rem;
    color: #000000;
    font-weight: 500;    
}
.table tbody tr td:first-child {
  
}
.numlot {
    color: rgba(0, 0, 0, .4);
    font-size: .8rem;
}
.accordion-body .table tr td {
    min-width:100px !important;
}
.accordion-body .table tr td:first-child {
    min-width:200px !important;
}

/******************************************** FIL D'ARIANE **************************************************/

#breadcrumbs {
    font-size: .9375rem;
    color:#b8b8b8;
    padding-bottom:55px;
    padding-top: 35px;
}
.single #breadcrumbs {
    font-size: .9375rem;
    color:#b8b8b8;
    padding-bottom:35px;
    padding-top: 0px;
}
#breadcrumbs a {
    color:#b8b8b8;
    text-decoration:none;
    transition: opacity ease .5s;
}
#breadcrumbs a:hover {
    color:#000000 !important;
    text-decoration:none;
}
.breadcrumb_last {
    color:#000000;
}

/******************************************** FICHE LOGEMENT **************************************************/

.col-liste-lots {
    padding-right:0 !important;
}


.table.menu-lots {
    margin-bottom:0 !important;
}
.table.menu-lots tr td {
    min-height:78px !important;
    padding: 15px;
}
.table.menu-lots tr.current-lot td {
    background-color:#d6d6d6;
    transition: opacity ease .5s;
    color: #000000;
}

.table.menu-lots tr td span.idlot {
    display: block;
    color: rgba(0, 0, 0, .2);
    font-size: .875rem;
    font-weight: 400;
}
.table.menu-lots tr td span.nomlot {
    color: rgba(0, 0, 0, .4);
    font-size: 1.05rem !important;
    font-weight: 400;
}
.table.menu-lots tr.available td span.nomlot {
    color: #000000;
}
.table.menu-lots tr.available td span.idlot {
    display: block;
    color: rgba(0, 0, 0, .5);
    font-size: .875rem;
    font-weight: 400;
    min-width: 250px;
}
.available:hover {
    background-color:#d6d6d6;
    cursor: pointer;
}
#data-logements {
    padding: 35px 60px 45px 60px;
    background-color:#f5f5f5;
}
h3.titre-commerces {
        color: #000000;
    font-family: var(--font-title);
    font-size: 1.3rem;
    font-weight: var(--font-title-weight);
    margin-bottom: 0px !important;
    margin:15px 0 10px 0 !important;
}
@media(max-width:767px) {
    .col-liste-lots {
        display:none;
    }
    #data-logements {
        padding: 35px 30px 45px 30px;
        background-color:#f5f5f5;
    }
}

#data-logements h1 {
    color: #000000;
    font-family: var(--font-title);
    font-size: 1.875rem;
    font-weight: var(--font-title-weight);
    margin-bottom: 0px !important;
}
#data-logements .idlot {
    font-family: var(--font-title);
    display: block;
    color: rgba(0, 0, 0, .4);
    font-size: .875rem;
    font-weight: 400;
}
#data-logements .price-product {
    display: block;
    text-align: right;
    width:100%;    
}
@media(max-width:767px) {
    #data-logements h1 {
        color: #000000;
        font-family: var(--font-title);
        font-size: 1.65rem;
        font-weight: var(--font-title-weight);
        margin-bottom: 0px !important;
    }
    #data-logements .price-product {
        text-align: left;   
    }
}

.tableau-titre-logement {
    margin-bottom:30px;
}
.tableau-infos-logement div, .tableau-infos-logement div {
    padding-right:20px;    
}
.tableau-infos-logement div {
    font-size:0.925rem;
    font-weight:400;
    color: rgba(0, 0, 0, .4);
    border-spacing: 0px !important;
    
}
.tableau-infos-logement div span {
    display: block;
    margin-bottom: -3px;
}
.tableau-infos-logement div {
    font-size:1.2rem;
    font-weight:500;
    color: rgba(0, 0, 0, 1);
}
.tableau-infos-logement div:last-child {
    width:50%;
    padding-right:0px;  
}
#post-img {
    margin:40px 0;
}
.single .post-main-content p, .single .post-main-content ul {
    font-family: var(--font);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--color-black);    
}
.single .post-main-content h2 {
    color: #000000;
    font-family: var(--font-title);
    font-size: 1.5rem;
    font-weight: var(--font-title-weight);
    margin-bottom:20px;    
}





.wpcf7 {
    color:black !important;
    font-size: 0.915rem;
}
.wpcf7-text, .wpcf7-textarea {
    width: 100%;
    font-size: 0.915rem;
    color: #000;
    padding: 12px 20px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: ;
    outline: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    -moz-appearance: textfield;
    border-radius: 25px;
}
.wpcf7-textarea {
    height:120px;
}

/******************************************** FOOTER **************************************************/

#footer {
    background-color:#fff;
    color:#F0ECE5;
    font-size: 15px !important; 
    box-shadow: 0 -5px 6px 0 rgba(0, 0, 0, .06);
    -webkit-box-shadow: 0 -5px 6px 0 rgba(0, 0, 0, .06);
}

#footer-top .row {
    margin-left:0 !important;
    margin-right:0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 30px 0;
}
#footer-top .row div {
    text-align: left;
}

@media(max-width:767px) {
    #footer-top .row div {
        text-align: center;
        padding: 10px 0;
    }
    #footer-top .row div:first-child {
        text-align: center;
    }
    #footer-top .row div:first-child span {
        word-wrap:break-word;
    }
}
#footer-top .row img {
}
#footer-top h2 {
    color:#F0ECE5 !important;
}
#footer p {
    color:#F0ECE5 !important;
    font-size: 15px !important;
    font-weight: 300;
    line-height: 28px; 
}
#footer p strong {
    font-weight: 600;
}
#footer h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #F0ECE5;
}
#footer ul {
    font-size: 16px;
    color: #F0ECE5;
    margin: 0;
    padding:0;
    list-style-type: none;
    line-height: 28px; 
}
#footer ul li {
    font-size: 15px;
    color: #F0ECE5;
    margin: 0;
    padding:0;
    list-style-type: none;
    line-height: 28px; 
}
#footer a {
    color: var(--color-black);
    transition:0.3s;
}
#footer a:hover {
    color: #1d4334;
    text-decoration: none !important;
}
#footer-top  {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color:#fff;
}
#footer-top h4 {
    text-align:center;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom:40px;
}


#footer a:hover i {
    color: #000000;
}
#footer-bottom  {
    padding-top:10px;
    padding-bottom:60px;
    color: var(--color-black);
    font-size:13px !important;
}
#footer-bottom a {
    font-size:13px !important;
    text-decoration: none;
}


@media (min-width: 1200px) and (max-width: 1599.98px) {
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (min-width: 768px) and (max-width: 991.98px) { 
}
@media(max-width:767px) {
}




/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
