@charset "UTF-8";/*!
 * protip-animate.css
 */.lsf,.lsf-icon:before{-webkit-font-smoothing:antialiased}.mejs__container,.mejs__container *,.protip-container{box-sizing:border-box}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@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)}}@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 bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@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 fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-name:flipOutX}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@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 lightSpeedOut{from{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@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 rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{from{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@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 rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@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 zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@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}@keyframes slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}/*! Flickity v2.0.5
http://flickity.metafizzy.co
flickity.css
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;transform:translateX(0);height:100%}.flickity-slider li{list-style:none}.is-selected .image_wrapper img{opacity:1!important}.gallery-wrapper{margin-bottom:50px}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:0 0;cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-webkit-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out}.flickity-prev-next-button:hover{opacity:.6;background:0 0}.flickity-prev-next-button:focus{outline:0;box-shadow:none}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#fff}.flickity-page-dots{text-align:center;margin-top:0;position:absolute;width:100%;bottom:-45px;z-index:10}.blog .flickity-page-dots{bottom:-30px}.post-slider{height:580px}.post-slider .flickity-page-dots{bottom:auto}.post-slider .flickity-prev-next-button .arrow{fill:#c5c5c5}.post-slider .flickity-prev-next-button.next{right:0}.post-slider .flickity-prev-next-button.previous{left:0}.flickity-page-dots .dot{cursor:pointer;width:20px;height:20px;line-height:1;position:relative;display:inline-block;padding:0;letter-spacing:0;margin:0 10px;color:currentColor;border:0;background:0 0;-webkit-tap-highlight-color:transparent}.flickity-page-dots .dot:hover::before{-webkit-transform:scale3d(.7,.7,1);transform:scale3d(.7,.7,1)}.flickity-page-dots .dot::after,.flickity-page-dots .dot::before{content:'';position:absolute;border-radius:50%}.flickity-page-dots .dot::before{top:25%;left:25%;width:50%;height:50%;background:#333;-webkit-transition:-webkit-transform .5s;transition:transform .5s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.flickity-page-dots .dot:not(.dot.is-selected):focus::before,.flickity-page-dots .dot:not(.dot.is-selected):hover::before{-webkit-transform:scale3d(1.35,1.35,1);transform:scale3d(1.35,1.35,1)}.flickity-page-dots .dot.is-selected::before{-webkit-transform:scale3d(.5,.5,1);transform:scale3d(.5,.5,1);opacity:.9}.flickity-page-dots .dot::after{top:10%;left:10%;width:80%;height:80%;opacity:0;box-shadow:inset 0 0 0 3px #333;-webkit-transform:scale3d(.35,.35,1);transform:scale3d(.35,.35,1);-webkit-transition:-webkit-transform .5s,box-shadow .5s,opacity .5s;transition:transform .5s,box-shadow .5s,opacity .5s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.flickity-page-dots .dot.is-selected::after{box-shadow:inset 0 0 0 2px #333;opacity:.25;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.flickity-page-dots .dot-title{font-weight:700;line-height:1.5;display:block;margin:0 0 0 2.5em;white-space:nowrap;pointer-events:none;opacity:0;color:#c1dff9;-webkit-transform:scale3d(.1,.1,1);transform:scale3d(.1,.1,1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,transform .5s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.fparallax_slider .carousel-cell{overflow:hidden}.sw_highlight_img .carousel-cell.is-selected img{opacity:1!important}.dark_nav,.light_nav{margin-bottom:70px}.arrows_no .flickity-prev-next-button.next,.arrows_no .flickity-prev-next-button.previous,.no_nav .flickity-page-dots{display:none!important}.light_nav .flickity-page-dots .dot{background:#f1f1f1}.dar_nav .flickity-page-dots .dot{background:#333}.blog .gallery-wrapper .carousel-cell{margin:0 30px}.blog .gallery-wrapper .carousel-cell img{box-shadow:0 10px 27px rgba(0,0,0,.1),0 3px 12px rgba(0,0,0,.1);margin-bottom:30px}/*!
 * ligature.css
 */.lsf,.lsf-icon:before{font-family:LigatureSymbols;-webkit-text-rendering:optimizeLegibility;-moz-text-rendering:optimizeLegibility;-ms-text-rendering:optimizeLegibility;-o-text-rendering:optimizeLegibility;text-rendering:optimizeLegibility}@font-face{font-family:LigatureSymbols;src:url(../fonts/LigatureSymbols-2.11.eot);src:url(../fonts/LigatureSymbols-2.11.eot?#iefix) format('embedded-opentype'),url(../fonts/LigatureSymbols-2.11.woff) format('woff'),url(../fonts/LigatureSymbols-2.11.ttf) format('truetype'),url(../fonts/LigatureSymbols-2.11.svg#LigatureSymbols) format('svg');font-weight:400;font-style:normal}.lsf{-moz-font-smoothing:antialiased;-ms-font-smoothing:antialiased;-o-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-font-feature-settings:"liga" 1,"dlig" 1;-moz-font-feature-settings:"liga=1, dlig=1";-ms-font-feature-settings:"liga" 1,"dlig" 1;-o-font-feature-settings:"liga" 1,"dlig" 1;font-feature-settings:"liga" 1,"dlig" 1}.lsf-icon:before{content:attr(title);margin-right:.3em;font-size:130%;-moz-font-smoothing:antialiased;-ms-font-smoothing:antialiased;-o-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-font-feature-settings:"liga" 1,"dlig" 1;-moz-font-feature-settings:"liga=1, dlig=1";-ms-font-feature-settings:"liga" 1,"dlig" 1;-o-font-feature-settings:"liga" 1,"dlig" 1;font-feature-settings:"liga" 1,"dlig" 1}/*!
 * masonry.css
 */.blog div[class*=effect_].blog_item_wrapper .spcard,ul[id^=gallery_content_center_]>li>.spcard,ul[id^=gallery_content_center_]>li>figure{opacity:0}ul[id^=gallery_content_center_]>li>a{opacity:0;position:relative!important;left:0!important;top:0!important}ul[id^=gallery_content_center_]>li.in-view>a{/opacity:1}ul[id^=gallery_content_center_]>li img,ul[id^=gallery_content_center_]>li>a{outline:0;border:none;display:block;max-width:100%}ul[id^=gallery_content_center_].effect_none>li>.spcard,ul[id^=gallery_content_center_].effect_none>li>a,ul[id^=gallery_content_center_].effect_none>li>figure{opacity:1}.blog div.effect_1.blog_item_wrapper .in-view.spcard,ul[id^=gallery_content_center_].effect_1 .in-view .spcard,ul[id^=gallery_content_center_].effect_1>li.in-view>a,ul[id^=gallery_content_center_].effect_1>li.in-view>figure{-webkit-animation:fadeIn .65s ease forwards;animation:fadeIn .65s ease forwards}@-webkit-keyframes fadeIn{100%{opacity:1}}@keyframes fadeIn{100%{opacity:1}}.blog div.effect_2.blog_item_wrapper .spcard,ul[id^=gallery_content_center_].effect_2 .spcard,ul[id^=gallery_content_center_].effect_2>li>a,ul[id^=gallery_content_center_].effect_2>li>figure{transform:translateY(450px) rotateX(24deg);-webkit-transform:translateY(450px) rotateX(24deg);-moz-transform:translateY(450px) rotateX(24deg)}.blog div.effect_2.blog_item_wrapper .in-view.spcard,ul[id^=gallery_content_center_].effect_2 .in-view .spcard,ul[id^=gallery_content_center_].effect_2>li.in-view>a,ul[id^=gallery_content_center_].effect_2>li.in-view>figure{transition:opacity .3s cubic-bezier(.1,.3,.2,1),transform .72s cubic-bezier(.1,.3,.27,1)!important;-webkit-transition:opacity .3s cubic-bezier(.1,.3,.2,1),-webkit-transform .72s cubic-bezier(.1,.3,.27,1)!important;opacity:1;transform:translateY(0) translateZ(0) rotateX(0);-webkit-transform:translateY(0) translateZ(0) rotateX(0);-moz-transform:translateY(0) translateZ(0) rotateX(0)}.blog div.effect_3.blog_item_wrapper .spcard,ul[id^=gallery_content_center_].effect_3 .spcard,ul[id^=gallery_content_center_].effect_3>li>a,ul[id^=gallery_content_center_].effect_3>li>figure{transform:translateY(80px);-webkit-transform:translateY(80px);-moz-transform:translateY(80px)}.blog div.effect_3.blog_item_wrapper .in-view.spcard,ul[id^=gallery_content_center_].effect_3 .in-view .spcard,ul[id^=gallery_content_center_].effect_3>li.in-view>a,ul[id^=gallery_content_center_].effect_3>li.in-view>figure{transition:opacity .3s cubic-bezier(.1,.3,.2,1),transform .72s cubic-bezier(.1,.3,.27,1)!important;-webkit-transition:opacity .3s cubic-bezier(.1,.3,.2,1),-webkit-transform .72s cubic-bezier(.1,.3,.27,1)!important;opacity:1;transform:translateY(0) translateZ(0) rotateX(0);-webkit-transform:translateY(0) translateZ(0) rotateX(0);-moz-transform:translateY(0) translateZ(0) rotateX(0)}@-webkit-keyframes moveUp{100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:0}}@keyframes moveUp{100%{-webkit-transform:translateY(80px);transform:translateY(80px);opacity:1}}.blog div.effect_4.blog_item_wrapper .in-view.spcard,ul[id^=gallery_content_center_].effect_4 .in-view .spcard,ul[id^=gallery_content_center_].effect_4>li.in-view>a,ul[id^=gallery_content_center_].effect_4>li.in-view>figure{-webkit-transform:scale(.6);transform:scale(.6);-webkit-animation:scaleUp .65s ease-in-out forwards;animation:scaleUp .65s ease-in-out forwards}@-webkit-keyframes scaleUp{100%{-webkit-transform:scale(1);opacity:1}}@keyframes scaleUp{100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.blog_item_wrapper.effect_5,ul[id^=gallery_content_center_].effect_5{-webkit-perspective:1300px;perspective:1300px}.blog div.effect_5.blog_item_wrapper .in-view.spcard,ul[id^=gallery_content_center_].effect_5 .in-view .spcard,ul[id^=gallery_content_center_].effect_5>li.in-view>a,ul[id^=gallery_content_center_].effect_5>li.in-view>figure{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:50% 50% -300px;transform-origin:50% 50% -300px;-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);-webkit-animation:fly .8s ease-in-out forwards;animation:fly .8s ease-in-out forwards}@-webkit-keyframes fly{100%{-webkit-transform:rotateX(0);opacity:1}}@keyframes fly{100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.blog_item_wrapper.effect_6 .spcard,ul[id^=gallery_content_center_].effect_6{-webkit-perspective:1300px;perspective:1300px}.blog div.effect_6.blog_item_wrapper .in-view.spcard,ul[id^=gallery_content_center_].effect_6 .in-view .spcard,ul[id^=gallery_content_center_].effect_6>li.in-view>a,ul[id^=gallery_content_center_].effect_6>li.in-view>figure{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotateX(-80deg);transform:rotateX(-80deg);-webkit-animation:flip .8s ease-in-out forwards;animation:flip .8s ease-in-out forwards}@-webkit-keyframes flip{100%{-webkit-transform:rotateX(0);opacity:1}}@keyframes flip{100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.blog_item_wrapper.effect_7,ul[id^=gallery_content_center_].effect_7{-webkit-perspective:1300px;perspective:1300px}.blog div.effect_7.blog_item_wrapper .in-view.spcard,ul[id^=gallery_content_center_].effect_7 .in-view .spcard,ul[id^=gallery_content_center_].effect_7>li.in-view>a,ul[id^=gallery_content_center_].effect_7>li.in-view>figure{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-animation:helix .8s ease-in-out forwards;animation:helix .8s ease-in-out forwards}@-webkit-keyframes helix{100%{-webkit-transform:rotateY(0);opacity:1}}@keyframes helix{100%{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:1}}.blog_item_wrapper.effect_8 .spcard,ul[id^=gallery_content_center_].effect_8{-webkit-perspective:1300px;perspective:1300px}.blog div.effect_8.blog_item_wrapper .in-view.spcard,ul[id^=gallery_content_center_].effect_8 .in-view .spcard,ul[id^=gallery_content_center_].effect_8>li.in-view>a,ul[id^=gallery_content_center_].effect_8>li.in-view>figure{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:scale(.4);transform:scale(.4);-webkit-animation:popUp .8s ease-in forwards;animation:popUp .8s ease-in forwards}@-webkit-keyframes popUp{70%{-webkit-transform:scale(1.1);opacity:.8;-webkit-animation-timing-function:ease-out}100%{-webkit-transform:scale(1);opacity:1}}@keyframes popUp{70%{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:.8;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}#gallery-header{height:100px;width:100%;float:left}#gallery-header-center{height:100px;width:950px;margin-right:auto;margin-left:auto}#gallery-header-center-left{float:left;height:35px;line-height:35px;margin-top:32px}#gallery-header-center-left-icon{float:left;height:35px;width:35px;background-color:rgba(63,141,191,1);color:rgba(255,255,255,1);text-align:center;font-size:20px;-webkit-transition:background .5s;-moz-transition:background .5s;-o-transition:background .5s;transition:background .5s}#gallery-header-center-left-icon:hover{background-color:rgba(63,141,191,.5);cursor:pointer}#gallery-header-center-left-title{float:left;height:35px;font-size:25px;color:#3f8dbf;margin-left:20px}#gallery-header-center-right{float:right;height:35px;margin-top:32px;line-height:35px}.gallery-header-center-right-links{display:inline-block;padding:20px 15px 30px;margin-top:10px;font-size:16px;font-weight:400;-webkit-transition:background .5s;-moz-transition:background .5s;-o-transition:background .5s;transition:background .5s}.mejs__time,body .protip-container.protip-mixin--css-bold{font-weight:700}.gallery-header-center-right-links:hover{cursor:pointer}.right_tabs{text-align:right}.center_tabs,.gallery-center-menu{text-align:center}#gallery-content{float:left;width:100%;margin-top:10px}.gallery-content-center-normal{width:950px;margin-right:auto;margin-left:auto}.gallery-content-center-full{float:left;width:100%}ul[id^=gallery_content_center_],ul[id^=gallery_content_center_]>li{padding:0;list-style:none}body ul[id^=gallery_content_center_].gc-one-row>li,body ul[id^=gallery_content_center_].gc-one-row>li.li_featured,ul[id^=gallery_content_center_]>li img{width:100%}body ul[id^=gallery_content_center_].gc-one-row.gc-padding>li{width:100%;margin:.5% 0}body ul[id^=gallery_content_center_].gc-two-rows>li{width:50%}body ul[id^=gallery_content_center_].gc-two-rows.gc-padding>li{width:49%;margin:.5%}body ul[id^=gallery_content_center_].gc-two-rows.gc-padding>li.li_featured{width:100%;margin:.5% 0}body ul[id^=gallery_content_center_].gc-three-rows>li{width:33.33%}body ul[id^=gallery_content_center_].gc-three-rows.gc-padding>li{width:31.33%;margin:1%}body ul[id^=gallery_content_center_].gc-four-rows.gc-padding>li.li_featured{width:50%}body ul[id^=gallery_content_center_].gc-four-rows>li{width:25%}body ul[id^=gallery_content_center_].gc-four-rows.gc-padding>li{width:24%;margin:.5%}.gallery-header-wrap .gallery-header-center-right-links strong{position:relative;display:block}.gallery-header-wrap .gallery-header-center-right-links strong::after{position:absolute;top:100%;left:0;width:100%;height:1px;content:'';opacity:0;-webkit-transition:height .3s,opacity .3s,-webkit-transform .3s;-moz-transition:height .3s,opacity .3s,-moz-transform .3s;transition:height .3s,opacity .3s,transform .3s;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.gallery-header-wrap .gallery-header-center-right-links.gallery-header-center-right-links-current strong::after,.gallery-header-wrap .gallery-header-center-right-links:focus strong::after,.gallery-header-wrap .gallery-header-center-right-links:hover strong::after{height:2px;opacity:1;-webkit-transform:translateY(5px);-moz-transform:translateY(5px);transform:translateY(5px)}ul[id^=gallery_content_center_]>li{width:33.33%}ul[id^=gallery_content_center_]>li.li_featured{width:66.66%}ul[id^=gallery_content_center_] li .spcard{width:100%;min-width:100%}/*!
 * prettyPhoto.css
 */.pp_gallery div,.pp_gallery ul a,.pp_social .facebook{overflow:hidden;float:left}div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right,div.pp_default .pp_top,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default .pp_gallery ul li a{background:url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_social{margin-top:7px}div.pp_default .pp_gallery a.pp_arrow_next,div.pp_default .pp_gallery a.pp_arrow_previous{position:static;left:auto}div.pp_default .pp_nav .pp_pause,div.pp_default .pp_nav .pp_play{background:url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_next,div.pp_default a.pp_arrow_previous{background:url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover,div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_nav .pp_play:hover{opacity:.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(../img/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_description{margin-right:85px;color:#fff}div.dark_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_content,div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav .pp_play{background:url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{margin-left:5px;width:55px}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div,.pp_gallery ul{position:relative}.pp_gallery ul{float:left;height:35px;white-space:nowrap;margin:0 0 0 5px;padding:0}.pp_gallery ul a{border:1px solid rgba(0,0,0,.5);display:block;height:33px}.pp_gallery ul a img{border:0}.protip-skin-default--scheme-aqua[data-pt-position=top-left-corner],.protip-skin-default--scheme-black[data-pt-position=top-left-corner],.protip-skin-default--scheme-blue[data-pt-position=top-left-corner],.protip-skin-default--scheme-leaf[data-pt-position=top-left-corner],.protip-skin-default--scheme-orange[data-pt-position=top-left-corner],.protip-skin-default--scheme-pink[data-pt-position=top-left-corner],.protip-skin-default--scheme-pro[data-pt-position=top-left-corner],.protip-skin-default--scheme-purple[data-pt-position=top-left-corner],.protip-skin-default--scheme-red[data-pt-position=top-left-corner]{border-bottom-right-radius:0}.protip-skin-default--scheme-aqua[data-pt-position=top-right-corner],.protip-skin-default--scheme-black[data-pt-position=top-right-corner],.protip-skin-default--scheme-blue[data-pt-position=top-right-corner],.protip-skin-default--scheme-leaf[data-pt-position=top-right-corner],.protip-skin-default--scheme-orange[data-pt-position=top-right-corner],.protip-skin-default--scheme-pink[data-pt-position=top-right-corner],.protip-skin-default--scheme-pro[data-pt-position=top-right-corner],.protip-skin-default--scheme-purple[data-pt-position=top-right-corner],.protip-skin-default--scheme-red[data-pt-position=top-right-corner]{border-bottom-left-radius:0}.protip-skin-default--scheme-aqua[data-pt-position=bottom-left-corner],.protip-skin-default--scheme-black[data-pt-position=bottom-left-corner],.protip-skin-default--scheme-blue[data-pt-position=bottom-left-corner],.protip-skin-default--scheme-leaf[data-pt-position=bottom-left-corner],.protip-skin-default--scheme-orange[data-pt-position=bottom-left-corner],.protip-skin-default--scheme-pink[data-pt-position=bottom-left-corner],.protip-skin-default--scheme-pro[data-pt-position=bottom-left-corner],.protip-skin-default--scheme-purple[data-pt-position=bottom-left-corner],.protip-skin-default--scheme-red[data-pt-position=bottom-left-corner]{border-top-right-radius:0}.protip-skin-default--scheme-aqua[data-pt-position=bottom-right-corner],.protip-skin-default--scheme-black[data-pt-position=bottom-right-corner],.protip-skin-default--scheme-blue[data-pt-position=bottom-right-corner],.protip-skin-default--scheme-leaf[data-pt-position=bottom-right-corner],.protip-skin-default--scheme-orange[data-pt-position=bottom-right-corner],.protip-skin-default--scheme-pink[data-pt-position=bottom-right-corner],.protip-skin-default--scheme-pro[data-pt-position=bottom-right-corner],.protip-skin-default--scheme-purple[data-pt-position=bottom-right-corner],.protip-skin-default--scheme-red[data-pt-position=bottom-right-corner]{border-top-left-radius:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(../img/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;display:block;height:33px;width:50px}a.pp_next,a.pp_previous{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;height:100%;width:49%;text-indent:-10000px}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{float:right}a.pp_previous{float:left}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}.pp_loaderIcon,a.pp_close{display:block;position:absolute}a.pp_close{right:0;top:0;line-height:22px;text-indent:-10000px}.pp_loaderIcon{height:24px;left:50%;top:50%;width:24px;margin:-12px 0 0 -12px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;font-size:17px;z-index:9999;margin:0 0 5px 15px;display:none!important}.pp_fade,.pp_gallery li.default a img,body .protip-container.protip-mixin--css-no-style .protip-arrow{display:none}div.light_rounded .pp_content,div.pp_default .pp_content{background-color:#fff}div.facebook #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.pp_default #pp_full_res .pp_inline{color:#000}.pp_gallery li.selected a,.pp_gallery ul a:hover,div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a{border-color:#fff}div.dark_rounded .pp_details,div.dark_square .pp_details,div.facebook .pp_details,div.light_rounded .pp_details,div.light_square .pp_details,div.pp_default .pp_details{position:relative}div.facebook .pp_content,div.light_rounded .pp_bottom .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_top .pp_middle,div.light_square .pp_content,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous{margin-top:12px!important}div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_rounded .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_rounded .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_bottom .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_top .pp_middle{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_bottom,.pp_top{height:20px;position:relative}* html .pp_bottom,* html .pp_top{padding:0 20px}.pp_bottom .pp_left,.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle,.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle,* html .pp_top .pp_middle{left:0;position:static}.pp_bottom .pp_right,.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}/*!
 * protip.min.css
 */body .protip-container.protip-mixin--css-no-transition{transition:all 0s}.protip-skin-default--scheme-aqua.protip-container,.protip-skin-default--scheme-black.protip-container,.protip-skin-default--scheme-blue.protip-container,.protip-skin-default--scheme-leaf.protip-container,.protip-skin-default--scheme-pink.protip-container,.protip-skin-default--scheme-pro.protip-container,.protip-skin-default--scheme-purple.protip-container,.protip-skin-default--scheme-red.protip-container,.protip-skin-square--scheme-aqua.protip-container,.protip-skin-square--scheme-black.protip-container,.protip-skin-square--scheme-blue.protip-container,.protip-skin-square--scheme-leaf.protip-container,.protip-skin-square--scheme-orange.protip-container,.protip-skin-square--scheme-pink.protip-container,.protip-skin-square--scheme-pro.protip-container,.protip-skin-square--scheme-purple.protip-container,.protip-skin-square--scheme-red.protip-container{font-family:sans-serif;transition:opacity .2s ease-out}body .protip-container.protip-mixin--css-italic{font-style:italic}body .protip-container.protip-mixin--css-no-style{background:0 0;color:inherit}.protip-container{position:absolute;left:0;top:0;z-index:50;line-height:1;opacity:0;pointer-events:none}.protip-container>i{position:absolute;left:10px}.protip-container>i+div{padding-left:20px}.protip-arrow{content:'';display:block;position:absolute;width:0;height:0;border-style:solid;border-color:transparent}.protip-show{opacity:1;pointer-events:auto}.protip-skin-default--scheme-pro.protip-container{color:#fff;background:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position=top-left] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position=top] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#da2e2b transparent transparent}.protip-skin-default--scheme-pro[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-default--scheme-pro[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-default--scheme-pro[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-pro[data-pt-position=bottom-left] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position=bottom] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #da2e2b}.protip-skin-default--scheme-pro[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-default--scheme-pro[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-default--scheme-pro[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-pro[data-pt-position=left-top] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position=left] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #da2e2b}.protip-skin-default--scheme-pro[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-default--scheme-pro[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-default--scheme-pro[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-pro[data-pt-position=right-top] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position=right] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #da2e2b transparent transparent}.protip-skin-default--scheme-pro[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-default--scheme-pro[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-default--scheme-pro[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-pro[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #da2e2b transparent transparent}.protip-skin-default--scheme-pro[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#da2e2b transparent transparent}.protip-skin-default--scheme-pro[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #da2e2b}.protip-skin-default--scheme-pro[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #da2e2b}.protip-skin-default--scheme-blue.protip-container{color:#fff;background:#369}.protip-skin-default--scheme-blue[data-pt-position=top-left] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position=top] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#369 transparent transparent}.protip-skin-default--scheme-blue[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-default--scheme-blue[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-default--scheme-blue[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-blue[data-pt-position=bottom-left] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position=bottom] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #369}.protip-skin-default--scheme-blue[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-default--scheme-blue[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-default--scheme-blue[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-blue[data-pt-position=left-top] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position=left] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #369}.protip-skin-default--scheme-blue[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-default--scheme-blue[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-default--scheme-blue[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-blue[data-pt-position=right-top] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position=right] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #369 transparent transparent}.protip-skin-default--scheme-blue[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-default--scheme-blue[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-default--scheme-blue[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-blue[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #369 transparent transparent}.protip-skin-default--scheme-blue[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#369 transparent transparent}.protip-skin-default--scheme-blue[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #369}.protip-skin-default--scheme-blue[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #369}.protip-skin-default--scheme-red.protip-container{color:#fff;background:#802731}.protip-skin-default--scheme-red[data-pt-position=top-left] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position=top] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#802731 transparent transparent}.protip-skin-default--scheme-red[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-default--scheme-red[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-default--scheme-red[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-red[data-pt-position=bottom-left] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position=bottom] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #802731}.protip-skin-default--scheme-red[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-default--scheme-red[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-default--scheme-red[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-red[data-pt-position=left-top] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position=left] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #802731}.protip-skin-default--scheme-red[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-default--scheme-red[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-default--scheme-red[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-red[data-pt-position=right-top] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position=right] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #802731 transparent transparent}.protip-skin-default--scheme-red[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-default--scheme-red[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-default--scheme-red[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-red[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #802731 transparent transparent}.protip-skin-default--scheme-red[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#802731 transparent transparent}.protip-skin-default--scheme-red[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #802731}.protip-skin-default--scheme-red[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #802731}.protip-skin-default--scheme-aqua.protip-container{color:#fff;background:#339996}.protip-skin-default--scheme-aqua[data-pt-position=top-left] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position=top] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#339996 transparent transparent}.protip-skin-default--scheme-aqua[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-default--scheme-aqua[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-default--scheme-aqua[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-aqua[data-pt-position=bottom-left] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position=bottom] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #339996}.protip-skin-default--scheme-aqua[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-default--scheme-aqua[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-default--scheme-aqua[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-aqua[data-pt-position=left-top] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position=left] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #339996}.protip-skin-default--scheme-aqua[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-default--scheme-aqua[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-default--scheme-aqua[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-aqua[data-pt-position=right-top] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position=right] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #339996 transparent transparent}.protip-skin-default--scheme-aqua[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-default--scheme-aqua[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-default--scheme-aqua[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-aqua[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #339996 transparent transparent}.protip-skin-default--scheme-aqua[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#339996 transparent transparent}.protip-skin-default--scheme-aqua[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #339996}.protip-skin-default--scheme-aqua[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #339996}.protip-skin-default--scheme-black.protip-container{color:#fff;background:#000}.protip-skin-default--scheme-black[data-pt-position=top-left] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position=top] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#000 transparent transparent}.protip-skin-default--scheme-black[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-default--scheme-black[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-default--scheme-black[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-black[data-pt-position=bottom-left] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position=bottom] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #000}.protip-skin-default--scheme-black[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-default--scheme-black[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-default--scheme-black[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-black[data-pt-position=left-top] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position=left] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #000}.protip-skin-default--scheme-black[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-default--scheme-black[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-default--scheme-black[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-black[data-pt-position=right-top] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position=right] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #000 transparent transparent}.protip-skin-default--scheme-black[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-default--scheme-black[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-default--scheme-black[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-black[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #000 transparent transparent}.protip-skin-default--scheme-black[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#000 transparent transparent}.protip-skin-default--scheme-black[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #000}.protip-skin-default--scheme-black[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #000}.protip-skin-default--scheme-leaf.protip-container{color:#fff;background:#339959}.protip-skin-default--scheme-leaf[data-pt-position=top-left] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position=top] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#339959 transparent transparent}.protip-skin-default--scheme-leaf[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-default--scheme-leaf[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-default--scheme-leaf[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-leaf[data-pt-position=bottom-left] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position=bottom] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #339959}.protip-skin-default--scheme-leaf[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-default--scheme-leaf[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-default--scheme-leaf[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-leaf[data-pt-position=left-top] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position=left] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #339959}.protip-skin-default--scheme-leaf[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-default--scheme-leaf[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-default--scheme-leaf[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-leaf[data-pt-position=right-top] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position=right] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #339959 transparent transparent}.protip-skin-default--scheme-leaf[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-default--scheme-leaf[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-default--scheme-leaf[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-leaf[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #339959 transparent transparent}.protip-skin-default--scheme-leaf[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#339959 transparent transparent}.protip-skin-default--scheme-leaf[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #339959}.protip-skin-default--scheme-leaf[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #339959}.protip-skin-default--scheme-purple.protip-container{color:#fff;background:#613399}.protip-skin-default--scheme-purple[data-pt-position=top-left] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position=top] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#613399 transparent transparent}.protip-skin-default--scheme-purple[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-default--scheme-purple[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-default--scheme-purple[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-purple[data-pt-position=bottom-left] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position=bottom] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #613399}.protip-skin-default--scheme-purple[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-default--scheme-purple[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-default--scheme-purple[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-purple[data-pt-position=left-top] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position=left] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #613399}.protip-skin-default--scheme-purple[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-default--scheme-purple[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-default--scheme-purple[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-purple[data-pt-position=right-top] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position=right] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #613399 transparent transparent}.protip-skin-default--scheme-purple[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-default--scheme-purple[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-default--scheme-purple[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-purple[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #613399 transparent transparent}.protip-skin-default--scheme-purple[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#613399 transparent transparent}.protip-skin-default--scheme-purple[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #613399}.protip-skin-default--scheme-purple[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #613399}.protip-skin-default--scheme-pink.protip-container{color:#fff;background:#D457AA}.protip-skin-default--scheme-pink[data-pt-position=top-left] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position=top] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#D457AA transparent transparent}.protip-skin-default--scheme-pink[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-default--scheme-pink[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-default--scheme-pink[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-pink[data-pt-position=bottom-left] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position=bottom] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #D457AA}.protip-skin-default--scheme-pink[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-default--scheme-pink[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-default--scheme-pink[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-pink[data-pt-position=left-top] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position=left] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #D457AA}.protip-skin-default--scheme-pink[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-default--scheme-pink[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-default--scheme-pink[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-pink[data-pt-position=right-top] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position=right] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #D457AA transparent transparent}.protip-skin-default--scheme-pink[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-default--scheme-pink[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-default--scheme-pink[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-pink[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #D457AA transparent transparent}.protip-skin-default--scheme-pink[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#D457AA transparent transparent}.protip-skin-default--scheme-pink[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #D457AA}.protip-skin-default--scheme-pink[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #D457AA}.protip-skin-default--scheme-orange.protip-container{color:#fff;background:#E64426;font-family:sans-serif;transition:opacity .2s ease-out}.protip-skin-default--scheme-orange[data-pt-position=top-left] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position=top] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#E64426 transparent transparent}.protip-skin-default--scheme-orange[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-default--scheme-orange[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-default--scheme-orange[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-orange[data-pt-position=bottom-left] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position=bottom] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #E64426}.protip-skin-default--scheme-orange[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-default--scheme-orange[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-default--scheme-orange[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--scheme-orange[data-pt-position=left-top] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position=left] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #E64426}.protip-skin-default--scheme-orange[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-default--scheme-orange[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-default--scheme-orange[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-orange[data-pt-position=right-top] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position=right] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #E64426 transparent transparent}.protip-skin-default--scheme-orange[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-default--scheme-orange[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-default--scheme-orange[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--scheme-orange[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #E64426 transparent transparent}.protip-skin-default--scheme-orange[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#E64426 transparent transparent}.protip-skin-default--scheme-orange[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #E64426}.protip-skin-default--scheme-orange[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #E64426}.protip-skin-default--size-tiny{padding:8px;font-size:10px;border-radius:3px}.protip-skin-default--size-tiny[data-pt-position=top-left] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position=top] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -4px;border-width:4px 4px 0;border-color:invalid transparent transparent}.protip-skin-default--size-tiny[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-default--size-tiny[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-default--size-tiny[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-4px}.protip-skin-default--size-tiny[data-pt-position=bottom-left] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position=bottom] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position=bottom-right] .protip-arrow{top:-4px;margin:0 0 0 -4px;border-width:0 4px 4px;border-color:transparent transparent invalid}.protip-skin-default--size-tiny[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-default--size-tiny[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-default--size-tiny[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-4px}.protip-skin-default--size-tiny[data-pt-position=left-top] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position=left] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-4px 0 0;border-width:4px 0 4px 4px;border-color:transparent transparent transparent invalid}.protip-skin-default--size-tiny[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-default--size-tiny[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-default--size-tiny[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-4px}.protip-skin-default--size-tiny[data-pt-position=right-top] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position=right] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-4px 0 0;border-width:4px 4px 4px 0;border-color:transparent invalid transparent transparent}.protip-skin-default--size-tiny[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-default--size-tiny[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-default--size-tiny[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-4px}.protip-skin-default--size-tiny[data-pt-position=top-left-corner]{border-bottom-right-radius:0}.protip-skin-default--size-tiny[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -4px;border-width:0 4px 4px 0;border-color:transparent invalid transparent transparent}.protip-skin-default--size-tiny[data-pt-position=top-right-corner]{border-bottom-left-radius:0}.protip-skin-default--size-tiny[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-4px;margin:0 0 0 4px;border-width:4px 4px 0 0;border-color:invalid transparent transparent}.protip-skin-default--size-tiny[data-pt-position=bottom-left-corner]{border-top-right-radius:0}.protip-skin-default--size-tiny[data-pt-position=bottom-left-corner] .protip-arrow{top:-4px;left:100%;margin:0 0 0 -4px;border-width:0 0 4px 4px;border-color:transparent transparent invalid}.protip-skin-default--size-tiny[data-pt-position=bottom-right-corner]{border-top-left-radius:0}.protip-skin-default--size-tiny[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-4px;margin:-4px 0 0 4px;border-width:4px 0 0 4px;border-color:transparent transparent transparent invalid}.protip-skin-default--size-small{padding:13px;font-size:12px;border-radius:4px}.protip-skin-default--size-small[data-pt-position=top-left] .protip-arrow,.protip-skin-default--size-small[data-pt-position=top] .protip-arrow,.protip-skin-default--size-small[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -6px;border-width:6px 6px 0;border-color:invalid transparent transparent}.protip-skin-default--size-small[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-default--size-small[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-default--size-small[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-6px}.protip-skin-default--size-small[data-pt-position=bottom-left] .protip-arrow,.protip-skin-default--size-small[data-pt-position=bottom] .protip-arrow,.protip-skin-default--size-small[data-pt-position=bottom-right] .protip-arrow{top:-6px;margin:0 0 0 -6px;border-width:0 6px 6px;border-color:transparent transparent invalid}.protip-skin-default--size-small[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-default--size-small[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-default--size-small[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-6px}.protip-skin-default--size-small[data-pt-position=left-top] .protip-arrow,.protip-skin-default--size-small[data-pt-position=left] .protip-arrow,.protip-skin-default--size-small[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-6px 0 0;border-width:6px 0 6px 6px;border-color:transparent transparent transparent invalid}.protip-skin-default--size-small[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-default--size-small[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-default--size-small[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-6px}.protip-skin-default--size-small[data-pt-position=right-top] .protip-arrow,.protip-skin-default--size-small[data-pt-position=right] .protip-arrow,.protip-skin-default--size-small[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-6px 0 0;border-width:6px 6px 6px 0;border-color:transparent invalid transparent transparent}.protip-skin-default--size-small[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-default--size-small[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-default--size-small[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-6px}.protip-skin-default--size-small[data-pt-position=top-left-corner]{border-bottom-right-radius:0}.protip-skin-default--size-small[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -6px;border-width:0 6px 6px 0;border-color:transparent invalid transparent transparent}.protip-skin-default--size-small[data-pt-position=top-right-corner]{border-bottom-left-radius:0}.protip-skin-default--size-small[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-6px;margin:0 0 0 6px;border-width:6px 6px 0 0;border-color:invalid transparent transparent}.protip-skin-default--size-small[data-pt-position=bottom-left-corner]{border-top-right-radius:0}.protip-skin-default--size-small[data-pt-position=bottom-left-corner] .protip-arrow{top:-6px;left:100%;margin:0 0 0 -6px;border-width:0 0 6px 6px;border-color:transparent transparent invalid}.protip-skin-default--size-small[data-pt-position=bottom-right-corner]{border-top-left-radius:0}.protip-skin-default--size-small[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-6px;margin:-6px 0 0 6px;border-width:6px 0 0 6px;border-color:transparent transparent transparent invalid}.protip-skin-default--size-normal{padding:16px;font-size:15px;border-radius:6px}.protip-skin-default--size-normal[data-pt-position=top-left] .protip-arrow,.protip-skin-default--size-normal[data-pt-position=top] .protip-arrow,.protip-skin-default--size-normal[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:invalid transparent transparent}.protip-skin-default--size-normal[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-default--size-normal[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-default--size-normal[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--size-normal[data-pt-position=bottom-left] .protip-arrow,.protip-skin-default--size-normal[data-pt-position=bottom] .protip-arrow,.protip-skin-default--size-normal[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent invalid}.protip-skin-default--size-normal[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-default--size-normal[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-default--size-normal[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--size-normal[data-pt-position=left-top] .protip-arrow,.protip-skin-default--size-normal[data-pt-position=left] .protip-arrow,.protip-skin-default--size-normal[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent invalid}.protip-skin-default--size-normal[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-default--size-normal[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-default--size-normal[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--size-normal[data-pt-position=right-top] .protip-arrow,.protip-skin-default--size-normal[data-pt-position=right] .protip-arrow,.protip-skin-default--size-normal[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent invalid transparent transparent}.protip-skin-default--size-normal[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-default--size-normal[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-default--size-normal[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--size-normal[data-pt-position=top-left-corner]{border-bottom-right-radius:0}.protip-skin-default--size-normal[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent invalid transparent transparent}.protip-skin-default--size-normal[data-pt-position=top-right-corner]{border-bottom-left-radius:0}.protip-skin-default--size-normal[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:invalid transparent transparent}.protip-skin-default--size-normal[data-pt-position=bottom-left-corner]{border-top-right-radius:0}.protip-skin-default--size-normal[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent invalid}.protip-skin-default--size-normal[data-pt-position=bottom-right-corner]{border-top-left-radius:0}.protip-skin-default--size-normal[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent invalid}.protip-skin-default--size-big{padding:20px;font-size:18px;border-radius:8px}.protip-skin-default--size-big[data-pt-position=top-left] .protip-arrow,.protip-skin-default--size-big[data-pt-position=top] .protip-arrow,.protip-skin-default--size-big[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -10px;border-width:10px 10px 0;border-color:invalid transparent transparent}.protip-skin-default--size-big[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-default--size-big[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-default--size-big[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-10px}.protip-skin-default--size-big[data-pt-position=bottom-left] .protip-arrow,.protip-skin-default--size-big[data-pt-position=bottom] .protip-arrow,.protip-skin-default--size-big[data-pt-position=bottom-right] .protip-arrow{top:-10px;margin:0 0 0 -10px;border-width:0 10px 10px;border-color:transparent transparent invalid}.protip-skin-default--size-big[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-default--size-big[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-default--size-big[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-10px}.protip-skin-default--size-big[data-pt-position=left-top] .protip-arrow,.protip-skin-default--size-big[data-pt-position=left] .protip-arrow,.protip-skin-default--size-big[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-10px 0 0;border-width:10px 0 10px 10px;border-color:transparent transparent transparent invalid}.protip-skin-default--size-big[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-default--size-big[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-default--size-big[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-10px}.protip-skin-default--size-big[data-pt-position=right-top] .protip-arrow,.protip-skin-default--size-big[data-pt-position=right] .protip-arrow,.protip-skin-default--size-big[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-10px 0 0;border-width:10px 10px 10px 0;border-color:transparent invalid transparent transparent}.protip-skin-default--size-big[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-default--size-big[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-default--size-big[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-10px}.protip-skin-default--size-big[data-pt-position=top-left-corner]{border-bottom-right-radius:0}.protip-skin-default--size-big[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -10px;border-width:0 10px 10px 0;border-color:transparent invalid transparent transparent}.protip-skin-default--size-big[data-pt-position=top-right-corner]{border-bottom-left-radius:0}.protip-skin-default--size-big[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-10px;margin:0 0 0 10px;border-width:10px 10px 0 0;border-color:invalid transparent transparent}.protip-skin-default--size-big[data-pt-position=bottom-left-corner]{border-top-right-radius:0}.protip-skin-default--size-big[data-pt-position=bottom-left-corner] .protip-arrow{top:-10px;left:100%;margin:0 0 0 -10px;border-width:0 0 10px 10px;border-color:transparent transparent invalid}.protip-skin-default--size-big[data-pt-position=bottom-right-corner]{border-top-left-radius:0}.protip-skin-default--size-big[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-10px;margin:-10px 0 0 10px;border-width:10px 0 0 10px;border-color:transparent transparent transparent invalid}.protip-skin-default--size-large{padding:20px;font-size:18px;border-radius:8px}.protip-skin-default--size-large[data-pt-position=top-left-corner],.protip-skin-square--scheme-aqua[data-pt-position=top-left-corner],.protip-skin-square--scheme-black[data-pt-position=top-left-corner],.protip-skin-square--scheme-blue[data-pt-position=top-left-corner],.protip-skin-square--scheme-leaf[data-pt-position=top-left-corner],.protip-skin-square--scheme-orange[data-pt-position=top-left-corner],.protip-skin-square--scheme-pink[data-pt-position=top-left-corner],.protip-skin-square--scheme-pro[data-pt-position=top-left-corner],.protip-skin-square--scheme-red[data-pt-position=top-left-corner],.protip-skin-square--size-big[data-pt-position=top-left-corner],.protip-skin-square--size-large[data-pt-position=top-left-corner],.protip-skin-square--size-normal[data-pt-position=top-left-corner],.protip-skin-square--size-small[data-pt-position=top-left-corner],.protip-skin-square--size-tiny[data-pt-position=top-left-corner]{border-bottom-right-radius:0}.protip-skin-default--size-large[data-pt-position=top-right-corner],.protip-skin-square--scheme-aqua[data-pt-position=top-right-corner],.protip-skin-square--scheme-black[data-pt-position=top-right-corner],.protip-skin-square--scheme-blue[data-pt-position=top-right-corner],.protip-skin-square--scheme-leaf[data-pt-position=top-right-corner],.protip-skin-square--scheme-orange[data-pt-position=top-right-corner],.protip-skin-square--scheme-pink[data-pt-position=top-right-corner],.protip-skin-square--scheme-pro[data-pt-position=top-right-corner],.protip-skin-square--scheme-red[data-pt-position=top-right-corner],.protip-skin-square--size-big[data-pt-position=top-right-corner],.protip-skin-square--size-large[data-pt-position=top-right-corner],.protip-skin-square--size-normal[data-pt-position=top-right-corner],.protip-skin-square--size-small[data-pt-position=top-right-corner],.protip-skin-square--size-tiny[data-pt-position=top-right-corner]{border-bottom-left-radius:0}.protip-skin-default--size-large[data-pt-position=bottom-left-corner],.protip-skin-square--scheme-aqua[data-pt-position=bottom-left-corner],.protip-skin-square--scheme-black[data-pt-position=bottom-left-corner],.protip-skin-square--scheme-blue[data-pt-position=bottom-left-corner],.protip-skin-square--scheme-leaf[data-pt-position=bottom-left-corner],.protip-skin-square--scheme-orange[data-pt-position=bottom-left-corner],.protip-skin-square--scheme-pink[data-pt-position=bottom-left-corner],.protip-skin-square--scheme-pro[data-pt-position=bottom-left-corner],.protip-skin-square--scheme-red[data-pt-position=bottom-left-corner],.protip-skin-square--size-big[data-pt-position=bottom-left-corner],.protip-skin-square--size-large[data-pt-position=bottom-left-corner],.protip-skin-square--size-normal[data-pt-position=bottom-left-corner],.protip-skin-square--size-small[data-pt-position=bottom-left-corner],.protip-skin-square--size-tiny[data-pt-position=bottom-left-corner]{border-top-right-radius:0}.protip-skin-default--size-large[data-pt-position=bottom-right-corner],.protip-skin-square--scheme-aqua[data-pt-position=bottom-right-corner],.protip-skin-square--scheme-black[data-pt-position=bottom-right-corner],.protip-skin-square--scheme-blue[data-pt-position=bottom-right-corner],.protip-skin-square--scheme-leaf[data-pt-position=bottom-right-corner],.protip-skin-square--scheme-orange[data-pt-position=bottom-right-corner],.protip-skin-square--scheme-pink[data-pt-position=bottom-right-corner],.protip-skin-square--scheme-pro[data-pt-position=bottom-right-corner],.protip-skin-square--scheme-red[data-pt-position=bottom-right-corner],.protip-skin-square--size-big[data-pt-position=bottom-right-corner],.protip-skin-square--size-large[data-pt-position=bottom-right-corner],.protip-skin-square--size-normal[data-pt-position=bottom-right-corner],.protip-skin-square--size-small[data-pt-position=bottom-right-corner],.protip-skin-square--size-tiny[data-pt-position=bottom-right-corner]{border-top-left-radius:0}.protip-skin-default--size-large[data-pt-position=top-left] .protip-arrow,.protip-skin-default--size-large[data-pt-position=top] .protip-arrow,.protip-skin-default--size-large[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -12px;border-width:12px 12px 0;border-color:invalid transparent transparent}.protip-skin-default--size-large[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-default--size-large[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-default--size-large[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-12px}.protip-skin-default--size-large[data-pt-position=bottom-left] .protip-arrow,.protip-skin-default--size-large[data-pt-position=bottom] .protip-arrow,.protip-skin-default--size-large[data-pt-position=bottom-right] .protip-arrow{top:-12px;margin:0 0 0 -12px;border-width:0 12px 12px;border-color:transparent transparent invalid}.protip-skin-default--size-large[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-default--size-large[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-default--size-large[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-12px}.protip-skin-default--size-large[data-pt-position=left-top] .protip-arrow,.protip-skin-default--size-large[data-pt-position=left] .protip-arrow,.protip-skin-default--size-large[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-12px 0 0;border-width:12px 0 12px 12px;border-color:transparent transparent transparent invalid}.protip-skin-default--size-large[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-default--size-large[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-default--size-large[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-12px}.protip-skin-default--size-large[data-pt-position=right-top] .protip-arrow,.protip-skin-default--size-large[data-pt-position=right] .protip-arrow,.protip-skin-default--size-large[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-12px 0 0;border-width:12px 12px 12px 0;border-color:transparent invalid transparent transparent}.protip-skin-default--size-large[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-default--size-large[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-default--size-large[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-12px}.protip-skin-default--size-large[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -12px;border-width:0 12px 12px 0;border-color:transparent invalid transparent transparent}.protip-skin-default--size-large[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-12px;margin:0 0 0 12px;border-width:12px 12px 0 0;border-color:invalid transparent transparent}.protip-skin-default--size-large[data-pt-position=bottom-left-corner] .protip-arrow{top:-12px;left:100%;margin:0 0 0 -12px;border-width:0 0 12px 12px;border-color:transparent transparent invalid}.protip-skin-default--size-large[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-12px;margin:-12px 0 0 12px;border-width:12px 0 0 12px;border-color:transparent transparent transparent invalid}.protip-skin-square--scheme-pro.protip-container{color:#fff;background:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position=top-left] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position=top] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#da2e2b transparent transparent}.protip-skin-square--scheme-pro[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-square--scheme-pro[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-square--scheme-pro[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-pro[data-pt-position=bottom-left] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position=bottom] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #da2e2b}.protip-skin-square--scheme-pro[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-square--scheme-pro[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-square--scheme-pro[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-pro[data-pt-position=left-top] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position=left] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #da2e2b}.protip-skin-square--scheme-pro[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-square--scheme-pro[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-square--scheme-pro[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-pro[data-pt-position=right-top] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position=right] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #da2e2b transparent transparent}.protip-skin-square--scheme-pro[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-square--scheme-pro[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-square--scheme-pro[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-pro[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #da2e2b transparent transparent}.protip-skin-square--scheme-pro[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#da2e2b transparent transparent}.protip-skin-square--scheme-pro[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #da2e2b}.protip-skin-square--scheme-pro[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #da2e2b}.protip-skin-square--scheme-blue.protip-container{color:#fff;background:#369}.protip-skin-square--scheme-blue[data-pt-position=top-left] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position=top] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#369 transparent transparent}.protip-skin-square--scheme-blue[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-square--scheme-blue[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-square--scheme-blue[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-blue[data-pt-position=bottom-left] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position=bottom] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #369}.protip-skin-square--scheme-blue[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-square--scheme-blue[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-square--scheme-blue[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-blue[data-pt-position=left-top] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position=left] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #369}.protip-skin-square--scheme-blue[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-square--scheme-blue[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-square--scheme-blue[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-blue[data-pt-position=right-top] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position=right] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #369 transparent transparent}.protip-skin-square--scheme-blue[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-square--scheme-blue[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-square--scheme-blue[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-blue[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #369 transparent transparent}.protip-skin-square--scheme-blue[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#369 transparent transparent}.protip-skin-square--scheme-blue[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #369}.protip-skin-square--scheme-blue[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #369}.protip-skin-square--scheme-red.protip-container{color:#fff;background:#802731}.protip-skin-square--scheme-red[data-pt-position=top-left] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position=top] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#802731 transparent transparent}.protip-skin-square--scheme-red[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-square--scheme-red[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-square--scheme-red[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-red[data-pt-position=bottom-left] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position=bottom] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #802731}.protip-skin-square--scheme-red[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-square--scheme-red[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-square--scheme-red[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-red[data-pt-position=left-top] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position=left] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #802731}.protip-skin-square--scheme-red[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-square--scheme-red[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-square--scheme-red[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-red[data-pt-position=right-top] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position=right] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #802731 transparent transparent}.protip-skin-square--scheme-red[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-square--scheme-red[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-square--scheme-red[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-red[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #802731 transparent transparent}.protip-skin-square--scheme-red[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#802731 transparent transparent}.protip-skin-square--scheme-red[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #802731}.protip-skin-square--scheme-red[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #802731}.protip-skin-square--scheme-aqua.protip-container{color:#fff;background:#339996}.protip-skin-square--scheme-aqua[data-pt-position=top-left] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position=top] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#339996 transparent transparent}.protip-skin-square--scheme-aqua[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-square--scheme-aqua[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-square--scheme-aqua[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-aqua[data-pt-position=bottom-left] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position=bottom] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #339996}.protip-skin-square--scheme-aqua[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-square--scheme-aqua[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-square--scheme-aqua[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-aqua[data-pt-position=left-top] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position=left] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #339996}.protip-skin-square--scheme-aqua[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-square--scheme-aqua[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-square--scheme-aqua[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-aqua[data-pt-position=right-top] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position=right] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #339996 transparent transparent}.protip-skin-square--scheme-aqua[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-square--scheme-aqua[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-square--scheme-aqua[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-aqua[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #339996 transparent transparent}.protip-skin-square--scheme-aqua[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#339996 transparent transparent}.protip-skin-square--scheme-aqua[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #339996}.protip-skin-square--scheme-aqua[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #339996}.protip-skin-square--scheme-black.protip-container{color:#fff;background:#000}.protip-skin-square--scheme-black[data-pt-position=top-left] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position=top] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#000 transparent transparent}.protip-skin-square--scheme-black[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-square--scheme-black[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-square--scheme-black[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-black[data-pt-position=bottom-left] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position=bottom] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #000}.protip-skin-square--scheme-black[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-square--scheme-black[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-square--scheme-black[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-black[data-pt-position=left-top] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position=left] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #000}.protip-skin-square--scheme-black[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-square--scheme-black[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-square--scheme-black[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-black[data-pt-position=right-top] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position=right] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #000 transparent transparent}.protip-skin-square--scheme-black[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-square--scheme-black[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-square--scheme-black[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-black[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #000 transparent transparent}.protip-skin-square--scheme-black[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#000 transparent transparent}.protip-skin-square--scheme-black[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #000}.protip-skin-square--scheme-black[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #000}.protip-skin-square--scheme-leaf.protip-container{color:#fff;background:#339959}.protip-skin-square--scheme-leaf[data-pt-position=top-left] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position=top] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#339959 transparent transparent}.protip-skin-square--scheme-leaf[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-square--scheme-leaf[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-square--scheme-leaf[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-leaf[data-pt-position=bottom-left] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position=bottom] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #339959}.protip-skin-square--scheme-leaf[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-square--scheme-leaf[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-square--scheme-leaf[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-leaf[data-pt-position=left-top] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position=left] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #339959}.protip-skin-square--scheme-leaf[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-square--scheme-leaf[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-square--scheme-leaf[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-leaf[data-pt-position=right-top] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position=right] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #339959 transparent transparent}.protip-skin-square--scheme-leaf[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-square--scheme-leaf[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-square--scheme-leaf[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-leaf[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #339959 transparent transparent}.protip-skin-square--scheme-leaf[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#339959 transparent transparent}.protip-skin-square--scheme-leaf[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #339959}.protip-skin-square--scheme-leaf[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #339959}.protip-skin-square--scheme-purple.protip-container{color:#fff;background:#613399}.protip-skin-square--scheme-purple[data-pt-position=top-left] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position=top] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#613399 transparent transparent}.protip-skin-square--scheme-purple[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-square--scheme-purple[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-square--scheme-purple[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-purple[data-pt-position=bottom-left] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position=bottom] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #613399}.protip-skin-square--scheme-purple[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-square--scheme-purple[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-square--scheme-purple[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-purple[data-pt-position=left-top] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position=left] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #613399}.protip-skin-square--scheme-purple[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-square--scheme-purple[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-square--scheme-purple[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-purple[data-pt-position=right-top] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position=right] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #613399 transparent transparent}.protip-skin-square--scheme-purple[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-square--scheme-purple[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-square--scheme-purple[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-purple[data-pt-position=top-left-corner]{border-bottom-right-radius:0}.protip-skin-square--scheme-purple[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #613399 transparent transparent}.protip-skin-square--scheme-purple[data-pt-position=top-right-corner]{border-bottom-left-radius:0}.protip-skin-square--scheme-purple[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#613399 transparent transparent}.protip-skin-square--scheme-purple[data-pt-position=bottom-left-corner]{border-top-right-radius:0}.protip-skin-square--scheme-purple[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #613399}.protip-skin-square--scheme-purple[data-pt-position=bottom-right-corner]{border-top-left-radius:0}.protip-skin-square--scheme-purple[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #613399}.protip-skin-square--scheme-pink.protip-container{color:#fff;background:#D457AA}.protip-skin-square--scheme-pink[data-pt-position=top-left] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position=top] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#D457AA transparent transparent}.protip-skin-square--scheme-pink[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-square--scheme-pink[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-square--scheme-pink[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-pink[data-pt-position=bottom-left] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position=bottom] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #D457AA}.protip-skin-square--scheme-pink[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-square--scheme-pink[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-square--scheme-pink[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-pink[data-pt-position=left-top] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position=left] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #D457AA}.protip-skin-square--scheme-pink[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-square--scheme-pink[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-square--scheme-pink[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-pink[data-pt-position=right-top] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position=right] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #D457AA transparent transparent}.protip-skin-square--scheme-pink[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-square--scheme-pink[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-square--scheme-pink[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-pink[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #D457AA transparent transparent}.protip-skin-square--scheme-pink[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#D457AA transparent transparent}.protip-skin-square--scheme-pink[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #D457AA}.protip-skin-square--scheme-pink[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #D457AA}.protip-skin-square--scheme-orange.protip-container{color:#fff;background:#E64426}.protip-skin-square--scheme-orange[data-pt-position=top-left] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position=top] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:#E64426 transparent transparent}.protip-skin-square--scheme-orange[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-square--scheme-orange[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-square--scheme-orange[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-orange[data-pt-position=bottom-left] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position=bottom] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent #E64426}.protip-skin-square--scheme-orange[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-square--scheme-orange[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-square--scheme-orange[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--scheme-orange[data-pt-position=left-top] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position=left] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #E64426}.protip-skin-square--scheme-orange[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-square--scheme-orange[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-square--scheme-orange[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-orange[data-pt-position=right-top] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position=right] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent #E64426 transparent transparent}.protip-skin-square--scheme-orange[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-square--scheme-orange[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-square--scheme-orange[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--scheme-orange[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent #E64426 transparent transparent}.protip-skin-square--scheme-orange[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:#E64426 transparent transparent}.protip-skin-square--scheme-orange[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent #E64426}.protip-skin-square--scheme-orange[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #E64426}.protip-skin-square--size-tiny{padding:8px;font-size:10px}.protip-skin-square--size-tiny[data-pt-position=top-left] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position=top] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -4px;border-width:4px 4px 0;border-color:invalid transparent transparent}.protip-skin-square--size-tiny[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-square--size-tiny[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-square--size-tiny[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-4px}.protip-skin-square--size-tiny[data-pt-position=bottom-left] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position=bottom] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position=bottom-right] .protip-arrow{top:-4px;margin:0 0 0 -4px;border-width:0 4px 4px;border-color:transparent transparent invalid}.protip-skin-square--size-tiny[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-square--size-tiny[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-square--size-tiny[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-4px}.protip-skin-square--size-tiny[data-pt-position=left-top] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position=left] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-4px 0 0;border-width:4px 0 4px 4px;border-color:transparent transparent transparent invalid}.protip-skin-square--size-tiny[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-square--size-tiny[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-square--size-tiny[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-4px}.protip-skin-square--size-tiny[data-pt-position=right-top] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position=right] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-4px 0 0;border-width:4px 4px 4px 0;border-color:transparent invalid transparent transparent}.protip-skin-square--size-tiny[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-square--size-tiny[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-square--size-tiny[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-4px}.protip-skin-square--size-tiny[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -4px;border-width:0 4px 4px 0;border-color:transparent invalid transparent transparent}.protip-skin-square--size-tiny[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-4px;margin:0 0 0 4px;border-width:4px 4px 0 0;border-color:invalid transparent transparent}.protip-skin-square--size-tiny[data-pt-position=bottom-left-corner] .protip-arrow{top:-4px;left:100%;margin:0 0 0 -4px;border-width:0 0 4px 4px;border-color:transparent transparent invalid}.protip-skin-square--size-tiny[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-4px;margin:-4px 0 0 4px;border-width:4px 0 0 4px;border-color:transparent transparent transparent invalid}.protip-skin-square--size-small{padding:13px;font-size:12px}.protip-skin-square--size-small[data-pt-position=top-left] .protip-arrow,.protip-skin-square--size-small[data-pt-position=top] .protip-arrow,.protip-skin-square--size-small[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -6px;border-width:6px 6px 0;border-color:invalid transparent transparent}.protip-skin-square--size-small[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-square--size-small[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-square--size-small[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-6px}.protip-skin-square--size-small[data-pt-position=bottom-left] .protip-arrow,.protip-skin-square--size-small[data-pt-position=bottom] .protip-arrow,.protip-skin-square--size-small[data-pt-position=bottom-right] .protip-arrow{top:-6px;margin:0 0 0 -6px;border-width:0 6px 6px;border-color:transparent transparent invalid}.protip-skin-square--size-small[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-square--size-small[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-square--size-small[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-6px}.protip-skin-square--size-small[data-pt-position=left-top] .protip-arrow,.protip-skin-square--size-small[data-pt-position=left] .protip-arrow,.protip-skin-square--size-small[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-6px 0 0;border-width:6px 0 6px 6px;border-color:transparent transparent transparent invalid}.protip-skin-square--size-small[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-square--size-small[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-square--size-small[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-6px}.protip-skin-square--size-small[data-pt-position=right-top] .protip-arrow,.protip-skin-square--size-small[data-pt-position=right] .protip-arrow,.protip-skin-square--size-small[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-6px 0 0;border-width:6px 6px 6px 0;border-color:transparent invalid transparent transparent}.protip-skin-square--size-small[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-square--size-small[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-square--size-small[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-6px}.protip-skin-square--size-small[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -6px;border-width:0 6px 6px 0;border-color:transparent invalid transparent transparent}.protip-skin-square--size-small[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-6px;margin:0 0 0 6px;border-width:6px 6px 0 0;border-color:invalid transparent transparent}.protip-skin-square--size-small[data-pt-position=bottom-left-corner] .protip-arrow{top:-6px;left:100%;margin:0 0 0 -6px;border-width:0 0 6px 6px;border-color:transparent transparent invalid}.protip-skin-square--size-small[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-6px;margin:-6px 0 0 6px;border-width:6px 0 0 6px;border-color:transparent transparent transparent invalid}.protip-skin-square--size-normal{padding:16px;font-size:15px}.protip-skin-square--size-big,.protip-skin-square--size-large{padding:20px;font-size:18px}.protip-skin-square--size-normal[data-pt-position=top-left] .protip-arrow,.protip-skin-square--size-normal[data-pt-position=top] .protip-arrow,.protip-skin-square--size-normal[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -8px;border-width:8px 8px 0;border-color:invalid transparent transparent}.protip-skin-square--size-normal[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-square--size-normal[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-square--size-normal[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--size-normal[data-pt-position=bottom-left] .protip-arrow,.protip-skin-square--size-normal[data-pt-position=bottom] .protip-arrow,.protip-skin-square--size-normal[data-pt-position=bottom-right] .protip-arrow{top:-8px;margin:0 0 0 -8px;border-width:0 8px 8px;border-color:transparent transparent invalid}.protip-skin-square--size-normal[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-square--size-normal[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-square--size-normal[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--size-normal[data-pt-position=left-top] .protip-arrow,.protip-skin-square--size-normal[data-pt-position=left] .protip-arrow,.protip-skin-square--size-normal[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-8px 0 0;border-width:8px 0 8px 8px;border-color:transparent transparent transparent invalid}.protip-skin-square--size-normal[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-square--size-normal[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-square--size-normal[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--size-normal[data-pt-position=right-top] .protip-arrow,.protip-skin-square--size-normal[data-pt-position=right] .protip-arrow,.protip-skin-square--size-normal[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-8px 0 0;border-width:8px 8px 8px 0;border-color:transparent invalid transparent transparent}.protip-skin-square--size-normal[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-square--size-normal[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-square--size-normal[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--size-normal[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0;border-color:transparent invalid transparent transparent}.protip-skin-square--size-normal[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0;border-color:invalid transparent transparent}.protip-skin-square--size-normal[data-pt-position=bottom-left-corner] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px;border-color:transparent transparent invalid}.protip-skin-square--size-normal[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px;border-color:transparent transparent transparent invalid}.protip-skin-square--size-big[data-pt-position=top-left] .protip-arrow,.protip-skin-square--size-big[data-pt-position=top] .protip-arrow,.protip-skin-square--size-big[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -10px;border-width:10px 10px 0;border-color:invalid transparent transparent}.protip-skin-square--size-big[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-square--size-big[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-square--size-big[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-10px}.protip-skin-square--size-big[data-pt-position=bottom-left] .protip-arrow,.protip-skin-square--size-big[data-pt-position=bottom] .protip-arrow,.protip-skin-square--size-big[data-pt-position=bottom-right] .protip-arrow{top:-10px;margin:0 0 0 -10px;border-width:0 10px 10px;border-color:transparent transparent invalid}.protip-skin-square--size-big[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-square--size-big[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-square--size-big[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-10px}.protip-skin-square--size-big[data-pt-position=left-top] .protip-arrow,.protip-skin-square--size-big[data-pt-position=left] .protip-arrow,.protip-skin-square--size-big[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-10px 0 0;border-width:10px 0 10px 10px;border-color:transparent transparent transparent invalid}.protip-skin-square--size-big[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-square--size-big[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-square--size-big[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-10px}.protip-skin-square--size-big[data-pt-position=right-top] .protip-arrow,.protip-skin-square--size-big[data-pt-position=right] .protip-arrow,.protip-skin-square--size-big[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-10px 0 0;border-width:10px 10px 10px 0;border-color:transparent invalid transparent transparent}.protip-skin-square--size-big[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-square--size-big[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-square--size-big[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-10px}.protip-skin-square--size-big[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -10px;border-width:0 10px 10px 0;border-color:transparent invalid transparent transparent}.protip-skin-square--size-big[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-10px;margin:0 0 0 10px;border-width:10px 10px 0 0;border-color:invalid transparent transparent}.protip-skin-square--size-big[data-pt-position=bottom-left-corner] .protip-arrow{top:-10px;left:100%;margin:0 0 0 -10px;border-width:0 0 10px 10px;border-color:transparent transparent invalid}.protip-skin-square--size-big[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-10px;margin:-10px 0 0 10px;border-width:10px 0 0 10px;border-color:transparent transparent transparent invalid}.protip-skin-square--size-large[data-pt-position=top-left] .protip-arrow,.protip-skin-square--size-large[data-pt-position=top] .protip-arrow,.protip-skin-square--size-large[data-pt-position=top-right] .protip-arrow{top:100%;margin:0 0 0 -12px;border-width:12px 12px 0;border-color:invalid transparent transparent}.protip-skin-square--size-large[data-pt-position=top-left] .protip-arrow{left:20px}.protip-skin-square--size-large[data-pt-position=top] .protip-arrow{left:50%}.protip-skin-square--size-large[data-pt-position=top-right] .protip-arrow{left:auto;right:20px;margin-right:-12px}.protip-skin-square--size-large[data-pt-position=bottom-left] .protip-arrow,.protip-skin-square--size-large[data-pt-position=bottom] .protip-arrow,.protip-skin-square--size-large[data-pt-position=bottom-right] .protip-arrow{top:-12px;margin:0 0 0 -12px;border-width:0 12px 12px;border-color:transparent transparent invalid}.protip-skin-square--size-large[data-pt-position=bottom-left] .protip-arrow{left:20px}.protip-skin-square--size-large[data-pt-position=bottom] .protip-arrow{left:50%}.protip-skin-square--size-large[data-pt-position=bottom-right] .protip-arrow{left:auto;right:20px;margin-right:-12px}.protip-skin-square--size-large[data-pt-position=left-top] .protip-arrow,.protip-skin-square--size-large[data-pt-position=left] .protip-arrow,.protip-skin-square--size-large[data-pt-position=left-bottom] .protip-arrow{left:100%;margin:-12px 0 0;border-width:12px 0 12px 12px;border-color:transparent transparent transparent invalid}.protip-skin-square--size-large[data-pt-position=left-top] .protip-arrow{top:20px}.protip-skin-square--size-large[data-pt-position=left] .protip-arrow{top:50%}.protip-skin-square--size-large[data-pt-position=left-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-12px}.protip-skin-square--size-large[data-pt-position=right-top] .protip-arrow,.protip-skin-square--size-large[data-pt-position=right] .protip-arrow,.protip-skin-square--size-large[data-pt-position=right-bottom] .protip-arrow{right:100%;margin:-12px 0 0;border-width:12px 12px 12px 0;border-color:transparent invalid transparent transparent}.protip-skin-square--size-large[data-pt-position=right-top] .protip-arrow{top:20px}.protip-skin-square--size-large[data-pt-position=right] .protip-arrow{top:50%}.protip-skin-square--size-large[data-pt-position=right-bottom] .protip-arrow{top:auto;bottom:20px;margin-bottom:-12px}.protip-skin-square--size-large[data-pt-position=top-left-corner] .protip-arrow{top:100%;left:100%;margin:0 0 0 -12px;border-width:0 12px 12px 0;border-color:transparent invalid transparent transparent}.protip-skin-square--size-large[data-pt-position=top-right-corner] .protip-arrow{top:100%;left:-12px;margin:0 0 0 12px;border-width:12px 12px 0 0;border-color:invalid transparent transparent}.protip-skin-square--size-large[data-pt-position=bottom-left-corner] .protip-arrow{top:-12px;left:100%;margin:0 0 0 -12px;border-width:0 0 12px 12px;border-color:transparent transparent invalid}.protip-skin-square--size-large[data-pt-position=bottom-right-corner] .protip-arrow{top:0;left:-12px;margin:-12px 0 0 12px;border-width:12px 0 0 12px;border-color:transparent transparent transparent invalid}/*!
 * mediaelementplayer.min.css
 */.mejs__offscreen{clip:rect(1px,1px,1px,1px);-webkit-clip-path:polygon(0 0,0 0,0 0,0 0);clip-path:polygon(0 0,0 0,0 0,0 0);position:absolute!important;height:1px;width:1px;overflow:hidden}.mejs__fill-container,.mejs__fill-container .mejs__container,.mejs__iframe-overlay{width:100%;height:100%}.mejs__container{position:relative;background:rgba(0,0,0,.84);font-family:Helvetica,Arial,serif;text-align:left;vertical-align:top;text-indent:0;padding:30px;min-width:100%;border-radius:5px;border:1px solid rgba(0,0,0,.1);margin-bottom:30px}.mejs__container.mejs__video,.mejs__poster-img{padding:0;border:0}.mejs__container .mejs__video{min-height:140px}.mejs__container video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.mejs__fill-container{overflow:hidden;position:relative;margin:0 auto;background:0 0}.mejs__container:focus{outline:0}.mejs__iframe-overlay{position:absolute}.mejs__embed,.mejs__embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs__fullscreen{overflow:hidden!important}.mejs__container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:4}.mejs__background,.mejs__mediaelement,.mejs__overlay,.mejs__poster{position:absolute;top:0;left:0}.mejs__container-fullscreen .mejs__mediaelement,.mejs__container-fullscreen video{width:100%!important;height:100%!important}.mejs__clear{clear:both}.mejs__mediaelement{width:100%;height:100%;z-index:0}.mejs__poster{background-size:contain;background-position:50% 50%;background-repeat:no-repeat;z-index:1}:root .mejs__poster-img{display:none}.mejs__overlay{z-index:1}.mejs__overlay-button,.mejs__overlay-loading{left:50%;margin:-40px 0 0 -40px;width:80px;top:50%;position:absolute}.mejs__layer{z-index:1}.mejs__overlay-play{cursor:pointer}.video_player_wrapper{height:550px!important}.mejs__overlay-button{height:80px;background:url(mejs-controls.svg) 0 -39px no-repeat;overflow:hidden;z-index:1}.mejs__overlay:hover>.mejs__overlay-button{background-position:-80px -39px}.mejs__overlay-loading{height:80px}.mejs__overlay-loading-bg-img{display:block;width:80px;height:80px;background:url(mejs-controls.svg) -160px -40px no-repeat;animation:a 1s linear infinite;z-index:1}@keyframes a{to{transform:rotate(1turn)}}.mejs__controls{position:absolute;list-style-type:none;margin:-18px 0 0;padding:0 10px;left:0;top:50%;height:40px;width:100%;z-index:1}.mejs__video .mejs__controls{top:initial;bottom:0;margin-top:0}.mejs__button,.mejs__time,.mejs__time-rail{float:left;margin:0;width:32px;height:40px;font-size:10px;line-height:10px}.mejs__button>button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:10px 6px;padding:0;position:absolute;height:20px;width:20px;border:0;background:url(mejs-controls.svg);overflow:hidden}.mejs__button>button:focus{outline:#999 dotted 1px}.mejs__container-keyboard-inactive [role=slider],.mejs__container-keyboard-inactive [role=slider]:focus,.mejs__container-keyboard-inactive a,.mejs__container-keyboard-inactive a:focus,.mejs__container-keyboard-inactive button,.mejs__container-keyboard-inactive button:focus{outline:0}.mejs__time{color:#fff;display:block;height:24px;width:auto;font-size:11px;padding:16px 6px 0;overflow:hidden;text-align:center;box-sizing:content-box}.mejs__play>button{background-position:0 0}.mejs__pause>button{background-position:-20px 0}.mejs__replay>button{background-position:-160px 0}.mejs__time-rail{direction:ltr;width:200px;padding-top:10px;height:40px;position:relative;margin:0 10px}.mejs__time-buffering,.mejs__time-current,.mejs__time-float,.mejs__time-float-corner,.mejs__time-float-current,.mejs__time-hovered,.mejs__time-loaded,.mejs__time-marker,.mejs__time-total{cursor:pointer;display:block;position:absolute;height:10px;border-radius:2px}.mejs__time-total{margin:5px 0 0;background:hsla(0,0%,100%,.3);width:100%}.mejs__time-buffering{background:linear-gradient(-45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:15px 15px;animation:b 2s linear infinite}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs__time-loaded{background:hsla(0,0%,100%,.3)}.mejs__time-hovered{background:hsla(0,0%,100%,.5);z-index:2}.mejs__time-hovered.negative{background:rgba(0,0,0,.2)}.mejs__time-buffering,.mejs__time-current,.mejs__time-hovered,.mejs__time-loaded{width:100%;left:0;-ms-transform-origin:0 0;transform-origin:0 0;-ms-transform:scaleX(0);transform:scaleX(0);transition:all .15s ease-in}.mejs__time-hovered{transition:height .1s cubic-bezier(.44,0,1,1)}.mejs__time-hovered.no-hover{-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs__time-handle,.mejs__time-handle-baby{position:absolute;cursor:pointer;width:20px;height:20px;border:4px solid transparent;z-index:3;left:0;-ms-transform:translateX(0);transform:translateX(0)}.mejs__time-handle-baby{left:-4px;border:4px solid hsla(0,0%,100%,.9);-ms-transform:scale(0);transform:scale(0);top:-8px;border-radius:50%}.mejs__time-rail .mejs__time-handle-baby:active,.mejs__time-rail .mejs__time-handle-baby:focus,.mejs__time-rail:hover .mejs__time-handle-baby{-ms-transform:scale(1);transform:scale(1)}.mejs__time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:1px solid #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs__time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs__time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;top:15px;left:13px}.mejs__long-video .mejs__time-float{width:64px;margin-left:-23px}.mejs__long-video .mejs__time-float-current{width:60px}.mejs__long-video .mejs__time-float-corner{left:18px}.mejs__broadcast{color:#fff;position:absolute;width:100%;height:10px;top:15px}.mejs__fullscreen-button>button{background-position:-80px 0}.mejs__unfullscreen>button{background-position:-100px 0}.mejs__mute>button{background-position:-60px 0}.mejs__unmute>button{background-position:-40px 0}.mejs__volume-button{position:relative}.mejs__volume-button>.mejs__volume-slider{display:none;height:115px;width:25px;background:rgba(50,50,50,.7);border-radius:0;top:-115px;left:5px;z-index:1;position:absolute;margin:0}.mejs__volume-button:hover{border-radius:0 0 4px 4px}.mejs__volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:hsla(0,0%,100%,.5);margin:0}.mejs__volume-current{bottom:0;width:100%;height:100%;margin:0}.mejs__volume-current,.mejs__volume-handle{position:absolute;left:0}.mejs__volume-handle{bottom:100%;width:16px;height:6px;margin:0 0 -3px -7px;cursor:ns-resize;border-radius:1px}.mejs__horizontal-volume-slider{height:36px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs__horizontal-volume-total{top:16px;width:50px;height:8px;background:rgba(50,50,50,.8)}.mejs__horizontal-volume-current,.mejs__horizontal-volume-total{position:absolute;left:0;margin:0;padding:0;font-size:1px;border-radius:2px}.mejs__horizontal-volume-current{top:0;width:100%;height:100%}.mejs__horizontal-volume-handle{display:none}.mejs__captions-button,.mejs__chapters-button{position:relative}.mejs__captions-button>button{background-position:-140px 0}.mejs__chapters-button>button{background-position:-180px 0}.mejs__captions-button>.mejs__captions-selector,.mejs__chapters-button>.mejs__chapters-selector{position:absolute;bottom:40px;right:-51px;width:85px;background:rgba(50,50,50,.7);border:1px solid transparent;padding:0;overflow:hidden;border-radius:0;visibility:visible}.mejs__chapters-button>.mejs__chapters-selector{width:110px}.mejs__captions-selector-list,.mejs__chapters-selector-list{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs__captions-selector-list-item,.mejs__chapters-selector-list-item{margin:0 0 6px;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden;cursor:pointer}.mejs__captions-selector-list-item:hover,.mejs__chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs__captions-selector-input,.mejs__chapters-selector-input{clear:both;float:left;margin:3px 3px 0 5px;position:absolute;left:-1000px}.mejs__captions-selector-label,.mejs__chapters-selector-label{width:55px;float:left;padding:4px 0 0;line-height:15px;font-size:10px;cursor:pointer}.mejs__captions-selected,.mejs__chapters-selected{color:#21f8f8}.fa-inverse,.mejs__captions-layer,.mejs__container .me_cannotplay a{color:#fff}.mejs__captions-translations{font-size:10px;margin:0 0 5px}.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.mejs__captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px}.mejs__captions-layer a{color:#fff;text-decoration:underline}.mejs__captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs__captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs__captions-position-hover{bottom:35px}.mejs__captions-text,.mejs__captions-text *{padding:0;background:hsla(0,0%,8%,.5);white-space:pre-wrap;box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5)}.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container{display:none}.me_cannotplay a{font-weight:700}.me_cannotplay span{padding:15px;display:block}.fa,.fa-stack{display:inline-block}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font-family:'Font Awesome\ 5 Free';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.menucont.cl-effect-1 div>ul>li>a,.sr-only{padding:0}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*!
 * effects.css
 */.effect-apollo-img li,.effect-jazz-img li,.effect-lexi-img li,.tilter__deco{overflow:hidden}.menucont.cl-effect-1 div>ul>li>a::after,.menucont.cl-effect-1 div>ul>li>a::before{display:inline-block;opacity:0;-webkit-transition:-webkit-transform .3s,opacity .2s;-moz-transition:-moz-transform .3s,opacity .2s;transition:transform .3s,opacity .2s}.menucont.cl-effect-1 div>ul>li>a::before{margin-right:10px;content:'[';-webkit-transform:translateX(15px);-moz-transform:translateX(15px);transform:translateX(15px)}.menucont.cl-effect-1 div>ul>li>a::after{margin-left:10px;content:']';-webkit-transform:translateX(-15px);-moz-transform:translateX(-15px);transform:translateX(-15px)}.menucont.cl-effect-1 div>ul>li>a:focus::after,.menucont.cl-effect-1 div>ul>li>a:focus::before,.menucont.cl-effect-1 div>ul>li>a:hover::after,.menucont.cl-effect-1 div>ul>li>a:hover::before{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}.menucont.cl-effect-2 div>ul>li>a{padding:10px;font-weight:700;text-shadow:none;-webkit-transition:color .3s;-moz-transition:color .3s;transition:color .3s}.menucont.cl-effect-2 div>ul>li>a::after,.menucont.cl-effect-2 div>ul>li>a::before{position:absolute;left:0;width:100%;content:'';opacity:0;height:2px;-webkit-transition:opacity .3s,-webkit-transform .3s;-moz-transition:opacity .3s,-moz-transform .3s;transition:opacity .3s,transform .3s}.menucont.cl-effect-2 div>ul>li>a::before{top:0;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);transform:translateY(-10px)}.menucont.cl-effect-2 div>ul>li>a::after{bottom:0;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);transform:translateY(10px)}.menucont.cl-effect-2 div>ul>li>a:focus::after,.menucont.cl-effect-2 div>ul>li>a:focus::before,.menucont.cl-effect-2 div>ul>li>a:hover::after,.menucont.cl-effect-2 div>ul>li>a:hover::before{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.menucont.cl-effect-3 div>ul>li>a{padding:0;margin:0 13px}.menucont.cl-effect-3 div>ul>li>a::before{content:'';height:2px;position:absolute;bottom:-6px;width:12px;display:block;left:0;-webkit-transition:all .32s ease-in-out;-moz-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.menucont.cl-effect-3 div>ul>li>a:focus::before,.menucont.cl-effect-3 div>ul>li>a:hover::before{width:100%}.menucont.cl-effect-4 div>ul>li>a{padding:0 0 7px;margin:0 13px}.menucont.cl-effect-4 div>ul>li>a::after{position:absolute;top:100%;left:0;width:100%;height:1px;content:'';opacity:0;-webkit-transition:height .3s,opacity .3s,-webkit-transform .3s;-moz-transition:height .3s,opacity .3s,-moz-transform .3s;transition:height .3s,opacity .3s,transform .3s;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);transform:translateY(-10px)}.menucont.cl-effect-4 div>ul>li>a:focus::after,.menucont.cl-effect-4 div>ul>li>a:hover::after{height:2px;opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.menucont.cl-effect-5 div>ul>li>a{padding:12px 10px 10px;text-shadow:none;font-weight:700;margin:0 3px}.menucont.cl-effect-5 div>ul>li>a::after,.menucont.cl-effect-5 div>ul>li>a::before{position:absolute;top:100%;left:0;width:100%;height:2px;content:'';-webkit-transition:-webkit-transform .3s;-moz-transition:-moz-transform .3s;transition:transform .3s;-webkit-transform:scale(.85);-moz-transform:scale(.85);transform:scale(.85)}.menucont.cl-effect-5 div>ul>li>a::after{opacity:0;-webkit-transition:top .3s,opacity .3s,-webkit-transform .3s;-moz-transition:top .3s,opacity .3s,-moz-transform .3s;transition:top .3s,opacity .3s,transform .3s}.menucont.cl-effect-5 div>ul>li>a:focus::after,.menucont.cl-effect-5 div>ul>li>a:focus::before,.menucont.cl-effect-5 div>ul>li>a:hover::after,.menucont.cl-effect-5 div>ul>li>a:hover::before{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.menucont.cl-effect-5 div>ul>li>a:focus::after,.menucont.cl-effect-5 div>ul>li>a:hover::after{top:0;opacity:1}.menucont.cl-effect-6 div>ul>li>a{-webkit-transition:color .3s;-moz-transition:color .3s;transition:color .3s}.menucont.cl-effect-6 div>ul>li>a::before{line-height:30px;position:absolute;top:70%;left:50%;color:transparent;content:'•';text-shadow:0 0 transparent;font-size:1em;-webkit-transition:text-shadow .3s,color .3s;-moz-transition:text-shadow .3s,color .3s;transition:text-shadow .3s,color .3s;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none}.menucont.cl-effect-7 div>ul>li>a{padding:10px 20px;margin:0 10px}.menucont.cl-effect-7 div>ul>li>a::after,.menucont.cl-effect-7 div>ul>li>a::before{position:absolute;top:-1px;left:-2px;width:100%;height:100%;content:'';-webkit-transition:-webkit-transform .3s,opacity .3s;-moz-transition:-moz-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;border-width:2px;border-style:solid}.menucont.cl-effect-7 div>ul>li>a::after{opacity:0;-webkit-transform:translateY(-7px) translateX(6px);-moz-transform:translateY(-7px) translateX(6px);transform:translateY(-7px) translateX(6px)}.menucont.cl-effect-7 div>ul>li>a:focus::before,.menucont.cl-effect-7 div>ul>li>a:hover::before{opacity:0;-webkit-transform:translateY(5px) translateX(-5px);-moz-transform:translateY(5px) translateX(-5px);transform:translateY(5px) translateX(-5px)}.menucont.cl-effect-7 div>ul>li>a:focus::after,.menucont.cl-effect-7 div>ul>li>a:hover::after{opacity:1;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}figure{padding:0;margin:0;display:block;min-width:100%;min-height:100%}.tilter{display:block;position:relative;flex:none;perspective:1000px}.tilter__deco{position:absolute;top:0;left:0;width:100%;height:100%}.tilter__deco--overlay{background-image:linear-gradient(45deg,rgba(226,60,99,.4),rgba(145,58,252,.4),rgba(16,11,192,.4))}.tilter__deco--shine div{position:absolute;width:200%;height:200%;top:-50%;left:-50%;background-image:linear-gradient(45deg,rgba(0,0,0,.5) 0,rgba(255,255,255,.25) 50%,transparent 100%)}.tilter__figure{position:relative}.tilter__figure,.tilter__image{margin:0;width:100%;height:100%;display:block}.effect-apollo-img li img:hover{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.effect-apollo-img li img{display:block;opacity:1;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:scale3d(1.05,1.05,1);transform:scale3d(1.05,1.05,1)}.effect-jazz-img li img:hover{opacity:1;-webkit-transform:scale3d(1.05,1.05,1);transform:scale3d(1.05,1.05,1)}.effect-jazz-img li img{display:block;opacity:1;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.effect-steve-img li a img:hover{-webkit-transform:perspective(1000px) translate3d(0,0,21px);transform:perspective(1000px) translate3d(0,0,21px)}.effect-steve-img li a img{position:relative;display:block;opacity:1;-webkit-transition:-webkit-transform .35s;transition:transform .35s;-webkit-transform:perspective(1000px) translate3d(0,0,0);transform:perspective(1000px) translate3d(0,0,0)}.effect-steve-img li a:hover:before{opacity:1}.effect-steve-img li a:before{box-shadow:0 3px 30px rgba(0,0,0,.8);opacity:0;position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:#000;content:'';-webkit-transition:opacity .35s;transition:opacity .35s}.effect-lexi-img li a:hover img{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);background:red}.effect-lexi-img li a img{background:0 0;margin:-10px 0 0 -10px;max-width:none!important;width:-webkit-calc(100% + 10px)!important;width:calc(100% + 10px)!important;opacity:1;-webkit-transition:opacity .35s,-webkit-transform .35s,background .35s;transition:opacity .35s,transform .35s,background .35s;-webkit-transform:translate3d(10px,10px,0);transform:translate3d(10px,10px,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.portfolio-gallery-wrap figure{padding:0;margin:0;position:relative;overflow:hidden;height:350px;text-align:center;cursor:pointer}.portfolio-gallery-wrap figure img{position:relative;display:block;min-height:100%;max-width:100%;opacity:.6}.effect_top p,.no-js #loader{display:none}ul[id^=gallery_content_center_] li figure h2{padding:1em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden;word-spacing:-.15em;font-weight:400;margin:0;text-shadow:0 0 20px rgba(0,0,0,1);position:relative;z-index:10px}ul[id^=gallery_content_center_] li figure a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%}ul[id^=gallery_content_center_] li figure p{font-size:14px;font-weight:400}ul[id^=gallery_content_center_] li figure figcaption{position:absolute;top:0;left:0;width:100%;height:100%;padding:2em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.portfolio-gallery-wrap figure.effect_top{height:auto}figure.effect_top{overflow:visible;box-shadow:0 7px 20px rgba(0,0,0,.15);-webkit-transform:translateY(0);transform:translateY(0);transition:all .35s ease;-webkit-transition:all .35s ease;-moz-transition:all .35s ease}figure.effect_top:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);box-shadow:0 7px 20px rgba(0,0,0,.5)}figure.effect_top img{max-height:100%;max-width:100%}.portfolio-gallery-wrap figure.effect_top img{opacity:.9;-webkit-transition:opacity .25s cubic-bezier(.33,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,0,1),-webkit-box-shadow .2s ease-out 50ms;transition:opacity .25s cubic-bezier(.33,0,.2,1),transform .3s cubic-bezier(0,0,0,1),box-shadow .2s ease-out 50ms}.portfolio-gallery-wrap figure.effect_top:hover img{opacity:1}.effect_top:hover h2{opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-box-shadow:0 5px 20px rgba(0,0,0,.1);-moz-box-shadow:0 5px 20px rgba(0,0,0,.1);box-shadow:0 5px 20px rgba(0,0,0,.1);-webkit-transition:opacity .25s cubic-bezier(.33,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,0,1),-webkit-box-shadow .2s ease-out 50ms;transition:opacity .25s cubic-bezier(.33,0,.2,1),transform .3s cubic-bezier(0,0,0,1),box-shadow .2s ease-out 50ms}.effect_top h2{padding:20px!important;position:absolute!important;bottom:-2%;left:0;right:0;width:80%;margin:0 auto!important;opacity:0;background:#fff;-webkit-transform:translate3d(0,-20%,0);-moz-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0);-webkit-transition:opacity .2s,transform 0s .2s,box-shadow 0s ease .2s;transition:opacity .2s,transform 0s .2s,box-shadow 0s ease .2s;will-change:transform;text-shadow:none!important;color:#333!important;font-size:14px!important;word-spacing:normal!important}figure.effect-jazz{background:-webkit-linear-gradient(-45deg,#f3cf3f 0,#f33f58 100%);background:linear-gradient(-45deg,#f3cf3f 0,#f33f58 100%)}figure.effect-jazz img{opacity:.9}figure.effect-jazz figcaption::after,figure.effect-jazz img,figure.effect-jazz p{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}figure.effect-jazz figcaption::after{position:absolute;top:0;left:0;width:100%;height:100%;border-top:1px solid #fff;border-bottom:1px solid #fff;content:'';opacity:0;-webkit-transform:rotate3d(0,0,1,45deg) scale3d(1,0,1);transform:rotate3d(0,0,1,45deg) scale3d(1,0,1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}figure.effect-jazz h2,figure.effect-jazz p{opacity:1;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}figure.effect-jazz h2{padding-top:26%!important;-webkit-transition:-webkit-transform .35s;transition:transform .35s}figure.effect-jazz p{padding:.5em 2em;text-transform:none;font-size:.85em;opacity:0}figure.effect-jazz:hover img{opacity:.7;-webkit-transform:scale3d(1.05,1.05,1);transform:scale3d(1.05,1.05,1)}figure.effect-jazz:hover figcaption::after{opacity:1;-webkit-transform:rotate3d(0,0,1,45deg) scale3d(1,1,1);transform:rotate3d(0,0,1,45deg) scale3d(1,1,1)}figure.effect-jazz:hover h2,figure.effect-jazz:hover p{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}figure.effect-ming{background:#030c17}figure.effect-ming img{opacity:.9;-webkit-transition:opacity .35s;transition:opacity .35s}figure.effect-ming figcaption::before,figure.effect-ming p{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s}figure.effect-ming figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:2px solid #fff;box-shadow:0 0 0 30px rgba(255,255,255,.2);content:'';transition:opacity .35s,transform .35s;-webkit-transform:scale3d(1.4,1.4,1);transform:scale3d(1.4,1.4,1)}figure.effect-ming h2{margin:20% 0 10px!important;-webkit-transition:-webkit-transform .35s;transition:transform .35s}figure.effect-ming p{padding:1em;transition:opacity .35s,transform .35s;-webkit-transform:scale(1.5);transform:scale(1.5)}figure.effect-ming:hover h2{-webkit-transform:scale(.9);transform:scale(.9)}figure.effect-ming:hover figcaption::before,figure.effect-ming:hover p{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}figure.effect-ming:hover figcaption{background-color:rgba(58,52,42,0)}figure.effect-ming:hover img{opacity:.4}figure.effect-duke{background:-webkit-linear-gradient(-45deg,#34495e 0,#cc6055 100%);background:linear-gradient(-45deg,#34495e 0,#cc6055 100%)}figure.effect-duke img,figure.effect-duke p{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}figure.effect-duke:hover img{opacity:.1;-webkit-transform:scale3d(2,2,1);transform:scale3d(2,2,1)}figure.effect-duke h2{-webkit-transform:scale3d(.9,.9,1);transform:scale3d(.9,.9,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;transition:all .4s ease;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;top:30%;position:relative}figure.effect-duke:hover h2{top:10%!important}figure.effect-duke p{position:absolute;bottom:10px;left:10px;right:10px;margin:20px;padding:30px;border:2px solid #fff;text-transform:none;font-size:90%;opacity:0;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1);-webkit-transform-origin:50% -100%;transform-origin:50% -100%}figure.effect-duke:hover h2,figure.effect-duke:hover p{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}figure.effect-sadie{background:#2f3238}figure.effect-sadie figcaption::before{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-linear-gradient(top,rgba(72,76,97,0) 0,rgba(72,76,97,.8) 75%);background:linear-gradient(to bottom,rgba(72,76,97,0) 0,rgba(72,76,97,.8) 75%);content:'';opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}figure.effect-sadie h2{position:absolute;top:50%;left:0;width:100%;color:#484c61;-webkit-transition:-webkit-transform .35s,color .35s;transition:transform .35s,color .35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}figure.effect-sadie figcaption::before,figure.effect-sadie p{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}figure.effect-sadie p{position:absolute;bottom:0;left:0;padding:2em;width:100%;opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}figure.effect-sadie:hover h2{color:#fff;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);transform:translate3d(0,-50%,0) translate3d(0,-40px,0)}body .woocommerce ul.cart_list li a,body .woocommerce ul.product_list_widget li a,span.woocommerce-Price-amount.amount{color:#333}figure.effect-sadie:hover figcaption::before,figure.effect-sadie:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-layla{background:#18a367}figure.effect-layla figcaption{padding:3em!important}figure.effect-layla figcaption::after,figure.effect-layla figcaption::before{position:absolute;content:'';opacity:0}figure.effect-layla figcaption::before{top:50px;right:30px;bottom:50px;left:30px;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}figure.effect-layla figcaption::after{top:30px;right:50px;bottom:30px;left:50px;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}figure.effect-layla h2{padding:26% 1em 0!important;-webkit-transition:-webkit-transform .35s;transition:transform .35s}figure.effect-layla p{padding:.5em 2em;text-transform:none;opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}figure.effect-layla h2{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}figure.effect-layla img{height:390px;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}figure.effect-layla figcaption::after,figure.effect-layla figcaption::before,figure.effect-layla img,figure.effect-layla p{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}figure.effect-ruby img,figure.effect-ruby p{-webkit-transition:opacity .35s,-webkit-transform .35s}figure.effect-layla:hover img{opacity:.7;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-layla:hover figcaption::after,figure.effect-layla:hover figcaption::before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}figure.effect-layla:hover h2,figure.effect-layla:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-layla:hover figcaption::after,figure.effect-layla:hover h2,figure.effect-layla:hover img,figure.effect-layla:hover p{-webkit-transition-delay:.15s;transition-delay:.15s}figure.effect-ruby{background-color:#17819c}figure.effect-ruby img{opacity:.7;transition:opacity .35s,transform .35s;-webkit-transform:scale(1.15);transform:scale(1.15)}figure.effect-ruby:hover img{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}figure.effect-ruby h2{margin-top:20%!important;-webkit-transition:-webkit-transform .35s;transition:transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.effect-ruby p{margin:1em 0 0;padding:1.5em;border:1px solid #fff;opacity:0;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(0,20px,0) scale(1.1);transform:translate3d(0,20px,0) scale(1.1)}figure.effect-ruby:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-ruby:hover p{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}figure.effect-roxy{background:-webkit-linear-gradient(45deg,#ff89e9 0,#05abe0 100%);background:linear-gradient(45deg,#ff89e9 0,#05abe0 100%)}figure.effect-roxy img{max-width:none!important;width:-webkit-calc(100% + 60px)!important;width:calc(100% + 60px)!important;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}figure.effect-roxy figcaption::before{background:rgba(0,0,0,.15);position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:'';opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}figure.effect-romeo img,figure.effect-roxy p{-webkit-transition:opacity .35s,-webkit-transform .35s}figure.effect-roxy figcaption{padding:3em;text-align:left}figure.effect-roxy h2{padding:30% 20px 15px!important;font-weight:500!important}figure.effect-roxy p{word-spacing:10px;text-shadow:0 1px 1px #00075;font-weight:400!important;padding:0 20px;font-size:16px;opacity:0;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}figure.effect-roxy:hover img{opacity:.4;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-roxy:hover figcaption::before,figure.effect-roxy:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-romeo{-webkit-perspective:1000px;perspective:1000px;background:#3085a3}figure.effect-romeo img{transition:opacity .35s,transform .35s;-webkit-transform:translate3d(0,0,300px);transform:translate3d(0,0,300px)}figure.effect-romeo:hover img{opacity:.8;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-romeo figcaption::after,figure.effect-romeo figcaption::before{position:absolute;top:50%;left:50%;width:80%;height:1px;background:#fff;content:'';-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}figure.effect-romeo:hover figcaption::before{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}figure.effect-romeo:hover figcaption::after{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}figure.effect-romeo h2,figure.effect-romeo p{position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:transform .35s}figure.effect-romeo h2{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-50%,0);transform:translate3d(0,-50%,0) translate3d(0,-50%,0)}figure.effect-romeo p{padding:.25em 2em;-webkit-transform:translate3d(0,-50%,0) translate3d(0,150%,0);transform:translate3d(0,-50%,0) translate3d(0,150%,0)}figure.effect-romeo:hover h2{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40%,0);transform:translate3d(0,-50%,0) translate3d(0,-40%,0)}figure.effect-romeo:hover p{-webkit-transform:translate3d(0,-50%,0) translate3d(0,100%,0);transform:translate3d(0,-50%,0) translate3d(0,100%,0)}.js #loader{display:block;position:absolute;left:100px;top:0}.se-pre-con{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999}.sk-folding-cube{margin:-20px auto 20px;width:40px;height:40px;position:absolute;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg);left:0;right:0;top:50%}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.double-bounce,.rotating-plane{width:40px;height:40px;left:0;right:0;top:50%;margin:0 auto;position:absolute}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}.rotating-plane{-webkit-animation:sk-rotateplane 1.2s infinite ease-in-out;animation:sk-rotateplane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes sk-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0);-webkit-transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.double-bounce1,.double-bounce2{width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.dot1,.dot2,.pulse,.three-bounce>div{border-radius:100%}.rectangle-bounce,.wandering-cubes{left:0;right:0;top:50%;margin:0 auto;position:absolute}.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}.rectangle-bounce{width:50px;height:40px;text-align:center;font-size:10px}.rectangle-bounce>div{height:100%;width:6px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.rectangle-bounce .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.rectangle-bounce .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.rectangle-bounce .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.rectangle-bounce .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-stretchdelay{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.wandering-cubes{width:40px;height:40px}.cube1,.cube2{width:15px;height:15px;position:absolute;top:0;left:0;-webkit-animation:sk-cubemove 1.8s infinite ease-in-out;animation:sk-cubemove 1.8s infinite ease-in-out}.chasing-dots,.pulse{left:0;right:0;top:50%;width:40px;height:40px;position:absolute;margin:0 auto}.cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-cubemove{25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes sk-cubemove{25%{transform:translateX(42px) rotate(-90deg) scale(.5);-webkit-transform:translateX(42px) rotate(-90deg) scale(.5)}50%{transform:translateX(42px) translateY(42px) rotate(-179deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg)}50.1%{transform:translateX(42px) translateY(42px) rotate(-180deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.pulse{-webkit-animation:sk-scaleout 1s infinite ease-in-out;animation:sk-scaleout 1s infinite ease-in-out}@-webkit-keyframes sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.chasing-dots{text-align:center;-webkit-animation:sk-rotate 2s infinite linear;animation:sk-rotate 2s infinite linear}.dot1,.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle,.three-bounce{right:0;top:50%;position:absolute;left:0}@-webkit-keyframes sk-rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes sk-rotate{100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.three-bounce{margin:0 auto;width:70px;text-align:center}.three-bounce>div{width:18px;height:18px;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{content:'';display:block;border-radius:100%}.three-bounce .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.three-bounce .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:-20px auto 0;width:40px;height:40px}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-cube-grid,.sk-fading-circle{right:0;top:50%;margin:-20px auto 0;position:absolute;left:0}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px}.sk-cube-grid .sk-cube{width:33%;height:33%;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0s;animation-delay:0s}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{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 sk-cubeGridScaleDelay{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)}}.sk-fading-circle{width:40px;height:40px}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}/*!
 * woocommerce.css
 */.author-wrapper .author-link,
body #payment .place-order .button {
    -webkit-transition: all .3s ease!important;
    -moz-transition: all .3s ease!important;
    transition: all .3s ease!important
}

#order_review .shop_table td,
#order_review .shop_table th {
    border: 1px solid #f1f1f1!important
}

#order_review .shop_table {
    border-spacing: 1px;
    border-collapse: separate
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    border: 0
}

.sidebar-shop .widget_product_search input[type=submit],
.single-product div.product .images img {
    width: 100%
}

.single-product div.product form.cart .quantity,
.woocommerce-active .site-branding,
.woocommerce-active .site-logo-anchor {
    float: left
}

.woocommerce-active .site-header .col-full {
    position: relative
}

.site-header-cart {
    margin-left: 0;
    padding: 0;
    list-style-type: none
}

.site-header-cart .cart-contents {
    top: 0;
    right: 0
}

.site-header-cart .cart-contents:after {
    position: absolute;
    font-family: ElegantIcons;
    text-align: center;
    text-indent: 0;
    content: "\e07a"
}

.site-header-cart .widget_shopping_cart {
    background-color: #2c2d33
}

.site-search {
    clear: both;
    font-size: .857em
}

.site-search .widget_product_search input[type=search],
.site-search .widget_product_search input[type=text] {
    padding: 1.387em 1.618em 1.387em 3.631em;
    line-height: 1
}

.site-search .widget_product_search form:before {
    top: 1.387em;
    left: 1.618em
}

.site-search .widget_product_search #searchsubmit {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important
}

.sidebar-shop .widget_product_search input[type=search] {
    margin-bottom: 20px
}

table.shop_table_responsive tr td:before {
    font-weight: 700;
    content: attr(data-title) ": "
}

ul.products {
    margin: 0 -15px;
    padding-top: 70px;
    padding-right: 0;
    padding-left: 0
}

ul.products::before {
    display: table;
    content: " "
}

ul.products::after {
    display: table;
    clear: both;
    content: ""
}

ul.products li.product {
    position: relative;
    margin-bottom: 4.236em;
    margin-left: 0;
    text-align: center;
    list-style: none;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .35s ease-in-out;
    -moz-transition: box-shadow .35s ease-in-out;
    -webkit-transition: box-shadow .35s ease-in-out;
    -o-transition: box-shadow .35s ease-in-out;
    padding-top: 15px
}

ul.products li.product:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1)
}

ul.products li.product .price,
ul.products li.product .star-rating {
    margin: 0 auto 1em
}

ul.products li.product .price {
    display: block;
    color: #60646c;
    font-weight: 400
}

ul.products li.product .price ins {
    margin-left: .618em;
    background-color: transparent;
    font-weight: 700
}

.wccm-td div,
ul.products li.product h2,
ul.products li.product h3 {
    margin: 15px 0 5px;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase
}

ul.products li.product .star-rating {
    margin-bottom: 5px;
    font-size: 12px
}

ul.products li.product img {
    display: block;
    margin: 0 auto 1.618em
}

ul.products li.product.product-category img {
    margin-bottom: 1.618em
}

ul.products li.product .button {
    margin-bottom: .236em
}

.single-product div.product {
    overflow: hidden;
    position: relative
}

.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .tagged_as {
    display: block;
    padding: .3em 0;
    border-bottom: none
}

.single-product div.product::after {
    display: table;
    clear: both;
    content: ""
}

.single-product div.product .images,
.single-product div.product .summary {
    margin-top: 0
}

.single-product div.product .images>img {
    margin-bottom: 1.618em
}

.single-product div.product .images .woocommerce-main-image {
    display: block;
    margin-bottom: 1.618em
}

.single-product .product_title {
    margin: 0 0 20px;
    color: #111;
    letter-spacing: 2px;
    text-transform: uppercase
}

.single-product div.product .images .thumbnails a.zoom.last {
    clear: right;
    margin-right: 0
}

.single-product div.product .images .thumbnails a.zoom.first {
    clear: both;
    margin-left: 0
}

.single-product div.product .images .thumbnails a.zoom {
    float: left;
    width: 15%;
    margin: 0 1% 12px
}

.single-product div.product .images .thumbnails a.zoom img {
    width: 100%
}

.single-product div.product form.cart {
    margin-bottom: 0;
    padding: 10px 0
}

.single-product div.product form.cart::after {
    display: table;
    clear: both;
    content: ""
}

.single-product div.product form.cart .button {
    float: right
}

.single-product div.product form.cart .button:hover {
    background: rgba(17, 17, 17, .8)
}

.single-product div.product table.variations {
    margin: 0
}

.single-product div.product table.variations td,
.single-product div.product table.variations th {
    display: list-item;
    float: left;
    padding: 0;
    color: #666;
    background-color: transparent;
    list-style: none
}

.single-product div.product table.variations td.label {
    margin-right: 10px;
    font-size: 12px;
    line-height: 33px;
    width: 40px
}

table.variations tr {
    background: 0 0!important
}

.single-product div.product table.variations td.label label {
    font: 400 12px/1.8 "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600
}

.single-product div.product table.variations a.reset_variations {
    margin-left: 10px;
    padding: 5px 15px;
    border-color: #eee #eee #ddd;
    border-radius: 2px;
    background-color: #eee;
    margin-top: 0;
    position: relative;
    top: -10px;
    text-decoration: none
}

.add_to_cart_button,
.single_add_to_cart_button {
    color: #fff;
    background: rgba(17, 17, 17, 1);
    letter-spacing: 2px;
    text-transform: uppercase
}

.single-product div.product .single_variation .price {
    display: block;
    margin-bottom: 1em
}

.single-product div.product .variations_button {
    padding-top: 1em;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.single-product div.product .variations_button::after {
    display: table;
    clear: both;
    content: ""
}

.single-product div.product .woocommerce-product-rating {
    margin-bottom: .618em;
    padding: 0 0 1.618em;
    line-height: 1
}

.single-product div.product .woocommerce-product-rating::after {
    display: table;
    clear: both;
    content: ""
}

.add_to_cart_button {
    padding: 8px 37px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px
}

.single_add_to_cart_button {
    padding: 10px 45px;
    border: #000;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px
}

.product .product-button-wrap .product_type_simple,
.shop-item .product-button-wrap .product_type_simple,
ul.products li.product .product-button-wrap .button.product_type_simple {
    position: relative;
    bottom: 0;
    padding: 10px 30px;
    border-radius: 2px;
    opacity: 0;
    opacity: 1;
    color: #fff;
    background: rgba(17, 17, 17, 1);
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.product .product-button-wrap .product_type_simple:hover,
.shop-item .product-button-wrap .product_type_simple:hover,
ul.products li.product .product-button-wrap .button.product_type_simple:hover {
    background: rgba(17, 17, 17, .8)
}

.single-product div.product .woocommerce-product-rating .star-rating {
    float: left;
    margin: 0 4px 0 0
}

#reviews .commentlist,
.product_list_widget {
    margin-left: 0;
    list-style: none
}

.product_meta {
    float: left;
    width: 100%
}

.single-product div.product .product_meta .posted_in:last-child,
.single-product div.product .product_meta .sku_wrapper:last-child,
.single-product div.product .product_meta .tagged_as:last-child {
    border-bottom: 0
}

.single-product div.product p.stock:before {
    margin-right: .53em;
    font-family: ElegantIcons
}

.single-product div.product p.stock.in-stock:before {
    content: "\f118"
}

.single-product div.product p.stock.out-of-stock:before {
    content: "\f119"
}

#reviews #comments {
    margin-top: 0;
    padding-top: 0
}

#reviews .commentlist {
    float: left;
    padding-left: 0
}

#reviews .commentlist li {
    position: relative
}

#reviews .commentlist li time {
    opacity: .8
}

#reviews .commentlist li .avatar {
    position: absolute!important;
    top: 22px!important;
    left: 0!important;
    border: 0!important;
    background: 0 0!important;
    padding: 0!important
}

.widget_layered_nav li:before,
.widget_shopping_cart .product_list_widget li a.remove {
    position: absolute;
    left: 0;
    opacity: 1
}

.product_list_widget li,
.widget_shopping_cart p.total {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#reviews .commentlist li p.meta {
    margin-bottom: 5px;
    opacity: .6;
    font-size: 12px
}

#reviews .commentlist li .description {
    padding-bottom: 35px
}

#reviews .commentlist li ul.children {
    float: right;
    width: 81.8181818182%;
    margin-right: 0;
    padding-top: 2.618em;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce-breadcrumb {
    float: left;
    margin-bottom: 1.236em;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px
}

.single-product .woocommerce-breadcrumb {
    float: none
}

.woocommerce-breadcrumb a.home:before {
    margin-right: .53em;
    font-family: ElegantIcons;
    font-weight: 400;
    content: "\f015"
}

.product_list_widget .amount {
    letter-spacing: 0
}

.product_list_widget li {
    padding: 1em 0
}

.product_list_widget li::after {
    display: table;
    clear: both;
    content: ""
}

.product_list_widget li .quantity,
.widget_products a {
    display: block
}

.product_list_widget li img {
    float: right;
    max-width: 2.618em
}

.product_list_widget a:hover {
    color: #96588a
}

.widget_shopping_cart .product_list_widget {
    margin-bottom: 0
}

.widget_shopping_cart p.buttons,
.widget_shopping_cart p.total {
    margin: 0;
    padding: 0;
    text-align: center
}

.widget_product_categories ul {
    margin: 0
}

.widget_product_categories ul li {
    margin-bottom: .618em;
    list-style: none
}

.widget_product_categories ul li.current-cat:before {
    content: "\f115"
}

.widget_product_categories .children {
    margin-top: .618em;
    margin-left: 1.618em
}

.site-header .widget_shopping_cart li,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart p.total {
    padding-right: 1.387em;
    padding-left: 1.387em;
    background-color: rgba(0, 0, 0, .025)
}

.widget_layered_nav li {
    margin-bottom: .618em
}

.widget_layered_nav li:before {
    float: left;
    top: 9px;
    padding-right: 5px;
    color: #666;
    content: "\00BB"
}

.widget_layered_nav .chosen:before {
    content: "\f14a"
}

#payment::after,
.wc-proceed-to-checkout::after,
form.checkout::after,
ul.order_details::after {
    content: "";
    clear: both
}

.widget.woocommerce li .count {
    float: right;
    font-size: 1em
}

.widget_price_filter .price_slider {
    margin-bottom: 1em
}

.widget_price_filter .price_slider_amount {
    line-height: 2.4em;
    text-align: right
}

.widget_price_filter .price_slider_amount .button {
    float: left
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1em;
    height: 1em;
    margin-top: -.25em;
    border-radius: 1em;
    outline: 0;
    opacity: 1;
    cursor: ew-resize
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em
}

.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,
.widget_price_filter .ui-slider .ui-slider-handle:hover {
    -webkit-box-shadow: 0 0 0 .236em rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 .236em rgba(0, 0, 0, .1)
}

.widget_price_filter .ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    z-index: 1;
    border: 0;
    border-radius: 1em;
    font-size: .7em
}

a.remove,
ul.order_details {
    position: relative
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background: rgba(0, 0, 0, .1)
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

table.cart {
    margin-bottom: 3.631em
}

table.cart thead th {
    padding: 0
}

.wc-proceed-to-checkout {
    margin-bottom: 1.618em
}

.wc-proceed-to-checkout::after {
    display: table
}

.wc-proceed-to-checkout .button {
    display: block;
    margin-bottom: 1em;
    text-align: center
}

.wc-proceed-to-checkout .button.checkout-button {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 8px 37px;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    background: rgba(17, 17, 17, .8);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 125ms ease-in-out 0s;
    transition: all 125ms ease-in-out 0s
}

.wc-proceed-to-checkout .button.checkout-button:hover {
    background: rgba(17, 17, 17, 1)
}

ul#shipping_method {
    margin: 0;
    list-style: none
}

.checkout_coupon {
    margin-bottom: 2.618em
}

#shop-isle-checkout-coupon .checkout_coupon {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.woocommerce-checkout .woocommerce-info {
    display: none
}

.woocommerce-checkout #shop-isle-checkout-coupon .woocommerce-info {
    display: block
}

#payment::after,
form.checkout::after {
    display: table
}

#shop-isle-checkout-coupon .checkout_coupon .form-row-first {
    width: 100%;
    margin-right: 0;
    margin-left: -200px;
    padding-left: 200px
}

#shop-isle-checkout-coupon .woocommerce-error,
#shop-isle-checkout-coupon .woocommerce-info {
    margin-bottom: 15px
}

#shop-isle-checkout-coupon .checkout_coupon .form-row-first input[type=text] {
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    font-size: 12px;
    letter-spacing: 2px
}

