/* Panel booking */
.panel-booking {
    /*border: 1px solid #f47f85;*/
    border: 1px solid #16588b;
    margin-bottom: 14px !important;
}

.panel-booking > .panel-heading {
    /*background-color: #f47f85;*/
    background-color: #16588b;
    color: #ffffff;
    font-size: 20px;
}

.panel-booking > .panel-heading > .panel-title .fa {
    font-size: 22px;
}

.btn-booking,
.btn-booking:hover,
.btn-booking:active,
.btn-booking:visited,
.btn-booking:focus {
    background-color: #41d0d9;
    border-color: #41d0d9;
    color: #ffffff;
}

/* Panel widget */
.panel-widget {
    border: 1px solid #16588b;
    margin-bottom: 14px !important;
}
.panel-widget > .panel-heading {
    background-color: #16588b;
    color: #ffffff;
    font-size: 20px;
}

.panel-widget > .panel-heading > .panel-title .fa {
    font-size: 22px;
}

.btn-widget,
.btn-widget:hover,
.btn-widget:active,
.btn-widget:visited,
.btn-widget:focus {
    background-color: #16588b;
    border-color: #16588b;
    color: #ffffff;
}

.panel-booking .btn-booking {
    width: 100%;
}
.group .mobile_break { display: none }
@media screen and (min-width: 768px) {
    .carousel-caption {
        top: 35%
    }
}

@media screen and (max-width: 768px) {
    .group .mobile_break { display: block }
}

.price-lastminute-old {
    font-weight: 900;
    color: #FF0000;
}

.price-lastminute-old {
    text-decoration: line-through;
}