<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, section, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
}
html, body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  background: white;
  color: #fff;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
}
.orange_color {
  background: rgba(227, 100, 5, 1);
  color: #fff;
}
.black_color {
  background: rgba(0, 0, 0, 1);
  color: #fff;
  background-color: #0178C1;
}
.white_color {
  background: rgba(255, 255, 255, 1);
  color: #000;
  background-color: #ffffff;
}
.text_container {
  width: 33%;
  overflow: hidden;
  margin: auto;
  position: relative;
  top: 50%;
  margin-top: -12em;
}
.left .text_container {
  right: -18%;
}
.right .text_container {
  left: -18%;
}
img {
  max-width: 100%;
}
.desc {
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
  margin: 1.75em 0;
  padding: 1.125em 0;
}
.black_color .desc {
  border-color: #fff;
}
.white_color .desc {
  border-color: #000;
}
.skew {
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
}
.antiskew {
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  -ms-transform: skew(20deg);
}
.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  background-size: auto 100% !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
#bg-s2club-left {
  background: rgba(0, 0, 0, 0);
  position: relative;
  display: block;
  float: left;
  width: 60%;
  height: 100%;
  margin-left: -10%;
  cursor: pointer;
}
#bg-s2club-right {
  background: rgba(0, 0, 0, 0);
  position: relative;
  display: block;
  float: left;
  width: 60%;
  height: 100%;
  margin-right: -10%;
  cursor: pointer;
}
.corner-title {
  position: absolute;
  bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
#gurney.corner-title {
  left: 20px;
}
#kelawai.corner-title {
  right: 20px;
}
#cover-s2club-left {
  display: block;
  float: left;
  position: relative;
  width: 160%;
  height: 100%;
  right: 60%;
  cursor: text;
}
#cover-s2club-right {
  display: block;
  float: left;
  position: relative;
  width: 150%;
  height: 100%;
  cursor: text;
}
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.pulse, .logo, .logo_innerwrap {
  text-align: center;
  display: block;
  border-radius: 50%;
}
.logo {
  width: 270px;
  height: 270px;
  background: #fff;
  position: relative;
  text-align: center;
  margin: -265px auto 0;
  border: 1px solid #000;
  z-index: 998;
}
.logo_innerwrap {
  width: 100px;
  height: 100px;
  background: #000;
  padding: 50px 80px 110px;
  position: absolute;
  text-align: center;
  left: 5px;
  top: 5px;
  z-index: 999;
}
.explode_button, .explode_button_kelawai {
  width: 420px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -170px;
  margin-top: 80px;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 300;
  display: none;
}
.explode_button a, .explode_button_kelawai a {
  text-decoration: none;
  color: white;
  display: inline-block;
  padding: 6px;
  width: 130px;
  text-align: center;
  border: thin solid white;
}
.explode_button span, .explode_button_kelawai span {
  color: white;
  display: inline-block;
  margin: 0 10px;
  padding: 6px 5px;
}

/*

.logo:hover {

    background: -webkit-radial-gradient(circle, #f1ac54, #e36405); /* Safari */

background: -o-radial-gradient(circle, #f1ac54, #e36405); /* Opera 11.6 to 12.0 */
background: -moz-radial-gradient(circle, #f1ac54, #e36405); /* Firefox 3.6 to 15 */
background: radial-gradient(circle, #f1ac54, #e36405); /* Standard syntax */
}
*/

.logo img {
margin: auto;
}
.pulse {
width: 270px;
height: 270px;
position: relative;
z-index: 1;
}
.logo, .logo:hover {
transition: all 200ms linear;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
}

/*boonteong*/
.left .text_container h1 {
font-size: 40px;
}
.right .text_container h1 {
font-size: 40px;
}
.label_div_left {
position: relative;
left: 45%;
top: 45%;
}
.label_div_right {
position: relative;
left: 25%;
top: 45%;
}
.label_div label {
text-decoration: none;
color: white;
display: inline-block;
padding: 6px;
text-align: center;/* border: thin solid white; */
background-color: rgba(0, 0, 0, 0.70);
cursor: pointer;
font-size: 24px;
-webkit-transform: skew(20deg);
-moz-transform: skew(20deg);
-o-transform: skew(20deg);
-ms-transform: skew(20deg);
}
.modal{
  background: rgba(0,0,0,0.5);
  padding: 0!important;
}
.modal-content{
  background: url("../images/chinesenewyear.jpg") no-repeat;
  background-size: cover;
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.modal-dialog {
  width: 95%;
  height: 96%;
  margin: 1% auto;
  padding: 0;
}
.modal-body p{
  font-family: 'Great Vibes', cursive;
  font-size: 60px;
  max-width: 750px;
  color: #fff;
  margin: 50px 0 30px 12%;
  text-shadow: 0 0 11px rgba(0,0,0,1);
  text-align: center;
}
#snow{
  background: none;
  font-family: Androgyne;
  background-image: url('../images/s1.png'), url('../images/s2.png'), url('../images/s3.png');
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:1;
  -webkit-animation: snow 10s linear infinite;
  -moz-animation: snow 10s linear infinite;
  -ms-animation: snow 10s linear infinite;
  animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
} 

@media (max-width:1024px) {
.label_div_left {
  left: 31%;
  top: 48%;
}
.label_div_right {
  top: 48%;
}
}

@media (max-width:991px) {
.label_div label {
  font-size: 20px;
}
.left .text_container h1,.right .text_container h1{
  font-size: 28px;
}
.desc{
  margin: 0.75em 0;
  font-size: 15px;
}
.center img{
  width: 142px!important;
}
}
@media (max-width:767px) {
.modal-body p{
  font-size: 53px;
  margin: 50px 0 30px 0;
}
}

@media (max-width:640px) {
.left .text_container {
  margin-top: 0px;
  top: 0%;
  width: 38%;
  left: 15%;
}
.center img{
  width: 100px!important;
}
.right .text_container {
  margin-top: 0px;
  width: 38%;
  top: 37%;
  right: 5%;
  left: -12%;
}
.label_div_left {
  left: 22%;
  top: 40%;
}
.label_div_right {
  top: 58%;
}
}
@media (max-width:480px) {
.left .text_container {
  width: 39%;
  top: 0%;
  font-size: 10px;
  right: -10%;
  margin-top: 0px;
}
.center img{
  width: 75px!important;
}
.desc{
 font-size: 11px;
}
.left .text_container h1 {
  font-size: 20px;
}
.right .text_container {
  margin-top: 0px;
  width: 33%;
  font-size: 11px;
  left: -10%;
}
.right .text_container h1 {
  font-size: 20px;
}
.label_div_right {
  top: 80%;
}
.label_div_left {
  left: 10%;
  top: 15%;
}
}
@media (max-width:360px) {
.left .text_container {
  width: 34%;
  left: 10%;
}
.right .text_container {
  width: 40%;
  left: -7%;
}
.label_div_left {
  left: 0%;
}
}
@media (max-width:320px) {
.left .text_container h1 {
  margin-top: 0px;
}
.left .text_container .desc {
  margin-top: 0px;
}
.right .text_container .desc {
  margin-top: 0px;
  margin-bottom: 0px;
}
.right .text_container h1 {
  font-size: 18px;
  margin-top: 10px;
}
.label_div_right {
  left: 20%;
}
}</pre></body></html>