<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative:400,700&amp;display=swap');

.header-main { 
    border-top-color: transparent;
    border-top-width: 0px;
}

.top-header {
    background-image: url('../images/main-banner-1.png');
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 226px
}

.section-header {
    background-image: url(../images/icons/section-separator.svg);
    background-size: 80px;
}

.section-header h1 {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 40px;
    color: #003462;
    font-weight: 700;
    letter-spacing: 2px;
}

.section-header h2 {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #003462;
}

.intro-section .intro-content a.h3,
.intro-section .intro-content h3 {
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    font-style: normal;
    color: #1f8bf3;
    margin-bottom: 22px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 44px !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    position: relative;
}

.intro-section .intro-content h3 {
    margin-bottom: 5px;
    margin-top: 20px !important;
    font-size: 21px;
}

.intro-section .intro-content a.h3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #1f8bf3;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.5s ease-in-out;
}
.intro-section .intro-content a.h3:hover:before {
    visibility: visible;
    transform: scaleX(.6);
}

.intro-section .intro-content a.h3::after,
.intro-section .intro-content a.thumb::after {
    content: "";
    padding-left: 0;
}

.intro-section .intro-content img {
    border: solid 5px #f9f9f9;
    -webkit-transition: border-color 1s ease 0s;
    -moz-transition: border-color 1s ease 0s;
    -o-transition: border-color 1s ease 0s;
    transition: border-color 1s ease 0s;
}
.intro-section .intro-content img:hover {
    border-color: rgba(31, 139, 243, .75);
}

/* Begin Inside Page Styles */
.inside-page .intro-section .intro-content img,
.img-border {
    border: solid 5px #f9f9f9;
    border-radius: 0;
}
.inside-page .intro-section .intro-content img:hover {
    border: solid 5px #f9f9f9;
}
.body-content {
    text-align: left !important;
}
.body-content.text-center {
    text-align: center !important;
}
.body-content p {
    margin-bottom: 0 !important;
}
.body-content a {
    font-style: normal !important;
    text-transform: none !important;
}
.body-content a:after {
    content: '' !important;
    padding-left: 0 !important;
}
/* End Inside Page Styles */

.season {
    margin-top: 7px;
    margin-bottom: 0 !important;
}

.price {
    height: auto;
    padding: .1em .9em 1.6em;
    pointer-events: auto;
    text-align: center;
}
.currency {
    display: inline-block;
    margin-top: -8px;
    vertical-align: top;
    font-size: 2rem;
    color: #777;
}

.value {
    font-size: 3.3rem;
    font-weight: 300;
    letter-spacing: 0;
}

.duration {
    font-size: 1.4rem;
}
.duration::before {
    content: '/';
    margin-right: 2px;
}

.logo { max-height: 150px; }

.testimonial-block {
    border-top-color: #dedede;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span, .testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #003462;
}
.testimonial-content p {
    line-height: 22px;
    padding-left: 0;
}
.testimonial-section .owl-carousel .owl-item img {
    width: 134px;
    margin-right: 15px;
    border: solid 3px #dedede;
    box-shadow: 0px 0px 0px 5px #fff;
}

.phone a:before {
    /*content: 'Reservations';
    position: absolute;
    top: 5px;
    font-weight: normal;
    left: 50%;
    margin-left: -52px;
    width: 100px;
    background-color: #fff;*/
}

.menu-block .social-media {
    float: right;
    padding: 2px 15px;
    margin: 20px 0 0 0;
}

.social-media a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #d2d2d2;
    border: 1px solid #d2d2d2;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.social-media a:hover {
    color: #003462;
    border-color: #003462;
}

.pb-4, .py-4 { padding-bottom: 1.5rem!important; }
.pb-5, .py-5 { padding-bottom: 3rem!important; }

.ow-navigation .nav.navbar-nav li &gt; a {
    color: #003462;
    -webkit-transition: color 1s ease 0s;
    -moz-transition: color 1s ease 0s;
    -o-transition: color 1s ease 0s;
    transition: color 1s ease 0s;
}

.ow-navigation .nav.navbar-nav &gt; li.active &gt; a, 
.ow-navigation .nav.navbar-nav &gt; li.active:hover &gt; a, 
.ow-navigation .nav.navbar-nav &gt; li.active:focus &gt; a, 
.ow-navigation .nav.navbar-nav &gt; li:hover &gt; a, 
.ow-navigation .nav.navbar-nav &gt; li:focus &gt; a, 
.ow-navigation .nav.navbar-nav &gt; li &gt; a:hover, 
.ow-navigation .nav.navbar-nav &gt; li &gt; a:focus, 
.ow-navigation .dropdown-menu li:hover &gt; a, 
.ow-navigation .dropdown-menu li &gt; a:hover {
    border-top-color: #003462;
    color: #1f8bf3;
}
.ow-navigation .nav.navbar-nav &gt; li.phone:hover &gt; a, 
.ow-navigation .nav.navbar-nav &gt; li.phone:focus &gt; a {
    border-top-color: transparent;
}

