/************* ACCORDIONS *************/
.down-caret, 
.creative-accordion, 
.visible-section,
.creative-accordion .color-mask {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer;
}
.down-caret p:before {
    content:'\E012';
    font-family:'kohtello';
    transform: rotate(0deg);
}
.rotated .down-caret {
    transform: rotate(180deg);
}
.visible-section:hover .color-mask {
    opacity:0.05!important;
}