<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.bottombar a.uk-button:after{
content:none;
}
.bottombar a.uk-button {
width:27%;
padding-left:0;
padding-right:0;
border-left:1px #CCC solid;
border-right:1px #CCC solid;
}

.pagetop-slide-max-height {
	max-height:800px;
}



.room-heading h1 {
font-size:1.6rem;
margin-top:20px;
}

h2.topslider1 {
color: white;
font-size:1.3rem;
}
@media (max-width:767px) {
	h2.topslider1 {
	font-size:1rem;
	}
}

h2.topslider1 {
color: white;
font-size:1.2rem;
}
@media (max-width:767px) {
 h2.topslider1 {
 font-size:1.1rem;
 }
}

.net_entry {
	position:fixed;
	right:5px;
	top:110px;
	width:90px;
	height:35px;
	font-size:16px;
        font-weight:bold;
	/*background: #b19f4c;*/
	/*border: 2px #FFF solid;*/
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	border-radius: 100%!important;
	z-index: 9999;
	color: #FFF;
	text-align: center;
	padding-top: 57px;
	line-height: 100%;
	-webkit-animation: 2.0s fuwafuwa infinite ease;
	animation: 2.0s fuwafuwa infinite ease;
}


.net_entry i {
	position:absolute;
	font-size:30px;
	top:18px;
	left:50%;
	margin-left:-13px;
	color:#FFF;
}


.net_entry a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@-webkit-keyframes fuwafuwa {
	0%,100% {
		top:180px;
	}
	50% {
		top:185px;
	}
}
@keyframes fuwafuwa {
	0%,100% {
		top:180px;
	}
	50% {
		top:185px;
	}
}

@-webkit-keyframes fuwafuwa2 {
	0%,100% {
		top:300px;
	}
	50% {
		top:305px;
	}
}
@keyframes fuwafuwa2 {
	0%,100% {
		top:300px;
	}
	50% {
		top:305px;
	}
}

#uk-footer .uk-list-divider &gt; li:nth-child(n+2) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dotted #ccc;
    font-size:12px;
}


.page-heading-simple {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom:20px;
	text-align: center;
}


.page-heading-simple h1 {
        font-size:24px;
        line-height:130%;
        margin-top:5px;
        margin-bottom:0;
        color:#666;
}

.page-heading-simple &gt; span {
        color: #002870;
}

@media (max-width:767px) {
    .page-heading-simple h1 {
        font-size:20px;
    }
} /* end @media*/


/*google map responsive*/
.googlemapWrapper &gt; iframe {
    width:100%;
    height:500px;
    /*pointer-events: none;*/
    border:none;
}

.googlemapWrapper_s &gt; iframe {
    width:100%;
    height:200px;
    /*pointer-events: none;*/
    border:none;
}
</pre></body></html>