.ow-navigation .nav.navbar-nav &gt; li.phone &gt; a {
    font-weight: bold;
    font-size: 18px;
}

.ftr-widget {
    color: #ccc;
}

.ftr-widget p a {
    color: #ccc;
    -webkit-transition: color ease-in-out 0.2s;
    -moz-transition: color ease-in-out 0.2s;
    -o-transition: color ease-in-out 0.2s;
    transition: color ease-in-out 0.2s;
}
.widget-title {
    
}
.ftr-widget .widget-title {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.ftr-widget .widget-title span {
    margin-top: 18px;
}

.footer-main::before {
    background-color: #003462;
}

.footer-main {
    background: none;
    padding-top: 45px;
}

.footer-bottom { 
    margin-top: 15px;
    padding: 34px 0 24px 0;
}

.footer-bottom ul li a {
    background-color: #ccc;
    color: #003462;
    -webkit-transition: background-color ease-in-out 0.2s;
    -moz-transition: background-color ease-in-out 0.2s;
    -o-transition: background-color ease-in-out 0.2s;
    transition: background-color ease-in-out 0.2s;
}
.footer-bottom ul li a:hover {
    color: #003462;
    background-color: #fff;
}

.footer-bottom .copyright p { color: #ccc; }
.copyright span { color: #fff; }

.footer-logo {
    display: block;
    margin-top: -15px;
}
.footer-logo img {
    max-width: 150px;
}

/* browsers larger than 767px */
@media (min-width: 768px) {
	
}

/* browsers smaller than 992px */
@media (max-width: 991px) {
    .ow-navigation .navbar-toggle {
        background-color: #003462;
    }
	.ftr-widget.location-widget, .ftr-widget.phone-widget, .ftr-widget.mail-widget {
        text-align: center;
    }
    
    .footer-main .ftr-widget {
        margin-bottom: 15px;
    }
    
    .footer-logo {
        text-align: center;
        margin: auto;
        margin-bottom: 25px;
        margin-top: 0;
    }
    .menu-block.navbar-fixed-top .ow-navigation .navbar-brand {
        display: block;
        line-height: 30px;
        text-align: center;
    }
    .navbar-fixed-top .ow-navigation .navbar-brand {
        padding: 0 0 15px 0;
    }
    .ow-navigation .navbar-toggle {
        margin-top: 14px;
        margin-bottom: 14px;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    .ow-navigation .ddl-switch {
        background-color: #003462;
    }
    .ow-navigation .nav.navbar-nav &gt; li.active &gt; a, .ow-navigation .nav.navbar-nav &gt; li.active:hover &gt; a, .ow-navigation .nav.navbar-nav &gt; li.active:focus &gt; a, .ow-navigation .nav.navbar-nav &gt; li:hover &gt; a, .ow-navigation .nav.navbar-nav &gt; li:focus &gt; a, .ow-navigation .nav.navbar-nav &gt; li &gt; a:hover, .ow-navigation .nav.navbar-nav &gt; li &gt; a:focus, .ow-navigation .dropdown-menu li:hover &gt; a, .ow-navigation .dropdown-menu li &gt; a:hover {
        border-top-color: #003462;
    }
    
    .menu-block .social-media {
        position: absolute;
        left: 15px;
        margin-top: 9px;
        z-index: 10;
    }
}
/* browsers smaller than 1200px */
@media (max-width: 1199px) {
	
}

/* browsers larger than 768 and smaller than 1200px */
@media (min-width: 767px) and (max-width: 991px) {
	
}

/* browsers smaller than 999px */
@media (max-width: 1000px) {
    /*.top-header .logo-block {
        margin-top: 0px;
    }*/
}

/* browsers smaller than 991px */
@media (max-width: 992px) {
    .ow-navigation .dropdown-menu &gt; li:hover &gt; a, .ow-navigation .dropdown-menu &gt; li &gt; a:hover {
        color: #1f8bf3;
    }
    
    .logo {
        max-height: 120px;
    }
    
    .top-header {
        padding-bottom: 126px;
    }
}

/* browsers smaller than 900px */
@media (max-width: 900px) {
    
}

/* browsers smaller than 768px */
@media (max-width: 767px) {
    .top-header .logo-block {
        margin-top: -15px;
        margin-bottom: 15px;
    }
}

/* ************************** */

/* browsers larger than 991px */
@media (min-width: 992px) {
	.dropdown-menu {
        min-width: 240px;
    }
}
/* browsers larger than 1500px */
@media (min-width: 1500px) {
    .top-header {
        background-position: center -50px;
    }
}
/* browsers larger than 1700px */
@media (min-width: 1700px) {
    .top-header {
        background-position: center -100px;
    }
}</pre></body></html>