.woocommerce #shop-isle-checkout-coupon .form-row input[type=submit] {
    max-width: 195px;
    margin-right: 0
}

#shop-isle-checkout-coupon .checkout_coupon .form-row-last {
    width: auto
}

#payment .create-account {
    clear: both
}

#payment .payment_methods {
    margin: 0!important;
    padding: 0!important;
    border-bottom: 1px dotted rgba(0, 0, 0, .1)
}

#payment .payment_methods li {
    margin-left: 0;
    padding: 1.387em!important;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    list-style: none!important
}

#payment .payment_methods li img {
    float: right;
    max-height: 1.618em;
    padding: 0;
    border: 0
}

#payment .payment_methods li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

#payment .payment_methods li label {
    padding-top: 0!important;
    font-weight: 700
}

#payment .payment_methods li p {
    margin: 0
}

#payment .payment_methods li .payment_box {
    margin: 1.387em -1.387em -1.387em;
    padding: 1.387em;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .035)
}

#payment .payment_methods li .payment_box fieldset {
    margin: 0;
    padding: 1em 0 0;
    border: 0;
    font-size: .857em
}

#payment .payment_methods li .payment_box fieldset label {
    width: auto;
    margin-left: 0
}

#payment .payment_methods li .payment_box fieldset .form-row {
    margin-bottom: 1em
}

