@charset "utf-8";

.faq-content {
	background: #000;
	opacity: 0.8;
	border-radius: 5px;
	padding: 30px;
}
.faq-category .div-tab { margin-bottom:15px; }
.faq-category .dropdown { margin-bottom:15px; }
.faq-category .list-category a { font-size: 18px; }
.faq-category .active a, .list-category .selected a { color:#000; font-family: 'Futura-BD','NotoBold', sans-serif; }
.faq-box { padding:30px; border-radius: 5px; margin-bottom:50px; }
.faq-img img, .faq-html img, .faq-content img { width:auto; max-width:100%; border:0; }

.faq-content .panel-body { background:#f3f3f3; border-radius:5px !important; padding:30px !important; }
.faq-content .panel-body p { padding:0; margin:0; }
.faq-none { padding:50px 0; }

.faq-content .div-panel.panel-group .panel-heading a {
	font-size: 14px;
}