﻿/*! Accordian  */

*, * focus {outline: none; margin: 0; padding: 0;}
.faqs-list .acc_trigger{position:relative; cursor:pointer;   background-size:25px;}
.faqs-list .acc_trigger:after{content:''; position:absolute; right:15px; top:25px; display:block; width:20px; height:20px; background:url(images/add.png) no-repeat center right;}
.faqs-list .acc_trigger.active:after{background:url(images/minus.png) no-repeat center right;}
.faqs-list .acc_trigger.active, .faqs-list .acc_trigger.active + div{background:#FFF;}

.faqs-list .border{border-color:#333!important;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;}
.faqs-list .border:hover{ border-color:#FFF!important;}