#payment .payment_methods li .payment_box fieldset .form-row-first select {
    width: 48%
}

#payment .payment_methods li .payment_box fieldset .form-row-first select:nth-child(2n) {
    float: right
}

#payment .payment_methods li .payment_box fieldset #cvv {
    width: 22%!important
}

#payment .payment_methods li .payment_box fieldset .help {
    float: right;
    width: 75%
}

#payment .terms {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 0
}

#payment .terms label {
    display: inline
}

#payment .terms input {
    display: inline-block;
    float: left;
    width: auto;
    margin: .327em .53em 0 0
}

#payment .place-order .button,
.form-row input,
.form-row select,
.form-row textarea {
    width: 100%
}

.woocommerce-tabs ul.tabs,
ul.digital-downloads,
ul.order_details {
    margin-left: 0;
    list-style: none
}

#payment .place-order {
    float: none;
    width: 100%;
    margin-bottom: 0;
    padding: 1.387em
}

#customer_login .col-1 {
    margin-bottom: 1.618em;
    padding-bottom: 1.618em;
    border-bottom: 1px dotted rgba(0, 0, 0, .1)
}

ul.order_details {
    border: 1px solid rgba(0, 0, 0, .1)
}

ul.order_details::after {
    display: table
}

ul.order_details li {
    float: left;
    padding: 1em 1.618em;
    border-right: 1px solid rgba(0, 0, 0, .1);
    font-size: .8em;
    text-transform: uppercase
}

