@charset "utf-8";
/* CSS Document */

body {
    font-family: "微軟正黑體", "Microsoft JhengHei", arial, sans-serif !important;
}
.font_custom {
    font-family: "微軟正黑體", "Microsoft JhengHei", arial, sans-serif !important;
}
#mainNav .navbar-brand {
    font-family: "微軟正黑體", "Microsoft JhengHei", arial, sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: normal !important;
}
#mainNav .navbar-brand img {
    margin-right: 10px !important;
}
header.masthead {
    background: url(../images/bags-commerce-goods-1087727.jpg) center no-repeat !important;
	background-size: cover !important;
}
small.free_source {
    display: block !important;
    height: 0 !important;
    font-size: 0 !important;
}
.modal-header,
.modal-footer {
	border: none !important;
}
@media (max-width:400px) {
	#portfolio .container-fluid .portfolio-box .portfolio-box-caption {
		opacity: 1 !important;
	}
}
/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
    padding: 60px 0;
}
#faq #faq-list {
    padding: 0;
    list-style: none;
}
#faq #faq-list li {
    border-bottom: 1px solid #ddd;
}
#faq #faq-list a {
    padding: 18px 0;
    display: block;
    position: relative;
    font-family: "微軟正黑體", "Microsoft JhengHei", arial, sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-right: 20px;
	color: #ffffff !important;
}
#faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 16px;
}
#faq #faq-list p {
    margin-bottom: 20px;
	color: #ffffff !important;
}
#faq #faq-list a.collapse {
    color: #f82249;
}
#faq #faq-list a.collapsed {
    color: #000;
}
#faq #faq-list a.collapsed i::before {
    content: "\f055" !important;
}
.floatSideBar {
	position: fixed;
	top: 70%;
	right: 1rem;
	z-index: 500;
	width: 96px;
}
.floatSideBar ul {
	padding: 0;
	list-style: none;
}
.floatSideBar img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
	.floatSideBar {
		right: 0px;
		width: 20%;
	}
}
section#portfolio .portfolio-box-caption {
	opacity: 1 !important;
	background: rgba(0,0,0,.5) !important;
}
section#portfolio .portfolio-box-caption:hover {
	background: rgba(244,98,58,.9) !important;
}
