@font-face {
	font-family: FontAwesome;
	src: local("font-awesome"),
	     url(../fonts/fontawesome-webfont.ttf);
}
html {
    width: 100%;
    height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-family:  'Helvetica', 'Arial', sans-serif, "微軟正黑體","Microsoft JhengHei";
	color: #fff;
	background-color: #000;
}
*{
	padding:0; margin:0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 {}
h2 {}
h3 {}
h4 {
	font-size: 1.2em;
	line-height: 1.8em;
}
h5 {}
h6 {}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Arial', sans-serif, "微軟正黑體","Microsoft JhengHei";
	margin: 14px 0;
}
p {
    word-wrap: break-word; 
    word-break: keep-all;
   /* text-align: justify;*/
}
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
a:hover, a:focus {
    text-decoration: none;
}
.padding-btm20 {
	padding-bottom: 20px;
}
/* style ---------------------------------*/
.center {
	text-align: center!important;
	margin: 0 auto;
}
img.center {
	display: block;
}
.orange {
	color: #ffa200;
	text-shadow:  0 0 6px rgba(255,255,255,.8), 0 0 10px rgba(255,255,255,.5);
}
.yellow {
	color: #ffc600!important;
	text-shadow: none!important;
}
.grey {
	color: #999;
}
.green a, .blue a, .purple a, .orange-btn a {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.green a {
	background: rgba(14,152,157,1);
}
.green a:hover {
	background: rgba(14,152,157,.8);
}
.blue a {
	background: rgba(12,100,200,1);
}
.blue a:hover  {
	background: rgba(12,100,200,.8);
}
.purple a {
	background: rgba(130,38,166,1);
}
.purple a:hover {
	background: rgba(130,38,166,.8);
}
.orange-btn {
}
.orange-btn a {
	background: rgba(255,102,0,1);
	padding: 10px;
	color: #fff;
	font-size: 1.2em;
}
.orange-btn a:hover {
	background: rgba(255,102,0,.9);
}
.orange-btn .fa {
	margin: 0 4px;
}
/*section all style*/
.logo {
	position: absolute;
	left: 2%;
	top: 0;
}
.home-section {
    padding: 20px 0 ;
    position: relative;
    text-align: center;
    min-height: 100%;
    width: 100%;
}
.inner-section {
	display: table;
	position: relative;
}
.home-section p {
	font-size: 1.15em;
	line-height: 1.6;
	padding: 0 0 0 2px;
	/*float: left;*/
	font-weight: normal;
}
.read-more {
}
.read-more a {
	display: block;
	background: url('../images/icon_arrow.png') no-repeat center top;
	margin: 0 auto;
	width: 100px;
	height: 130px;
	padding-top: 100px;
	text-shadow: 0 0 5px rgba(255,255,255,.9), 0 0 5px rgba(255,255,255,.9),0 0 10px rgba(255,255,255,.7);
	color: #fff;
}
.read-more_org a {
	background: url('../images/icon_arrow_org.png') no-repeat center top;
	text-shadow: 0 0 5px rgba(255,183,70,1), 0 0 5px rgba(255,183,70,1);
	color: #ffc600
}
.read-more a:hover {
	text-shadow: 0 0 5px rgba(255,255,255,1), 0 0 5px rgba(255,255,255,1),0 0 10px rgba(255,255,255,1),0 0 10px rgba(255,255,255,1);
}
.read-more_org a:hover {
	text-shadow: 0 0 5px rgba(255,183,70,1), 0 0 5px rgba(255,183,70,1), 0 0 5px rgba(255,183,70,1);
}
.read-more a:active {
	background: url('../images/icon_arrow.png') no-repeat center 8px;
}
.read-more_org a:active {
	background: url('../images/icon_arrow_org.png') no-repeat center 8px;
}
.white-shadow {
	text-shadow:  0 0 2px rgba(255,255,255,.8), 0 0 10px rgba(255,255,255,.5);
}
.light-shadow {
	text-shadow:  0 0 5px rgba(255,255,255,1), 0 0 10px rgba(255,255,255,1), 0 0 10px rgba(255,255,255,1);
}
.title, .title-Small  {
	height: auto;
	margin: 20px 0;
}
.responsive-img {
	width: 100% \9;
	max-width: 100%;
}
/*modal*/
.modal-dialog {
	margin: 50px auto;
}
.modal-dialog .close {
	color: rgba(255,255,255,1);
	opacity: 1;
	font-size: 2em;
	position: absolute;
	z-index: 99;
	width: 46px;
	height: 46px;
	background: url('../images/icon_close.gif') black!important;
	top: 7px;
	right: 7px;
}
.close a:hover {
}
.modal-content {
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #111;
	text-align: center;
	border: 1px solid rgba(255,174,0,.4);
	box-shadow: 0 0 5px rgba(255,174,0,.4),0 0 5px rgba(255,174,0,.4),0 0 10px rgba(255,174,0,.9);
}



@media screen and (max-width: 320px) {
}
@media screen and (max-width: 480px) {
	.big {
		display: none;	
	}
	.small {
		display: block;
		margin: 0 auto;
	}
}
@media screen and (min-width: 481px) {
	.small {
		display: none;	
	}
}
@media screen and (max-width: 767px) {
	.content {
		padding: 0 2%;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
}
@media screen and (min-width: 768px) {
	.content {
		padding: 0 7%;
	}
	.logo {
		width: 50%;
		top: 0;
		margin-top: 10px;
	}
}
@media screen and (min-width: 991px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1600px) {
}


/*clearfix*/
.clear{ clear:both; }
.clearfix:before, .clearfix:after { content: "";display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }

@media screen and (max-width: 768px) {
	.slow, .slower, .moreslower, .moreslower, .slowest, .moreslowest{
		-webkit-animation-duration:  1.5s; 
		animation-duration: 1.5s;
		-webkit-animation-fill-mode: both; 
		animation-fill-mode: both; 
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}
}