ul.order_details li:last-child {
    border-right: 0
}

ul.order_details li strong {
    display: block;
    font-size: 1.387em;
    text-transform: none
}

ul.digital-downloads li {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dotted rgba(0, 0, 0, .1)
}

ul.digital-downloads li:before {
    margin-right: .53em;
    font-family: ElegantIcons;
    content: "\e092"
}

.my_account_orders .button {
    margin-right: .236em;
    padding: .53em 1em;
    font-size: .857em
}

.form-row label {
    display: block
}

.form-row .button,
.form-row input[type=checkbox],
.form-row input[type=radio] {
    width: auto
}

.form-row.create-account label {
    display: inline-block
}

.form-row.woocommerce-invalid input.input-text {
    -webkit-box-shadow: inset 2px 0 0 #e2401c;
    box-shadow: inset 2px 0 0 #e2401c
}

.form-row-last {
    margin-right: 0!important
}

.form-row-wide {
    clear: both;
    width: 100%
}

.required {
    border-bottom: 0!important;
    color: red
}

.demo_store {
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 1em 1.387em;
    color: #fff;
    background-color: #3d9cd2
}

.demo_store:before {
    margin-right: .53em;
    font-family: ElegantIcons;
    content: "\70"
}

.star-rating {
    overflow: hidden;
    position: relative;
    width: 5.5em;
    height: 1em;
    margin-bottom: 10px;
    font-family: star;
    font-size: 1em;
    line-height: 1
}

