/* CSS Document */
#header-page {
	background-image: url(../images/index/TitleBr.jpg);
	background-position: center;
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 50px;
	padding: 0;
}
#subTitle {
	
	height: 69px;
	background-position: center;
	position: relative;
	font-size:1.5em;
	line-height:69px;
	color: #333;
	font-weight:300;
	background-size:auto 100%;

	
}



#page_content {
	position: relative;
	margin:10px auto;
	
}


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

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

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

/* 大螢幕設備（大型桌面，1200px（含）以上） */
@media (min-width: 1200px) {
#header-page {
	height: 60px;
	
}	
	
#allmenu {
	top: 60px;
}
#subTitle,#page_content,footer  {
	top: 70px;
}


#subTitle {
	height: 115px;
	line-height:115px;
	
}
}
