<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fix css bootstrap */
.header-container.container {
    width: initial;
}
.package-search-select .form-control, select.form-control:not([size]):not([multiple]) {
    height: initial;
}
@media only screen and (max-width: 767px) {
    .page-normal-wrapper.container, .footer-container.container, div.gdl-page-item .container {
        width: initial;
    }
}
/* End fix css bootstrap */
/* Global */
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-30 {
    margin-bottom: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-30 {
    padding-top: 30px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
* a, .pointer {
	cursor: pointer;
}
* img {
    max-width: 100%;
}
* ul li {
    list-style-type: none;
}
.form-tooltip-error ul, .form-tooltip-error ul li {
    padding: 0px ! important;
    margin: 0px ! important;
}
.inline-block {
    display: inline-block;
}
.page-header-caption a {
    color: inherit;
}
.reset-ml-mr-row {
    margin-left: -15px;
    margin-right: -15px;
}
div.gdl-page-item {
    margin-top: 15px;
}
div.gdl-right-sidebar .sidebar-wrapper {
    padding-top: 15px;
}
h3.custom-sidebar-title {
    margin-top: 5px;
}
a.gdl-button.large.package-book-now-button.gdl-button {
    line-height: 27px;
}
div.package-info .package-price {
    color: #e9513c;
}
/* End Global */

/* Header search toogle */
.header-search-toggle {
    position: relative;
}
.hst-btn-search {
    position: relative;
    padding-left: 15px;
    font-size: 17px;
    color: #fff;
}
.header-search-toggle .hst-form {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 100%;
    display: none;
}
.hst-form fieldset {
    position: relative;
    background: url('../../images/top-bar-background.png');
}
.hst-form fieldset, .hst-form input, .hst-form button {
    height: 45px;
}
.hst-form input {
    max-width: 100%;
    padding: 5px 45px 5px 5px;
    border: none;
    background: none;
    color: #fff;
}
.hst-form button {
    position: absolute;
    right: 0px;
    top: 0;
    width: 45px;

    border: none;
    background: none;
    color: #fff;
}
/* End header search toggle */

/* Top Bar */
.support {
    margin-left: 15px; 
    margin-left: 9px; 
    font-size: 12px; 
    line-height: 14px; 
    color: #fff; 
}
.support i {
    padding-right: 5px;
    font-size: 15px;
}
.support a {
    color: inherit;
}
/* End Top Bar */

/* Menu */
ul.sf-menu li a {
    padding: 0px 10px;
}
.dis-table {
    display: table;
    width: 100%;
}
.dis-table-cell {
    display: table-cell;
    vertical-align: middle;
}
ul.nav.navbar-nav.navbar-right {
    margin: 0px
}
div.logo-wrapper {
    display: inline-block;
    padding: 0;
}
div.logo-wrapper .navbar-brand {
    height: auto;
    /*max-height: 90px;*/
    max-width: 250px;
}
div.logo-wrapper img {
    max-height: 100%;
}
@media screen and ( max-width: 767px ) {
    .dis-table-cell.unset-dis-table-cell-sm {
        display: initial;
    }
    div.logo-wrapper .navbar-brand {
        float: none;
    }
    div.header-wrapper .logo-wrapper {
        width: initial;
        text-align: center;
    }
}

/* End Menu */

/* Header */
@media screen and ( min-width: 768px ) {
    .header-fixed-sm, div.header-wrapper.header-fixed-sm {
        position: fixed;
        z-index: 99999;
        top: 0;

        width: 100%;
    }
}
/* End header */

/* Footer */
.gdl-recent-post-widget.footer-news .recent-post-widget-title, .footer-news .recent-post-widget-title {
    margin-top: 0px;
    padding-top: 0px;
}
ul.foot_nav li, div.footer-wrapper div.custom-sidebar ul li {
    position: relative;
    padding-left: 25px;
    color: #8c8c8c;
    border: none;
}
.footer-links.inline-block ul.foot_nav li, .footer-links.inline-block  div.footer-wrapper div.custom-sidebar ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 15px;
}
.footer-coupons {
    margin-bottom: 15px;
}
.footer-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;

    display: inline-block;
    min-width: 200px;
    padding: 5px 15px;
    border-radius: 5px 0 0 0;
    background: url('../../images/top-bar-background.png');
}
/* End Footer */

/* Youtube iframe */
.youtube-player { 
    position: relative; 
    padding-bottom: 56.25%; /* Use 75% for 4:3 videos */ 
    
    width: 100%
    max-width: 100%; 
    height: 0;
    background: #000;
    margin: 0 auto;
    overflow: hidden; 
} 
.youtube-player iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 1; 
    background: transparent; 
}
/* End Youtobe iframe */

/* Account popup */
/* End Account popup */

/* Main */
div.gdl-blog-list .blog-title {
    margin-top: 0px;
}
#layerslider_1 .ls-layers .ls-title {
    font-family: 'Open Sans'; 
    font-size: 68px; 
    font-weight: 100; 
    color: #111; 
    background: #fff; 
    padding: 5px 20px; 
    -moz-border-radius: 8px; 
    border-radius: 8px;
    
    top: 213px;
    left: 200px;
}
#layerslider_1 .ls-layers .ls-desc {
    font-family: 'Open Sans'; 
    font-size: 39px; 
    color: #444; 
    font-weight: 100;

    top: 331px; 
    left: 200px;
}
/* End Main */