.star-rating:before {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, .2);
    content: "\73\73\73\73\73"
}

.star-rating span {
    float: left;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.5em
}

.star-rating span:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #f1c40f;
    content: "\53\53\53\53\53"
}

.onsale,
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 17px;
    right: 17px;
    left: auto;
    min-width: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: rgba(10, 10, 10, .9);
    line-height: 50px;
    text-align: center
}

.onsale.out-of-stock {
    padding: 0 10px;
    background-color: #e03958
}

.product-main-content .onsale.out-of-stock {
    width: auto
}

.quantity .qty {
    height: 39px;
    padding: 3px 16px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    font-size: 12px;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    letter-spacing: 2px
}

.shop-isle-sorting,
dl.variation {
    font-size: .857em
}

.woocommerce-tabs {
    padding: 1em 0
}

.woocommerce-tabs ul.tabs li {
    position: relative;
    margin-right: 1em
}

.woocommerce-tabs ul.tabs li.active a {
    color: #555
}

.page-title~.woocommerce-error,
.page-title~.woocommerce-info,
.page-title~.woocommerce-message {
    width: 1170px;
    margin: 10px auto
}

.woocommerce-page-title~.woocommerce-error,
.woocommerce-page-title~.woocommerce-info,
.woocommerce-page-title~.woocommerce-message {
    width: 1110px;
    margin: 50px auto 20px
}

