<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
DO NOT EDIT THIS FILE!

If there is an issue and you feel you need to make changes to this file contact Nick or Rusu to discuss
*/


/** General **/

body {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
}

a,
a:hover {
    color: #2ba6cb;
}

.form-group {
    margin-bottom: 11px
}



/** Buttons **/
.primary-button,
.btn-primary,
.btn-ghost {
    border-radius: 0;
}

.btn-ghost {
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #fff;
    color: #fff;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.btn-ghost:hover,
.btn-ghost:focus {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}



/** Page section **/
.o-page-section {
	padding: 35px 0;
}

@media screen and (min-width: 992px) {

    .o-page-section {
        padding: 50px 0;
    }
}

.o-page-section--no-padd-btm {
    padding-bottom: 0;
}



/** Headings **/
.c-heading-primary {
    color: #2ba6cb;
    font-size: 28px;
    margin-bottom: 25px !important;
    margin-top: 0;
    text-align: center;
}

.c-heading-primary:after {
    background-color: #2ba6cb;
    content: "";
    display: block;
    height: 3px;
    margin: 20px auto;
    width: 12%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

    .c-heading-primary {
        font-size: 32px;
    }
}

@media screen and (min-width: 1200px) {

    .c-heading-primary {
        font-size: 40px;
    }
}



/** Page Header **/
.c-page-header {
    background-color: #2ba6cb;
    color: #fff;
    -webkit-transform: translateZ(1); /* fixes on scroll element disappearing bug in chrome */
    width: 100%;
    z-index: 1000;
}

.home .c-page-header {
    position: absolute;
    background-color: transparent;
}



/** Site Logo **/
.c-site-logo {
    background-color: transparent;
    height: 70px;
	left: 50%;
    margin: 10px auto;
    max-width: 200px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-50%);
    z-index: 11;
}

.c-site-logo img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
    
    .c-site-logo {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {

    .c-site-logo {
        height: 120px;
    }
}



/** Top Header **/
.c-header-top {
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 53%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 53%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 53%,rgba(0,0,0,0.2) 100%);
    padding: 5px 0;
}

.c-header-top__item:first-child {
    text-align: left;
}

.c-header-top__item:nth-child(2) {
    display: none;
}

.c-header-top__item:last-child {
    text-align: right;
}

.c-header-top a,
.c-header-top a:hover {
    color:#fff;
}

.c-header-top .fa {
    margin-right: 5px;
}

.c-header-top p {
    margin-bottom: 0;
}

.c-header-top .spoontalk-sociamedia-icons-widget i {
    background: transparent !important;
    font-size: 16px !important;
	width: 20px !important;
	height: 20px !important;
}

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

	.c-header-top {
        display: none;
    }
}

@media screen and (min-width: 992px) {

    .c-header-top__item:nth-child(2) {
        display: block;
        text-align: center;
    }
}



/** Fixed Header **/
.c-page-header.fixed_menu {
    background-color: #368ded;
	position: relative;
	-webkit-transition: background-color 0.3s linear, -webkit-transform 0.3s;
    transition: background-color 0.3s linear, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, background-color 0.3s linear;
    transition: transform 0.3s, background-color 0.3s linear;
    transition: transform 0.3s, background-color 0.3s linear, -webkit-transform 0.3s;
    width: 100%;
}

.c-page-wrapper.slidebar-active .c-page-header.fixed_menu {
    transition: none;
}

.home .c-page-header.fixed_menu {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
}

.c-page-header.fixed_menu.fixed_menu--not-top {
    background-color: rgba(43, 166, 203, 0.9);
    position: fixed;
	top: 0;
}

.home .c-page-header.fixed_menu.fixed_menu--not-top {
    background-color: rgba(0, 0, 0, 0.6);
}

#wrapper {
    padding-top: 0;
}

#wrapper.fixed_menu--on {
    padding-top: 90px;
}

