@charset "utf-8";
html, body.home {
	height: 100%;
	overflow: hidden;
}
html > body.home #container-fixed {
	height: 100%;
}
#wrap{
	height: 100%;
}
/* # Top
================================================== */
#top.full-height {
	background-color: transparent;
}
/* # Banner
================================================== */
#banner {
	padding: 0;
	with: 100%;
	height: 100%;
	overflow: hidden;
	padding-bottom: 235px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}
.banner-wrapper-home {
	with: 100%;
	height: 100%;
}
.flexslider {
	display: block;
	position: relative;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.flexslider .slides, .flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flexslider .slides li {
	background-repeat: no-repeat;
	background-position: center bottom;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-layer {
	position: absolute;
	width: 460px;
	left: 80px;
	top: 50%;
	margin-top: -74px;
}
.banner-layer h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	/*font-family: "微軟正黑體", "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;*/
	/*font-weight: normal;*/
	font-size: 56px;
	line-height: 1.1em;
	letter-spacing: -3px;
	margin-bottom: 8px;
	margin-left: -2px;
}
.banner-layer h4 {
	font-weight: 400;
	margin-bottom: 8px;
}
.banner-layer p {
	line-height: 1.3em;
}
/* # Logo brand
================================================== */
.logo-brand {
	position: absolute;
	bottom: 255px;
	right: 20px;
	z-index: 997;
}
/* # Content - homepage
================================================== */
#content-wrap.content-wrap-home {
	width: 100%;
	margin-top: 0px;
	position: relative;
	height: 100%;
}
.content-wrapper-home {
	width: 100%;
	height: 235px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: 98;
}
/* # News ticker
================================================== */
#news-ticker {
	width: 100%;
	padding: 0;
	height: 33px;
	line-height: 33px;
	color: #fff;
	background-color: #5e5e5e;
}
.news-ticker-wrapper a {
	color: #fff;
	text-decoration: none;
}
.news-ticker-wrapper a:hover {
	color: #ff9800;
	text-decoration: none;
}
.news-ticker-content {
	float: left;
	display: block;
}
.news-ticker-title {
	width: 160px;
	margin-right: 20px;
	text-align: center;
	float: left;
	background-color: #b5b5b5;
	color: #252525;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(255,255,255,.25);
}
.news-ticker-list {
	padding: 0;
	width: 600px;
	float: left;
	overflow: hidden;
}
#ticker {
	height: 33px;
	overflow: hidden;
}
#ticker li {
	height: 33px;
	width: 3000px;
}
.news-ticker-date {
	margin-right: 20px;
	color: #92ff26;
}
.news-ticker-action {
	float: right;
	display: block;
}
.news-rss {
	float: left;
	text-align: center;
	font-size: 26px;
	line-height: 30px;
	margin-right: 12px;
	padding-top: 3px;
}
.news-rss:hover {
	color: #ff9800;
	text-decoration: none;
}
/* # Features
================================================== */
.feature-row {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 162px;
	overflow: hidden;
	display:block;
	background: #898989;
}
.feature-row:before, .feature-row:after {
	display: table;
	content: "";
}
.feature-row:after {
	clear: both;
}
.feature-row .feature-col {
	display: block;
	height: 162px;
	width: 20%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 0%;
	padding: 16px 22px 0;
}
.feature-row .feature-col a {
	text-decoration: none;
}
.feature-row .feature-col a:hover {
	color: #ff9800;
	text-decoration: none;
}
h2.feature-title {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 16px;
}
h2.feature-title a {
	color: #fff;
	color: rgba(255,255,255,.88);
}
h2.feature-title i {
	font-weight: normal;
	margin-right: 4px;
	font-size: 25px;
	color: #fff;
	color: rgba(255,255,255,.28);
}
ul.feature-list {
	list-style: disc;
	margin-left: 22px;
	font-size: 15px;
	line-height: 1.1em;
	color: #fff;
}
ul.feature-list li {
	margin-bottom: 5px;
}
ul.feature-list li a {
	color: #fff;
}
/* # Features
================================================== */
#footer {
	height: 40px;
}
.footer-home .footer-wrapper {
	height : 15px;
	line-height: 15px;
	padding: 10px 0;
}