.woocommerce-error~.module-small,
.woocommerce-info~.module-small,
.woocommerce-message~.module-small {
    padding-top: 10px
}

.module-small-shop ul.products,
.sidebar-shop {
    padding-top: 50px
}

.module-small-shop .woocommerce-breadcrumb {
    margin-bottom: 0
}

.woocommerce-noreviews,
p.no-comments {
    min-height: 20px;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    color: #666;
    background-color: #f5f5f5
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    clear: both;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 15px;
    border-radius: 2px
}

.woocommerce-info {
    padding-left: 52px!important;
    border-color: #bce8f1;
    color: #31708f;
    background-color: #d9edf7
}

.woocommerce-info a {
    color: #31708f;
    font-weight: 700
}

.woocommerce-info a.button {
    float: right;
    border: none;
    color: #31708f;
    font-weight: 700
}

.woocommerce-message {
    border-color: #d6e9c6;
    color: #3c763d;
    background-color: #dff0d8
}

.woocommerce-message::before {
    position: relative;
    margin-right: 5px;
    top: 2px;
    left: 0
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    height: auto!important;
    padding: 15px!important;
    min-height: 55px!important
}

.woocommerce-message a {
    color: #3c763d;
    font-weight: 700
}

.woocommerce-message a.button {
    float: right;
    border: none;
    color: #3c763d;
    font-weight: 700
}

.woocommerce-error {
    list-style: none;
    border-color: #ebccd1;
    color: #a94442;
    background-color: #f2dede
}

.woocommerce-error a {
    color: #a94442;
    font-weight: 700
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

.woocommerce-error a.button {
    float: right;
    border: none;
    color: #a94442;
    font-weight: 700
}

.woocommerce-error a.button:hover {
    opacity: .7
}

.woocommerce-error a.wc-backward {
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    background: #a94442
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after,
.woocommerce-noreviews::after,
p.no-comments::after {
    display: table;
    clear: both;
    content: ""
}

.woocommerce-error pre,
.woocommerce-info pre,
.woocommerce-message pre,
.woocommerce-noreviews pre,
p.no-comments pre {
    background-color: rgba(0, 0, 0, .1)
}

.site-content>.col-full>.woocommerce>.woocommerce-error:first-child,
.site-content>.col-full>.woocommerce>.woocommerce-info:first-child,
.site-content>.col-full>.woocommerce>.woocommerce-message:first-child {
    margin-top: 2.618em
}

dl.variation dd {
    margin: 0 0 1em
}

.shop-isle-product-section {
    margin-bottom: 4.236em;
    border-bottom: 3px solid rgba(0, 0, 0, .025)
}

.shop-isle-product-section .section-title {
    text-align: center
}

.shop-isle-product-section:last-child {
    border-bottom: 0
}

p.stars {
    font-size: 1em
}

p.stars a {
    display: inline-block
}

table.shop_table_responsive thead {
    display: table-header-group
}

table.shop_table_responsive tbody th,
table.shop_table_responsive tr td {
    display: table-cell
}

table.shop_table_responsive tr td:before {
    display: none
}

.site-header-cart {
    position: relative
}

.site-header-cart .cart-contents {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    padding: 0 1em 2.244em;
    background-color: transparent;
    text-indent: 0
}

.site-header-cart .cart-contents:after {
    top: 0;
    right: 1.618em;
    width: 1em;
    height: 1em;
    line-height: 1.387
}

.site-header-cart .cart-contents .amount {
    margin-right: .327em
}

.site-header-cart .cart-contents .count {
    opacity: .5;
    font-size: .857em;
    font-weight: 400
}

.site-header-cart .cart-contents span {
    display: inline
}

.site-header-cart .widget_shopping_cart {
    display: block;
    position: absolute;
    z-index: 999999;
    top: 100%;
    left: -999em;
    width: 100%;
    font-size: .857em
}

.site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none
}

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    float: left;
    position: relative;
    top: auto
}

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
    text-align: left
}

.site-header-cart.focus .widget_shopping_cart,
.site-header-cart:hover .widget_shopping_cart {
    left: 0
}

ul.products li.product {
    float: left;
    clear: none;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: .857em;
    overflow: hidden
}

.shop-with-sidebar ul.products li.product {
    width: 33.2%
}

ul.products li.product.last {
    margin-right: 0
}

ul.products li.product.first {
    clear: both
}

.single-product ul.products li.product.first {
    clear: none
}

.page-template-template-fullwidth-php .site-main .columns-1 ul.products li.product,
.page-template-template-homepage-php .site-main .columns-1 ul.products li.product,
.shop-isle-full-width-content .site-main .columns-1 ul.products li.product {
    float: none;
    width: 100%;
    margin-right: 0
}

.page-template-template-fullwidth-php .site-main .columns-2 ul.products li.product,
.page-template-template-homepage-php .site-main .columns-2 ul.products li.product,
.shop-isle-full-width-content .site-main .columns-2 ul.products li.product {
    float: left;
    width: 47.8260869565%;
    margin-right: 4.347826087%
}

.page-template-template-fullwidth-php .site-main .columns-3 ul.products li.product,
.page-template-template-homepage-php .site-main .columns-3 ul.products li.product,
.shop-isle-full-width-content .site-main .columns-3 ul.products li.product {
    float: left;
    width: 30.4347826087%;
    margin-right: 4.347826087%
}

.page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product,
.page-template-template-homepage-php .site-main .columns-4 ul.products li.product,
.shop-isle-full-width-content .site-main .columns-4 ul.products li.product {
    float: left;
    width: 21.7391304348%;
    margin-right: 4.347826087%
}

.page-template-template-fullwidth-php .site-main .columns-5 ul.products li.product,
.page-template-template-homepage-php .site-main .columns-5 ul.products li.product,
.shop-isle-full-width-content .site-main .columns-5 ul.products li.product {
    width: 16.9%;
    margin-right: 3.8%
}

.site-main .columns-1 ul.products li.product {
    float: none;
    width: 100%;
    margin-right: 0
}

.site-main .columns-2 ul.products li.product {
    width: 48%;
    margin-right: 3.8%
}

.site-main .columns-3 ul.products li.product {
    float: left;
    width: 29.4117647059%;
    margin-right: 5.8823529412%
}

.site-main .columns-4 ul.products li.product {
    width: 22.05%;
    margin-right: 3.8%
}

.site-main .columns-5 ul.products li.product {
    width: 16.9%;
    margin-right: 3.8%
}

.site-main ul.products li.product {
    float: left;
    width: 29.4117647059%;
    margin-right: 5.8823529412%
}

.single-product div.product .images {
    float: left;
    position: relative;
    margin-bottom: 3.631em
}

.single-product div.product .images .thumbnails::after {
    display: table;
    clear: both;
    content: ""
}

.single-product div.product .summary {
    float: right;
    margin-right: 0;
    margin-bottom: 3.631em
}

.single-product div.product .woocommerce-tabs {
    clear: both
}

.single-product .header-shopping-cart .amount {
    font-size: 12px
}

.widget_shopping_cart .product_list_widget li.empty {
    color: #fff
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0!important;
    border: 0!important;
    border-radius: 0!important;
    padding: 0 0 0 80px!important
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
    margin-bottom: 10px
}

#reviews .comment-form-author,
#reviews .comment-form-email {
    width: 50%;
    padding: 0 15px
}

#reviews .comment-form-email {
    margin-right: 0;
    padding-right: 0
}

.shop-isle-full-width-content.single-product div.product .images {
    float: left;
    width: 30.4347826087%;
    margin-right: 4.347826087%;
    margin-bottom: 3.631em
}

.shop-isle-full-width-content.single-product div.product .images .thumbnails a.zoom {
    float: left;
    width: 14.2857142857%;
    margin-right: 14.2857142857%
}

.shop-isle-full-width-content.single-product div.product .images .thumbnails a.zoom.last {
    margin-right: 0
}

.shop-isle-full-width-content.single-product div.product .summary {
    float: right;
    width: 65.2173913043%;
    margin-right: 0;
    margin-bottom: 3.631em
}

.shop-isle-full-width-content.single-product div.product .woocommerce-tabs {
    clear: both
}

.shop-isle-full-width-content.single-product .related ul.products li.product,
.shop-isle-full-width-content.single-product .upsells ul.products li.product {
    float: left;
    width: 30.4347826087%;
    margin-right: 4.347826087%
}

.woocommerce .page-description {
    float: left;
    width: 100%;
    margin-bottom: 1.618em;
    padding: 0 15px 15px
}

.shop-isle-sorting {
    margin-bottom: 2.618em
}

.shop-isle-sorting::after {
    display: table;
    clear: both;
    content: ""
}

.shop-isle-sorting select {
    width: 9.505em
}

.woocommerce-result-count {
    float: left;
    position: relative;
    margin-bottom: 0;
    padding: .327em 0
}

.woocommerce-ordering {
    float: right;
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px
}

.woocommerce-ordering select {
    line-height: 12px;
    height: 33px;
    padding-left: 10px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    font-size: 12px;
    letter-spacing: 2px
}

.woocommerce-pagination {
    clear: none;
    margin-bottom: 0;
    padding: 0;
    border: 0
}

.woocommerce-pagination .page-numbers.current {
    display: inline-block;
    border-color: #cacaca
}

.page-template-template-fullwidth-php table.cart .product-thumbnail,
table.cart .product-remove {
    display: table-cell
}

.woocommerce-pagination ul.page-numbers {
    margin-left: 0;
    padding-left: 0
}

.page-template-template-fullwidth-php table.cart .product-thumbnail img {
    max-width: 3.631em;
    height: auto;
    border: .327em solid #fff
}

.page-template-template-fullwidth-php table.cart thead {
    font-size: 1em;
    text-indent: 0
}

.page-template-template-fullwidth-php table.cart thead th,
table.cart td,
table.cart th {
    padding: .857em 1.387em
}

table.cart .qty {
    max-width: 3.632em;
    padding: .857em
}

table.cart .product-quantity .minus,
table.cart .product-quantity .plus {
    display: inline-block
}

table.cart .quantity .qty {
    width: 100%;
    height: 33px;
    padding: .618em;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.42857143;
    letter-spacing: 2px
}

table.cart td.actions {
    text-align: right
}

table.cart td.actions label {
    display: none
}

table.cart td.actions .coupon {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

table.cart td.actions input {
    display: inline-block;
    width: auto;
    margin: 0
}

.cart-collaterals::after {
    display: table;
    clear: both;
    content: ""
}

.cart-collaterals .cross-sells {
    float: left;
    width: 45.176471%!important;
    margin-right: 1.882353%!important
}

.cart-collaterals .cross-sells ul.products li.product {
    float: left;
    width: 44.857143%!important;
    margin-right: 4.285714%!important;
    clear: none
}

.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
    float: right;
    clear: right;
    width: 52.9411764706%!important;
    margin: 0
}

.cart-collaterals .cross-sells ul {
    padding: 0!important
}

.cart-collaterals .shipping_calculator {
    clear: right
}

.page-template-template-fullwidth-php .cart-collaterals .cross-sells {
    float: left;
    width: 47.8260869565%;
    margin-right: 4.347826087%
}

.page-template-template-fullwidth-php .cart-collaterals .cross-sells ul.products li.product {
    float: left;
    width: 45.4545454545%;
    margin-right: 9.0909090909%
}

.page-template-template-fullwidth-php .cart-collaterals .cart_totals,
.page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
    float: right;
    width: 47.8260869565%;
    margin-right: 0
}

.col2-set {
    float: left;
    width: 52.9411764706%;
    margin-right: 5.8823529412%
}

.cart_totals h2,
.cross-sells h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase
}

.cross-sells ul.products {
    padding-top: 0
}

.cross-sells ul.products li.product {
    padding-right: 0;
    padding-left: 0
}

.cross-sells .product:hover .product-button-wrap {
    bottom: 60%
}

.cart_totals table,
.cart_totals table td,
.cart_totals table th {
    padding: 12px;
    border: 1px solid #e5e5e5
}

.cart_totals table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.col2-set .form-row-first {
    float: left;
    width: 33.3333333333%;
    margin-right: 11.1111111111%
}

.col2-set .form-row-last {
    float: right;
    width: 55.5555555556%;
    margin-right: 0
}

.col2-set .col-1,
.col2-set .col-2 {
    margin-bottom: 1.618em
}

.col2-set+#customer_details {
    display: none
}

#order_review,
#order_review_heading {
    float: right;
    clear: right;
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px
}

#order_review_heading {
    margin-bottom: 0;
    padding: .618em 2.0833333333%
}

.woocommerce-order-pay #order_review {
    float: none;
    width: 100%;
    border-width: 3px
}

.woocommerce-order-pay #order_review #payment h3 {
    padding-top: 1em;
    padding-left: 1em
}

.woocommerce-order-pay #order_review .payment_methods+.form-row {
    padding: 1em
}

.woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%
}

#wc_checkout_add_ons {
    float: left;
    width: 41.1764705882%;
    margin-right: 5.8823529412%
}

.page-template-template-fullwidth-php .col2-set {
    float: left;
    width: 47.8260869565%;
    margin-right: 4.347826087%
}

.page-template-template-fullwidth-php .col2-set .form-row-first {
    width: 45.4545454545%;
    margin-right: 9.0909090909%
}

.page-template-template-fullwidth-php .col2-set .form-row-last {
    float: right;
    width: 45.4545454545%;
    margin-right: 0
}

.page-template-template-fullwidth-php #order_review,
.page-template-template-fullwidth-php #order_review_heading,
.page-template-template-fullwidth-php #wc_checkout_add_ons {
    float: right;
    width: 47.8260869565%;
    margin-right: 0
}

.page-template-template-fullwidth-php #order_review {
    font-size: .857em
}

.form-row-first {
    float: left;
    clear: both;
    width: 47.0588235294%;
    margin-right: 5.8823529412%
}

.form-row-last {
    float: right;
    width: 47.0588235294%
}

.page-template-template-fullwidth-php .form-row-first {
    float: left;
    width: 47.8260869565%;
    margin-right: 4.347826087%
}

.page-template-template-fullwidth-php .form-row-last {
    float: right;
    width: 47.8260869565%;
    margin-right: 0
}

.shop-isle-full-width-content .woocommerce-tabs ul.tabs {
    float: left;
    width: 30.4347826087%;
    margin-right: 4.347826087%
}

.shop-isle-full-width-content .woocommerce-tabs .panel {
    float: right;
    width: 65.2173913043%;
    margin-right: 0;
    margin-bottom: 3.631em
}

.woocommerce-tabs {
    margin-bottom: 0px;
    padding-top: 2.618em;
    padding-bottom: 0px;
}
.woocommerce div.product .woocommerce-tabs .panel{
	margin-bottom:1em;
}
input#coupon_code {
    min-width: 115px;
    padding-left: 10px;
}
input.button[name=apply_coupon] {
    min-height: 33px;
}
.cart_item dt.variation-Size, .cart_item dd {
    float: none;
    width: auto;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.woocommerce-tabs::after {
    display: table;
    clear: both;
    content: ""
}

.woocommerce-tabs ul.tabs {
    float: left;
    width: 100%;
    padding-left: 0;
    border-bottom: 1px solid #ddd;
    text-align: left
}

.woocommerce-tabs ul.tabs li {
    display: block;
    float: left;
    margin: 0 0 -1px
}

.woocommerce-tabs ul.tabs li.active {
    color: #555;
    background-color: #fff;
    cursor: default
}

.woocommerce-tabs .panel {
    float: left;
    width: 100%;
    margin-top: 0
}

#order_review .shop_table,
#order_review .shop_table td,
#order_review .shop_table th {
    padding: 12px;
    border: 1px solid #e5e5e5
}

.module-cart-top {
    padding-bottom: 0
}

.module-cart-bottom {
    padding-top: 0
}

table.cart td.actions input[name=update_cart] {
    padding: 8px 37px;
    border: 1px solid transparent;
    border: rgba(17, 17, 17, 1);
    border-radius: 2px;
    color: #fff;
    background: rgba(17, 17, 17, .8);
    font-size: 12px;
    letter-spacing: 2px;
    -webkit-transition: all 125ms ease-in-out 0s;
    transition: all 125ms ease-in-out 0s
}

table.cart td.actions input[name=update_cart]:hover {
    background: rgba(17, 17, 17, 1)
}

table.cart td.actions input[name=apply_coupon] {
    padding: 8px 37px;
    border: #d8d8d8;
    border-radius: 2px;
    color: #111;
    background: #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-transition: all 125ms ease-in-out 0s;
    transition: all 125ms ease-in-out 0s
}

table.cart td.actions input[name=apply_coupon]:hover {
    background: #d8d8d8
}

.shop_table.cart,
.shop_table.cart td,
.shop_table.cart th {
    padding: 12px;
    border: 1px solid #e5e5e5
}

.shop_table.cart img {
    max-width: 83px
}

.shop_table.cart>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

table.cart td.actions input[name=coupon_code] {
    height: 33px;
    padding: 6px 12px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    letter-spacing: 2px
}

td.product-price span.amount,
td.product-subtotal span.amount,
tr.cart_item td.product-name a {
    margin: 0 0 20px;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase
}

.related.products {
    padding: 70px 0 0
}

.related.products .amount,
.upsells.products .amount {
    font: 400 12px/1.8 "Open Sans", sans-serif
}

.related.products h2,
.upsells.products h2 {
    position: relative;
    color: #111;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase
}

#review_form_wrapper {
    clear: both;
    padding-top: 50px!important
}

#reviews #comments p.meta strong {
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase
}

#reviews form input {
    float: left;
    width: 100%;
    height: 33px;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    font-size: 12px;
    letter-spacing: 2px
}

#reviews form p {
    float: left;
    margin: 0
}

#reviews p.comment-form-comment,
#reviews p.comment-form-comment textarea {
    width: 100%
}

#reviews p.comment-form-comment textarea {
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    font-size: 12px;
    letter-spacing: 2px
}

#review_form_wrapper form {
    float: left;
    margin-top: 25px
}

p.comment-form-rating {
    width: 33.33%;
    padding-right: 15px;
    padding-left: 15px
}

#reviews form input[type=submit] {
    padding: 8px 37px;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    background: rgba(17, 17, 17, .8)
}

#reviews form input[type=submit]:hover {
    background: rgba(17, 17, 17, 1)
}

.wc-backward {
    padding: 8px 37px;
    border-radius: 2px;
    color: #fff;
    background: rgba(17, 17, 17, .8);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.wc-backward:hover {
    color: #fff;
    background: rgba(17, 17, 17, 1)
}

.shipping-calculator-form button {
    padding: 8px 37px;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    background: rgba(17, 17, 17, .8);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 125ms ease-in-out 0s;
    transition: all 125ms ease-in-out 0s
}

.shipping-calculator-form button:hover {
    background: rgba(17, 17, 17, 1)
}

.shipping-calculator-form input,
.shipping-calculator-form select {
    width: 100%;
    max-width: 100%;
    height: 33px;
    padding: .618em;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.42857143;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase
}

.woocommerce-account h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase
}

