<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#owl-demo .owl-nav button {
  position: absolute;
  top: 50%;
  /*background-color: #000;*/
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
#owl-demo .owl-nav button.owl-prev {
  left: 0;
}
#owl-demo .owl-nav button.owl-next {
  right: 0;
}

#owl-demo .owl-dots {
    text-align: center;
    bottom: 100px;
    position: absolute;
    width: 100%;
}
#owl-demo .owl-dots button.owl-dot {
  width: 33px;
  height: 8px;
  display: inline-block;
  background: #cccb !important;
  margin: 0 3px;
}
#owl-demo .owl-dots button.owl-dot.active {
  background-color: white !important;
}
#owl-demo .owl-dots button.owl-dot:focus {
  outline: none;
}
#owl-demo .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background: rgba(255, 255, 255, 0.38) !important;*/
}
#owl-demo .owl-nav button:focus {
    outline: none;
}


/*#owl-demo .bg-arrow_r {
    /*background: url(../assets/icons-sprites.png) -0.2px -29px #be952e;*/
/*    background: url(../assets/icons-sprites.png) -5.2px -34px #be952e;
    background-size: 230px;
    transform: rotate(90deg);
}

*/
/*
#owl-demo .n-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #be952e;
    margin-left: 10px;
    opacity: 1;
    display: inline-block;
    border-radius: 50%;
}*/

/*#owl-demo .bg-arrow_l {
    /*background: url(../assets/icons-sprites.png) -1px -30px #be952e;*/
/*    background: url(../assets/icons-sprites.png) -6.2px -35px #be952e;
    background-size: 230px;
    transform: rotate(270deg);
}
*/

/*
#owl-demo .p-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #be952e;
    margin-right: 10px;
    opacity: 1;
    display: inline-block;
    border-radius: 50%;
}
*/

#owl-demo .p-btn {
    border: 1px solid #be952e;
    margin-right: 10px;
   /* opacity: 1;*/
    display: inline-block;
}

#owl-demo .n-btn {
    border: 1px solid #be952e;
    margin-left: 10px;
    /*opacity: 1;*/
    display: inline-block;
}

#owl-demo .bg-arrow_l {
    background: url(../assets/white-arrow-l.webp) 3px 5px #be952e;
    background-size: 80%;
    background-repeat: no-repeat;
    opacity: 100%;
}

#owl-demo .bg-arrow_l:hover {
    background: url(../assets/gold-arrow-l.png) 3px 5px BLACK;
    background-size: 80%;
    background-repeat: no-repeat;
    opacity: 100%;
}


#owl-demo .bg-arrow_r {
    background: url(../assets/white-arrow-r.webp) 5px 5px #be952e;
    background-size: 80%;
    background-repeat: no-repeat;
    opacity: 100%;
}

#owl-demo .bg-arrow_r:hover {
    background: url(../assets/gold-arrow-r.png) 5px 5px BLACK;
    background-size: 80%;
    background-repeat: no-repeat;
    opacity: 100%;
}




@media only screen and (max-width: 600px) {

#owl-demo .owl-carousel .owl-nav button.owl-next {
     top:150px;
}

#owl-demo .owl-carousel .owl-nav button.owl-prev {
     top:150px;
}

#special-events .date-tabs ol {
    /* margin: 0; */
    margin: 0px;
}


/*
#owl-demo .bg-arrow_r {
    background: url(../assets/icons-sprites.png) -5.2px -34px #be952e;
    background-size: 230px;
}

#owl-demo .n-btn {
    width: 30px;
    height: 30px;
}

#owl-demo .bg-arrow_l {
    background: url(../assets/icons-sprites.png) -5.2px -34px #be952e;
    background-size: 230px;
}


#owl-demo .p-btn {
    width: 30px;
    height: 30px;
}*/

#owl-demo .owl-dots button.owl-dot {
  width: 35px;
  height: 7px;
}


 #owl-demo .owl-dots {
    text-align: center !important;
    top: 278px !important;
    position: absolute !important; 
    width: 100% !important;
    display:block !important;
}


#owl-demo .owl-nav button {
   top: 50% !important;
}

}



.d-flex{
    display:flex;
}
</pre></body></html>