.animated{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@keyframes light-flash{0%{background:url(../images/light_close.png) no-repeat center center;background-size:cover}20%{background:url(../images/light_open.png) no-repeat center center;background-size:cover}30%{background:url(../images/light_close.png) no-repeat center center;background-size:cover}40%{background:url(../images/light_open.png) no-repeat center center;background-size:cover}50%{filter:brightness(2);opacity:1}100%{opacity:0}}@keyframes light-circle{0%{background:radial-gradient(ellipse at center top,#ffe375dc 10%,#8f663800);background-size:cover;opacity:0}30%{background:radial-gradient(ellipse at center top,#ffe375a9 10%,#8f663800);background-size:cover;opacity:1;transform:scale(1.2)}32%{opacity:1;mix-blend-mode:lighten}60%{opacity:.2}100%{opacity:0;transform:scale(1.8);mix-blend-mode:normal}}@keyframes bg-change{0%{background:url(../images/mainbg_dark.jpg) no-repeat center center;background-size:cover}100%{background:url(../images/mainbg.jpg) no-repeat center center;background-size:cover}}.bg-change{animation:bg-change 1.5s ease-in-out forwards 3.5s}@keyframes cd-change{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.cd-change{animation:cd-change infinite 4s linear}