.woocommerce-account input {
    height: 33px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.woocommerce-account input[type=email],
.woocommerce-account input[type=password],
.woocommerce-account input[type=tel],
.woocommerce-account input[type=text] {
    padding: 10px
}

.woocommerce-account input[type=submit] {
    border-radius: 2px
}

.woocommerce-account input[type=submit]:hover {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    -webkit-transition: all 125ms ease-in-out 0s;
    transition: all 125ms ease-in-out 0s
}

.shop-with-sidebar ul.products li.product:nth-child(4n+1) {
    clear: none
}

.shop-with-sidebar ul.products li.product:nth-child(3n+1) {
    clear: left
}

h1.page-title {
    margin-top: 0
}

.container-wooinfo {
    padding-right: 0;
    padding-left: 0
}

.shop_isle_hidden_if_not_customizer {
    display: none!important
}

body.home .navbar-color-customizer {
    background-color: rgba(10, 10, 10, .9)!important
}

@media (min-width:768px) {
    body.home .navbar-transparent {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.shop-item-detail {
    padding: 0
}

.shop-item-detail .add_to_cart_inline {
    border: 0!important
}

.shop-item-detail del,
.shop-item-detail ins {
    display: none
}

.navbar-cart-inner .icon-basket {
    color: #fff;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    line-height: 14px
}

.navbar-cart-inner:hover .icon-basket {
    color: rgba(255, 255, 255, 1)
}

.navbar-cart-inner .cart-item-number {
    position: absolute;
    top: 9px;
    right: initial;
    left: 7px;
    width: auto;
    min-width: 14px;
    border-radius: 2px;
    background: #e5e5e5
}

.navbar-cart-inner {
    float: right;
    position: relative;
    width: 25px;
    height: 25px
}

.navbar-cart {
    display: table-cell!important;
    width: 90px;
    height: 25px;
    margin-left: 20px;
    padding-left: 30px;
    vertical-align: middle
}

.header-shopping-cart {
    display: none;
    position: absolute;
    top: 25px;
    right: 0;
    width: 300px;
    padding: 11px 15px;
    background-color: rgba(26, 26, 26, .9)
}

.navbar-cart-inner:hover .header-shopping-cart {
    display: block
}

.header-shopping-cart .mini_cart_item a {
    display: block;
    padding-top: 10px;
    color: #999;
    font-size: 11px;
    text-align: right;
    letter-spacing: 2px
}

.header-shopping-cart .product_list_widget li img {
    float: left;
    max-width: 57px;
    margin-top: -10px;
    border: 3px solid rgba(255, 255, 255, .1)
}

.header-shopping-cart .widget.woocommerce a:hover {
    color: #fff
}

.header-shopping-cart .mini_cart_item .quantity,
.header-shopping-cart .mini_cart_item .quantity span {
    color: #888;
    font-size: 11px;
    line-height: 13px;
    text-align: right
}

.header-shopping-cart .widget_shopping_cart p.buttons {
    margin-bottom: -10px;
    padding-bottom: 0
}

.header-shopping-cart .widget_shopping_cart p.buttons a {
    padding: 8px 20px;
    color: #fff;
    background: rgba(255, 255, 255, .8);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.header-shopping-cart .widget_shopping_cart p.buttons a.wc-forward {
    margin-left: 5px
}

.header-shopping-cart .widget_shopping_cart p.buttons a:hover {
    opacity: .85
}

.header-shopping-cart .widget_shopping_cart .product_list_widget li a.remove {
    top: -10px;
    right: 5px;
    bottom: 15px;
    left: auto;
    color: #aaa
}

.header-shopping-cart .widget_shopping_cart .product_list_widget li a.remove:hover {
    color: #f96262;
    background-color: transparent
}

.header-shopping-cart .widget_shopping_cart p.total {
    margin: 20px 0;
    padding: 0;
    color: #aaa;
    text-align: right
}

.header-shopping-cart .widget_shopping_cart .amount {
    color: #fff
}

.header-shopping-cart .widget_shopping_cart .product_list_widget li.mini_cart_item {
    margin: 0 0 10px;
    padding: 0;
    border: 1px solid rgba(73, 71, 71, .15)
}

.header-shopping-cart dl.variation {
    display: inline-block;
    width: 100%
}

.header-shopping-cart dl.variation dd {
    float: right;
    width: 49%;
    margin: 0;
    text-align: right
}

.header-shopping-cart dl.variation dt {
    float: left;
    width: 49%;
    margin-bottom: 5px;
    text-align: right
}

p.stars,
p.stars span {
    width: 100px;
    height: 20px
}

.header-shopping-cart dl.variation dd p {
    margin-bottom: 5px
}

p.stars {
    position: relative
}

p.stars span {
    float: left;
    overflow: hidden;
    line-height: 20px
}

p.stars a.star-1,
p.stars a.star-2,
p.stars a.star-3,
p.stars a.star-4,
p.stars a.star-5 {
    float: left;
    position: relative;
    height: 20px;
    margin: 0;
    padding: 0;
    border: none;
    color: transparent
}

p.stars a.star-1:hover:before,
p.stars a.star-2:hover:before,
p.stars a.star-3:hover:before,
p.stars a.star-4:hover:before,
p.stars a.star-5:hover:before,
p.stars span:before {
    color: #ccc;
    font-family: star;
    font-size: 16px;
    text-align: left;
    letter-spacing: 2px
}

p.stars:hover a.star-1.active:before,
p.stars:hover a.star-2.active:before,
p.stars:hover a.star-3.active:before,
p.stars:hover a.star-4.active:before,
p.stars:hover a.star-5.active:before {
    color: transparent
}

p.stars a.star-1.active:hover:before,
p.stars a.star-2.active:hover:before,
p.stars a.star-3.active:hover:before,
p.stars a.star-4.active:hover:before,
p.stars a.star-5.active:hover:before {
    color: #f1c40f
}

p.stars span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    content: "\53\53\53\53\53"
}

p.stars a.star-1 {
    z-index: 10;
    width: 18px
}

p.stars a.star-2 {
    z-index: 8;
    width: 36px;
    margin-left: -18px
}

p.stars a.star-3 {
    z-index: 6;
    width: 54px;
    margin-left: -36px
}

p.stars a.star-4 {
    z-index: 4;
    width: 72px;
    margin-left: -54px
}

p.stars a.star-5 {
    z-index: 2;
    width: 90px;
    margin-left: -72px
}

p.stars a.star-1.active:before,
p.stars a.star-1:hover:before,
p.stars a.star-2.active:before,
p.stars a.star-2:hover:before,
p.stars a.star-3.active:before,
p.stars a.star-3:hover:before,
p.stars a.star-4.active:before,
p.stars a.star-4:hover:before,
p.stars a.star-5.active:before,
p.stars a.star-5:hover:before {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 20px;
    color: #f1c40f;
    font-family: star;
    font-size: 16px;
    letter-spacing: 2px
}

p.stars a.star-1.active:before,
p.stars a.star-1:hover:before {
    z-index: 9;
    width: 18px;
    content: "\53"
}

p.stars a.star-2.active:before,
p.stars a.star-2:hover:before {
    z-index: 7;
    width: 36px;
    content: "\53\53"
}

p.stars a.star-3.active:before,
p.stars a.star-3:hover:before {
    z-index: 5;
    width: 54px;
    content: "\53\53\53"
}

p.stars a.star-4.active:before,
p.stars a.star-4:hover:before {
    z-index: 3;
    width: 72px;
    content: "\53\53\53\53"
}

p.stars a.star-5.active:before,
p.stars a.star-5:hover:before {
    z-index: 1;
    width: 90px;
    content: "\53\53\53\53\53"
}

p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
    display: none;
    content: ""
}

a.remove {
    display: block;
    width: 1em;
    height: 1em;
    margin: 0 auto;
    border: 0;
    border-radius: 100%;
    color: #f96262;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-indent: 0
}

a.remove:hover {
    color: #fff;
    background: #f96262
}

.header-search {
    float: left;
    position: relative;
    width: 25px;
    height: 25px;
    text-align: center
}

.header-search-button {
    color: #cbc7c2;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

.header-search.header-search-open .header-search-button,
.header-search:hover .header-search-button {
    color: #fff
}

.header-search-input {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 220px;
    padding: 5px;
    background: rgba(26, 26, 26, .9)
}

.header-search.header-search-open .header-search-input {
    display: block
}

.header-search-input input[type=submit] {
    position: absolute;
    z-index: 9;
    top: 5px;
    right: 5px;
    width: 28px;
    height: 33px;
    border: none;
    background: 0 0;
    text-indent: -9999999px
}

.header-search-input input[type=search] {
    width: 100%;
    padding: 10px 28px 10px 10px;
    border: none;
    border-radius: 0;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px
}

.header-search-input:after {
    display: inline-block;
    position: absolute;
    z-index: 8;
    top: 5px;
    right: 5px;
    width: 20px;
    width: 33px;
    color: #999;
    font-family: "Glyphicons Halflings";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    line-height: 33px;
    content: "\e003"
}

.woocommerce div.product p.price del,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price del,
.woocommerce div.product span.price ins {
    display: inline-block;
    vertical-align: middle
}

.woocommerce.single-product .price ins .amount {
    float: left;
    width: 100%;
    color: #666;
    text-decoration: none;
    font-size: 27px;
    margin-left: 10px
}

.woocommerce div.product form.cart .variations select {
    max-width: none;
    min-width: initial;
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle
}

.woocommerce label[for=logo],
.woocommerce label[for=pa_color] {
    margin-top: 10px
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #666
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 0
}

.product-main-content .onsale {
    z-index: 10;
    right: auto;
    left: 3px
}

.woocommerce .comment_container {
    float: left;
    position: relative
}

.woocommerce .form-row input[type=submit] {
    width: auto;
    padding: 8px 37px;
    border: none;
    border-radius: 2px;
    color: #fff;
    background: rgba(17, 17, 17, 1);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.woocommerce .form-row input[type=submit]:hover,
html .woocommerce #respond input#submit.alt:hover,
html .woocommerce a.button.alt:hover,
html .woocommerce button.button.alt:hover,
html .woocommerce input.button.alt:hover,
ul.products li.product .button.product_type_simple:focus,
ul.products li.product .button.product_type_simple:hover {
    background: rgba(17, 17, 17, .8)
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0
}

#reviews .commentlist li .avatar {
    float: left!important;
    width: 55px!important;
    height: auto!important;
    border-radius: 50%
}

#reviews #comments .comment-text {
    float: left;
    margin-left: 70px!important;
    position: relative;
    padding-top: 18px!important
}

#reviews #comments .comment-text .star-rating {
    position: absolute;
    bottom: 0
}

#reviews .commentlist li {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 30px;
    list-style: none
}

#review_form_wrapper form {
    width: 100%;
    margin-left: 0
}

#reviews .comment-form-rating {
    min-height: 33px;
    padding-bottom: 15px;
    padding-left: 0
}

#reviews p.comment-form-comment,
#reviews p.comment-form-comment textarea {
    padding-left: 0
}

#reviews p.comment-form-comment textarea {
    height: 75px;
    padding: 6px 12px
}

#reviews form input[type=submit] {
    margin-left: 0;
    line-height: 15px
}

#reviews .comment-form-author {
    padding-left: 0
}

#reviews form .form-submit {
    clear: left
}

.woocommerce.single-product table.shop_attributes tr:nth-child(odd) {
    background-color: #f9f9f9
}

.woocommerce.single-product table.shop_attributes tr td,
.woocommerce.single-product table.shop_attributes tr th {
    padding: 8px;
    font-weight: 400
}

.woocommerce.single-product table.shop_attributes p {
    margin: 0;
    padding: 0
}

.single-product div.product form.cart .button {
    width: 66.66666667%;
    padding: 10px
}

.single-product div.product form.cart .quantity {
    width: 33.33333333%;
    padding: 0 15px 0 0
}

.single-product div.product form.cart .quantity .qty {
    width: 100%
}

.woocommerce-tabs ul.tabs li,
.woocommerce-tabs ul.tabs li.active {
    border: none;
    background: 0 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: 0 0;
    z-index: 2;
    border-bottom-color: transparent
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0
}

.woocommerce-tabs ul.tabs li:after,
.woocommerce-tabs ul.tabs li:before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a {
    display: block;
    position: relative;
    margin-right: 2px;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-radius: 4px 4px 0 0;
    color: #555;
    line-height: 1.42857143;
    letter-spacing: 2px;
    text-transform: uppercase
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li.active a {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #fff;
    cursor: pointer
}

.woocommerce-tabs ul.tabs li a:hover {
    border-color: #eee #eee #ddd;
    background-color: #eee;
    text-decoration: none
}

.woocommerce-tabs ul.tabs li.active a:hover {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background: #fff;
    cursor: default
}

.single-product div.product .images {
    width: 50%;
    margin-right: 0;
    padding: 0 15px 0 0
}

.single-product .flex-viewport {
    margin-bottom: 20px
}

.single-product figure.woocommerce-product-gallery__wrapper {
    max-width: inherit;
    margin-bottom: 20px
}

.single-product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
    list-style: none
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    display: inline-block;
    margin: 2px 11px 10px 0
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(6n) {
    margin-right: 0
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li:first-child,
.single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(6n+1) {
    margin-left: 0
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: auto;
    cursor: pointer
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
    display: block;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 2px;
    height: 8px;
    border-radius: 6px;
    background: #000;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    content: ""
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 9;
    top: 15px;
    right: 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #fff;
    font-size: 2em;
    text-indent: -9999px
}

.single-product div.product .summary {
    width: 50%;
    padding: 0 0 0 15px
}

.single-product div.product .woocommerce-product-rating a {
    padding-left: 5px;
    font-size: 12px
}

.single-product div.product p.stock.in-stock:before,
.single-product div.product p.stock.out-of-stock:before {
    display: none
}

.woocommerce-tabs .panel h2 {
    margin: 0 0 20px;
    padding-top: 30px;
    padding-bottom: 15px;
    font: 400 12px/1.8 "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display:none;
}

.woocommerce.single-product ul.products {
    margin-bottom: 0;
    padding-bottom: 0
}

.woocommerce.single-product .related.products,
.woocommerce.single-product .upsells.products {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 70px
}

.woocommerce.single-product ul.products li.product img {
    width: 100%
}

.woocommerce.single-product .price del,
.woocommerce.single-product .price del .amount,
.woocommerce.single-product ul.products li.product .price del {
    color: #999
}

.woocommerce.single-product .owl-carousel .ex-product .woocommerce-Price-amount,
.woocommerce.single-product ul.products li.product .price del .amount {
    color: #999;
    font-size: 12px
}

.single-product .owl-carousel .ex-product ins {
    text-decoration: none
}

.woocommerce.single-product ul.products li.product .price ins .amount {
    line-height: 20px
}

.woocommerce.single-product ul.products li.product .price ins {
    margin-left: 0
}

.form-row #rememberme {
    vertical-align: -12px
}

.form-row label {
    font-weight: 400
}

.add_to_cart_button:not(.product_type_variable):before,
.icon-basket:before,
.single-product div.product form.cart .button:before {
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 5px;
    font-family: 'Font Awesome\ 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "\f07a"
}

.shop-with-sidebar {
    float: right;
    padding: 0
}

.woocommerce ul.products {
    float: left;
    min-width: 100%
}

.woocommerce ul.products li.product .price del {
    float: left;
    width: 100%;
    color: #999;
    font-size: 12px
}

.woocommerce ul.products li.product .price del .amount {
    color: #999;
    font: 400 12px/1.8 "Open Sans", sans-serif;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase
}

.woocommerce ul.products li.product .price ins {
    float: left;
    width: 100%;
    margin: 0;
    color: #999;
    font-size: 12px;
    text-decoration: none
}

.woocommerce ul.products li.product .price .amount,
.woocommerce ul.products li.product .price ins .amount {
    color: #999;
    font: 400 12px/1.8 "Open Sans", sans-serif;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase
}

a.added_to_cart.wc-forward {
    display: none
}

ul.products li.product .button.product_type_simple {
    padding: 5px 17px;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute!important;
    top: 35%!important;
    left: 0!important;
    right: 0!important;
    opacity: 0;
    width: 85%;
    margin: 0 auto;
    -webkit-transition: all .3s ease!important;
    -moz-transition: all .3s ease!important;
    transition: all .3s ease!important;
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

#payment .place-order .button,
.form-row textarea,
.select2-container .select2-choice,
.woocommerce-billing-fields input {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase
}

ul.products li.product:hover .button.product_type_simple {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

table.cart .quantity .qty {
    float: none;
    max-width: 100px;
    margin-right: auto;
    margin-left: auto;
    text-align: left
}

.product-rating-home .star-rating {
    display: inline-block;
    float: none;
    margin-bottom: 0
}

.product-button-wrap .button,
ul.products li.product .product-button-wrap .button {
    display: inline-block;
    margin: 10px 5px 0;
    padding: 0 10px
}

.add-to-cart-button-wrap .button,
ul.products li.product .product-button-wrap .add-to-cart-button-wrap .button {
    display: inline
}

.shop_table.cart {
    border: none
}

.shop_table.cart td,
.shop_table.cart th {
    border: 1px solid #e5e5e5
}

.shop_table.cart tr:last-child td {
    padding-right: 0;
    padding-left: 0;
    border-right: none;
    border-left: none
}

.form-row textarea,
.woocommerce-billing-fields input {
    border: 1px solid #eaeaea;
    padding: 6px 12px
}

.shop_table.cart>tbody>tr:nth-of-type(odd) {
    background: 0 0
}

.shop_table.cart>tbody>tr:nth-of-type(even),
.shop_table.cart>thead>tr {
    background-color: #f9f9f9
}

.shop_table.cart tbody tr:last-child {
    background: 0 0
}

ul.products li.product img {
    width: 100%
}

.woocommerce-billing-fields input {
    height: 33px;
    border-radius: 2px
}

.form-row textarea {
    height: 75px;
    border-radius: 2px
}

.form-row.woocommerce-validated input.input-text {
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container .select2-choice {
    height: 33px;
    padding: 6px 12px;
    border: 1px solid #eaeaea;
    border-radius: 2px
}

#order_review,
#order_review_heading {
    border: none
}

#payment .place-order .button {
    padding: 8px 37px;
    border: none;
    border-radius: 2px;
    color: #fff;
    background: rgba(17, 17, 17, 1)
}

#payment .place-order .button:focus,
#payment .place-order .button:hover {
    background: rgba(17, 17, 17, .8)
}

#payment .place-order {
    padding-right: 0;
    padding-left: 0
}

#payment {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

#payment .payment_methods li label {
    width: 100%;
    margin-left: 0
}

