<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'dearJoe 5 CASUAL';
	src:url('../fonts/dearJoe 5 CASUAL.ttf');
}
@font-face {
	font-family: 'Gotham Rounded Book';
	src:url('../fonts/gotham-rounded-book.ttf');
}


@import url("//fonts.googleapis.com/css?family=Junge");



/* Global 
====================================================================== */
body {
	margin: 0;
	font-family: 'Junge', serif;
	font-family: 'Gotham Rounded Book', serif;
	font-size: 14px;
	line-height: 19px;
	color: #383838;
	background: url("../img/bg/bg.png") #ffffff top center repeat;
}


/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-moz-selection {
	background: #333;
	color: #fff;
}
::selection {
	background: #333;
	color: #fff;
}



a{
	text-decoration: none !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
p {
	margin-bottom: 20px;
}



.delay1{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s; 
}
.no-left-right-margin{
	margin-left: 0;
	margin-right: 0;
}
.no-left-right-padding{
	padding-left: 0;
	padding-right: 0;
}
.bold{
	font-weight: bold;
}
.underline{
	text-decoration: underline;
}
.dib{
	display: inline-block;
}
.casual {
	font-family: 'dearJoe 5 CASUAL';
}
.red {
	color: #eb3337;
}



/* home */
.navbar-default {
	background: transparent;
	border: none;
	padding-top: 30px;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-default .navbar-nav&gt;li&gt;a {
	font-family: 'Junge', serif;
	text-transform: uppercase;
}
.navbar-default .navbar-nav&gt;li&gt;a span {
	color: #9d3f5a;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover, 
.navbar-default .navbar-nav&gt;li&gt;a:focus, .navbar-default .navbar-nav&gt;li&gt;a:hover {
	color: #555;
	background: url("../img/active-menu.png") bottom center no-repeat;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	transition: 0s all ease-in-out;
}


.logo-section {
	color: #ffffff;
	background: url("../img/bg/logo.png") #eb3337 top center repeat;
	padding-bottom: 10px;
	font-family: 'Junge', serif;
}
.logo-section h1 {
	text-shadow: 1px 2px 6px rgba(84, 84, 84, 0.75);
	
	margin-bottom: 5px;
	font-size: 52px;
}
.logo-section p {
	text-shadow: 1px 8px 6px rgba(84, 84, 84, 0.34);
}
.logo-section a {
	color: #ffffff;
	display: inline-block;
}
.banner-section {
	margin-bottom: 45px;
}
.home-thumbnail-block-1 {
	background: url("../img/bg/home-thumbnail-block-1.png") top left no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding: 10px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.home-thumbnail-block-2 {
	background: url("../img/bg/home-thumbnail-block-2.png") top right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding: 10px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.home-thumbnail-block-3 {
	background: url("../img/bg/home-thumbnail-block-3.png") top right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding: 10px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.home-thumbnail-block-1 img, .home-thumbnail-block-2 img, .home-thumbnail-block-3 img {
	width: 100%;
}
.btn-view {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.21);
	border: 1px solid #ffffff;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.thumb-content {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	overflow: hidden;
}
.thumb-content p {
	font-family: 'dearJoe 5 CASUAL';
	position: absolute;
	right: 15px;
	bottom: 50px;
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
}
.thumb-content .btn-view {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 13px;
    padding: 7px 15px;
}
.btn-view.hvr-bounce-to-top:before {
	background: #eb3337;
}
.book-now {
	background: #ffffff;
	box-shadow: 0 0 20px #ccc;
	padding: 40px 15px 40px 15px;
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
}
.book-now h1 {
	color: #000000;
	font-family: 'dearJoe 5 CASUAL';
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	font-weight: bold;
}
.book-now .btn-view {
	color: #eb3337;
	background: transparent;
	border: 1px solid #eb3337;
	margin-left: 45px;
	font-weight: bold;
	padding: 14px 45px;
}
.book-now .btn-view:hover {
	color: #ffffff;
}
.value-trust {
	color: #ffffff;
	background: url("../img/bg/value-trust.png") top center no-repeat;
	padding-top: 60px;
	padding-bottom: 60px;
}
.value-trust .block-1 {
	text-align: center;
	padding-top: 135px;
	float: right;
}

footer {
	color: #5e5e5e;
	background: #000000;
	font-family: 'Junge', serif;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 11px;
}
footer a, footer a:hover {
	color: #5e5e5e;
}
footer .block-1 {
	text-align: right;
	padding-top: 12px;
	float: right;
}







.backToTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 10;
	background: url('../img/back-to-top.png') no-repeat; /* fallback for older browsers */
	background: url('../img/back-to-top.png') no-repeat;
	border-radius: 5px;
}




/* about */
.about-mid {
	background: url("../img/bg/about-mid.png") top right no-repeat;
	position: relative;
	z-index: 1;
}
.about-mid .block-2 {
	color: #ffffff;
	padding-top: 45px;
}
.about-bottom-section {
	padding-bottom: 60px;
}
.about-bottom-section .block-1 .img {
	width: 165px;
	background: url("../img/bg/left-bottom.png") bottom left no-repeat;
	padding: 0 15px 8px 8px;
	margin-bottom: 15px;
	float: left;
}
.facilities-section {
	background: url("../img/bg/facilities.png") bottom left no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 10px;
}
.facilities-section ul {
	text-align: center;
}
.facilities-section ul li.h2 {
	color: #ffffff;
	margin-right: 30px;
	font-size: 36px;
}
.facilities-section ul li {
	padding-bottom: 16px;
}



/* gallery */
ul.gallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
}
ul.gallery  li {
	background: url("../img/bg/home-thumbnail-block-2.png") bottom right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
ul.gallery  li img {
	width: 100%;
	padding: 12px;
}
.lSSlideOuter .lSPager.lSGallery img {
	background: url("../img/bg/home-thumbnail-block-1.png") top left no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.lSAction &gt; .lSPrev {
	left: 25px;
}
.lSAction &gt; .lSNext {
	right: 25px;
}



/* contact */
.contact-details h4 {
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
}
.contact-block .form-group {
	margin-bottom: 8px;
}
.contact-block .form-control {
	height: auto;
	color: #282828;
	font-size: 12px;
	border: 1px solid #EAEAEA;
	padding: 7px 10px;
	resize: none;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.contact-block .btn {
	color: #ffffff;
	padding: 7px 25px;
	background: #383838;
	border: 1px solid #ffffff;
	margin-left: 10px;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.contact-mid {
	background: url("../img/bg/about-mid.png") top right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
}
.contact-mid .block-2 {
	color: #ffffff;
	padding-top: 45px;
}
.map-section {
	border-top: 7px solid #ec4144;
	border-bottom: 7px solid #ec4144;
	margin-top: -60px;
}

#google-maps iframe {
	pointer-events: none;
}




/* Higher than 1200 (desktop devices)
====================================================================== */
@media only screen and (min-width: 1200px) {
	.container {
		width: 1256px;
	}
}

/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
 
}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.value-trust {
		background: url("../img/bg/value-trust.png") top center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.value-trust .block-1 {
		padding-top: 0;
	}
	
	.about-mid, .contact-mid {
		background: none;
	}
	.about-mid .block-2, .contact-mid .block-2 {
		background: url("../img/bg/about-mid-xs.png") top center repeat;
		padding-bottom: 30px;
		margin-top: 20px;
	}
	.contact-mid {
		margin-bottom: 50px;
	}
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
	.navbar-default {
		padding-top: 10px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.navbar-toggle {
		border: none;
		margin-right: 0;
	}
	.logo-section h1 {
		font-size: 24px;
	}
	
	.value-trust {
		background: url("../img/bg/value-trust.png") top center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.value-trust .block-1 {
		padding-top: 0;
	}
	
	.book-now {
		padding: 40px 15px 60px 15px;
		margin-top: 10px;
	}
	.book-now h1 {
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 30px;
	}
	.book-now .btn-view {
		margin-left: 0;
		padding: 14px;
		width: 100%;
	}
	
	footer {
		text-align: center;
		padding-bottom: 15px;
	}
	footer .block-1 {
		text-align: center;
		padding-bottom: 20px;
	}
	
	
	.about-mid, .contact-mid {
		background: none;
	}
	.about-mid .block-2, .contact-mid .block-2 {
		background: url("../img/bg/about-mid-xs.png") top center repeat;
		padding-bottom: 30px;
		margin-top: 20px;
	}
	.contact-mid {
		margin-bottom: 50px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
	.logo-section h1 img {
		width: 35px;
	}
	.book-now {
		padding: 40px 15px 60px 15px;
		margin-top: 10px;
	}
	.book-now h1 {
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 30px;
	}
	.book-now .btn-view {
		margin-left: 0;
		padding: 14px;
		width: 100%;
	}
}
.bold a{
	color: #000;
}

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