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