.categories_faq{
  width:30%;
  float: left;
  margin-right: 20px;
}
.form_content_faq{
  width: 67%;
  float: left;
}
.tableOption i{
  cursor: pointer;
}
.url_faq_page{
  text-transform: none;
  margin-left: 20px;
}
.url_faq_title{
  text-transform: none;
  font-weight: normal;
}
#left_column{
background:white;padding:15px 10px;
}
.left_column_faq{
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  float: left;
}
#center_column_fag{
  /*float: left;*/
  /*margin-left: 10px;*/    background:white;  padding:10px;
}
.title_home_page_fag, .title_category_page, .title_faq_page{
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadada;
  margin: 15px 0;
  line-height: 28px;
}
#center_column{
  /*width: 100%;*/
}
.topic_faqs .category_block{
  width: 49%;
  margin: 10px 10px 10px 0;
  float: left;
}
.category_name_home_page{
  font-size: 18px;
  margin: 5px 0 20px 0;
  display: block;
}
.search_faqs{
  position: relative;
  margin: 40px 10px;
}
.search_fag_input{
  width: 100% !important;
  height: 45px !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  box-sizing: border-box !important;
  background: #fbfbfb !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #ededed !important;  text-align:center;
}
.search_fag_submit{
  position: absolute;
  height: 45px;
  right: 0px;
  top: 0px;
  outline: none;
  font-size: 15px;
}
.icon_fag{
  margin-bottom: 10px;
  margin-left: 10px;
  float: left;
  font-size: 11px;
  display: none;
}
.icon_fag:before{
  content: "\f0c1";
  font: normal normal normal 14px/1 FontAwesome;
}
.icon_fag:hover{
  text-decoration:none;
}
.content_home_page_fag a.questions, .content_home_page_cat a.questions, .faq_cat a.questions, .gomakoil_faq_page a.questions{
  float: right;
  margin-bottom: 20px;
  cursor: pointer;  font-size:16px;    line-height:30px;
}
.content_home_page_fag a.questions:before, .content_home_page_cat a.questions:before, .faq_cat a.questions:before, .gomakoil_faq_page a.questions:before {
  content: "\f104";
  display: inline;
  font-family: "FontAwesome";
  width: 15px;
  height: 15px;
  padding-left: 5px;
  box-sizing: border-box;
  float: right;
  transition: 0.5s;  font-size: 20px;    line-height: initial;	margin-left:10px;
}
.answer_faq{
  border: 1px solid #dadada;  font-size: 15px;  line-height:30px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 15px 15px 15px;
  display: none;
}
.gomakoil_faq_page .questions.active:before{
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 0.5s;
}
.gomakoil_faq_page .questions:before{
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.5s;
}
.more_faq_cat{
  text-decoration: underline;
  margin-left: 5px;
}
.more_faq_cat:hover{
  opacity: 0.8;
  text-decoration: underline;
}
.content_home_page_cat{
  position: relative;
}
.left_column_faq{
  display: block !important;
}
.no_questions{
  color: red;
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}
@media (max-width: 1400px){
  .categories_faq{
    width: 38%;
  }
  .form_content_faq{
    width: 60%;
  }
}
@media (max-width: 1265px){
  .categories_faq, .form_content_faq{
    width:100%;
  }
}
@media (max-width: 960px){
  .topic_faqs .category_block{
    width: 100%;
  }
}
@media (max-width: 768px){
  #center_column_fag{
    margin-left: -10px;
  }
}
@media (max-width: 1000px){
  #center_column_fag{
    width: 100%;
  }
}
.categories-tree-faqs span, .tree.categories-tree-faqs label, .tree.categories-tree-faqs i{
  cursor: pointer !important;
}
.icon-AdminFaqs:before{
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  background: url("../../logo.png");
}
.block_faq_product_page{
  padding-left: 0px  !important;
}
.block_faq_product_page a{
  text-decoration: none !important;
}



