#C123_lookbook .animate-container .animate-image{opacity: 0; transform: translate3d(0,80px,0); transition: opacity 0.3s ease-out 0s, transform 0.4s ease-out 0s; }
#C123_lookbook .animate-container.active .animate-image {opacity: 1; transform: translate3d(0,0,0); }

#C123_lookbook .animate-container.active p{opacity: 1; text-align: center; }
#C123_lookbook .animate-container p{opacity: 0;transition: opacity 0.3s ease-out 0.6s}

.a-center { text-align: center;}

#backToTop {
    position: fixed;
    display: none;
    bottom: 20px;
    border: 1px solid #000;
    background: url(../images/back-to-top-bg.png);
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-family: open_sans,sans-serif;font-weight:bold;
    text-align: center;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    z-index: 999;
    width: auto;
    padding: 0 12px 0 30px;
}
#backToTop.active {
display: block;
left: 85%;
}