/* Faq */

/* .list_categories li {
    width: 49%;
}
.list_categories li:not(:nth-of-type(3n)) {
    margin-right: 0;
}
.list_categories li:nth-of-type(even) {
    float: right;
} */
 
#faq_list_category li {
	cursor: pointer;
}
#faq_main .faq_panes {
    display: none;
}
#faq_main .faq_panes.show {
    display: block;
}