<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}


#main #main-buttons .btn.map {
    background: #ffffff !important;
    color: #01437f !important;
    border: 5px solid #63cccf !important;
    border-radius: 10px !important;
    padding: 5px !important;
}

#main #main-buttons .btn.map a {
    color: #01437f  !important;
}

#main #main-buttons .btn.book a {
    color: #01437f  !important;
}

#main #main-buttons .btn.book {
    background: #ffffff !important;
    color: #01437f !important;
    border: 5px solid #63cccf;
    border-radius: 10px;
}

#main-buttons .wrapper .inner .bar .btn.book:after {
    color: #01437f !important;
}

.btn.btn-with-icon a, .btn.btn-with-icon span {
    padding: 25px 42px 20px 20px!important;
}

.btn.book.btn-with-icon.custom {
box-shadow : 0px 2px 0px -1px rgb(255 255 255 / 3%),
0px 4px 0px -2px rgb(255 255 255 / 3%),
0px 6px 0px -3px rgb(255 255 255 / 3%),
0px 8px 0px -4px rgb(255 255 255 / 3%),
0px 10px 0px -5px rgb(255 255 255 / 3%),
0px 12px 0px -6px rgb(255 255 255 / 2%),
0px 14px 0px -7px rgb(255 255 255 / 2%),
0px 16px 0px -8px rgb(255 255 255 / 2%),
0px 18px 0px -9px rgb(255 255 255 / 2%),
0px 20px 0px -10px rgb(255 255 255 / 2%),
0px 22px 0px -11px rgb(255 255 255 / 2%),
0px 24px 0px -12px rgb(255 255 255 / 1%),
0px 26px 0px -13px rgb(255 255 255 / 1%),
0px 28px 0px -14px rgb(255 255 255 / 1%),
0px 30px 0px -15px rgb(255 255 255 / 1%),
0px 32px 0px -16px rgb(255 255 255 / 1%),
0px 34px 0px -17px rgb(255 255 255 / 1%)
}

.btn.map.btn-with-image.custom {
box-shadow : 0px 2px 0px -1px rgb(255 255 255 / 3%),
0px 4px 0px -2px rgb(255 255 255 / 3%),
0px 6px 0px -3px rgb(255 255 255 / 3%),
0px 8px 0px -4px rgb(255 255 255 / 3%),
0px 10px 0px -5px rgb(255 255 255 / 3%),
0px 12px 0px -6px rgb(255 255 255 / 2%),
0px 14px 0px -7px rgb(255 255 255 / 2%),
0px 16px 0px -8px rgb(255 255 255 / 2%),
0px 18px 0px -9px rgb(255 255 255 / 2%),
0px 20px 0px -10px rgb(255 255 255 / 2%),
0px 22px 0px -11px rgb(255 255 255 / 2%),
0px 24px 0px -12px rgb(255 255 255 / 1%),
0px 26px 0px -13px rgb(255 255 255 / 1%),
0px 28px 0px -14px rgb(255 255 255 / 1%),
0px 30px 0px -15px rgb(255 255 255 / 1%),
0px 32px 0px -16px rgb(255 255 255 / 1%),
0px 34px 0px -17px rgb(255 255 255 / 1%)
}

#sb-timeline #steps #steps-content #sb_booking_content .item .tab .excerpt-info .preloader {
    min-height: 400px !important;
}</pre></body></html>