.scroll-down{display:block;position:absolute;bottom:10%;bottom:80px;left:50%;color:#fff;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;z-index:777}.scroll-down:hover{color:#F1BB7A!important}.scroll-down:after{position:absolute;content:'';width:23px;height:23px;margin:-11px 0 0 -7px;border-left:1.5px solid #fff;border-bottom:1.5px solid #fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:border-box;-moz-transition:color .2s .02s ease;-o-transition:color .2s .02s ease;-webkit-transition:color .2s .02s ease;-webkit-transition:All .4s ease;-moz-transition:All .4s ease;-o-transition:All .4s ease;-ms-transition:All .4s ease;transition:All .4s ease}.scroll-down:hover:after{border-left:1.5px solid #8b454f;border-bottom:1.5px solid #8b454f}.scroll-down:before{position:absolute;top:-22px;left:-22px;z-index:-1;content:'';width:54px;height:54px;box-shadow:0 0 0 0 rgba(141,11,3,.3);box-shadow:0 0 0 0 rgba(118,35,47,.67);box-shadow:0 0 0 0 rgba(139,69,79,.67);border-radius:100%;opacity:0;-webkit-animation:sdb 3s infinite;animation:sdb 3s infinite;box-sizing:border-box}@-webkit-keyframes sdb{0%{opacity:0}30%{opacity:1}60%{box-shadow:0 0 0 35px rgba(255,255,255,.2);opacity:0}100%{opacity:0}}@keyframes sdb{0%{opacity:0}30%{opacity:1}60%{box-shadow:0 0 0 35px rgba(255,255,255,.2);opacity:0}100%{opacity:0}}