<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* new style */
.hide {
	display: none;
}
.left {
	float:left;	
}
.right {
	float:right;
}
.header-logo {
	position: absolute;
	width: 100%;
	z-index: 9999;
}
.top-bar {
	width: 100%;
	height: 15px;
	background-color: #fff;
	float: left;
}
.header-content {
	display: table;
	max-width: 550px;
	margin: 0 auto;
}
.main-logo {
	display: table-cell;
	vertical-align: middle;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-name: enterBtnAni;
}
.main-logo img {
	width: 80%;
	max-width: 550px;
}
.logo-container {
	background: url("../../images/logo-bg.png") no-repeat left top;
	width: 100%;
	display: block;
	float: left;
	padding-left: 20px;
}
.logo-container &gt; span {
	display:table-cell;
	vertical-align:middle;	
}
img.logo {
	height:62px;
}
.iconic {

}
.iconic img {
	max-width:576px;
	width:100%;
}
.event-content {
	padding: 20px;
}
.event-content .hashtag {
	font-size: 22px;
	color: #e2231a;
	font-weight: bold;
}
.event-content .red {
	color: #e2231a;
}
.event-content a {
	color: #e2231a;
}
.event-content a:hover {
	color: #0f82be;
}
#main .btn {
	text-align: center;
}
#main .btn a.more-details {
	background-color: #ec1839;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 10px 60px;
	border: 1px solid #ec1839;
}
#main .btn a:hover.more-details {
	background-color: #fff;
	color: #ec1839;
	border: 1px solid #ec1839;
}
.go-see-singapore {
	margin: 40px auto 20px;
}
#pointer {
	background-color: #fff;
	color: #051336;
	text-align: center;
	font-size: 24px;
	padding: 5px 40px;
	-webkit-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
	clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
}
.offer-title {
	background-color: #ec1839;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 0 40px;
	font-weight: bold;
	border-radius: 20px;
	margin: 0 auto;
}
.package {
	border: 1px solid #394768;
	padding: 20px;
	margin: 20px auto;
	width:100%;
	max-width:800px;
}
.package span.package_name {
	font-size:26px;
	font-weight:bold;	
}
.package span.price {
	font-size:36px;
	font-weight:bold;
}
.package span.per {
	font-size:18px;
	font-weight:bold;
}
a.btn_generic {
	border:1px solid #fff;	
	text-align: center;
	width:200px;
	height:50px;
	display:block;
	line-height:280%;
}
a:hover.btn_generic {
	border:1px solid #e2231a;	
	background-color:#e2231a;
	text-align: center;
	width:200px;
	height:50px;
	display:block;
	line-height:280%;
}
a.btn_generic.order-now {
	margin-top:3px;	
}
.hotel {
	padding: 0;
	margin: 20px auto 80px;
	width:100%;
	max-width:800px;
}
.hotel &gt; div {
	text-align:center;
	width:50%;
}
.hotel .hotel-name {
	font-size:24px;
	font-weight:bold;
	line-height:120%;
	height:60px;
}
.hotel .hotel-name span {
	font-size: 18px;
	font-weight:normal;	
}
.hotel .hotel-rank {
	color:#fff200;
	font-size:16px;
}
.hotel .hotel-img a img {
	max-width: 390px;
	width:100%;
	margin:2px;
	
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hotel .hotel-img a img:hover {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	-moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.hotel .hotel-price {
	font-size:24px;
}
.hotel .hotel-price span {
	font-size:36px;
}
.hotel .order-now {
	margin:0 auto;	
}
hr {
	border: 0;
	border-bottom: 1px solid #484b5b;
	width: 100%;
	margin: 10px !important;
}
.tnc {
	max-width: 800px;
	width: 100%;
	padding: 20px 0;
	color: #fff;
}
.tnc .tnc-title {
	font-size: 16px;
	text-align: left;
	margin-bottom:20px;
}
.tnc ol {
	margin-left: 15px;
}
.tnc ol li {
	list-style: outside disc none;
	text-align: left;
	font-size: 14px;
}
.mob {
	display:block;
}
@media screen and (max-width: 736px) {
	.left {
		float:none;	
	}
	.right {
		float:none;
	}
	a.btn_generic {
		margin:0 auto;
	}
	.hotel &gt; div {
		margin-bottom:20px;	
		width: 100%;
	}
	.hotel-img a img {
		max-width:none !important;
		width:100%;		
	}
	#header nav ul li {
		height:auto !important;
		min-height:60px;	
	}
	#header nav ul li a {
		font-size:20px;
	}
	#footer {
		height:auto;
	}
	#footer .copyright {
		width:100%;	
	}
	#footer .footer-right {
		width: 100%;
		text-align:left;
	}
	.top-bar {
		display:none;
	}
	.logo-container {
		background-color:#fff;
		background-image:none;	
	}
	img.logo {
		height:50px;
	}
	.offer-title {
		width:100%;	
	}
	.logo-container {
		padding-left:10px;
	}
	#footer .contrainer {
		padding:10px;	
	}
	.mob {
		display:none;
	}
}
hr {
	width:100%;
	border:0;
	margin:0 !important;
	border-bottom:1px dashed #ddd;	
}


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