.btn-success{
    background-color: #1B3B56;
    border-color: #1B3B56;
}
.btn-success:hover{
    border-color: #CFB779;
    background-color: #CFB779;
}
.filter-area{
    background: url("../images/gold.b4cc394f74bc.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;

}
.alert-primary{
    background-color: transparent;
}
.alert-info{
    background-color: #1b3b561a;
    border: #1B3B56;
}
.service-label{
    color: #055160;
}

.wrap-services{
    text-align: left;
}

.wrap-resource-name a{
    text-decoration: none;
    color: #157347;
    display: block;
    position: relative;
}

.wrap-resource-name a:before{
    display: inline-block;
    content: "\F1C5";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -18px;
    font-size: 14px;
    top: 3px;
}
.ftco-section a{
    color: #CFB779;
    font-weight: bold;
}
.ftco-section .wrap-header{
    background: #1B3B56;   
}

.ftco-section .available{
    color: #1B3B56;
}
.ftco-section .available:after {
    border: 2px solid #CFB779;
}
.ftco-section #today{
    color: #CFB779;
}
.ftco-section tbody td:hover, .ftco-section .available.selected, .ftco-section #today.selected {
    color: #fff;
    border: none;
}

.ftco-section tbody td:hover:after, .ftco-section .selected:after, .ftco-section #today.selected:after {
    background: #CFB779;
    color: #fff;
}