@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro,"Abel","微軟正黑體","Arial","LiHei Pro","黑體-繁", sans-serif;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: #FFFFFF;
}
/* Navigation */
header {
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #BCC6D1;
	position: fixed;
	margin-top: 0px;
}
.logo {
	float: left;
	margin-top: 0px;
	margin-left: 25px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #0097A4;
}
ul li a:hover  {
    color: #EF8337;
}
.tag{
	color: #0097A4;
}
.tag_curr{
	color: #EF8337;
}

.button {
	height:  25px;
    width: 200px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
	font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    transition: all 0.3s linear;
}
.button:hover {
	background-color: #FFFFFF;
	color: #E3007F;
	cursor: pointer;
}
.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #E3007F;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}
.footer_banner {
    background-color: #0097A4;
    padding-top: 30px;
    padding-bottom: 40PX;
    margin-bottom: 0px;
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
}
.footer_header {
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 2px;
    line-height: 24px;
}

footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
header{
	height: 100px;
}
nav {
	float: center;
	width: 100%;
	height: 50px;
	text-align: center;
	margin-top: -2px;
	margin-right: 0px;

}
header nav ul {
	list-style: none;
	float: center;
	width: 100%;
}
nav ul li {
	float: center;
	width: 33%;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	transition: all 0.3s linear;
}	
.tag{
	color: #0097A4;
}
}