<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    width: 100%;
    height: 100%;
}

body {
	font-family: "sourcehansans-sc", "Noto Sans CJK TC Regular", "敺株��迤暺煾��", "Adobe 蝜�暺煾�� Std B", "�鰵蝝唳�𡡞��";
	webkit-tap-highlight-color: #222;
	overflow-x: hidden;
}

hr {
	max-width: 80px;
	border-width: 3px;
	opacity: 0.2;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr.light {
    border-color: #fff;
}

a {
	color: #000000;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000000;
	outline: 0;
}

h1,h2,h6 {
	font-family: "notoserifcjktc", "Noto Sans CJK TC Regular", "敺株��迤暺煾��", "Adobe 蝜�暺煾�� Std B" ,"�鰵蝝唳�𡡞��";
}
h2 {
    font-family: "notoserifcjktc", "Noto Sans CJK TC Regular", "敺株��迤暺煾��", "Adobe 蝜�暺煾�� Std B" ,"�鰵蝝唳�𡡞��";
    background-color: #E3830A;
    width: 200px;
    color: #FFFFFF;
    font-size: 2em;
    margin: 0px auto 15px auto;
    padding: 10px;
    font-weight: 700;
    text-align: center;
}
h3 {
    font-family: "jf-jinxuan", "Noto Sans CJK TC Regular", "敺株��迤暺煾��", "Adobe 蝜�暺煾�� Std B" ,"�鰵蝝唳�𡡞��";
    color: #995400;
    font-size: 1.7em;
    font-weight: 700;
}
h4 {
    font-family: "jf-jinxuan", "Noto Sans CJK TC Regular", "敺株��迤暺煾��", "Adobe 蝜�暺煾�� Std B" ,"�鰵蝝唳�𡡞��";
    background-color: #E3830A;
    color: #E6BE49;
    font-size: 2em;
    margin: 10px 0;
    padding: 10px;
    font-weight: 700;
}
h5 {
    font-family: "jf-jinxuan", "Noto Sans CJK TC Regular", "敺株��迤暺煾��", "Adobe 蝜�暺煾�� Std B" ,"�鰵蝝唳�𡡞��";
    color: #CE6C00;
    font-size: 1.6em;
    padding: 0 0 20px 0;
    line-height: 1.7;
    text-align: center;
    font-style: italic;
}
p {
    font-family: "jf-jinxuan", "Noto Sans CJK TC Regular", "敺株��迤暺煾��", "Adobe 蝜�暺煾�� Std B", "�鰵蝝唳�𡡞��";
    color: #995400;
    /*text-shadow: 0 0 6px rgba(4,228,253,1);*/
    font-size: 1.5em;
    padding: 15px 0;
    line-height: 1.7;
    text-align: justify;
}

@media (max-width: 767px) {
h4 {
    background-color: #E3830A;
    color: #E6BE49;
    font-size: 1.5em;
    margin: 10px 0;
    padding: 10px;
    font-weight: 700;
}	
p {
    color: #995400;
    /*text-shadow: 0 0 6px rgba(4,228,253,1);*/
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
}
}

.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary1 {
	background-color: #f3b421;
	position: relative;
	width: 100%;
	background-image: url("../images/bg-house.png"), url(../images/bg1.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center top;
	background-size: contain, cover;
	
}
.bg-primary2 {
	background-color: #d1cdc3;
	position: relative;
	width: 100%;
	background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.bg-primary3 {
	background-color: #f3b421;
	position: relative;
	width: 100%;
	background-image: url("../images/bg-house.png"), url(../images/bg3.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center top;
	background-size: cover, cover;
}

@media(max-width:767px) {
.bg-primary1,.bg-primary2,.bg-primary3 {
	background-color: #f3b421;
	background-image: url(../images/cast-pattern.png);
    background-position: left top;
    background-repeat: repeat;
	background-size: auto;
}
}

.bg-dark {
    color: #eee;
    background-color: #222;
}

.cursive {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
}

.text-faded {
    color: rgba(97,0,0,1.00);
    text-shadow: 0px 0px 6px rgba(255,255,255,1);
}

.text-dark {
    color: #111;
}

.text-primary {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: none;
	color: rgba(255,255,255,1);
	text-align: center;
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: pre;
	text-shadow: 0 0 10px rgba(4,228,253,1) ,  0 0 20px rgba(4,228,253,1);
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    background-color: rgba(0,0,0,0.80);
    border-color: transparent;
    /*border-color: rgba(104,165,136,0.90);*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header &gt; .navbar-brand {
	color: #FFFFFF;
	padding: 15px;
	-webkit-transition: padding .2s ease-in;
	-moz-transition: padding .2s ease-in;
	transition: padding .2s ease-in;
	font-size: 1.3em;
}

.navbar-header &gt; .navbar-brand:hover,
.navbar-header &gt; .navbar-brand:focus {
    color: #FFFFFF;
    text-shadow: 0 0 10px #ffffff,0 0 20px #ffffff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: transparent;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav &gt; li&gt;a,
.navbar-default .nav&gt;li&gt;a:focus {
	text-transform: uppercase;
	font-size: 16px;
	color: #FFFFFF;
}

.navbar-default .nav &gt; li&gt;a:hover,
.navbar-default .nav&gt;li&gt;a:focus:hover {
    color: #E3B738;
}

.navbar-default .nav &gt; li.active&gt;a,
.navbar-default .nav&gt;li.active&gt;a:focus {
    color: #E3B738 !important;
    background-color: transparent;
}

.navbar-default .nav &gt; li.active&gt;a:hover,
.navbar-default .nav&gt;li.active&gt;a:focus:hover {
    background-color: transparent;
}


@media(min-width:768px) {
    .navbar-default {
	background-color: rgba(0,0,0,0.80);
    border-color: transparent;
	min-height: 30px;
    }

    .navbar-header &gt; .navbar-brand {
	   color: rgba(255,255,255,1);
	   padding: 15px;
	   /*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
	   font-size: 1.3em;
	   font-weight: 400;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
	color: #FFFFFF;
	text-shadow: 0 0 10px #ffffff , 0 0 20px #ffffff;
    }

    .navbar-default .nav &gt; li&gt;a,
    .navbar-default .nav&gt;li&gt;a:focus {
	   color: rgba(255,255,255,1);
	   /*text-shadow: 2px 2px 2px rgba(255,255,255,0.8);*/
	   padding: 15px;
	   /*letter-spacing: 1.1px;*/
    }

    .navbar-default .nav &gt; li&gt;a:hover,
    .navbar-default .nav&gt;li&gt;a:focus:hover {
	   color: #FFFFFF;
	   text-shadow: 0 0 10px #ffffff , 0 0 20px #ffffff;
    }

    .navbar-default.affix {
	background-color: rgba(0,0,0,0.8);
    border-color: transparent;
	/*border-color: rgba(104,165,136,0.90);*/
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 1.3em;
        color: #FFFFFF;
        padding: 15px;
       /* letter-spacing: 1px;*/
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
	color: #FFFFFF;
	text-shadow: 0 0 10px #ffffff , 0 0 20px #ffffff;
    }

    .navbar-default.affix .nav &gt; li&gt;a,
    .navbar-default.affix .nav&gt;li&gt;a:focus {
	    color: #FFFFFF;        
		/*text-shadow: 1px 1px 1px rgba(30,30,30,0.7);*/
    }

    .navbar-default.affix .nav &gt; li&gt;a:hover,
    .navbar-default.affix .nav&gt;li&gt;a:focus:hover {
    color: #E3B738;
    }
}

@media(max-width:767px) {
.navbar-header &gt; .navbar-brand {
    color: rgba(255,255,255,1);
    width: 85%;
    padding: 15px 10px;
    font-size: 1.3em;
    font-weight: 400;
    }
}

header {
	/*position: relative;
	min-height: auto;
	text-align: center;
	color: #fff;
	width: 100%;
	background-image: url(../images/main.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;*/
	background-color: #d1cdc3;
}
  
header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

#video-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

@media(min-width:768px) {
    header {
	    min-height: 100%;
    }

    header .header-content {
	position: absolute;
	top: 50%;
	padding: 0 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 50px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
        min-height: 100%;
        padding: 100px 0;
    }

}
@media (max-width: 767px) { 
    header {
	width: 100%;
	height: 95%;
	background-color: #d1cdc3;
	background-image: url(../images/main-m.jpg);
	background-size: contain;
	background-position: center 50px;
	background-repeat: no-repeat;
	background-attachment: fixed;
    }
 }
@media screen and (max-device-width: 767px) and (orientation: landscape) {
    header {
	width: 100%;
	height: 100%;
	background-color: #d1cdc3;
	background-image: url(../images/main.jpg);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
    }
}

textarea {
    resize: none;
}

.margin-top-0 {
	margin-top: 20px;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: transparent;
    border:1px solid #f0f0f0;
    border-color:#f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    border-radius: 290px;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

/* video */
  
  .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
	border: 3px solid rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 6px;
  }


/* Footer */
	  	  
 #footer {
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	padding-top: 0.4em;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 0;
	max-height: 40px; 
	  }
	    
 #footer .copyright {	
	font-size: 1em;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
	  }

		  @media screen and (max-width: 767px) {
			  #footer {
	              padding-top: 0.2em;
	              padding-right: 0;
	              padding-bottom: 0.2em;
	              padding-left: 0;
	              max-height: 55px;
			  }
			  #footer .copyright {
			  font-size: 0.9em;
	          }
		  }