/* About */
div.recent-post-widget .recent-post-widget-title {
    margin-top: 0px;
}
/* End About */

/*Contact*/
div.contact-form-wrapper ol.row {
    margin-left: -15px;
    margin-right: -15px;
}
.form-input, div.contact-form-wrapper .form-input {
    position: relative;
    width: 100%;
}
.form-input input, .form-input select, .form-input textarea, div.contact-form-wrapper .form-input input[type="text"], div.contact-form-wrapper .form-input input[type="password"], div.contact-form-wrapper .form-input input, div.contact-form-wrapper .form-input select, div.contact-form-wrapper .form-input textarea {
    width: 100%;
}
div.custom-sidebar ul.contact-info li, .contact-info li {
    padding: 5px 5px;
    background: #f5f5f5;
}
div.custom-sidebar ul.contact-info li p, .contact-info li p {
    margin: 0px 0px 10px;
}
div.custom-sidebar .contact-info-v1 ul.contact-info li p, .contact-info-v1 .contact-info li p {
    margin: 0px;
}
ul.store-fronts {
    list-style-type: none;
    padding: 0px;
    padding-left: 5px;
    border-left: 3px solid #e6e6e6;
}
ul.store-fronts i {
    padding-right: 5px;
}
ul.store-fronts li a {
    color: inherit;
}
ul.store-fronts li a:hover, ul.store-fronts li a:visited {
    text-decoration: underline;
}
.openhours .oh-date {

}
.openhours .oh-time {
    float: right;
}
.partner-wrap {
    padding: 15px  0;
}
/*End Contact*/

/* Coupons and Gifcard */
.cards-item{
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
.cards-item .cards-item-image{
    transition:transform 0.25s ease;
    margin-bottom: 20px;
}
.cards-item:hover .cards-item-image{
    transform:scale(1.05);
}
/* End Coupons and Gifcard */

/* News */
.search_title_for .tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.search_title_for .tags li.title_search {
    margin-top: 3px;
    margin-right: 5px;
}
.search_title_for .tags li {
    padding-top: 10px;
}
.search_title_for .tags li {
    float: left;
}
.search_title_for .tags li.title_search span {
    font-weight: 600;
    color: #3e3e3e;
    font-size: 16px;
}
.search_title_for .tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
.search_title_for .tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
h2.blog-title a, h1.blog-title a, div.portfolio-item .page-item-title a {
    line-height: initial;
}
div.comment-wrapper.mt0, .comment-wrapper.mt0, div.gdl-page-item.mt0, .gdl-page-item.mt0 {
    margin-top: 0px;
}
/* End News */

/* Gallery */
.gallery-box {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	overflow: hidden;
    margin-bottom: 30px;
}
.gallery-box .gallery-image {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;

	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.gallery-box .gallery-title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;

	color: #FFF;
	font-weight: 500;
	background-color: #2B2726;
	opacity: 0.7;
	filter: alpha(opacity=70);
	max-height: 60px;
	padding: 5px;
	overflow: hidden;
}
.gallery-box:hover .gallery-image, .gallery-box:focus .gallery-image {
    -ms-transform: scale(1.1) rotate(-5deg);
    -moz-transform: scale(1.1) rotate(-5deg);
    -webkit-transform: scale(1.1) rotate(-5deg);
    -o-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg);
}
/* End Gallery */

/* Product */
.package-image-bg, .package-media-wrapper .package-image-bg {
    margin: 0px;
    padding: 0px;
    padding-bottom: 75%;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: auto auto;
    background-size: cover;
}
.package-price.package-price-before, div.package-info .package-price.package-price-before {
    color: #aaa;
    font-size: 11px;
    text-decoration: line-through;
    line-height: 11px;
}
.color-open-section {
    background-color: #f9f9f9; 
    border-top: 1px solid #ebebeb; 
    border-bottom: 1px solid #ebebeb; 
    margin-bottom: 65px;
}
div.custom-sidebar ul li.sub {
    background-position: 27px 11px;
    padding-left: 41px;
}
.slider-pro-wrap {
    margin-bottom: 10px;
}
#my-slider-details {
    display: none;
}
.details-tabs .nav-tabs {
    padding-bottom: 20px;
    border: none;
}
.details-tabs .nav-tabs &gt; li &gt; a {
    border: 1px solid #e1e1e1;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    color: inherit;
}
.details-tabs .nav-tabs &gt; li &gt; a.active {
    border-bottom: 0;
}
div.gdl-package-grid2.style1 .package-media-wrapper {
    border: 3px solid #eee;
    margin-bottom: 5px;
}
div.gdl-package-grid2.style1 .package-title-wrapper {
    position: initial;
    display: inline-block;
    width: initial;
}
div.gdl-package-grid2.style1 .package-title a {
    color: #333;
}
div.gdl-package-grid2.style1 .package-info {
    float: left;
    margin-top: 10px;
}
div.gdl-package-grid2.style1 .package-info .icon-tag {
    color: #939393;
}
div.gdl-package-grid2.style1 .package-date
{
    text-align: left;
    padding-left: 10px;
}
/* End product */

