<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ADA-icons {
    color: #0563ae
}
.room-h2{
    font-size: 34px;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 5px;
}
.smoking-icons {
    color: #f71717
}

.bg-text {
    bottom: 25px;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 10px;
    text-align: right;
}

.bg-text span {
    background: rgba(000, 000, 00, 0.7);
    color: #fff;
    padding: 10px 20px;
}

.bar_overview {
    background: url("../themes/yosemite/img/guestrooms.png") no-repeat;
    height: 15px;
    margin-bottom: 0px;
    width: 92%;
}

.shadow {
    -webkit-box-shadow: 0px 2px 13px 0px rgba(138, 138, 138, 1);
    -moz-box-shadow: 0px 2px 13px 0px rgba(138, 138, 138, 1);
    box-shadow: 0px 2px 13px 0px rgba(138, 138, 138, 1);
}

.accomodation_div {
    margin-bottom: 15px;
}

.gaustroom h2 {
    margin-top: 0px;
}

.headdingtext {
    color: #000;
    /*text-transform: uppercase;*/

    font-weight: bold;
    /*font-family: 'ifc_railroadbold';*/
}

.room_category {
    font-size: 32px;
    padding: 5px 15px;
    text-transform: uppercase;
    margin: 35px auto;
    display: inline-block;
    color: #353535;
    font-weight: bold;
}

/* a:focus,
a:hover {
    color: #fff !important;
} */

@media screen and (min-width: 768px) {
    h2 span.fa-wheelchair {
        bottom: 0px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 2600px) {
    .bor_but {
        border-bottom: 1px solid #adb7bf;
    }
}

.black-bg {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 9;
    color: #fff;
    bottom: 0;
    padding: 0 15px 5px 15px;
    width: 100%;
}

.no_smoking {
    background: rgba(211, 211, 211, 211) url(../images/icons.png) no-repeat scroll -847px -53px;
    display: inline-block;
    height: 27px !important;

    position: relative;
    bottom: 0px;
    padding: 0;
    /* margin-right: 7px; */
    width: 27px !important;
    top: 5px;

}

.handicap {
    padding: 3px 5px !important;
    height: 27px !important;
    width: 27px !important;
    background: rgba(211, 211, 211, 211) !important;
}

.smoking {
    background: rgba(0, 0, 0, 0) url("../images/icons.png") no-repeat scroll -821px -57px;
    display: inline-block;
    height: 22px;
    width: auto;
    position: relative;
    bottom: -8px;
    padding: 10px;
    margin-right: 7px;
}

.hvr-float-shadow::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1;
}

.hvr-float-shadow {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
}

.hvr-float-shadow:hover::before,
.hvr-float-shadow:focus::before,
.hvr-float-shadow:active::before {
    opacity: 1;
    transform: translateY(5px);
}

.hvr-float-shadow::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    transform: translateY(-5px);
}

.FS25 {
    font-size: 25px;
    color: #8ccf49;
    font-weight: bold;
}

.gaustroom .fa-wheelchair {
    bottom: -9px;
    width: 22px;
    padding: 0;
}


/* ============================ Version 2.0 ============================ */

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.section-padding {
    padding-top: 3%;
    padding-bottom: 0;
}

.content-group {
    margin-bottom: 20px;
}

.accomodation_div h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #000;
    font-size: 42px;
    line-height: 63px;
    text-transform: uppercase;
}

.accomodation_div h2 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
}

.accomodation_div-content p,
.accomodation_div-content ol,
.accomodation_div-content ul,
.room_description .room_description-content p {
    /* color: #4A4A4A; */
    color: #7b7b7b;
    line-height: 25px;
}

.room_description-content p {
    text-align: justify;
}

.accomodation_div-content h4 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
}

.accomodation_div-content ol,
.accomodation_div-content ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.accomodation_div hr {
    border-top-color: #000;
}

.room-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.room-slider figure {
    display: block !important;
}

.room-slider figure img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    object-position: center right;
}

.room_description {
    padding: 0 50px;
    height: 570px;
    display: table-cell;
    vertical-align: middle;
}

.room_description h3 {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    margin-top: 0;
    margin-bottom: 25px;
}

.room_description .room_description-features span {
    display: inline-block;
    margin: 0 20px 10px 0;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}

.room_description .room_description-amenities ul {
    margin: 10px 0;
}

.room_description .room_description-amenities ul li,
.room_description .room_description-amenities ul li span {
    display: inline-block;
    font-size: 22px;
}

.room_description .room_description-amenities ul li:not(:last-child) {
    margin: 0 25px 10px 0;
}

.room_description .room_description-content {
    margin-bottom: 30px;
}

.room_description-nav .price,
.room_description-nav .book {
    display: block;
}

.room_description-nav .price .prefix {
    display: block;
    color: #959595;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
}

.room_description-nav .price .amount {
    display: block;
    font-size: 30px;
    line-height: 40px;
    /* margin-right: 30px; */
    margin-bottom: 10px;
}

