.Cole_fixed {
    position: fixed;
    top: 0;
    width:365px;
/*    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;*/
}
.page-title-area ol li:before {
    counter-increment: counter;
    content: counter(counter);
    font-weight: 500;
    margin-right: 10px;
    display:none;
}