.home #wrapper.fixed_menu--on {
    padding-top: 0;
}

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

    /* .c-page-header.fixed_menu.fixed_menu--not-top .c-site-logo {
		display: none;
    } */
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	#wrapper.fixed_menu--on {
        padding-top: 119px;
    }
}

@media screen and (min-width: 992px) {

	#wrapper.fixed_menu--on {
        padding-top: 129px;
    }
}



/** Nav Wrapper **/
.c-nav-wrapper {
    height: 70px;
}

@media screen and (max-width: 767px) {
    
    .c-nav-wrapper {
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .c-nav-wrapper {
        height: 90px;
    }
}

@media screen and (min-width: 992px) {

    .c-nav-wrapper {
        height: 100px;
    }
}


/** Navigation **/
.c-navbar .c-navbar__brand {
    color: #fff;
}

.c-navbar .c-navbar__toggle:focus,
.c-navbar .c-navbar__toggle:hover {
	background-color: transparent;
}

.c-navbar .c-navbar__toggle .icon-bar {
    background-color: #fff;
    border-radius: 3px;
	width: 30px;
}

.c-nav-menu {
    text-transform: uppercase;
}

.c-nav-menu .menu-item .dropdown-menu {
    background: #fff;
}

.c-nav-menu .dropdown-menu .menu-item a {
    background-color: transparent;
    color: #333;
    padding: 7px 15px;
}

.c-nav-menu .c-nav-menu__inner &gt; .menu-item &gt; a,
.c-nav-menu .c-nav-menu__inner &gt; .menu-item.active &gt; a,
.c-nav-menu .c-nav-menu__inner &gt; .menu-item.open &gt; a {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 10px 15px;
}

.c-nav-menu .c-nav-menu__inner .menu-item a:hover,
.c-nav-menu .c-nav-menu__inner .menu-item a:focus,
.c-nav-menu .c-nav-menu__inner .open .menu-item.active &gt; a,
.c-nav-menu .c-nav-menu__inner .open .dropdown-menu &gt; .menu-item &gt; a:hover {
    color: #2ba6cb;
}

.c-nav-menu--slide .dropdown-menu {
    padding-left: 15px;
}

@media all and (max-width: 767px) {

    .c-navbar .c-nav-menu .open .dropdown-menu &gt; .menu-item.active &gt; a {
        background-color: transparent;
    }

    .c-navbar--mobile {
        margin-top: 20px;
    }

    .c-navbar--mobile .c-nav-menu {
        margin-top: 20px;
    }
}

@media all and (min-width: 768px) {

    .c-nav-menu .c-nav-menu__inner &gt; .menu-item &gt; a {
        color: #fff;
    }

    .c-nav-menu--left {
        text-align: left;
    }

    .c-nav-menu--right .c-nav-menu__inner &gt; .menu-item:last-child &gt; a {
        padding-right: 0;
    }

    .c-nav-menu--left .c-nav-menu__inner &gt; .menu-item:first-child &gt; a {
        padding-left: 0;
    }

    .c-nav-menu__inner .menu-item .caret {
        display: none;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {

    .c-navbar--mobile {
        top: 60px;
    }

    .c-navbar--mobile .c-nav-menu {
        text-align: center;
    }

    .c-nav-menu .c-nav-menu__inner &gt; .menu-item &gt; a,
    .c-nav-menu .c-nav-menu__inner &gt; .menu-item.active &gt; a,
    .c-nav-menu .c-nav-menu__inner &gt; .menu-item.open &gt; a {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .c-nav-menu .open .dropdown-menu li ul {
		padding-left: 20px;
	}
}

@media all and (max-width: 991px) {

    .c-navbar:not(.c-navbar--mobile) {
        display: none;
    }

    .c-nav-menu .open .dropdown-menu li ul {
		display: block;
		position: relative;
	}
}

@media all and (min-width: 992px) {

    .c-navbar {
        margin-top: 27px;
    }

    .c-navbar--mobile {
        display: none;
    }

    .c-nav-menu .menu-item {
      position: relative;
    }
  
    .c-nav-menu .dropdown-menu .menu-item:hover &gt; ul {
      display: block;
      left: 100%;
      top: -7px;
    }
}

/* Search Page */
.post_container .listing .star-rating{
	display: none;
}

/** Hero **/
.c-hero {
    position: relative;
}

.c-hero__search {
    background: rgba(40, 46, 60, 0.6);
    bottom: 5%;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateZ(0); /* fixes on scroll element disappearing bug in chrome */
    width: 100%;
    z-index: 9;
}

.c-hero__search .widget-title {
	font-size: 20px;
	margin: 0 0 10px !important;
	text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.c-hero__search label {
	display: none;
}

.c-hero__search .has-feedback label ~ .form-control-feedback {
    height: 45px;
    line-height: 45px;
    top: 0;
    width: 42px;
}

.c-hero__search .search_widget {
    padding: 20px 15px 9px;
}

.c-hero__search .search_widget input,
.c-hero__search .search_widget select,
#resortpro_sw_bed {
    background-color: transparent;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    outline: 0;
    text-align: left;
    height: 45px;
}

.c-hero__search .search_widget .btn {
    border-color: #C2C2C2;
    height: 45px;
}

.c-hero__search #resortpro-widget-form {
    padding-bottom: 0;
}

.c-hero__search .form-control,
.c-page-footer .form-control {
    border: 2px solid #c2c2c2;
    border-radius: 0;
    color: #333;
    -webkit-appearance: none;
}

.c-hero__search .has-feedback .form-control {
	padding-right: 42px !important;
}

.c-hero__search .form-control::-moz-placeholder {
	color: #fff;
}

.c-hero__search .form-control::-webkit-input-placeholder {
	color: #fff;
}

#big-video {
    max-height: 820px;
    min-height: 520px;
    width: 100%;
    position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.c-hero__search select,
    .c-page-footer select,
    .c-cta-bar--jump-to select {
		background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%);
		background-position: calc(100% - 12px) calc(1em + 4px), calc(100% - 7px) calc(1em + 4px);
		background-size: 5px 5px, 5px 5px;
		background-repeat: no-repeat;
	}
}

.c-hero__search select:focus,
.c-page-footer select:focus,
.c-cta-bar--jump-to select:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%);
    background-position: calc(100% - 7px) calc(1em + 4px), calc(100% - 12px) calc(1em + 4px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    border-color: #fff;
    outline: 0;
}