.room_description-nav .book {
    margin-top: 20px;
}

.room_description-nav .book a:not(:last-child) {
    margin-right: 20px;
}

.desk-right {
    float: right;
}


.btn.btn-green {
    background-color: #00a651;
    border-color: #00a651;
    color: #fff;
}

.btn.btn-brown {
    background-color: #50453a;
    border-color: #50453a;
    color: #fff;
}

/* .btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active {
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
} */

/* ------------------------------------------------------------------------ 
                            Slick Customize CSS
--------------------------------------------------------------------------- */
.room-slider .slick-dots li,
.room-slider .slick-dots li button,
.room-slider .slick-dots li button:before {
    width: 25px;
    height: 10px;
    border-radius: 0;
    transition: all .15s;
}

.room-slider .slick-dots li.slick-active,
.room-slider .slick-dots li.slick-active button,
.room-slider .slick-dots li.slick-active button:before {
    width: 40px;
}

.room-slider .slick-dots li button:before {
    content: "";
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

.room-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #fff
}

/* .room-slider .slick-dots {
    text-align: left;
    bottom: 30px;
    left: 30px; 
    width:auto;
} */

.room-slider .slick-dots {
    text-align: center;
    bottom: 30px;
    left: 0;
    right: 0;
    width: auto;
}

.room-slider button.slick-arrow {
    
    right: 20px;
    z-index: 2;
}

.slick-prev:before, .slick-next:before {
    font-size: 35px;
}

.room-slider .slick-prev {
    left: unset;
    right: 100px !important;
    left: 20px;
}

.room-slider .slick-prev:before,
.room-slider .slick-next:before {
    opacity: 1;
}

.modal {
    z-index: 9999;
}

.bookbtn { 
    background-color: transparent;
    border: 1px solid var(--primary-dark);
    padding: 8px 16px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 0;
    transition: .3s all; color:var(--primary-dark)
    /* padding: 28px 40px !important; */
}

.bookbtn:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: #fff;
    -o-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
}

.accomodation_div-content p:last-child {
    margin-bottom: 0;
}



/* SLICK SLIDER CUSTOM FONT AWESOME ARROWS FOR MOBILE AND TABLET */

.slick-prev, .slick-next {
    top: 46%;
}

.slick-prev::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f053";
    font-size: 35px;
    font-weight: 900;
}  
.slick-next::before {
    font-family: 'Font Awesome 5 Free';
    content:  "\f054";
    font-size: 35px;  
    font-weight: 900;      
} 


/* ------------------------------------------------------------------------ 
                        Slick Customize CSS Ends
--------------------------------------------------------------------------- */

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

    .room_description-nav .price,
    .room_description-nav .book {
        text-align: center;
    }

    .room_description-nav .book a:not(:last-child) {
        margin-right: 0;
        margin-bottom:0px;
    }
}

@media screen and (max-width: 600px) {
    .room-slider figure img {
        height: auto;
    }

    .room-slider .slick-dots {
        text-align: center;
        left: 0;
    }
}

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

    .accomodation_div-content ol,
    .accomodation_div-content ul {
        column-count: auto;
    }

    .accomodation_div h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .accomodation_div h2 {
        font-size: 20px;
        line-height: 30px;
    }
	
	.btns,
	.bookbtn{
		font-size: 15px !important;
	}
}

@media screen and (max-width: 991px) {
    .room-slider .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .room_description {
        height: auto;
        padding: 20px 5px 5px;
        margin-bottom: 0;
        display: block;
    }

    .room-slider button.slick-arrow {
        right: 0;
    }

    .room-slider button.slick-arrow {
        top: 0;
        height: 100%;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        width: 60px;
    }

    .room-slider .slick-prev {
        left: 0;
    }

    .room-slider .slick-right {
        right: 0;
    }

    .room_category:first-child {
        margin-top: 30px !important;
    }

    .room_description-nav .book {
        margin: 20px 0 35px 0;
    }

    .room_category {
        margin: 0 auto 35px 0 !important;
    }
}


.room_description-amenities .close {
    color: #000 !important;
    opacity: 1;
    font-size: 32px;
    background-color: white;
}

.room_description-amenities .modal-body {
    position: relative;
    padding: 15px;
    max-height: calc(100vh - 190px);
    overflow-y: auto;
}

.room_description-amenities .modal-dialog {
    width: 600px;
    margin: 30px auto;
    width: calc(100vw - 100px);
}

.room_description-amenities .modal-body iframe {
    min-height: calc(100vh - 230px);
}

.room_description-amenities .modal-header {
    padding: 10px 15px;
}

.room-name {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 28px;
}

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

    .room_description .room_description-content {
        margin-bottom: 0px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .accomodation_div-content p, .accomodation_div-content ol, .accomodation_div-content ul, .room_description .room_description-content p {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
}

.room_description-amenities a {
    color: #333;
}</pre></body></html>