/* Slider product same */
.my-owl.owl-theme {
    position: relative;
}
.my-owl.owl-theme .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}
.my-owl.owl-theme .owl-nav div, .my-owl.owl-theme .owl-nav:hover div{
    top:0;
    bottom: inherit;
    font: normal normal normal 14px/1 FontAwesome;
    color: transparent;
    background: none;

    text-align: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 0px;
    z-index: 9;
    line-height: 36px;
}
.my-owl.owl-theme .owl-nav div:hover {
    background-color: #eee;
}
.my-owl.owl-theme .owl-nav div.owl-prev, .my-owl.owl-theme .owl-nav div.owl-next{
    position: absolute;
    top: -10px;
    margin: 0;
    padding: 0 15px;
    display: inline-block;
}
.my-owl.owl-theme .owl-nav div.owl-prev{
    right:70px;
}
.my-owl.owl-theme .owl-nav div.owl-next{
    right:10px;
}
.my-owl.owl-theme .owl-nav div.owl-prev:before {
    content: '\f104';
    color: #aaa;
}
.my-owl.owl-theme .owl-nav div.owl-next:before{
    content: "\f105";
    color: #aaa;
}
/* End slider product same */

/* Login */
.btn_login_social {
    margin-top: 20px;
}
.btn_login_social span,
.btn_login_social i {
    color: #fff !important;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    font-size: 16px;
}
.btn_login_social .btn_facebook_v1 {
    background: #3B5998;
    /*padding: 7px 25px;*/
}
.btn_login_social .btn_gplus_v1 {
    background: #dd4b39;
    /*padding: 7px 35px;*/
}
.box_area_login_v1 .controls, .form-control-wrapper, .fl-flex-label {
    position: relative;
}
.form-group &gt; div {
    display: inline-block;
    width: 100%;
}
/* End Login */

/* Service */
/* End Service */

/* Booking */
.booking-main-title {
}
.booking-sub-title {
    font-size: 20px;
    font-weight: bold;
    color: #3389d7;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid #3389d7;
}
/* End Booking */

/* Cart */
/* End Cart */

/* Pages */
/* End Pages */

/* Newsletter */
section#subscribe {
    background: url('../../images/subscribe_bg.jpg') no-repeat left top;
}
.subs_form .newsletter-container {
    width: calc(50% + 110px);
    position: relative;
}
.subs_form .newsletter-container input.form-control {
    width: calc(100% - 115px);
}
.subs_form .newsletter-container button.form-control {
    width: 110px;
    overflow: hidden;
}
@media screen and ( max-width: 991px ) {
    .subs_form .newsletter-container {
        margin: 0px auto;
    }
}
/* End Newsletter */

/* Single Newsletter */
.form-newsletter-single-container ul {
    margin: 0px;
    padding: 0px;
}
.form-newsletter-single-container ul li {
    list-style-type: none;
}
.form-newsletter-single-container {
    width: 100%;
    display: block;
}
.form-newsletter-single {
    position: relative;
}
.form-newsletter-single input {
    border: none;
    width: calc(100% - 70px);
    height: 30px;
    color: #575757;
    float: left;
}
.form-newsletter-single button {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    width: 75px;
    height: 30px;
    background: #3389d7;
    color: #fff;
}
.form-newsletter-single div.form-tooltip-error {
    position: absolute;
}
.form-newsletter-single div.form-tooltip-error:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -5px;
    width: 0;
    height: 0;
    background: none;
}
.footer-newsletter {
    display: inline-block;
    width: 100%;
}
/* End Single Newsletter */

/* Social links */
/*SOCIAL ICON*/
.social-img-icons {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
.social-switch-icon-wrap, .footer_copy_right p.social-switch-icon-wrap {
    padding-top: 20px;
    line-height: 60px;
}
.social-switch-icon-v2{
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;                           
    overflow: hidden;
    text-align: left;
}
.social-switch-icon-v2&gt;i{
    position: absolute;
    top: 0px;
    font-size: 20px;
    width: 100%;
    height: 100%;
    line-height: inherit;
    text-align: center;
    -webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;
    background-color: #fff;
    color: #2C2626;
    border-radius: 16px;
}
.social-switch-icon-v2&gt;i:last-child{
    top: 100%;
    background-color: #fff;
    color: #2C2626;
}
.social-switch-icon-v2:hover&gt;i:first-child{
    top: -100%;
}
.social-switch-icon-v2:hover&gt;i:last-child{
    top: 0px;
}

.top-social-wrapper .social-switch-icon-v2 {
    width: 18px;
    height: 18px; 
}
.top-social-wrapper .social-switch-icon-v2&gt;i {
    font-size: 13px;
}

.social-32 img ,.social-32 div.social-wrapper img {
    max-width: 32px;
    max-height: 32px;
    width: 32px;
    height: 32px;
}
/* End social links */

/* Appointment */
/* End Appointment */
/* Search */
/* End Search */</pre></body></html>