@media all and (min-width: 768px) {

    .c-hero__search .widget-title {
        font-size: 24px;
    }
}



/** CTA Bar **/ 
.c-cta-bar {
    background-color: #2ba6cb;
    padding: 35px 0;
}

.c-cta-bar__heading {
    color: #fff;
    font-size: 20px;
    line-height: 46px;
    margin: 0;
    text-align: center;
}

.c-cta-bar__heading--browse {
    padding: 0 15px;
    text-transform: uppercase;
}

.c-cta-bar__btn {
    margin-left: 15px;
    padding: 9px 30px;
    text-transform: uppercase;
    vertical-align: bottom;
}

.c-cta-bar--jump-to .c-cta-bar__btn {
    margin-left: 0;
}

.c-cta-bar--jump-to select {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 46px;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    -webkit-appearance: none;
}

.c-cta-bar--jump-to .form label {
    display: none;
}

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

    .c-cta-bar--jump-to .c-cta-bar__heading {
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {

    .c-cta-bar--jump-to .c-cta-bar__heading {
        text-align: right;
    }

    .c-cta-bar--jump-to .form &gt; .row {
        float: left;
        margin: 0;
        width: 50%;
    }

    .c-cta-bar--jump-to .form-group {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    
    .c-cta-bar__heading {
        font-size: 22px;
    }
}

@media screen and (min-width: 1200px) {

    .c-cta-bar {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    
    .c-cta-bar__heading {
        font-size: 24px;
    }
}



/** Testimonials rotator **/
.c-testimonials-rotator .testimonial_rotator_quote {
    font-size: 20px;
    font-weight: bold;
    color: #6c6c6c;
	line-height: 1.25;
}

.c-testimonials-rotator .testimonial_rotator_author_info {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #8a8a8a;
}

.c-testimonials-rotator .testimonial_rotator_star .fa {
    font-size: 40px;
    margin-bottom: 5px;
}

.c-testimonials-rotator .testimonial_rotator_slide_title {
    display: none;
}

@media screen and (min-width: 992px) {

    .c-testimonials-rotator .testimonial_rotator_quote {
        font-size: 24px;
    }

    .c-testimonials-rotator .testimonial_rotator_star .fa {
        font-size: 44px;
        margin-bottom: 15px;
    }
}



/** Featured Blocks **/
.c-featured-blocks {
    margin: 0 -8px;
}

.c-featured-blocks__item {
    padding: 0 8px;
}

.c-featured-blocks__body {
    background-color: #000;
    margin-bottom: 16px;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    text-align: center;
}

.c-featured-blocks__body img {
    bottom: 0;
    height: auto;
    position: absolute;
    top: 0;
    left: -50%;
    margin: auto;
    right: -50%;
    width: 100%;
}

.c-featured-blocks__body:hover img {
    opacity: 0.8 !important;
}

.c-featured-blocks__body--square,
.c-featured-blocks__body--portrait {
    padding-bottom: 60%;
}

.c-featured-blocks__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.c-featured-blocks__heading {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
}

.c-featured-blocks__content p {
    color: #ccc;
}

.c-featured-blocks__content .btn {
    border-width: 1px;
    font-size: 12px;
    font-weight: 700;
    max-width: 200px;
    padding: 15px 20px;
    text-transform: uppercase;
    width: 100%;
}

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

    .c-featured-blocks__content .btn {
        margin-top: 10px;
    }

    .c-featured-blocks__content p {
        display: none;
    }
}

@media screen and (min-width: 768px) {

    .c-featured-blocks__body--square,
    .c-featured-blocks__body--portrait {
        padding-bottom: 100%;
    }

    .c-featured-blocks__body--square img,
    .c-featured-blocks__body--portrait img {
        height: 100%;
        width: auto;
    }
}

@media screen and (min-width: 992px) {

    .c-featured-blocks__body--portrait {
        padding-bottom: 150%;
    }
}

@media screen and (min-width: 1200px) {

    .c-featured-blocks__heading {
        font-size: 20px;
    }
}



/** Accreditation logos **/
.c-accreditation-logos {
    background-color: #fff;
}

.c-accreditation-logos .owl-item {
    text-align: center;
}



/** Page Footer **/
.c-page-footer {
    background-color:#000;
    border-top: 3px solid #2ba6cb;
    color: #fff;
    padding: 50px 0;
	position: relative;
}

.c-page-footer__widget label {
    display: none;
}

.c-page-footer__widget .widget-title {
    border-bottom: 1px solid #ccc;
    color: #fff;
    margin-bottom: 20px !important;
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.c-page-footer__widget ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.c-page-footer__widget ul li {
    line-height: 1.75;
}

.c-page-footer__widget #resortpro-widget-form {
    padding-bottom: 0;
}

.c-page-footer a {
    color: #fff;
}

.c-page-footer img {
    height: auto;
    max-width: 100%;
}

.c-page-footer .spoontalk-sociamedia-icons-widget i {
    background-color: #666;
    font-size: 16px !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 0;
}

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

    .c-page-footer__widget {
        margin-bottom: 30px;
        text-align: center;
    }
}



/** Copyright **/
.c-copyright-bar {
    background-color: #000;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
}

.c-copyright-bar a {
    color: #fff;
}



/** Scroll Top Btn **/
.c-scroll-top-btn {
    background-color: #666;
    font-size: 16px;
    color: #fff;
    height: 40px;
    left: 50%;
    line-height: 40px;
    position: absolute;
    top: -20px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
}

.c-scroll-top-btn:hover {
    background-color: #000;
    color: #fff !important;
}



/** Formidible Forms **/
.frm_form_fields input, .frm_form_fields textarea, .frm_form_fields button {
    display: block;
    width: 100%;
    height: 46px;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    border: none;
    background-color: #fff;
    color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 11px;
}

.frm_form_fields input[type="submit"], .frm_form_fields button[type="submit"] {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    color: #fff;
	background: #666;
}

.frm_form_fields input[type="submit"]:focus,
.frm_form_fields input[type="submit"]:hover, .frm_form_fields button[type="submit"]:focus,
.frm_form_fields button[type="submit"]:hover {
    color: #333;
    text-decoration: none
}

.frm_error_style,
.frm_error {
    color: #f90;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25em;
    margin: 5px 0;
}



/** Calendar **/
div#ui-datepicker-div {
    border-radius: 0!important;
    background: #fff;
    border-color: #ccc;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.ui-datepicker-header.ui-widget-header {
    border-radius: 0!important;
    border: none;
    background: #eee;
}

