/*
ATT: content: "";

10 sections
*/

.template_faq {
    /*background: #edf3fe none repeat scroll 0 0;*/
    width: 100%; /*440px*/
}
.panel-group {
    /*background: #fff none repeat scroll 0 0;*/
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 var(--col_boxshadow3_black);
    margin-bottom: 0;
    /*padding: 30px;*/
}
#accordion .panel {
    border: medium none;
    border-radius: 30px;  /*border-radius: 0;*/
    border-top-right-radius: 30px; /* added */
    box-shadow: none;
    margin: 0 10px 15px 15px; /* 0 0 15px 10px */
    /* width: 640px;  340 */
    width: 92%;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    /*background: #ba9941 none repeat scroll 0 0;*/
    background: -webkit-radial-gradient(center, ellipse cover, var(--col_bg_gold_rev) );
    border: 1px solid transparent;
    border-radius: 30px;
    color: var(--col_txtpanopen_gold);
    display: block;
    font-size: 14px;
    font-weight: 500; /* 600 */
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
/*bg closed for text*/
#accordion .panel-title a.collapsed {
    /*background: #2b2b2b none repeat scroll 0 0;*/
    background: -webkit-radial-gradient(center, ellipse cover, var(--col_bg_black) );
    border: 1px solid var(--col_border_black);
    color: var(--col_txtpanclosed_gold); /* #333 */ /* text closed y arrow*/
}
/*circle open*/
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    /*background: #ba9941 none repeat scroll 0 0;*/
    background: -webkit-radial-gradient(center, ellipse cover, var(--col_bg_black) );
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px var(--col_boxshadow2_black); /* rgba(0, 0, 0, 0.58) was 58*/
    color: var(--col_txtpanopen_gold);
    content: "";
    font-family: fontawesome;
    font-size: 35px; /* 25 (in the round open)*/
    height: 55px;
    left: -15px; /* -20px */
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    /*background: #f8f4ea none repeat scroll 0 0;*/
    background: -webkit-radial-gradient(center, ellipse cover, var(--col_bg_black) );
    border: 0px solid var(--col_border_gold);
    box-shadow: none;
    box-shadow: 0 3px 10px var(--col_boxshadow1_black); /* rgba(0, 0, 0, 0.58) */
    color: var(--col_txtpanclosed_gold); /* #333 */ /* arrow  */
    font-size: 25px; /* 25 (in the round closed)*/
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 15px 10px 9px;
    position: relative;
}
/*left line in text*/
#accordion .panel-body p {
    border-left: 2px dashed var(--col_leftline_gold); /* 8c8c8c */
    padding-left: 15px; /* 25 */
}
