@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
	background-color: #fff;
	font-family: 'Noto Sans TC', sans-serif;
	/*font-size: 16px;*/
	/*background-image: url(../images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center inherit;*/
}
/* * {color: #333333;}*/
a {color: #303030; text-decoration:none;}
a:hover {color: #f7a900; text-decoration:none;}
/*article {background-image: url(../images/bg01.jpg);}*/
header * {background: #cecece;}

article {
	padding-top: 15px;
}
.callout {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	font-size: 14px;
}
.callout:after {
	position: absolute;
	top: 0; left: 15px;
	padding-left: -40px;
	content:"";
	border-radius: 5px;
	background-color: #f8ad00;
	height: 100%;
	width: 10px;
	border: 0px solid #f00;
}
.callout h5,.unit-title h5 {
	margin-bottom: 0;
	font-size: 1.8em; /*30px*/
}
.callout p,.unit-title p {
}
@media (min-width: 768px) {
	.callout h5,.unit-title h5 {
		font-size: 1.8em;
	}
	.callout p,.unit-title p {
		font-size: 0.85em;
	}
}
footer {
	border-top: 1px solid #333;
	font-size: 0.9em;
}
.footer-title {
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-weight: 700;
	/*font-size: 1.8em;*/
	border-bottom: 2px solid #f7a900;
}
footer #info li {
	margin-bottom: 5px;
}
footer #icon li {
	padding: 0 20px;
}
/* -------------------------------------------------------------- End of Footer -------------------------------------------------------------- */
/* ---------------- Back to Top -------------------------------------------------------------- */
.back-top {
	position: fixed; display: none; z-index: 999;
	right: 5px; bottom: 20px;
	color: #ffffff; background: #212121;
	margin-bottom: 10px; padding-top: 5px;
	border-radius: 50%; width:45px; height: 45px;
    line-height: 14px; font-size: 16px;
}
.back-top:hover,
.back-top:focus,
.back-top:active {color: #ffffff;}
.back-top:hover {
	-webkit-transition: all 100ms ease-in-out 0s;
		 -o-transition: all 100ms ease-in-out 0s;
			transition: all 100ms ease-in-out 0s;
	background: #f7a900
}

@media (max-width: 991px) {
	header .navbar{background: #cecece;}
}

@media only screen and (min-width: 300px) and (max-width: 480px){
	.footer .container {padding-left: 25px; padding-right: 25px;}
}
@media only screen and (min-width: 480px) and (max-width: 768px){

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}

.text-body-secondary {
	color: rgb(144 146 148)!important;
}