a.text-muted.footer-link:hover {
    color: floralwhite !important;
}

#opa {
    opacity: 0;
}

/*Custom caption reg:640*/
.card-title-custom {
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
}

.card-padding {
    padding-top: 20px;
}

.overlay-dark--------- {
    background-color: rgb(23, 20, 51, 0.8) !important;
    /* transition: 0.9s; */
}

.img-overlay {
    background-color: black;
    opacity: 0.9;
}

.owl-carousel {
    height: 200px;
}

@media screen and (max-width:720px) {
    .owl-carousel {
        height: 410px;
    }
}

/* see scroll-to-contact   */
.pointer {
    cursor: pointer;
}

#reset_form {
    padding: 6px 3px;
    opacity: 0.2;
}

#reset_form:hover {
    opacity: 1
}

.mbri-trash {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.greyText {
    color: #ccc;
}

/*
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80%;
        margin: 1.75rem auto;
    }
}
*/
.btn-group-sm > .btn,
.btn-sm-custom {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

/*
body.modal-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}
*/
/*
#boek-accessbars-btn {
    border: solid 1px #956a3d;
    background-color: #ffffff;
    color: #956a3d;
    border-radius: 25px;
}
*/

/*
#boek-accessbars-btn:hover {
    border: solid 1px #956a3d;
    background-color: #956a3db0;
    color: #ffffff;
    border-radius: 25px;
}
*/
.booking-btn {
    border: solid 1px #956a3d !important;
    background-color: #ffffff !important;
    color: #956a3d !important;
    border-radius: 25px;
}
.booking-btn:hover {
    border: solid 1px #956a3d !important;
    background-color: #956a3db0 !important;
    color: #ffffff !important;
    border-radius: 25px;
}
.booking-btn:disabled {
    border: solid 1px rgba(149, 106, 61, 0.4) !important;
    background-color: #ffffff72 !important;
    color: rgba(105, 80, 54, 0.48) !important;
    border-radius: 25px;
}
.mfp-container {
    z-index: 1000 !important;
}

.modal-content {
    border-radius: .8rem !important;
    background-color: rgb(242, 239, 236);
}
.modal-title {
/*ivm icon*/
  margin-left: 10px;
}
.strike {
    text-decoration: line-through;
}