body{
	font-size: 17px;
	line-height: 1em;
	font-family: "微軟正黑體" ,arial;
	background-color: #131635;
	color: #000;
}
h1{
	font-size: 21px;
	font-weight: bold;
	color:#ffe123;
}
h2{
	font-size: 21px;
	font-weight: bold;
	color:#cf3e37;
}

.navbar-inverse{
	background-color: #243449;
	color: #FFF; 

}
.navbar-inverse .navbar-nav>li>a{
	color: #FFF;
	font-size: 17px;
	-webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease ,;
}
.navbar-inverse .navbar-header>a{
	color: #FFF;
	font-size: 19px;
}
.navbar-inverse .navbar-nav>li>a:hover{
	background-color: #385566;
	color: #00CBFF;
	border-radius: 10px;
}

.navbar-inverse .navbar-toggle{
	border-color: #fee1e9;
}
.navbar-inverse .navbar-toggle .icon-bar{
	background-color: #FFF;
	border-color: #be465b;
}
.navbar-inverse .navbar-toggle:hover{
	background-color: #920201;

}

.page-header{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #415c86;
	color: #fff;
	font-size: 40px;
}
.red{	
	color:#415c86;
	padding-left:5px;
	font-size: 27px;
	font-weight: bold;
}
.blackT{
	color:#434241;
	padding-top: 8px;
	padding-left:10px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 17px;
	line-height: 31px;
}
.grayT{
	color:#fff;
	padding-left:10px;
	padding-right: 26px;
	padding-bottom: 20px;
	font-size: 17px;
}
.ab-t{
	color:#ba000b;
	text-align:center; 
	padding-top: 12px;
	font-size: 17px;
	font-weight: bold;
}
.p0{
	padding: 0px;
}
.movie{
	margin-bottom: 30px;
	color: #d5c49d;
	line-height: 1.5em;
}
.movie img{
	width: 100%;
	border: 1px solid #333;
}
.copyright{
	font-size: 9px;
	text-align: center;
	color: #CBCBCB;
	padding-top: 10PX;
	padding-bottom: 10px;
}
.movie{
	padding-top: 20px;
}
.bg{
	background-image: url(images/default.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% ;
	/*padding-top: 25%;*/
}
.bg1{
	background-image: url(images/intro-1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% ;
	/*padding-top: 25%;*/
}
.bg2{
	background-image: url(images/intro-2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% ;
	/*padding-top: 25%;*/
}
.bg3{
	background-image: url(images/intro-3.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% ;
	/*padding-top: 25%;*/
}
.bg4{
	background-image: url(images/intro-4.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% ;
	/*padding-top: 25%;*/
}
.toptxt{
	min-height: 100px;
	font-size: 1.2em;
	color: #000;
	line-height: 1.5em;
	padding: 15px;
	/*background-color: rgba(0, 0, 0, 0.7);*/
	margin-top: 10px;
	margin-bottom: 20px;
}


.note{
	font-size: 10px;
	line-height: 1.5em;
	margin: 10px 20px 20px 20px;
	color: #000;
}
.toptxt a:link {
	color: #fff600;
	text-decoration: none;
}
.toptxt a:visited {
	color: #F00;
	text-decoration: none;
}
.toptxt a:hover {
	color: #F90;
	text-decoration: none;
}
.footer-img{
	width: 100%;
}

.col-xs-4{
	padding-bottom: 20px;
}
.col-sm-4 img{
	width: 100%;
	padding-top: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.winner{
    background-color: #fff;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 30px;
    border-radius: 20px;
}

.winner2{
	margin-top: -10%;
	background-color: #fff;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 30px;
}
.content{
	background-color: #FFF;
	line-height: 30px;
	margin-right: 10px;
	padding:15px;
	overflow: auto;
}
.content1{
	background-color: #FFF;
	line-height: 30px;
	margin-right: 10px;
	padding:10px;
	padding-bottom: 0px;
	overflow: auto;
}
.Crimson{
	color:#006990;
	font-size: 20px;
	padding-top: 15px;
	font-weight: bold;
	line-height: 40px;
}
.catch2{
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	background-color: #ee7950;
	padding-right: 15px;
	padding-left: 15px;
}


.row img{
    border-radius: 10px;
}


@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -300px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -300px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 300px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 300px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-0s {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}


.animated.delay-1s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}


.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}