| @@ -1,4 +1,5 @@ | ||
| 1 | +@charset "UTF-8"; | |
| 1 | 2 | /*! |
| 2 | 3 | * animate.css -http://daneden.me/animate |
| 3 | 4 | * Version - 3.5.1 |
| 4 | 5 | * Licensed under the MIT license - http://opensource.org/licenses/MIT |
| @@ -4,4005 +5,2129 @@ | ||
| 4 | 5 | * Licensed under the MIT license - http://opensource.org/licenses/MIT |
| 5 | 6 | * |
| 6 | 7 | * Copyright (c) 2016 Daniel Eden |
| 7 | 8 | */ |
| 8 | -.animated.infinite { | |
| 9 | - animation-iteration-count: infinite; | |
| 10 | -} | |
| 9 | +.animated{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(10%,0,0) skewX(-30deg);transform:translate3d(10%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(10%,0,0) skewX(-30deg);transform:translate3d(10%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(10%,0,0) skewX(30deg);transform:translate3d(10%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(10%,0,0) skewX(30deg);transform:translate3d(10%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-10%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-10%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-10%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-10%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp} | |
| 11 | 10 | |
| 12 | -.animated.hinge { | |
| 13 | - animation-duration: 2s; | |
| 14 | -} | |
| 15 | - | |
| 16 | -.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { | |
| 17 | - animation-duration: 0.75s; | |
| 18 | -} | |
| 19 | -@keyframes bounce { | |
| 20 | - from, 20%, 53%, 80%, to { | |
| 21 | - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
| 22 | - transform: translate3d(0, 0, 0); | |
| 23 | - } | |
| 24 | - 40%, 43% { | |
| 25 | - animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
| 26 | - transform: translate3d(0, -30px, 0); | |
| 27 | - } | |
| 28 | - 70% { | |
| 29 | - animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
| 30 | - transform: translate3d(0, -15px, 0); | |
| 31 | - } | |
| 32 | - 90% { | |
| 33 | - transform: translate3d(0, -4px, 0); | |
| 34 | - } | |
| 35 | -} | |
| 36 | -.bounce { | |
| 37 | - animation-name: bounce; | |
| 38 | - transform-origin: center bottom; | |
| 39 | -} | |
| 40 | -@keyframes flash { | |
| 41 | - from, 50%, to { | |
| 42 | - opacity: 1; | |
| 43 | - } | |
| 44 | - 25%, 75% { | |
| 45 | - opacity: 0; | |
| 46 | - } | |
| 47 | -} | |
| 48 | -.flash { | |
| 49 | - animation-name: flash; | |
| 50 | -} | |
| 51 | -@keyframes pulse { | |
| 52 | - from { | |
| 53 | - transform: scale3d(1, 1, 1); | |
| 54 | - } | |
| 55 | - 50% { | |
| 56 | - transform: scale3d(1.05, 1.05, 1.05); | |
| 57 | - } | |
| 58 | - to { | |
| 59 | - transform: scale3d(1, 1, 1); | |
| 60 | - } | |
| 61 | -} | |
| 62 | -.pulse { | |
| 63 | - animation-name: pulse; | |
| 64 | -} | |
| 65 | -@keyframes rubberBand { | |
| 66 | - from { | |
| 67 | - transform: scale3d(1, 1, 1); | |
| 68 | - } | |
| 69 | - 30% { | |
| 70 | - transform: scale3d(1.25, 0.75, 1); | |
| 71 | - } | |
| 72 | - 40% { | |
| 73 | - transform: scale3d(0.75, 1.25, 1); | |
| 74 | - } | |
| 75 | - 50% { | |
| 76 | - transform: scale3d(1.15, 0.85, 1); | |
| 77 | - } | |
| 78 | - 65% { | |
| 79 | - transform: scale3d(0.95, 1.05, 1); | |
| 80 | - } | |
| 81 | - 75% { | |
| 82 | - transform: scale3d(1.05, 0.95, 1); | |
| 83 | - } | |
| 84 | - to { | |
| 85 | - transform: scale3d(1, 1, 1); | |
| 86 | - } | |
| 87 | -} | |
| 88 | -.rubberBand { | |
| 89 | - animation-name: rubberBand; | |
| 90 | -} | |
| 91 | -@keyframes shake { | |
| 92 | - from, to { | |
| 93 | - transform: translate3d(0, 0, 0); | |
| 94 | - } | |
| 95 | - 10%, 30%, 50%, 70%, 90% { | |
| 96 | - transform: translate3d(-10px, 0, 0); | |
| 97 | - } | |
| 98 | - 20%, 40%, 60%, 80% { | |
| 99 | - transform: translate3d(10px, 0, 0); | |
| 100 | - } | |
| 101 | -} | |
| 102 | -.shake { | |
| 103 | - animation-name: shake; | |
| 104 | -} | |
| 105 | -@keyframes headShake { | |
| 106 | - 0% { | |
| 107 | - transform: translateX(0); | |
| 108 | - } | |
| 109 | - 6.5% { | |
| 110 | - transform: translateX(-6px) rotateY(-9deg); | |
| 111 | - } | |
| 112 | - 18.5% { | |
| 113 | - transform: translateX(5px) rotateY(7deg); | |
| 114 | - } | |
| 115 | - 31.5% { | |
| 116 | - transform: translateX(-3px) rotateY(-5deg); | |
| 117 | - } | |
| 118 | - 43.5% { | |
| 119 | - transform: translateX(2px) rotateY(3deg); | |
| 120 | - } | |
| 121 | - 50% { | |
| 122 | - transform: translateX(0); | |
| 123 | - } | |
| 124 | -} | |
| 125 | -.headShake { | |
| 126 | - animation-timing-function: ease-in-out; | |
| 127 | - animation-name: headShake; | |
| 128 | -} | |
| 129 | -@keyframes swing { | |
| 130 | - 20% { | |
| 131 | - transform: rotate3d(0, 0, 1, 15deg); | |
| 132 | - } | |
| 133 | - 40% { | |
| 134 | - transform: rotate3d(0, 0, 1, -10deg); | |
| 135 | - } | |
| 136 | - 60% { | |
| 137 | - transform: rotate3d(0, 0, 1, 5deg); | |
| 138 | - } | |
| 139 | - 80% { | |
| 140 | - transform: rotate3d(0, 0, 1, -5deg); | |
| 141 | - } | |
| 142 | - to { | |
| 143 | - transform: rotate3d(0, 0, 1, 0deg); | |
| 144 | - } | |
| 145 | -} | |
| 146 | -.swing { | |
| 147 | - transform-origin: top center; | |
| 148 | - animation-name: swing; | |
| 149 | -} | |
| 150 | -@keyframes tada { | |
| 151 | - from { | |
| 152 | - transform: scale3d(1, 1, 1); | |
| 153 | - } | |
| 154 | - 10%, 20% { | |
| 155 | - transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); | |
| 156 | - } | |
| 157 | - 30%, 50%, 70%, 90% { | |
| 158 | - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); | |
| 159 | - } | |
| 160 | - 40%, 60%, 80% { | |
| 161 | - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); | |
| 162 | - } | |
| 163 | - to { | |
| 164 | - transform: scale3d(1, 1, 1); | |
| 165 | - } | |
| 166 | -} | |
| 167 | -.tada { | |
| 168 | - animation-name: tada; | |
| 169 | -} | |
| 170 | -@keyframes wobble { | |
| 171 | - from { | |
| 172 | - transform: none; | |
| 173 | - } | |
| 174 | - 15% { | |
| 175 | - transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); | |
| 176 | - } | |
| 177 | - 30% { | |
| 178 | - transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); | |
| 179 | - } | |
| 180 | - 45% { | |
| 181 | - transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); | |
| 182 | - } | |
| 183 | - 60% { | |
| 184 | - transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); | |
| 185 | - } | |
| 186 | - 75% { | |
| 187 | - transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); | |
| 188 | - } | |
| 189 | - to { | |
| 190 | - transform: none; | |
| 191 | - } | |
| 192 | -} | |
| 193 | -.wobble { | |
| 194 | - animation-name: wobble; | |
| 195 | -} | |
| 196 | -@keyframes jello { | |
| 197 | - from, 11.1%, to { | |
| 198 | - transform: none; | |
| 199 | - } | |
| 200 | - 22.2% { | |
| 201 | - transform: skewX(-12.5deg) skewY(-12.5deg); | |
| 202 | - } | |
| 203 | - 33.3% { | |
| 204 | - transform: skewX(6.25deg) skewY(6.25deg); | |
| 205 | - } | |
| 206 | - 44.4% { | |
| 207 | - transform: skewX(-3.125deg) skewY(-3.125deg); | |
| 208 | - } | |
| 209 | - 55.5% { | |
| 210 | - transform: skewX(1.5625deg) skewY(1.5625deg); | |
| 211 | - } | |
| 212 | - 66.6% { | |
| 213 | - transform: skewX(-0.78125deg) skewY(-0.78125deg); | |
| 214 | - } | |
| 215 | - 77.7% { | |
| 216 | - transform: skewX(0.390625deg) skewY(0.390625deg); | |
| 217 | - } | |
| 218 | - 88.8% { | |
| 219 | - transform: skewX(-0.1953125deg) skewY(-0.1953125deg); | |
| 220 | - } | |
| 221 | -} | |
| 222 | -.jello { | |
| 223 | - animation-name: jello; | |
| 224 | - transform-origin: center; | |
| 225 | -} | |
| 226 | -@keyframes bounceIn { | |
| 227 | - from, 20%, 40%, 60%, 80%, to { | |
| 228 | - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
| 229 | - } | |
| 230 | - 0% { | |
| 231 | - opacity: 0; | |
| 232 | - transform: scale3d(0.3, 0.3, 0.3); | |
| 233 | - } | |
| 234 | - 20% { | |
| 235 | - transform: scale3d(1.1, 1.1, 1.1); | |
| 236 | - } | |
| 237 | - 40% { | |
| 238 | - transform: scale3d(0.9, 0.9, 0.9); | |
| 239 | - } | |
| 240 | - 60% { | |
| 241 | - opacity: 1; | |
| 242 | - transform: scale3d(1.03, 1.03, 1.03); | |
| 243 | - } | |
| 244 | - 80% { | |
| 245 | - transform: scale3d(0.97, 0.97, 0.97); | |
| 246 | - } | |
| 247 | - to { | |
| 248 | - opacity: 1; | |
| 249 | - transform: scale3d(1, 1, 1); | |
| 250 | - } | |
| 251 | -} | |
| 252 | -.bounceIn { | |
| 253 | - animation-name: bounceIn; | |
| 254 | -} | |
| 255 | -@keyframes bounceInDown { | |
| 256 | - from, 60%, 75%, 90%, to { | |
| 257 | - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
| 258 | - } | |
| 259 | - 0% { | |
| 260 | - opacity: 0; | |
| 261 | - transform: translate3d(0, -3000px, 0); | |
| 262 | - } | |
| 263 | - 60% { | |
| 264 | - opacity: 1; | |
| 265 | - transform: translate3d(0, 25px, 0); | |
| 266 | - } | |
| 267 | - 75% { | |
| 268 | - transform: translate3d(0, -10px, 0); | |
| 269 | - } | |
| 270 | - 90% { | |
| 271 | - transform: translate3d(0, 5px, 0); | |
| 272 | - } | |
| 273 | - to { | |
| 274 | - transform: none; | |
| 275 | - } | |
| 276 | -} | |
| 277 | -.bounceInDown { | |
| 278 | - animation-name: bounceInDown; | |
| 279 | -} | |
| 280 | -@keyframes bounceInLeft { | |
| 281 | - from, 60%, 75%, 90%, to { | |
| 282 | - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
| 283 | - } | |
| 284 | - 0% { | |
| 285 | - opacity: 0; | |
| 286 | - transform: translate3d(-3000px, 0, 0); | |
| 287 | - } | |
| 288 | - 60% { | |
| 289 | - opacity: 1; | |
| 290 | - transform: translate3d(25px, 0, 0); | |
| 291 | - } | |
| 292 | - 75% { | |
| 293 | - transform: translate3d(-10px, 0, 0); | |
| 294 | - } | |
| 295 | - 90% { | |
| 296 | - transform: translate3d(5px, 0, 0); | |
| 297 | - } | |
| 298 | - to { | |
| 299 | - transform: none; | |
| 300 | - } | |
| 301 | -} | |
| 302 | -.bounceInLeft { | |
| 303 | - animation-name: bounceInLeft; | |
| 304 | -} | |
| 305 | -@keyframes bounceInRight { | |
| 306 | - from, 60%, 75%, 90%, to { | |
| 307 | - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
| 308 | - } | |
| 309 | - from { | |
| 310 | - opacity: 0; | |
| 311 | - transform: translate3d(3000px, 0, 0); | |
| 312 | - } | |
| 313 | - 60% { | |
| 314 | - opacity: 1; | |
| 315 | - transform: translate3d(-25px, 0, 0); | |
| 316 | - } | |
| 317 | - 75% { | |
| 318 | - transform: translate3d(10px, 0, 0); | |
| 319 | - } | |
| 320 | - 90% { | |
| 321 | - transform: translate3d(-5px, 0, 0); | |
| 322 | - } | |
| 323 | - to { | |
| 324 | - transform: none; | |
| 325 | - } | |
| 326 | -} | |
| 327 | -.bounceInRight { | |
| 328 | - animation-name: bounceInRight; | |
| 329 | -} | |
| 330 | -@keyframes bounceInUp { | |
| 331 | - from, 60%, 75%, 90%, to { | |
| 332 | - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
| 333 | - } | |
| 334 | - from { | |
| 335 | - opacity: 0; | |
| 336 | - transform: translate3d(0, 3000px, 0); | |
| 337 | - } | |
| 338 | - 60% { | |
| 339 | - opacity: 1; | |
| 340 | - transform: translate3d(0, -20px, 0); | |
| 341 | - } | |
| 342 | - 75% { | |
| 343 | - transform: translate3d(0, 10px, 0); | |
| 344 | - } | |
| 345 | - 90% { | |
| 346 | - transform: translate3d(0, -5px, 0); | |
| 347 | - } | |
| 348 | - to { | |
| 349 | - transform: translate3d(0, 0, 0); | |
| 350 | - } | |
| 351 | -} | |
| 352 | -.bounceInUp { | |
| 353 | - animation-name: bounceInUp; | |
| 354 | -} | |
| 355 | -@keyframes bounceOut { | |
| 356 | - 20% { | |
| 357 | - transform: scale3d(0.9, 0.9, 0.9); | |
| 358 | - } | |
| 359 | - 50%, 55% { | |
| 360 | - opacity: 1; | |
| 361 | - transform: scale3d(1.1, 1.1, 1.1); | |
| 362 | - } | |
| 363 | - to { | |
| 364 | - opacity: 0; | |
| 365 | - transform: scale3d(0.3, 0.3, 0.3); | |
| 366 | - } | |
| 367 | -} | |
| 368 | -.bounceOut { | |
| 369 | - animation-name: bounceOut; | |
| 370 | -} | |
| 371 | -@keyframes bounceOutDown { | |
| 372 | - 20% { | |
| 373 | - transform: translate3d(0, 10px, 0); | |
| 374 | - } | |
| 375 | - 40%, 45% { | |
| 376 | - opacity: 1; | |
| 377 | - transform: translate3d(0, -20px, 0); | |
| 378 | - } | |
| 379 | - to { | |
| 380 | - opacity: 0; | |
| 381 | - transform: translate3d(0, 2000px, 0); | |
| 382 | - } | |
| 383 | -} | |
| 384 | -.bounceOutDown { | |
| 385 | - animation-name: bounceOutDown; | |
| 386 | -} | |
| 387 | -@keyframes bounceOutLeft { | |
| 388 | - 20% { | |
| 389 | - opacity: 1; | |
| 390 | - transform: translate3d(20px, 0, 0); | |
| 391 | - } | |
| 392 | - to { | |
| 393 | - opacity: 0; | |
| 394 | - transform: translate3d(-2000px, 0, 0); | |
| 395 | - } | |
| 396 | -} | |
| 397 | -.bounceOutLeft { | |
| 398 | - animation-name: bounceOutLeft; | |
| 399 | -} | |
| 400 | -@keyframes bounceOutRight { | |
| 401 | - 20% { | |
| 402 | - opacity: 1; | |
| 403 | - transform: translate3d(-20px, 0, 0); | |
| 404 | - } | |
| 405 | - to { | |
| 406 | - opacity: 0; | |
| 407 | - transform: translate3d(2000px, 0, 0); | |
| 408 | - } | |
| 409 | -} | |
| 410 | -.bounceOutRight { | |
| 411 | - animation-name: bounceOutRight; | |
| 412 | -} | |
| 413 | -@keyframes bounceOutUp { | |
| 414 | - 20% { | |
| 415 | - transform: translate3d(0, -10px, 0); | |
| 416 | - } | |
| 417 | - 40%, 45% { | |
| 418 | - opacity: 1; | |
| 419 | - transform: translate3d(0, 20px, 0); | |
| 420 | - } | |
| 421 | - to { | |
| 422 | - opacity: 0; | |
| 423 | - transform: translate3d(0, -2000px, 0); | |
| 424 | - } | |
| 425 | -} | |
| 426 | -.bounceOutUp { | |
| 427 | - animation-name: bounceOutUp; | |
| 428 | -} | |
| 429 | -@keyframes fadeIn { | |
| 430 | - from { | |
| 431 | - opacity: 0; | |
| 432 | - } | |
| 433 | - to { | |
| 434 | - opacity: 1; | |
| 435 | - } | |
| 436 | -} | |
| 437 | -.fadeIn { | |
| 438 | - animation-name: fadeIn; | |
| 439 | -} | |
| 440 | -@keyframes fadeInDown { | |
| 441 | - from { | |
| 442 | - opacity: 0; | |
| 443 | - transform: translate3d(0, -30%, 0); | |
| 444 | - } | |
| 445 | - to { | |
| 446 | - opacity: 1; | |
| 447 | - transform: none; | |
| 448 | - } | |
| 449 | -} | |
| 450 | -.fadeInDown { | |
| 451 | - animation-name: fadeInDown; | |
| 452 | -} | |
| 453 | -@keyframes fadeInDownBig { | |
| 454 | - from { | |
| 455 | - opacity: 0; | |
| 456 | - transform: translate3d(0, -2000px, 0); | |
| 457 | - } | |
| 458 | - to { | |
| 459 | - opacity: 1; | |
| 460 | - transform: none; | |
| 461 | - } | |
| 462 | -} | |
| 463 | -.fadeInDownBig { | |
| 464 | - animation-name: fadeInDownBig; | |
| 465 | -} | |
| 466 | -@keyframes fadeInLeft { | |
| 467 | - from { | |
| 468 | - opacity: 0; | |
| 469 | - transform: translate3d(-10%, 0, 0); | |
| 470 | - } | |
| 471 | - to { | |
| 472 | - opacity: 1; | |
| 473 | - transform: none; | |
| 474 | - } | |
| 475 | -} | |
| 476 | -.fadeInLeft { | |
| 477 | - animation-name: fadeInLeft; | |
| 478 | -} | |
| 479 | -@keyframes fadeInLeftBig { | |
| 480 | - from { | |
| 481 | - opacity: 0; | |
| 482 | - transform: translate3d(-2000px, 0, 0); | |
| 483 | - } | |
| 484 | - to { | |
| 485 | - opacity: 1; | |
| 486 | - transform: none; | |
| 487 | - } | |
| 488 | -} | |
| 489 | -.fadeInLeftBig { | |
| 490 | - animation-name: fadeInLeftBig; | |
| 491 | -} | |
| 492 | -@keyframes fadeInRight { | |
| 493 | - from { | |
| 494 | - opacity: 0; | |
| 495 | - transform: translate3d(10%, 0, 0); | |
| 496 | - } | |
| 497 | - to { | |
| 498 | - opacity: 1; | |
| 499 | - transform: none; | |
| 500 | - } | |
| 501 | -} | |
| 502 | -.fadeInRight { | |
| 503 | - animation-name: fadeInRight; | |
| 504 | -} | |
| 505 | -@keyframes fadeInRightBig { | |
| 506 | - from { | |
| 507 | - opacity: 0; | |
| 508 | - transform: translate3d(2000px, 0, 0); | |
| 509 | - } | |
| 510 | - to { | |
| 511 | - opacity: 1; | |
| 512 | - transform: none; | |
| 513 | - } | |
| 514 | -} | |
| 515 | -.fadeInRightBig { | |
| 516 | - animation-name: fadeInRightBig; | |
| 517 | -} | |
| 518 | -@keyframes fadeInUp { | |
| 519 | - from { | |
| 520 | - opacity: 0; | |
| 521 | - transform: translate3d(0, 15%, 0); | |
| 522 | - } | |
| 523 | - to { | |
| 524 | - opacity: 1; | |
| 525 | - transform: none; | |
| 526 | - } | |
| 527 | -} | |
| 528 | -.fadeInUp { | |
| 529 | - animation-name: fadeInUp; | |
| 530 | -} | |
| 531 | -@keyframes fadeInUpBig { | |
| 532 | - from { | |
| 533 | - opacity: 0; | |
| 534 | - transform: translate3d(0, 2000px, 0); | |
| 535 | - } | |
| 536 | - to { | |
| 537 | - opacity: 1; | |
| 538 | - transform: none; | |
| 539 | - } | |
| 540 | -} | |
| 541 | -.fadeInUpBig { | |
| 542 | - animation-name: fadeInUpBig; | |
| 543 | -} | |
| 544 | -@keyframes fadeOut { | |
| 545 | - from { | |
| 546 | - opacity: 1; | |
| 547 | - } | |
| 548 | - to { | |
| 549 | - opacity: 0; | |
| 550 | - } | |
| 551 | -} | |
| 552 | -.fadeOut { | |
| 553 | - animation-name: fadeOut; | |
| 554 | -} | |
| 555 | -@keyframes fadeOutDown { | |
| 556 | - from { | |
| 557 | - opacity: 1; | |
| 558 | - } | |
| 559 | - to { | |
| 560 | - opacity: 0; | |
| 561 | - transform: translate3d(0, 30%, 0); | |
| 562 | - } | |
| 563 | -} | |
| 564 | -.fadeOutDown { | |
| 565 | - animation-name: fadeOutDown; | |
| 566 | -} | |
| 567 | -@keyframes fadeOutDownBig { | |
| 568 | - from { | |
| 569 | - opacity: 1; | |
| 570 | - } | |
| 571 | - to { | |
| 572 | - opacity: 0; | |
| 573 | - transform: translate3d(0, 2000px, 0); | |
| 574 | - } | |
| 575 | -} | |
| 576 | -.fadeOutDownBig { | |
| 577 | - animation-name: fadeOutDownBig; | |
| 578 | -} | |
| 579 | -@keyframes fadeOutLeft { | |
| 580 | - from { | |
| 581 | - opacity: 1; | |
| 582 | - } | |
| 583 | - to { | |
| 584 | - opacity: 0; | |
| 585 | - transform: translate3d(-10%, 0, 0); | |
| 586 | - } | |
| 587 | -} | |
| 588 | -.fadeOutLeft { | |
| 589 | - animation-name: fadeOutLeft; | |
| 590 | -} | |
| 591 | -@keyframes fadeOutLeftBig { | |
| 592 | - from { | |
| 593 | - opacity: 1; | |
| 594 | - } | |
| 595 | - to { | |
| 596 | - opacity: 0; | |
| 597 | - transform: translate3d(-2000px, 0, 0); | |
| 598 | - } | |
| 599 | -} | |
| 600 | -.fadeOutLeftBig { | |
| 601 | - animation-name: fadeOutLeftBig; | |
| 602 | -} | |
| 603 | -@keyframes fadeOutRight { | |
| 604 | - from { | |
| 605 | - opacity: 1; | |
| 606 | - } | |
| 607 | - to { | |
| 608 | - opacity: 0; | |
| 609 | - transform: translate3d(10%, 0, 0); | |
| 610 | - } | |
| 611 | -} | |
| 612 | -.fadeOutRight { | |
| 613 | - animation-name: fadeOutRight; | |
| 614 | -} | |
| 615 | -@keyframes fadeOutRightBig { | |
| 616 | - from { | |
| 617 | - opacity: 1; | |
| 618 | - } | |
| 619 | - to { | |
| 620 | - opacity: 0; | |
| 621 | - transform: translate3d(2000px, 0, 0); | |
| 622 | - } | |
| 623 | -} | |
| 624 | -.fadeOutRightBig { | |
| 625 | - animation-name: fadeOutRightBig; | |
| 626 | -} | |
| 627 | -@keyframes fadeOutUp { | |
| 628 | - from { | |
| 629 | - opacity: 1; | |
| 630 | - } | |
| 631 | - to { | |
| 632 | - opacity: 0; | |
| 633 | - transform: translate3d(0, -30%, 0); | |
| 634 | - } | |
| 635 | -} | |
| 636 | -.fadeOutUp { | |
| 637 | - animation-name: fadeOutUp; | |
| 638 | -} | |
| 639 | -@keyframes fadeOutUpBig { | |
| 640 | - from { | |
| 641 | - opacity: 1; | |
| 642 | - } | |
| 643 | - to { | |
| 644 | - opacity: 0; | |
| 645 | - transform: translate3d(0, -2000px, 0); | |
| 646 | - } | |
| 647 | -} | |
| 648 | -.fadeOutUpBig { | |
| 649 | - animation-name: fadeOutUpBig; | |
| 650 | -} | |
| 651 | -@keyframes flip { | |
| 652 | - from { | |
| 653 | - transform: perspective(400px) rotate3d(0, 1, 0, -360deg); | |
| 654 | - animation-timing-function: ease-out; | |
| 655 | - } | |
| 656 | - 40% { | |
| 657 | - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); | |
| 658 | - animation-timing-function: ease-out; | |
| 659 | - } | |
| 660 | - 50% { | |
| 661 | - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); | |
| 662 | - animation-timing-function: ease-in; | |
| 663 | - } | |
| 664 | - 80% { | |
| 665 | - transform: perspective(400px) scale3d(0.95, 0.95, 0.95); | |
| 666 | - animation-timing-function: ease-in; | |
| 667 | - } | |
| 668 | - to { | |
| 669 | - transform: perspective(400px); | |
| 670 | - animation-timing-function: ease-in; | |
| 671 | - } | |
| 672 | -} | |
| 673 | -.animated.flip { | |
| 674 | - backface-visibility: visible; | |
| 675 | - animation-name: flip; | |
| 676 | -} | |
| 677 | -@keyframes flipInX { | |
| 678 | - from { | |
| 679 | - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); | |
| 680 | - animation-timing-function: ease-in; | |
| 681 | - opacity: 0; | |
| 682 | - } | |
| 683 | - 40% { | |
| 684 | - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); | |
| 685 | - animation-timing-function: ease-in; | |
| 686 | - } | |
| 687 | - 60% { | |
| 688 | - transform: perspective(400px) rotate3d(1, 0, 0, 10deg); | |
| 689 | - opacity: 1; | |
| 690 | - } | |
| 691 | - 80% { | |
| 692 | - transform: perspective(400px) rotate3d(1, 0, 0, -5deg); | |
| 693 | - } | |
| 694 | - to { | |
| 695 | - transform: perspective(400px); | |
| 696 | - } | |
| 697 | -} | |
| 698 | -.flipInX { | |
| 699 | - backface-visibility: visible !important; | |
| 700 | - animation-name: flipInX; | |
| 701 | -} | |
| 702 | -@keyframes flipInY { | |
| 703 | - from { | |
| 704 | - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); | |
| 705 | - animation-timing-function: ease-in; | |
| 706 | - opacity: 0; | |
| 707 | - } | |
| 708 | - 40% { | |
| 709 | - transform: perspective(400px) rotate3d(0, 1, 0, -20deg); | |
| 710 | - animation-timing-function: ease-in; | |
| 711 | - } | |
| 712 | - 60% { | |
| 713 | - transform: perspective(400px) rotate3d(0, 1, 0, 10deg); | |
| 714 | - opacity: 1; | |
| 715 | - } | |
| 716 | - 80% { | |
| 717 | - transform: perspective(400px) rotate3d(0, 1, 0, -5deg); | |
| 718 | - } | |
| 719 | - to { | |
| 720 | - transform: perspective(400px); | |
| 721 | - } | |
| 722 | -} | |
| 723 | -.flipInY { | |
| 724 | - backface-visibility: visible !important; | |
| 725 | - animation-name: flipInY; | |
| 726 | -} | |
| 727 | -@keyframes flipOutX { | |
| 728 | - from { | |
| 729 | - transform: perspective(400px); | |
| 730 | - } | |
| 731 | - 30% { | |
| 732 | - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); | |
| 733 | - opacity: 1; | |
| 734 | - } | |
| 735 | - to { | |
| 736 | - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); | |
| 737 | - opacity: 0; | |
| 738 | - } | |
| 739 | -} | |
| 740 | -.flipOutX { | |
| 741 | - animation-name: flipOutX; | |
| 742 | - backface-visibility: visible !important; | |
| 743 | -} | |
| 744 | -@keyframes flipOutY { | |
| 745 | - from { | |
| 746 | - transform: perspective(400px); | |
| 747 | - } | |
| 748 | - 30% { | |
| 749 | - transform: perspective(400px) rotate3d(0, 1, 0, -15deg); | |
| 750 | - opacity: 1; | |
| 751 | - } | |
| 752 | - to { | |
| 753 | - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); | |
| 754 | - opacity: 0; | |
| 755 | - } | |
| 756 | -} | |
| 757 | -.flipOutY { | |
| 758 | - backface-visibility: visible !important; | |
| 759 | - animation-name: flipOutY; | |
| 760 | -} | |
| 761 | -@keyframes lightSpeedIn { | |
| 762 | - from { | |
| 763 | - transform: translate3d(10%, 0, 0) skewX(-30deg); | |
| 764 | - opacity: 0; | |
| 765 | - } | |
| 766 | - 60% { | |
| 767 | - transform: skewX(20deg); | |
| 768 | - opacity: 1; | |
| 769 | - } | |
| 770 | - 80% { | |
| 771 | - transform: skewX(-5deg); | |
| 772 | - opacity: 1; | |
| 773 | - } | |
| 774 | - to { | |
| 775 | - transform: none; | |
| 776 | - opacity: 1; | |
| 777 | - } | |
| 778 | -} | |
| 779 | -.lightSpeedIn { | |
| 780 | - animation-name: lightSpeedIn; | |
| 781 | - animation-timing-function: ease-out; | |
| 782 | -} | |
| 783 | -@keyframes lightSpeedOut { | |
| 784 | - from { | |
| 785 | - opacity: 1; | |
| 786 | - } | |
| 787 | - to { | |
| 788 | - transform: translate3d(10%, 0, 0) skewX(30deg); | |
| 789 | - opacity: 0; | |
| 790 | - } | |
| 791 | -} | |
| 792 | -.lightSpeedOut { | |
| 793 | - animation-name: lightSpeedOut; | |
| 794 | - animation-timing-function: ease-in; | |
| 795 | -} | |
| 796 | -@keyframes rotateIn { | |
| 797 | - from { | |
| 798 | - transform-origin: center; | |
| 799 | - transform: rotate3d(0, 0, 1, -200deg); | |
| 800 | - opacity: 0; | |
| 801 | - } | |
| 802 | - to { | |
| 803 | - transform-origin: center; | |
| 804 | - transform: none; | |
| 805 | - opacity: 1; | |
| 806 | - } | |
| 807 | -} | |
| 808 | -.rotateIn { | |
| 809 | - animation-name: rotateIn; | |
| 810 | -} | |
| 811 | -@keyframes rotateInDownLeft { | |
| 812 | - from { | |
| 813 | - transform-origin: left bottom; | |
| 814 | - transform: rotate3d(0, 0, 1, -45deg); | |
| 815 | - opacity: 0; | |
| 816 | - } | |
| 817 | - to { | |
| 818 | - transform-origin: left bottom; | |
| 819 | - transform: none; | |
| 820 | - opacity: 1; | |
| 821 | - } | |
| 822 | -} | |
| 823 | -.rotateInDownLeft { | |
| 824 | - animation-name: rotateInDownLeft; | |
| 825 | -} | |
| 826 | -@keyframes rotateInDownRight { | |
| 827 | - from { | |
| 828 | - transform-origin: right bottom; | |
| 829 | - transform: rotate3d(0, 0, 1, 45deg); | |
| 830 | - opacity: 0; | |
| 831 | - } | |
| 832 | - to { | |
| 833 | - transform-origin: right bottom; | |
| 834 | - transform: none; | |
| 835 | - opacity: 1; | |
| 836 | - } | |
| 837 | -} | |
| 838 | -.rotateInDownRight { | |
| 839 | - animation-name: rotateInDownRight; | |
| 840 | -} | |
| 841 | -@keyframes rotateInUpLeft { | |
| 842 | - from { | |
| 843 | - transform-origin: left bottom; | |
| 844 | - transform: rotate3d(0, 0, 1, 45deg); | |
| 845 | - opacity: 0; | |
| 846 | - } | |
| 847 | - to { | |
| 848 | - transform-origin: left bottom; | |
| 849 | - transform: none; | |
| 850 | - opacity: 1; | |
| 851 | - } | |
| 852 | -} | |
| 853 | -.rotateInUpLeft { | |
| 854 | - animation-name: rotateInUpLeft; | |
| 855 | -} | |
| 856 | -@keyframes rotateInUpRight { | |
| 857 | - from { | |
| 858 | - transform-origin: right bottom; | |
| 859 | - transform: rotate3d(0, 0, 1, -90deg); | |
| 860 | - opacity: 0; | |
| 861 | - } | |
| 862 | - to { | |
| 863 | - transform-origin: right bottom; | |
| 864 | - transform: none; | |
| 865 | - opacity: 1; | |
| 866 | - } | |
| 867 | -} | |
| 868 | -.rotateInUpRight { | |
| 869 | - animation-name: rotateInUpRight; | |
| 870 | -} | |
| 871 | -@keyframes rotateOut { | |
| 872 | - from { | |
| 873 | - transform-origin: center; | |
| 874 | - opacity: 1; | |
| 875 | - } | |
| 876 | - to { | |
| 877 | - transform-origin: center; | |
| 878 | - transform: rotate3d(0, 0, 1, 200deg); | |
| 879 | - opacity: 0; | |
| 880 | - } | |
| 881 | -} | |
| 882 | -.rotateOut { | |
| 883 | - animation-name: rotateOut; | |
| 884 | -} | |
| 885 | -@keyframes rotateOutDownLeft { | |
| 886 | - from { | |
| 887 | - transform-origin: left bottom; | |
| 888 | - opacity: 1; | |
| 889 | - } | |
| 890 | - to { | |
| 891 | - transform-origin: left bottom; | |
| 892 | - transform: rotate3d(0, 0, 1, 45deg); | |
| 893 | - opacity: 0; | |
| 894 | - } | |
| 895 | -} | |
| 896 | -.rotateOutDownLeft { | |
| 897 | - animation-name: rotateOutDownLeft; | |
| 898 | -} | |
| 899 | -@keyframes rotateOutDownRight { | |
| 900 | - from { | |
| 901 | - transform-origin: right bottom; | |
| 902 | - opacity: 1; | |
| 903 | - } | |
| 904 | - to { | |
| 905 | - transform-origin: right bottom; | |
| 906 | - transform: rotate3d(0, 0, 1, -45deg); | |
| 907 | - opacity: 0; | |
| 908 | - } | |
| 909 | -} | |
| 910 | -.rotateOutDownRight { | |
| 911 | - animation-name: rotateOutDownRight; | |
| 912 | -} | |
| 913 | -@keyframes rotateOutUpLeft { | |
| 914 | - from { | |
| 915 | - transform-origin: left bottom; | |
| 916 | - opacity: 1; | |
| 917 | - } | |
| 918 | - to { | |
| 919 | - transform-origin: left bottom; | |
| 920 | - transform: rotate3d(0, 0, 1, -45deg); | |
| 921 | - opacity: 0; | |
| 922 | - } | |
| 923 | -} | |
| 924 | -.rotateOutUpLeft { | |
| 925 | - animation-name: rotateOutUpLeft; | |
| 926 | -} | |
| 927 | -@keyframes rotateOutUpRight { | |
| 928 | - from { | |
| 929 | - transform-origin: right bottom; | |
| 930 | - opacity: 1; | |
| 931 | - } | |
| 932 | - to { | |
| 933 | - transform-origin: right bottom; | |
| 934 | - transform: rotate3d(0, 0, 1, 90deg); | |
| 935 | - opacity: 0; | |
| 936 | - } | |
| 937 | -} | |
| 938 | -.rotateOutUpRight { | |
| 939 | - animation-name: rotateOutUpRight; | |
| 940 | -} | |
| 941 | -@keyframes hinge { | |
| 942 | - 0% { | |
| 943 | - transform-origin: top left; | |
| 944 | - animation-timing-function: ease-in-out; | |
| 945 | - } | |
| 946 | - 20%, 60% { | |
| 947 | - transform: rotate3d(0, 0, 1, 80deg); | |
| 948 | - transform-origin: top left; | |
| 949 | - animation-timing-function: ease-in-out; | |
| 950 | - } | |
| 951 | - 40%, 80% { | |
| 952 | - transform: rotate3d(0, 0, 1, 60deg); | |
| 953 | - transform-origin: top left; | |
| 954 | - animation-timing-function: ease-in-out; | |
| 955 | - opacity: 1; | |
| 956 | - } | |
| 957 | - to { | |
| 958 | - transform: translate3d(0, 700px, 0); | |
| 959 | - opacity: 0; | |
| 960 | - } | |
| 961 | -} | |
| 962 | -.hinge { | |
| 963 | - animation-name: hinge; | |
| 964 | -} | |
| 965 | -@keyframes rollIn { | |
| 966 | - from { | |
| 967 | - opacity: 0; | |
| 968 | - transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg); | |
| 969 | - } | |
| 970 | - to { | |
| 971 | - opacity: 1; | |
| 972 | - transform: none; | |
| 973 | - } | |
| 974 | -} | |
| 975 | -.rollIn { | |
| 976 | - animation-name: rollIn; | |
| 977 | -} | |
| 978 | -@keyframes rollOut { | |
| 979 | - from { | |
| 980 | - opacity: 1; | |
| 981 | - } | |
| 982 | - to { | |
| 983 | - opacity: 0; | |
| 984 | - transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg); | |
| 985 | - } | |
| 986 | -} | |
| 987 | -.rollOut { | |
| 988 | - animation-name: rollOut; | |
| 989 | -} | |
| 990 | -@keyframes zoomIn { | |
| 991 | - from { | |
| 992 | - opacity: 0; | |
| 993 | - transform: scale3d(0.3, 0.3, 0.3); | |
| 994 | - } | |
| 995 | - 50% { | |
| 996 | - opacity: 1; | |
| 997 | - } | |
| 998 | -} | |
| 999 | -.zoomIn { | |
| 1000 | - animation-name: zoomIn; | |
| 1001 | -} | |
| 1002 | -@keyframes zoomInDown { | |
| 1003 | - from { | |
| 1004 | - opacity: 0; | |
| 1005 | - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); | |
| 1006 | - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
| 1007 | - } | |
| 1008 | - 60% { | |
| 1009 | - opacity: 1; | |
| 1010 | - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); | |
| 1011 | - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
| 1012 | - } | |
| 1013 | -} | |
| 1014 | -.zoomInDown { | |
| 1015 | - animation-name: zoomInDown; | |
| 1016 | -} | |
| 1017 | -@keyframes zoomInLeft { | |
| 1018 | - from { | |
| 1019 | - opacity: 0; | |
| 1020 | - transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); | |
| 1021 | - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
| 1022 | - } | |
| 1023 | - 60% { | |
| 1024 | - opacity: 1; | |
| 1025 | - transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); | |
| 1026 | - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
| 1027 | - } | |
| 1028 | -} | |
| 1029 | -.zoomInLeft { | |
| 1030 | - animation-name: zoomInLeft; | |
| 1031 | -} | |
| 1032 | -@keyframes zoomInRight { | |
| 1033 | - from { | |
| 1034 | - opacity: 0; | |
| 1035 | - transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); | |
| 1036 | - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
| 1037 | - } | |
| 1038 | - 60% { | |
| 1039 | - opacity: 1; | |
| 1040 | - transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); | |
| 1041 | - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
| 1042 | - } | |
| 1043 | -} | |
| 1044 | -.zoomInRight { | |
| 1045 | - animation-name: zoomInRight; | |
| 1046 | -} | |
| 1047 | -@keyframes zoomInUp { | |
| 1048 | - from { | |
| 1049 | - opacity: 0; | |
| 1050 | - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); | |
| 1051 | - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
| 1052 | - } | |
| 1053 | - 60% { | |
| 1054 | - opacity: 1; | |
| 1055 | - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); | |
| 1056 | - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
| 1057 | - } | |
| 1058 | -} | |
| 1059 | -.zoomInUp { | |
| 1060 | - animation-name: zoomInUp; | |
| 1061 | -} | |
| 1062 | -@keyframes zoomOut { | |
| 1063 | - from { | |
| 1064 | - opacity: 1; | |
| 1065 | - } | |
| 1066 | - 50% { | |
| 1067 | - opacity: 0; | |
| 1068 | - transform: scale3d(0.3, 0.3, 0.3); | |
| 1069 | - } | |
| 1070 | - to { | |
| 1071 | - opacity: 0; | |
| 1072 | - } | |
| 1073 | -} | |
| 1074 | -.zoomOut { | |
| 1075 | - animation-name: zoomOut; | |
| 1076 | -} | |
| 1077 | -@keyframes zoomOutDown { | |
| 1078 | - 40% { | |
| 1079 | - opacity: 1; | |
| 1080 | - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); | |
| 1081 | - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
| 1082 | - } | |
| 1083 | - to { | |
| 1084 | - opacity: 0; | |
| 1085 | - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); | |
| 1086 | - transform-origin: center bottom; | |
| 1087 | - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
| 1088 | - } | |
| 1089 | -} | |
| 1090 | -.zoomOutDown { | |
| 1091 | - animation-name: zoomOutDown; | |
| 1092 | -} | |
| 1093 | -@keyframes zoomOutLeft { | |
| 1094 | - 40% { | |
| 1095 | - opacity: 1; | |
| 1096 | - transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); | |
| 1097 | - } | |
| 1098 | - to { | |
| 1099 | - opacity: 0; | |
| 1100 | - transform: scale(0.1) translate3d(-2000px, 0, 0); | |
| 1101 | - transform-origin: left center; | |
| 1102 | - } | |
| 1103 | -} | |
| 1104 | -.zoomOutLeft { | |
| 1105 | - animation-name: zoomOutLeft; | |
| 1106 | -} | |
| 1107 | -@keyframes zoomOutRight { | |
| 1108 | - 40% { | |
| 1109 | - opacity: 1; | |
| 1110 | - transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); | |
| 1111 | - } | |
| 1112 | - to { | |
| 1113 | - opacity: 0; | |
| 1114 | - transform: scale(0.1) translate3d(2000px, 0, 0); | |
| 1115 | - transform-origin: right center; | |
| 1116 | - } | |
| 1117 | -} | |
| 1118 | -.zoomOutRight { | |
| 1119 | - animation-name: zoomOutRight; | |
| 1120 | -} | |
| 1121 | -@keyframes zoomOutUp { | |
| 1122 | - 40% { | |
| 1123 | - opacity: 1; | |
| 1124 | - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); | |
| 1125 | - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
| 1126 | - } | |
| 1127 | - to { | |
| 1128 | - opacity: 0; | |
| 1129 | - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); | |
| 1130 | - transform-origin: center bottom; | |
| 1131 | - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
| 1132 | - } | |
| 1133 | -} | |
| 1134 | -.zoomOutUp { | |
| 1135 | - animation-name: zoomOutUp; | |
| 1136 | -} | |
| 1137 | -@keyframes slideInDown { | |
| 1138 | - from { | |
| 1139 | - transform: translate3d(0, -30%, 0); | |
| 1140 | - visibility: visible; | |
| 1141 | - } | |
| 1142 | - to { | |
| 1143 | - transform: translate3d(0, 0, 0); | |
| 1144 | - } | |
| 1145 | -} | |
| 1146 | -.slideInDown { | |
| 1147 | - animation-name: slideInDown; | |
| 1148 | -} | |
| 1149 | -@keyframes slideInLeft { | |
| 1150 | - from { | |
| 1151 | - transform: translate3d(-10%, 0, 0); | |
| 1152 | - visibility: visible; | |
| 1153 | - } | |
| 1154 | - to { | |
| 1155 | - transform: translate3d(0, 0, 0); | |
| 1156 | - } | |
| 1157 | -} | |
| 1158 | -.slideInLeft { | |
| 1159 | - animation-name: slideInLeft; | |
| 1160 | -} | |
| 1161 | -@keyframes slideInRight { | |
| 1162 | - from { | |
| 1163 | - transform: translate3d(10%, 0, 0); | |
| 1164 | - visibility: visible; | |
| 1165 | - } | |
| 1166 | - to { | |
| 1167 | - transform: translate3d(0, 0, 0); | |
| 1168 | - } | |
| 1169 | -} | |
| 1170 | -.slideInRight { | |
| 1171 | - animation-name: slideInRight; | |
| 1172 | -} | |
| 1173 | -@keyframes slideInUp { | |
| 1174 | - from { | |
| 1175 | - transform: translate3d(0, 30%, 0); | |
| 1176 | - visibility: visible; | |
| 1177 | - } | |
| 1178 | - to { | |
| 1179 | - transform: translate3d(0, 0, 0); | |
| 1180 | - } | |
| 1181 | -} | |
| 1182 | -.slideInUp { | |
| 1183 | - animation-name: slideInUp; | |
| 1184 | -} | |
| 1185 | -@keyframes slideOutDown { | |
| 1186 | - from { | |
| 1187 | - transform: translate3d(0, 0, 0); | |
| 1188 | - } | |
| 1189 | - to { | |
| 1190 | - visibility: hidden; | |
| 1191 | - transform: translate3d(0, 30%, 0); | |
| 1192 | - } | |
| 1193 | -} | |
| 1194 | -.slideOutDown { | |
| 1195 | - animation-name: slideOutDown; | |
| 1196 | -} | |
| 1197 | -@keyframes slideOutLeft { | |
| 1198 | - from { | |
| 1199 | - transform: translate3d(0, 0, 0); | |
| 1200 | - } | |
| 1201 | - to { | |
| 1202 | - visibility: hidden; | |
| 1203 | - transform: translate3d(-10%, 0, 0); | |
| 1204 | - } | |
| 1205 | -} | |
| 1206 | -.slideOutLeft { | |
| 1207 | - animation-name: slideOutLeft; | |
| 1208 | -} | |
| 1209 | -@keyframes slideOutRight { | |
| 1210 | - from { | |
| 1211 | - transform: translate3d(0, 0, 0); | |
| 1212 | - } | |
| 1213 | - to { | |
| 1214 | - visibility: hidden; | |
| 1215 | - transform: translate3d(10%, 0, 0); | |
| 1216 | - } | |
| 1217 | -} | |
| 1218 | -.slideOutRight { | |
| 1219 | - animation-name: slideOutRight; | |
| 1220 | -} | |
| 1221 | -@keyframes slideOutUp { | |
| 1222 | - from { | |
| 1223 | - transform: translate3d(0, 0, 0); | |
| 1224 | - } | |
| 1225 | - to { | |
| 1226 | - visibility: hidden; | |
| 1227 | - transform: translate3d(0, -30%, 0); | |
| 1228 | - } | |
| 1229 | -} | |
| 1230 | -.slideOutUp { | |
| 1231 | - animation-name: slideOutUp; | |
| 1232 | -} | |
| 1233 | - | |
| 11 | + | |
| 1234 | 12 | @font-face { |
| 1235 | - font-family: Unicons; | |
| 1236 | - src: url("../fonts/unicons/Unicons.eot"); | |
| 1237 | - src: url("../fonts/unicons/Unicons.eot#iefix") format("embedded-opentype"), url("../fonts/unicons/Unicons.ttf") format("truetype"), url("../fonts/unicons/Unicons.woff") format("woff"), url("../fonts/unicons/Unicons.svg#Unicons") format("svg"); | |
| 1238 | - font-weight: normal; | |
| 1239 | - font-style: normal; | |
| 1240 | - font-display: swap; | |
| 13 | + font-family: Unicons; | |
| 14 | + src: url("../fonts/unicons/Unicons.eot"); | |
| 15 | + src: url("../fonts/unicons/Unicons.eot#iefix") format("embedded-opentype"), url("../fonts/unicons/Unicons.ttf") format("truetype"), url("../fonts/unicons/Unicons.woff") format("woff"), | |
| 16 | + url("../fonts/unicons/Unicons.svg#Unicons") format("svg"); | |
| 17 | + font-weight: normal; | |
| 18 | + font-style: normal; | |
| 19 | + font-display: block; | |
| 1241 | 20 | } |
| 1242 | -[class^=unicon-], | |
| 21 | +[class^="unicon-"], | |
| 1243 | 22 | [class*=" unicon-"] { |
| 1244 | - font-family: "Unicons" !important; | |
| 1245 | - speak: never; | |
| 1246 | - font-style: normal; | |
| 1247 | - font-weight: normal; | |
| 1248 | - font-variant: normal; | |
| 1249 | - text-transform: none; | |
| 1250 | - line-height: 1; | |
| 1251 | - -webkit-font-smoothing: antialiased; | |
| 1252 | - -moz-osx-font-smoothing: grayscale; | |
| 23 | + font-family: "Unicons" !important; | |
| 24 | + speak: never; | |
| 25 | + font-style: normal; | |
| 26 | + font-weight: normal; | |
| 27 | + font-variant: normal; | |
| 28 | + text-transform: none; | |
| 29 | + line-height: 1; | |
| 30 | + -webkit-font-smoothing: antialiased; | |
| 31 | + -moz-osx-font-smoothing: grayscale; | |
| 1253 | 32 | } |
| 1254 | - | |
| 1255 | 33 | .unicon-grid-filled:before { |
| 1256 | - content: "\eb4e"; | |
| 34 | + content: "\eb4e"; | |
| 1257 | 35 | } |
| 1258 | - | |
| 1259 | 36 | .unicon-logo-facebook-alt:before { |
| 1260 | - content: "\eb59"; | |
| 37 | + content: "\eb59"; | |
| 1261 | 38 | } |
| 1262 | - | |
| 1263 | 39 | .unicon-shopping-basket:before { |
| 1264 | - content: "\eb5a"; | |
| 40 | + content: "\eb5a"; | |
| 1265 | 41 | } |
| 1266 | - | |
| 1267 | 42 | .unicon-logo-dribbble:before { |
| 1268 | - content: "\eb15"; | |
| 43 | + content: "\eb15"; | |
| 1269 | 44 | } |
| 1270 | - | |
| 1271 | 45 | .unicon-cart:before { |
| 1272 | - content: "\eb16"; | |
| 46 | + content: "\eb16"; | |
| 1273 | 47 | } |
| 1274 | - | |
| 1275 | 48 | .unicon-cloud:before { |
| 1276 | - content: "\eb17"; | |
| 49 | + content: "\eb17"; | |
| 1277 | 50 | } |
| 1278 | - | |
| 1279 | 51 | .unicon-download-cloud:before { |
| 1280 | - content: "\eb18"; | |
| 52 | + content: "\eb18"; | |
| 1281 | 53 | } |
| 1282 | - | |
| 1283 | 54 | .unicon-drizzle-cloud:before { |
| 1284 | - content: "\eb19"; | |
| 55 | + content: "\eb19"; | |
| 1285 | 56 | } |
| 1286 | - | |
| 1287 | 57 | .unicon-lightning-cloud:before { |
| 1288 | - content: "\eb1a"; | |
| 58 | + content: "\eb1a"; | |
| 1289 | 59 | } |
| 1290 | - | |
| 1291 | 60 | .unicon-message-circle:before { |
| 1292 | - content: "\eb1b"; | |
| 61 | + content: "\eb1b"; | |
| 1293 | 62 | } |
| 1294 | - | |
| 1295 | 63 | .unicon-message-square:before { |
| 1296 | - content: "\eb1c"; | |
| 64 | + content: "\eb1c"; | |
| 1297 | 65 | } |
| 1298 | - | |
| 1299 | 66 | .unicon-rain-cloud:before { |
| 1300 | - content: "\eb1d"; | |
| 67 | + content: "\eb1d"; | |
| 1301 | 68 | } |
| 1302 | - | |
| 1303 | 69 | .unicon-snow-cloud:before { |
| 1304 | - content: "\eb1e"; | |
| 70 | + content: "\eb1e"; | |
| 1305 | 71 | } |
| 1306 | - | |
| 1307 | 72 | .unicon-sun:before { |
| 1308 | - content: "\eb1f"; | |
| 73 | + content: "\eb1f"; | |
| 1309 | 74 | } |
| 1310 | - | |
| 1311 | 75 | .unicon-sunrise:before { |
| 1312 | - content: "\eb20"; | |
| 76 | + content: "\eb20"; | |
| 1313 | 77 | } |
| 1314 | - | |
| 1315 | 78 | .unicon-sunset:before { |
| 1316 | - content: "\eb21"; | |
| 79 | + content: "\eb21"; | |
| 1317 | 80 | } |
| 1318 | - | |
| 1319 | 81 | .unicon-thermometer:before { |
| 1320 | - content: "\eb22"; | |
| 82 | + content: "\eb22"; | |
| 1321 | 83 | } |
| 1322 | - | |
| 1323 | 84 | .unicon-umbrella1:before { |
| 1324 | - content: "\eb23"; | |
| 85 | + content: "\eb23"; | |
| 1325 | 86 | } |
| 1326 | - | |
| 1327 | 87 | .unicon-upload-cloud:before { |
| 1328 | - content: "\eb24"; | |
| 88 | + content: "\eb24"; | |
| 1329 | 89 | } |
| 1330 | - | |
| 1331 | 90 | .unicon-wind:before { |
| 1332 | - content: "\eb25"; | |
| 91 | + content: "\eb25"; | |
| 1333 | 92 | } |
| 1334 | - | |
| 1335 | 93 | .unicon-document-alt-filled:before { |
| 1336 | - content: "\eb26"; | |
| 94 | + content: "\eb26"; | |
| 1337 | 95 | } |
| 1338 | - | |
| 1339 | 96 | .unicon-document-alt:before { |
| 1340 | - content: "\eb27"; | |
| 97 | + content: "\eb27"; | |
| 1341 | 98 | } |
| 1342 | - | |
| 1343 | 99 | .unicon-document-blank-filled:before { |
| 1344 | - content: "\eb28"; | |
| 100 | + content: "\eb28"; | |
| 1345 | 101 | } |
| 1346 | - | |
| 1347 | 102 | .unicon-folder-filled:before { |
| 1348 | - content: "\eb29"; | |
| 103 | + content: "\eb29"; | |
| 1349 | 104 | } |
| 1350 | - | |
| 1351 | 105 | .unicon-user-group-filled:before { |
| 1352 | - content: "\eb2a"; | |
| 106 | + content: "\eb2a"; | |
| 1353 | 107 | } |
| 1354 | - | |
| 1355 | 108 | .unicon-image-gallery-filled:before { |
| 1356 | - content: "\eb2b"; | |
| 109 | + content: "\eb2b"; | |
| 1357 | 110 | } |
| 1358 | - | |
| 1359 | 111 | .unicon-image-slider-filled:before { |
| 1360 | - content: "\eb2c"; | |
| 112 | + content: "\eb2c"; | |
| 1361 | 113 | } |
| 1362 | - | |
| 1363 | 114 | .unicon-checkbox-checked-filled:before { |
| 1364 | - content: "\eb2d"; | |
| 115 | + content: "\eb2d"; | |
| 1365 | 116 | } |
| 1366 | - | |
| 1367 | 117 | .unicon-checkmark-alt:before { |
| 1368 | - content: "\eb2e"; | |
| 118 | + content: "\eb2e"; | |
| 1369 | 119 | } |
| 1370 | - | |
| 1371 | 120 | .unicon-checkmark-outline-filled:before { |
| 1372 | - content: "\eb2f"; | |
| 121 | + content: "\eb2f"; | |
| 1373 | 122 | } |
| 1374 | - | |
| 1375 | 123 | .unicon-email-filled:before { |
| 1376 | - content: "\eb30"; | |
| 124 | + content: "\eb30"; | |
| 1377 | 125 | } |
| 1378 | - | |
| 1379 | 126 | .unicon-image-filled:before { |
| 1380 | - content: "\eb31"; | |
| 127 | + content: "\eb31"; | |
| 1381 | 128 | } |
| 1382 | - | |
| 1383 | 129 | .unicon-star-half-alt-filled:before { |
| 1384 | - content: "\eb32"; | |
| 130 | + content: "\eb32"; | |
| 1385 | 131 | } |
| 1386 | - | |
| 1387 | 132 | .unicon-star-half-filled:before { |
| 1388 | - content: "\eb33"; | |
| 133 | + content: "\eb33"; | |
| 1389 | 134 | } |
| 1390 | - | |
| 1391 | 135 | .unicon-trophy-filled:before { |
| 1392 | - content: "\eb34"; | |
| 136 | + content: "\eb34"; | |
| 1393 | 137 | } |
| 1394 | - | |
| 1395 | 138 | .unicon-view-alt-filled:before { |
| 1396 | - content: "\eb35"; | |
| 139 | + content: "\eb35"; | |
| 1397 | 140 | } |
| 1398 | - | |
| 1399 | 141 | .unicon-delete-filled:before { |
| 1400 | - content: "\eb36"; | |
| 142 | + content: "\eb36"; | |
| 1401 | 143 | } |
| 1402 | - | |
| 1403 | 144 | .unicon-add-alt-filled:before { |
| 1404 | - content: "\eb37"; | |
| 145 | + content: "\eb37"; | |
| 1405 | 146 | } |
| 1406 | - | |
| 1407 | 147 | .unicon-asleep-filled:before { |
| 1408 | - content: "\eb38"; | |
| 148 | + content: "\eb38"; | |
| 1409 | 149 | } |
| 1410 | - | |
| 1411 | 150 | .unicon-blog-filled:before { |
| 1412 | - content: "\eb39"; | |
| 151 | + content: "\eb39"; | |
| 1413 | 152 | } |
| 1414 | - | |
| 1415 | 153 | .unicon-bookmark-filled:before { |
| 1416 | - content: "\eb3a"; | |
| 154 | + content: "\eb3a"; | |
| 1417 | 155 | } |
| 1418 | - | |
| 1419 | 156 | .unicon-data-1-filled:before { |
| 1420 | - content: "\eb3b"; | |
| 157 | + content: "\eb3b"; | |
| 1421 | 158 | } |
| 1422 | - | |
| 1423 | 159 | .unicon-home-filled:before { |
| 1424 | - content: "\eb3c"; | |
| 160 | + content: "\eb3c"; | |
| 1425 | 161 | } |
| 1426 | - | |
| 1427 | 162 | .unicon-idea-filled:before { |
| 1428 | - content: "\eb3d"; | |
| 163 | + content: "\eb3d"; | |
| 1429 | 164 | } |
| 1430 | - | |
| 1431 | 165 | .unicon-layers-filled:before { |
| 1432 | - content: "\eb3e"; | |
| 166 | + content: "\eb3e"; | |
| 1433 | 167 | } |
| 1434 | - | |
| 1435 | 168 | .unicon-location-filled:before { |
| 1436 | - content: "\eb3f"; | |
| 169 | + content: "\eb3f"; | |
| 1437 | 170 | } |
| 1438 | - | |
| 1439 | 171 | .unicon-locked-filled:before { |
| 1440 | - content: "\eb40"; | |
| 172 | + content: "\eb40"; | |
| 1441 | 173 | } |
| 1442 | - | |
| 1443 | 174 | .unicon-logo-instagram-filled:before { |
| 1444 | - content: "\eb41"; | |
| 175 | + content: "\eb41"; | |
| 1445 | 176 | } |
| 1446 | - | |
| 1447 | 177 | .unicon-logo-x-filled:before { |
| 1448 | - content: "\eb42"; | |
| 178 | + content: "\eb42"; | |
| 1449 | 179 | } |
| 1450 | - | |
| 1451 | 180 | .unicon-logo-x:before { |
| 1452 | - content: "\eb43"; | |
| 181 | + content: "\eb43"; | |
| 1453 | 182 | } |
| 1454 | - | |
| 1455 | 183 | .unicon-phone-filled:before { |
| 1456 | - content: "\eb44"; | |
| 184 | + content: "\eb44"; | |
| 1457 | 185 | } |
| 1458 | - | |
| 1459 | 186 | .unicon-printer-filled:before { |
| 1460 | - content: "\eb45"; | |
| 187 | + content: "\eb45"; | |
| 1461 | 188 | } |
| 1462 | - | |
| 1463 | 189 | .unicon-reply-filled:before { |
| 1464 | - content: "\eb46"; | |
| 190 | + content: "\eb46"; | |
| 1465 | 191 | } |
| 1466 | - | |
| 1467 | 192 | .unicon-request-quote-filled:before { |
| 1468 | - content: "\eb47"; | |
| 193 | + content: "\eb47"; | |
| 1469 | 194 | } |
| 1470 | - | |
| 1471 | 195 | .unicon-security-filled:before { |
| 1472 | - content: "\eb48"; | |
| 196 | + content: "\eb48"; | |
| 1473 | 197 | } |
| 1474 | - | |
| 1475 | 198 | .unicon-settings-adjust-filled:before { |
| 1476 | - content: "\eb49"; | |
| 199 | + content: "\eb49"; | |
| 1477 | 200 | } |
| 1478 | - | |
| 1479 | 201 | .unicon-settings-filled:before { |
| 1480 | - content: "\eb4a"; | |
| 202 | + content: "\eb4a"; | |
| 1481 | 203 | } |
| 1482 | - | |
| 1483 | 204 | .unicon-share-filled:before { |
| 1484 | - content: "\eb4b"; | |
| 205 | + content: "\eb4b"; | |
| 1485 | 206 | } |
| 1486 | - | |
| 1487 | 207 | .unicon-shopping-cart-alt-filled:before { |
| 1488 | - content: "\eb4c"; | |
| 208 | + content: "\eb4c"; | |
| 1489 | 209 | } |
| 1490 | - | |
| 1491 | 210 | .unicon-shopping-cart-alt:before { |
| 1492 | - content: "\eb4d"; | |
| 211 | + content: "\eb4d"; | |
| 1493 | 212 | } |
| 1494 | - | |
| 1495 | 213 | .unicon-shopping-cart-filled:before { |
| 1496 | - content: "\eb4f"; | |
| 214 | + content: "\eb4f"; | |
| 1497 | 215 | } |
| 1498 | - | |
| 1499 | 216 | .unicon-skill-level-filled:before { |
| 1500 | - content: "\eb50"; | |
| 217 | + content: "\eb50"; | |
| 1501 | 218 | } |
| 1502 | - | |
| 1503 | 219 | .unicon-sub-volume-filled:before { |
| 1504 | - content: "\eb51"; | |
| 220 | + content: "\eb51"; | |
| 1505 | 221 | } |
| 1506 | - | |
| 1507 | 222 | .unicon-tag-filled:before { |
| 1508 | - content: "\eb52"; | |
| 223 | + content: "\eb52"; | |
| 1509 | 224 | } |
| 1510 | - | |
| 1511 | 225 | .unicon-tag-group-filled:before { |
| 1512 | - content: "\eb53"; | |
| 226 | + content: "\eb53"; | |
| 1513 | 227 | } |
| 1514 | - | |
| 1515 | 228 | .unicon-time-filled:before { |
| 1516 | - content: "\eb54"; | |
| 229 | + content: "\eb54"; | |
| 1517 | 230 | } |
| 1518 | - | |
| 1519 | 231 | .unicon-tools-filled:before { |
| 1520 | - content: "\eb55"; | |
| 232 | + content: "\eb55"; | |
| 1521 | 233 | } |
| 1522 | - | |
| 1523 | 234 | .unicon-unlocked-filled:before { |
| 1524 | - content: "\eb56"; | |
| 235 | + content: "\eb56"; | |
| 1525 | 236 | } |
| 1526 | - | |
| 1527 | 237 | .unicon-user-filled:before { |
| 1528 | - content: "\eb57"; | |
| 238 | + content: "\eb57"; | |
| 1529 | 239 | } |
| 1530 | - | |
| 1531 | 240 | .unicon-account:before { |
| 1532 | - content: "\e900"; | |
| 241 | + content: "\e900"; | |
| 1533 | 242 | } |
| 1534 | - | |
| 1535 | 243 | .unicon-activity:before { |
| 1536 | - content: "\e901"; | |
| 244 | + content: "\e901"; | |
| 1537 | 245 | } |
| 1538 | - | |
| 1539 | 246 | .unicon-add-alt:before { |
| 1540 | - content: "\e902"; | |
| 247 | + content: "\e902"; | |
| 1541 | 248 | } |
| 1542 | - | |
| 1543 | 249 | .unicon-add:before { |
| 1544 | - content: "\e903"; | |
| 250 | + content: "\e903"; | |
| 1545 | 251 | } |
| 1546 | - | |
| 1547 | 252 | .unicon-airplay-filled:before { |
| 1548 | - content: "\e904"; | |
| 253 | + content: "\e904"; | |
| 1549 | 254 | } |
| 1550 | - | |
| 1551 | 255 | .unicon-airplay:before { |
| 1552 | - content: "\e905"; | |
| 256 | + content: "\e905"; | |
| 1553 | 257 | } |
| 1554 | - | |
| 1555 | 258 | .unicon-airport-location:before { |
| 1556 | - content: "\e906"; | |
| 259 | + content: "\e906"; | |
| 1557 | 260 | } |
| 1558 | - | |
| 1559 | 261 | .unicon-analytics:before { |
| 1560 | - content: "\e907"; | |
| 262 | + content: "\e907"; | |
| 1561 | 263 | } |
| 1562 | - | |
| 1563 | 264 | .unicon-api:before { |
| 1564 | - content: "\e908"; | |
| 265 | + content: "\e908"; | |
| 1565 | 266 | } |
| 1566 | - | |
| 1567 | 267 | .unicon-archive:before { |
| 1568 | - content: "\e909"; | |
| 268 | + content: "\e909"; | |
| 1569 | 269 | } |
| 1570 | - | |
| 1571 | 270 | .unicon-area:before { |
| 1572 | - content: "\e90a"; | |
| 271 | + content: "\e90a"; | |
| 1573 | 272 | } |
| 1574 | - | |
| 1575 | 273 | .unicon-arrow-down:before { |
| 1576 | - content: "\e90b"; | |
| 274 | + content: "\e90b"; | |
| 1577 | 275 | } |
| 1578 | - | |
| 1579 | 276 | .unicon-arrow-left:before { |
| 1580 | - content: "\e90c"; | |
| 277 | + content: "\e90c"; | |
| 1581 | 278 | } |
| 1582 | - | |
| 1583 | 279 | .unicon-arrow-right:before { |
| 1584 | - content: "\e90d"; | |
| 280 | + content: "\e90d"; | |
| 1585 | 281 | } |
| 1586 | - | |
| 1587 | 282 | .unicon-arrow-up-right:before { |
| 1588 | - content: "\e90e"; | |
| 283 | + content: "\e90e"; | |
| 1589 | 284 | } |
| 1590 | - | |
| 1591 | 285 | .unicon-arrow-up:before { |
| 1592 | - content: "\e90f"; | |
| 286 | + content: "\e90f"; | |
| 1593 | 287 | } |
| 1594 | - | |
| 1595 | 288 | .unicon-asleep:before { |
| 1596 | - content: "\e910"; | |
| 289 | + content: "\e910"; | |
| 1597 | 290 | } |
| 1598 | - | |
| 1599 | 291 | .unicon-attachment:before { |
| 1600 | - content: "\e911"; | |
| 292 | + content: "\e911"; | |
| 1601 | 293 | } |
| 1602 | - | |
| 1603 | 294 | .unicon-audio-console:before { |
| 1604 | - content: "\e912"; | |
| 295 | + content: "\e912"; | |
| 1605 | 296 | } |
| 1606 | - | |
| 1607 | 297 | .unicon-augmented-reality:before { |
| 1608 | - content: "\e913"; | |
| 298 | + content: "\e913"; | |
| 1609 | 299 | } |
| 1610 | - | |
| 1611 | 300 | .unicon-auto-scroll:before { |
| 1612 | - content: "\e914"; | |
| 301 | + content: "\e914"; | |
| 1613 | 302 | } |
| 1614 | - | |
| 1615 | 303 | .unicon-awake:before { |
| 1616 | - content: "\e915"; | |
| 304 | + content: "\e915"; | |
| 1617 | 305 | } |
| 1618 | - | |
| 1619 | 306 | .unicon-back-to-top:before { |
| 1620 | - content: "\e916"; | |
| 307 | + content: "\e916"; | |
| 1621 | 308 | } |
| 1622 | - | |
| 1623 | 309 | .unicon-bar:before { |
| 1624 | - content: "\e917"; | |
| 310 | + content: "\e917"; | |
| 1625 | 311 | } |
| 1626 | - | |
| 1627 | 312 | .unicon-barrier:before { |
| 1628 | - content: "\e918"; | |
| 313 | + content: "\e918"; | |
| 1629 | 314 | } |
| 1630 | - | |
| 1631 | 315 | .unicon-bastion-host:before { |
| 1632 | - content: "\e919"; | |
| 316 | + content: "\e919"; | |
| 1633 | 317 | } |
| 1634 | - | |
| 1635 | 318 | .unicon-blog:before { |
| 1636 | - content: "\e91a"; | |
| 319 | + content: "\e91a"; | |
| 1637 | 320 | } |
| 1638 | - | |
| 1639 | 321 | .unicon-book:before { |
| 1640 | - content: "\e91b"; | |
| 322 | + content: "\e91b"; | |
| 1641 | 323 | } |
| 1642 | - | |
| 1643 | 324 | .unicon-bookmark-add:before { |
| 1644 | - content: "\e91c"; | |
| 325 | + content: "\e91c"; | |
| 1645 | 326 | } |
| 1646 | - | |
| 1647 | 327 | .unicon-bookmark:before { |
| 1648 | - content: "\e91d"; | |
| 328 | + content: "\e91d"; | |
| 1649 | 329 | } |
| 1650 | - | |
| 1651 | 330 | .unicon-box:before { |
| 1652 | - content: "\e91e"; | |
| 331 | + content: "\e91e"; | |
| 1653 | 332 | } |
| 1654 | - | |
| 1655 | 333 | .unicon-brightness-contrast:before { |
| 1656 | - content: "\e91f"; | |
| 334 | + content: "\e91f"; | |
| 1657 | 335 | } |
| 1658 | - | |
| 1659 | 336 | .unicon-brush-freehand:before { |
| 1660 | - content: "\e920"; | |
| 337 | + content: "\e920"; | |
| 1661 | 338 | } |
| 1662 | - | |
| 1663 | 339 | .unicon-building:before { |
| 1664 | - content: "\e921"; | |
| 340 | + content: "\e921"; | |
| 1665 | 341 | } |
| 1666 | - | |
| 1667 | 342 | .unicon-calendar:before { |
| 1668 | - content: "\e922"; | |
| 343 | + content: "\e922"; | |
| 1669 | 344 | } |
| 1670 | - | |
| 1671 | 345 | .unicon-camera:before { |
| 1672 | - content: "\e923"; | |
| 346 | + content: "\e923"; | |
| 1673 | 347 | } |
| 1674 | - | |
| 1675 | 348 | .unicon-carbon:before { |
| 1676 | - content: "\e924"; | |
| 349 | + content: "\e924"; | |
| 1677 | 350 | } |
| 1678 | - | |
| 1679 | 351 | .unicon-caret-down:before { |
| 1680 | - content: "\e925"; | |
| 352 | + content: "\e925"; | |
| 1681 | 353 | } |
| 1682 | - | |
| 1683 | 354 | .unicon-caret-left:before { |
| 1684 | - content: "\e926"; | |
| 355 | + content: "\e926"; | |
| 1685 | 356 | } |
| 1686 | - | |
| 1687 | 357 | .unicon-caret-right:before { |
| 1688 | - content: "\e927"; | |
| 358 | + content: "\e927"; | |
| 1689 | 359 | } |
| 1690 | - | |
| 1691 | 360 | .unicon-caret-sort:before { |
| 1692 | - content: "\e928"; | |
| 361 | + content: "\e928"; | |
| 1693 | 362 | } |
| 1694 | - | |
| 1695 | 363 | .unicon-caret-up:before { |
| 1696 | - content: "\e929"; | |
| 364 | + content: "\e929"; | |
| 1697 | 365 | } |
| 1698 | - | |
| 1699 | 366 | .unicon-carousel-horizontal:before { |
| 1700 | - content: "\e92a"; | |
| 367 | + content: "\e92a"; | |
| 1701 | 368 | } |
| 1702 | - | |
| 1703 | 369 | .unicon-carousel-vertical:before { |
| 1704 | - content: "\e92b"; | |
| 370 | + content: "\e92b"; | |
| 1705 | 371 | } |
| 1706 | - | |
| 1707 | 372 | .unicon-categories:before { |
| 1708 | - content: "\e92c"; | |
| 373 | + content: "\e92c"; | |
| 1709 | 374 | } |
| 1710 | - | |
| 1711 | 375 | .unicon-cd-archive:before { |
| 1712 | - content: "\e92d"; | |
| 376 | + content: "\e92d"; | |
| 1713 | 377 | } |
| 1714 | - | |
| 1715 | 378 | .unicon-center-circle:before { |
| 1716 | - content: "\e92e"; | |
| 379 | + content: "\e92e"; | |
| 1717 | 380 | } |
| 1718 | - | |
| 1719 | 381 | .unicon-center-to-fit:before { |
| 1720 | - content: "\e92f"; | |
| 382 | + content: "\e92f"; | |
| 1721 | 383 | } |
| 1722 | - | |
| 1723 | 384 | .unicon-certificate:before { |
| 1724 | - content: "\e930"; | |
| 385 | + content: "\e930"; | |
| 1725 | 386 | } |
| 1726 | - | |
| 1727 | 387 | .unicon-chart-column:before { |
| 1728 | - content: "\e931"; | |
| 388 | + content: "\e931"; | |
| 1729 | 389 | } |
| 1730 | - | |
| 1731 | 390 | .unicon-chart-line-data:before { |
| 1732 | - content: "\e932"; | |
| 391 | + content: "\e932"; | |
| 1733 | 392 | } |
| 1734 | - | |
| 1735 | 393 | .unicon-chart-pie:before { |
| 1736 | - content: "\e933"; | |
| 394 | + content: "\e933"; | |
| 1737 | 395 | } |
| 1738 | - | |
| 1739 | 396 | .unicon-chart-ring:before { |
| 1740 | - content: "\e934"; | |
| 397 | + content: "\e934"; | |
| 1741 | 398 | } |
| 1742 | - | |
| 1743 | 399 | .unicon-chart-stacked:before { |
| 1744 | - content: "\e935"; | |
| 400 | + content: "\e935"; | |
| 1745 | 401 | } |
| 1746 | - | |
| 1747 | 402 | .unicon-chart-treemap:before { |
| 1748 | - content: "\e936"; | |
| 403 | + content: "\e936"; | |
| 1749 | 404 | } |
| 1750 | - | |
| 1751 | 405 | .unicon-chart-venn-diagram:before { |
| 1752 | - content: "\e937"; | |
| 406 | + content: "\e937"; | |
| 1753 | 407 | } |
| 1754 | - | |
| 1755 | 408 | .unicon-chat-bot:before { |
| 1756 | - content: "\e938"; | |
| 409 | + content: "\e938"; | |
| 1757 | 410 | } |
| 1758 | - | |
| 1759 | 411 | .unicon-chat-launch:before { |
| 1760 | - content: "\e939"; | |
| 412 | + content: "\e939"; | |
| 1761 | 413 | } |
| 1762 | - | |
| 1763 | 414 | .unicon-chat:before { |
| 1764 | - content: "\e93a"; | |
| 415 | + content: "\e93a"; | |
| 1765 | 416 | } |
| 1766 | - | |
| 1767 | 417 | .unicon-checkbox-checked:before { |
| 1768 | - content: "\e93b"; | |
| 418 | + content: "\e93b"; | |
| 1769 | 419 | } |
| 1770 | - | |
| 1771 | 420 | .unicon-checkbox:before { |
| 1772 | - content: "\e93c"; | |
| 421 | + content: "\e93c"; | |
| 1773 | 422 | } |
| 1774 | - | |
| 1775 | 423 | .unicon-checkmark-outline:before { |
| 1776 | - content: "\e93d"; | |
| 424 | + content: "\e93d"; | |
| 1777 | 425 | } |
| 1778 | - | |
| 1779 | 426 | .unicon-checkmark:before { |
| 1780 | - content: "\e93e"; | |
| 427 | + content: "\e93e"; | |
| 1781 | 428 | } |
| 1782 | - | |
| 1783 | 429 | .unicon-chevron-down:before { |
| 1784 | - content: "\e93f"; | |
| 430 | + content: "\e93f"; | |
| 1785 | 431 | } |
| 1786 | - | |
| 1787 | 432 | .unicon-chevron-left:before { |
| 1788 | - content: "\e940"; | |
| 433 | + content: "\e940"; | |
| 1789 | 434 | } |
| 1790 | - | |
| 1791 | 435 | .unicon-chevron-mini:before { |
| 1792 | - content: "\e941"; | |
| 436 | + content: "\e941"; | |
| 1793 | 437 | } |
| 1794 | - | |
| 1795 | 438 | .unicon-chevron-right:before { |
| 1796 | - content: "\e942"; | |
| 439 | + content: "\e942"; | |
| 1797 | 440 | } |
| 1798 | - | |
| 1799 | 441 | .unicon-chevron-sort-down:before { |
| 1800 | - content: "\e943"; | |
| 442 | + content: "\e943"; | |
| 1801 | 443 | } |
| 1802 | - | |
| 1803 | 444 | .unicon-chevron-sort-up:before { |
| 1804 | - content: "\e944"; | |
| 445 | + content: "\e944"; | |
| 1805 | 446 | } |
| 1806 | - | |
| 1807 | 447 | .unicon-chevron-sort:before { |
| 1808 | - content: "\e945"; | |
| 448 | + content: "\e945"; | |
| 1809 | 449 | } |
| 1810 | - | |
| 1811 | 450 | .unicon-chevron-up:before { |
| 1812 | - content: "\e946"; | |
| 451 | + content: "\e946"; | |
| 1813 | 452 | } |
| 1814 | - | |
| 1815 | 453 | .unicon-circle-dash:before { |
| 1816 | - content: "\e947"; | |
| 454 | + content: "\e947"; | |
| 1817 | 455 | } |
| 1818 | - | |
| 1819 | 456 | .unicon-circle-measurement:before { |
| 1820 | - content: "\e948"; | |
| 457 | + content: "\e948"; | |
| 1821 | 458 | } |
| 1822 | - | |
| 1823 | 459 | .unicon-clean:before { |
| 1824 | - content: "\e949"; | |
| 460 | + content: "\e949"; | |
| 1825 | 461 | } |
| 1826 | - | |
| 1827 | 462 | .unicon-close-outline:before { |
| 1828 | - content: "\e94a"; | |
| 463 | + content: "\e94a"; | |
| 1829 | 464 | } |
| 1830 | - | |
| 1831 | 465 | .unicon-close:before { |
| 1832 | - content: "\e94b"; | |
| 466 | + content: "\e94b"; | |
| 1833 | 467 | } |
| 1834 | - | |
| 1835 | 468 | .unicon-cloud-download:before { |
| 1836 | - content: "\e94c"; | |
| 469 | + content: "\e94c"; | |
| 1837 | 470 | } |
| 1838 | - | |
| 1839 | 471 | .unicon-cloud-lightning:before { |
| 1840 | - content: "\e94d"; | |
| 472 | + content: "\e94d"; | |
| 1841 | 473 | } |
| 1842 | - | |
| 1843 | 474 | .unicon-cloud-satellite:before { |
| 1844 | - content: "\e94e"; | |
| 475 | + content: "\e94e"; | |
| 1845 | 476 | } |
| 1846 | - | |
| 1847 | 477 | .unicon-cloud-upload:before { |
| 1848 | - content: "\e94f"; | |
| 478 | + content: "\e94f"; | |
| 1849 | 479 | } |
| 1850 | - | |
| 1851 | 480 | .unicon-cobb-angle:before { |
| 1852 | - content: "\e950"; | |
| 481 | + content: "\e950"; | |
| 1853 | 482 | } |
| 1854 | - | |
| 1855 | 483 | .unicon-code:before { |
| 1856 | - content: "\e951"; | |
| 484 | + content: "\e951"; | |
| 1857 | 485 | } |
| 1858 | - | |
| 1859 | 486 | .unicon-collaborate:before { |
| 1860 | - content: "\e952"; | |
| 487 | + content: "\e952"; | |
| 1861 | 488 | } |
| 1862 | - | |
| 1863 | 489 | .unicon-collapse-all:before { |
| 1864 | - content: "\e953"; | |
| 490 | + content: "\e953"; | |
| 1865 | 491 | } |
| 1866 | - | |
| 1867 | 492 | .unicon-color-palette:before { |
| 1868 | - content: "\e954"; | |
| 493 | + content: "\e954"; | |
| 1869 | 494 | } |
| 1870 | - | |
| 1871 | 495 | .unicon-color-switch:before { |
| 1872 | - content: "\e955"; | |
| 496 | + content: "\e955"; | |
| 1873 | 497 | } |
| 1874 | - | |
| 1875 | 498 | .unicon-column:before { |
| 1876 | - content: "\e956"; | |
| 499 | + content: "\e956"; | |
| 1877 | 500 | } |
| 1878 | - | |
| 1879 | 501 | .unicon-compare:before { |
| 1880 | - content: "\e957"; | |
| 502 | + content: "\e957"; | |
| 1881 | 503 | } |
| 1882 | - | |
| 1883 | 504 | .unicon-condition-point:before { |
| 1884 | - content: "\e958"; | |
| 505 | + content: "\e958"; | |
| 1885 | 506 | } |
| 1886 | - | |
| 1887 | 507 | .unicon-condition-wait-point:before { |
| 1888 | - content: "\e959"; | |
| 508 | + content: "\e959"; | |
| 1889 | 509 | } |
| 1890 | - | |
| 1891 | 510 | .unicon-container-software:before { |
| 1892 | - content: "\e95a"; | |
| 511 | + content: "\e95a"; | |
| 1893 | 512 | } |
| 1894 | - | |
| 1895 | 513 | .unicon-contour-finding:before { |
| 1896 | - content: "\e95b"; | |
| 514 | + content: "\e95b"; | |
| 1897 | 515 | } |
| 1898 | - | |
| 1899 | 516 | .unicon-contrast:before { |
| 1900 | - content: "\e95c"; | |
| 517 | + content: "\e95c"; | |
| 1901 | 518 | } |
| 1902 | - | |
| 1903 | 519 | .unicon-copy-file:before { |
| 1904 | - content: "\e95d"; | |
| 520 | + content: "\e95d"; | |
| 1905 | 521 | } |
| 1906 | - | |
| 1907 | 522 | .unicon-copy:before { |
| 1908 | - content: "\e95e"; | |
| 523 | + content: "\e95e"; | |
| 1909 | 524 | } |
| 1910 | - | |
| 1911 | 525 | .unicon-course:before { |
| 1912 | - content: "\e95f"; | |
| 526 | + content: "\e95f"; | |
| 1913 | 527 | } |
| 1914 | - | |
| 1915 | 528 | .unicon-credentials:before { |
| 1916 | - content: "\e960"; | |
| 529 | + content: "\e960"; | |
| 1917 | 530 | } |
| 1918 | - | |
| 1919 | 531 | .unicon-crop:before { |
| 1920 | - content: "\e961"; | |
| 532 | + content: "\e961"; | |
| 1921 | 533 | } |
| 1922 | - | |
| 1923 | 534 | .unicon-cube-view:before { |
| 1924 | - content: "\e962"; | |
| 535 | + content: "\e962"; | |
| 1925 | 536 | } |
| 1926 | - | |
| 1927 | 537 | .unicon-cube:before { |
| 1928 | - content: "\e963"; | |
| 538 | + content: "\e963"; | |
| 1929 | 539 | } |
| 1930 | - | |
| 1931 | 540 | .unicon-currency-dollar:before { |
| 1932 | - content: "\e964"; | |
| 541 | + content: "\e964"; | |
| 1933 | 542 | } |
| 1934 | - | |
| 1935 | 543 | .unicon-currency:before { |
| 1936 | - content: "\e965"; | |
| 544 | + content: "\e965"; | |
| 1937 | 545 | } |
| 1938 | - | |
| 1939 | 546 | .unicon-cursor-1:before { |
| 1940 | - content: "\e966"; | |
| 547 | + content: "\e966"; | |
| 1941 | 548 | } |
| 1942 | - | |
| 1943 | 549 | .unicon-cursor-2:before { |
| 1944 | - content: "\e967"; | |
| 550 | + content: "\e967"; | |
| 1945 | 551 | } |
| 1946 | - | |
| 1947 | 552 | .unicon-cursor-alt:before { |
| 1948 | - content: "\e968"; | |
| 553 | + content: "\e968"; | |
| 1949 | 554 | } |
| 1950 | - | |
| 1951 | 555 | .unicon-cursor:before { |
| 1952 | - content: "\e969"; | |
| 556 | + content: "\e969"; | |
| 1953 | 557 | } |
| 1954 | - | |
| 1955 | 558 | .unicon-curve-auto-colon:before { |
| 1956 | - content: "\e96a"; | |
| 559 | + content: "\e96a"; | |
| 1957 | 560 | } |
| 1958 | - | |
| 1959 | 561 | .unicon-curve-manual:before { |
| 1960 | - content: "\e96b"; | |
| 562 | + content: "\e96b"; | |
| 1961 | 563 | } |
| 1962 | - | |
| 1963 | 564 | .unicon-cut-in-half:before { |
| 1964 | - content: "\e96c"; | |
| 565 | + content: "\e96c"; | |
| 1965 | 566 | } |
| 1966 | - | |
| 1967 | 567 | .unicon-cut:before { |
| 1968 | - content: "\e96d"; | |
| 568 | + content: "\e96d"; | |
| 1969 | 569 | } |
| 1970 | - | |
| 1971 | 570 | .unicon-dashboard-reference:before { |
| 1972 | - content: "\e96e"; | |
| 571 | + content: "\e96e"; | |
| 1973 | 572 | } |
| 1974 | - | |
| 1975 | 573 | .unicon-dashboard:before { |
| 1976 | - content: "\e96f"; | |
| 574 | + content: "\e96f"; | |
| 1977 | 575 | } |
| 1978 | - | |
| 1979 | 576 | .unicon-data-1:before { |
| 1980 | - content: "\e970"; | |
| 577 | + content: "\e970"; | |
| 1981 | 578 | } |
| 1982 | - | |
| 1983 | 579 | .unicon-data-base-alt:before { |
| 1984 | - content: "\e971"; | |
| 580 | + content: "\e971"; | |
| 1985 | 581 | } |
| 1986 | - | |
| 1987 | 582 | .unicon-data-base:before { |
| 1988 | - content: "\e972"; | |
| 583 | + content: "\e972"; | |
| 1989 | 584 | } |
| 1990 | - | |
| 1991 | 585 | .unicon-debug:before { |
| 1992 | - content: "\e973"; | |
| 586 | + content: "\e973"; | |
| 1993 | 587 | } |
| 1994 | - | |
| 1995 | 588 | .unicon-delete:before { |
| 1996 | - content: "\e974"; | |
| 589 | + content: "\e974"; | |
| 1997 | 590 | } |
| 1998 | - | |
| 1999 | 591 | .unicon-delivery-parcel:before { |
| 2000 | - content: "\e975"; | |
| 592 | + content: "\e975"; | |
| 2001 | 593 | } |
| 2002 | - | |
| 2003 | 594 | .unicon-delivery-truck:before { |
| 2004 | - content: "\e976"; | |
| 595 | + content: "\e976"; | |
| 2005 | 596 | } |
| 2006 | - | |
| 2007 | 597 | .unicon-delivery:before { |
| 2008 | - content: "\e977"; | |
| 598 | + content: "\e977"; | |
| 2009 | 599 | } |
| 2010 | - | |
| 2011 | 600 | .unicon-departure:before { |
| 2012 | - content: "\e978"; | |
| 601 | + content: "\e978"; | |
| 2013 | 602 | } |
| 2014 | - | |
| 2015 | 603 | .unicon-devices:before { |
| 2016 | - content: "\e979"; | |
| 604 | + content: "\e979"; | |
| 2017 | 605 | } |
| 2018 | - | |
| 2019 | 606 | .unicon-diagram:before { |
| 2020 | - content: "\e97a"; | |
| 607 | + content: "\e97a"; | |
| 2021 | 608 | } |
| 2022 | - | |
| 2023 | 609 | .unicon-dicom-overlay:before { |
| 2024 | - content: "\e97b"; | |
| 610 | + content: "\e97b"; | |
| 2025 | 611 | } |
| 2026 | - | |
| 2027 | 612 | .unicon-direct-link:before { |
| 2028 | - content: "\e97c"; | |
| 613 | + content: "\e97c"; | |
| 2029 | 614 | } |
| 2030 | - | |
| 2031 | 615 | .unicon-direction-right-01:before { |
| 2032 | - content: "\e97d"; | |
| 616 | + content: "\e97d"; | |
| 2033 | 617 | } |
| 2034 | - | |
| 2035 | 618 | .unicon-direction-straight-right:before { |
| 2036 | - content: "\e97e"; | |
| 619 | + content: "\e97e"; | |
| 2037 | 620 | } |
| 2038 | - | |
| 2039 | 621 | .unicon-direction-straight:before { |
| 2040 | - content: "\e97f"; | |
| 622 | + content: "\e97f"; | |
| 2041 | 623 | } |
| 2042 | - | |
| 2043 | 624 | .unicon-document-add:before { |
| 2044 | - content: "\e980"; | |
| 625 | + content: "\e980"; | |
| 2045 | 626 | } |
| 2046 | - | |
| 2047 | 627 | .unicon-document-attachment:before { |
| 2048 | - content: "\e981"; | |
| 628 | + content: "\e981"; | |
| 2049 | 629 | } |
| 2050 | - | |
| 2051 | 630 | .unicon-document-blank:before { |
| 2052 | - content: "\e982"; | |
| 631 | + content: "\e982"; | |
| 2053 | 632 | } |
| 2054 | - | |
| 2055 | 633 | .unicon-document-download:before { |
| 2056 | - content: "\e983"; | |
| 634 | + content: "\e983"; | |
| 2057 | 635 | } |
| 2058 | - | |
| 2059 | 636 | .unicon-document:before { |
| 2060 | - content: "\e984"; | |
| 637 | + content: "\e984"; | |
| 2061 | 638 | } |
| 2062 | - | |
| 2063 | 639 | .unicon-dot-mark:before { |
| 2064 | - content: "\e985"; | |
| 640 | + content: "\e985"; | |
| 2065 | 641 | } |
| 2066 | - | |
| 2067 | 642 | .unicon-down-to-bottom:before { |
| 2068 | - content: "\e986"; | |
| 643 | + content: "\e986"; | |
| 2069 | 644 | } |
| 2070 | - | |
| 2071 | 645 | .unicon-download-study:before { |
| 2072 | - content: "\e987"; | |
| 646 | + content: "\e987"; | |
| 2073 | 647 | } |
| 2074 | - | |
| 2075 | 648 | .unicon-download:before { |
| 2076 | - content: "\e988"; | |
| 649 | + content: "\e988"; | |
| 2077 | 650 | } |
| 2078 | - | |
| 2079 | 651 | .unicon-drag-horizontal:before { |
| 2080 | - content: "\e989"; | |
| 652 | + content: "\e989"; | |
| 2081 | 653 | } |
| 2082 | - | |
| 2083 | 654 | .unicon-drag-vertical:before { |
| 2084 | - content: "\e98a"; | |
| 655 | + content: "\e98a"; | |
| 2085 | 656 | } |
| 2086 | - | |
| 2087 | 657 | .unicon-draggable:before { |
| 2088 | - content: "\e98b"; | |
| 658 | + content: "\e98b"; | |
| 2089 | 659 | } |
| 2090 | - | |
| 2091 | 660 | .unicon-draw:before { |
| 2092 | - content: "\e98c"; | |
| 661 | + content: "\e98c"; | |
| 2093 | 662 | } |
| 2094 | - | |
| 2095 | 663 | .unicon-drop-photo-filled:before { |
| 2096 | - content: "\e98d"; | |
| 664 | + content: "\e98d"; | |
| 2097 | 665 | } |
| 2098 | - | |
| 2099 | 666 | .unicon-drop-photo:before { |
| 2100 | - content: "\e98e"; | |
| 667 | + content: "\e98e"; | |
| 2101 | 668 | } |
| 2102 | - | |
| 2103 | 669 | .unicon-earth-americas:before { |
| 2104 | - content: "\e98f"; | |
| 670 | + content: "\e98f"; | |
| 2105 | 671 | } |
| 2106 | - | |
| 2107 | 672 | .unicon-earth-europe-africa:before { |
| 2108 | - content: "\e990"; | |
| 673 | + content: "\e990"; | |
| 2109 | 674 | } |
| 2110 | - | |
| 2111 | 675 | .unicon-earth-filled:before { |
| 2112 | - content: "\e991"; | |
| 676 | + content: "\e991"; | |
| 2113 | 677 | } |
| 2114 | - | |
| 2115 | 678 | .unicon-earth:before { |
| 2116 | - content: "\e992"; | |
| 679 | + content: "\e992"; | |
| 2117 | 680 | } |
| 2118 | - | |
| 2119 | 681 | .unicon-edge-enhancement:before { |
| 2120 | - content: "\e993"; | |
| 682 | + content: "\e993"; | |
| 2121 | 683 | } |
| 2122 | - | |
| 2123 | 684 | .unicon-edit-off:before { |
| 2124 | - content: "\e994"; | |
| 685 | + content: "\e994"; | |
| 2125 | 686 | } |
| 2126 | - | |
| 2127 | 687 | .unicon-edit:before { |
| 2128 | - content: "\e995"; | |
| 688 | + content: "\e995"; | |
| 2129 | 689 | } |
| 2130 | - | |
| 2131 | 690 | .unicon-edt-loop:before { |
| 2132 | - content: "\e996"; | |
| 691 | + content: "\e996"; | |
| 2133 | 692 | } |
| 2134 | - | |
| 2135 | 693 | .unicon-email-new:before { |
| 2136 | - content: "\e997"; | |
| 694 | + content: "\e997"; | |
| 2137 | 695 | } |
| 2138 | - | |
| 2139 | 696 | .unicon-email:before { |
| 2140 | - content: "\e998"; | |
| 697 | + content: "\e998"; | |
| 2141 | 698 | } |
| 2142 | - | |
| 2143 | 699 | .unicon-enterprise:before { |
| 2144 | - content: "\e999"; | |
| 700 | + content: "\e999"; | |
| 2145 | 701 | } |
| 2146 | - | |
| 2147 | 702 | .unicon-erase:before { |
| 2148 | - content: "\e99a"; | |
| 703 | + content: "\e99a"; | |
| 2149 | 704 | } |
| 2150 | - | |
| 2151 | 705 | .unicon-error-outline:before { |
| 2152 | - content: "\e99b"; | |
| 706 | + content: "\e99b"; | |
| 2153 | 707 | } |
| 2154 | - | |
| 2155 | 708 | .unicon-error:before { |
| 2156 | - content: "\e99c"; | |
| 709 | + content: "\e99c"; | |
| 2157 | 710 | } |
| 2158 | - | |
| 2159 | 711 | .unicon-event-schedule:before { |
| 2160 | - content: "\e99d"; | |
| 712 | + content: "\e99d"; | |
| 2161 | 713 | } |
| 2162 | - | |
| 2163 | 714 | .unicon-event:before { |
| 2164 | - content: "\e99e"; | |
| 715 | + content: "\e99e"; | |
| 2165 | 716 | } |
| 2166 | - | |
| 2167 | 717 | .unicon-events-alt:before { |
| 2168 | - content: "\e99f"; | |
| 718 | + content: "\e99f"; | |
| 2169 | 719 | } |
| 2170 | - | |
| 2171 | 720 | .unicon-events:before { |
| 2172 | - content: "\e9a0"; | |
| 721 | + content: "\e9a0"; | |
| 2173 | 722 | } |
| 2174 | - | |
| 2175 | 723 | .unicon-explore:before { |
| 2176 | - content: "\e9a1"; | |
| 724 | + content: "\e9a1"; | |
| 2177 | 725 | } |
| 2178 | - | |
| 2179 | 726 | .unicon-export:before { |
| 2180 | - content: "\e9a2"; | |
| 727 | + content: "\e9a2"; | |
| 2181 | 728 | } |
| 2182 | - | |
| 2183 | 729 | .unicon-eyedropper:before { |
| 2184 | - content: "\e9a3"; | |
| 730 | + content: "\e9a3"; | |
| 2185 | 731 | } |
| 2186 | - | |
| 2187 | 732 | .unicon-face-dissatisfied:before { |
| 2188 | - content: "\e9a4"; | |
| 733 | + content: "\e9a4"; | |
| 2189 | 734 | } |
| 2190 | - | |
| 2191 | 735 | .unicon-face-satisfied:before { |
| 2192 | - content: "\e9a5"; | |
| 736 | + content: "\e9a5"; | |
| 2193 | 737 | } |
| 2194 | - | |
| 2195 | 738 | .unicon-fade:before { |
| 2196 | - content: "\e9a6"; | |
| 739 | + content: "\e9a6"; | |
| 2197 | 740 | } |
| 2198 | - | |
| 2199 | 741 | .unicon-favorite-filled:before { |
| 2200 | - content: "\e9a7"; | |
| 742 | + content: "\e9a7"; | |
| 2201 | 743 | } |
| 2202 | - | |
| 2203 | 744 | .unicon-favorite:before { |
| 2204 | - content: "\e9a8"; | |
| 745 | + content: "\e9a8"; | |
| 2205 | 746 | } |
| 2206 | - | |
| 2207 | 747 | .unicon-file-storage:before { |
| 2208 | - content: "\e9a9"; | |
| 748 | + content: "\e9a9"; | |
| 2209 | 749 | } |
| 2210 | - | |
| 2211 | 750 | .unicon-filter-edit:before { |
| 2212 | - content: "\e9aa"; | |
| 751 | + content: "\e9aa"; | |
| 2213 | 752 | } |
| 2214 | - | |
| 2215 | 753 | .unicon-filter:before { |
| 2216 | - content: "\e9ab"; | |
| 754 | + content: "\e9ab"; | |
| 2217 | 755 | } |
| 2218 | - | |
| 2219 | 756 | .unicon-finance:before { |
| 2220 | - content: "\e9ac"; | |
| 757 | + content: "\e9ac"; | |
| 2221 | 758 | } |
| 2222 | - | |
| 2223 | 759 | .unicon-fingerprint-recognition:before { |
| 2224 | - content: "\e9ad"; | |
| 760 | + content: "\e9ad"; | |
| 2225 | 761 | } |
| 2226 | - | |
| 2227 | 762 | .unicon-fire:before { |
| 2228 | - content: "\e9ae"; | |
| 763 | + content: "\e9ae"; | |
| 2229 | 764 | } |
| 2230 | - | |
| 2231 | 765 | .unicon-flag-filled:before { |
| 2232 | - content: "\e9af"; | |
| 766 | + content: "\e9af"; | |
| 2233 | 767 | } |
| 2234 | - | |
| 2235 | 768 | .unicon-flag:before { |
| 2236 | - content: "\e9b0"; | |
| 769 | + content: "\e9b0"; | |
| 2237 | 770 | } |
| 2238 | - | |
| 2239 | 771 | .unicon-flash-filled:before { |
| 2240 | - content: "\e9b1"; | |
| 772 | + content: "\e9b1"; | |
| 2241 | 773 | } |
| 2242 | - | |
| 2243 | 774 | .unicon-flash:before { |
| 2244 | - content: "\e9b2"; | |
| 775 | + content: "\e9b2"; | |
| 2245 | 776 | } |
| 2246 | - | |
| 2247 | 777 | .unicon-flow-connection:before { |
| 2248 | - content: "\e9b3"; | |
| 778 | + content: "\e9b3"; | |
| 2249 | 779 | } |
| 2250 | - | |
| 2251 | 780 | .unicon-folder-add:before { |
| 2252 | - content: "\e9b4"; | |
| 781 | + content: "\e9b4"; | |
| 2253 | 782 | } |
| 2254 | - | |
| 2255 | 783 | .unicon-folder-shared:before { |
| 2256 | - content: "\e9b5"; | |
| 784 | + content: "\e9b5"; | |
| 2257 | 785 | } |
| 2258 | - | |
| 2259 | 786 | .unicon-folder:before { |
| 2260 | - content: "\e9b6"; | |
| 787 | + content: "\e9b6"; | |
| 2261 | 788 | } |
| 2262 | - | |
| 2263 | 789 | .unicon-folders:before { |
| 2264 | - content: "\e9b7"; | |
| 790 | + content: "\e9b7"; | |
| 2265 | 791 | } |
| 2266 | - | |
| 2267 | 792 | .unicon-forum:before { |
| 2268 | - content: "\e9b8"; | |
| 793 | + content: "\e9b8"; | |
| 2269 | 794 | } |
| 2270 | - | |
| 2271 | 795 | .unicon-game-console:before { |
| 2272 | - content: "\e9b9"; | |
| 796 | + content: "\e9b9"; | |
| 2273 | 797 | } |
| 2274 | - | |
| 2275 | 798 | .unicon-gamification:before { |
| 2276 | - content: "\e9ba"; | |
| 799 | + content: "\e9ba"; | |
| 2277 | 800 | } |
| 2278 | - | |
| 2279 | 801 | .unicon-gift:before { |
| 2280 | - content: "\e9bb"; | |
| 802 | + content: "\e9bb"; | |
| 2281 | 803 | } |
| 2282 | - | |
| 2283 | 804 | .unicon-globe:before { |
| 2284 | - content: "\e9bc"; | |
| 805 | + content: "\e9bc"; | |
| 2285 | 806 | } |
| 2286 | - | |
| 2287 | 807 | .unicon-glyph-caution-inverted:before { |
| 2288 | - content: "\e9bd"; | |
| 808 | + content: "\e9bd"; | |
| 2289 | 809 | } |
| 2290 | - | |
| 2291 | 810 | .unicon-glyph-caution:before { |
| 2292 | - content: "\e9be"; | |
| 811 | + content: "\e9be"; | |
| 2293 | 812 | } |
| 2294 | - | |
| 2295 | 813 | .unicon-glyph-circle-fill:before { |
| 2296 | - content: "\e9bf"; | |
| 814 | + content: "\e9bf"; | |
| 2297 | 815 | } |
| 2298 | - | |
| 2299 | 816 | .unicon-glyph-square-fill:before { |
| 2300 | - content: "\e9c0"; | |
| 817 | + content: "\e9c0"; | |
| 2301 | 818 | } |
| 2302 | - | |
| 2303 | 819 | .unicon-glyph-undefined:before { |
| 2304 | - content: "\e9c1"; | |
| 820 | + content: "\e9c1"; | |
| 2305 | 821 | } |
| 2306 | - | |
| 2307 | 822 | .unicon-gradient:before { |
| 2308 | - content: "\e9c2"; | |
| 823 | + content: "\e9c2"; | |
| 2309 | 824 | } |
| 2310 | - | |
| 2311 | 825 | .unicon-grid:before { |
| 2312 | - content: "\e9c3"; | |
| 826 | + content: "\e9c3"; | |
| 2313 | 827 | } |
| 2314 | - | |
| 2315 | 828 | .unicon-group-objects-new:before { |
| 2316 | - content: "\e9c4"; | |
| 829 | + content: "\e9c4"; | |
| 2317 | 830 | } |
| 2318 | - | |
| 2319 | 831 | .unicon-group-objects-save:before { |
| 2320 | - content: "\e9c5"; | |
| 832 | + content: "\e9c5"; | |
| 2321 | 833 | } |
| 2322 | - | |
| 2323 | 834 | .unicon-group:before { |
| 2324 | - content: "\e9c6"; | |
| 835 | + content: "\e9c6"; | |
| 2325 | 836 | } |
| 2326 | - | |
| 2327 | 837 | .unicon-growth:before { |
| 2328 | - content: "\e9c7"; | |
| 838 | + content: "\e9c7"; | |
| 2329 | 839 | } |
| 2330 | - | |
| 2331 | 840 | .unicon-gui-management:before { |
| 2332 | - content: "\e9c8"; | |
| 841 | + content: "\e9c8"; | |
| 2333 | 842 | } |
| 2334 | - | |
| 2335 | 843 | .unicon-gui:before { |
| 2336 | - content: "\e9c9"; | |
| 844 | + content: "\e9c9"; | |
| 2337 | 845 | } |
| 2338 | - | |
| 2339 | 846 | .unicon-hashtag:before { |
| 2340 | - content: "\e9ca"; | |
| 847 | + content: "\e9ca"; | |
| 2341 | 848 | } |
| 2342 | - | |
| 2343 | 849 | .unicon-headphones:before { |
| 2344 | - content: "\e9cb"; | |
| 850 | + content: "\e9cb"; | |
| 2345 | 851 | } |
| 2346 | - | |
| 2347 | 852 | .unicon-headset:before { |
| 2348 | - content: "\e9cc"; | |
| 853 | + content: "\e9cc"; | |
| 2349 | 854 | } |
| 2350 | - | |
| 2351 | 855 | .unicon-help-filled:before { |
| 2352 | - content: "\e9cd"; | |
| 856 | + content: "\e9cd"; | |
| 2353 | 857 | } |
| 2354 | - | |
| 2355 | 858 | .unicon-help:before { |
| 2356 | - content: "\e9ce"; | |
| 859 | + content: "\e9ce"; | |
| 2357 | 860 | } |
| 2358 | - | |
| 2359 | 861 | .unicon-hole-filling:before { |
| 2360 | - content: "\e9cf"; | |
| 862 | + content: "\e9cf"; | |
| 2361 | 863 | } |
| 2362 | - | |
| 2363 | 864 | .unicon-home:before { |
| 2364 | - content: "\e9d0"; | |
| 865 | + content: "\e9d0"; | |
| 2365 | 866 | } |
| 2366 | - | |
| 2367 | 867 | .unicon-ibm-cloud-pak-security:before { |
| 2368 | - content: "\e9d1"; | |
| 868 | + content: "\e9d1"; | |
| 2369 | 869 | } |
| 2370 | - | |
| 2371 | 870 | .unicon-iCA-2D:before { |
| 2372 | - content: "\e9d2"; | |
| 871 | + content: "\e9d2"; | |
| 2373 | 872 | } |
| 2374 | - | |
| 2375 | 873 | .unicon-idea:before { |
| 2376 | - content: "\e9d3"; | |
| 874 | + content: "\e9d3"; | |
| 2377 | 875 | } |
| 2378 | - | |
| 2379 | 876 | .unicon-identification:before { |
| 2380 | - content: "\e9d4"; | |
| 877 | + content: "\e9d4"; | |
| 2381 | 878 | } |
| 2382 | - | |
| 2383 | 879 | .unicon-image-copy:before { |
| 2384 | - content: "\e9d5"; | |
| 880 | + content: "\e9d5"; | |
| 2385 | 881 | } |
| 2386 | - | |
| 2387 | 882 | .unicon-image-search-alt:before { |
| 2388 | - content: "\e9d6"; | |
| 883 | + content: "\e9d6"; | |
| 2389 | 884 | } |
| 2390 | - | |
| 2391 | 885 | .unicon-image-search:before { |
| 2392 | - content: "\e9d7"; | |
| 886 | + content: "\e9d7"; | |
| 2393 | 887 | } |
| 2394 | - | |
| 2395 | 888 | .unicon-image:before { |
| 2396 | - content: "\e9d8"; | |
| 889 | + content: "\e9d8"; | |
| 2397 | 890 | } |
| 2398 | - | |
| 2399 | 891 | .unicon-in-progress:before { |
| 2400 | - content: "\e9d9"; | |
| 892 | + content: "\e9d9"; | |
| 2401 | 893 | } |
| 2402 | - | |
| 2403 | 894 | .unicon-incomplete:before { |
| 2404 | - content: "\e9da"; | |
| 895 | + content: "\e9da"; | |
| 2405 | 896 | } |
| 2406 | - | |
| 2407 | 897 | .unicon-increase-level:before { |
| 2408 | - content: "\e9db"; | |
| 898 | + content: "\e9db"; | |
| 2409 | 899 | } |
| 2410 | - | |
| 2411 | 900 | .unicon-industry:before { |
| 2412 | - content: "\e9dc"; | |
| 901 | + content: "\e9dc"; | |
| 2413 | 902 | } |
| 2414 | - | |
| 2415 | 903 | .unicon-information-filled:before { |
| 2416 | - content: "\e9dd"; | |
| 904 | + content: "\e9dd"; | |
| 2417 | 905 | } |
| 2418 | - | |
| 2419 | 906 | .unicon-information:before { |
| 2420 | - content: "\e9de"; | |
| 907 | + content: "\e9de"; | |
| 2421 | 908 | } |
| 2422 | - | |
| 2423 | 909 | .unicon-insert-page:before { |
| 2424 | - content: "\e9df"; | |
| 910 | + content: "\e9df"; | |
| 2425 | 911 | } |
| 2426 | - | |
| 2427 | 912 | .unicon-insert-syntax:before { |
| 2428 | - content: "\e9e0"; | |
| 913 | + content: "\e9e0"; | |
| 2429 | 914 | } |
| 2430 | - | |
| 2431 | 915 | .unicon-integration:before { |
| 2432 | - content: "\e9e1"; | |
| 916 | + content: "\e9e1"; | |
| 2433 | 917 | } |
| 2434 | - | |
| 2435 | 918 | .unicon-interactive-segmentation-cursor:before { |
| 2436 | - content: "\e9e2"; | |
| 919 | + content: "\e9e2"; | |
| 2437 | 920 | } |
| 2438 | - | |
| 2439 | 921 | .unicon-intersect:before { |
| 2440 | - content: "\e9e3"; | |
| 922 | + content: "\e9e3"; | |
| 2441 | 923 | } |
| 2442 | - | |
| 2443 | 924 | .unicon-inventory-management:before { |
| 2444 | - content: "\e9e4"; | |
| 925 | + content: "\e9e4"; | |
| 2445 | 926 | } |
| 2446 | - | |
| 2447 | 927 | .unicon-keyboard:before { |
| 2448 | - content: "\e9e5"; | |
| 928 | + content: "\e9e5"; | |
| 2449 | 929 | } |
| 2450 | - | |
| 2451 | 930 | .unicon-language:before { |
| 2452 | - content: "\e9e6"; | |
| 931 | + content: "\e9e6"; | |
| 2453 | 932 | } |
| 2454 | - | |
| 2455 | 933 | .unicon-laptop:before { |
| 2456 | - content: "\e9e7"; | |
| 934 | + content: "\e9e7"; | |
| 2457 | 935 | } |
| 2458 | - | |
| 2459 | 936 | .unicon-lasso-polygon:before { |
| 2460 | - content: "\e9e8"; | |
| 937 | + content: "\e9e8"; | |
| 2461 | 938 | } |
| 2462 | - | |
| 2463 | 939 | .unicon-lasso:before { |
| 2464 | - content: "\e9e9"; | |
| 940 | + content: "\e9e9"; | |
| 2465 | 941 | } |
| 2466 | - | |
| 2467 | 942 | .unicon-launch-study-1:before { |
| 2468 | - content: "\e9ea"; | |
| 943 | + content: "\e9ea"; | |
| 2469 | 944 | } |
| 2470 | - | |
| 2471 | 945 | .unicon-launch-study-2:before { |
| 2472 | - content: "\e9eb"; | |
| 946 | + content: "\e9eb"; | |
| 2473 | 947 | } |
| 2474 | - | |
| 2475 | 948 | .unicon-launch:before { |
| 2476 | - content: "\e9ec"; | |
| 949 | + content: "\e9ec"; | |
| 2477 | 950 | } |
| 2478 | - | |
| 2479 | 951 | .unicon-layers:before { |
| 2480 | - content: "\e9ed"; | |
| 952 | + content: "\e9ed"; | |
| 2481 | 953 | } |
| 2482 | - | |
| 2483 | 954 | .unicon-legend:before { |
| 2484 | - content: "\e9ee"; | |
| 955 | + content: "\e9ee"; | |
| 2485 | 956 | } |
| 2486 | - | |
| 2487 | 957 | .unicon-license-draft:before { |
| 2488 | - content: "\e9ef"; | |
| 958 | + content: "\e9ef"; | |
| 2489 | 959 | } |
| 2490 | - | |
| 2491 | 960 | .unicon-lifesaver:before { |
| 2492 | - content: "\e9f0"; | |
| 961 | + content: "\e9f0"; | |
| 2493 | 962 | } |
| 2494 | - | |
| 2495 | 963 | .unicon-light-filled:before { |
| 2496 | - content: "\e9f1"; | |
| 964 | + content: "\e9f1"; | |
| 2497 | 965 | } |
| 2498 | - | |
| 2499 | 966 | .unicon-light:before { |
| 2500 | - content: "\e9f2"; | |
| 967 | + content: "\e9f2"; | |
| 2501 | 968 | } |
| 2502 | - | |
| 2503 | 969 | .unicon-lightning:before { |
| 2504 | - content: "\e9f3"; | |
| 970 | + content: "\e9f3"; | |
| 2505 | 971 | } |
| 2506 | - | |
| 2507 | 972 | .unicon-link:before { |
| 2508 | - content: "\e9f4"; | |
| 973 | + content: "\e9f4"; | |
| 2509 | 974 | } |
| 2510 | - | |
| 2511 | 975 | .unicon-list-boxes:before { |
| 2512 | - content: "\e9f5"; | |
| 976 | + content: "\e9f5"; | |
| 2513 | 977 | } |
| 2514 | - | |
| 2515 | 978 | .unicon-list-bulleted:before { |
| 2516 | - content: "\e9f6"; | |
| 979 | + content: "\e9f6"; | |
| 2517 | 980 | } |
| 2518 | - | |
| 2519 | 981 | .unicon-list-checked:before { |
| 2520 | - content: "\e9f7"; | |
| 982 | + content: "\e9f7"; | |
| 2521 | 983 | } |
| 2522 | - | |
| 2523 | 984 | .unicon-list-dropdown:before { |
| 2524 | - content: "\e9f8"; | |
| 985 | + content: "\e9f8"; | |
| 2525 | 986 | } |
| 2526 | - | |
| 2527 | 987 | .unicon-list-numbered:before { |
| 2528 | - content: "\e9f9"; | |
| 988 | + content: "\e9f9"; | |
| 2529 | 989 | } |
| 2530 | - | |
| 2531 | 990 | .unicon-list:before { |
| 2532 | - content: "\e9fa"; | |
| 991 | + content: "\e9fa"; | |
| 2533 | 992 | } |
| 2534 | - | |
| 2535 | 993 | .unicon-location-current:before { |
| 2536 | - content: "\e9fb"; | |
| 994 | + content: "\e9fb"; | |
| 2537 | 995 | } |
| 2538 | - | |
| 2539 | 996 | .unicon-location:before { |
| 2540 | - content: "\e9fc"; | |
| 997 | + content: "\e9fc"; | |
| 2541 | 998 | } |
| 2542 | - | |
| 2543 | 999 | .unicon-locked:before { |
| 2544 | - content: "\e9fd"; | |
| 1000 | + content: "\e9fd"; | |
| 2545 | 1001 | } |
| 2546 | - | |
| 2547 | 1002 | .unicon-login:before { |
| 2548 | - content: "\e9fe"; | |
| 1003 | + content: "\e9fe"; | |
| 2549 | 1004 | } |
| 2550 | - | |
| 2551 | 1005 | .unicon-logo-delicious:before { |
| 2552 | - content: "\e9ff"; | |
| 1006 | + content: "\e9ff"; | |
| 2553 | 1007 | } |
| 2554 | - | |
| 2555 | 1008 | .unicon-logo-digg:before { |
| 2556 | - content: "\ea00"; | |
| 1009 | + content: "\ea00"; | |
| 2557 | 1010 | } |
| 2558 | - | |
| 2559 | 1011 | .unicon-logo-discord:before { |
| 2560 | - content: "\ea01"; | |
| 1012 | + content: "\ea01"; | |
| 2561 | 1013 | } |
| 2562 | - | |
| 2563 | 1014 | .unicon-logo-facebook:before { |
| 2564 | - content: "\ea02"; | |
| 1015 | + content: "\ea02"; | |
| 2565 | 1016 | } |
| 2566 | - | |
| 2567 | 1017 | .unicon-logo-flickr:before { |
| 2568 | - content: "\ea03"; | |
| 1018 | + content: "\ea03"; | |
| 2569 | 1019 | } |
| 2570 | - | |
| 2571 | 1020 | .unicon-logo-github:before { |
| 2572 | - content: "\ea04"; | |
| 1021 | + content: "\ea04"; | |
| 2573 | 1022 | } |
| 2574 | - | |
| 2575 | 1023 | .unicon-logo-google:before { |
| 2576 | - content: "\ea05"; | |
| 1024 | + content: "\ea05"; | |
| 2577 | 1025 | } |
| 2578 | - | |
| 2579 | 1026 | .unicon-logo-instagram:before { |
| 2580 | - content: "\ea06"; | |
| 1027 | + content: "\ea06"; | |
| 2581 | 1028 | } |
| 2582 | - | |
| 2583 | 1029 | .unicon-logo-linkedin:before { |
| 2584 | - content: "\ea07"; | |
| 1030 | + content: "\ea07"; | |
| 2585 | 1031 | } |
| 2586 | - | |
| 2587 | 1032 | .unicon-logo-livestream:before { |
| 2588 | - content: "\ea08"; | |
| 1033 | + content: "\ea08"; | |
| 2589 | 1034 | } |
| 2590 | - | |
| 2591 | 1035 | .unicon-logo-medium:before { |
| 2592 | - content: "\ea09"; | |
| 1036 | + content: "\ea09"; | |
| 2593 | 1037 | } |
| 2594 | - | |
| 2595 | 1038 | .unicon-logo-pinterest:before { |
| 2596 | - content: "\ea0a"; | |
| 1039 | + content: "\ea0a"; | |
| 2597 | 1040 | } |
| 2598 | - | |
| 2599 | 1041 | .unicon-logo-quora:before { |
| 2600 | - content: "\ea0b"; | |
| 1042 | + content: "\ea0b"; | |
| 2601 | 1043 | } |
| 2602 | - | |
| 2603 | 1044 | .unicon-logo-skype:before { |
| 2604 | - content: "\ea0c"; | |
| 1045 | + content: "\ea0c"; | |
| 2605 | 1046 | } |
| 2606 | - | |
| 2607 | 1047 | .unicon-logo-slack:before { |
| 2608 | - content: "\ea0d"; | |
| 1048 | + content: "\ea0d"; | |
| 2609 | 1049 | } |
| 2610 | - | |
| 2611 | 1050 | .unicon-logo-snapchat:before { |
| 2612 | - content: "\ea0e"; | |
| 1051 | + content: "\ea0e"; | |
| 2613 | 1052 | } |
| 2614 | - | |
| 2615 | 1053 | .unicon-logo-stumbleupon:before { |
| 2616 | - content: "\ea0f"; | |
| 1054 | + content: "\ea0f"; | |
| 2617 | 1055 | } |
| 2618 | - | |
| 2619 | 1056 | .unicon-logo-tumblr:before { |
| 2620 | - content: "\ea10"; | |
| 1057 | + content: "\ea10"; | |
| 2621 | 1058 | } |
| 2622 | - | |
| 2623 | 1059 | .unicon-logo-twitter:before { |
| 2624 | - content: "\ea11"; | |
| 1060 | + content: "\ea11"; | |
| 2625 | 1061 | } |
| 2626 | - | |
| 2627 | 1062 | .unicon-logo-vmware:before { |
| 2628 | - content: "\ea12"; | |
| 1063 | + content: "\ea12"; | |
| 2629 | 1064 | } |
| 2630 | - | |
| 2631 | 1065 | .unicon-logo-xing:before { |
| 2632 | - content: "\ea13"; | |
| 1066 | + content: "\ea13"; | |
| 2633 | 1067 | } |
| 2634 | - | |
| 2635 | 1068 | .unicon-logo-youtube:before { |
| 2636 | - content: "\ea14"; | |
| 1069 | + content: "\ea14"; | |
| 2637 | 1070 | } |
| 2638 | - | |
| 2639 | 1071 | .unicon-logout:before { |
| 2640 | - content: "\ea15"; | |
| 1072 | + content: "\ea15"; | |
| 2641 | 1073 | } |
| 2642 | - | |
| 2643 | 1074 | .unicon-mac-command:before { |
| 2644 | - content: "\ea16"; | |
| 1075 | + content: "\ea16"; | |
| 2645 | 1076 | } |
| 2646 | - | |
| 2647 | 1077 | .unicon-mac-option:before { |
| 2648 | - content: "\ea17"; | |
| 1078 | + content: "\ea17"; | |
| 2649 | 1079 | } |
| 2650 | - | |
| 2651 | 1080 | .unicon-mac-shift:before { |
| 2652 | - content: "\ea18"; | |
| 1081 | + content: "\ea18"; | |
| 2653 | 1082 | } |
| 2654 | - | |
| 2655 | 1083 | .unicon-machine-learning:before { |
| 2656 | - content: "\ea19"; | |
| 1084 | + content: "\ea19"; | |
| 2657 | 1085 | } |
| 2658 | - | |
| 2659 | 1086 | .unicon-magic-wand-filled:before { |
| 2660 | - content: "\ea1a"; | |
| 1087 | + content: "\ea1a"; | |
| 2661 | 1088 | } |
| 2662 | - | |
| 2663 | 1089 | .unicon-magic-wand:before { |
| 2664 | - content: "\ea1b"; | |
| 1090 | + content: "\ea1b"; | |
| 2665 | 1091 | } |
| 2666 | - | |
| 2667 | 1092 | .unicon-magnify:before { |
| 2668 | - content: "\ea1c"; | |
| 1093 | + content: "\ea1c"; | |
| 2669 | 1094 | } |
| 2670 | - | |
| 2671 | 1095 | .unicon-manage-protection:before { |
| 2672 | - content: "\ea1d"; | |
| 1096 | + content: "\ea1d"; | |
| 2673 | 1097 | } |
| 2674 | - | |
| 2675 | 1098 | .unicon-map-center:before { |
| 2676 | - content: "\ea1e"; | |
| 1099 | + content: "\ea1e"; | |
| 2677 | 1100 | } |
| 2678 | - | |
| 2679 | 1101 | .unicon-map-identify:before { |
| 2680 | - content: "\ea1f"; | |
| 1102 | + content: "\ea1f"; | |
| 2681 | 1103 | } |
| 2682 | - | |
| 2683 | 1104 | .unicon-map:before { |
| 2684 | - content: "\ea20"; | |
| 1105 | + content: "\ea20"; | |
| 2685 | 1106 | } |
| 2686 | - | |
| 2687 | 1107 | .unicon-maximize:before { |
| 2688 | - content: "\ea21"; | |
| 1108 | + content: "\ea21"; | |
| 2689 | 1109 | } |
| 2690 | - | |
| 2691 | 1110 | .unicon-media-cast:before { |
| 2692 | - content: "\ea22"; | |
| 1111 | + content: "\ea22"; | |
| 2693 | 1112 | } |
| 2694 | - | |
| 2695 | 1113 | .unicon-media-library:before { |
| 2696 | - content: "\ea23"; | |
| 1114 | + content: "\ea23"; | |
| 2697 | 1115 | } |
| 2698 | - | |
| 2699 | 1116 | .unicon-menu:before { |
| 2700 | - content: "\ea24"; | |
| 1117 | + content: "\ea24"; | |
| 2701 | 1118 | } |
| 2702 | - | |
| 2703 | 1119 | .unicon-meter-alt:before { |
| 2704 | - content: "\ea25"; | |
| 1120 | + content: "\ea25"; | |
| 2705 | 1121 | } |
| 2706 | - | |
| 2707 | 1122 | .unicon-meter:before { |
| 2708 | - content: "\ea26"; | |
| 1123 | + content: "\ea26"; | |
| 2709 | 1124 | } |
| 2710 | - | |
| 2711 | 1125 | .unicon-microphone-filled:before { |
| 2712 | - content: "\ea27"; | |
| 1126 | + content: "\ea27"; | |
| 2713 | 1127 | } |
| 2714 | - | |
| 2715 | 1128 | .unicon-microphone:before { |
| 2716 | - content: "\ea28"; | |
| 1129 | + content: "\ea28"; | |
| 2717 | 1130 | } |
| 2718 | - | |
| 2719 | 1131 | .unicon-microscope:before { |
| 2720 | - content: "\ea29"; | |
| 1132 | + content: "\ea29"; | |
| 2721 | 1133 | } |
| 2722 | - | |
| 2723 | 1134 | .unicon-migrate-alt:before { |
| 2724 | - content: "\ea2a"; | |
| 1135 | + content: "\ea2a"; | |
| 2725 | 1136 | } |
| 2726 | - | |
| 2727 | 1137 | .unicon-military-camp:before { |
| 2728 | - content: "\ea2b"; | |
| 1138 | + content: "\ea2b"; | |
| 2729 | 1139 | } |
| 2730 | - | |
| 2731 | 1140 | .unicon-minimize:before { |
| 2732 | - content: "\ea2c"; | |
| 1141 | + content: "\ea2c"; | |
| 2733 | 1142 | } |
| 2734 | - | |
| 2735 | 1143 | .unicon-misuse-alt:before { |
| 2736 | - content: "\ea2d"; | |
| 1144 | + content: "\ea2d"; | |
| 2737 | 1145 | } |
| 2738 | - | |
| 2739 | 1146 | .unicon-misuse-outline:before { |
| 2740 | - content: "\ea2e"; | |
| 1147 | + content: "\ea2e"; | |
| 2741 | 1148 | } |
| 2742 | - | |
| 2743 | 1149 | .unicon-misuse:before { |
| 2744 | - content: "\ea2f"; | |
| 1150 | + content: "\ea2f"; | |
| 2745 | 1151 | } |
| 2746 | - | |
| 2747 | 1152 | .unicon-mobile-add:before { |
| 2748 | - content: "\ea30"; | |
| 1153 | + content: "\ea30"; | |
| 2749 | 1154 | } |
| 2750 | - | |
| 2751 | 1155 | .unicon-mobile:before { |
| 2752 | - content: "\ea31"; | |
| 1156 | + content: "\ea31"; | |
| 2753 | 1157 | } |
| 2754 | - | |
| 2755 | 1158 | .unicon-model-alt:before { |
| 2756 | - content: "\ea32"; | |
| 1159 | + content: "\ea32"; | |
| 2757 | 1160 | } |
| 2758 | - | |
| 2759 | 1161 | .unicon-model:before { |
| 2760 | - content: "\ea33"; | |
| 1162 | + content: "\ea33"; | |
| 2761 | 1163 | } |
| 2762 | - | |
| 2763 | 1164 | .unicon-money:before { |
| 2764 | - content: "\ea34"; | |
| 1165 | + content: "\ea34"; | |
| 2765 | 1166 | } |
| 2766 | - | |
| 2767 | 1167 | .unicon-move:before { |
| 2768 | - content: "\ea35"; | |
| 1168 | + content: "\ea35"; | |
| 2769 | 1169 | } |
| 2770 | - | |
| 2771 | 1170 | .unicon-mpr-toggle:before { |
| 2772 | - content: "\ea36"; | |
| 1171 | + content: "\ea36"; | |
| 2773 | 1172 | } |
| 2774 | - | |
| 2775 | 1173 | .unicon-music:before { |
| 2776 | - content: "\ea37"; | |
| 1174 | + content: "\ea37"; | |
| 2777 | 1175 | } |
| 2778 | - | |
| 2779 | 1176 | .unicon-name-space:before { |
| 2780 | - content: "\ea38"; | |
| 1177 | + content: "\ea38"; | |
| 2781 | 1178 | } |
| 2782 | - | |
| 2783 | 1179 | .unicon-navaid-military:before { |
| 2784 | - content: "\ea39"; | |
| 1180 | + content: "\ea39"; | |
| 2785 | 1181 | } |
| 2786 | - | |
| 2787 | 1182 | .unicon-new-tab:before { |
| 2788 | - content: "\ea3a"; | |
| 1183 | + content: "\ea3a"; | |
| 2789 | 1184 | } |
| 2790 | - | |
| 2791 | 1185 | .unicon-nominal:before { |
| 2792 | - content: "\ea3b"; | |
| 1186 | + content: "\ea3b"; | |
| 2793 | 1187 | } |
| 2794 | - | |
| 2795 | 1188 | .unicon-not-available:before { |
| 2796 | - content: "\ea3c"; | |
| 1189 | + content: "\ea3c"; | |
| 2797 | 1190 | } |
| 2798 | - | |
| 2799 | 1191 | .unicon-notebook-reference:before { |
| 2800 | - content: "\ea3d"; | |
| 1192 | + content: "\ea3d"; | |
| 2801 | 1193 | } |
| 2802 | - | |
| 2803 | 1194 | .unicon-notebook:before { |
| 2804 | - content: "\ea3e"; | |
| 1195 | + content: "\ea3e"; | |
| 2805 | 1196 | } |
| 2806 | - | |
| 2807 | 1197 | .unicon-notification-filled:before { |
| 2808 | - content: "\ea3f"; | |
| 1198 | + content: "\ea3f"; | |
| 2809 | 1199 | } |
| 2810 | - | |
| 2811 | 1200 | .unicon-notification-new:before { |
| 2812 | - content: "\ea40"; | |
| 1201 | + content: "\ea40"; | |
| 2813 | 1202 | } |
| 2814 | - | |
| 2815 | 1203 | .unicon-notification:before { |
| 2816 | - content: "\ea41"; | |
| 1204 | + content: "\ea41"; | |
| 2817 | 1205 | } |
| 2818 | - | |
| 2819 | 1206 | .unicon-opacity:before { |
| 2820 | - content: "\ea42"; | |
| 1207 | + content: "\ea42"; | |
| 2821 | 1208 | } |
| 2822 | - | |
| 2823 | 1209 | .unicon-open-panel-left:before { |
| 2824 | - content: "\ea43"; | |
| 1210 | + content: "\ea43"; | |
| 2825 | 1211 | } |
| 2826 | - | |
| 2827 | 1212 | .unicon-open-panel-top:before { |
| 2828 | - content: "\ea44"; | |
| 1213 | + content: "\ea44"; | |
| 2829 | 1214 | } |
| 2830 | - | |
| 2831 | 1215 | .unicon-ordinal:before { |
| 2832 | - content: "\ea45"; | |
| 1216 | + content: "\ea45"; | |
| 2833 | 1217 | } |
| 2834 | - | |
| 2835 | 1218 | .unicon-overflow-menu-horizontal:before { |
| 2836 | - content: "\ea46"; | |
| 1219 | + content: "\ea46"; | |
| 2837 | 1220 | } |
| 2838 | - | |
| 2839 | 1221 | .unicon-overflow-menu-vertical:before { |
| 2840 | - content: "\ea47"; | |
| 1222 | + content: "\ea47"; | |
| 2841 | 1223 | } |
| 2842 | - | |
| 2843 | 1224 | .unicon-overlay:before { |
| 2844 | - content: "\ea48"; | |
| 1225 | + content: "\ea48"; | |
| 2845 | 1226 | } |
| 2846 | - | |
| 2847 | 1227 | .unicon-package:before { |
| 2848 | - content: "\ea49"; | |
| 1228 | + content: "\ea49"; | |
| 2849 | 1229 | } |
| 2850 | - | |
| 2851 | 1230 | .unicon-page-break:before { |
| 2852 | - content: "\ea4a"; | |
| 1231 | + content: "\ea4a"; | |
| 2853 | 1232 | } |
| 2854 | - | |
| 2855 | 1233 | .unicon-paint-brush-alt:before { |
| 2856 | - content: "\ea4b"; | |
| 1234 | + content: "\ea4b"; | |
| 2857 | 1235 | } |
| 2858 | - | |
| 2859 | 1236 | .unicon-paint-brush:before { |
| 2860 | - content: "\ea4c"; | |
| 1237 | + content: "\ea4c"; | |
| 2861 | 1238 | } |
| 2862 | - | |
| 2863 | 1239 | .unicon-pan-horizontal:before { |
| 2864 | - content: "\ea4d"; | |
| 1240 | + content: "\ea4d"; | |
| 2865 | 1241 | } |
| 2866 | - | |
| 2867 | 1242 | .unicon-pan-vertical:before { |
| 2868 | - content: "\ea4e"; | |
| 1243 | + content: "\ea4e"; | |
| 2869 | 1244 | } |
| 2870 | - | |
| 2871 | 1245 | .unicon-panel-expansion:before { |
| 2872 | - content: "\ea4f"; | |
| 1246 | + content: "\ea4f"; | |
| 2873 | 1247 | } |
| 2874 | - | |
| 2875 | 1248 | .unicon-partnership:before { |
| 2876 | - content: "\ea50"; | |
| 1249 | + content: "\ea50"; | |
| 2877 | 1250 | } |
| 2878 | - | |
| 2879 | 1251 | .unicon-password:before { |
| 2880 | - content: "\ea51"; | |
| 1252 | + content: "\ea51"; | |
| 2881 | 1253 | } |
| 2882 | - | |
| 2883 | 1254 | .unicon-pause:before { |
| 2884 | - content: "\ea52"; | |
| 1255 | + content: "\ea52"; | |
| 2885 | 1256 | } |
| 2886 | - | |
| 2887 | 1257 | .unicon-pedestrian-child:before { |
| 2888 | - content: "\ea53"; | |
| 1258 | + content: "\ea53"; | |
| 2889 | 1259 | } |
| 2890 | - | |
| 2891 | 1260 | .unicon-pedestrian-family:before { |
| 2892 | - content: "\ea54"; | |
| 1261 | + content: "\ea54"; | |
| 2893 | 1262 | } |
| 2894 | - | |
| 2895 | 1263 | .unicon-pen-fountain:before { |
| 2896 | - content: "\ea55"; | |
| 1264 | + content: "\ea55"; | |
| 2897 | 1265 | } |
| 2898 | - | |
| 2899 | 1266 | .unicon-pen:before { |
| 2900 | - content: "\ea56"; | |
| 1267 | + content: "\ea56"; | |
| 2901 | 1268 | } |
| 2902 | - | |
| 2903 | 1269 | .unicon-pending:before { |
| 2904 | - content: "\ea57"; | |
| 1270 | + content: "\ea57"; | |
| 2905 | 1271 | } |
| 2906 | - | |
| 2907 | 1272 | .unicon-percentage-filled:before { |
| 2908 | - content: "\ea58"; | |
| 1273 | + content: "\ea58"; | |
| 2909 | 1274 | } |
| 2910 | - | |
| 2911 | 1275 | .unicon-percentage:before { |
| 2912 | - content: "\ea59"; | |
| 1276 | + content: "\ea59"; | |
| 2913 | 1277 | } |
| 2914 | - | |
| 2915 | 1278 | .unicon-phone-ip:before { |
| 2916 | - content: "\ea5a"; | |
| 1279 | + content: "\ea5a"; | |
| 2917 | 1280 | } |
| 2918 | - | |
| 2919 | 1281 | .unicon-phone:before { |
| 2920 | - content: "\ea5b"; | |
| 1282 | + content: "\ea5b"; | |
| 2921 | 1283 | } |
| 2922 | - | |
| 2923 | 1284 | .unicon-piggy-bank-slot:before { |
| 2924 | - content: "\ea5c"; | |
| 1285 | + content: "\ea5c"; | |
| 2925 | 1286 | } |
| 2926 | - | |
| 2927 | 1287 | .unicon-piggy-bank:before { |
| 2928 | - content: "\ea5d"; | |
| 1288 | + content: "\ea5d"; | |
| 2929 | 1289 | } |
| 2930 | - | |
| 2931 | 1290 | .unicon-pin-filled:before { |
| 2932 | - content: "\ea5e"; | |
| 1291 | + content: "\ea5e"; | |
| 2933 | 1292 | } |
| 2934 | - | |
| 2935 | 1293 | .unicon-pin:before { |
| 2936 | - content: "\ea5f"; | |
| 1294 | + content: "\ea5f"; | |
| 2937 | 1295 | } |
| 2938 | - | |
| 2939 | 1296 | .unicon-plane:before { |
| 2940 | - content: "\ea60"; | |
| 1297 | + content: "\ea60"; | |
| 2941 | 1298 | } |
| 2942 | - | |
| 2943 | 1299 | .unicon-play-filled-alt:before { |
| 2944 | - content: "\ea61"; | |
| 1300 | + content: "\ea61"; | |
| 2945 | 1301 | } |
| 2946 | - | |
| 2947 | 1302 | .unicon-play-filled:before { |
| 2948 | - content: "\ea62"; | |
| 1303 | + content: "\ea62"; | |
| 2949 | 1304 | } |
| 2950 | - | |
| 2951 | 1305 | .unicon-play-outline:before { |
| 2952 | - content: "\ea63"; | |
| 1306 | + content: "\ea63"; | |
| 2953 | 1307 | } |
| 2954 | - | |
| 2955 | 1308 | .unicon-play:before { |
| 2956 | - content: "\ea64"; | |
| 1309 | + content: "\ea64"; | |
| 2957 | 1310 | } |
| 2958 | - | |
| 2959 | 1311 | .unicon-playlist:before { |
| 2960 | - content: "\ea65"; | |
| 1312 | + content: "\ea65"; | |
| 2961 | 1313 | } |
| 2962 | - | |
| 2963 | 1314 | .unicon-policy:before { |
| 2964 | - content: "\ea66"; | |
| 1315 | + content: "\ea66"; | |
| 2965 | 1316 | } |
| 2966 | - | |
| 2967 | 1317 | .unicon-popup:before { |
| 2968 | - content: "\ea67"; | |
| 1318 | + content: "\ea67"; | |
| 2969 | 1319 | } |
| 2970 | - | |
| 2971 | 1320 | .unicon-portfolio:before { |
| 2972 | - content: "\ea68"; | |
| 1321 | + content: "\ea68"; | |
| 2973 | 1322 | } |
| 2974 | - | |
| 2975 | 1323 | .unicon-power:before { |
| 2976 | - content: "\ea69"; | |
| 1324 | + content: "\ea69"; | |
| 2977 | 1325 | } |
| 2978 | - | |
| 2979 | 1326 | .unicon-presentation-file:before { |
| 2980 | - content: "\ea6a"; | |
| 1327 | + content: "\ea6a"; | |
| 2981 | 1328 | } |
| 2982 | - | |
| 2983 | 1329 | .unicon-printer:before { |
| 2984 | - content: "\ea6b"; | |
| 1330 | + content: "\ea6b"; | |
| 2985 | 1331 | } |
| 2986 | - | |
| 2987 | 1332 | .unicon-product:before { |
| 2988 | - content: "\ea6c"; | |
| 1333 | + content: "\ea6c"; | |
| 2989 | 1334 | } |
| 2990 | - | |
| 2991 | 1335 | .unicon-progress-bar:before { |
| 2992 | - content: "\ea6d"; | |
| 1336 | + content: "\ea6d"; | |
| 2993 | 1337 | } |
| 2994 | - | |
| 2995 | 1338 | .unicon-purchase:before { |
| 2996 | - content: "\ea6e"; | |
| 1339 | + content: "\ea6e"; | |
| 2997 | 1340 | } |
| 2998 | - | |
| 2999 | 1341 | .unicon-query:before { |
| 3000 | - content: "\ea6f"; | |
| 1342 | + content: "\ea6f"; | |
| 3001 | 1343 | } |
| 3002 | - | |
| 3003 | 1344 | .unicon-quotes:before { |
| 3004 | - content: "\ea70"; | |
| 1345 | + content: "\ea70"; | |
| 3005 | 1346 | } |
| 3006 | - | |
| 3007 | 1347 | .unicon-radio-button-checked:before { |
| 3008 | - content: "\ea71"; | |
| 1348 | + content: "\ea71"; | |
| 3009 | 1349 | } |
| 3010 | - | |
| 3011 | 1350 | .unicon-radio-button:before { |
| 3012 | - content: "\ea72"; | |
| 1351 | + content: "\ea72"; | |
| 3013 | 1352 | } |
| 3014 | - | |
| 3015 | 1353 | .unicon-rain-drop:before { |
| 3016 | - content: "\ea73"; | |
| 1354 | + content: "\ea73"; | |
| 3017 | 1355 | } |
| 3018 | - | |
| 3019 | 1356 | .unicon-receipt:before { |
| 3020 | - content: "\ea74"; | |
| 1357 | + content: "\ea74"; | |
| 3021 | 1358 | } |
| 3022 | - | |
| 3023 | 1359 | .unicon-recently-viewed:before { |
| 3024 | - content: "\ea75"; | |
| 1360 | + content: "\ea75"; | |
| 3025 | 1361 | } |
| 3026 | - | |
| 3027 | 1362 | .unicon-recommend:before { |
| 3028 | - content: "\ea76"; | |
| 1363 | + content: "\ea76"; | |
| 3029 | 1364 | } |
| 3030 | - | |
| 3031 | 1365 | .unicon-recording-filled-alt:before { |
| 3032 | - content: "\ea77"; | |
| 1366 | + content: "\ea77"; | |
| 3033 | 1367 | } |
| 3034 | - | |
| 3035 | 1368 | .unicon-recording-filled:before { |
| 3036 | - content: "\ea78"; | |
| 1369 | + content: "\ea78"; | |
| 3037 | 1370 | } |
| 3038 | - | |
| 3039 | 1371 | .unicon-recording:before { |
| 3040 | - content: "\ea79"; | |
| 1372 | + content: "\ea79"; | |
| 3041 | 1373 | } |
| 3042 | - | |
| 3043 | 1374 | .unicon-redo:before { |
| 3044 | - content: "\ea7a"; | |
| 1375 | + content: "\ea7a"; | |
| 3045 | 1376 | } |
| 3046 | - | |
| 3047 | 1377 | .unicon-registration:before { |
| 3048 | - content: "\ea7b"; | |
| 1378 | + content: "\ea7b"; | |
| 3049 | 1379 | } |
| 3050 | - | |
| 3051 | 1380 | .unicon-reminder:before { |
| 3052 | - content: "\ea7c"; | |
| 1381 | + content: "\ea7c"; | |
| 3053 | 1382 | } |
| 3054 | - | |
| 3055 | 1383 | .unicon-renew:before { |
| 3056 | - content: "\ea7d"; | |
| 1384 | + content: "\ea7d"; | |
| 3057 | 1385 | } |
| 3058 | - | |
| 3059 | 1386 | .unicon-repeat:before { |
| 3060 | - content: "\ea7e"; | |
| 1387 | + content: "\ea7e"; | |
| 3061 | 1388 | } |
| 3062 | - | |
| 3063 | 1389 | .unicon-reply-all:before { |
| 3064 | - content: "\ea7f"; | |
| 1390 | + content: "\ea7f"; | |
| 3065 | 1391 | } |
| 3066 | - | |
| 3067 | 1392 | .unicon-reply:before { |
| 3068 | - content: "\ea80"; | |
| 1393 | + content: "\ea80"; | |
| 3069 | 1394 | } |
| 3070 | - | |
| 3071 | 1395 | .unicon-report-data:before { |
| 3072 | - content: "\ea81"; | |
| 1396 | + content: "\ea81"; | |
| 3073 | 1397 | } |
| 3074 | - | |
| 3075 | 1398 | .unicon-report:before { |
| 3076 | - content: "\ea82"; | |
| 1399 | + content: "\ea82"; | |
| 3077 | 1400 | } |
| 3078 | - | |
| 3079 | 1401 | .unicon-request-quote:before { |
| 3080 | - content: "\ea83"; | |
| 1402 | + content: "\ea83"; | |
| 3081 | 1403 | } |
| 3082 | - | |
| 3083 | 1404 | .unicon-reset-alt:before { |
| 3084 | - content: "\ea84"; | |
| 1405 | + content: "\ea84"; | |
| 3085 | 1406 | } |
| 3086 | - | |
| 3087 | 1407 | .unicon-reset:before { |
| 3088 | - content: "\ea85"; | |
| 1408 | + content: "\ea85"; | |
| 3089 | 1409 | } |
| 3090 | - | |
| 3091 | 1410 | .unicon-restart:before { |
| 3092 | - content: "\ea86"; | |
| 1411 | + content: "\ea86"; | |
| 3093 | 1412 | } |
| 3094 | - | |
| 3095 | 1413 | .unicon-result:before { |
| 3096 | - content: "\ea87"; | |
| 1414 | + content: "\ea87"; | |
| 3097 | 1415 | } |
| 3098 | - | |
| 3099 | 1416 | .unicon-roadmap:before { |
| 3100 | - content: "\ea88"; | |
| 1417 | + content: "\ea88"; | |
| 3101 | 1418 | } |
| 3102 | - | |
| 3103 | 1419 | .unicon-rocket:before { |
| 3104 | - content: "\ea89"; | |
| 1420 | + content: "\ea89"; | |
| 3105 | 1421 | } |
| 3106 | - | |
| 3107 | 1422 | .unicon-rotate-180:before { |
| 3108 | - content: "\ea8a"; | |
| 1423 | + content: "\ea8a"; | |
| 3109 | 1424 | } |
| 3110 | - | |
| 3111 | 1425 | .unicon-rotate-360:before { |
| 3112 | - content: "\ea8b"; | |
| 1426 | + content: "\ea8b"; | |
| 3113 | 1427 | } |
| 3114 | - | |
| 3115 | 1428 | .unicon-row:before { |
| 3116 | - content: "\ea8c"; | |
| 1429 | + content: "\ea8c"; | |
| 3117 | 1430 | } |
| 3118 | - | |
| 3119 | 1431 | .unicon-rss:before { |
| 3120 | - content: "\ea8d"; | |
| 1432 | + content: "\ea8d"; | |
| 3121 | 1433 | } |
| 3122 | - | |
| 3123 | 1434 | .unicon-rule:before { |
| 3124 | - content: "\ea8e"; | |
| 1435 | + content: "\ea8e"; | |
| 3125 | 1436 | } |
| 3126 | - | |
| 3127 | 1437 | .unicon-ruler-alt:before { |
| 3128 | - content: "\ea8f"; | |
| 1438 | + content: "\ea8f"; | |
| 3129 | 1439 | } |
| 3130 | - | |
| 3131 | 1440 | .unicon-ruler:before { |
| 3132 | - content: "\ea90"; | |
| 1441 | + content: "\ea90"; | |
| 3133 | 1442 | } |
| 3134 | - | |
| 3135 | 1443 | .unicon-run:before { |
| 3136 | - content: "\ea91"; | |
| 1444 | + content: "\ea91"; | |
| 3137 | 1445 | } |
| 3138 | - | |
| 3139 | 1446 | .unicon-save:before { |
| 3140 | - content: "\ea92"; | |
| 1447 | + content: "\ea92"; | |
| 3141 | 1448 | } |
| 3142 | - | |
| 3143 | 1449 | .unicon-scale:before { |
| 3144 | - content: "\ea93"; | |
| 1450 | + content: "\ea93"; | |
| 3145 | 1451 | } |
| 3146 | - | |
| 3147 | 1452 | .unicon-scales:before { |
| 3148 | - content: "\ea94"; | |
| 1453 | + content: "\ea94"; | |
| 3149 | 1454 | } |
| 3150 | - | |
| 3151 | 1455 | .unicon-scalpel-cursor:before { |
| 3152 | - content: "\ea95"; | |
| 1456 | + content: "\ea95"; | |
| 3153 | 1457 | } |
| 3154 | - | |
| 3155 | 1458 | .unicon-scalpel-lasso:before { |
| 3156 | - content: "\ea96"; | |
| 1459 | + content: "\ea96"; | |
| 3157 | 1460 | } |
| 3158 | - | |
| 3159 | 1461 | .unicon-scalpel:before { |
| 3160 | - content: "\ea97"; | |
| 1462 | + content: "\ea97"; | |
| 3161 | 1463 | } |
| 3162 | - | |
| 3163 | 1464 | .unicon-scan:before { |
| 3164 | - content: "\ea98"; | |
| 1465 | + content: "\ea98"; | |
| 3165 | 1466 | } |
| 3166 | - | |
| 3167 | 1467 | .unicon-screen:before { |
| 3168 | - content: "\ea99"; | |
| 1468 | + content: "\ea99"; | |
| 3169 | 1469 | } |
| 3170 | - | |
| 3171 | 1470 | .unicon-script:before { |
| 3172 | - content: "\ea9a"; | |
| 1471 | + content: "\ea9a"; | |
| 3173 | 1472 | } |
| 3174 | - | |
| 3175 | 1473 | .unicon-search-locate:before { |
| 3176 | - content: "\ea9b"; | |
| 1474 | + content: "\ea9b"; | |
| 3177 | 1475 | } |
| 3178 | - | |
| 3179 | 1476 | .unicon-search:before { |
| 3180 | - content: "\ea9c"; | |
| 1477 | + content: "\ea9c"; | |
| 3181 | 1478 | } |
| 3182 | - | |
| 3183 | 1479 | .unicon-security:before { |
| 3184 | - content: "\ea9d"; | |
| 1480 | + content: "\ea9d"; | |
| 3185 | 1481 | } |
| 3186 | - | |
| 3187 | 1482 | .unicon-select-01:before { |
| 3188 | - content: "\ea9e"; | |
| 1483 | + content: "\ea9e"; | |
| 3189 | 1484 | } |
| 3190 | - | |
| 3191 | 1485 | .unicon-select-02:before { |
| 3192 | - content: "\ea9f"; | |
| 1486 | + content: "\ea9f"; | |
| 3193 | 1487 | } |
| 3194 | - | |
| 3195 | 1488 | .unicon-select-window:before { |
| 3196 | - content: "\eaa0"; | |
| 1489 | + content: "\eaa0"; | |
| 3197 | 1490 | } |
| 3198 | - | |
| 3199 | 1491 | .unicon-send-alt-filled:before { |
| 3200 | - content: "\eaa1"; | |
| 1492 | + content: "\eaa1"; | |
| 3201 | 1493 | } |
| 3202 | - | |
| 3203 | 1494 | .unicon-send-alt:before { |
| 3204 | - content: "\eaa2"; | |
| 1495 | + content: "\eaa2"; | |
| 3205 | 1496 | } |
| 3206 | - | |
| 3207 | 1497 | .unicon-send-filled:before { |
| 3208 | - content: "\eaa3"; | |
| 1498 | + content: "\eaa3"; | |
| 3209 | 1499 | } |
| 3210 | - | |
| 3211 | 1500 | .unicon-send-to-back:before { |
| 3212 | - content: "\eaa4"; | |
| 1501 | + content: "\eaa4"; | |
| 3213 | 1502 | } |
| 3214 | - | |
| 3215 | 1503 | .unicon-send:before { |
| 3216 | - content: "\eaa5"; | |
| 1504 | + content: "\eaa5"; | |
| 3217 | 1505 | } |
| 3218 | - | |
| 3219 | 1506 | .unicon-server-time:before { |
| 3220 | - content: "\eaa6"; | |
| 1507 | + content: "\eaa6"; | |
| 3221 | 1508 | } |
| 3222 | - | |
| 3223 | 1509 | .unicon-settings-adjust:before { |
| 3224 | - content: "\eaa7"; | |
| 1510 | + content: "\eaa7"; | |
| 3225 | 1511 | } |
| 3226 | - | |
| 3227 | 1512 | .unicon-settings:before { |
| 3228 | - content: "\eaa8"; | |
| 1513 | + content: "\eaa8"; | |
| 3229 | 1514 | } |
| 3230 | - | |
| 3231 | 1515 | .unicon-shape-except:before { |
| 3232 | - content: "\eaa9"; | |
| 1516 | + content: "\eaa9"; | |
| 3233 | 1517 | } |
| 3234 | - | |
| 3235 | 1518 | .unicon-share:before { |
| 3236 | - content: "\eaaa"; | |
| 1519 | + content: "\eaaa"; | |
| 3237 | 1520 | } |
| 3238 | - | |
| 3239 | 1521 | .unicon-shopping-bag:before { |
| 3240 | - content: "\eaab"; | |
| 1522 | + content: "\eaab"; | |
| 3241 | 1523 | } |
| 3242 | - | |
| 3243 | 1524 | .unicon-shopping-cart:before { |
| 3244 | - content: "\eaac"; | |
| 1525 | + content: "\eaac"; | |
| 3245 | 1526 | } |
| 3246 | - | |
| 3247 | 1527 | .unicon-shopping-catalog:before { |
| 3248 | - content: "\eaad"; | |
| 1528 | + content: "\eaad"; | |
| 3249 | 1529 | } |
| 3250 | - | |
| 3251 | 1530 | .unicon-shrink-screen:before { |
| 3252 | - content: "\eaae"; | |
| 1531 | + content: "\eaae"; | |
| 3253 | 1532 | } |
| 3254 | - | |
| 3255 | 1533 | .unicon-shuffle:before { |
| 3256 | - content: "\eaaf"; | |
| 1534 | + content: "\eaaf"; | |
| 3257 | 1535 | } |
| 3258 | - | |
| 3259 | 1536 | .unicon-signal-strength:before { |
| 3260 | - content: "\eab0"; | |
| 1537 | + content: "\eab0"; | |
| 3261 | 1538 | } |
| 3262 | - | |
| 3263 | 1539 | .unicon-skill-level:before { |
| 3264 | - content: "\eab1"; | |
| 1540 | + content: "\eab1"; | |
| 3265 | 1541 | } |
| 3266 | - | |
| 3267 | 1542 | .unicon-smoothing-cursor:before { |
| 3268 | - content: "\eab2"; | |
| 1543 | + content: "\eab2"; | |
| 3269 | 1544 | } |
| 3270 | - | |
| 3271 | 1545 | .unicon-smoothing:before { |
| 3272 | - content: "\eab3"; | |
| 1546 | + content: "\eab3"; | |
| 3273 | 1547 | } |
| 3274 | - | |
| 3275 | 1548 | .unicon-soccer:before { |
| 3276 | - content: "\eab4"; | |
| 1549 | + content: "\eab4"; | |
| 3277 | 1550 | } |
| 3278 | - | |
| 3279 | 1551 | .unicon-software:before { |
| 3280 | - content: "\eab5"; | |
| 1552 | + content: "\eab5"; | |
| 3281 | 1553 | } |
| 3282 | - | |
| 3283 | 1554 | .unicon-spell-check:before { |
| 3284 | - content: "\eab6"; | |
| 1555 | + content: "\eab6"; | |
| 3285 | 1556 | } |
| 3286 | - | |
| 3287 | 1557 | .unicon-split-discard:before { |
| 3288 | - content: "\eab7"; | |
| 1558 | + content: "\eab7"; | |
| 3289 | 1559 | } |
| 3290 | - | |
| 3291 | 1560 | .unicon-split-screen:before { |
| 3292 | - content: "\eab8"; | |
| 1561 | + content: "\eab8"; | |
| 3293 | 1562 | } |
| 3294 | - | |
| 3295 | 1563 | .unicon-split:before { |
| 3296 | - content: "\eab9"; | |
| 1564 | + content: "\eab9"; | |
| 3297 | 1565 | } |
| 3298 | - | |
| 3299 | 1566 | .unicon-spray-paint:before { |
| 3300 | - content: "\eaba"; | |
| 1567 | + content: "\eaba"; | |
| 3301 | 1568 | } |
| 3302 | - | |
| 3303 | 1569 | .unicon-stacked-scrolling-1:before { |
| 3304 | - content: "\eabb"; | |
| 1570 | + content: "\eabb"; | |
| 3305 | 1571 | } |
| 3306 | - | |
| 3307 | 1572 | .unicon-stamp:before { |
| 3308 | - content: "\eabc"; | |
| 1573 | + content: "\eabc"; | |
| 3309 | 1574 | } |
| 3310 | - | |
| 3311 | 1575 | .unicon-star-filled:before { |
| 3312 | - content: "\eabd"; | |
| 1576 | + content: "\eabd"; | |
| 3313 | 1577 | } |
| 3314 | - | |
| 3315 | 1578 | .unicon-star:before { |
| 3316 | - content: "\eabe"; | |
| 1579 | + content: "\eabe"; | |
| 3317 | 1580 | } |
| 3318 | - | |
| 3319 | 1581 | .unicon-stay-inside:before { |
| 3320 | - content: "\eabf"; | |
| 1582 | + content: "\eabf"; | |
| 3321 | 1583 | } |
| 3322 | - | |
| 3323 | 1584 | .unicon-stop-filled-alt:before { |
| 3324 | - content: "\eac0"; | |
| 1585 | + content: "\eac0"; | |
| 3325 | 1586 | } |
| 3326 | - | |
| 3327 | 1587 | .unicon-stop:before { |
| 3328 | - content: "\eac1"; | |
| 1588 | + content: "\eac1"; | |
| 3329 | 1589 | } |
| 3330 | - | |
| 3331 | 1590 | .unicon-store:before { |
| 3332 | - content: "\eac2"; | |
| 1591 | + content: "\eac2"; | |
| 3333 | 1592 | } |
| 3334 | - | |
| 3335 | 1593 | .unicon-string-integer:before { |
| 3336 | - content: "\eac3"; | |
| 1594 | + content: "\eac3"; | |
| 3337 | 1595 | } |
| 3338 | - | |
| 3339 | 1596 | .unicon-string-text:before { |
| 3340 | - content: "\eac4"; | |
| 1597 | + content: "\eac4"; | |
| 3341 | 1598 | } |
| 3342 | - | |
| 3343 | 1599 | .unicon-sub-volume:before { |
| 3344 | - content: "\eac5"; | |
| 1600 | + content: "\eac5"; | |
| 3345 | 1601 | } |
| 3346 | - | |
| 3347 | 1602 | .unicon-subtract-alt:before { |
| 3348 | - content: "\eac6"; | |
| 1603 | + content: "\eac6"; | |
| 3349 | 1604 | } |
| 3350 | - | |
| 3351 | 1605 | .unicon-subtract:before { |
| 3352 | - content: "\eac7"; | |
| 1606 | + content: "\eac7"; | |
| 3353 | 1607 | } |
| 3354 | - | |
| 3355 | 1608 | .unicon-table:before { |
| 3356 | - content: "\eac8"; | |
| 1609 | + content: "\eac8"; | |
| 3357 | 1610 | } |
| 3358 | - | |
| 3359 | 1611 | .unicon-tablet:before { |
| 3360 | - content: "\eac9"; | |
| 1612 | + content: "\eac9"; | |
| 3361 | 1613 | } |
| 3362 | - | |
| 3363 | 1614 | .unicon-tag-group:before { |
| 3364 | - content: "\eaca"; | |
| 1615 | + content: "\eaca"; | |
| 3365 | 1616 | } |
| 3366 | - | |
| 3367 | 1617 | .unicon-tag:before { |
| 3368 | - content: "\eacb"; | |
| 1618 | + content: "\eacb"; | |
| 3369 | 1619 | } |
| 3370 | - | |
| 3371 | 1620 | .unicon-task-add:before { |
| 3372 | - content: "\eacc"; | |
| 1621 | + content: "\eacc"; | |
| 3373 | 1622 | } |
| 3374 | - | |
| 3375 | 1623 | .unicon-task-approved:before { |
| 3376 | - content: "\eacd"; | |
| 1624 | + content: "\eacd"; | |
| 3377 | 1625 | } |
| 3378 | - | |
| 3379 | 1626 | .unicon-task-view:before { |
| 3380 | - content: "\eace"; | |
| 1627 | + content: "\eace"; | |
| 3381 | 1628 | } |
| 3382 | - | |
| 3383 | 1629 | .unicon-task:before { |
| 3384 | - content: "\eacf"; | |
| 1630 | + content: "\eacf"; | |
| 3385 | 1631 | } |
| 3386 | - | |
| 3387 | 1632 | .unicon-template:before { |
| 3388 | - content: "\ead0"; | |
| 1633 | + content: "\ead0"; | |
| 3389 | 1634 | } |
| 3390 | - | |
| 3391 | 1635 | .unicon-term:before { |
| 3392 | - content: "\ead1"; | |
| 1636 | + content: "\ead1"; | |
| 3393 | 1637 | } |
| 3394 | - | |
| 3395 | 1638 | .unicon-terminal:before { |
| 3396 | - content: "\ead2"; | |
| 1639 | + content: "\ead2"; | |
| 3397 | 1640 | } |
| 3398 | - | |
| 3399 | 1641 | .unicon-text-annotation-toggle:before { |
| 3400 | - content: "\ead3"; | |
| 1642 | + content: "\ead3"; | |
| 3401 | 1643 | } |
| 3402 | - | |
| 3403 | 1644 | .unicon-text-bold:before { |
| 3404 | - content: "\ead4"; | |
| 1645 | + content: "\ead4"; | |
| 3405 | 1646 | } |
| 3406 | - | |
| 3407 | 1647 | .unicon-text-color:before { |
| 3408 | - content: "\ead5"; | |
| 1648 | + content: "\ead5"; | |
| 3409 | 1649 | } |
| 3410 | - | |
| 3411 | 1650 | .unicon-text-creation:before { |
| 3412 | - content: "\ead6"; | |
| 1651 | + content: "\ead6"; | |
| 3413 | 1652 | } |
| 3414 | - | |
| 3415 | 1653 | .unicon-text-fill:before { |
| 3416 | - content: "\ead7"; | |
| 1654 | + content: "\ead7"; | |
| 3417 | 1655 | } |
| 3418 | - | |
| 3419 | 1656 | .unicon-text-font:before { |
| 3420 | - content: "\ead8"; | |
| 1657 | + content: "\ead8"; | |
| 3421 | 1658 | } |
| 3422 | - | |
| 3423 | 1659 | .unicon-text-line-spacing:before { |
| 3424 | - content: "\ead9"; | |
| 1660 | + content: "\ead9"; | |
| 3425 | 1661 | } |
| 3426 | - | |
| 3427 | 1662 | .unicon-text-mining-applier:before { |
| 3428 | - content: "\eada"; | |
| 1663 | + content: "\eada"; | |
| 3429 | 1664 | } |
| 3430 | - | |
| 3431 | 1665 | .unicon-text-mining:before { |
| 3432 | - content: "\eadb"; | |
| 1666 | + content: "\eadb"; | |
| 3433 | 1667 | } |
| 3434 | - | |
| 3435 | 1668 | .unicon-text-underline:before { |
| 3436 | - content: "\eadc"; | |
| 1669 | + content: "\eadc"; | |
| 3437 | 1670 | } |
| 3438 | - | |
| 3439 | 1671 | .unicon-theater:before { |
| 3440 | - content: "\eadd"; | |
| 1672 | + content: "\eadd"; | |
| 3441 | 1673 | } |
| 3442 | - | |
| 3443 | 1674 | .unicon-thumbnail-1:before { |
| 3444 | - content: "\eade"; | |
| 1675 | + content: "\eade"; | |
| 3445 | 1676 | } |
| 3446 | - | |
| 3447 | 1677 | .unicon-thumbnail-2:before { |
| 3448 | - content: "\eadf"; | |
| 1678 | + content: "\eadf"; | |
| 3449 | 1679 | } |
| 3450 | - | |
| 3451 | 1680 | .unicon-thumbs-down:before { |
| 3452 | - content: "\eae0"; | |
| 1681 | + content: "\eae0"; | |
| 3453 | 1682 | } |
| 3454 | - | |
| 3455 | 1683 | .unicon-thumbs-up:before { |
| 3456 | - content: "\eae1"; | |
| 1684 | + content: "\eae1"; | |
| 3457 | 1685 | } |
| 3458 | - | |
| 3459 | 1686 | .unicon-ticket:before { |
| 3460 | - content: "\eae2"; | |
| 1687 | + content: "\eae2"; | |
| 3461 | 1688 | } |
| 3462 | - | |
| 3463 | 1689 | .unicon-time:before { |
| 3464 | - content: "\eae3"; | |
| 1690 | + content: "\eae3"; | |
| 3465 | 1691 | } |
| 3466 | - | |
| 3467 | 1692 | .unicon-tool-box:before { |
| 3468 | - content: "\eae4"; | |
| 1693 | + content: "\eae4"; | |
| 3469 | 1694 | } |
| 3470 | - | |
| 3471 | 1695 | .unicon-tools-alt:before { |
| 3472 | - content: "\eae5"; | |
| 1696 | + content: "\eae5"; | |
| 3473 | 1697 | } |
| 3474 | - | |
| 3475 | 1698 | .unicon-tools:before { |
| 3476 | - content: "\eae6"; | |
| 1699 | + content: "\eae6"; | |
| 3477 | 1700 | } |
| 3478 | - | |
| 3479 | 1701 | .unicon-touch-1:before { |
| 3480 | - content: "\eae7"; | |
| 1702 | + content: "\eae7"; | |
| 3481 | 1703 | } |
| 3482 | - | |
| 3483 | 1704 | .unicon-touch-interaction:before { |
| 3484 | - content: "\eae8"; | |
| 1705 | + content: "\eae8"; | |
| 3485 | 1706 | } |
| 3486 | - | |
| 3487 | 1707 | .unicon-translate:before { |
| 3488 | - content: "\eae9"; | |
| 1708 | + content: "\eae9"; | |
| 3489 | 1709 | } |
| 3490 | - | |
| 3491 | 1710 | .unicon-trash-can:before { |
| 3492 | - content: "\eaea"; | |
| 1711 | + content: "\eaea"; | |
| 3493 | 1712 | } |
| 3494 | - | |
| 3495 | 1713 | .unicon-trophy:before { |
| 3496 | - content: "\eaeb"; | |
| 1714 | + content: "\eaeb"; | |
| 3497 | 1715 | } |
| 3498 | - | |
| 3499 | 1716 | .unicon-types:before { |
| 3500 | - content: "\eaec"; | |
| 1717 | + content: "\eaec"; | |
| 3501 | 1718 | } |
| 3502 | - | |
| 3503 | 1719 | .unicon-umbrella:before { |
| 3504 | - content: "\eaed"; | |
| 1720 | + content: "\eaed"; | |
| 3505 | 1721 | } |
| 3506 | - | |
| 3507 | 1722 | .unicon-unlink:before { |
| 3508 | - content: "\eaee"; | |
| 1723 | + content: "\eaee"; | |
| 3509 | 1724 | } |
| 3510 | - | |
| 3511 | 1725 | .unicon-unlocked:before { |
| 3512 | - content: "\eaef"; | |
| 1726 | + content: "\eaef"; | |
| 3513 | 1727 | } |
| 3514 | - | |
| 3515 | 1728 | .unicon-upload:before { |
| 3516 | - content: "\eaf0"; | |
| 1729 | + content: "\eaf0"; | |
| 3517 | 1730 | } |
| 3518 | - | |
| 3519 | 1731 | .unicon-user-avatar-filled-alt:before { |
| 3520 | - content: "\eaf1"; | |
| 1732 | + content: "\eaf1"; | |
| 3521 | 1733 | } |
| 3522 | - | |
| 3523 | 1734 | .unicon-user-avatar-filled:before { |
| 3524 | - content: "\eaf2"; | |
| 1735 | + content: "\eaf2"; | |
| 3525 | 1736 | } |
| 3526 | - | |
| 3527 | 1737 | .unicon-user-avatar:before { |
| 3528 | - content: "\eaf3"; | |
| 1738 | + content: "\eaf3"; | |
| 3529 | 1739 | } |
| 3530 | - | |
| 3531 | 1740 | .unicon-user-multiple:before { |
| 3532 | - content: "\eaf4"; | |
| 1741 | + content: "\eaf4"; | |
| 3533 | 1742 | } |
| 3534 | - | |
| 3535 | 1743 | .unicon-user:before { |
| 3536 | - content: "\eaf5"; | |
| 1744 | + content: "\eaf5"; | |
| 3537 | 1745 | } |
| 3538 | - | |
| 3539 | 1746 | .unicon-uv-index:before { |
| 3540 | - content: "\eaf6"; | |
| 1747 | + content: "\eaf6"; | |
| 3541 | 1748 | } |
| 3542 | - | |
| 3543 | 1749 | .unicon-video-add:before { |
| 3544 | - content: "\eaf7"; | |
| 1750 | + content: "\eaf7"; | |
| 3545 | 1751 | } |
| 3546 | - | |
| 3547 | 1752 | .unicon-video-chat:before { |
| 3548 | - content: "\eaf8"; | |
| 1753 | + content: "\eaf8"; | |
| 3549 | 1754 | } |
| 3550 | - | |
| 3551 | 1755 | .unicon-video:before { |
| 3552 | - content: "\eaf9"; | |
| 1756 | + content: "\eaf9"; | |
| 3553 | 1757 | } |
| 3554 | - | |
| 3555 | 1758 | .unicon-view-filled:before { |
| 3556 | - content: "\eafa"; | |
| 1759 | + content: "\eafa"; | |
| 3557 | 1760 | } |
| 3558 | - | |
| 3559 | 1761 | .unicon-view-mode-1:before { |
| 3560 | - content: "\eafb"; | |
| 1762 | + content: "\eafb"; | |
| 3561 | 1763 | } |
| 3562 | - | |
| 3563 | 1764 | .unicon-view-mode-2:before { |
| 3564 | - content: "\eafc"; | |
| 1765 | + content: "\eafc"; | |
| 3565 | 1766 | } |
| 3566 | - | |
| 3567 | 1767 | .unicon-view-next:before { |
| 3568 | - content: "\eafd"; | |
| 1768 | + content: "\eafd"; | |
| 3569 | 1769 | } |
| 3570 | - | |
| 3571 | 1770 | .unicon-view-off:before { |
| 3572 | - content: "\eafe"; | |
| 1771 | + content: "\eafe"; | |
| 3573 | 1772 | } |
| 3574 | - | |
| 3575 | 1773 | .unicon-view:before { |
| 3576 | - content: "\eaff"; | |
| 1774 | + content: "\eaff"; | |
| 3577 | 1775 | } |
| 3578 | - | |
| 3579 | 1776 | .unicon-virtual-column-key:before { |
| 3580 | - content: "\eb00"; | |
| 1777 | + content: "\eb00"; | |
| 3581 | 1778 | } |
| 3582 | - | |
| 3583 | 1779 | .unicon-virtual-private-cloud-alt:before { |
| 3584 | - content: "\eb01"; | |
| 1780 | + content: "\eb01"; | |
| 3585 | 1781 | } |
| 3586 | - | |
| 3587 | 1782 | .unicon-visual-recognition:before { |
| 3588 | - content: "\eb02"; | |
| 1783 | + content: "\eb02"; | |
| 3589 | 1784 | } |
| 3590 | - | |
| 3591 | 1785 | .unicon-volume-block-storage:before { |
| 3592 | - content: "\eb03"; | |
| 1786 | + content: "\eb03"; | |
| 3593 | 1787 | } |
| 3594 | - | |
| 3595 | 1788 | .unicon-volume-up:before { |
| 3596 | - content: "\eb04"; | |
| 1789 | + content: "\eb04"; | |
| 3597 | 1790 | } |
| 3598 | - | |
| 3599 | 1791 | .unicon-wallet:before { |
| 3600 | - content: "\eb05"; | |
| 1792 | + content: "\eb05"; | |
| 3601 | 1793 | } |
| 3602 | - | |
| 3603 | 1794 | .unicon-warning-alt-filled:before { |
| 3604 | - content: "\eb06"; | |
| 1795 | + content: "\eb06"; | |
| 3605 | 1796 | } |
| 3606 | - | |
| 3607 | 1797 | .unicon-warning-alt:before { |
| 3608 | - content: "\eb07"; | |
| 1798 | + content: "\eb07"; | |
| 3609 | 1799 | } |
| 3610 | - | |
| 3611 | 1800 | .unicon-warning-filled:before { |
| 3612 | - content: "\eb08"; | |
| 1801 | + content: "\eb08"; | |
| 3613 | 1802 | } |
| 3614 | - | |
| 3615 | 1803 | .unicon-warning:before { |
| 3616 | - content: "\eb09"; | |
| 1804 | + content: "\eb09"; | |
| 3617 | 1805 | } |
| 3618 | - | |
| 3619 | 1806 | .unicon-wheat:before { |
| 3620 | - content: "\eb0a"; | |
| 1807 | + content: "\eb0a"; | |
| 3621 | 1808 | } |
| 3622 | - | |
| 3623 | 1809 | .unicon-wifi:before { |
| 3624 | - content: "\eb0b"; | |
| 1810 | + content: "\eb0b"; | |
| 3625 | 1811 | } |
| 3626 | - | |
| 3627 | 1812 | .unicon-wikis:before { |
| 3628 | - content: "\eb0c"; | |
| 1813 | + content: "\eb0c"; | |
| 3629 | 1814 | } |
| 3630 | - | |
| 3631 | 1815 | .unicon-word-cloud:before { |
| 3632 | - content: "\eb0d"; | |
| 1816 | + content: "\eb0d"; | |
| 3633 | 1817 | } |
| 3634 | - | |
| 3635 | 1818 | .unicon-workspace:before { |
| 3636 | - content: "\eb0e"; | |
| 1819 | + content: "\eb0e"; | |
| 3637 | 1820 | } |
| 3638 | - | |
| 3639 | 1821 | .unicon-zoom-area:before { |
| 3640 | - content: "\eb0f"; | |
| 1822 | + content: "\eb0f"; | |
| 3641 | 1823 | } |
| 3642 | - | |
| 3643 | 1824 | .unicon-zoom-in-area:before { |
| 3644 | - content: "\eb10"; | |
| 1825 | + content: "\eb10"; | |
| 3645 | 1826 | } |
| 3646 | - | |
| 3647 | 1827 | .unicon-zoom-in:before { |
| 3648 | - content: "\eb11"; | |
| 1828 | + content: "\eb11"; | |
| 3649 | 1829 | } |
| 3650 | - | |
| 3651 | 1830 | .unicon-zoom-out-area:before { |
| 3652 | - content: "\eb12"; | |
| 1831 | + content: "\eb12"; | |
| 3653 | 1832 | } |
| 3654 | - | |
| 3655 | 1833 | .unicon-zoom-out:before { |
| 3656 | - content: "\eb13"; | |
| 1834 | + content: "\eb13"; | |
| 3657 | 1835 | } |
| 3658 | - | |
| 3659 | 1836 | .unicon-zoom-reset:before { |
| 3660 | - content: "\eb14"; | |
| 1837 | + content: "\eb14"; | |
| 3661 | 1838 | } |
| 3662 | 1839 | |
| 1840 | +/* Progress Bar Styles for Easy Elements Slider */ | |
| 3663 | 1841 | .swiper-progressbar { |
| 3664 | - position: absolute; | |
| 3665 | - top: 0; | |
| 3666 | - left: 0; | |
| 3667 | - width: 100%; | |
| 3668 | - height: 4px; | |
| 3669 | - background: rgba(0, 0, 0, 0.1); | |
| 3670 | - z-index: 10; | |
| 3671 | - border-radius: 2px; | |
| 3672 | - overflow: hidden; | |
| 1842 | + position: absolute; | |
| 1843 | + top: 0; | |
| 1844 | + left: 0; | |
| 1845 | + width: 100%; | |
| 1846 | + height: 4px; | |
| 1847 | + background: rgba(0, 0, 0, 0.1); | |
| 1848 | + z-index: 10; | |
| 1849 | + border-radius: 2px; | |
| 1850 | + overflow: hidden; | |
| 3673 | 1851 | } |
| 3674 | 1852 | |
| 3675 | 1853 | .swiper-progressbar .swiper-progressbar-fill { |
| 3676 | - height: 100%; | |
| 3677 | - background: linear-gradient(90deg, #007cba, #005a87); | |
| 3678 | - width: 0%; | |
| 3679 | - transition: width 0.3s ease; | |
| 3680 | - border-radius: 2px; | |
| 3681 | - position: relative; | |
| 1854 | + height: 100%; | |
| 1855 | + background: linear-gradient(90deg, #007cba, #005a87); | |
| 1856 | + width: 0%; | |
| 1857 | + transition: width 0.3s ease; | |
| 1858 | + border-radius: 2px; | |
| 1859 | + position: relative; | |
| 3682 | 1860 | } |
| 3683 | 1861 | |
| 3684 | 1862 | .swiper-progressbar .swiper-progressbar-fill::after { |
| 3685 | - content: ""; | |
| 3686 | - position: absolute; | |
| 3687 | - top: 0; | |
| 3688 | - left: 0; | |
| 3689 | - right: 0; | |
| 3690 | - bottom: 0; | |
| 3691 | - background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); | |
| 3692 | - animation: progressbar-shine 2s infinite; | |
| 1863 | + content: ''; | |
| 1864 | + position: absolute; | |
| 1865 | + top: 0; | |
| 1866 | + left: 0; | |
| 1867 | + right: 0; | |
| 1868 | + bottom: 0; | |
| 1869 | + background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); | |
| 1870 | + animation: progressbar-shine 2s infinite; | |
| 3693 | 1871 | } |
| 3694 | 1872 | |
| 3695 | 1873 | @keyframes progressbar-shine { |
| 3696 | - 0% { | |
| 3697 | - transform: translateX(-100%); | |
| 3698 | - } | |
| 3699 | - 100% { | |
| 3700 | - transform: translateX(100%); | |
| 3701 | - } | |
| 1874 | + 0% { | |
| 1875 | + transform: translateX(-100%); | |
| 1876 | + } | |
| 1877 | + 100% { | |
| 1878 | + transform: translateX(100%); | |
| 1879 | + } | |
| 3702 | 1880 | } |
| 1881 | + | |
| 3703 | 1882 | /* Custom progress bar colors */ |
| 3704 | 1883 | .eel-all-slider .swiper-progressbar .swiper-progressbar-fill { |
| 3705 | - background: linear-gradient(90deg, #ff6b6b, #ee5a24); | |
| 1884 | + background: linear-gradient(90deg, #ff6b6b, #ee5a24); | |
| 3706 | 1885 | } |
| 3707 | 1886 | |
| 3708 | 1887 | /* Hover effect */ |
| 3709 | 1888 | .swiper-progressbar:hover .swiper-progressbar-fill { |
| 3710 | - background: linear-gradient(90deg, #005a87, #007cba); | |
| 3711 | - transform: scaleY(1.2); | |
| 3712 | - transition: all 0.3s ease; | |
| 1889 | + background: linear-gradient(90deg, #005a87, #007cba); | |
| 1890 | + transform: scaleY(1.2); | |
| 1891 | + transition: all 0.3s ease; | |
| 3713 | 1892 | } |
| 3714 | 1893 | |
| 3715 | 1894 | .eel-flip-img-scroll > .eel-advance-img-main-flip, |
| 3716 | 1895 | .eel-flip-img-scroll > .elementor-widget-container { |
| 3717 | - perspective: 1200px; | |
| 1896 | + perspective: 1200px; | |
| 3718 | 1897 | } |
| 3719 | 1898 | |
| 3720 | 1899 | .easy-img-cover .jarallax img { |
| 3721 | - width: 100% !important; | |
| 3722 | - -o-object-fit: cover !important; | |
| 3723 | - object-fit: cover !important; | |
| 1900 | + width: 100% !important; | |
| 1901 | + object-fit: cover ! important; | |
| 3724 | 1902 | } |
| 3725 | 1903 | |
| 3726 | 1904 | .eel-flip-img-scroll img { |
| 3727 | - width: auto; | |
| 3728 | - transform: rotateX(0deg); | |
| 3729 | - will-change: transform; | |
| 1905 | + width: auto; | |
| 1906 | + transform: rotateX(0deg); | |
| 1907 | + will-change: transform; | |
| 3730 | 1908 | } |
| 3731 | 1909 | |
| 3732 | 1910 | .eele-has-jarallax { |
| 3733 | - position: relative; | |
| 1911 | + position: relative; | |
| 3734 | 1912 | } |
| 3735 | 1913 | |
| 3736 | -.easy-enable-jarallax-yes { | |
| 3737 | - z-index: 1; | |
| 3738 | -} | |
| 3739 | - | |
| 3740 | 1914 | .eele-jarallax-bg { |
| 3741 | - position: absolute; | |
| 3742 | - inset: 0; | |
| 3743 | - width: 100%; | |
| 3744 | - height: 100%; | |
| 3745 | - z-index: -1; | |
| 3746 | - left: 0; | |
| 3747 | - right: 0; | |
| 3748 | - top: 0; | |
| 3749 | - bottom: 0; | |
| 1915 | + position: absolute; | |
| 1916 | + inset: 0; | |
| 1917 | + width: 100%; | |
| 1918 | + height: 100%; | |
| 1919 | + z-index: -1; | |
| 1920 | + left: 0; | |
| 1921 | + right: 0; | |
| 1922 | + top: 0; | |
| 1923 | + bottom: 0; | |
| 3750 | 1924 | } |
| 3751 | 1925 | |
| 3752 | -footer { | |
| 3753 | - overflow: hidden; | |
| 1926 | +footer{ | |
| 1927 | + overflow: hidden; | |
| 3754 | 1928 | } |
| 3755 | 1929 | |
| 3756 | 1930 | /************ All Css Important ************/ |
| 3757 | 1931 | .easyel-fixed-header .easy-site-header { |
| 3758 | - position: absolute; | |
| 3759 | - top: 0; | |
| 3760 | - width: 100%; | |
| 3761 | - z-index: 9999; | |
| 1932 | + position: absolute; | |
| 1933 | + top: 0; | |
| 1934 | + width: 100%; | |
| 1935 | + z-index: 999; | |
| 3762 | 1936 | } |
| 3763 | 1937 | |
| 3764 | 1938 | body.logged-in.easyel-fixed-header .easy-site-header { |
| 3765 | - top: 30px !important; | |
| 1939 | + top: 30px !important; | |
| 3766 | 1940 | } |
| 3767 | 1941 | |
| 3768 | -body:not([class*=elementor-page-]):not(.elementor-archive-template):not(.elementor-single-template) .easyel-content-container { | |
| 3769 | - max-width: 1336px; | |
| 3770 | - margin: 0 auto; | |
| 3771 | - padding: 0 15px; | |
| 3772 | - width: 100%; | |
| 3773 | -} | |
| 3774 | 1942 | |
| 3775 | -body.sticky-enabled-overlap { | |
| 3776 | - overflow-x: visible; | |
| 1943 | +body:not([class*="elementor-page-"]):not(.elementor-archive-template):not(.elementor-single-template) .easyel-content-container { | |
| 1944 | + max-width: 1336px; | |
| 1945 | + margin: 0 auto; | |
| 1946 | + padding: 0 15px; | |
| 3777 | 1947 | } |
| 3778 | 1948 | |
| 3779 | -.easy-site-header ul.sub-menu { | |
| 3780 | - margin: 0; | |
| 3781 | -} | |
| 3782 | 1949 | |
| 3783 | -.jarallax-img { | |
| 3784 | - will-change: transform; | |
| 3785 | - transform: translate3d(0, 0, 0); | |
| 1950 | +body.sticky-enabled-overlap{ | |
| 1951 | + overflow-x: visible; | |
| 3786 | 1952 | } |
| 3787 | 1953 | |
| 3788 | 1954 | @media screen and (max-width: 1024px) { |
| 3789 | - body.sticky-enabled-overlap { | |
| 3790 | - overflow-x: hidden; | |
| 3791 | - } | |
| 3792 | - body { | |
| 3793 | - overflow-x: hidden; | |
| 3794 | - } | |
| 3795 | - .easyel-fixed-header .easy-site-header { | |
| 3796 | - z-index: 999999; | |
| 3797 | - } | |
| 1955 | + body.sticky-enabled-overlap{ | |
| 1956 | + overflow-x: hidden; | |
| 1957 | + } | |
| 1958 | + body{ | |
| 1959 | + overflow-x: hidden; | |
| 1960 | + } | |
| 3798 | 1961 | } |
| 3799 | -.easyel-toggle-button-table svg { | |
| 3800 | - width: 16px; | |
| 3801 | - height: 16px; | |
| 3802 | -} | |
| 3803 | 1962 | |
| 1963 | + | |
| 1964 | + | |
| 3804 | 1965 | /* Overlay */ |
| 3805 | 1966 | .entro-all-video-popup-wrap { |
| 3806 | - position: fixed; | |
| 3807 | - top: 0; | |
| 3808 | - right: 0; | |
| 3809 | - bottom: 0; | |
| 3810 | - left: 0; | |
| 3811 | - display: none; | |
| 3812 | - align-items: center; | |
| 3813 | - justify-content: center; | |
| 3814 | - background: rgba(0, 0, 0, 0.85); | |
| 3815 | - z-index: 999999; /* higher to beat theme overlays */ | |
| 3816 | - padding: 20px; | |
| 1967 | + position: fixed; | |
| 1968 | + top: 0; | |
| 1969 | + right: 0; | |
| 1970 | + bottom: 0; | |
| 1971 | + left: 0; | |
| 1972 | + display: none; | |
| 1973 | + align-items: center; | |
| 1974 | + justify-content: center; | |
| 1975 | + background: rgba(0,0,0,0.85); | |
| 1976 | + z-index: 999999; /* higher to beat theme overlays */ | |
| 1977 | + padding: 20px; | |
| 1978 | + } | |
| 1979 | + .entro-all-video-popup-wrap.active { | |
| 1980 | + display: flex; /* show when active */ | |
| 1981 | + } | |
| 1982 | + | |
| 1983 | + /* Dialog */ | |
| 1984 | + .entro-all-video-popup-inner { | |
| 1985 | + width: 100%; | |
| 1986 | + max-width: 900px; /* fallback for min() */ | |
| 1987 | + position: relative; | |
| 1988 | + } | |
| 1989 | + | |
| 1990 | + /* Close button */ | |
| 1991 | + .entro-all-video-popup-close { | |
| 1992 | + position: absolute; | |
| 1993 | + top: -50px; /* sits above the frame */ | |
| 1994 | + right: 0; | |
| 1995 | + font-size: 32px; | |
| 1996 | + background: none; | |
| 1997 | + border: 0; | |
| 1998 | + color: #fff; | |
| 1999 | + cursor: pointer; | |
| 2000 | + line-height: 1; | |
| 2001 | + } | |
| 2002 | + | |
| 2003 | + /* 16:9 responsive frame area */ | |
| 2004 | + .entro-all-video-popup-iframe-wrapper { | |
| 2005 | + position: relative; | |
| 2006 | + width: 100%; | |
| 2007 | + padding-top: 56.25%; /* 16:9 aspect ratio */ | |
| 2008 | + } | |
| 2009 | + | |
| 2010 | + /* Media fills the frame */ | |
| 2011 | + .entro-all-video-popup-iframe-wrapper iframe, | |
| 2012 | + .entro-all-video-popup-iframe-wrapper video { | |
| 2013 | + position: absolute; | |
| 2014 | + top: 0; left: 0; /* inset fallback */ | |
| 2015 | + width: 100%; | |
| 2016 | + height: 100%; | |
| 2017 | + border: 0; | |
| 2018 | + display: block; | |
| 3817 | 2019 | } |
| 3818 | 2020 | |
| 3819 | -.entro-all-video-popup-wrap.active { | |
| 3820 | - display: flex; /* show when active */ | |
| 2021 | +.eel-nav-menu-icon svg{ | |
| 2022 | + width: 16px; | |
| 2023 | + height: 16px; | |
| 3821 | 2024 | } |
| 3822 | 2025 | |
| 3823 | -/* Dialog */ | |
| 3824 | -.entro-all-video-popup-inner { | |
| 3825 | - width: 100%; | |
| 3826 | - max-width: 900px; /* fallback for min() */ | |
| 3827 | - position: relative; | |
| 2026 | +html, | |
| 2027 | +body{ | |
| 2028 | + overflow-x: hidden; | |
| 3828 | 2029 | } |
| 3829 | 2030 | |
| 3830 | -/* Close button */ | |
| 3831 | -.entro-all-video-popup-close { | |
| 3832 | - position: absolute; | |
| 3833 | - top: -50px; /* sits above the frame */ | |
| 3834 | - right: 0; | |
| 3835 | - font-size: 32px; | |
| 3836 | - background: none; | |
| 3837 | - border: 0; | |
| 3838 | - color: #fff; | |
| 3839 | - cursor: pointer; | |
| 3840 | - line-height: 1; | |
| 3841 | -} | |
| 3842 | 2031 | |
| 3843 | -/* 16:9 responsive frame area */ | |
| 3844 | -.entro-all-video-popup-iframe-wrapper { | |
| 3845 | - position: relative; | |
| 3846 | - width: 100%; | |
| 3847 | - padding-top: 56.25%; /* 16:9 aspect ratio */ | |
| 3848 | -} | |
| 3849 | 2032 | |
| 3850 | -/* Media fills the frame */ | |
| 3851 | -.entro-all-video-popup-iframe-wrapper iframe, | |
| 3852 | -.entro-all-video-popup-iframe-wrapper video { | |
| 3853 | - position: absolute; | |
| 3854 | - top: 0; | |
| 3855 | - left: 0; /* inset fallback */ | |
| 3856 | - width: 100%; | |
| 3857 | - height: 100%; | |
| 3858 | - border: 0; | |
| 3859 | - display: block; | |
| 3860 | -} | |
| 2033 | +@-webkit-keyframes scaleIn { | |
| 2034 | + from { | |
| 2035 | + opacity: 0; | |
| 2036 | + -webkit-transform: scale3d(1.5, 1.5, 1.5); | |
| 2037 | + transform: scale3d(1.5, 1.5, 1.5); | |
| 2038 | + } | |
| 3861 | 2039 | |
| 3862 | -.eel-nav-menu-icon svg { | |
| 3863 | - width: 18px; | |
| 3864 | - height: 20px; | |
| 2040 | + 100% { | |
| 2041 | + opacity: 1; | |
| 2042 | + -webkit-transform: scale3d(1, 1, 1); | |
| 2043 | + transform: scale3d(1, 1, 1); | |
| 2044 | + } | |
| 3865 | 2045 | } |
| 3866 | 2046 | |
| 3867 | -html, | |
| 3868 | -body { | |
| 3869 | - overflow-x: hidden; | |
| 3870 | -} | |
| 3871 | 2047 | @keyframes scaleIn { |
| 3872 | 2048 | from { |
| 3873 | 2049 | opacity: 0; |
| 2050 | + -webkit-transform: scale3d(1.5, 1.5, 1.5); | |
| 3874 | 2051 | transform: scale3d(1.5, 1.5, 1.5); |
| 3875 | 2052 | } |
| 2053 | + | |
| 3876 | 2054 | 100% { |
| 3877 | 2055 | opacity: 1; |
| 2056 | + -webkit-transform: scale3d(1, 1, 1); | |
| 3878 | 2057 | transform: scale3d(1, 1, 1); |
| 3879 | 2058 | } |
| 3880 | 2059 | } |
| 2060 | + | |
| 3881 | 2061 | .scaleIn { |
| 2062 | + -webkit-animation-name: scaleIn; | |
| 3882 | 2063 | animation-name: scaleIn; |
| 3883 | 2064 | } |
| 3884 | 2065 | |
| 3885 | -.hover-zoom-in .elementor-widget-image img { | |
| 3886 | - transition: transform 2s cubic-bezier(0.4, 0, 0.2, 1); | |
| 2066 | +.hover-zoom-in{ | |
| 2067 | + .elementor-widget-image{ | |
| 2068 | + img{ | |
| 2069 | + transition: all 2s cubic-bezier(0.4, 0, 0.2, 1); | |
| 2070 | + } | |
| 2071 | + } | |
| 2072 | + &:hover{ | |
| 2073 | + img{ | |
| 2074 | + transform: scale(1.1); | |
| 2075 | + } | |
| 2076 | + } | |
| 3887 | 2077 | } |
| 3888 | 2078 | |
| 3889 | -.hover-zoom-in:hover .elementor-widget-image img { | |
| 3890 | - transform: scale(1.1); | |
| 2079 | +.hover-scale{ | |
| 2080 | + .elementor-widget-image{ | |
| 2081 | + img{ | |
| 2082 | + transition: all 2s cubic-bezier(0.4, 0, 0.2, 1); | |
| 2083 | + } | |
| 2084 | + } | |
| 2085 | + &:hover{ | |
| 2086 | + img{ | |
| 2087 | + transform: scale(1.1); | |
| 2088 | + } | |
| 2089 | + } | |
| 3891 | 2090 | } |
| 3892 | 2091 | |
| 3893 | -.hover-scale .elementor-widget-image img { | |
| 3894 | - transition: transform 2s cubic-bezier(0.4, 0, 0.2, 1); | |
| 2092 | +.eel-cursor-hover { | |
| 2093 | + position: fixed; | |
| 2094 | + top: 0; left: 0; | |
| 2095 | + line-height: 100%; | |
| 2096 | + width: 120px; | |
| 2097 | + height: 120px; | |
| 2098 | + display: grid; | |
| 2099 | + place-items: center; | |
| 2100 | + color: #121212; | |
| 2101 | + text-align: center; | |
| 2102 | + white-space: nowrap; | |
| 2103 | + pointer-events: none; | |
| 2104 | + border-radius: 100%; | |
| 2105 | + background: #fff; | |
| 2106 | + z-index: 99999; | |
| 2107 | + transform: translate(-50%, -50%); | |
| 2108 | + transition: transform 0.1s, opacity 0.1s; | |
| 3895 | 2109 | } |
| 3896 | 2110 | |
| 3897 | -.hover-scale:hover .elementor-widget-image img { | |
| 3898 | - transform: scale(1.1); | |
| 3899 | -} | |
| 3900 | 2111 | |
| 3901 | -.eel-cursor-hover { | |
| 3902 | - position: fixed; | |
| 3903 | - top: 0; | |
| 3904 | - left: 0; | |
| 3905 | - line-height: 100%; | |
| 3906 | - width: 120px; | |
| 3907 | - height: 120px; | |
| 3908 | - display: grid; | |
| 3909 | - place-items: center; | |
| 3910 | - color: #121212; | |
| 3911 | - text-align: center; | |
| 3912 | - white-space: nowrap; | |
| 3913 | - pointer-events: none; | |
| 3914 | - border-radius: 100%; | |
| 3915 | - background: #fff; | |
| 3916 | - z-index: 99999; | |
| 3917 | - transform: translate(-50%, -50%); | |
| 3918 | - transition: transform 0.1s, opacity 0.1s; | |
| 3919 | - place-content: center; | |
| 2112 | +.swiper-pagination:not(.swiper-pagination-fraction) span{ | |
| 2113 | + font-size: 0; | |
| 3920 | 2114 | } |
| 3921 | 2115 | |
| 3922 | -.swiper-pagination:not(.swiper-pagination-fraction) span { | |
| 3923 | - font-size: 0; | |
| 3924 | -} | |
| 3925 | - | |
| 3926 | 2116 | body::-webkit-scrollbar, |
| 3927 | 2117 | #de_modal::-webkit-scrollbar { |
| 3928 | - width: 3px; | |
| 2118 | + width: 3px; | |
| 3929 | 2119 | } |
| 3930 | 2120 | |
| 3931 | 2121 | body::-webkit-scrollbar-track, |
| 3932 | 2122 | #de_modal::-webkit-scrollbar-track { |
| 3933 | - background: #dddddd; | |
| 2123 | + background: #dddddd; | |
| 3934 | 2124 | } |
| 3935 | 2125 | |
| 3936 | 2126 | body::-webkit-scrollbar-thumb, |
| 3937 | 2127 | #de_modal::-webkit-scrollbar-thumb { |
| 3938 | - background-color: var(--e-global-color-primary); | |
| 3939 | - border-radius: 16px; | |
| 3940 | - -moz-border-radius: 16px; | |
| 3941 | - -webkit-border-radius: 16px; | |
| 2128 | + background-color: var(--e-global-color-primary); | |
| 2129 | + border-radius: 16px; | |
| 2130 | + -moz-border-radius: 16px; | |
| 2131 | + -webkit-border-radius: 16px; | |
| 3942 | 2132 | } |
| 3943 | 2133 | |
| 3944 | -/* Swiper Navigation and Pagination */ | |
| 3945 | -.elementor-widget .swiper-prev, | |
| 3946 | -.elementor-widget .swiper-next { | |
| 3947 | - background-color: #5933FF; | |
| 3948 | - color: #fff; | |
| 3949 | - width: 40px; | |
| 3950 | - height: 40px; | |
| 3951 | - border-radius: 8px; | |
| 3952 | -} | |
| 3953 | - | |
| 3954 | -.elementor-widget .swiper-prev::after, | |
| 3955 | -.elementor-widget .swiper-next::after { | |
| 3956 | - font-size: 18px; | |
| 3957 | -} | |
| 3958 | - | |
| 3959 | -.elementor-widget .swiper-prev svg, | |
| 3960 | -.elementor-widget .swiper-next svg { | |
| 3961 | - height: 1em; | |
| 3962 | - fill: currentColor; | |
| 3963 | -} | |
| 3964 | - | |
| 3965 | -.elementor-widget .swiper-navigation .swiper-next, | |
| 3966 | -.elementor-widget .swiper-navigation .swiper-prev { | |
| 3967 | - cursor: pointer; | |
| 3968 | - position: absolute; | |
| 3969 | - top: 50%; | |
| 3970 | - left: 10px; | |
| 3971 | - transform: translateY(-50%); | |
| 3972 | - z-index: 1; | |
| 3973 | - line-height: 30px; | |
| 3974 | - display: inline-flex; | |
| 3975 | - align-items: center; | |
| 3976 | - justify-content: center; | |
| 3977 | -} | |
| 3978 | - | |
| 3979 | -.elementor-widget .swiper-navigation .swiper-next { | |
| 3980 | - left: auto; | |
| 3981 | - right: 10px; | |
| 3982 | -} | |
| 3983 | - | |
| 3984 | -.elementor-widget .swiper-pagination .swiper-pagination-bullet { | |
| 3985 | - background: #5933FF; | |
| 3986 | - width: 10px; | |
| 3987 | - height: 10px; | |
| 3988 | - border-radius: 100px; | |
| 3989 | -} | |
| 3990 | - | |
| 3991 | -.elementor-widget .swiper-pagination .swiper-pagination-bullet-active { | |
| 3992 | - width: 30px; | |
| 3993 | -} | |
| 3994 | - | |
| 3995 | -.elementor-widget .swiper-button-next i, .elementor-widget .swiper-button-prev i, | |
| 3996 | -.elementor-widget .swiper-button-next:after, .elementor-widget .swiper-button-prev:after { | |
| 3997 | - font-size: 16px; | |
| 3998 | -} | |
| 3999 | - | |
| 4000 | -@media (min-width: 1024px) { | |
| 4001 | - body.elementor-editor-active:not(.elementor-editor-preview) .is-layout-flex { | |
| 4002 | - flex-wrap: nowrap; | |
| 4003 | - } | |
| 4004 | -} | |
| 4005 | -.easyel-wrapper-link { | |
| 4006 | - touch-action: pan-y; | |
| 4007 | - -webkit-tap-highlight-color: transparent; | |
| 4008 | -} | |