

/* SIDEBAR */

.sidebar {
    padding-top: 133px;
}

.sidebar .btn {
    font-family: Arial;
}

.sidebar .book-now .btn {
    background-color: #EB5252;
    font-size: 20px;
    font-weight: bold;
}

.sidebar .web-url .btn, .sidebar .phone .btn {
    font-size: 13px;
    background-color: #71CBD3;
    color: #00626B;
}

.sidebar .web-url .btn:hover, .sidebar .phone .btn:hover, .sidebar .book-now .btn:hover {
    background: #36979f;
    color: #fff;
}

.sidebar .business-hour {
    background-color: #444444;
    font-size: 13px;
}


.icon-overlay {
    opacity: 0;
    background: url('/sites/default/files/facilities-icon/bg-black-transparent-buble.png') no-repeat 0 0 transparent;
    padding-top: 10px;
    visibility: hidden;
    width: 250px;
    top: 50px;
    left: 6px;
    transition: all .4s ease-in-out;
    z-index: 2;
    background: linear-gradient(rgba(68,68,68,.9), rgba(68,68,68,.9));  
}

.icon-overlay::before {
    content: "";
    background: url(/sites/default/files/facilities-icon/bg-black-transparent-buble.png) no-repeat 0 0 transparent;
    position: absolute;
    top: -10px;
    left: 0;
    width: 10px;
    height: 10px;
}

.icon-wrapper.hover .icon-overlay {
    opacity: 1;
    visibility: visible;
}

.icon-wrapper .icon-image {
    background-color: #444444;
}

.icon-wrapper.hover .icon-image {
    background-color: #71cbd3;
}

.icon-overlay .icon-text {
    font-size: 11px;
}

.icon-overlay .icon-title {
    font-weight: bold;
    font-size: 14px;
}

/* END SIDEBAR */



/* MAIN CONTENT */

.spa-header .spa-title, .spa-header .spa-subtitle {
    font-family: "LeagueGothicRegular",sans-serif;
    text-transform: uppercase;
    color: #444;
}

.spa-rating-budget-wrapper i.fa {
    color: #e4e4e4;
}

.spa-rating-budget-wrapper i.fa.active {
    color: #71cbd3;
}

.spa-header .spa-title {
    font-size: 60px;
}

.spa-header .spa-subtitle {
    font-size: 30px;
}

.tab-content, .spa-tabs {
    border: 1px solid #D0D0D0;
}

.spa-tabs {
    background-color: #F7F7F7;
    border-bottom: 0;
}

.spa-tabs .nav-item {
    display: block;
}

.spa-tabs .nav-item button {
    color: #EB5252;
    font-weight: bold;
    font-family: Arial;
    font-size: 17px;
}

.spa-tabs .nav-item .btn:focus {
    box-shadow: none!important;
}

.spa-tabs .nav-item button.active {
    color: #444;
}

.tab-pane span, .tab-pane p {
    font-size: 13px;
}

.treatment-table thead {
    border-bottom: 1px dotted #BBBBBB;
}

.treatment-table th, .treatment-table td {
    font-family: Arial;
    color: #444444;
}

.treatment-table th {
    font-size: 18px;
}

.treatment-table td {
    font-size: 13px;
    height: 30px;
}

#overview {
    color: #444;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
}

#overview h2, #overview h3 {
    font-family: 'LeagueGothicRegular',Arial,sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}


/* END MAIN CONTENT */



/* OWL CAROUSEL */


.spa-large-image img {
    height: 400px;
    object-fit: cover;
}

.spa-small-image img {
    cursor: pointer;
    height: 50px;
    object-fit: cover;
    position: relative;
    z-index: -1;
    filter: opacity(.4);
}

.spa-small-image img.active {
    filter: opacity(1);
}

.nav-button-wrapper {
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.nav-button {
    background-color: transparent;
    border: 0;
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.nav-prev {
    left: 15px;
    background: url('https://drupal07.gaiada.com/sites/default/files/media-icons/generic/prev-medium-white.png');
}

.nav-next {
    right: 15px;
    background: url('https://drupal07.gaiada.com/sites/default/files/media-icons/generic/next-medium-white.png');
}


/* END OWL CAROUSEL */



/* OTHER */

.row.bs-3col-stacked, .bg-dark.bs-text-white.bs-text-center, .layout.row.layout-builder__layout  {
    display: none;
}