@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeue-webfont.eot');
	src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
input {
	border: 1px solid #b0b0b0;
	padding: 3px 5px 4px;
	color: #979797;
	width: 190px;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* General Demo Style */
body {
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body {
	overflow: hidden;
}
a {
	color: #333;
	text-decoration: none;
}
.container {
	position: relative;
	text-align: center;
}
.logo {
	width: 280px;
	margin-top: 10px;
	margin-right: 15px;
}
.logo img {
	width: 100%;
}
.language {
	margin-bottom: 20px;
	font-family: "微軟正黑體";
	font-size: 16px;
	margin-top: 20px;
	color: #FFFFFF;
	text-align: right;
	width: 280px;
}
.language h2 {
	font-size: 18px;
	line-height: 35px;
}
.b-lang {
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	padding: 3px;
}
.b-lang:hover {
	text-decoration: none;
	background-color: #990000;
	color: #FFF;
}
.clr {
	clear: both;
}
.container > header {
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: left;
}
.container > header h1 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	padding: 0px 0px 5px 0px;
}
.container > header h1 span {
}
.container > header h2, p.info {
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.container > footer {
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: right;
	margin-top: 25%;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.footerstyletxt001 {
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #000;
}
.b-focopya {
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #F7F7F7;
	text-decoration: none;
}
.b-focopya:hover {
	color: #990000;
	text-decoration: none;
}
/* Header Style */
.codrops-top {
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover {
	color: #fff;
}
.codrops-top span.right {
	float: right;
}
.codrops-top span.right a {
	float: none;
	display: inline;
}
p.codrops-demos {
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a, p.codrops-demos a.current-demo, p.codrops-demos a.current-demo:hover {
	display: inline-block;
	border: 1px solid #6d0019;
	padding: 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	font-family: "微軟正黑體";
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	text-decoration: none;
}
p.codrops-demos a:hover {
	background: #6d0019;
}
p.codrops-demos a:active {
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d0019), color-stop(56%, #8f0222), color-stop(100%, #a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo, p.codrops-demos a.current-demo:hover {
	color: #A5727D;
	background: #6d0019;
}
/* Media Queries */
@media screen and (max-width: 767px) {
.container > header {
	text-align: center;
}
p.codrops-demos {
	position: relative;
	top: auto;
	left: auto;
}
}
@media screen and (max-width: 480px) {
.language {
	margin-top: 10px;
}
.container > footer {
	text-align: center;
	margin-top: 0px;
}
.footerstyletxt001 {
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #FFF;
}
}


/*						CONTENT STYLE						*/
#content
{
	position: absolute;
	opacity: 0;
	width: 100%;
	right: -75%;
	top: 30px;
	-webkit-animation: slide 3s forwards;
    -webkit-animation-delay: .5s;
    animation: slide 3s forwards;
    animation-delay: .5s;
	color: rgb(214, 214, 211);
	font-size: 30px;
	padding: 0px 20px 20px 20px;
}

#contentfooter
{
	position: absolute;
	opacity: 0;
	-webkit-animation: slide 3s forwards;
	-webkit-animation-delay: .5s;
	animation: slide 3s forwards;
	animation-delay: .5s;
	color: rgb(214, 214, 211);
	font-size: 30px;
	padding: 0px 20px 20px 20px;
	bottom: 20px;
}


@-webkit-keyframes slide {
    75% { opacity:0; }
    100% { right: -10px;opacity:0.8; }
}

@-moz-keyframes imageAnimation { 
    75% { opacity:0; }
    100% { right: -10px;opacity:0.8; }
}

@-o-keyframes imageAnimation { 
    75% { opacity:0; }
    100% { right: -10px;opacity:0.8; }
}

@-ms-keyframes imageAnimation { 
    75% { opacity:0; }
    100% { right: -10px;opacity:0.8; }
}

@keyframes slide {
    75% { opacity:0; }
    100% { right: -10px;opacity:0.8; }
}



@media only screen 
and (min-width : 320px)
and (max-width : 459px) and (orientation: landscape) {
	.icons
	{
		display: none;
	}
}
@media only screen 
and (min-width : 320px)
and (max-width : 459px) {
	#content .icons i.fa-envelope
	{
		top: 85px;
	}
	.subscribe
	{
		width: 60%;
	}
	.subscribe_btn
	{
		width:30%;
		font-size:12px;
		margin-top: 0px;
	}
	#content
	{
		width: 90%;
		font-size: 180% !important;
	}
	#counter
	{
		width: 90%;
		font-size: 140% !important;
	}
	#content h1
	{
		font-size: 130% !important;
	}
	#content h3
	{
		font-size: 100% !important;
	}
}


@media only screen 
and (min-width : 460px)
and (max-width : 512px) {
	#content .icons i.fa-envelope
	{
		top: 85px;
	}
	.subscribe
	{
		width: 60%;
	}
	.subscribe_btn
	{
		width:30%;
		font-size:12px;
		margin-top: 0px;
	}
	#content
	{
		font-size: 180% !important;
	}
	#counter
	{
		font-size: 140% !important;
	}
	#content h1
	{
		font-size: 150% !important;
	}
	#content h3
	{
		font-size: 120% !important;
	}
}

@media only screen 
and (min-width : 513px)
and (max-width : 604px) {
	#content .icons i.fa-envelope
	{
		top: 85px;
	}
	.subscribe
	{
		width: 60%;
	}
	.subscribe_btn
	{
		width:30%;
		font-size:12px;
		margin-top: 0px;
	}
	#content
	{
		font-size: 120% !important;
	}
	#counter
	{
		font-size: 130% !important;
	}
	#content h1
	{
		font-size: 120% !important;
	}
	#content h3
	{
		font-size: 80% !important;
	}
}

@media only screen 
and (min-width : 605px)
and (max-width : 645px) {
	#content .icons i.fa-envelope
	{
		top: 85px;
	}
	.subscribe_btn
	{
		font-size:12px;
		margin-top: 0px;
	}
	#content
	{
		font-size: 120% !important;
	}
	#counter
	{
		font-size: 130% !important;
	}
	#content h1
	{
		font-size: 140% !important;
	}
	#content h3
	{
		font-size: 100% !important;
	}
}

@media only screen 
and (min-width : 646px)
and (max-width : 767px) {
	#content .icons i.fa-envelope
	{
		top: 85px;
	}
	.subscribe_btn
	{
		font-size:14px;
		margin-top: 0px;
	}
	#content
	{
		font-size: 120% !important;
	}
	#counter
	{
		font-size: 130% !important;
	}
	#content h1
	{
		font-size: 140% !important;
	}
	#content h3
	{
		font-size: 100% !important;
	}
}
@media only screen 
and (min-width : 768px) 
and (max-width : 1000px) {
	#content
	{
		font-size: 180% !important;
	}
	#counter
	{
		font-size: 150% !important;
	}
	#content h1
	{
		font-size: 100% !important;
	}
	#content h3
	{
		font-size: 80% !important;
	}
}
@media only screen 
and (min-width : 1000px) 
and (max-width : 1237px) {
	#counter
	{
		bottom: 60%;
	}
	#content h1
	{
		font-size: 90%;
	}
	#content h3
	{
		font-size: 70%;
	}
}

@media only screen 
and (min-height : 100px) 
and (max-height : 319px) {
	.icons
	{
		display: none;
	}
	#counter
	{
		font-size: 100% !important;
		bottom: 60% !important;
	}
	#social
	{
		padding: 1px 1px 1px 8px;
		width: 35px;
		font-size: 17px;
	}
	#social img
	{
	width: 24px;
	height: 24px;
	}
	#social img:hover 
	{
	width: 24px;
	height: 24px;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}
}

@media only screen 
and (min-height : 320px) 
and (max-height : 459px) {
	#counter
	{
		bottom: 60% !important;
	}
	#social
	{
		padding: 1px 1px 1px 8px;
		width: 35px;
		font-size: 17px;
	}
	#social img
	{
	width: 24px;
	height: 24px;
	}
	#social img:hover 
	{
	width: 24px;
	height: 24px;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}
}

@media only screen 
and (min-height : 460px) 
and (max-height : 600px) {
	#counter
	{
		bottom: 62% !important;
	}
}
}
