html, body {
	color: #eeeeee;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif, "黑體-繁", "Heiti TC", "儷黑 Pro", "LiHei Pro";
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
}
body:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background: url(../images/bg.jpg) no-repeat center top #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
a {
	color: #ffffff;
}
a:hover {
	color: #5EB0FF;
}
h4.blue {
	color: #0B3C6A;
}
hr {
	border-color: #454545;
}
.em {
	color: #CDE5FF;
}
.main {
	height: 1080px;
	background-image: url(../images/bg_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.img-responsive-center {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.first {
	margin-top: 100px;
}
.first h3 {
	line-height: 32px;
}
.first h4 {
	line-height: 26px;
}
p.links {
	line-height: 28px;
}
.section {
	font-size: 15px;
	line-height: 23px;
}
.section p {
	margin-bottom: 17px;
}
.spiral {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.spiral img {
	width: 80px;
	height: 80px;
}
.mt-0 {
	margin-top: 0;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.eb-mt {
	margin-top: 51px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.event {
	margin-top: 40px;
	background-color: rgba(0,0,0,0.6);
	border: none;
	padding: 15px;
	line-height: 26px;
}
.event h3 {
	line-height: 32px;
}
.flex-row.container:before, .flex-row.container:after, .flex-row.row:before, .flex-row.row:after {
	content: normal;
}
.flex-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-row .col-xs-1, .flex-row .col-xs-2, .flex-row .col-xs-3, .flex-row .col-xs-4, .flex-row .col-xs-6, .flex-row .col-xs-12, .flex-row .col-sm-1, .flex-row .col-sm-2, .flex-row .col-sm-3, .flex-row .col-sm-4, .flex-row .col-sm-6, .flex-row .col-sm-12, .flex-row .col-md-1, .flex-row .col-md-2, .flex-row .col-md-3, .flex-row .col-md-4, .flex-row .col-md-6, .flex-row .col-md-12, .flex-row .col-lg-1, .flex-row .col-lg-2, .flex-row .col-lg-3, .flex-row .col-lg-4, .flex-row .col-lg-6, .flex-row .col-lg-12 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-row .thumbnail, .flex-row .panel, .flex-row .blinkr-box {
	width: 100%;
}
.thumbnail .caption p:last-of-type {
	margin-bottom: 5px;
}

@media screen and (min-width:1281px) and (max-width:1366px) {
.main {
	height: 768px;
}
}

@media screen and (min-width:1025px) and (max-width:1280px) {
.main {
	height: 720px;
}
}

@media screen and (min-width:481px) and (max-width:1024px) {
.main {
	height: 768px;
}
}

@media screen and (max-width:480px) {
.main {
	height: 640px;
}
}

@media screen and (min-width:768px) and (max-width:1024px) {
body:before {
	background: url(../images/bg-p.jpg) no-repeat center top #000000;
}
}

@media screen and (max-width:480px) {
body:before {
	background: url(../images/bg-m.jpg) no-repeat center top #000000;
}
}

@media screen and (min-width:992px) and (max-width:1199px) {
.eb-mt {
	margin-top: 42px!important;
}
}

@media screen and (min-width:768px) and (max-width:991px) {
.eb-mt {
	margin-top: 62px!important;
}
}

@media screen and (max-width:767px) {
.eb-mt {
	margin-top: 10px!important;
}
}
