html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Noto Sans CJK TC Regular", "微軟正黑體", "新細明體", "Adobe 繁黑體 Std B";
    background-color: #000000;
    webkit-tap-highlight-color: #222;
}

hr {
    /*max-width: 80px;
	border-width: 3px;
    opacity: 0.2;*/
	width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
	border: 1px solid rgba(255,255,255,0.3);
}

hr.light {
    border-color: #fff;
}

a {
	color: #608bbe;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

a:hover,
a:focus {
	color: #E47B9A;
	outline: 0;
}

h1,h2,h5,h6 {
	font-family: "jf-jinxuan", "Noto Sans CJK TC Regular", "微軟正黑體", "新細明體", "Adobe 繁黑體 Std B";
}

h3 {
    font-family: "jf-jinxuan", "Noto Sans CJK TC Medium", "微軟正黑體", "新細明體", "Adobe 繁黑體 Std B";
    font-size: 1.8em;
    padding: 0.4em 0 0.3em 0;
    color: #92A391;
    font-weight: 500;
}
h4 {
    font-family: "jf-jinxuan", "Noto Sans CJK TC Medium", "微軟正黑體", "新細明體", "Adobe 繁黑體 Std B";
    font-size: 1.6em;
    line-height: 1.5em;
    color: #31C9C9;
    padding-bottom: 10px;
}
p {
    font-family: "jf-jinxuan", "Noto Sans CJK TC Regular", "微軟正黑體", "新細明體", "Adobe 繁黑體 Std B";
    font-size: 1.35em;
    line-height: 1.7em;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-align: justify;
}

.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary1 {
	background-image: url(../images/bg1.jpg);
	position: relative;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.bg-primary2 {
	background-image: url(../images/bg2.jpg);
	position: relative;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.bg-primary3 {
	background-image: url(../images/bg3.jpg);
	position: relative;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.bg-primary4 {
	background-image: url(../images/bg4.jpg);
	position: relative;
	width: 100%;
	background-position: center;
	background-size: cover;
}

.bg-dark {
    color: #eee;
    background-color: #222;
}

.cursive {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 15px;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    background-color: rgba(0,0,0,0.90);
    border-color: transparent;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header > .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 > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
	color: #FFFFFF;
	text-shadow: 0 0 10px #fffff , 0 0 20px #ffffff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(0,0,0,0.90);
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 200;
	color: #fff;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #92A391;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #92A391 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}


@media(min-width:768px) {
    .navbar-default {
	border-color: transparent;
	background-color: rgba(0,0,0,0.90);
	min-height: 30px;
    }

    .navbar-header > .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 #fffff , 0 0 20px #fffff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>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 > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
	   color: #FFFFFF;
	   text-shadow: 0 0 10px #fffff , 0 0 20px #fffff;
    }

    .navbar-default.affix {
	background-color: rgba(0,0,0,0.90); 
	/*border-color: #426d68;*/
    }

    .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 #fffff , 0 0 20px #fffff;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
	    color: #FFFFFF;        
		/*text-shadow: 1px 1px 1px rgba(30,30,30,0.7);*/
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #FFFFFF;
    }
}

@media(max-width:767px) {
.navbar-header > .navbar-brand {
	   color: rgba(255,255,255,1);
	   width: 85%;
	   padding: 10px 10px;
	   font-size: 1.3em;
	   font-weight: 400;
    }
}

header {
	position: relative;
	min-height: auto;
	text-align: center;
	color: #fff;
	width: 100%;
	background-color: #000000;
	background-image: url(../images/main.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

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) {
    .icon-lg {
        font-size: 80px;
    }
    
    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: 53px;
    }

    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: #000000;
    background-image: url("../images/main-m.jpg");
    background-size: contain;
    background-position: center 50px;
    background-repeat: no-repeat;
    }
    .bg-primary1,.bg-primary2,.bg-primary3,.bg-primary4 {
    background-color: #000000;
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    background-size: auto;
	}	
   .text-primary {
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #e2a0c9;
	padding: 20px;
    }
    
    section {
        padding: 50px 0;
    }	
 }

@media screen and (max-device-width: 767px) and (orientation: landscape)  {
    header {
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url(../images/main.jpg);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;	
    }
}
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: #36333d;
    background-image: none;
    border: 1px solid #36333d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
	margin-top: 0px;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
.feature {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
}

.feature p {
	margin-bottom: 0;
	text-align: left;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 650px;
	overflow: hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.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 > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .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;
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.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;
}

 /* Spotlight */
  
.spotlight {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    border-radius: 2px;
    background: rgba(255,255,255,0);
    background-repeat: repeat;
    padding: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
	  }
  
	  .spotlight .image {
	  -moz-order: 1;
	  -webkit-order: 1;
	  -ms-order: 1;
	  order: 1;
	  border-radius: 0;
	  width: 100%;
	  padding: 1em;
		}
  
	  .spotlight .content {
	  -moz-order: 2;
	  -webkit-order: 2;
	  -ms-order: 2;
	  order: 2;
	  max-width: 50em;
	  width: 60%;
	  padding: 1em;
		}
    
@media screen and (max-width: 1280px) {
.spotlight .image {
	width: 45%;
}
.spotlight .content {
	width: 55%;
}
}
  
@media screen and (max-width: 980px) {
.spotlight {
	display: block;
}
.spotlight br {
   /*display: none;*/
}
.spotlight .image {
	width: 100%;
}
.spotlight .content {
	max-width: none;
	text-align: center;
	width: 100%;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
}
}
  
@media screen and (max-width: 767px) {
.spotlight {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2em;
	margin-top: 2em;
	  }
.spotlight .image {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
 }			  
.spotlight .content {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
 }
 }
		  
/* video */
  
  .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 100px;
    z-index: 2;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    border: 5px solid rgba(255,255,255,0.50);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }


/* Footer */
	  	  
 #footer {
    background-color: rgba(0,0,0,0.90);
    padding-top: 0.4em;
    padding-right: 0;
    padding-bottom: 0.4em;
    padding-left: 0;
    max-height: 40px;
	  }
	    
 #footer .copyright {	
	font-family: "Noto Sans CJK TC Regular", "微軟正黑體", "新細明體", "Adobe 繁黑體 Std B";
	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;
	          }
		  }


.inner {
	width: 80em;
}    
.inner-cast{
	margin-right:30%;
	}
.inner-story{
	margin-left:45%;
	}
.inner-stills{
	margin-left:45%;
	}
.inner-promo{
	margin-right:20%;
	margin-left:25%;
	}

@media screen and (max-width: 767px) {
.inner-cast{
	width: 100%;
	margin-right:0;
	}
.inner-story{
	width: 100%;
	margin-left:0;
	}
.inner-stills{
	width: 100%;
	margin-left:0;
	}
.inner-promo{
	width: 100%;
	margin-right:0;
	margin-left: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%;
	}
}