.product .product-button-wrap .add_to_cart_button,
.shop-item .product-button-wrap .add_to_cart_button,
.shop-item .product-button-wrap .button.product_type_grouped,
.shop-item .product-button-wrap .button.product_type_variable,
ul.products li.product .product-button-wrap .button.product_type_grouped,
ul.products li.product .product-button-wrap .button.product_type_simple,
ul.products li.product .product-button-wrap .product_type_variable {
    position: relative;
    bottom: 0;
    padding: 10px 30px;
    border-radius: 2px;
    opacity: 0;
    opacity: 1;
    color: #fff;
    background: rgba(17, 17, 17, 1);
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.product .product-button-wrap .add_to_cart_button:hover,
.shop-item .product-button-wrap .add_to_cart_button:hover,
.shop-item .product-button-wrap .button.product_type_grouped:hover,
.shop-item .product-button-wrap .button.product_type_variable:hover,
ul.products li.product .product-button-wrap .button.product_type_grouped:hover,
ul.products li.product .product-button-wrap .button.product_type_simple:hover,
ul.products li.product .product-button-wrap .product_type_variable:hover {
    background: rgba(17, 17, 17, .8)
}

.single .col-sm-8 .product .product-button-wrap .add_to_cart_button,
.single .col-sm-8 .shop-item .product-button-wrap .add_to_cart_button,
.single .col-sm-8 .shop-item .product-button-wrap .button.product_type_grouped,
.single .col-sm-8 .shop-item .product-button-wrap .button.product_type_variable,
.single .col-sm-8 ul.products li.product .product-button-wrap .button.product_type_grouped,
.single .col-sm-8 ul.products li.product .product-button-wrap .button.product_type_simple,
.single .col-sm-8 ul.products li.product .product-button-wrap .product_type_variable {
    padding: 10px
}

.shop-with-sidebar .product .product-button-wrap .add_to_cart_button,
.shop-with-sidebar ul.products li.product .product-button-wrap .button.product_type_simple {
    padding-right: 10px;
    padding-left: 10px
}

.shop-with-sidebar .added_to_cart {
    display: inline-block;
    clear: left;
    margin-top: 10px;
    padding: 4px 10px
}

.product .product-button-wrap,
.shop-item .product-button-wrap {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.product:hover .product-button-wrap,
.shop-item:hover .product-button-wrap {
    bottom: 50%;
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.prod-img-wrap {
    position: relative
}

.post-type-archive-product .products li>a {
    float: left;
    width: 100%
}

.added_to_cart {
    margin-bottom: 24px;
    padding: 10px 5px;
    border-radius: 2px;
    color: #fff;
    display: none;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.added_to_cart:hover {
    color: #fff;
    background: #439c73;
    -webkit-transition: all 125ms ease-in-out 0s;
    transition: all 125ms ease-in-out 0s
}

.form-row .button,
.form-row input[type=checkbox],
.form-row input[type=radio],
.woocommerce-checkout input[type=radio] {
    float: left;
    margin-right: 5px
}

.select2-drop-active {
    border: 1px solid #eaeaea
}

ul.order_details {
    padding: 0
}

.shop_table.order_details tr {
    padding: 5px 0
}

.woocommerce-breadcrumb {
    line-height: 33px
}

.woocommerce-ordering {
    margin-right: 0
}

.woocommerce-pagination {
    float: left;
    width: auto;
    margin-top: -5px;
    text-align: left
}

.page-numbers {
    text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background: #212121
}

.widget_price_filter .ui-slider .ui-slider-range {
    background: #e5e5e5
}

.widget_price_filter .price_slider_amount .button {
    padding: 10px 30px;
    line-height: 13px
}

.price_label {
    line-height: 33px
}

.sidebar-shop .widget.widget_layered_nav .chosen:before,
.sidebar-shop .widget.widget_product_categories ul li:before,
.sidebar-shop .widget.widget_products ul li:before,
.sidebar-shop .widget.widget_recent_reviews ul li:before,
.sidebar-shop .widget.widget_recently_viewed_products ul li:before,
.sidebar-shop .widget.widget_top_rated_products ul li:before {
    float: left;
    position: absolute;
    top: 9px;
    left: 0;
    padding-right: 5px;
    color: #666;
    content: "\00BB"
}

.product_list_widget del,
.product_list_widget ins {
    opacity: .6
}

.product_list_widget ins {
    text-decoration: none
}

.product_list_widget .amount {
    margin-right: 10px;
    font-size: 16px
}

.widget.woocommerce li {
    position: relative
}

.widget_shopping_cart .product_list_widget li {
    position: relative;
    padding-left: 2em
}

.widget_shopping_cart_content .buttons a {
    display: inline-block;
    width: 40%;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center
}

.widget.woocommerce.widget_shopping_cart_content .button a:hover,
.widget_shopping_cart_content .buttons a:hover {
    color: #fff;
    background: rgba(17, 17, 17, .8)
}

.widget.woocommerce.widget_rating_filter .star-rating {
    position: absolute;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 30px
}

.bottom-page-wrap,
.bottom-page-wrap .widget ul li {
    position: relative
}

.widget.woocommerce.widget_rating_filter .star-rating:before {
    float: right
}

.widget_shopping_cart li:before {
    display: none;
    content: ""
}

.sidebar-shop .widget_shopping_cart li,
.widget_shopping_cart li {
    padding-left: 2em
}

.widget_shopping_cart .product_list_widget li a.remove {
    top: 12px
}

.widget_shopping_cart .product_list_widget li a.remove:hover {
    color: #fff
}

.widget_recently_viewed_products li a,
.widget_top_rated_products li a {
    display: block
}

.bottom-page-wrap {
    z-index: 19
}

.bottom-page-wrap .widget_shopping_cart .amount {
    color: #fff
}

.bottom-page-wrap .widget_price_filter .price_slider_amount .button,
.bottom-page-wrap .widget_shopping_cart_content .buttons a {
    background: rgba(255, 255, 255, .2)
}

.bottom-page-wrap .widget_price_filter .price_slider_amount .button:hover,
.bottom-page-wrap .widget_shopping_cart_content .buttons a:hover {
    background: rgba(255, 255, 255, .25)
}

.bottom-page-wrap .widget_price_filter .ui-slider .ui-slider-handle {
    background: #fff
}

.bottom-page-wrap .widget.woocommerce ul li:before {
    float: left;
    position: absolute;
    top: 9px;
    left: 0;
    padding-right: 5px;
    color: #777;
    content: "\00BB"
}

.yith-wcwl-add-button a.add_to_wishlist:before,
.yith-wcwl-wishlistaddedbrowse:before,
.yith-wcwl-wishlistexistsbrowse:before {
    display: inline-block;
    position: relative;
    content: "\e005";
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

.bottom-page-wrap .widget .tagcloud a {
    background: rgba(255, 255, 255, .2)
}

.bottom-page-wrap .product-title,
.bottom-page-wrap .widget.woocommerce a {
    color: #aaa
}

.bottom-page-wrap .widget.woocommerce a:hover,
.bottom-page-wrap .widget_product_categories a .product-title:hover {
    text-decoration: underline
}

.shop-isle-compare-list-wrapper a.button.alt,
a.button.compare {
    position: relative;
    bottom: 0;
    border-radius: 2px;
    opacity: 1;
    color: #fff;
    background: #0b5b34;
    font-size: 10px;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

a.button.compare:hover {
    background: rgba(11, 91, 52, .8)
}

.shop-isle-compare-list-wrapper {
    margin-top: 20px;
    margin-bottom: -40px
}

.shop-isle-compare-list-wrapper a.button.alt {
    margin-left: 10px
}

.wccm-catalog-items {
    float: left;
    padding-right: 15px;
    padding-left: 15px
}

.wccm-catalog-item {
    margin-bottom: 12px
}

.wccm-catalog-item a.button {
    float: left;
    height: auto;
    margin-top: 12px;
    padding: 0 10px;
    border: 1px solid rgba(17, 17, 17, 1);
    border-radius: 2px;
    opacity: 1;
    color: rgba(17, 17, 17, 1);
    background: 0 0;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.wccm-catalog-item a.button:hover {
    border: 1px solid rgba(17, 17, 17, .3);
    color: rgba(17, 17, 17, .6)
}

.shop-isle-compare-list-wrapper a.button.alt,
.wccm-catalog-item a.button.alt {
    border: 1px solid rgba(17, 17, 17, .3);
    color: #999
}

.shop-isle-compare-list-wrapper a.button.alt:hover,
.wccm-catalog-item a.button.alt:hover {
    border: 1px solid rgba(17, 17, 17, .15);
    color: rgba(153, 153, 153, .75)
}

.wccm-frontpage-compare-list .wccm-catalog-item {
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 1em
}

.wccm-frontpage-compare-list .wccm-catalog-item img {
    width: 48px;
    height: 48px
}

.wccm-catalog-item a.dashicons,
.wccm-frontpage-compare-list .wccm-catalog-item a.dashicons,
.wccm-thumb a {
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    border-radius: 1px;
    font-size: 12px;
    line-height: 14px;
    text-align: center
}

.wccm-catalog-item a.dashicons,
.wccm-frontpage-compare-list .wccm-catalog-item a.dashicons {
    color: #1b1b1b;
    background: rgba(255, 255, 255, .75)
}

.wccm-catalog-item a.dashicons:hover {
    color: #fff;
    background: #a94442
}

.wccm-thumb a {
    padding-left: 1px;
    color: #1b1b1b;
    background: rgba(255, 255, 255, .75)
}

.wccm-thumb a:hover {
    color: #fff;
    background: #a94442
}

.wccm-thumb {
    width: 150px;
    height: 150px;
    background: rgba(221, 221, 221, .35)
}

.product_meta a.button.compare,
.shop-isle-compare-list-wrapper a.button.alt,
.yith-wcwl-add-button a.add_to_wishlist {
    height: auto;
    opacity: 1;
    line-height: 21px;
    margin-top: 12px;
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: 2px;
    float: left;
    text-transform: uppercase
}

.product_meta a.button.compare,
.shop-isle-compare-list-wrapper a.button.alt {
    border: 1px solid rgba(17, 17, 17, .3);
    border-radius: 2px;
    color: #999;
    background: 0 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.product_meta a.button.compare:hover,
.shop-isle-compare-list-wrapper a.button.alt:hover {
    border: 1px solid rgba(17, 17, 17, .15);
    color: rgba(153, 153, 153, .75)
}

.yith-wcwl-add-button a.add_to_wishlist {
    margin-bottom: 10px;
    border: 1px solid rgba(17, 17, 17, 1);
    border-radius: 2px;
    color: rgba(17, 17, 17, 1);
    background: 0 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.yith-wcwl-add-button a.add_to_wishlist:hover {
    border: 1px solid rgba(17, 17, 17, .3);
    color: rgba(17, 17, 17, .6)
}

.yith-wcwl-add-button a.add_to_wishlist:before {
    top: 1px;
    font-family: "Glyphicons Halflings";
    line-height: 1
}

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
    float: left;
    position: relative;
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid rgba(17, 17, 17, .3);
    border-radius: 2px;
    color: #999;
    background: 0 0;
    font-size: 12px;
    line-height: 21px
}

.yith-wcwl-wishlistaddedbrowse:before,
.yith-wcwl-wishlistexistsbrowse:before {
    top: 1px;
    font-family: "Glyphicons Halflings";
    line-height: 1
}

.shop_table.wishlist_table tr:last-child td {
    padding: 16px 12px;
    border: 1px solid #e7e7e7
}

.shop_table.wishlist_table tfoot tr:last-child td {
    border: none
}

.shop_table.wishlist_table tr td.product-name,
.shop_table.wishlist_table tr td.product-price,
.shop_table.wishlist_table tr td.product-stock-status {
    margin: 0 0 20px;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase
}

.page-template-template-fullwidth-php table.wishlist_table,
.page-template-template-fullwidth-php table.wishlist_table thead,
.shop_table.wishlist_table,
a.reset_variations {
    font-size: 12px
}

#yith-wcwl-popup-message {
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    padding: 20px;
    border: 1px solid #222;
    border-radius: 2px;
    color: #fff;
    background: rgba(34, 34, 34, .75);
    line-height: 20px;
    text-align: center
}

.wishlist-title {
    display: none
}

.summary .product_meta {
    font-size: 12px;
    margin-top: 10px;
    opacity: .6
}

.variations .reset_variations,
.variations select {
    display: inline-block;
    width: auto;
    margin-right: 10px
}

a.reset_variations {
    padding: 3px 14px 4px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    color: #333
}

a.reset_variations:hover {
    border: 1px solid #e7e7e7;
    background: #fafafa;
    color: #9e9e9e
}

div.product>.onsale {
    top: 0;
    right: initial;
    left: 0
}

.woocommerce-product-details__short-description {
    margin: 10px 0 20px
}

.summary .product_title {
    margin-bottom: 20px
}

.woocommerce-product-rating .star-rating,
.woocommerce-product-rating .woocommerce-review-link {
    display: inline-block;
    vertical-align: middle
}

.woocommerce-variation-add-to-cart .quantity {
    display: inline-block;
    width: 80px;
    margin-right: 15px
}

.summary .product_meta>span {
    display: block
}

.summary .price {
    font-size: 28px!important;
    font-weight: 700!important;
    line-height: 70px!important
}

.summary .price del {
    opacity: .4
}

.widget.woocommerce ul.product_list_widget li:first-child {
    padding-top: 0
}

.widget.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 15px;
    position: relative;
    top: 6px;
    width: 70px;
    max-width: none;
    margin-bottom: 5px;
    margin-top: -5px
}

.widget.woocommerce .star-rating {
    font-size: 9px;
    margin-bottom: 2px
}

.widget.woocommerce .star-rating span:before {
    color: #fff
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    font-weight: 400;
    position: absolute;
    top: 25px;
    font-size: 20px;
    left: initial;
    right: 5px;
    z-index: 10
}

.widget.woocommerce .wishlist_table td.product-add-to-cart a {
    display: block!important;
    position: relative;
    width: auto;
    margin: 5px 0 -3px;
    padding: 0;
    opacity: 1;
    color: #666;
    background: 0 0;
    text-align: center;
    letter-spacing: 0
}

.woocommerce .wishlist_table td.product-add-to-cart a.add_to_cart:before {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 5px;
    font-family: "Glyphicons Halflings";
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "\e116"
}

.term-description {
    width: 1170px;
    max-width: 100%;
    margin: 70px auto 30px;
    padding: 0 30px
}

a.button.yith-wcqv-button {
    position: relative;
    top: 15px;
    padding: 7px 10px!important;
    border-radius: 2px;
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase
}

a.button.yith-wcqv-button:before {
    margin-right: 5px;
    font-family: ElegantIcons;
    -webkit-font-smoothing: antialiased;
    content: "\e101"
}

a.button.yith-wcqv-button:hover {
    background-color: #000
}

.shop-isle-yith-wcqv-button-wrapper {
    margin-top: 90px;
    margin-bottom: -70px
}

.shop-isle-yith-wcqv-button-wrapper a.button.alt {
    margin-left: 10px
}

.yith-wcqv-main .onsale {
    right: auto;
    left: 0
}

#yith-quick-view-close {
    width: 22px;
    height: 22px;
    border: 1px solid #a94442;
    border-radius: 2px;
    opacity: 1;
    color: #fff;
    background: #a94442;
    line-height: 22px;
    text-align: center
}

#yith-quick-view-close:hover {
    border: 1px solid #c73735;
    color: #fff;
    background: #c73735
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    display: inline-block;
    width: 20%
}

.woocommerce-account .woocommerce-MyAccount-content {
    display: inline-block;
    float: right;
    width: 75%;
    margin-left: 5%
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    border-top: 1px solid #eee
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding-bottom: 0;
    border-bottom: 1px solid #eee;
    list-style: none
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 5px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #333
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    margin-right: 20px;
    opacity: .25;
    font-family: ElegantIcons;
    content: "\e056"
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: ElegantIcons;
    content: "\e037"
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: ElegantIcons;
    content: "\e079"
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: ElegantIcons;
    content: "\e092"
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: ElegantIcons;
    content: "\e074"
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: ElegantIcons;
    content: "\e014"
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: ElegantIcons;
    content: "\e08a"
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: ElegantIcons;
    content: "\e06c"
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 25px;
    font-weight: 600;
    text-align: center
}

.woocommerce-account p.order-again {
    text-align: right
}

.woocommerce-EditAccountForm input[type=submit] {
    float: right;
    margin-top: 50px
}

.woocommerce-account table.shop_table_responsive thead {
    color: #fff;
    background-color: #333
}

.woocommerce-account table.shop_table_responsive thead th {
    padding: 10px;
    border-right: 1px solid;
    text-align: center
}

.woocommerce-account table.shop_table_responsive tbody td {
    padding: 10px;
    text-align: center
}

.woocommerce-account table.shop_table_responsive tbody tr {
    border-bottom: 1px solid #eee
}

.woocommerce-account .my_account_orders .button {
    text-decoration: underline;
    text-transform: uppercase
}

#ship-to-different-address .checkbox {
    display: inline-block
}

@media screen and (max-width:1200px) {
    .page-title~.woocommerce-error,
    .page-title~.woocommerce-info,
    .page-title~.woocommerce-message {
        width: 970px
    }
    .woocommerce-page-title~.woocommerce-error,
    .woocommerce-page-title~.woocommerce-info,
    .woocommerce-page-title~.woocommerce-message {
        width: 910px
    }
    .term-description {
        width: 970px
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li {
        margin: 2px 10px 10px 0
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n) {
        margin-right: 0
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(6n) {
        margin-right: 10px
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li:first-child,
    .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n+1) {
        margin-left: 0
    }
}

@media screen and (max-width:992px) {
    #reviews .comment-form-author {
        width: 50%
    }
    #reviews .comment-form-email {
        width: 50%;
        padding-right: 15px
    }
    #reviews form p.comment-form-rating {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
    .woocommerce.single-product ul.products li.product {
        width: 50%
    }
    .woocommerce.single-product ul.products li.product.first {
        clear: none!important
    }
    .woocommerce.single-product ul.products li.product:nth-child(3n+1) {
        clear: none
    }
    .woocommerce.single-product ul.products li.product:nth-child(2n+1) {
        clear: left
    }
    .woocommerce ul.products li.product {
        float: left;
        width: 50%;
        padding-right: 15px;
        padding-left: 15px
    }
    .shop-with-sidebar ul.products li.product:nth-child(3n+1) {
        clear: none
    }
    .woocommerce ul.products li.product:nth-child(2n+1) {
        clear: left
    }
    .woocommerce-ordering,
    .woocommerce-ordering select {
        width: 100%;
        margin-right: 0
    }
    .woocommerce-breadcrumb {
        width: 100%;
        margin-bottom: 20px;
        line-height: 33px;
        text-align: center
    }
    .page-numbers {
        text-align: center
    }
    .page-title~.woocommerce-error,
    .page-title~.woocommerce-info,
    .page-title~.woocommerce-message {
        width: 750px
    }
    .woocommerce-page-title~.woocommerce-error,
    .woocommerce-page-title~.woocommerce-info,
    .woocommerce-page-title~.woocommerce-message {
        width: 690px;
        margin-top: 40px
    }
    .module-small-shop .woocommerce-breadcrumb {
        margin-bottom: 1.236em
    }
    .cart-collaterals .cross-sells {
        width: 100%
    }
    .cross-sells ul.products li.product {
        width: 42.8571428571%!important;
        padding-right: 10px;
        padding-left: 10px
    }
    .cart-collaterals .cart_totals,
    .cart-collaterals .shipping_calculator {
        width: 100%
    }
    .term-description {
        width: 750px
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        display: table-cell;
        border: none
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: table;
        width: 100%;
        margin: 0 0 25px;
        border: none
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        display: block
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin-left: 0
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
        margin-right: 5px;
        opacity: .25
    }
    .woocommerce-account input.woocommerce-Button.button {
        height: auto;
        margin-top: 10px;
        padding: 8px 37px;
        border: none;
        border-radius: 2px;
        color: #fff;
        background: rgba(17, 17, 17, 1);
        font-size: 11px;
        letter-spacing: 2px;
        text-transform: uppercase
    }
    .woocommerce-account input.woocommerce-Button.button:hover {
        background: rgba(17, 17, 17, .8)
    }
    .woocommerce-pagination {
        float: none
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li {
        margin: 2px 4px 10px 0!important
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0!important
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n) {
        margin-right: 4px
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li:first-child,
    .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n+1) {
        margin-left: 0
    }
}

@media screen and (max-width:768px) {
    .navbar-fixed-top .navbar-collapse {
        float: left;
        width: 100%
    }
    .header-search {
        position: initial
    }
    .header-search-input {
        width: 100%
    }
    .navbar-custom .navbar-cart {
        top: 12px;
        right: 35px;
        position: initial;
        width: 70px;
        padding: 10px 0 10px 5px
    }
    .navbar-cart {
        width: 80px
    }
    .shop_isle_header_title {
        margin-left: 0
    }
    .header-shopping-cart,
    .navbar-cart-inner:hover .header-shopping-cart {
        display: none
    }
    .woocommerce-tabs ul.tabs {
        border-bottom: 1px solid #ddd
    }
    .woocommerce-tabs ul.tabs li.active a {
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        background-color: #fff;
        cursor: pointer
    }
    .woocommerce-tabs ul.tabs li a:hover {
        border-bottom-color: #eee
    }
    .woocommerce-tabs ul.tabs li {
        margin-bottom: -1px
    }
    .single-product div.product form.cart .button {
        width: 100%
    }
    .single-product div.product form.cart .quantity {
        width: 100%;
        margin-bottom: 20px;
        padding: 0
    }
    .single-product div.product .images img,
    .single-product div.product form.cart .quantity input {
        width: 100%
    }
    .single-product div.product .images,
    .single-product div.product .summary {
        float: left;
        width: 100%;
        padding: 0
    }
    #reviews .comment-form-author,
    #reviews .comment-form-email,
    p.comment-form-rating {
        width: 100%;
        padding: 0
    }
    .comment-form-rating {
        margin-bottom: 20px
    }
    p.stars {
        padding: 0;
        text-align: left
    }
    p.stars a {
        display: inline-block;
        font-size: 12px
    }
    #order_review,
    #order_review_heading,
    .col2-set,
    .woocommerce ul.products li.product,
    .woocommerce.single-product ul.products li.product {
        width: 100%
    }
    ul.order_details li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    ul.order_details li:last-child {
        border-bottom: none
    }
    ul.order_details {
        padding-left: 0
    }
    .page-title~.woocommerce-error,
    .page-title~.woocommerce-info,
    .page-title~.woocommerce-message {
        width: 100%
    }
    .woocommerce-page-title~.woocommerce-error,
    .woocommerce-page-title~.woocommerce-info,
    .woocommerce-page-title~.woocommerce-message {
        width: 90%
    }
    .shop-item-image,
    .woocommerce ul.products li.product {
        float: none;
        max-width: 370px;
        margin: 25px auto
    }
    .header-shopping-cart-wrap {
        position: absolute;
        top: 15px;
        right: 0
    }
    .shop-with-sidebar {
        float: none!important
    }
    .woocommerce .page-description,
    .woocommerce-breadcrumb,
    .woocommerce-ordering,
    .woocommerce-ordering select {
        float: initial
    }
    .cart_totals h2,
    .cross-sells h2 {
        text-align: center
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        display: inline-block;
        min-width: 125px;
        border: none
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: table;
        width: 100%;
        margin: 0 0 25px;
        border: none
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li,
    .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n) {
        margin: 2px 4px 10px 0!important
    }
}

.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 0;
    margin-bottom: 15px
}

@media(min-width:991px) and (max-width:1200px) {
    .added_to_cart {
        display: inline-block;
        margin-top: 15px;
        padding: 5px 10px
    }
}

@media(max-width:600px) {
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce table.my_account_orders tr td.order-actions:before,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail,
    .woocommerce-page table.my_account_orders tr td.order-actions:before {
        display: none
    }
    .woocommerce-page .woocommerce .product-name a {
        float: left;
        font-size: 10px;
        line-height: 13px
    }
    .woocommerce table.shop_table td,
    .woocommerce table.shop_table td .amount,
    .woocommerce table.shop_table td a,
    .woocommerce table.shop_table td span,
    .woocommerce table.shop_table td strong {
        font-size: 10px;
        line-height: 11px
    }
    .woocommerce table.shop_table th {
        padding: 5px;
        font-size: 10px
    }
    .shop_table.cart,
    .shop_table.cart td,
    .shop_table.cart th {
        padding: 5px
    }
    table.cart .quantity .qty {
        max-width: 40px
    }
    table.cart td.actions .coupon {
        width: 100%
    }
    table.cart td.actions input[name=apply_coupon],
    table.cart td.actions input[name=coupon_code] {
        width: 49%
    }
    table.cart td.actions input[name=coupon_code] {
        float: left
    }
    table.cart td.actions input[name=apply_coupon] {
        float: right;
        padding: 12px 0 10px
    }
    table.cart td.actions input[name=update_cart] {
        float: left;
        width: 100%;
        margin-top: 5px;
        padding: 10px 37px;
        font-size: 12px
    }
    .cart-collaterals .cart_totals,
    .cart-collaterals .shipping_calculator,
    .woocommerce-pagination {
        width: 100%
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs {
        text-align: center
    }
}

@media(max-width:480px) {
    #shop-isle-checkout-coupon .checkout_coupon .form-row-first {
        margin-left: 0;
        padding-left: 0
    }
    #shop-isle-checkout-coupon .checkout_coupon .form-row-last {
        width: 100%
    }
    .woocommerce #shop-isle-checkout-coupon .form-row input[type=submit] {
        width: 100%;
        max-width: 100%;
        margin-right: 0
    }
    .cart-collaterals .cross-sells ul.products li.product {
        float: none!important;
        width: 100%!important;
        margin-right: auto!important;
        margin-left: auto!important
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        width: 50%
    }
    .woocommerce-account .my_account_orders .button {
        display: block
    }
}

.product>.images,
.product>.summary {
    float: left;
    width: 50%
}

.woocommerce-tabs {
    clear: both
}

.cart-notification,
.widget_shopping_cart,
.woocommerce .cart-notification {
    position: absolute;
    right: 0;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 6px 15px rgba(0, 0, 0, .3);
    min-width: 420px;
    padding: 20px;
    top: 100%
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding: 15px 0
}

.widget_shopping_cart .total {
    padding: 20px 0!important;
    text-align: center;
    font-size: 20px!important;
    border-bottom: 0
}

.widget_shopping_cart .buttons {
    position: relative
}

.widget_shopping_cart .buttons a.button {
    display: inline-block
}

.widget_shopping_cart .buttons a.checkout {
    margin-left: 5%
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 0
}

.widget_shopping_cart {
    display: none
}

.cart-notification {
    display: none;
    right: 0;
    top: 100%;
    padding: 22px!important;
    position: absolute!important;
    height: auto;
    line-height: normal
}

.carousel-products.products .product>a,
.hcart:hover .widget_shopping_cart,
.widget_shopping_cart:hover {
    display: block
}

.woocommerce .widget_shopping_cart .total span {
    font-size: 18px;
    margin-top: 10px
}

.carousel-products.products .product {
    float: none;
    max-width: 332px;
    min-width: 332px;
    width: auto;
    margin-top: 15px;
    overflow: visible
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    /* border-left: 2px solid rgba(0,0,0,.1); */
    /* float: left; */
    /* display: block; */
    width: 100%;
    height: auto;
    height: 21px;
    border-left:0px;
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt{
	    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
    display: inline-block;
    float: none;
    width: auto;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd{
	    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
    display: inline-block;
    float: none;
    width: auto;
}
