body{
    font-family: 'Open Sans', sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #000000!important;
}

p:last-child{
    margin-bottom: 0!important;
}

strong{
    font-weight: 600!important;
}

.main a, .main a:visited, .main a:hover{
    color: #ad9263!important;
    text-decoration: none;
}

.btn_home a, .btn_home a:hover, .btn_home a:visited{
    color: #ffffff!important;
}

@media (min-width: 992px) {
    #header .header-nav-main-arrows nav > ul > li > a.dropdown-toggle::after{
        display: none;
    }
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a{
    color: #ffffff;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a{
    font-weight: 500;
    font-size: 14px;
}

.sticky-header-active #header .header-body{
    background-color: #000000!important;
}

.footlink {
    font-size: 13px;
    font-weight: 400;
    line-height: 14px!important;
}

.footlink p{
    line-height: 16px!important;
}

.footlink a, .footlink a:hover, .footlink a:visited {
    color:#ffffff!important;
}

.bg_black{
    background: #000000!important;
}

.bg_white{
    background: #ffffff;
}

.bg_lgrey{
background: rgb(244, 244, 244);
}

.white, .white p{
    color: #ffffff!important;
}

.black, .black p{
    color: #000000!important;
}

.nomargin{
    margin-bottom: 0!important;
}

.swim_container{
    border-bottom: 1px solid #ad9263;
}

.swim_title{
    font-size: 20pt;
    font-weight: 500;
}

.swim_type{
    color: #ffffff!important;
    background: #ad9263;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 15px;
    cursor: pointer;
}

.video_title p{
    font-size: 1rem!important;
}

.swim_map{
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: auto;
}
.swim_map_2{
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: auto;
}

.image-hotspot .circle{
    margin: -0.566em auto auto -0.566em;
    opacity: 0.9;
    width: 20px;
    height: 20px;
}

.image-hotspot-primary strong{
    visibility: hidden;
}

.image-hotspot-primary .circle{
    background: #ffffff!important;
}

.image-hotspot-primary .ring{
    border-color: #ffffff!important;
    width: 24px;
    height: 24px;
}

@media (max-width: 992px) {
    .image-hotspot .circle{
        margin: -0.566em auto auto -0.566em;
        opacity: 0.9;
        width: 10px;
        height: 10px;
        margin-left: 1%;
        margin-top: 2%;
    }
    .image-hotspot-primary .ring{
        border-color: #ffffff!important;
        width: 14px;
        height: 14px;
        margin-left: 1%;
        margin-top: 2%;
    }
}

.accordion.accordion-modern-status.accordion-modern-status-arrow-dark > .card .card-header a::after{
    background: #ad9263;
}

.facility_title{
    font-size: 48px;
    font-weight: 500;
}

.equip h3 p{
    color: #000000!important;
    font-size: 26px!important;
    font-weight: 500!important;
}

@media (max-width: 992px) {
    .equip h3 p{
        color: #ffffff!important;
    }
}

.tabs-navigation-custom .nav-tabs .nav-item .nav-link{
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}

.tabs-navigation-custom .nav-tabs .nav-item .nav-link:not(.active) {
    color: #000000;
}

.tabs-navigation-custom .nav-tabs .nav-item .nav-link:before {
    content: "";
    width: 20px;
    height: 2px;
    display: inline-block;
    background: var(--dark);
    margin-right: 10px;
    position: relative;
    top: -3px;
    left: 0;
}

.tabs-navigation-custom .nav-tabs .nav-item .nav-link.active::before{
    background: #ad9263;
}

.nav-tabs .nav-item a:not(.active){
    color: #000000!important;
}

html body .tabs .nav-tabs .nav-link.active{
    color: #ad9263;
}

.myequip img{
    display: none;
}

.myequip.active img{
    display: block;
}
