/* CSS Document */
/* ---------------------動畫 ---------------------*/
body{
	font-size:14px;
	
}
.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
.showinpc {
	display: inline;
}
.Title01, .Title01 h3 {/*通用標題*/
	border-bottom: 1px rgba(227,227,227,1.00) solid;
	height: 60px;
	line-height: 60px;
	padding: 0px;
	margin: 0;
}
.Title01 {
	margin-bottom: 30px;
}
.Title01 h3 {
	margin-bottom: -1px;
	border-bottom: 1px #000 solid;
	color: #4aa197;
	width: 270px;
	margin-left: 15px;
}
.more_btn {/*外框型btn*/
	border: 2px #fff solid;
	padding: 4px;
	text-align: center;
	color: #fff;
	background-color: transparent;
	width: 260px;
	font-size: 18px;
	-webkit-transition-duration: 0.4s; /* Safari */
}
.more_brn:hover {
	background-color: #333;
	border-radius: 0px;
}
#gotop {
	right: 15px;
	bottom: 30px;
	position: fixed;
}
#gotop a {
	padding: 4px 25px;
	border: 2px #aaa solid;
	color: #aaa;
	-webkit-transition-duration: 0.4s; /* Safari */
}
#gotop a:hover {
	border: 2px #004B82 solid;
	background-color: #004B82;
	color: #fff;
	text-decoration: none;
}
/* ---------------------menu---------------------*/

.navbar-brand {
	display: inline;
	width: 80%;
	max-width: 332px;
	max-height: 43px;
	padding: 0;
	margin: 0;
}
.navbar-brand img {
	width: 100%;
}
#allmenu {
	background-color: rgba(255,255,255,1.00);
	border-bottom: 1px rgba(209,209,209,1.00) solid;
	border-top: 1px rgba(209,209,209,1.00) solid;
	font-size: 18px;
}
#mainMenu > ul > li > a {
	line-height: 40px;
	border-bottom: 1px rgba(191,191,191,0.50) solid;
	background-color: rgba(237,237,237,1.00);
}
.dropdown-menu {
	padding: 0
}
.dropdown-menu > li >a {
	line-height: 50px;
	height: 50px;
	background-color: #FFF;
	border-top: 1px rgba(209,209,209,0.5) solid;
}
#nav-lang {
	background-color: #f6f6f6;
	padding: 14px;
}
#nav-lang >.btn-group {
	margin: 15px 0 0 15px;
}
#language-select {
	width: 100%;
	position: relative;
	border: 1px #B8B8B8 solid;
}
#language-select > div {
	font-size: 24px;
	position: absolute;
	right: -1px;
	z-index: 20;
	display: block;
	height: 40px;
	width: 40px;
	background-color: #B8B8B8;
	line-height: 40px;
	padding: 0;
	margin: 0;
	text-align: center
}
#language-select > select {
	width: 100%;
	border-radius: 0;
	;
	border: 0px solid #999;
	z-index: 10;
	line-height: 40px;
	padding: 0;
	height: 40px;
	margin: 0;
	display: block;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #999;
}

/*-----------index part(contact )----------------*/
footer {
	border-top: 1px #ddd solid;
	font-size: 12px;
	font-family: "Heiti TC";
	color: rgb(111, 111, 111);
	padding: 30px 0;
	position:relative;
}

.pageTitle{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:2em;
	font-weight:300;
	border-bottom:1px #eee solid;
	margin:20px 0;
	
	}

/* ------------------------------------------------------------------------------------- */
/* 超小螢幕設備（手機，小於 768px） */
/* 沒有媒體查詢，因為這在 Bootstrap 3 是預設的。 */

/* 小螢幕設備（平板，768px（含）以上） */
@media (min-width: 768px) {

}

/* 中螢幕設備（一般桌面，992px（含）以上） */
@media (min-width: 992px) {
	
}

/* 大螢幕設備（大型桌面，1200px（含）以上） */
@media (min-width: 1200px) {

#language-select {
	width: 115px;

}

#language-select > select {
	width: 115px;}
	
.showinpc {
	display: none
}
.navbar-brand img {
	width: auto;
	margin: 0;
	padding: 0
}
#logo {
	padding: 0;
	margin: -10px 0 0 -15px
}
.navbar-brand {
	float: none;
	width: auto;
	margin: -15px 0 0
}
#allmenu {
	top: 500px;
	position: absolute;
	padding: 0;
	margin: 0;
	height: 72px;
}
#header {
	margin-top: 0px;
	margin-bottom: 60px;
}
#mainMenu > ul > li > a {
	line-height: 40px;
	border-bottom: 0px;
	background-color: #FFF;
}
.searchicon a:hover {
	background-color: #999;
}
}