.ui-state-hover,
.ui-state-focus {
    background: #fff!important;
    border: none!important;
    border-radius: 0!important;
}

.ui-widget-content {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
}



/*Blog*/
#contentarea h1.entry-title {
	margin-bottom: 20px !important;
}
#contentarea h2 {
	margin-bottom: 10px !important;
}
#contentarea h3 {
	/*margin-bottom:5px !important;*/
}


#resortpro-book-unit {
    padding-top: 0
}

.layout-1 .ms-showcase2-template .ms-thumb-list .ms-thumb-frame,
.ms-showcase2-template .ms-thumb-list .ms-thumb-frame {
    height: auto;
}

.layout-1 .ms-showcase2-template {
    padding-bottom: 100px;
}



.tabs_area .nav-pills &gt; li {
    text-align: center;
    width: 100%;
}
#exTab3 .nav-pills &gt; li &gt; a {
    border-radius: 0;
	border-bottom:1px solid #f7f7f7;
}
.tabs_area .nav-pills &gt; li + li {
    margin-left: 0px;
}



/*fix grid 1 results*/
.grid-1 .propertyPhoto {
    overflow: hidden;
    padding-bottom: 60%; /*63% is 16by9 - 50% is 4x3*/
    position: relative;
    background: #666;
}

.grid-1 .propertyPhoto, .listing-1 .propertyPhoto a.thumb {
    height: 100%;
}

.grid-1 .propertyPhoto a:first-of-type {
    z-index:1000;
}

.grid-1 .propertyPhoto a img {
    height: auto !important;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.grid-1 .propertyPhoto, .grid-1 .propertyPhoto a {
    display: block;
    height: 100% !important;
}

.grid-1 .propertyPhoto a img {
    height: auto !important;
}

.grid-1 .propertyInfo {
    padding: 10px !important;
    background:#fafafa;
}

.grid-1 .propertyInfo2 {
background:#fafafa;
}

.grid-1 .property {
    margin: 8px 0 8px;
}

/*fix grid 2 results*/
h3.h5 {
    font-size: inherit;
}


/*Customizations to Layouts*/
/*Medium Thumbs*/
.price_wrapper.ng-scope span:first-child {
    font-size: 10px;
}
.rating-count {
    line-height: 18px;
}
.rating-stars.ng-isolate-scope {
    margin-bottom: 10px;
}
.streamline-pagination-wrapper .btn {
    margin-bottom: 10px;
}

.streamline-pagination-wrapper {
    margin-top: 30px;
}


/*Layout 3 Adjustments*/ 
div#room-details li {
    list-style: none;
}

</pre></body></html>