@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}@font-face {
font-family: "Custom";
src: url(//joziangels.co.za/wp-content/plugins/ot_cife/assets/fonts/Custom.woff2) format("woff2"), url(//joziangels.co.za/wp-content/plugins/ot_cife/assets/fonts/Custom.woff) format("woff");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^=icn-],
[class*=" icn-"] {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
word-spacing: normal;
}
[class^=icn-],
[class*=" icn-"] {
font-family: "Custom" !important;
}
.icn-caret-right:before {
content: "\e900";
}
.icn-comment-line:before {
content: "\e904";
}
.icn-external:before {
content: "\e906";
}
.icn-flower:before {
content: "\e907";
}
.icn-terminal:before {
content: "\e905";
}
@font-face {
font-family: "Unicons";
src: url(//joziangels.co.za/wp-content/plugins/ot_cife/assets/fonts/Unicons.woff2) format("woff2"), url(//joziangels.co.za/wp-content/plugins/ot_cife/assets/fonts/Unicons.woff) format("woff");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^=uil-],
[class*=" uil-"] {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
word-spacing: normal;
}
[class^=uil-],
[class*=" uil-"] {
font-family: "Unicons" !important;
}
.uil-plus-0:before {
content: "\e900";
}
.uil-plus-3:before {
content: "\e901";
}
.uil-plus-6:before {
content: "\e902";
}
.uil-plus-10:before {
content: "\e903";
}
.uil-plus-12:before {
content: "\e904";
}
.uil-plus-13:before {
content: "\e905";
}
.uil-plus-16:before {
content: "\e906";
}
.uil-plus-17:before {
content: "\e907";
}
.uil-plus-18:before {
content: "\e908";
}
.uil-plus-21:before {
content: "\e909";
}
.uil-500px:before {
content: "\e90a";
}
.uil-abacus:before {
content: "\e90b";
}
.uil-accessible-icon-alt:before {
content: "\e90c";
}
.uil-adjust-alt:before {
content: "\e90d";
}
.uil-adjust-circle:before {
content: "\e90e";
}
.uil-adjust-half:before {
content: "\e90f";
}
.uil-adjust:before {
content: "\e910";
}
.uil-adobe-alt:before {
content: "\e911";
}
.uil-airplay:before {
content: "\e912";
}
.uil-adobe:before {
content: "\e913";
}
.uil-align-alt:before {
content: "\e914";
}
.uil-align-center-alt:before {
content: "\e915";
}
.uil-align-center-v:before {
content: "\e916";
}
.uil-align-center:before {
content: "\e917";
}
.uil-align-center-h:before {
content: "\e918";
}
.uil-align-justify:before {
content: "\e919";
}
.uil-align-left:before {
content: "\e91a";
}
.uil-align-left-justify:before {
content: "\e91b";
}
.uil-align-center-justify:before {
content: "\e91c";
}
.uil-align-letter-right:before {
content: "\e91d";
}
.uil-align-right-justify:before {
content: "\e91e";
}
.uil-align-right:before {
content: "\e91f";
}
.uil-align:before {
content: "\e920";
}
.uil-amazon:before {
content: "\e921";
}
.uil-ambulance:before {
content: "\e922";
}
.uil-analysis:before {
content: "\e923";
}
.uil-analytics:before {
content: "\e924";
}
.uil-anchor:before {
content: "\e925";
}
.uil-android-alt:before {
content: "\e926";
}
.uil-android-phone-slash:before {
content: "\e927";
}
.uil-android:before {
content: "\e928";
}
.uil-angle-double-down:before {
content: "\e929";
}
.uil-angle-double-left:before {
content: "\e92a";
}
.uil-angle-double-right:before {
content: "\e92b";
}
.uil-angle-double-up:before {
content: "\e92c";
}
.uil-angle-down:before {
content: "\e92d";
}
.uil-angle-left-b:before {
content: "\e92e";
}
.uil-angle-left:before {
content: "\e92f";
}
.uil-angle-right-b:before {
content: "\e930";
}
.uil-angle-right:before {
content: "\e931";
}
.uil-angle-up:before {
content: "\e932";
}
.uil-angry:before {
content: "\e933";
}
.uil-ankh:before {
content: "\e934";
}
.uil-annoyed-alt:before {
content: "\e935";
}
.uil-annoyed:before {
content: "\e936";
}
.uil-apple-alt:before {
content: "\e937";
}
.uil-apple:before {
content: "\e938";
}
.uil-apps:before {
content: "\e939";
}
.uil-archive-alt:before {
content: "\e93a";
}
.uil-archive:before {
content: "\e93b";
}
.uil-archway:before {
content: "\e93c";
}
.uil-arrow-break:before {
content: "\e93d";
}
.uil-arrow-circle-down:before {
content: "\e93e";
}
.uil-arrow-circle-left:before {
content: "\e93f";
}
.uil-arrow-circle-right:before {
content: "\e940";
}
.uil-arrow-circle-up:before {
content: "\e941";
}
.uil-arrow-compress-h:before {
content: "\e942";
}
.uil-arrow-down-left:before {
content: "\e943";
}
.uil-arrow-down-right:before {
content: "\e944";
}
.uil-arrow-down:before {
content: "\e945";
}
.uil-arrow-from-right:before {
content: "\e946";
}
.uil-arrow-from-top:before {
content: "\e947";
}
.uil-arrow-growth:before {
content: "\e948";
}
.uil-arrow-left:before {
content: "\e949";
}
.uil-arrow-random:before {
content: "\e94a";
}
.uil-arrow-resize-diagonal:before {
content: "\e94b";
}
.uil-arrow-right:before {
content: "\e94c";
}
.uil-arrow-to-bottom:before {
content: "\e94d";
}
.uil-arrow-to-right:before {
content: "\e94e";
}
.uil-arrow-up-left:before {
content: "\e94f";
}
.uil-arrow-up-right:before {
content: "\e950";
}
.uil-arrow-up:before {
content: "\e951";
}
.uil-arrow:before {
content: "\e952";
}
.uil-arrows-h-alt:before {
content: "\e953";
}
.uil-arrows-h:before {
content: "\e954";
}
.uil-arrows-left-down:before {
content: "\e955";
}
.uil-arrows-maximize:before {
content: "\e956";
}
.uil-arrows-merge:before {
content: "\e957";
}
.uil-arrows-resize-h:before {
content: "\e958";
}
.uil-arrows-resize-v:before {
content: "\e959";
}
.uil-arrows-resize:before {
content: "\e95a";
}
.uil-arrows-shrink-h:before {
content: "\e95b";
}
.uil-arrows-right-down:before {
content: "\e95c";
}
.uil-arrows-shrink-v:before {
content: "\e95d";
}
.uil-arrows-up-right:before {
content: "\e95e";
}
.uil-arrows-v-alt:before {
content: "\e95f";
}
.uil-arrows-v:before {
content: "\e960";
}
.uil-assistive-listening-systems:before {
content: "\e961";
}
.uil-asterisk:before {
content: "\e962";
}
.uil-at:before {
content: "\e963";
}
.uil-atom:before {
content: "\e964";
}
.uil-auto-flash:before {
content: "\e965";
}
.uil-award-alt:before {
content: "\e966";
}
.uil-award:before {
content: "\e967";
}
.uil-baby-carriage:before {
content: "\e968";
}
.uil-backpack:before {
content: "\e969";
}
.uil-backspace:before {
content: "\e96a";
}
.uil-backward:before {
content: "\e96b";
}
.uil-bag-alt:before {
content: "\e96c";
}
.uil-bag-slash:before {
content: "\e96d";
}
.uil-bag:before {
content: "\e96e";
}
.uil-balance-scale:before {
content: "\e96f";
}
.uil-ban:before {
content: "\e970";
}
.uil-band-aid:before {
content: "\e971";
}
.uil-bars:before {
content: "\e972";
}
.uil-baseball-ball:before {
content: "\e973";
}
.uil-basketball-hoop:before {
content: "\e974";
}
.uil-basketball:before {
content: "\e975";
}
.uil-bath:before {
content: "\e976";
}
.uil-battery-bolt:before {
content: "\e977";
}
.uil-battery-empty:before {
content: "\e978";
}
.uil-bed-double:before {
content: "\e979";
}
.uil-bed:before {
content: "\e97a";
}
.uil-behance-alt:before {
content: "\e97b";
}
.uil-behance:before {
content: "\e97c";
}
.uil-bell-school:before {
content: "\e97d";
}
.uil-bell-slash:before {
content: "\e97e";
}
.uil-bell:before {
content: "\e97f";
}
.uil-bill:before {
content: "\e980";
}
.uil-bing:before {
content: "\e981";
}
.uil-bitcoin-alt:before {
content: "\e982";
}
.uil-bitcoin-circle:before {
content: "\e983";
}
.uil-bitcoin-sign:before {
content: "\e984";
}
.uil-bitcoin:before {
content: "\e985";
}
.uil-black-berry:before {
content: "\e986";
}
.uil-blogger-alt:before {
content: "\e987";
}
.uil-blogger:before {
content: "\e988";
}
.uil-bluetooth-b:before {
content: "\e989";
}
.uil-bold:before {
content: "\e98a";
}
.uil-bolt-alt:before {
content: "\e98b";
}
.uil-bolt-slash:before {
content: "\e98c";
}
.uil-bolt:before {
content: "\e98d";
}
.uil-book-alt:before {
content: "\e98e";
}
.uil-book-medical:before {
content: "\e98f";
}
.uil-book-open:before {
content: "\e990";
}
.uil-book-reader:before {
content: "\e991";
}
.uil-book:before {
content: "\e992";
}
.uil-bookmark-full:before {
content: "\e993";
}
.uil-bookmark:before {
content: "\e994";
}
.uil-books:before {
content: "\e995";
}
.uil-boombox:before {
content: "\e996";
}
.uil-border-alt:before {
content: "\e997";
}
.uil-border-bottom:before {
content: "\e998";
}
.uil-border-clear:before {
content: "\e999";
}
.uil-border-horizontal:before {
content: "\e99a";
}
.uil-border-inner:before {
content: "\e99b";
}
.uil-border-left:before {
content: "\e99c";
}
.uil-border-out:before {
content: "\e99d";
}
.uil-border-right:before {
content: "\e99e";
}
.uil-border-top:before {
content: "\e99f";
}
.uil-border-vertical:before {
content: "\e9a0";
}
.uil-bowling-ball:before {
content: "\e9a1";
}
.uil-box:before {
content: "\e9a2";
}
.uil-brackets-curly:before {
content: "\e9a3";
}
.uil-brain:before {
content: "\e9a4";
}
.uil-briefcase-alt:before {
content: "\e9a5";
}
.uil-briefcase:before {
content: "\e9a6";
}
.uil-bright:before {
content: "\e9a7";
}
.uil-brightness-empty:before {
content: "\e9a8";
}
.uil-brightness-half:before {
content: "\e9a9";
}
.uil-brightness-low:before {
content: "\e9aa";
}
.uil-brightness-minus:before {
content: "\e9ab";
}
.uil-brightness-plus:before {
content: "\e9ac";
}
.uil-brightness:before {
content: "\e9ad";
}
.uil-bring-bottom:before {
content: "\e9ae";
}
.uil-bring-front:before {
content: "\e9af";
}
.uil-browser:before {
content: "\e9b0";
}
.uil-brush-alt:before {
content: "\e9b1";
}
.uil-bug:before {
content: "\e9b2";
}
.uil-building:before {
content: "\e9b3";
}
.uil-bus-alt:before {
content: "\e9b4";
}
.uil-bus-school:before {
content: "\e9b5";
}
.uil-bus:before {
content: "\e9b6";
}
.uil-bullseye:before {
content: "\e9b7";
}
.uil-calculator-alt:before {
content: "\e9b8";
}
.uil-calendar-slash:before {
content: "\e9b9";
}
.uil-calendar-alt:before {
content: "\e9ba";
}
.uil-calender:before {
content: "\e9bb";
}
.uil-calculator:before {
content: "\e9bc";
}
.uil-calling:before {
content: "\e9bd";
}
.uil-camera-plus:before {
content: "\e9be";
}
.uil-camera-change:before {
content: "\e9bf";
}
.uil-capsule:before {
content: "\e9c0";
}
.uil-capture:before {
content: "\e9c1";
}
.uil-cancel:before {
content: "\e9c2";
}
.uil-car-sideview:before {
content: "\e9c3";
}
.uil-car-slash:before {
content: "\e9c4";
}
.uil-camera:before {
content: "\e9c5";
}
.uil-camera-slash:before {
content: "\e9c6";
}
.uil-car-wash:before {
content: "\e9c7";
}
.uil-car:before {
content: "\e9c8";
}
.uil-card-atm:before {
content: "\e9c9";
}
.uil-caret-right:before {
content: "\e9ca";
}
.uil-cell:before {
content: "\e9cb";
}
.uil-celsius:before {
content: "\e9cc";
}
.uil-channel-add:before {
content: "\e9cd";
}
.uil-channel:before {
content: "\e9ce";
}
.uil-chart-down:before {
content: "\e9cf";
}
.uil-chart-bar:before {
content: "\e9d0";
}
.uil-chart-growth-alt:before {
content: "\e9d1";
}
.uil-chart-bar-alt:before {
content: "\e9d2";
}
.uil-chart-line:before {
content: "\e9d3";
}
.uil-chart-growth:before {
content: "\e9d4";
}
.uil-chart-pie-alt:before {
content: "\e9d5";
}
.uil-chart:before {
content: "\e9d6";
}
.uil-chart-pie:before {
content: "\e9d7";
}
.uil-chat-bubble-user:before {
content: "\e9d8";
}
.uil-chat:before {
content: "\e9d9";
}
.uil-chat-info:before {
content: "\e9da";
}
.uil-check-circle:before {
content: "\e9db";
}
.uil-check-square:before {
content: "\e9dc";
}
.uil-check:before {
content: "\e9dd";
}
.uil-circle-layer:before {
content: "\e9de";
}
.uil-circle:before {
content: "\e9df";
}
.uil-clapper-board:before {
content: "\e9e0";
}
.uil-circuit:before {
content: "\e9e1";
}
.uil-clinic-medical:before {
content: "\e9e2";
}
.uil-clipboard-blank:before {
content: "\e9e3";
}
.uil-clipboard-alt:before {
content: "\e9e4";
}
.uil-clock-eight:before {
content: "\e9e5";
}
.uil-clipboard-notes:before {
content: "\e9e6";
}
.uil-clock-five:before {
content: "\e9e7";
}
.uil-clipboard:before {
content: "\e9e8";
}
.uil-clock-nine:before {
content: "\e9e9";
}
.uil-clock-seven:before {
content: "\e9ea";
}
.uil-clock-ten:before {
content: "\e9eb";
}
.uil-clock-three:before {
content: "\e9ec";
}
.uil-clock-two:before {
content: "\e9ed";
}
.uil-clock:before {
content: "\e9ee";
}
.uil-closed-captioning-slash:before {
content: "\e9ef";
}
.uil-closed-captioning:before {
content: "\e9f0";
}
.uil-cloud-block:before {
content: "\e9f1";
}
.uil-cloud-bookmark:before {
content: "\e9f2";
}
.uil-cloud-check:before {
content: "\e9f3";
}
.uil-cloud-computing:before {
content: "\e9f4";
}
.uil-cloud-data-connection:before {
content: "\e9f5";
}
.uil-cloud-database-tree:before {
content: "\e9f6";
}
.uil-cloud-download:before {
content: "\e9f7";
}
.uil-cloud-drizzle:before {
content: "\e9f8";
}
.uil-cloud-exclamation:before {
content: "\e9f9";
}
.uil-cloud-hail:before {
content: "\e9fa";
}
.uil-cloud-heart:before {
content: "\e9fb";
}
.uil-cloud-info:before {
content: "\e9fc";
}
.uil-cloud-lock:before {
content: "\e9fd";
}
.uil-cloud-meatball:before {
content: "\e9fe";
}
.uil-cloud-moon-hail:before {
content: "\e9ff";
}
.uil-cloud-moon-meatball:before {
content: "\ea00";
}
.uil-cloud-moon-rain:before {
content: "\ea01";
}
.uil-cloud-moon-showers:before {
content: "\ea02";
}
.uil-cloud-moon:before {
content: "\ea03";
}
.uil-cloud-question:before {
content: "\ea04";
}
.uil-cloud-rain-sun:before {
content: "\ea05";
}
.uil-cloud-rain:before {
content: "\ea06";
}
.uil-cloud-redo:before {
content: "\ea07";
}
.uil-cloud-share:before {
content: "\ea08";
}
.uil-cloud-shield:before {
content: "\ea09";
}
.uil-cloud-showers-alt:before {
content: "\ea0a";
}
.uil-cloud-showers-heavy:before {
content: "\ea0b";
}
.uil-cloud-showers:before {
content: "\ea0c";
}
.uil-cloud-slash:before {
content: "\ea0d";
}
.uil-cloud-sun-hail:before {
content: "\ea0e";
}
.uil-cloud-sun-meatball:before {
content: "\ea0f";
}
.uil-cloud-sun-rain-alt:before {
content: "\ea10";
}
.uil-cloud-sun-rain:before {
content: "\ea11";
}
.uil-cloud-sun-tear:before {
content: "\ea12";
}
.uil-cloud-sun:before {
content: "\ea13";
}
.uil-cloud-times:before {
content: "\ea14";
}
.uil-cloud-unlock:before {
content: "\ea15";
}
.uil-cloud-upload:before {
content: "\ea16";
}
.uil-cloud-wifi:before {
content: "\ea17";
}
.uil-cloud-wind:before {
content: "\ea18";
}
.uil-cloud:before {
content: "\ea19";
}
.uil-clouds:before {
content: "\ea1a";
}
.uil-club:before {
content: "\ea1b";
}
.uil-code-branch:before {
content: "\ea1c";
}
.uil-coffee:before {
content: "\ea1d";
}
.uil-cog:before {
content: "\ea1e";
}
.uil-coins:before {
content: "\ea1f";
}
.uil-columns:before {
content: "\ea20";
}
.uil-comment-add:before {
content: "\ea21";
}
.uil-comment-alt-block:before {
content: "\ea22";
}
.uil-comment-alt-chart-lines:before {
content: "\ea23";
}
.uil-comment-alt-check:before {
content: "\ea24";
}
.uil-comment-alt-dots:before {
content: "\ea25";
}
.uil-comment-alt-download:before {
content: "\ea26";
}
.uil-comment-alt-edit:before {
content: "\ea27";
}
.uil-comment-alt-exclamation:before {
content: "\ea28";
}
.uil-comment-alt-heart:before {
content: "\ea29";
}
.uil-comment-alt-image:before {
content: "\ea2a";
}
.uil-comment-alt-info:before {
content: "\ea2b";
}
.uil-comment-alt-lines:before {
content: "\ea2c";
}
.uil-comment-alt-lock:before {
content: "\ea2d";
}
.uil-comment-alt-medical:before {
content: "\ea2e";
}
.uil-comment-alt-message:before {
content: "\ea2f";
}
.uil-comment-alt-notes:before {
content: "\ea30";
}
.uil-comment-alt-plus:before {
content: "\ea31";
}
.uil-comment-alt-question:before {
content: "\ea32";
}
.uil-comment-alt-redo:before {
content: "\ea33";
}
.uil-comment-alt-search:before {
content: "\ea34";
}
.uil-comment-alt-share:before {
content: "\ea35";
}
.uil-comment-alt-shield:before {
content: "\ea36";
}
.uil-comment-alt-slash:before {
content: "\ea37";
}
.uil-comment-alt-upload:before {
content: "\ea38";
}
.uil-comment-alt-verify:before {
content: "\ea39";
}
.uil-comment-alt:before {
content: "\ea3a";
}
.uil-comment-block:before {
content: "\ea3b";
}
.uil-comment-chart-line:before {
content: "\ea3c";
}
.uil-comment-check:before {
content: "\ea3d";
}
.uil-comment-dots:before {
content: "\ea3e";
}
.uil-comment-download:before {
content: "\ea3f";
}
.uil-comment-edit:before {
content: "\ea40";
}
.uil-comment-exclamation:before {
content: "\ea41";
}
.uil-comment-heart:before {
content: "\ea42";
}
.uil-comment-image:before {
content: "\ea43";
}
.uil-comment-info-alt:before {
content: "\ea44";
}
.uil-comment-info:before {
content: "\ea45";
}
.uil-comment-lines:before {
content: "\ea46";
}
.uil-comment-lock:before {
content: "\ea47";
}
.uil-comment-medical:before {
content: "\ea48";
}
.uil-comment-message:before {
content: "\ea49";
}
.uil-comment-notes:before {
content: "\ea4a";
}
.uil-comment-plus:before {
content: "\ea4b";
}
.uil-comment-question:before {
content: "\ea4c";
}
.uil-comment-redo:before {
content: "\ea4d";
}
.uil-comment-search:before {
content: "\ea4e";
}
.uil-comment-share:before {
content: "\ea4f";
}
.uil-comment-shield:before {
content: "\ea50";
}
.uil-comment-slash:before {
content: "\ea51";
}
.uil-comment-upload:before {
content: "\ea52";
}
.uil-comment-verify:before {
content: "\ea53";
}
.uil-comment:before {
content: "\ea54";
}
.uil-comments-alt:before {
content: "\ea55";
}
.uil-comments:before {
content: "\ea56";
}
.uil-compact-disc:before {
content: "\ea57";
}
.uil-comparison:before {
content: "\ea58";
}
.uil-compass:before {
content: "\ea59";
}
.uil-compress-alt-left:before {
content: "\ea5a";
}
.uil-compress-alt:before {
content: "\ea5b";
}
.uil-compress-arrows:before {
content: "\ea5c";
}
.uil-compress-lines:before {
content: "\ea5d";
}
.uil-compress-point:before {
content: "\ea5e";
}
.uil-compress-v:before {
content: "\ea5f";
}
.uil-compress:before {
content: "\ea60";
}
.uil-confused:before {
content: "\ea61";
}
.uil-constructor:before {
content: "\ea62";
}
.uil-copy-alt:before {
content: "\ea63";
}
.uil-copy-landscape:before {
content: "\ea64";
}
.uil-copy:before {
content: "\ea65";
}
.uil-copyright:before {
content: "\ea66";
}
.uil-corner-down-left:before {
content: "\ea67";
}
.uil-corner-down-right-alt:before {
content: "\ea68";
}
.uil-corner-down-right:before {
content: "\ea69";
}
.uil-corner-left-down:before {
content: "\ea6a";
}
.uil-corner-right-down:before {
content: "\ea6b";
}
.uil-corner-up-left-alt:before {
content: "\ea6c";
}
.uil-corner-up-left:before {
content: "\ea6d";
}
.uil-corner-up-right-alt:before {
content: "\ea6e";
}
.uil-corner-up-right:before {
content: "\ea6f";
}
.uil-coronavirus:before {
content: "\ea70";
}
.uil-create-dashboard:before {
content: "\ea71";
}
.uil-creative-commons-pd:before {
content: "\ea72";
}
.uil-credit-card-search:before {
content: "\ea73";
}
.uil-credit-card:before {
content: "\ea74";
}
.uil-crockery:before {
content: "\ea75";
}
.uil-crop-alt-rotate-left:before {
content: "\ea76";
}
.uil-crop-alt-rotate-right:before {
content: "\ea77";
}
.uil-crop-alt:before {
content: "\ea78";
}
.uil-crosshair-alt:before {
content: "\ea79";
}
.uil-crosshair:before {
content: "\ea7a";
}
.uil-crosshairs:before {
content: "\ea7b";
}
.uil-css3-simple:before {
content: "\ea7c";
}
.uil-cube:before {
content: "\ea7d";
}
.uil-dashboard:before {
content: "\ea7e";
}
.uil-data-sharing:before {
content: "\ea7f";
}
.uil-database-alt:before {
content: "\ea80";
}
.uil-database:before {
content: "\ea81";
}
.uil-desert:before {
content: "\ea82";
}
.uil-desktop-alt-slash:before {
content: "\ea83";
}
.uil-desktop-alt:before {
content: "\ea84";
}
.uil-desktop-cloud-alt:before {
content: "\ea85";
}
.uil-desktop-slash:before {
content: "\ea86";
}
.uil-dialpad-alt:before {
content: "\ea87";
}
.uil-desktop:before {
content: "\ea88";
}
.uil-dialpad:before {
content: "\ea89";
}
.uil-diamond:before {
content: "\ea8a";
}
.uil-diary-alt:before {
content: "\ea8b";
}
.uil-diary:before {
content: "\ea8c";
}
.uil-dice-five:before {
content: "\ea8d";
}
.uil-dice-four:before {
content: "\ea8e";
}
.uil-dice-one:before {
content: "\ea8f";
}
.uil-dice-six:before {
content: "\ea90";
}
.uil-dice-three:before {
content: "\ea91";
}
.uil-dice-two:before {
content: "\ea92";
}
.uil-direction:before {
content: "\ea93";
}
.uil-directions:before {
content: "\ea94";
}
.uil-discord:before {
content: "\ea95";
}
.uil-dizzy-meh:before {
content: "\ea96";
}
.uil-dna:before {
content: "\ea97";
}
.uil-docker:before {
content: "\ea98";
}
.uil-document-info:before {
content: "\ea99";
}
.uil-document-layout-center:before {
content: "\ea9a";
}
.uil-document-layout-left:before {
content: "\ea9b";
}
.uil-document-layout-right:before {
content: "\ea9c";
}
.uil-dollar-alt:before {
content: "\ea9d";
}
.uil-dollar-sign-alt:before {
content: "\ea9e";
}
.uil-dollar-sign:before {
content: "\ea9f";
}
.uil-download-alt:before {
content: "\eaa0";
}
.uil-draggabledots:before {
content: "\eaa1";
}
.uil-dribbble:before {
content: "\eaa2";
}
.uil-drill:before {
content: "\eaa3";
}
.uil-dropbox:before {
content: "\eaa4";
}
.uil-dumbbell:before {
content: "\eaa5";
}
.uil-ear:before {
content: "\eaa6";
}
.uil-edit-alt:before {
content: "\eaa7";
}
.uil-edit:before {
content: "\eaa8";
}
.uil-elipsis-double-v-alt:before {
content: "\eaa9";
}
.uil-ellipsis-h:before {
content: "\eaaa";
}
.uil-ellipsis-v:before {
content: "\eaab";
}
.uil-emoji:before {
content: "\eaac";
}
.uil-english-to-chinese:before {
content: "\eaad";
}
.uil-enter:before {
content: "\eaae";
}
.uil-envelope-add:before {
content: "\eaaf";
}
.uil-envelope-alt:before {
content: "\eab0";
}
.uil-envelope-block:before {
content: "\eab1";
}
.uil-envelope-bookmark:before {
content: "\eab2";
}
.uil-envelope-check:before {
content: "\eab3";
}
.uil-envelope-download-alt:before {
content: "\eab4";
}
.uil-envelope-download:before {
content: "\eab5";
}
.uil-envelope-edit:before {
content: "\eab6";
}
.uil-envelope-exclamation:before {
content: "\eab7";
}
.uil-envelope-info:before {
content: "\eab8";
}
.uil-envelope-heart:before {
content: "\eab9";
}
.uil-envelope-lock:before {
content: "\eaba";
}
.uil-envelope-minus:before {
content: "\eabb";
}
.uil-envelope-open:before {
content: "\eabc";
}
.uil-envelope-question:before {
content: "\eabd";
}
.uil-envelope-receive:before {
content: "\eabe";
}
.uil-envelope-redo:before {
content: "\eabf";
}
.uil-envelope-search:before {
content: "\eac0";
}
.uil-envelope-send:before {
content: "\eac1";
}
.uil-envelope-share:before {
content: "\eac2";
}
.uil-envelope-shield:before {
content: "\eac3";
}
.uil-envelope-star:before {
content: "\eac4";
}
.uil-envelope-times:before {
content: "\eac5";
}
.uil-envelope-upload-alt:before {
content: "\eac6";
}
.uil-envelope-upload:before {
content: "\eac7";
}
.uil-envelope:before {
content: "\eac8";
}
.uil-envelopes:before {
content: "\eac9";
}
.uil-equal-circle:before {
content: "\eaca";
}
.uil-estate:before {
content: "\eacb";
}
.uil-euro-circle:before {
content: "\eacc";
}
.uil-euro:before {
content: "\eacd";
}
.uil-exchange-alt:before {
content: "\eace";
}
.uil-exchange:before {
content: "\eacf";
}
.uil-exclamation-circle:before {
content: "\ead0";
}
.uil-exclamation-octagon:before {
content: "\ead1";
}
.uil-exclamation-triangle:before {
content: "\ead2";
}
.uil-exclamation:before {
content: "\ead3";
}
.uil-exclude:before {
content: "\ead4";
}
.uil-exit:before {
content: "\ead5";
}
.uil-expand-alt:before {
content: "\ead6";
}
.uil-expand-arrows-alt:before {
content: "\ead7";
}
.uil-expand-arrows:before {
content: "\ead8";
}
.uil-expand-from-corner:before {
content: "\ead9";
}
.uil-expand-left:before {
content: "\eada";
}
.uil-expand-right:before {
content: "\eadb";
}
.uil-export:before {
content: "\eadc";
}
.uil-exposure-alt:before {
content: "\eadd";
}
.uil-exposure-increase:before {
content: "\eade";
}
.uil-external-link-alt:before {
content: "\eadf";
}
.uil-eye-slash:before {
content: "\eae0";
}
.uil-eye:before {
content: "\eae1";
}
.uil-facebook-f:before {
content: "\eae2";
}
.uil-facebook-messenger-alt:before {
content: "\eae3";
}
.uil-facebook-messenger:before {
content: "\eae4";
}
.uil-facebook:before {
content: "\eae5";
}
.uil-fahrenheit:before {
content: "\eae6";
}
.uil-fast-mail-alt:before {
content: "\eae7";
}
.uil-fast-mail:before {
content: "\eae8";
}
.uil-favorite:before {
content: "\eae9";
}
.uil-feedback:before {
content: "\eaea";
}
.uil-fidget-spinner:before {
content: "\eaeb";
}
.uil-file-alt:before {
content: "\eaec";
}
.uil-file-blank:before {
content: "\eaed";
}
.uil-file-block-alt:before {
content: "\eaee";
}
.uil-file-bookmark-alt:before {
content: "\eaef";
}
.uil-file-check-alt:before {
content: "\eaf0";
}
.uil-file-check:before {
content: "\eaf1";
}
.uil-file-contract-dollar:before {
content: "\eaf2";
}
.uil-file-contract:before {
content: "\eaf3";
}
.uil-file-copy-alt:before {
content: "\eaf4";
}
.uil-file-download-alt:before {
content: "\eaf5";
}
.uil-file-download:before {
content: "\eaf6";
}
.uil-file-edit-alt:before {
content: "\eaf7";
}
.uil-file-exclamation-alt:before {
content: "\eaf8";
}
.uil-file-exclamation:before {
content: "\eaf9";
}
.uil-file-export:before {
content: "\eafa";
}
.uil-file-graph:before {
content: "\eafb";
}
.uil-file-heart:before {
content: "\eafc";
}
.uil-file-import:before {
content: "\eafd";
}
.uil-file-info-alt:before {
content: "\eafe";
}
.uil-file-landscape-alt:before {
content: "\eaff";
}
.uil-file-landscape:before {
content: "\eb00";
}
.uil-file-lanscape-slash:before {
content: "\eb01";
}
.uil-file-medical-alt:before {
content: "\eb02";
}
.uil-file-medical:before {
content: "\eb03";
}
.uil-file-minus-alt:before {
content: "\eb04";
}
.uil-file-lock-alt:before {
content: "\eb05";
}
.uil-file-minus:before {
content: "\eb06";
}
.uil-file-network:before {
content: "\eb07";
}
.uil-file-plus-alt:before {
content: "\eb08";
}
.uil-file-plus:before {
content: "\eb09";
}
.uil-file-question:before {
content: "\eb0a";
}
.uil-file-redo-alt:before {
content: "\eb0b";
}
.uil-file-question-alt:before {
content: "\eb0c";
}
.uil-file-slash:before {
content: "\eb0d";
}
.uil-file-times-alt:before {
content: "\eb0e";
}
.uil-file-shield-alt:before {
content: "\eb0f";
}
.uil-file-times:before {
content: "\eb10";
}
.uil-file-share-alt:before {
content: "\eb11";
}
.uil-file-search-alt:before {
content: "\eb12";
}
.uil-file:before {
content: "\eb13";
}
.uil-file-upload:before {
content: "\eb14";
}
.uil-filter:before {
content: "\eb15";
}
.uil-filter-slash:before {
content: "\eb16";
}
.uil-files-landscapes:before {
content: "\eb17";
}
.uil-film:before {
content: "\eb18";
}
.uil-flask:before {
content: "\eb19";
}
.uil-flask-potion:before {
content: "\eb1a";
}
.uil-files-landscapes-alt:before {
content: "\eb1b";
}
.uil-flip-h-alt:before {
content: "\eb1c";
}
.uil-flip-h:before {
content: "\eb1d";
}
.uil-flip-v-alt:before {
content: "\eb1e";
}
.uil-file-upload-alt:before {
content: "\eb1f";
}
.uil-fire:before {
content: "\eb20";
}
.uil-flower:before {
content: "\eb21";
}
.uil-focus-add:before {
content: "\eb22";
}
.uil-flip-v:before {
content: "\eb23";
}
.uil-focus:before {
content: "\eb24";
}
.uil-folder-check:before {
content: "\eb25";
}
.uil-folder-download:before {
content: "\eb26";
}
.uil-folder-exclamation:before {
content: "\eb27";
}
.uil-folder-heart:before {
content: "\eb28";
}
.uil-folder-info:before {
content: "\eb29";
}
.uil-folder-lock:before {
content: "\eb2a";
}
.uil-folder-medical:before {
content: "\eb2b";
}
.uil-folder-minus:before {
content: "\eb2c";
}
.uil-folder-network:before {
content: "\eb2d";
}
.uil-folder-open:before {
content: "\eb2e";
}
.uil-folder-plus:before {
content: "\eb2f";
}
.uil-folder-question:before {
content: "\eb30";
}
.uil-folder-slash:before {
content: "\eb31";
}
.uil-folder-times:before {
content: "\eb32";
}
.uil-folder-upload:before {
content: "\eb33";
}
.uil-folder:before {
content: "\eb34";
}
.uil-font:before {
content: "\eb35";
}
.uil-football-american:before {
content: "\eb36";
}
.uil-football-ball:before {
content: "\eb37";
}
.uil-football:before {
content: "\eb38";
}
.uil-forecastcloud-moon-tear:before {
content: "\eb39";
}
.uil-forwaded-call:before {
content: "\eb3a";
}
.uil-forward:before {
content: "\eb3b";
}
.uil-frown:before {
content: "\eb3c";
}
.uil-game-structure:before {
content: "\eb3d";
}
.uil-gift:before {
content: "\eb3e";
}
.uil-github-alt:before {
content: "\eb3f";
}
.uil-github:before {
content: "\eb40";
}
.uil-gitlab:before {
content: "\eb41";
}
.uil-glass-martini-alt-slash:before {
content: "\eb42";
}
.uil-focus-target:before {
content: "\eb43";
}
.uil-glass-martini-alt:before {
content: "\eb44";
}
.uil-glass-martini:before {
content: "\eb45";
}
.uil-glass-tea:before {
content: "\eb46";
}
.uil-glass:before {
content: "\eb47";
}
.uil-globe:before {
content: "\eb48";
}
.uil-gold:before {
content: "\eb49";
}
.uil-golf-ball:before {
content: "\eb4a";
}
.uil-google-drive-alt:before {
content: "\eb4b";
}
.uil-google-drive:before {
content: "\eb4c";
}
.uil-google-hangouts-alt:before {
content: "\eb4d";
}
.uil-google-hangouts:before {
content: "\eb4e";
}
.uil-google-play:before {
content: "\eb4f";
}
.uil-google:before {
content: "\eb50";
}
.uil-graduation-cap:before {
content: "\eb51";
}
.uil-graph-bar:before {
content: "\eb52";
}
.uil-grid:before {
content: "\eb53";
}
.uil-grids:before {
content: "\eb54";
}
.uil-grin-tongue-wink-alt:before {
content: "\eb55";
}
.uil-grin:before {
content: "\eb56";
}
.uil-grin-tongue-wink:before {
content: "\eb57";
}
.uil-grip-horizontal-line:before {
content: "\eb58";
}
.uil-hard-hat:before {
content: "\eb59";
}
.uil-hdd:before {
content: "\eb5a";
}
.uil-head-side-mask:before {
content: "\eb5b";
}
.uil-head-side-cough:before {
content: "\eb5c";
}
.uil-head-side:before {
content: "\eb5d";
}
.uil-headphone-slash:before {
content: "\eb5e";
}
.uil-headphones-alt:before {
content: "\eb5f";
}
.uil-heart-alt:before {
content: "\eb60";
}
.uil-headphones:before {
content: "\eb61";
}
.uil-heart-break:before {
content: "\eb62";
}
.uil-heart-medical:before {
content: "\eb63";
}
.uil-heart-rate:before {
content: "\eb64";
}
.uil-heart-sign:before {
content: "\eb65";
}
.uil-heart:before {
content: "\eb66";
}
.uil-heartbeat:before {
content: "\eb67";
}
.uil-hindi-to-chinese:before {
content: "\eb68";
}
.uil-hipchat:before {
content: "\eb69";
}
.uil-history-alt:before {
content: "\eb6a";
}
.uil-history:before {
content: "\eb6b";
}
.uil-home-alt:before {
content: "\eb6c";
}
.uil-home:before {
content: "\eb6d";
}
.uil-horizontal-align-center:before {
content: "\eb6e";
}
.uil-horizontal-align-left:before {
content: "\eb6f";
}
.uil-horizontal-align-right:before {
content: "\eb70";
}
.uil-horizontal-distribution-center:before {
content: "\eb71";
}
.uil-horizontal-distribution-right:before {
content: "\eb72";
}
.uil-hospital-square-sign:before {
content: "\eb73";
}
.uil-hospital-symbol:before {
content: "\eb74";
}
.uil-horizontal-distribution-left:before {
content: "\eb75";
}
.uil-hospital:before {
content: "\eb76";
}
.uil-house-user:before {
content: "\eb77";
}
.uil-hourglass:before {
content: "\eb78";
}
.uil-html3-alt:before {
content: "\eb79";
}
.uil-html5-alt:before {
content: "\eb7a";
}
.uil-html3:before {
content: "\eb7b";
}
.uil-html5:before {
content: "\eb7c";
}
.uil-hunting:before {
content: "\eb7d";
}
.uil-icons:before {
content: "\eb7e";
}
.uil-illustration:before {
content: "\eb7f";
}
.uil-image-alt-slash:before {
content: "\eb80";
}
.uil-image-block:before {
content: "\eb81";
}
.uil-image-broken:before {
content: "\eb82";
}
.uil-image-check:before {
content: "\eb83";
}
.uil-image-download:before {
content: "\eb84";
}
.uil-image-edit:before {
content: "\eb85";
}
.uil-image-lock:before {
content: "\eb86";
}
.uil-image-minus:before {
content: "\eb87";
}
.uil-image-plus:before {
content: "\eb88";
}
.uil-image-question:before {
content: "\eb89";
}
.uil-image-redo:before {
content: "\eb8a";
}
.uil-image-resize-landscape:before {
content: "\eb8b";
}
.uil-image-resize-square:before {
content: "\eb8c";
}
.uil-image-search:before {
content: "\eb8d";
}
.uil-image-share:before {
content: "\eb8e";
}
.uil-image-shield:before {
content: "\eb8f";
}
.uil-image-slash:before {
content: "\eb90";
}
.uil-image-times:before {
content: "\eb91";
}
.uil-image-upload:before {
content: "\eb92";
}
.uil-image-v:before {
content: "\eb93";
}
.uil-image:before {
content: "\eb94";
}
.uil-images:before {
content: "\eb95";
}
.uil-import:before {
content: "\eb96";
}
.uil-inbox:before {
content: "\eb97";
}
.uil-incoming-call:before {
content: "\eb98";
}
.uil-info-circle:before {
content: "\eb99";
}
.uil-instagram-alt:before {
content: "\eb9a";
}
.uil-info:before {
content: "\eb9b";
}
.uil-instagram:before {
content: "\eb9c";
}
.uil-intercom-alt:before {
content: "\eb9d";
}
.uil-intercom:before {
content: "\eb9e";
}
.uil-invoice:before {
content: "\eb9f";
}
.uil-italic:before {
content: "\eba0";
}
.uil-jackhammer:before {
content: "\eba1";
}
.uil-java-script:before {
content: "\eba2";
}
.uil-kayak:before {
content: "\eba3";
}
.uil-key-skeleton-alt:before {
content: "\eba4";
}
.uil-key-skeleton:before {
content: "\eba5";
}
.uil-keyboard-alt:before {
content: "\eba6";
}
.uil-keyboard-hide:before {
content: "\eba7";
}
.uil-keyboard-show:before {
content: "\eba8";
}
.uil-keyboard:before {
content: "\eba9";
}
.uil-keyhole-circle:before {
content: "\ebaa";
}
.uil-keyhole-square-full:before {
content: "\ebab";
}
.uil-keyhole-square:before {
content: "\ebac";
}
.uil-kid:before {
content: "\ebad";
}
.uil-label-alt:before {
content: "\ebae";
}
.uil-label:before {
content: "\ebaf";
}
.uil-lamp:before {
content: "\ebb0";
}
.uil-language:before {
content: "\ebb1";
}
.uil-laptop-cloud:before {
content: "\ebb2";
}
.uil-laptop-connection:before {
content: "\ebb3";
}
.uil-laptop:before {
content: "\ebb4";
}
.uil-laughing:before {
content: "\ebb5";
}
.uil-layer-group-slash:before {
content: "\ebb6";
}
.uil-layer-group:before {
content: "\ebb7";
}
.uil-layers-alt:before {
content: "\ebb8";
}
.uil-layers-slash:before {
content: "\ebb9";
}
.uil-layers:before {
content: "\ebba";
}
.uil-left-arrow-from-left:before {
content: "\ebbb";
}
.uil-left-arrow-to-left:before {
content: "\ebbc";
}
.uil-left-indent-alt:before {
content: "\ebbd";
}
.uil-left-indent:before {
content: "\ebbe";
}
.uil-left-to-right-text-direction:before {
content: "\ebbf";
}
.uil-letter-chinese-a:before {
content: "\ebc0";
}
.uil-letter-english-a:before {
content: "\ebc1";
}
.uil-letter-hindi-a:before {
content: "\ebc2";
}
.uil-letter-japanese-a:before {
content: "\ebc3";
}
.uil-life-ring:before {
content: "\ebc4";
}
.uil-lightbulb-alt:before {
content: "\ebc5";
}
.uil-lightbulb:before {
content: "\ebc6";
}
.uil-line-alt:before {
content: "\ebc7";
}
.uil-line-spacing:before {
content: "\ebc8";
}
.uil-link-add:before {
content: "\ebc9";
}
.uil-link-alt:before {
content: "\ebca";
}
.uil-link-broken:before {
content: "\ebcb";
}
.uil-link-h:before {
content: "\ebcc";
}
.uil-link:before {
content: "\ebcd";
}
.uil-linux:before {
content: "\ebce";
}
.uil-line:before {
content: "\ebcf";
}
.uil-linkedin-alt:before {
content: "\ebd0";
}
.uil-linkedin:before {
content: "\ebd1";
}
.uil-list-ol:before {
content: "\ebd2";
}
.uil-list-ui-alt:before {
content: "\ebd3";
}
.uil-list-ol-alt:before {
content: "\ebd4";
}
.uil-location-arrow-alt:before {
content: "\ebd5";
}
.uil-lira-sign:before {
content: "\ebd6";
}
.uil-location-point:before {
content: "\ebd7";
}
.uil-location-pin-alt:before {
content: "\ebd8";
}
.uil-location-arrow:before {
content: "\ebd9";
}
.uil-lottiefiles-alt:before {
content: "\ebda";
}
.uil-mailbox:before {
content: "\ebdb";
}
.uil-lock:before {
content: "\ebdc";
}
.uil-map-marker-minus:before {
content: "\ebdd";
}
.uil-map-marker-info:before {
content: "\ebde";
}
.uil-map-marker-edit:before {
content: "\ebdf";
}
.uil-map-marker-alt:before {
content: "\ebe0";
}
.uil-map-marker-shield:before {
content: "\ebe1";
}
.uil-map-marker-slash:before {
content: "\ebe2";
}
.uil-map-marker:before {
content: "\ebe3";
}
.uil-map-marker-question:before {
content: "\ebe4";
}
.uil-map-pin-alt:before {
content: "\ebe5";
}
.uil-map:before {
content: "\ebe6";
}
.uil-map-pin:before {
content: "\ebe7";
}
.uil-map-marker-plus:before {
content: "\ebe8";
}
.uil-mars:before {
content: "\ebe9";
}
.uil-lock-open-alt:before {
content: "\ebea";
}
.uil-lock-slash:before {
content: "\ebeb";
}
.uil-master-card:before {
content: "\ebec";
}
.uil-luggage-cart:before {
content: "\ebed";
}
.uil-lottiefiles:before {
content: "\ebee";
}
.uil-medical-square-full:before {
content: "\ebef";
}
.uil-lock-alt:before {
content: "\ebf0";
}
.uil-medical-square:before {
content: "\ebf1";
}
.uil-medical-drip:before {
content: "\ebf2";
}
.uil-medkit:before {
content: "\ebf3";
}
.uil-medium-m:before {
content: "\ebf4";
}
.uil-megaphone:before {
content: "\ebf5";
}
.uil-meeting-board:before {
content: "\ebf6";
}
.uil-meh-alt:before {
content: "\ebf7";
}
.uil-meh-closed-eye:before {
content: "\ebf8";
}
.uil-medal:before {
content: "\ebf9";
}
.uil-maximize-left:before {
content: "\ebfa";
}
.uil-meh:before {
content: "\ebfb";
}
.uil-list-ul:before {
content: "\ebfc";
}
.uil-metro:before {
content: "\ebfd";
}
.uil-message:before {
content: "\ebfe";
}
.uil-microphone-slash:before {
content: "\ebff";
}
.uil-mailbox-alt:before {
content: "\ec00";
}
.uil-microscope:before {
content: "\ec01";
}
.uil-microphone:before {
content: "\ec02";
}
.uil-microsoft:before {
content: "\ec03";
}
.uil-minus-path:before {
content: "\ec04";
}
.uil-minus-square-full:before {
content: "\ec05";
}
.uil-minus-circle:before {
content: "\ec06";
}
.uil-minus:before {
content: "\ec07";
}
.uil-missed-call:before {
content: "\ec08";
}
.uil-mobile-android-alt:before {
content: "\ec09";
}
.uil-mobile-android:before {
content: "\ec0a";
}
.uil-mobile-vibrate:before {
content: "\ec0b";
}
.uil-modem:before {
content: "\ec0c";
}
.uil-minus-square:before {
content: "\ec0d";
}
.uil-money-bill-slash:before {
content: "\ec0e";
}
.uil-money-bill-stack:before {
content: "\ec0f";
}
.uil-money-bill:before {
content: "\ec10";
}
.uil-lock-access:before {
content: "\ec11";
}
.uil-money-insert:before {
content: "\ec12";
}
.uil-money-stack:before {
content: "\ec13";
}
.uil-money-withdraw:before {
content: "\ec14";
}
.uil-money-withdrawal:before {
content: "\ec15";
}
.uil-moneybag-alt:before {
content: "\ec16";
}
.uil-moneybag:before {
content: "\ec17";
}
.uil-monitor-heart-rate:before {
content: "\ec18";
}
.uil-monitor:before {
content: "\ec19";
}
.uil-moon-eclipse:before {
content: "\ec1a";
}
.uil-moon:before {
content: "\ec1b";
}
.uil-moonset:before {
content: "\ec1c";
}
.uil-mountains-sun:before {
content: "\ec1d";
}
.uil-mountains:before {
content: "\ec1e";
}
.uil-mouse-alt-2:before {
content: "\ec1f";
}
.uil-mouse-alt:before {
content: "\ec20";
}
.uil-mouse:before {
content: "\ec21";
}
.uil-multiply:before {
content: "\ec22";
}
.uil-music-note:before {
content: "\ec23";
}
.uil-music-tune-slash:before {
content: "\ec24";
}
.uil-music:before {
content: "\ec25";
}
.uil-n-a:before {
content: "\ec26";
}
.uil-navigator:before {
content: "\ec27";
}
.uil-nerd:before {
content: "\ec28";
}
.uil-newspaper:before {
content: "\ec29";
}
.uil-no-entry:before {
content: "\ec2a";
}
.uil-ninja:before {
content: "\ec2b";
}
.uil-notebooks:before {
content: "\ec2c";
}
.uil-notes:before {
content: "\ec2d";
}
.uil-object-group:before {
content: "\ec2e";
}
.uil-object-ungroup:before {
content: "\ec2f";
}
.uil-octagon:before {
content: "\ec30";
}
.uil-okta:before {
content: "\ec31";
}
.uil-opera-alt:before {
content: "\ec32";
}
.uil-opera:before {
content: "\ec33";
}
.uil-outgoing-call:before {
content: "\ec34";
}
.uil-padlock:before {
content: "\ec35";
}
.uil-package:before {
content: "\ec36";
}
.uil-pagelines:before {
content: "\ec37";
}
.uil-paint-tool:before {
content: "\ec38";
}
.uil-pagerduty:before {
content: "\ec39";
}
.uil-palette:before {
content: "\ec3a";
}
.uil-panel-add:before {
content: "\ec3b";
}
.uil-panorama-h-alt:before {
content: "\ec3c";
}
.uil-panorama-h:before {
content: "\ec3d";
}
.uil-panorama-v:before {
content: "\ec3e";
}
.uil-paperclip:before {
content: "\ec3f";
}
.uil-parcel:before {
content: "\ec40";
}
.uil-paragraph:before {
content: "\ec41";
}
.uil-parking-circle:before {
content: "\ec42";
}
.uil-parking-square:before {
content: "\ec43";
}
.uil-pathfinder-unite:before {
content: "\ec44";
}
.uil-pathfinder:before {
content: "\ec45";
}
.uil-pause-circle:before {
content: "\ec46";
}
.uil-pause:before {
content: "\ec47";
}
.uil-paypal:before {
content: "\ec48";
}
.uil-pen:before {
content: "\ec49";
}
.uil-pentagon:before {
content: "\ec4a";
}
.uil-percentage:before {
content: "\ec4b";
}
.uil-phone-pause:before {
content: "\ec4c";
}
.uil-phone-alt:before {
content: "\ec4d";
}
.uil-phone-slash:before {
content: "\ec4e";
}
.uil-phone-times:before {
content: "\ec4f";
}
.uil-phone-volume:before {
content: "\ec50";
}
.uil-phone:before {
content: "\ec51";
}
.uil-picture:before {
content: "\ec52";
}
.uil-pizza-slice:before {
content: "\ec53";
}
.uil-plane-arrival:before {
content: "\ec54";
}
.uil-plane-departure:before {
content: "\ec55";
}
.uil-plane-fly:before {
content: "\ec56";
}
.uil-plane:before {
content: "\ec57";
}
.uil-play-circle:before {
content: "\ec58";
}
.uil-play:before {
content: "\ec59";
}
.uil-plug:before {
content: "\ec5a";
}
.uil-plus-circle:before {
content: "\ec5b";
}
.uil-plus-square:before {
content: "\ec5c";
}
.uil-plus:before {
content: "\ec5d";
}
.uil-podium:before {
content: "\ec5e";
}
.uil-polygon:before {
content: "\ec5f";
}
.uil-post-stamp:before {
content: "\ec60";
}
.uil-postcard:before {
content: "\ec61";
}
.uil-pound-circle:before {
content: "\ec62";
}
.uil-pound:before {
content: "\ec63";
}
.uil-power:before {
content: "\ec64";
}
.uil-prescription-bottle:before {
content: "\ec65";
}
.uil-presentation-check:before {
content: "\ec66";
}
.uil-presentation-edit:before {
content: "\ec67";
}
.uil-presentation-line:before {
content: "\ec68";
}
.uil-presentation-lines-alt:before {
content: "\ec69";
}
.uil-presentation-minus:before {
content: "\ec6a";
}
.uil-presentation-play:before {
content: "\ec6b";
}
.uil-presentation-plus:before {
content: "\ec6c";
}
.uil-presentation-times:before {
content: "\ec6d";
}
.uil-presentation:before {
content: "\ec6e";
}
.uil-previous:before {
content: "\ec6f";
}
.uil-pricetag-alt:before {
content: "\ec70";
}
.uil-print-slash:before {
content: "\ec71";
}
.uil-print:before {
content: "\ec72";
}
.uil-process:before {
content: "\ec73";
}
.uil-processor:before {
content: "\ec74";
}
.uil-programming-language:before {
content: "\ec75";
}
.uil-pump:before {
content: "\ec76";
}
.uil-puzzle-piece:before {
content: "\ec77";
}
.uil-qrcode-scan:before {
content: "\ec78";
}
.uil-question-circle:before {
content: "\ec79";
}
.uil-question:before {
content: "\ec7a";
}
.uil-raindrops-alt:before {
content: "\ec7b";
}
.uil-rainbow:before {
content: "\ec7c";
}
.uil-raindrops:before {
content: "\ec7d";
}
.uil-react:before {
content: "\ec7e";
}
.uil-receipt-alt:before {
content: "\ec7f";
}
.uil-receipt:before {
content: "\ec80";
}
.uil-record-audio:before {
content: "\ec81";
}
.uil-reddit-alien-alt:before {
content: "\ec82";
}
.uil-redo:before {
content: "\ec83";
}
.uil-refresh:before {
content: "\ec84";
}
.uil-registered:before {
content: "\ec85";
}
.uil-repeat:before {
content: "\ec86";
}
.uil-restaurant:before {
content: "\ec87";
}
.uil-right-indent-alt:before {
content: "\ec88";
}
.uil-right-to-left-text-direction:before {
content: "\ec89";
}
.uil-robot:before {
content: "\ec8a";
}
.uil-rope-way:before {
content: "\ec8b";
}
.uil-rocket:before {
content: "\ec8c";
}
.uil-rotate-360:before {
content: "\ec8d";
}
.uil-rss-alt:before {
content: "\ec8e";
}
.uil-rss-interface:before {
content: "\ec8f";
}
.uil-rss:before {
content: "\ec90";
}
.uil-ruler-combined:before {
content: "\ec91";
}
.uil-ruler:before {
content: "\ec92";
}
.uil-rupee-sign:before {
content: "\ec93";
}
.uil-sad-cry:before {
content: "\ec94";
}
.uil-sad-crying:before {
content: "\ec95";
}
.uil-sad-dizzy:before {
content: "\ec96";
}
.uil-sad-squint:before {
content: "\ec97";
}
.uil-sad:before {
content: "\ec98";
}
.uil-sanitizer-alt:before {
content: "\ec99";
}
.uil-sanitizer:before {
content: "\ec9a";
}
.uil-save:before {
content: "\ec9b";
}
.uil-scaling-left:before {
content: "\ec9c";
}
.uil-scaling-right:before {
content: "\ec9d";
}
.uil-scenery:before {
content: "\ec9e";
}
.uil-screw:before {
content: "\ec9f";
}
.uil-scroll-h:before {
content: "\eca0";
}
.uil-scroll:before {
content: "\eca1";
}
.uil-schedule:before {
content: "\eca2";
}
.uil-search-alt:before {
content: "\eca3";
}
.uil-search-minus:before {
content: "\eca4";
}
.uil-search:before {
content: "\eca5";
}
.uil-selfie:before {
content: "\eca6";
}
.uil-server-alt:before {
content: "\eca7";
}
.uil-search-plus:before {
content: "\eca8";
}
.uil-server-connection:before {
content: "\eca9";
}
.uil-server-network:before {
content: "\ecaa";
}
.uil-server-network-alt:before {
content: "\ecab";
}
.uil-servers:before {
content: "\ecac";
}
.uil-servicemark:before {
content: "\ecad";
}
.uil-server:before {
content: "\ecae";
}
.uil-setting:before {
content: "\ecaf";
}
.uil-share-alt:before {
content: "\ecb0";
}
.uil-share:before {
content: "\ecb1";
}
.uil-shield-check:before {
content: "\ecb2";
}
.uil-shield-exclamation:before {
content: "\ecb3";
}
.uil-shield-plus:before {
content: "\ecb4";
}
.uil-shield-question:before {
content: "\ecb5";
}
.uil-shield:before {
content: "\ecb6";
}
.uil-ship:before {
content: "\ecb7";
}
.uil-shop:before {
content: "\ecb8";
}
.uil-shield-slash:before {
content: "\ecb9";
}
.uil-shopping-bag:before {
content: "\ecba";
}
.uil-shopping-basket:before {
content: "\ecbb";
}
.uil-shopping-cart-alt:before {
content: "\ecbc";
}
.uil-shopping-cart:before {
content: "\ecbd";
}
.uil-shovel:before {
content: "\ecbe";
}
.uil-shrink:before {
content: "\ecbf";
}
.uil-shuffle:before {
content: "\ecc0";
}
.uil-shutter:before {
content: "\ecc1";
}
.uil-sick:before {
content: "\ecc2";
}
.uil-sigma:before {
content: "\ecc3";
}
.uil-sign-alt:before {
content: "\ecc4";
}
.uil-sign-in-alt:before {
content: "\ecc5";
}
.uil-sign-left:before {
content: "\ecc6";
}
.uil-sign-out-alt:before {
content: "\ecc7";
}
.uil-sign-right:before {
content: "\ecc8";
}
.uil-signal-alt:before {
content: "\ecc9";
}
.uil-signal:before {
content: "\ecca";
}
.uil-signin:before {
content: "\eccb";
}
.uil-signout:before {
content: "\eccc";
}
.uil-silence:before {
content: "\eccd";
}
.uil-signal-alt-3:before {
content: "\ecce";
}
.uil-silent-squint:before {
content: "\eccf";
}
.uil-sim-card:before {
content: "\ecd0";
}
.uil-skip-forward-alt:before {
content: "\ecd1";
}
.uil-sitemap:before {
content: "\ecd2";
}
.uil-skype-alt:before {
content: "\ecd3";
}
.uil-skype:before {
content: "\ecd4";
}
.uil-skip-forward:before {
content: "\ecd5";
}
.uil-skip-forward-circle:before {
content: "\ecd6";
}
.uil-shutter-alt:before {
content: "\ecd7";
}
.uil-sliders-v:before {
content: "\ecd8";
}
.uil-slider-h-range:before {
content: "\ecd9";
}
.uil-slider-h:before {
content: "\ecda";
}
.uil-sliders-v-alt:before {
content: "\ecdb";
}
.uil-slack-alt:before {
content: "\ecdc";
}
.uil-slack:before {
content: "\ecdd";
}
.uil-smile-beam:before {
content: "\ecde";
}
.uil-smile-dizzy:before {
content: "\ecdf";
}
.uil-smile-squint-wink-alt:before {
content: "\ece0";
}
.uil-smile-squint-wink:before {
content: "\ece1";
}
.uil-smile-wink-alt:before {
content: "\ece2";
}
.uil-smile-wink:before {
content: "\ece3";
}
.uil-smile:before {
content: "\ece4";
}
.uil-snapchat-ghost:before {
content: "\ece5";
}
.uil-snowflake:before {
content: "\ece6";
}
.uil-sperms:before {
content: "\ece7";
}
.uil-snow-flake:before {
content: "\ece8";
}
.uil-space-key:before {
content: "\ece9";
}
.uil-spade:before {
content: "\ecea";
}
.uil-star:before {
content: "\eceb";
}
.uil-sorting:before {
content: "\ecec";
}
.uil-squint:before {
content: "\eced";
}
.uil-step-backward-alt:before {
content: "\ecee";
}
.uil-snapchat-square:before {
content: "\ecef";
}
.uil-square:before {
content: "\ecf0";
}
.uil-square-shape:before {
content: "\ecf1";
}
.uil-spinner:before {
content: "\ecf2";
}
.uil-square-full:before {
content: "\ecf3";
}
.uil-spin:before {
content: "\ecf4";
}
.uil-stop-circle:before {
content: "\ecf5";
}
.uil-stopwatch-slash:before {
content: "\ecf6";
}
.uil-step-forward:before {
content: "\ecf7";
}
.uil-step-backward:before {
content: "\ecf8";
}
.uil-store-alt:before {
content: "\ecf9";
}
.uil-snapchat-alt:before {
content: "\ecfa";
}
.uil-sort:before {
content: "\ecfb";
}
.uil-sort-amount-down:before {
content: "\ecfc";
}
.uil-social-distancing:before {
content: "\ecfd";
}
.uil-subway:before {
content: "\ecfe";
}
.uil-subway-alt:before {
content: "\ecff";
}
.uil-stopwatch:before {
content: "\ed00";
}
.uil-subject:before {
content: "\ed01";
}
.uil-step-backward-circle:before {
content: "\ed02";
}
.uil-stretcher:before {
content: "\ed03";
}
.uil-store:before {
content: "\ed04";
}
.uil-streering:before {
content: "\ed05";
}
.uil-sync:before {
content: "\ed06";
}
.uil-sync-slash:before {
content: "\ed07";
}
.uil-sync-exclamation:before {
content: "\ed08";
}
.uil-table-tennis:before {
content: "\ed09";
}
.uil-stethoscope:before {
content: "\ed0a";
}
.uil-swimmer:before {
content: "\ed0b";
}
.uil-snowflake-alt:before {
content: "\ed0c";
}
.uil-tablet:before {
content: "\ed0d";
}
.uil-syringe:before {
content: "\ed0e";
}
.uil-table:before {
content: "\ed0f";
}
.uil-tag-alt:before {
content: "\ed10";
}
.uil-store-slash:before {
content: "\ed11";
}
.uil-tape:before {
content: "\ed12";
}
.uil-tachometer-fast:before {
content: "\ed13";
}
.uil-tag:before {
content: "\ed14";
}
.uil-tachometer-fast-alt:before {
content: "\ed15";
}
.uil-swatchbook:before {
content: "\ed16";
}
.uil-swiggy:before {
content: "\ed17";
}
.uil-surprise:before {
content: "\ed18";
}
.uil-sunset:before {
content: "\ed19";
}
.uil-telegram:before {
content: "\ed1a";
}
.uil-telegram-alt:before {
content: "\ed1b";
}
.uil-tear:before {
content: "\ed1c";
}
.uil-tablets:before {
content: "\ed1d";
}
.uil-taxi:before {
content: "\ed1e";
}
.uil-temperature-empty:before {
content: "\ed1f";
}
.uil-temperature-minus:before {
content: "\ed20";
}
.uil-temperature-half:before {
content: "\ed21";
}
.uil-temperature-plus:before {
content: "\ed22";
}
.uil-temperature-quarter:before {
content: "\ed23";
}
.uil-sort-amount-up:before {
content: "\ed24";
}
.uil-telescope:before {
content: "\ed25";
}
.uil-temperature:before {
content: "\ed26";
}
.uil-sun:before {
content: "\ed27";
}
.uil-suitcase:before {
content: "\ed28";
}
.uil-temperature-three-quarter:before {
content: "\ed29";
}
.uil-text-strike-through:before {
content: "\ed2a";
}
.uil-text:before {
content: "\ed2b";
}
.uil-stethoscope-alt:before {
content: "\ed2c";
}
.uil-text-size:before {
content: "\ed2d";
}
.uil-th-slash:before {
content: "\ed2e";
}
.uil-th-large:before {
content: "\ed2f";
}
.uil-thermometer:before {
content: "\ed30";
}
.uil-th:before {
content: "\ed31";
}
.uil-star-half-alt:before {
content: "\ed32";
}
.uil-thunderstorm-moon:before {
content: "\ed33";
}
.uil-thunderstorm:before {
content: "\ed34";
}
.uil-thumbs-up:before {
content: "\ed35";
}
.uil-thumbs-down:before {
content: "\ed36";
}
.uil-times-circle:before {
content: "\ed37";
}
.uil-toggle-off:before {
content: "\ed38";
}
.uil-thunderstorm-sun:before {
content: "\ed39";
}
.uil-spinner-alt:before {
content: "\ed3a";
}
.uil-times:before {
content: "\ed3b";
}
.uil-times-square:before {
content: "\ed3c";
}
.uil-toggle-on:before {
content: "\ed3d";
}
.uil-suitcase-alt:before {
content: "\ed3e";
}
.uil-tennis-ball:before {
content: "\ed3f";
}
.uil-text-fields:before {
content: "\ed40";
}
.uil-ticket:before {
content: "\ed41";
}
.uil-toilet-paper:before {
content: "\ed42";
}
.uil-top-arrow-from-top:before {
content: "\ed43";
}
.uil-top-arrow-to-top:before {
content: "\ed44";
}
.uil-tornado:before {
content: "\ed45";
}
.uil-trademark-circle:before {
content: "\ed46";
}
.uil-trademark:before {
content: "\ed47";
}
.uil-traffic-barrier:before {
content: "\ed48";
}
.uil-traffic-light:before {
content: "\ed49";
}
.uil-transaction:before {
content: "\ed4a";
}
.uil-trash-alt:before {
content: "\ed4b";
}
.uil-trash:before {
content: "\ed4c";
}
.uil-trees:before {
content: "\ed4d";
}
.uil-triangle:before {
content: "\ed4e";
}
.uil-trophy:before {
content: "\ed4f";
}
.uil-trowel:before {
content: "\ed50";
}
.uil-truck-loading:before {
content: "\ed51";
}
.uil-truck:before {
content: "\ed52";
}
.uil-tumblr-alt:before {
content: "\ed53";
}
.uil-tumblr-square:before {
content: "\ed54";
}
.uil-tumblr:before {
content: "\ed55";
}
.uil-tv-retro-slash:before {
content: "\ed56";
}
.uil-tv-retro:before {
content: "\ed57";
}
.uil-twitter-alt:before {
content: "\ed58";
}
.uil-twitter:before {
content: "\ed59";
}
.uil-umbrella:before {
content: "\ed5a";
}
.uil-unamused:before {
content: "\ed5b";
}
.uil-underline:before {
content: "\ed5c";
}
.uil-university:before {
content: "\ed5d";
}
.uil-unlock-alt:before {
content: "\ed5e";
}
.uil-unlock:before {
content: "\ed5f";
}
.uil-upload-alt:before {
content: "\ed60";
}
.uil-upload:before {
content: "\ed61";
}
.uil-usd-circle:before {
content: "\ed62";
}
.uil-usd-square:before {
content: "\ed63";
}
.uil-user-arrows:before {
content: "\ed64";
}
.uil-user-check:before {
content: "\ed65";
}
.uil-user-circle:before {
content: "\ed66";
}
.uil-user-exclamation:before {
content: "\ed67";
}
.uil-user-location:before {
content: "\ed68";
}
.uil-user-md:before {
content: "\ed69";
}
.uil-user-minus:before {
content: "\ed6a";
}
.uil-user-nurse:before {
content: "\ed6b";
}
.uil-user-plus:before {
content: "\ed6c";
}
.uil-user-square:before {
content: "\ed6d";
}
.uil-user-times:before {
content: "\ed6e";
}
.uil-user:before {
content: "\ed6f";
}
.uil-users-alt:before {
content: "\ed70";
}
.uil-utensils-alt:before {
content: "\ed71";
}
.uil-utensils:before {
content: "\ed72";
}
.uil-vector-square-alt:before {
content: "\ed73";
}
.uil-vector-square:before {
content: "\ed74";
}
.uil-venus:before {
content: "\ed75";
}
.uil-vertical-align-bottom:before {
content: "\ed76";
}
.uil-vertical-align-center:before {
content: "\ed77";
}
.uil-vertical-align-top:before {
content: "\ed78";
}
.uil-vertical-distribute-bottom:before {
content: "\ed79";
}
.uil-vertical-distribution-center:before {
content: "\ed7a";
}
.uil-vertical-distribution-top:before {
content: "\ed7b";
}
.uil-video-question:before {
content: "\ed7c";
}
.uil-video-slash:before {
content: "\ed7d";
}
.uil-video:before {
content: "\ed7e";
}
.uil-virus-slash:before {
content: "\ed7f";
}
.uil-visual-studio:before {
content: "\ed80";
}
.uil-vk-alt:before {
content: "\ed81";
}
.uil-vk:before {
content: "\ed82";
}
.uil-voicemail-rectangle:before {
content: "\ed83";
}
.uil-voicemail:before {
content: "\ed84";
}
.uil-volume-down:before {
content: "\ed85";
}
.uil-volleyball:before {
content: "\ed86";
}
.uil-volume-mute:before {
content: "\ed87";
}
.uil-volume-off:before {
content: "\ed88";
}
.uil-volume-up:before {
content: "\ed89";
}
.uil-volume:before {
content: "\ed8a";
}
.uil-vuejs-alt:before {
content: "\ed8b";
}
.uil-vuejs:before {
content: "\ed8c";
}
.uil-wall:before {
content: "\ed8d";
}
.uil-wallet:before {
content: "\ed8e";
}
.uil-watch-alt:before {
content: "\ed8f";
}
.uil-watch:before {
content: "\ed90";
}
.uil-water-drop-slash:before {
content: "\ed91";
}
.uil-water-glass:before {
content: "\ed92";
}
.uil-water:before {
content: "\ed93";
}
.uil-web-grid-alt:before {
content: "\ed94";
}
.uil-web-grid:before {
content: "\ed95";
}
.uil-web-section:before {
content: "\ed96";
}
.uil-webcam:before {
content: "\ed97";
}
.uil-web-section-alt:before {
content: "\ed98";
}
.uil-whatsapp-alt:before {
content: "\ed99";
}
.uil-whatsapp:before {
content: "\ed9a";
}
.uil-weight:before {
content: "\ed9b";
}
.uil-wheel-barrow:before {
content: "\ed9c";
}
.uil-wheelchair-alt:before {
content: "\ed9d";
}
.uil-wheelchair:before {
content: "\ed9e";
}
.uil-wifi-router:before {
content: "\ed9f";
}
.uil-wind-moon:before {
content: "\eda0";
}
.uil-wifi:before {
content: "\eda1";
}
.uil-wifi-slash:before {
content: "\eda2";
}
.uil-wind-sun:before {
content: "\eda3";
}
.uil-wind:before {
content: "\eda4";
}
.uil-window-grid:before {
content: "\eda5";
}
.uil-window-maximize:before {
content: "\eda6";
}
.uil-window-section:before {
content: "\eda7";
}
.uil-window:before {
content: "\eda8";
}
.uil-windows:before {
content: "\eda9";
}
.uil-windsock:before {
content: "\edaa";
}
.uil-windy:before {
content: "\edab";
}
.uil-wordpress-simple:before {
content: "\edac";
}
.uil-wordpress:before {
content: "\edad";
}
.uil-wrap-text:before {
content: "\edae";
}
.uil-wrench:before {
content: "\edaf";
}
.uil-x-add:before {
content: "\edb0";
}
.uil-x:before {
content: "\edb1";
}
.uil-yen-circle:before {
content: "\edb2";
}
.uil-yen:before {
content: "\edb3";
}
.uil-yin-yang:before {
content: "\edb4";
}
.uil-youtube:before {
content: "\edb5";
}.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; } .wp-block-themepunch-revslider { position: relative }   rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }
rs-sbg-px { pointer-events: none }
.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }
.rs-forcehidden * { visibility: hidden !important; } .rs_splitted_lines { display: block; white-space: nowrap !important}
.rs-go-fullscreen {
position:fixed !important;
width:100% !important;
height:100% !important;
top:0px !important;
left:0px !important;
z-index:9999999 !important;
background:#ffffff;
}
.rtl {	direction: rtl;}
@font-face {
font-family: 'revicons';
src: url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
src: url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),
url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),
url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),
url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="revicon-"]:before, [class*=" revicon-"]:before {
font-family: "revicons";
font-style: normal;
font-weight: normal;
speak: never;
speak-as: spell-out;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
speak: never;
speak-as: spell-out;
display: inline-block;
text-decoration: inherit;
width: auto;
margin-right: 0;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: inherit;
margin-left: 0;
}
rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus
{
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.revicon-search-1:before { content: '\e802'; } .revicon-pencil-1:before { content: '\e831'; } .revicon-picture-1:before { content: '\e803'; } .revicon-cancel:before { content: '\e80a'; } .revicon-info-circled:before { content: '\e80f'; } .revicon-trash:before { content: '\e801'; } .revicon-left-dir:before { content: '\e817'; } .revicon-right-dir:before { content: '\e818'; } .revicon-down-open:before { content: '\e83b'; } .revicon-left-open:before { content: '\e819'; } .revicon-right-open:before { content: '\e81a'; } .revicon-angle-left:before { content: '\e820'; } .revicon-angle-right:before { content: '\e81d'; } .revicon-left-big:before { content: '\e81f'; } .revicon-right-big:before { content: '\e81e'; } .revicon-magic:before { content: '\e807'; } .revicon-picture:before { content: '\e800'; } .revicon-export:before { content: '\e80b'; } .revicon-cog:before { content: '\e832'; } .revicon-login:before { content: '\e833'; } .revicon-logout:before { content: '\e834'; } .revicon-video:before { content: '\e805'; } .revicon-arrow-combo:before { content: '\e827'; } .revicon-left-open-1:before { content: '\e82a'; } .revicon-right-open-1:before { content: '\e82b'; } .revicon-left-open-mini:before { content: '\e822'; } .revicon-right-open-mini:before { content: '\e823'; } .revicon-left-open-big:before { content: '\e824'; } .revicon-right-open-big:before { content: '\e825'; } .revicon-left:before { content: '\e836'; } .revicon-right:before { content: '\e826'; } .revicon-ccw:before { content: '\e808'; } .revicon-arrows-ccw:before { content: '\e806'; } .revicon-palette:before { content: '\e829'; } .revicon-list-add:before { content: '\e80c'; } .revicon-doc:before { content: '\e809'; } .revicon-left-open-outline:before { content: '\e82e'; } .revicon-left-open-2:before { content: '\e82c'; } .revicon-right-open-outline:before { content: '\e82f'; } .revicon-right-open-2:before { content: '\e82d'; } .revicon-equalizer:before { content: '\e83a'; } .revicon-layers-alt:before { content: '\e804'; } .revicon-popup:before { content: '\e828'; }  .tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}
rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}
.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }
rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }
rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }
rs-sbg-effectwrap {
position:absolute;top:0px;left:0px;width:100%;height:100%
}
rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }
rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}
a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }
a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }
.entry-content rs-module a, rs-module a { box-shadow: none; }
.rs-ov-hidden 		{ 	overflow:hidden !important;}
.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}
.rs-parallax-hidden-of rs-slide { overflow:hidden !important}
.tp-simpleresponsive img,
rs-module img{
max-width:none !important;
transition: none;
margin:0px;
padding:0px;
border:none;
}
rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}
rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }
.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}
.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}
.rs-layer-video { overflow: hidden }
.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }
rs-module rs-layer,
rs-module .rs-layer {
opacity: 0;
position:relative;
visibility: hidden; display: block;
-webkit-font-smoothing: antialiased !important;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-moz-osx-font-smoothing: grayscale;
z-index:1;
font-display: swap;
}
rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
user-select: none;	
}
rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
margin-bottom:0;
}
.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}
rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; } rs-carousel-wrap {
cursor:url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
cursor:url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
}
rs-carousel-wrap.noswipe {
cursor: default;
}
rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;} .tp_inner_padding {
box-sizing:border-box;
max-height:none !important;
}
.rs-layer.rs-selectable {
user-select: text;	
}
rs-px-mask {
overflow: hidden;
display: block;
width: 100%;
height: 100%;
position: relative;
}
rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
max-width: none !important;
border: none;
}
rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);} rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}
rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }
rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap { z-index: 1 }
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
{ transform-style:flat;} @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ 
rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {backface-visibility: hidden;transform-style: preserve-3d;}
}
.safarifix rs-layer-wrap {
perspective: 1000000;
}
@-moz-document url-prefix() {
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap { perspective: none; }
}
rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}
.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}
rs-column-wrap .rs-parallax-wrap  { vertical-align: top }
.rs-layer img,
rs-layer img { vertical-align: top }
rs-row,
rs-row.rs-layer 	{
display:table;
position:relative;
width:100% !important;
table-layout: fixed;
box-sizing: border-box;
vertical-align: top;
height:auto;
font-size:0px;
}
.rs-layer.rs-waction.iospermaccwait.permanenthidden { display:none !important; visibility:hidden !important; pointer-events: none !important;}
rs-column-wrap {
display: table-cell;
position: relative;
vertical-align: top;
height: auto;
box-sizing: border-box;
font-size:0px;
}
rs-column {
box-sizing: border-box;
display: block;
position: relative;
width:100% !important;
height:auto !important;
white-space: normal !important;
}
rs-cbg-mask-wrap {
position: absolute;
z-index: 0;
box-sizing: border-box;
}
rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
position: absolute;
z-index: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.rs-pelock * { pointer-events: none !important;}
rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative; left:auto; top:auto; line-height: 0px;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }
.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }
.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
visibility:hidden !important;
display:none !important
}  a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
pointer-events: none !important
}
rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden} rs-static-layers.rs-stl-back {
z-index:0;
}
.rs-stl-visible{
overflow: visible !important;
}
.rs-layer rs-fcr 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom-width: 0 !important; border-top: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-fcrt 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top-width: 0 !important; border-bottom: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-bcr 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; border-top-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.rs-layer rs-bcrt 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; border-bottom-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.tp-layer-inner-rotation {
position: relative !important;
} img.tp-slider-alternative-image	{
width:100%; height:auto;
} .noFilterClass {
filter:none !important;
} rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}
.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}
.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; }
.rs-fsv video				{	background: #000}
.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
.videoisplaying .html5vid rs-poster	{	display: none}
.tp-video-play-button					{
background:#000;
background:rgba(0,0,0,0.3);
border-radius:5px;
position: absolute;
top: 50%;
left: 50%;
color: #FFF;
z-index: 3;
margin-top: -25px;
margin-left: -25px;
line-height: 50px !important;
text-align: center;
cursor: pointer;
width: 50px;
height:50px;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
z-index: 4;
opacity: 0;
transition:opacity 300ms ease-out !important;
}
.rs-ISM .tp-video-play-button{
opacity: 1;
transition: none !important;
z-index: 6;
}
.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}
.videoisplaying  .tp-video-play-button			{	display:none}
.fullcoveredvideo .tp-video-play-button			{	display:none !important}
.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}
.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }
@supports not (-ms-high-contrast:none) { .rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}
.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}
.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}
.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}
rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}
rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; } rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)} .tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}
.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
z-index: -2;
position: absolute;
content: "";
bottom: 10px;
left: 10px;
width: 50%;
top: 85%;
max-width:300px;
background: transparent;
box-shadow: 0 15px 10px rgba(0,0,0,0.8);
transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after
{
transform: rotate(3deg);
right: 10px;
left: auto;
}
.tp-shadow5
{
position:relative;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
content:"";
position:absolute;
z-index:-2;
box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
top:30%;
bottom:0;
left:20px;
right:20px;
border-radius:100px / 20px;
} .rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }
.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}
.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;} .rev-burger {
position: relative;
box-sizing: border-box;
padding: 22px 14px 22px 14px;
border-radius: 50%;
border: 1px solid rgba(51,51,51,0.25);
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}
.rev-burger span {
display: block;
width: 30px;
height: 3px;
background: #333;
transition: .7s;
pointer-events: none;
transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
margin: 3px 0;
}
.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
transform: translateY(6px) rotate(-45deg);
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
transform: rotate(-45deg);
opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
border: 2px solid rgba(255,255,255,0.2);
}
.rev-b-span-light span,
.rev-burger.revb-white span {
background: #fff;
}
.rev-burger.revb-whitenoborder {
border: 0;
}
.rev-burger.revb-whitenoborder span {
background: #fff;
}
.rev-burger.revb-darknoborder {
border: 0;
}
.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
background: #333;
}
.rev-burger.revb-whitefull {
background: #fff;
border:none;
}
.rev-burger.revb-whitefull span {
background:#333;
}
.rev-burger.revb-darkfull {
background: #333;
border:none;
}
.rev-burger.revb-darkfull span {
background:#fff;
} @keyframes rev-ani-mouse {
0% {opacity: 1;top: 29%;}
15% {opacity: 1;top: 70%;}
50% {opacity: 0;top: 70%;}
100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
display: inline-block;
position: relative;
left: 0;
right: 0;
text-align: center;
cursor: pointer;
width:35px;
height:55px;
box-sizing: border-box;
border: 3px solid white;
border-radius: 23px;
}
.rev-scroll-btn > * {
display: inline-block;
line-height: 18px;
font-size: 13px;
font-weight: normal;
color: #7f8c8d;
color: #ffffff;
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite  {
background:#fff;
}
.rev-scroll-btn.revs-fullwhite span {
background: #333;
}
.rev-scroll-btn.revs-fulldark  {
background:#333;
border:none;
}
.rev-scroll-btn.revs-fulldark  span {
background: #fff;
}
.rev-scroll-btn span {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
border-radius: 50%;
animation: rev-ani-mouse 2.5s linear infinite;
background: #fff;
}
.rev-scroll-btn.rev-b-span-dark {
border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
background: #333;
}
.rev-control-btn {
position: relative;
display: inline-block;
z-index: 5;
color: #FFF;
font-size: 20px;
line-height: 60px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
text-decoration: none;
text-align: center;
background-color: #000;
border-radius: 50px;
text-shadow: none;
background-color: rgba(0, 0, 0, 0.50);
width:60px;
height:60px;
box-sizing: border-box;
cursor: pointer;
}
.rev-cbutton-dark-sr	{
border-radius: 3px;
}
.rev-cbutton-light	{
color: #333;
background-color: rgba(255,255,255, 0.75);
}
.rev-cbutton-light-sr	{
color: #333;
border-radius: 3px;
background-color: rgba(255,255,255, 0.75);
}
.rev-sbutton {
line-height: 37px;
width:37px;
height:37px;
}
.rev-sbutton-blue	{
background-color: #3B5998
}
.rev-sbutton-lightblue	{
background-color: #00A0D1;
}
.rev-sbutton-red	{
background-color: #DD4B39;
} rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px } .rs-layer img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); } .rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}  .rs-layer .rs-starring				{	display: inline-block}
.rs-layer .rs-starring .star-rating {
float: none;
display: inline-block;
vertical-align: top;
color: #FFC321 !important;
}
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
position: relative;
height: 1em;
width: 5.4em;
font-family: star;
font-size: 1em !important;
}
.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.rs-layer .rs-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
} rs-loader 	{
top:50%; left:50%;
z-index:10000;
position:absolute;
}
rs-loader.off {
display: none !important;
}
rs-loader.spinner0 {
width: 40px;
height: 40px;
background-color: #fff;
background-image:url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position: center center;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
}
rs-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
}
rs-loader.spinner5 	{
background-image:url(//joziangels.co.za/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position:10px 10px;
background-color:#fff;
margin:-22px -22px;
width:44px;height:44px;
border-radius: 3px;
}
@keyframes tp-rotateplane {
0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}
rs-loader.spinner2 {
width: 40px;
height: 40px;
margin-top:-20px;margin-left:-20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
animation: tp-scaleout 1.0s infinite ease-in-out;
}
@keyframes tp-scaleout {
0% {transform: scale(0.0);}
100% {transform: scale(1.0);opacity: 0;}
}
rs-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
display: inline-block;
animation: tp-bouncedelay 1.4s infinite ease-in-out; animation-fill-mode: both;
}
rs-loader.spinner3 .bounce1 {
animation-delay: -0.32s;
}
rs-loader.spinner3 .bounce2 {
animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
0%, 80%, 100% {transform: scale(0.0);}
40% {transform: scale(1.0);}
}
rs-loader.spinner4 {
margin: -20px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
animation: tp-rotate 2.0s infinite linear;
}
rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
animation: tp-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
rs-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;
animation-delay: -1.0s;
}
@keyframes tp-rotate { 100% { transform: rotate(360deg);}}
@keyframes tp-bounce {
0%, 100% {transform: scale(0.0);}
50% { transform: scale(1.0);}
}
rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }
rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }
rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}
a.rs-layer { transition: none } rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;} .tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }
.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}
.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}
.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}
rs-poster 						 { cursor:pointer; z-index:3; }
.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}
.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }
.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }
.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}
.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }  .rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
width: auto;
margin: 0;
line-height: inherit;
box-sizing: inherit;
} rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important} .rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }
.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;} .dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}
.dddwrapper { transform-style: flat;perspective: 10000px; } .rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}
.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;} .aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-image:radial-gradient(circle,40%, #d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode:color} @media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
.willow{filter:grayscale(1) contrast(.95) brightness(.9)}
.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%} rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}} .bgcanvas { display: none; position: absolute; overflow: hidden; } .RSscrollbar-measure {
width: 100px;
height: 100px;
overflow: scroll;
position: absolute;
top: -9999px;
} .avada-has-rev-slider-styles .rev_slider_wrapper {
transform:none;
}