/**handles:e-animations,upk-font,upk-social-share**/
@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:ultimate-post-kit;src:url("https://theambitgroup.co.uk/wp-content/plugins/ultimate-post-kit/assets/fonts/ultimate-post-kit.woff2?9pdzvf") format("woff2"),url("https://theambitgroup.co.uk/wp-content/plugins/ultimate-post-kit/assets/fonts/ultimate-post-kit.ttf?9pdzvf") format("truetype"),url("https://theambitgroup.co.uk/wp-content/plugins/ultimate-post-kit/assets/fonts/ultimate-post-kit.woff?9pdzvf") format("woff"),url("https://theambitgroup.co.uk/wp-content/plugins/ultimate-post-kit/assets/fonts/ultimate-post-kit.svg?9pdzvf#ultimate-post-kit") format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" upk-icon-"],[class^=upk-icon-]{font-family:ultimate-post-kit!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.upk-icon-featured-gallery:before{content:"\e9a0"}.upk-icon-post-comments:before{content:"\e9a1"}.upk-icon-post-title:before{content:"\e99a"}.upk-icon-post-content:before{content:"\e99b"}.upk-icon-post-info:before{content:"\e99e"}.upk-icon-post-featured-image:before{content:"\e99f"}.upk-icon-checkerboard:before{content:"\e998"}.upk-icon-gratis-grid:before{content:"\e995"}.upk-icon-eldora-carousel:before{content:"\e996"}.upk-icon-gratis-carousel:before{content:"\e997"}.upk-icon-candy-list:before{content:"\e994"}.upk-icon-instagram-gallery:before{content:"\e992"}.upk-icon-banner:before{content:"\e98f"}.upk-icon-stone-hover:before{content:"\e991"}.upk-icon-snog-slider:before{content:"\e98e"}.upk-icon-iconic-slider:before{content:"\e9a8"}.upk-icon-exotic-list:before{content:"\e98d"}.upk-icon-foxico-slider:before{content:"\e98c"}.upk-icon-reading-progress-circle:before{content:"\e98b"}.upk-icon-pholox-slider:before{content:"\e990"}.upk-icon-sline-slider:before{content:"\e999"}.upk-icon-berlin-slider:before{content:"\e9a4"}.upk-icon-carbon-slider:before{content:"\e98a"}.upk-icon-reading-progress:before{content:"\e987"}.upk-icon-atlas-slider:before{content:"\e988"}.upk-icon-category-carousel:before{content:"\e989"}.upk-icon-crystal-slider:before{content:"\e986"}.upk-icon-vertex-slider:before{content:"\e984"}.upk-icon-camux-slider:before{content:"\e985"}.upk-icon-static-social-count:before{content:"\e983"}.upk-icon-welsh-list:before{content:"\e97f"}.upk-icon-amox-carousel:before{content:"\e980"}.upk-icon-amox-grid:before{content:"\e981"}.upk-icon-skide-slider:before{content:"\e97e"}.upk-icon-recent-comments:before{content:"\e97d"}.upk-icon-pixina-grid:before{content:"\e975"}.upk-icon-classic-list:before{content:"\e976"}.upk-icon-noxe-slider:before{content:"\e977"}.upk-icon-grove-timeline:before{content:"\e978"}.upk-icon-post-calendar:before{content:"\e979"}.upk-icon-wixer-carousel:before{content:"\e97a"}.upk-icon-wixer-grid:before{content:"\e97b"}.upk-icon-pixina-carousel:before{content:"\e97c"}.upk-icon-soft-timeline:before{content:"\e96f"}.upk-icon-hansel-slider:before{content:"\e970"}.upk-icon-holux-tabs:before{content:"\e971"}.upk-icon-forbes-tabs:before{content:"\e972"}.upk-icon-snap-timeline:before{content:"\e973"}.upk-icon-optick-slider:before{content:"\e974"}.upk-icon-buzz-list:before{content:"\e96a"}.upk-icon-buzz-list-carousel:before{content:"\e96b"}.upk-icon-newsletter:before{content:"\e96c"}.upk-icon-scott-list:before{content:"\e96d"}.upk-icon-fanel-list:before{content:"\e96e"}.upk-icon-social-share:before{content:"\e969"}.upk-icon-social-link:before{content:"\e969"}.upk-icon-tiny-list:before{content:"\e968"}.upk-icon-author:before{content:"\e967"}.upk-icon-timeline:before{content:"\e965"}.upk-icon-featured-list:before{content:"\e966"}.upk-icon-tag-cloud:before{content:"\e960"}.upk-icon-post-accordion:before{content:"\e962"}.upk-icon-harold-carousel:before{content:"\e963"}.upk-icon-post-category:before{content:"\e964"}.upk-icon-news-ticker:before{content:"\e95f"}.upk-icon-kalon-carousel:before{content:"\e95c"}.upk-icon-kalon-grid:before{content:"\e95d"}.upk-icon-paradox-slider:before{content:"\e95e"}.upk-icon-alice-carousel:before{content:"\e958"}.upk-icon-alice-grid:before{content:"\e959"}.upk-icon-harold-list:before{content:"\e95a"}.upk-icon-alex-carousel:before{content:"\e951"}.upk-icon-alex-grid:before{content:"\e952"}.upk-icon-ramble-grid:before{content:"\e953"}.upk-icon-ramble-carousel:before{content:"\e954"}.upk-icon-maple-carousel:before{content:"\e955"}.upk-icon-elite-carousel:before{content:"\e956"}.upk-icon-alter-carousel:before{content:"\e957"}.upk-icon-alter-grid:before{content:"\e902"}.upk-icon-elite-grid:before{content:"\e94d"}.upk-icon-hazel-carousel:before{content:"\e94e"}.upk-icon-hazel-grid:before{content:"\e94f"}.upk-icon-maple-grid:before{content:"\e950"}.upk-icon-audio_link:before{content:"\e9a2"}.upk-icon-multicolor-item:before{content:"\e993"}.upk-icon-category_image:before{content:"\e9c2"}.upk-icon-video_link:before{content:"\e9c3"}.upk-icon-live-copy:before{content:"\e9bf"}.upk-icon-asset-manager:before{content:"\e9c0"}.upk-icon-duplicator:before{content:"\e9c1"}.upk-icon-animations:before{content:"\e982"}.upk-icon-arrow-left-0:before{content:"\e99c"}.upk-icon-arrow-right-0:before{content:"\e99d"}.upk-icon-arrow-left-1:before{content:"\e917"}.upk-icon-arrow-right-1:before{content:"\e925"}.upk-icon-arrow-left-2:before{content:"\e918"}.upk-icon-arrow-right-2:before{content:"\e926"}.upk-icon-arrow-left-3:before{content:"\e919"}.upk-icon-arrow-right-3:before{content:"\e927"}.upk-icon-arrow-left-4:before{content:"\e91a"}.upk-icon-arrow-right-4:before{content:"\e928"}.upk-icon-arrow-left-5:before{content:"\e943"}.upk-icon-arrow-right-5:before{content:"\e944"}.upk-icon-arrow-left-6:before{content:"\e945"}.upk-icon-arrow-right-6:before{content:"\e946"}.upk-icon-arrow-left-7:before{content:"\e949"}.upk-icon-arrow-right-7:before{content:"\e94a"}.upk-icon-arrow-left-8:before{content:"\e91e"}.upk-icon-arrow-right-8:before{content:"\e92c"}.upk-icon-arrow-left-9:before{content:"\e91f"}.upk-icon-arrow-right-9:before{content:"\e92d"}.upk-icon-arrow-left-10:before{content:"\e920"}.upk-icon-arrow-right-10:before{content:"\e92e"}.upk-icon-arrow-left-11:before{content:"\e921"}.upk-icon-arrow-right-11:before{content:"\e92f"}.upk-icon-arrow-left-12:before{content:"\e94b"}.upk-icon-arrow-right-12:before{content:"\e94c"}.upk-icon-arrow-left-13:before{content:"\e922"}.upk-icon-arrow-right-13:before{content:"\e930"}.upk-icon-arrow-left-14:before{content:"\e91d"}.upk-icon-arrow-right-14:before{content:"\e92b"}.upk-icon-arrow-left-15:before{content:"\e923"}.upk-icon-arrow-right-15:before{content:"\e931"}.upk-icon-arrow-left-16:before{content:"\e924"}.upk-icon-arrow-right-16:before{content:"\e932"}.upk-icon-arrow-left-17:before{content:"\e91c"}.upk-icon-arrow-right-17:before{content:"\e92a"}.upk-icon-arrow-left-18:before{content:"\e91b"}.upk-icon-arrow-right-18:before{content:"\e929"}.upk-icon-arrow-up-1:before{content:"\e933"}.upk-icon-arrow-down-1:before{content:"\e910"}.upk-icon-arrow-up-2:before{content:"\e934"}.upk-icon-arrow-down-2:before{content:"\e911"}.upk-icon-arrow-up-3:before{content:"\e935"}.upk-icon-arrow-down-3:before{content:"\e912"}.upk-icon-arrow-up-4:before{content:"\e936"}.upk-icon-arrow-down-4:before{content:"\e913"}.upk-icon-arrow-up-5:before{content:"\e937"}.upk-icon-arrow-down-5:before{content:"\e915"}.upk-icon-arrow-up-7:before{content:"\e938"}.upk-icon-arrow-down-7:before{content:"\e916"}.upk-icon-arrow-up-8:before{content:"\e939"}.upk-icon-arrow-down-8:before{content:"\e947"}.upk-icon-arrow-left-circle-1:before{content:"\e93b"}.upk-icon-arrow-right-circle-1:before{content:"\e93f"}.upk-icon-arrow-left-circle-2:before{content:"\e93c"}.upk-icon-arrow-right-circle-2:before{content:"\e940"}.upk-icon-arrow-left-circle-3:before{content:"\e93d"}.upk-icon-arrow-right-circle-3:before{content:"\e941"}.upk-icon-arrow-left-circle-4:before{content:"\e93a"}.upk-icon-arrow-right-circle-4:before{content:"\e93e"}.upk-icon-arrow-left-square-1:before{content:"\e948"}.upk-icon-arrow-right-square-1:before{content:"\e942"}.upk-icon-play:before{content:"\e9a3"}.upk-icon-ultimate-post-kit:before{content:"\e95b"}.upk-icon-hexagon-zigzag:before{content:"\e90f"}.upk-icon-bulge-rectangle:before{content:"\e90e"}.upk-icon-hexagon-radius2:before{content:"\e90d"}.upk-icon-hexagon:before{content:"\e90c"}.upk-icon-hexagon-radius:before{content:"\e604"}.upk-icon-g2:before{content:"\e90b"}.upk-icon-plus-2:before{content:"\e908"}.upk-icon-user:before{content:"\f007"}.upk-icon-eye:before{content:"\f06e"}.upk-icon-preview:before{content:"\f06e"}.upk-icon-email:before{content:"\f0e0"}.upk-icon-meneame:before{content:"\e906"}.upk-icon-moimir:before{content:"\e900"}.upk-icon-instapaper:before{content:"\e903"}.upk-icon-surfingbird:before{content:"\e904"}.upk-icon-livejournal:before{content:"\e905"}.upk-icon-baidu:before{content:"\e907"}.upk-icon-line:before{content:"\e90a"}.upk-icon-twitter:before{content:"\f099"}.upk-icon-linkedin:before{content:"\f0e1"}.upk-icon-github:before{content:"\f113"}.upk-icon-youtube:before{content:"\f167"}.upk-icon-xing:before{content:"\f168"}.upk-icon-instagram:before{content:"\f16d"}.upk-icon-tumblr:before{content:"\f173"}.upk-icon-apple:before{content:"\f179"}.upk-icon-android:before{content:"\f17b"}.upk-icon-dribbble:before{content:"\f17d"}.upk-icon-skype:before{content:"\f17e"}.upk-icon-vk:before{content:"\f189"}.upk-icon-weibo:before{content:"\f18a"}.upk-icon-renren:before{content:"\f18b"}.upk-icon-wordpress:before{content:"\f19a"}.upk-icon-google:before{content:"\f1a0"}.upk-icon-delicious:before{content:"\f1a5"}.upk-icon-digg:before{content:"\f1a6"}.upk-icon-soundcloud:before{content:"\f1be"}.upk-icon-wechat:before{content:"\f1d7"}.upk-icon-pinterest:before{content:"\f231"}.upk-icon-whatsapp:before{content:"\f232"}.upk-icon-odnoklassniki:before{content:"\f263"}.upk-icon-pocket:before{content:"\f265"}.upk-icon-safari:before{content:"\f267"}.upk-icon-chrome:before{content:"\f268"}.upk-icon-firefox:before{content:"\f269"}.upk-icon-opera:before{content:"\f26a"}.upk-icon-ie:before{content:"\f26b"}.upk-icon-vimeo:before{content:"\f27d"}.upk-icon-reddit:before{content:"\f281"}.upk-icon-edge:before{content:"\f282"}.upk-icon-blogger:before{content:"\f37d"}.upk-icon-facebook:before{content:"\f39e"}.upk-icon-messenger:before{content:"\f39f"}.upk-icon-googleplay:before{content:"\f3ab"}.upk-icon-mix:before{content:"\f3cb"}.upk-icon-telegram:before{content:"\f3fe"}.upk-icon-uikit:before{content:"\f403"}.upk-icon-viber:before{content:"\f409"}.upk-icon-flipboard:before{content:"\f44d"}.upk-icon-buffer:before{content:"\f837"}.upk-icon-evernote:before{content:"\f839"}.upk-icon-plus:before{content:"\e909"}.upk-icon-search:before{content:"\e901"}.upk-icon-edit:before{content:"\e914"}.upk-icon-video-player:before{content:"\e961"}.upk-icon-post:before{content:"\e9ad"}.upk-icon-picture:before{content:"\e9af"}.upk-icon-music:before{content:"\e9b2"}.upk-icon-video:before{content:"\e9b3"}.upk-icon-code:before{content:"\e9bb"}.upk-icon-cart:before{content:"\e9ff"}.upk-icon-location:before{content:"\ea3d"}.upk-icon-clock:before{content:"\ea4f"}.upk-icon-calendar:before{content:"\ea5f"}.upk-icon-display:before{content:"\ea75"}.upk-icon-tutorial:before{content:"\ea75"}.upk-icon-bubble:before{content:"\eac7"}.upk-icon-bubbles:before{content:"\eac9"}.upk-icon-quote:before{content:"\eae1"}.upk-icon-spinner:before{content:"\eb23"}.upk-icon-loading:before{content:"\eb23"}.upk-icon-spinner-2:before{content:"\eb2a"}.upk-icon-enlarge:before{content:"\eb3c"}.upk-icon-lock:before{content:"\eb51"}.upk-icon-menu:before{content:"\ec71"}.upk-icon-website:before{content:"\ec98"}.upk-icon-url:before{content:"\ec98"}.upk-icon-link:before{content:"\ec9f"}.upk-icon-star-empty:before{content:"\ece0"}.upk-icon-star-half:before{content:"\ece1"}.upk-icon-star-full:before{content:"\ece2"}.upk-icon-heart-full:before{content:"\ecec"}.upk-icon-heart-empty:before{content:"\eced"}.upk-icon-gallery:before{content:"\ed3f"}.upk-icon-question:before{content:"\ed55"}.upk-icon-plus3:before{content:"\ed5d"}.upk-icon-checkmark:before{content:"\ed71"}.upk-icon-new-tab:before{content:"\eec9"}.upk-icon-behance:before{content:"\ef07"}.upk-icon-yelp:before{content:"\ef36"}
.upk-layout-style--inline .upk-social-share{display:flex;flex-wrap:wrap}.upk-layout-style--grid .upk-social-share{display:grid}.upk-ss-position--bottom-left .upk-social-share,.upk-ss-position--bottom-right .upk-social-share,.upk-ss-position--center-left .upk-social-share,.upk-ss-position--center-right .upk-social-share,.upk-ss-position--top-left .upk-social-share,.upk-ss-position--top-right .upk-social-share{position:fixed;z-index:111}.upk-ss-position--top-left .upk-social-share{left:0;top:0}.upk-ss-position--top-right .upk-social-share{right:0;top:0}.upk-ss-position--bottom-left .upk-social-share{left:0;bottom:0}.upk-ss-position--bottom-right .upk-social-share{right:0;bottom:0}.upk-ss-position--center-left .upk-social-share,.upk-ss-position--center-right .upk-social-share{display:inline;top:50%;transform:translateY(-50%)}.upk-ss-position--center-left .upk-social-share .upk-ss-btn,.upk-ss-position--center-right .upk-social-share .upk-ss-btn{height:4.2em;width:4.2em}.upk-ss-position--center-left .upk-social-share .upk-ss-btn:hover,.upk-ss-position--center-right .upk-social-share .upk-ss-btn:hover{width:100%}.upk-ss-position--center-left .upk-social-share .upk-ss-icon,.upk-ss-position--center-right .upk-social-share .upk-ss-icon{width:4.2em;min-width:4.2em}.upk-ss-position--center-left.upk-ss-btns-view-text .upk-social-share .upk-ss-btn,.upk-ss-position--center-right.upk-ss-btns-view-text .upk-social-share .upk-ss-btn{width:100%}.upk-ss-position--center-left.upk-ss-btns-view-text .upk-social-share .upk-social-share-text,.upk-ss-position--center-right.upk-ss-btns-view-text .upk-social-share .upk-social-share-text{padding-left:1.3em;padding-right:1.3em}.upk-ss-position--center-left .upk-social-share{left:0}.upk-ss-position--center-right .upk-social-share{right:0;direction:rtl}.upk-ss-position--center-right .upk-social-share .upk-social-share-text{padding-left:1.3em;padding-right:0}.upk-ss-btn{cursor:pointer}.elementor-widget-share-buttons .upk-ep-grid{overflow:hidden}.upk-ss-btns-style-boxed .upk-social-share-text,.upk-ss-btns-style-gradient .upk-social-share-text,.upk-ss-btns-style-minimal .upk-social-share-text{padding-left:.9em}.upk-ss-btns-style-flat .upk-social-share,.upk-ss-btns-style-flat .upk-social-share:hover,.upk-ss-btns-style-gradient .upk-social-share,.upk-ss-btns-style-gradient .upk-social-share:hover{color:#fff}.upk-ss-btns-style-flat .upk-social-link a,.upk-ss-btns-style-flat .upk-social-link a:hover,.upk-ss-btns-style-gradient .upk-social-link a,.upk-ss-btns-style-gradient .upk-social-link a:hover{color:#fff}.upk-ss-icon-top--yes .upk-ss-btn{flex-direction:column;height:auto}.upk-ss-icon-top--yes .upk-ss-btn .upk-ss-icon{width:auto;padding:10px 10px 0 10px}.upk-ss-icon-top--yes .upk-ss-btn .upk-social-share-text{padding:10px;display:inline-block;width:100%;text-align:center}.upk-ss-icon-top--yes.upk-ss-btns-style-boxed .upk-ss-btn,.upk-ss-icon-top--yes.upk-ss-btns-style-gradient .upk-ss-btn,.upk-ss-icon-top--yes.upk-ss-btns-style-minimal .upk-ss-btn{padding:0}.upk-ss-icon-top--yes.upk-ss-btns-style-boxed .upk-ss-btn .upk-ss-icon,.upk-ss-icon-top--yes.upk-ss-btns-style-gradient .upk-ss-btn .upk-ss-icon,.upk-ss-icon-top--yes.upk-ss-btns-style-minimal .upk-ss-btn .upk-ss-icon{padding:10px}.upk-ss-btns-style-minimal.upk-ss-btns-shape-rounded .upk-ss-icon{border-radius:.5em}.upk-ss-btns-style-minimal.upk-ss-btns-shape-circle .upk-ss-icon{border-radius:99.9em}.upk-ss-btns-style-minimal .upk-social-share-text{color:#222}.upk-ss-btns-view-text .upk-social-share-text{padding-left:1.3em}.upk-ss-btns-view-icon .upk-social-share-text,.upk-ss-btns-view-icon .upk-ss-icon,.upk-ss-btns-view-text .upk-social-share-text,.upk-ss-btns-view-text .upk-ss-icon{flex-grow:1;justify-content:center}.upk-ss-btn{overflow:hidden;font-size:10px;display:flex;align-items:center;justify-content:flex-start;transition-duration:.2s;transition-property:filter,background-color,border-color,width;height:4.2em;cursor:pointer}.upk-social-share-text,.upk-ss-icon{transition-property:color,background-color;transition-duration:.2s}.upk-ss-icon{display:flex;align-self:stretch;justify-content:center;align-items:center;text-align:center;width:4.2em;position:relative}.upk-ss-icon i{font-size:1.5em}.upk-social-share-text{font-size:1.3em;padding-right:1.3em;align-self:stretch;flex-grow:1;align-items:center;display:flex;font-weight:100}.upk-social-share-title{font-weight:700;flex-shrink:0}.upk-social-share-title+.upk-social-share-counter{margin-left:.5em;flex-shrink:0}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-vkontakte,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-vkontakte{background-color:#45668e}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-facebook,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-facebook{background-color:#3b5998}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-odnoklassniki,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-odnoklassniki{background-color:#f4731c}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-moimir,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-moimir{background-color:#168de2}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-googleplus,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-googleplus{background-color:#dd4b39}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-linkedin,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-linkedin{background-color:#0077b5}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-twitter,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-twitter{background-color:#1da1f2}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-livejournal,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-livejournal{background-color:#00b0ea}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-tumblr,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-tumblr{background-color:#35465c}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-blogger,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-blogger{background-color:#f06a35}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-pinterest,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-pinterest{background-color:#bd081c}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-digg,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-digg{background-color:#005be2}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-evernote,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-evernote{background-color:#2dbe60}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-reddit,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-reddit{background-color:#ff4500}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-delicious,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-delicious{background-color:#39f}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-mix,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-mix{background-color:#fd8235}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-pocket,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-pocket{background-color:#ef3f56}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-surfingbird,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-surfingbird{background-color:#25b1f6}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-liveinternet,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-liveinternet{background-color:#5382c4}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-buffer,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-buffer{background-color:#1b1b1b}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-instapaper,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-instapaper{background-color:#000}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-xing,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-xing{background-color:#026466}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-wordpress,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-wordpress{background-color:#21759b}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-baidu,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-baidu{background-color:#2319dc}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-renren,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-renren{background-color:#237ec5}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-weibo,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-weibo{background-color:#e6162d}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-skype,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-skype{background-color:#00aff0}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-telegram,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-telegram{background-color:#2ca5e0}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-viber,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-viber{background-color:#834995}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-whatsapp,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-whatsapp{background-color:#25d366}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-line,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-line{background-color:#00b900}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-wechat,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-wechat{background-color:#2dc100}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-meneame,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-meneame{background-color:#f86100}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-flipboard,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-flipboard{background-color:#f52827}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-vkontakte,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-vkontakte{color:#45668e}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-facebook,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-facebook{color:#3b5998}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-odnoklassniki,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-odnoklassniki{color:#f4731c}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-moimir,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-moimir{color:#168de2}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-googleplus,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-googleplus{color:#dd4b39}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-linkedin,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-linkedin{color:#0077b5}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-twitter,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-twitter{color:#1da1f2}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-livejournal,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-livejournal{color:#00b0ea}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-tumblr,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-tumblr{color:#35465c}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-blogger,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-blogger{color:#f06a35}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-pinterest,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-pinterest{color:#bd081c}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-digg,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-digg{color:#005be2}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-evernote,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-evernote{color:#2dbe60}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-reddit,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-reddit{color:#ff4500}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-delicious,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-delicious{color:#39f}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-mix,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-mix{color:#fd8235}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-pocket,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-pocket{color:#ef3f56}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-surfingbird,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-surfingbird{color:#25b1f6}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-liveinternet,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-liveinternet{color:#5382c4}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-buffer,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-buffer{color:#1b1b1b}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-instapaper,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-instapaper{color:#000}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-xing,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-xing{color:#026466}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-wordpress,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-wordpress{color:#21759b}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-baidu,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-baidu{color:#2319dc}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-renren,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-renren{color:#237ec5}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-weibo,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-weibo{color:#e6162d}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-skype,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-skype{color:#00aff0}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-telegram,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-telegram{color:#2ca5e0}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-viber,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-viber{color:#834995}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-whatsapp,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-whatsapp{color:#25d366}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-line,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-line{color:#00b900}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-wechat,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-wechat{color:#2dc100}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-meneame,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-meneame{color:#f86100}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-flipboard,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-flipboard{color:#f52827}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-vkontakte .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-vkontakte .upk-ss-icon{background-color:#45668e}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-facebook .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-facebook .upk-ss-icon{background-color:#3b5998}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-odnoklassniki .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-odnoklassniki .upk-ss-icon{background-color:#f4731c}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-moimir .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-moimir .upk-ss-icon{background-color:#168de2;color:#ffaf32}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-googleplus .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-googleplus .upk-ss-icon{background-color:#dd4b39}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-linkedin .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-linkedin .upk-ss-icon{background-color:#0077b5}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-twitter .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-twitter .upk-ss-icon{background-color:#1da1f2}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-livejournal .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-livejournal .upk-ss-icon{background-color:#00b0ea}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-tumblr .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-tumblr .upk-ss-icon{background-color:#35465c}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-blogger .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-blogger .upk-ss-icon{background-color:#f06a35}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-pinterest .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-pinterest .upk-ss-icon{background-color:#bd081c}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-digg .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-digg .upk-ss-icon{background-color:#005be2}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-evernote .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-evernote .upk-ss-icon{background-color:#2dbe60}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-reddit .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-reddit .upk-ss-icon{background-color:#ff4500}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-delicious .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-delicious .upk-ss-icon{background-color:#39f}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-mix .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-mix .upk-ss-icon{background-color:#fd8235}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-pocket .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-pocket .upk-ss-icon{background-color:#ef3f56}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-surfingbird .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-surfingbird .upk-ss-icon{background-color:#25b1f6}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-liveinternet .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-liveinternet .upk-ss-icon{background-color:#5382c4}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-buffer .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-buffer .upk-ss-icon{background-color:#1b1b1b}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-instapaper .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-instapaper .upk-ss-icon{background-color:#000}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-xing .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-xing .upk-ss-icon{background-color:#026466}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-wordpress .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-wordpress .upk-ss-icon{background-color:#21759b}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-baidu .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-baidu .upk-ss-icon{background-color:#2319dc}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-renren .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-renren .upk-ss-icon{background-color:#237ec5}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-weibo .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-weibo .upk-ss-icon{background-color:#e6162d}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-skype .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-skype .upk-ss-icon{background-color:#00aff0}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-telegram .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-telegram .upk-ss-icon{background-color:#2ca5e0}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-viber .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-viber .upk-ss-icon{background-color:#834995}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-whatsapp .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-whatsapp .upk-ss-icon{background-color:#25d366}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-line .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-line .upk-ss-icon{background-color:#00b900}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-wechat .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-wechat .upk-ss-icon{background-color:#2dc100}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-meneame .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-meneame .upk-ss-icon{background-color:#f86100}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-flipboard .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-flipboard .upk-ss-icon{background-color:#f52827}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-btn .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-btn .upk-ss-icon{color:#fff}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-moimir .upk-ss-icon .fa-moimir:before,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-moimir .upk-ss-icon .fa-moimir:before{color:#ffaf32}.upk-ss-btns-style-boxed .upk-ss-btn,.upk-ss-btns-style-framed .upk-ss-btn{border-style:solid}.upk-ss-btns-style-gradient .upk-social-share-text{background:linear-gradient(135deg,rgba(0,0,0,.12) 0,rgba(0,0,0,0) 100%)}.upk-ss-btns-style-gradient.upk-ss-btns-view-icon .upk-ss-icon{background-image:linear-gradient(to right,rgba(0,0,0,.12),transparent)}.upk-ss-btns-color-original .upk-ss-btn:hover{filter:saturate(1.2) brightness(1.1)}.upk-ss-btns-color-custom.upk-ss-btns-style-flat .upk-ss-btn,.upk-ss-btns-color-custom.upk-ss-btns-style-gradient .upk-ss-btn{background-color:#666}.upk-ss-btns-color-custom.upk-ss-btns-style-boxed .upk-ss-btn,.upk-ss-btns-color-custom.upk-ss-btns-style-framed .upk-ss-btn,.upk-ss-btns-color-custom.upk-ss-btns-style-minimal .upk-ss-btn{color:#666;border-color:#666}.upk-ss-btns-color-custom.upk-ss-btns-style-boxed .upk-ss-btn .upk-ss-icon,.upk-ss-btns-color-custom.upk-ss-btns-style-minimal .upk-ss-btn .upk-ss-icon{background-color:#666}.upk-ss-btns-color-custom.upk-ss-btns-style-boxed .upk-ss-icon,.upk-ss-btns-color-custom.upk-ss-btns-style-minimal .upk-ss-icon{color:#fff}