/* cast */
.card{
	z-index: 99;
}
.center{
display:flex;
align-items:center;
justify-content:center;
}
.hover figure img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-filter: contrast(120%);
	filter: contrast(120%);
}

.cast-image{
  /*border-bottom: 5px solid #ffffff;
  border-right: 5px solid #ffffff;	
  margin: 10px;
  padding: 10px;
  box-shadow: -10px -10px 0px rgba(255,255,255,0.5);*/	
}

.cast-title{
	width: auto;
	text-align: center;
	padding-top: 10px;
	}

.cast-description{
    background-color: rgba(243,180,33,1.00);
}

.animated-modal {
	max-width: auto;
	overflow: hidden;
	transform: translateY(-50px);
	transition: all .7s;
	color:#fff;
}

@media screen and (max-width: 767px) {
.animated-modal {
	width: 100%;
  }
.cast-image	{
	width: 100%;
	}
}

.animated-modal h3,.animated-modal h4,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .4s;
}


/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h3,
.fancybox-slide--current .animated-modal h4,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h3 {
  transition-delay: .1s;
}
.fancybox-slide--current .animated-modal h4 {
  transition-delay: .1s;
}
.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}


/* Inner */
.inner {
	width: 80em;
}    
.inner-plot{
	margin-right:20%;
	margin-left:20%;
	}    
.inner-cast{
	margin-right:40%;
	}    
.inner-story{
	margin-right:20%;
	margin-left:20%;
	}  
.inner-photo{
	margin-right:40%;
	}   
.inner-promo{
	margin-right:40%;
	}

@media screen and (max-width: 767px) {
.inner-plot{
	width: 100%;
	margin-right:0;
	margin-left:0;
	}
.inner-cast{
	width: 100%;
	margin-right:0;
	}
.inner-story{
	width: 100%;
	margin-right:0;
	margin-left:0;
	}
.inner-photo{
	width: 100%;
	margin-right:0;
	}
.inner-promo{
	width: 100%;
	margin-right:0;
	}
} 	
	
@media screen and (max-width: 1280px) {
.inner {
width: 65em;
	}
}

@media screen and (max-width: 980px) {
.inner {
width: 80%;
	}
}

@media screen and (max-width: 767px) {
.inner {
width: 100%;
	}
} 
</pre></body></html>