@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.html);src:url(../fonts/LigatureSymbols-2.11d41d.html?#iefix) format('embedded-opentype'),url(../fonts/LigatureSymbols-2.11-2.html) format('woff'),url(../fonts/LigatureSymbols-2.11-3.html) format('truetype'),url(../fonts/LigatureSymbols-2.11-4.html#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.html) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.html) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(../img/prettyPhoto/light_rounded/btnNext.html) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(../img/prettyPhoto/light_rounded/btnPrevious.html) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(../img/prettyPhoto/light_rounded/sprite.html) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(../img/prettyPhoto/light_rounded/sprite.html) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(../img/prettyPhoto/light_rounded/sprite.html) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(../img/prettyPhoto/light_rounded/sprite.html) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_rounded/sprite.html) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/light_rounded/sprite.html) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_rounded/sprite.html) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/light_rounded/sprite.html) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(../img/prettyPhoto/light_rounded/sprite.html) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.html) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.html) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.html) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.html) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(../img/prettyPhoto/dark_rounded/contentPattern.html) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(../img/prettyPhoto/dark_rounded/contentPattern.html) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(../img/prettyPhoto/dark_rounded/btnNext.html) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(../img/prettyPhoto/dark_rounded/btnPrevious.html) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(../img/prettyPhoto/dark_rounded/sprite.html) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.html) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(../img/prettyPhoto/dark_rounded/sprite.html) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.html) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_rounded/sprite.html) -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.html) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_rounded/sprite.html) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/dark_rounded/sprite.html) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(../img/prettyPhoto/dark_rounded/sprite.html) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.html) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.html) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../img/prettyPhoto/dark_rounded/loader.html) 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.html) center center no-repeat}div.dark_square .pp_expand{background:url(../img/prettyPhoto/dark_square/sprite.html) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(../img/prettyPhoto/dark_square/sprite.html) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(../img/prettyPhoto/dark_square/sprite.html) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(../img/prettyPhoto/dark_square/sprite.html) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_square/sprite.html) -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.html) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_square/sprite.html) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(../img/prettyPhoto/dark_square/sprite.html) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(../img/prettyPhoto/dark_square/sprite.html) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(../img/prettyPhoto/dark_square/btnNext.html) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(../img/prettyPhoto/dark_square/btnPrevious.html) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(../img/prettyPhoto/light_square/sprite.html) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(../img/prettyPhoto/light_square/sprite.html) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(../img/prettyPhoto/light_square/sprite.html) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(../img/prettyPhoto/light_square/sprite.html) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_square/sprite.html) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav .pp_play{background:url(../img/prettyPhoto/light_square/sprite.html) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_square/sprite.html) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(../img/prettyPhoto/light_square/sprite.html) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(../img/prettyPhoto/light_square/sprite.html) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(../img/prettyPhoto/light_square/btnNext.html) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(../img/prettyPhoto/light_square/btnPrevious.html) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(../img/prettyPhoto/facebook/sprite.html) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternTop.html) top left repeat-x}div.facebook .pp_top .pp_right{background:url(../img/prettyPhoto/facebook/sprite.html) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(../img/prettyPhoto/facebook/contentPatternLeft.html) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(../img/prettyPhoto/facebook/contentPatternRight.html) top right repeat-y}div.facebook .pp_expand{background:url(../img/prettyPhoto/facebook/sprite.html) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(../img/prettyPhoto/facebook/sprite.html) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(../img/prettyPhoto/facebook/sprite.html) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(../img/prettyPhoto/facebook/sprite.html) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(../img/prettyPhoto/facebook/sprite.html) -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.html) center center no-repeat}div.facebook .pp_arrow_previous{background:url(../img/prettyPhoto/facebook/sprite.html) 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.html) -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.html) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(../img/prettyPhoto/facebook/sprite.html) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(../img/prettyPhoto/facebook/btnNext.html) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(../img/prettyPhoto/facebook/btnPrevious.html) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(../img/prettyPhoto/facebook/sprite.html) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternBottom.html) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(../img/prettyPhoto/facebook/sprite.html) -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.html) no-repeat;display:block;height:33px;width:50px}a.pp_next,a.pp_previous{background:url(../img/prettyPhoto/light_rounded/btnNext.html) 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.html) 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.html) 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();src:url() format('embedded-opentype'),url() format('woff2'),url() format('woff'),url() format('truetype'),url() format('svg');font-weight:400;font-style:normal}.fa{font-family:'FontAwesome';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;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:2.618em;padding-top:2.618em;padding-bottom:2.618em}.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}.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}

  * {
  box-sizing: border-box;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
  opacity: 1;
}

::selection {
  color: #fff;
}
::-moz-selection {
  color: #fff;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  display: block;
  margin: 20px auto;
  clear:both;
}

.header_top .aligncenter {
  margin: 8px auto;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.content ul ul,
.content ol ol {
  padding: 0 0 0 15px;
}
.zindex10 {
    z-index: 10;
}
.zindex100{
	z-index: 100;
}
.col-12{
	width:100%;
}
.col-8 {
    width: 66.66666667%;
    float:left;
    position:relative;
}
.col-4 {
    width: 33.33333333%;
    padding-left: 10px;
    padding-right: 10px;
    float:left;
}
.col-9 {
    width: 75%;
    float:left;
    position:relative;
    padding-left: 10px;
    padding-right: 10px;
}
.col-3 {
    width: 25%;
    float:left;
    position:relative;
    padding-left: 10px;
    padding-right: 10px;
}
video[name="media"] {
    width: 100%;
    height: 100%;
}
/* =Reset default browser CSS.
-------------------------------------------------------------- */

body,html{
	/height:100%;
	overflow-x:hidden;
 
}

body{
	/height: 100%;
    display: table;
    min-width: 100%;

}
body.background-repeat{
	background-repeat:repeat;
}
body.background-fixed{
    background-attachment: fixed !important;
}
.main-wrapper{
	min-height: 100%;
    /display: table;
    min-width: 100%;
    /height: 100%;
}
header, footer{
    display: table-row;
}
.main-content {
	/display: table-row;
    /height: 100%;
    line-height:26px;
}
.page .main-content {
    padding-top: 50px;
    padding-bottom:50px;
}
.wpb-js-composer.page .main-content{
	padding-top:0px;
	padding-bottom:0px;
}
.main-content > .container{
	z-index: 9;
}
.page .main-content ol, .page .main-content ul {
    list-style-position: inside;
    padding: 0px 30px;
    line-height: 26px;
}
ul[id^=gallery_content_center_], ul[id^=gallery_content_center_]>li {
    padding: 0 !important;
    list-style: none;
}
 div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
}
html, body{
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}


a{
	transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    color: #ff3e58;
}
a img {
  border: none;
}

img {
 -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
  height: auto;
  image-rendering: optimizeQuality;
}


h1, .h1 {
  font-size: 30px;
  line-height: 1.25em;
  /* 20px/16px */
}

h2, .h2 {
  font-size: 24px;
  line-height: 1.384615384615385em;
  /* 36px/26px */
  letter-spacing: 1px;
  font-weight: 600;
}

h3, .h3 {
  font-size: 17px;
  line-height: 1.304347826086957em;
  /* 30px/23px */
  letter-spacing: 1px;
  font-weight: 600;
}

h4, .h4 {
  font-size: 19px;
  line-height: 1.375em;
  /* 22px/16px */
  font-weight: 400;
}

h5, .h5 {
  font-size: 15px;
  line-height: 1.571428571428571em;
  /* 22px/14px */
  letter-spacing: 1px;
  font-weight: 600;
}

h6, .h6 {
  font-size: 13px;
  line-height: 1.538461538461538em;
  /* 20px/13px */
  letter-spacing: 1px;
  font-weight: 600;
}


a,
p a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
p a:hover {
  text-decoration: none;
}

input[type='submit'],
.woocommerce input[type='button'],
.woocommerce-page input[type='button'] {
  -webkit-appearance: none;
}
input:disabled {
    color: #c3c3c3 !important;
}
ul {
  list-style-position: inside;
}
.container{
	width:1300px;
	position:relative;
	margin:0 auto;
}
.container:after {
    clear: both;
    display: block;
    content: '';
}
.row{
	position:relative;
}

.clear{
	clear:both;
}
:focus {
    outline: 0px;
}
/* Forms ----------------------------------------------------------------------------- */
form,fieldset{
	margin-bottom:0;
}
textarea{
	min-height:200px;
}
label,legend{
	display:block;
	margin-bottom:5px;
	font-weight:700;
}

select, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 30px;
    padding: 5px 15px;
    margin: 0 0 19px;
    background-color: rgba(242, 242, 242, 1);
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 5px 10px 0 transparent;
    box-shadow: 0 5px 10px 0 transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus,
 input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus,
 input[type="text"]:active, input[type="password"]:active, input[type="date"]:active, input[type="datetime"]:active, input[type="email"]:active,
 input[type="number"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="time"]:active, input[type="url"]:active, textarea:active,
 input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="email"]:hover,
 input[type="number"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="time"]:hover, input[type="url"]:hover, textarea:hover {
	background: #fff;
    border-color: #ececec;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
}
input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-width: 0px;
    border-style: solid;
    border-radius: 43px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
}

input[type="submit"]:hover {
    opacity:0.7;
}
input[type="submit"], a.added_to_cart {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 43px;
    letter-spacing: .8px;
    color: #ffffff;
    cursor:pointer
}
.mouse {
  width: 25px;
  height: 42px;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  -webkit-animation: intro 1s;
  animation: intro 1s;
}
.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #888;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}
@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* Layerslider Fixes */

.wpb_layerslider_element.wpb_content_element{
	margin-bottom: 0px !important;
}


/* 404 */

#error-404{
text-align: center;
    margin: 60px 0px 130px 0px;
    color: #3a3a3a;
}
#error-404 h1 {
    font-size: 250px;
    line-height: 180px;
}
#error-404 h2 {
    text-transform: uppercase;
    font-size: 60px;
}

/* BODY & LAYOUT RELATED
   ============================= */
.main-content, header{
	position:relative;
}
.main-content{
	z-index: 9;
}
/* BODY TYPES
   ============================= */

body.boxed .main-content, body.boxed header{
	width: 1240px;
    margin: 0 auto;
    padding: 0px 30px;
}
body.boxed .container{
	width: auto;
}
.fullwidth .container{
	width:100%;
}

/* HEADER
   ============================= */
header{
	z-index: 10;
}
header.hfixed{
	animation: fadeInDown .3s ease-out forwards;
    position: fixed;
    top: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 0 25px rgba(0,0,0,0.04);
    width: 100%;
    height:60px;
}
.admin-bar.has-fixed-header header{
	top:32px;
}
.hlogo a, .hlogo, .menuArea, header, .no_header{
	top:0px;
}
header.hfixed .menucont, header.hfixed .menucont div > ul > li > a, header.hfixed  .hsocial a, header.hfixed .hsearch{
	line-height:60px;
}
.header-bottom{
	padding:0px 50px;
	position:relative;
}
.hlogo{
	position: absolute;
    left: auto;
    top: 0;
    z-index: 10;
}
.hlogo .hlogoinner{
	top: 50%;
    left: 0;
    position: relative;
    display:block;
}
.hlogo img{
	display: block;
    opacity: 1;
    visibility:visible;
    position: absolute;
    top: -50%;
    width: auto!important;
    max-width: none;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
}
.hlogo img.fixed_header_logo{
	opacity:0;
	position:absolute !important;
}
.hlogo a{
	display: block;
}
header:not(.logocentered) .hlogo img{
	height:100%;
}

.menucont, .hsearch, .hsocial{
	float:right;
	position:relative;
}
.menucont ul.navbar-nav > li.menu-item:last-child ul.sub-menu,  .menucont ul.navbar-nav > li.menu-item:nth-last-child(2) ul.sub-menu{
    left: initial;
    right: 0;
}
.menucont ul.navbar-nav > li.menu-item:last-child ul.sub-menu ul.sub-menu,  .menucont ul.navbar-nav > li.menu-item:nth-last-child(2) ul.sub-menu ul.sub-menu{
    left: initial;
    right: 100%;
}
.menucont ul{
	list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    color:white;
}
.menucont a {
	color:white;
	font-size:14px;
}
.menucont ul li{
    display: inline-block;
    padding: 0;
    margin: 0;
    position:relative;
}
.menucont ul.navbar-nav > li > a{
	position: relative;
    padding: 0 12px;
    letter-spacing: 1px;
        transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.menucont ul li > .sub-toggle{
	display:none;
}

/* Boxed */
header.boxed{
	width: 1300px !important;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
header.boxed .container{
	width: auto;
}
/* Centered */

.center-aligned-menu .menucont{
    margin: 0 auto;
    float: none;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 1;
    position: absolute;
}
.center-aligned-menu .hsearch, .center-aligned-menu .hsocial{
	z-index: 2;
}

/* Top logo */

header.top-logo-menu{
	height: auto;
}
.top-logo-menu .header-bottom{
	text-align:center;
}
.top-logo-menu .hlogo img{
	position:relative;
	margin: 0 auto;
}
.top-logo-menu .hlogo {
    position: relative;
}
.top-logo-menu .hlogo .hlogoinner{
	text-align:center;
}
.top-logo-menu .menucont{
	width: 100%;
    text-align: center;
}
.top-logo-menu .header-bottom .menucont, .top-logo-menu .header-bottom .hsearch, .top-logo-menu .header-bottom .hsocial{
	float:none;
	display: inline-block;
}
.top-logo-menu .header-bottom .hsearch, .top-logo-menu .header-bottom .hsocial a{
    line-height: normal;
}
.top-logo-menu .header-bottom .hsearch {
    padding: 0px 0px 0px 15px;
}
.top-logo-menu .header-bottom .hsocial {
    padding-right: 15px;
}
.top-logo-menu .header-bottom .hsocial:before{
	left:initial;
	right:0px;
}

/* Left aligned menu */

.left-aligned-menu .hlogo{
    float: left;
	margin-right: 40px;
	position: relative;
}
.left-aligned-menu .hlogo .hlogoinner{
	top:auto;
}
.left-aligned-menu .hlogo img{
    position: relative;
    top: 0px;
}
.left-aligned-menu .menucont{
	float:left;
}

/* Dropdown */

.menucont ul.sub-menu {
	display:none;
    position: absolute;
    top: 100%;
    left: 0px;
    height: auto;
    line-height: normal;
    min-width: 210px;
    box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
}
.menucont ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0px;
}
.menucont ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
    left: 0px;
    top: 100%;
}
.menucont ul.sub-menu li{
    height: auto;
    line-height: normal;
    width: 100%;
}
.menucont ul.sub-menu li a{
	padding: 15px;
    height: auto;
    line-height: normal;
    /* width: 100%; */
    display: block;
    border-bottom-width:1px;

    border-bottom-style:solid;
}

/* Centered logo - in between menus */

header.centered-menu .menucont{
	width: 100%;
    text-align: center;
}

header.centered-menu .hlogo{
	left:50%;
	z-index:10;
}

header.centered-menu .hlogo img{
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

header.logo-between-menu .hsocial, header.logo-between-menu .hsearch{
	display:none;
}
/* Social icons */

.hsocial{
	padding-left: 15px;
}
.hsocial:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    height: 36px;
    width: 1px;
    margin-top: -18px;
    background: rgba(255, 255, 255, 0.15);
}

.hsocial a, .hsearch a{
	display:inline-block;
	    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    color:white;
}
.hsocial a i, .hsearch a i{
	    font-size: 16px!important;
    color: inherit!important;
    background-color: transparent;
    text-align: center;
    line-height: 24px;
    height: 21px;
    width: 34px;
}
.hsocial svg {
    fill: currentColor;
    height: 1.4rem;
    width: 1.05rem;
    z-index: 10;
    position: relative;
    /* margin-top: 31px; */
    display: inline-block;
    position: relative;
    top: 5px;
}
/* Fixed header */
.has-fixed-header header{
	position: fixed;
    width: 100%;
    z-index: 20;
}
.has-fixed-header .page-title-wrap{
	top:0px;
}
header.header-alt .menucont, header.header-alt .menucont div > ul > li > a, header.header-alt .hsocial a, header.header-alt .hsearch{
	line-height: 60px;
}
header.header-alt .hlogo a, header.header-alt .hlogo, header.header-alt .menuArea, header.header-alt{
	height:60px;
}
.hlogo a, .hlogo, .menuArea, header{
	   transition: height 0.35s ease-in-out;
    -moz-transition: height 0.35s ease-in-out;
    -webkit-transition: height 0.35s ease-in-out;
    -o-transition: height 0.35s ease-in-out;
}
.menucont, .menucont div > ul > li > a, header .hsocial a, header .hsearch {
 transition: line-height 0.35s ease-in-out;
    -moz-transition: line-height 0.35s ease-in-out;
    -webkit-transition: line-height 0.35s ease-in-out;
    -o-transition: line-height 0.35s ease-in-out;
}
.header-alt .hlogo img.fixed_header_logo{
	opacity:1;
}
.header-alt .hlogo img{
	opacity:0;
}
/* HEADER SEARCH
   ============================= */
.hsearch {
    padding: 0px 15px;
    line-height:80px;
}
header #search_wrapper{
	position:absolute;
	left:0;
	width: 1300px;
    margin: 0 auto;
    right: 0px;
	top:100%;
	display:none;
	z-index:201;
	padding:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
header #search_wrapper input[type="text"]{
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    padding-left: 40px;
    background: none;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255,.08)!important;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 5px;
    color: white;
}
header #search_wrapper input[type="text"]:focus{
	background-color:
	transparent!important;
}
header #search_wrapper .fa-search,header #search_wrapper .fa-times{
	position:absolute;
	top:25px;
	font-size:22px;
	line-height:22px;
	display:block;
}
header #search_wrapper .fa-search{
	left: 22px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 20px;
}
header #search_wrapper .fa-times{
	right:18px;
	color:#fff;
	opacity:.8;
	filter:alpha(opacity=30);
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
header #search_wrapper .fa-close:hover{
	right:18px;
	opacity:1;
	filter:alpha(opacity=100);
}

/* Shopping cart */
.hcart{
	position:relative;
}
.hcart > a > span{
	position: relative;
    left: -5px;
}
.hcart:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    height: 36px;
    width: 1px;
    margin-top: -18px;
    background: rgba(255, 255, 255, 0.15);
}

/* BURGER MENU
   ============================= */
  header.burger-menu .hsocial, header.burger-menu .hsearch, header.burger-menu .hcart{
  	display:none;
  }
.fullscreen-menu{
	display:none;
}
body.admin-bar header.burger-menu .menuEffects{
	margin-top:32px;
}
header.burger-menu .fullscreen-menu{
	display: block;
}
header.burger-menu .header-bottom{
	background: transparent !important;
	background-color: transparent !important;
	z-index: 999;
}
header.burger-menu .menucont, header.burger-menu .hsearch{
	visibility:hidden;
	opacity:0;
	display:none;
}
header.burger-menu .hlogo a, header.burger-menu .hlogo{
	z-index:99;
}
.open {
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  top: 8px;
      transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.open:before {
	    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  content: "";
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 0px;
  position: relative;
  top: -8px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.open:after {
	    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  content: "";
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 0px;
  position: relative;
  top: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.menuOpen {
  width: 24px;
  height: 20px;
  display: block;
  padding: 15px;
  cursor: pointer;
  float: right;
  position: relative;
  top: 50%;
  margin-top: -25px;
}

.menuOpen:hover .open:before {
  top: -10px;
}

.menuOpen:hover .open:after {
  top: 6px;
}
#menuToggle, #mobilemenu{
	display: none;
}
.menu.menuEffects {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.menu.menuEffects label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}

.menu.menuEffects .menuContent {
  position: relative;
  top: 0;
  font-size: 54px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 0px;

  height: 100%;
  vertical-align: middle;
  display: table;
  width: 100%;
}
.menu.menuEffects .menuContent .menu-main-menu-container{
	display: table-cell;
	vertical-align: middle;
}
.menu.menuEffects ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.menu.menuEffects ul li a {
  display: block;
      text-align: center !important;
  text-decoration: none;
  transition: color 0.2s;
  text-transform: uppercase;
  padding: 10px 0;
}


.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}

#menuToggle:checked ~ .menuEffects,  #mobilemenu:checked ~ .menuEffects{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

#menuToggle:checked ~ .menuEffects ul, #mobilemenu:checked ~ .menuEffects ul {
  opacity: 1;
}

#menuToggle:checked ~ .menuOpen .open, #mobilemenu:checked ~ .menuOpen .open {
  background-color: transparent;
}

#menuToggle:checked ~ .menuOpen .open:before, #mobilemenu:checked ~ .menuOpen .open:before  {
  content: "";
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:checked ~ .menuOpen .open:after, #mobilemenu:checked ~ .menuOpen .open:after {
  content: "";
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:not(:checked) ~ .menuEffects ul, #mobilemenu:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}




/* MENU SIDE
   ============================= */
header.left-side-menu{
    position: fixed;
    width: 260px;
    top: 0;
    left: 0;

    height: 100%;
    z-index: 101;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
    outline: 0;
        overflow: hidden;
}
header.left-side-menu .container{
	width:auto;
}
header.left-side-menu .header-bottom{
    padding: 10px 33px 10px 30px;
    height: 100%;
    overflow-y: scroll;
    /* left: 0px; */
    /* right: -17px; */
    margin-right: -20px;
}
header.left-side-menu .menucont, header.left-side-menu .menucont div > ul > li > a, header.left-side-menu  .hsocial a, header.left-side-menu .hsearch{
	line-height:60px;
}
header.left-side-menu .menucont ul{
	 text-align: center;
}
header.left-side-menu .menucont ul li{
	float:none;
	width:100%;
	text-align: center;
}
header.left-side-menu .menucont ul li a{
	line-height:50px;
}
header.left-side-menu .hlogo img{
	position:relative;
	top:0px;
	width:100% !important;
	height:auto;
}
header.left-side-menu .hlogo .hlogoinner {
	top:0px;
}
header.left-side-menu .hlogo {
    position: relative;
    left: auto;
    top: 0;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
    height: auto;
}
header.left-side-menu .hlogo a{
	height:auto;
}

/* PAGE TITLE
   ============================= */


.page-title-wrap{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
    margin-bottom: 30px;
    text-align: center;
    position:relative;
    overflow:hidden;
    min-width:100%;
}
.page-title-wrap, .page-title-wrap .container{
	moz-transform: translate3d(0px, 0px, 0px);;
	transform: translate3d(0px, 0px, 0px); opacity: 1;
}
.page-title-wrap .container{
	z-index: 11;
}
.page-title-tint {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.page-title-bg{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 9;
}
.page-title-wrap h1{
	margin-top:100px;
	color: white;
	text-transform:uppercase;
	    font-weight: 600;
    letter-spacing: 1px;
}
.page-title-wrap h4 {
    margin-top: 30px;
    font-size: 16px;
    line-height: normal;
    color: white;
}
p#breadcrumbs {
    font-size: 14px;
    font-weight: bold;
}
/* FOOTER
   ============================= */

.main_footer, .footer{
	width:100%;
}
.main_footer{
	/padding: 72px 0 52px;
	background-position: center;
}
.footer_fourcolumns .footer_column{
    width: 25%;
    float: left;
}
.footer_fourcolumns .footer_column .fc_inner{
    padding:0px 7px 0px 7px;
}
.footer_fourcolumns .footer_column:first-child .fc_inner{
    padding:0px 15px 0px 0px;
}
.footer_fourcolumns .footer_column:last-child .fc_inner{
    padding:0px 0px 0px 15px;
}
.footer_threecolumns .footer_column{
    width: 33.33%;
    float: left;
}
.footer_threecolumns .footer_column .fc_inner{
    padding:0px 7px 0px 7px;
}
.footer_threecolumns .footer_column:first-child .fc_inner{
    padding:0px 15px 0px 0px;
}
.footer_threecolumns .footer_column:last-child .fc_inner{
    padding:0px 0px 0px 15px;
}
.footer_twocolumns .footer_column{
    width: 50%;
    float: left;
}
.footer_twocolumns .footer_column:last-child .fc_inner{
    padding:0px 0px 0px 10px;
}
.footer_onecolumns .footer_column{
    width: 100%;
    float: left;
}
.footer_bottom{
	padding: 15px;
}
.footer_bottom .fb_text{
	font-size:12px;
}
.footer_bottom .fb_text, .footer_bottom .fb_social{
	width: 50%;
    float: left;
        line-height: 35px;
}
footer .hsocial:before{
	display:none;
}
.footer_bottom .fb_social a{
	line-height:inherit;
	font-size:inherit;
}

/* VISUAL COMPOSER BLOCKS
   ============================= */
/* Ultimate VC fixes */

.square_box-icon .aio-icon-square_box .aio-icon, .square_box-icon .aio-icon-square_box .aio-icon-img{
	    position: inherit !important;
}
.square_box-icon {
    padding: 25px 25px 15px 25px;
    box-shadow: none;
    position: relative;
    top: 0px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
}
.square_box-icon:hover {
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1), 0 3px 12px rgba(0, 0, 0, 0.1);
    top: -2px;
    background: #fdfdfd!important;
}

body .ifb-flip-box-section{
	padding:25px;
}
.ult-timeline-title {
    position: absolute;
    top: -8px;
    right: 30px;
    font-size: 20px !important;
        background: #fcfcfc;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.13);
}
.timeline-post-right .ult-timeline-title{
	right:initial;
	left:30px;
}
.timeline-post-left .ult-timeline-arrow s {
    border-color: rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.08) !important;
}
.wpb_column .wpb_wrapper .smile-icon-timeline-wrap .timeline-wrapper .timeline-block {
    margin-bottom: 20px;
    border-color: rgba(0, 0, 0, 0.08) !important;
}
.timeline-block .timeline-header-block {
    width: 100%;
    padding-left: 0px !important;
}
.timeline-block .timeline-header-block .timeline-header img{
	width:100%;
}

.ult-carousel-wrapper ul.slick-dots {
    margin: 0;
    padding: 30px 0 10px 0px;
}
.ultb3-info a.ultb3-btn{
	padding: 11px 26px;
	margin-top: 20px;
}
.ult-new-ib .ult-new-ib-desc{
	padding-left:25px !important;
}
body .ult-vc-seperator{
	z-index:50;
}
/* VC Fixes */

body .vc_progress_bar .vc_single_bar {
	-webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    height: 10px;
    margin-bottom: 60px;
}
body .vc_progress_bar .vc_single_bar .vc_label {
    display: block;
    padding: 0px;
    position: relative;
    z-index: 1;
    top: -27px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
}
body .vc_progress_bar .vc_single_bar .vc_label span.vc_label_units {
    position: absolute;
    right: 0px;
}

body .vc_progress_bar .vc_single_bar .vc_bar{
	    border-radius: 3px 0px 0px 3px;
}

#search_wrapper{
opacity: 0;
}


.progress-bar10{
width: 10%;
}
.progress-bar20{
width: 20%;
}
.progress-bar30{
width: 40%;
}
.progress-bar50{
width: 50%;
}
.progress-bar60{
width: 60%;
}
.progress-bar70{
width: 70%;
}
.progress-bar80{
width: 80%;
}
.progress-bar90{
width: 90%;
}
.progress-bar100{
width: 100%;
}

.vcoverflow-visible.vc-row-translate > .vc-row-translate-wrapper{
	overflow:visible;
}
/* Post Slider */

.post-slider{
	margin:50px 0px;
}
.col-8 .spcard{
	min-width:100%;
}
.spcard {
  padding: 0 1rem;
  min-width: 430px;
  position:relative;
  	float: left;
}
.spcard *{
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.spcard:after {
    content: '';
    height: 0px;
    width: 0px;
    clear: both;
    display: block;
}
.spcard .spmenu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.spcard .spmenu-content::before, .spcard .spmenu-content::after {
  content: '';
  display: table;
}
.spcard .spmenu-content::after {
  clear: both;
}
.spcard .spmenu-content li {
  display: inline-block;
}
.spcard .spmenu-content a {
  color: #fff;
}
.spcard .spmenu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Open Sans';
  line-height:20px;
  transform: translate(-50%, 0);
}
.spcard .spwrapper {
  background-color: #fff;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1), 0 3px 12px rgba(0, 0, 0, 0.1);
}
.spcard.blogs-style1 .spwrapper{
	background-color: transparent;
}
.spcard.blogs-style2.blogs-style1 .spwrapper{
	background-color: #fff;
}
.spcard:hover .spdata {
  transform: translateY(0);
}
.spcard .spdata {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(105px + 1em));
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.spcard .spdata .spcontent {
  padding: 3em;
  position: relative;
  z-index: 1;
}
.spcard .spauthor {
  font-size: 12px;
}
.spcard .meta {
  font-size: 12px;
}

.spcard .sptitle {
  margin-top: 10px;
  word-wrap: break-word;
    font-size: 2.15em;
    margin-bottom: 15px;
}
.spcard .sptext {
  height: 80px;
  margin: 0;
  color:#666;
  font-size:14px;
  line-height:21px;
}
.spcard input[type='checkbox'] {
  display: none;
}
.spcard input[type='checkbox']:checked + .spmenu-content {
  transform: translateY(-60px);
}

/* Style 1 card */

.example-1.spcard{
	margin-bottom:40px;
}
.example-1.spcard .spmeta {
    padding-bottom: 9px;
    margin-bottom: 13px;
    display: block;
}
.example-1.spcard .spmeta a, .example-1.spcard .spmeta a i, .example-1 .spdate, .example-1 .spdate i{
	color:#666;
		transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    font-size:12px;
        display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.example-1.spcard .spmeta a i, .example-1 .spdate i {
    margin-right: 2px;
    color:#bbb;
}
.example-1.spcard .spmeta a{
	margin-right:10px;
}
.example-1.spcard .spmeta a img {
    height: 20px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.example-1.spcard .sptitle{
	margin-bottom:20px;
}
.example-1 .spdate span {
  display: block;
  text-align: center;
}
.example-1 .spdate .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-1 .spdate .month {
  text-transform: uppercase;
}
.example-1 .spdate .month,
.example-1 .spdate .year {
  font-size: 12px;
}
.example-1 .spcontent {
	width:100.5%;
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-1 .sptitle a {
  color: #333;
}
.example-1 .spmenu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-1 .spmenu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-1 .spmenu-button span::after, .example-1 .spmenu-button span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-1 .spmenu-button span::before {
  left: -10px;
}
.example-1 .spmenu-button span::after {
  right: -10px;
}
.example-1 .spmenu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.example-1 .spmenu-content li {
  width: 50%;
  float: left;
  height: 60px;
  position: relative;
}
.example-1 .spmenu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-1 .spmenu-content span {
  top: -10px;
}
.example-1 .spmenu-content a.heart-love span{
  top: -14px;
}
.example-1 .spmenu-content a.heart-love i{
      position: relative;
    bottom: -3px;
}
/* Style 1 card */

.blogs-style1.spcard{
	margin-bottom:40px;

}

.blogs-style1.spcard .spbgimg{
	position:absolute;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	z-index: 9;
}
.blogs-style1.spcard .spbgimg:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
}
.blogs-style2.blogs-style1.spcard .spbgimg:before{
	display:none;
}
.blogs-style1.spcard .spbgimg img{
	display:none;
}
.blogs-style1.spcard .spauthor, .blogs-style1.spcard .spdate {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.7);
}
.blogs-style1.spcard .spdate i {
    color: rgba(255, 255, 255, 01);
    margin-right: 5px;
}

.blogs-style1 .spcard .spwrapper{
	position:relative;
	z-index: 10;
}
.blogs-style1 .spwrapper:hover .spmenu-content span {
  transform: translate(-50%, -16px);
  opacity: 1;
}
.blogs-style1 .spwrapper:hover .spmenu-content a.heart-love span{
	transform: translate(-50%, -16px);
}
.blogs-style1 .spheader {
  color: #fff;
  padding: 25px 20px;
  z-index: 10;
  position: relative;
}
.blogs-style1 .spheader::before, .blogs-style1 .spheader::after {
  content: '';
  display: table;
}
.blogs-style1 .spheader::after {
  clear: both;
}
.blogs-style1 .spheader .category {

  font-size: 12px;
}
.blogs-style1.spcard .spcategory {

    padding: 4px 10px;
    float: left;
    display: inline-block;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
    text-transform: uppercase!important;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    margin-top: -8px;
}
.blogs-style1.spcard .spcategory:hover{
	color: #fff;
    border: 2px solid rgba(255,255,255,0.4);
}

.blogs-style1 .spmenu-content {
  float: right;
}
.blogs-style1 .spmenu-content li {
  margin: 0 5px;
  position: relative;
}
.blogs-style1 .spmenu-content span {
  transition: all 0.3s;
  opacity: 0;
}
.blogs-style1.spcard .sptext{
	color:white;
}
.blogs-style1.spcard .spauthor a{
	color: rgba(255, 255, 255, 0.7);
	text-transform:capitalize;
	    display: block;
    font-size: 12px;
}
.blogs-style1.spcard a img{
	height: 20px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.blogs-style1.spcard .spauthor a img{
	width:auto;
}
.blogs-style1 .spdata {
	z-index: 10;
  color: #fff;
  transform: translateY(calc(16px + 4em));
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgb(39, 42, 51) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgb(39, 42, 51) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgb(39, 42, 51) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#03091F',GradientType=0 ); /* IE6-9 */
}

.blogs-style1 .sptitle a {
  color: #fff;
}
.blogs-style1 .spbutton {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.blogs-style1 .spbutton::after {
  content: '\2192';
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.blogs-style1 .spbutton:hover::after {
  transform: translate(5px, -50%);
  opacity: 1;
}


.blogs-style1 .sptitle a:hover, .blogs-style1 .spbutton:hover, .blogs-style1.spcard .spmenu-content a:hover, .blogs-style1.spcard .spauthor a:hover, .example-1.spcard .spmeta a:first-child:hover, .example-1 .sptitle a:hover, .example-1.spcard .spmeta a:hover i{
	opacity:0.7;
}

/* Style 2 card */

.blogs-style1.blogs-style2 .spdata{
	background: white;
}
.blogs-style1.spcard.blogs-style2 .sptext, .blogs-style1.spcard.blogs-style2 .spdate i {
    color: #666;
}
.blogs-style1.spcard.blogs-style2 .sptitle a {
    color: #333;
}
.blogs-style1.spcard.blogs-style2 .spbutton{
	display:none;
}
.blogs-style1.spcard.blogs-style2 .spauthor a, .blogs-style1.spcard.blogs-style2 .spauthor, .blogs-style1.spcard.blogs-style2 .spdate{
	color:rgba(102, 102, 102, 0.61);
}
.blogs-style1.spcard.blogs-style2 .spdata{
	transform: translateY(0);
}
.blogs-style1.spcard.blogs-style2 .spbgimg{
	height: 60%;
}


/* Featured */
.blogs-style1.spcard.blogs-style2.blogs-featured .spbgimg:before, .blogs-style1.spcard.blogs-style2.blogs-featured .gallery_feed_wrap:before {
    width: 100%;
    height: 30%;
    background: red;
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    background: -moz-linear-gradient(top, rgba(9, 17, 25, 0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(9, 17, 25, 0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(9, 17, 25, 0.8) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	z-index: 10;
}
.blogs-style1.spcard.blogs-style2.blogs-featured .spbgimg {
    height: 100%;
    width: 50%;
}

.blogs-style1.spcard.blogs-style2.blogs-featured .spheader {
    position: absolute;
    width: 50%;
}
.blogs-style1.spcard.blogs-style2.blogs-featured .spdata {
    width: 50%;
    position: relative;
    float: right;
        min-height: 350px;
}

.blogs-style1.spcard.blogs-style2.blogs-featured  .sptext{
	height:auto;
}
.blogs-style1.spcard.blogs-style2.blogs-featured .spbutton {
    display: block;
    margin-left: 0px;
    text-align: left;
}
.blogs-style1.spcard.blogs-style2.blogs-featured  .spwrapper{
	min-height: 350px;
}

/* Vertical and horizontal fixes */


.horizontal_image.blogs-style1.spcard .spbgimg {
    width: 100% !important;
    position: relative;
}
.horizontal_image.blogs-style1.spcard .spbgimg img {
    display: block;
    width: 100%;
}
.horizontal_image.blogs-style1.spcard.blogs-style2.blogs-featured .spdata {
    width: 100%;
}
.horizontal_image.blogs-style1.spcard.blogs-style2.blogs-featured .spheader {
    position: absolute;
    width: 100%;
    top: 0px;
}

/* No image */
.no_image .spbgimg.blog-roll-i{
    display: none;
}
.no_image.blogs-style1.spcard.blogs-style2.blogs-featured .spdata{
	width:100%;
}
.no_image.blogs-style1.spcard.blogs-style2.blogs-featured .spheader {
    z-index: 100;
    right: 20px;
    top: 21px;
}
.no_image.blogs-style1.spcard .spcategory {
    padding: 4px 10px;
    float: right;
    margin-left: 15px;
    margin-top: -4px !important;
}
.no_image.spcard .spmenu-content a {
    color: #333;
}
.no_image.blogs-style1.spcard .spcategory:hover {
    color: #333;
    border-color: #333;
}
.no_image.blogs-style1.spcard.blogs-style2.blogs-featured .spdata, .no_image.blogs-style1.spcard.blogs-style2.blogs-featured .spwrapper{
	min-height:auto !important;
}
/* Post types additions */

.spvideo-post .spvideolink{
	display:block;
}
.spvideolink {
    position: absolute;
    display:none;
    top: 30%;
    left: 50%;
    z-index: 10;
    background: rgba(0,0,0,0.4);
    padding: 25px 28px;
    font-size: 20px;
    border-radius: 50px;
    margin-left: -35px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
}
a.spvideolink:hover {
    padding: 30px 33px;
    margin-left: -40px;
    margin-top: -5px;
    opacity: 0.8;
}
.blogs-style1.blogs-style2 .spvideolink{
	top: 21%;
}
.blogs-style1:hover .spvideolink{
	top: 21%;
}
.blogs-style1.blogs-style2.blogs-featured .spvideolink{
	top: 41%;
	left: 25%;
}
.blogs-style1:hover.blogs-featured .spvideolink{
	top: 41%;
}

.spaudio-post .spaudiolink{
	display:block;
}
.spaudiolink {
    position: absolute;
    display:none;
    top: 30%;
    left: 50%;
    z-index: 10;
    background: rgba(0,0,0,0.4);
    padding: 25px 28px;
    font-size: 20px;
    border-radius: 50px;
    margin-left: -35px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
}
a.spaudiolink:hover {
    padding: 30px 33px;
    margin-left: -40px;
    margin-top: -5px;
    opacity: 0.8;
}
.blogs-style1.blogs-style2 .spaudiolink{
	top: 21%;
}
.blogs-style1:hover .spaudiolink{
	top: 21%;
}
.blogs-style1.blogs-style2.blogs-featured .spaudiolink{
	top: 41%;
	left: 25%;
}
.blogs-style1:hover.blogs-featured .spaudiolink{
	top: 41%;
}

.blogs-style1.spcard.blogs-style2.spquote-post .sptitle a {
    font-size: 20px;
    font-weight: 600;
}
.blogs-style1.spcard.blogs-style2.spquote-post .spdata {
    height: 100%;
    z-index: 9;
    position:relative;
}

.blogs-style1.spcard.blogs-style2.spquote-post .spwrapper{
    position:relative;
    min-height: auto;
}

.blogs-style1.spcard.blogs-style2.spquote-post .spbgimg{
	display:none;
}
.blogs-style1.blogs-style2.spquote-post .spdata{
	background: transparent;
}
.blogs-style1.spcard.blogs-style2.spquote-post .spcategory{
	color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.7) !important;
}

.blogs-style1.spcard.blogs-style2.spquote-post i.fas.fa-quote-left {
    float: right;
    margin: 0px 30px 30px 20px;
    font-size: 30px;
    display:block;
    color:white;
}
.blogs-style1.spcard.blogs-style2.spquote-post .sptext, .spcard i.fas.fa-quote-left{
	display:none;
}
.blogs-style1.spcard.blogs-style2.spquote-post .sptitle a{
	color:white;
}
.blogs-style1.spcard.blogs-style2.spquote-post .spauthor a, .blogs-style1.spcard.blogs-style2.spquote-post .spauthor, .blogs-style1.spcard.blogs-style2.spquote-post .spdate{
	color: rgba(255, 255, 255, 0.85);
}
.blogs-style1.spcard.blogs-style2.spquote-post .spdate i {
    color: #fff;
}
.blogs-style1.spcard.blogs-style2.blogs-featured.spquote-post .spheader {
    position: relative;
    width: 100%;
}
.blogs-style1.spcard.blogs-style2.blogs-featured.spquote-post .spdata {
    width: 100%;
    position: relative;
    padding: 0px 20%;
 }
.blogs-style1.spcard.blogs-style2.blogs-featured.spquote-post i.fas.fa-quote-left{
 	position:absolute;
 	right:0px;
 	bottom:0px;
 }


/* Post gallery */
.gallery_feed_wrap.flickity-enabled{
	    padding: 0 1rem;
	    overflow:hidden;
	position: absolute;
    background-size: cover;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-position: center;
}
.gallery_feed_wrap.flickity-enabled .carousel-cell {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center !important;
}
.gallery_feed_wrap.flickity-enabled .carousel-cell img{
	opacity: 0;
	height:100%;
	width:100%;
}
.gallery_feed_wrap.flickity-enabled .flickity-prev-next-button.next {
    right: 50px;
}
.gallery_feed_wrap.flickity-enabled .flickity-prev-next-button {
    position: absolute;
    top: 30%;
    z-index: 11;
}
.gallery_feed_wrap.flickity-enabled .flickity-prev-next-button.previous {
    left: 50px;
}
.gallery_feed_wrap.flickity-enabled.is-draggable .flickity-viewport:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: block;
}
.blogs-style2.blogs-style1 .gallery_feed_wrap.flickity-enabled{
	height: 55%
}
.blogs-style2.blogs-style1 .gallery_feed_wrap.flickity-enabled .flickity-prev-next-button{
	top:50%;
}
.blogs-featured.blogs-gallery.blogs-style2.blogs-style1 .gallery_feed_wrap.flickity-enabled{
	height:100%;
}
.blogs-featured.blogs-gallery .gallery_feed_wrap.flickity-enabled{
	left: 15px;
    right: initial;
	padding: 0px;
    width: 50%
}
.blogs-featured.blogs-gallery .gallery_feed_wrap.flickity-enabled .flickity-prev-next-button{
	top: 50%;
}
.blogs-style1.spcard.blogs-style2.blogs-featured.blogs-gallery  .spwrapper {
    min-height: auto;
}
.blogs-style2.blogs-style1 .gallery_feed_wrap.flickity-enabled.is-draggable .flickity-viewport:before{
	display:none;
}
/* Post isotope */

ul[id^="gallery_content_center_"] .spcard{
	padding:0px 1rem;
}


/* BLOG FEED
   ============================= */

 .blog{
 	padding-bottom:70px;
 }
 .blog.blog-rightsidebar{
 	padding-top:50px;
 }
 body.blog{
 	padding-bottom:0px;
 }
 .bmasonry-nopad .blogs-style1.spcard, .bmasonry-nopad .spcard{
  	padding:0px !important;
  	margin:0px !important;
  }
 .blog-rightsidebar .col-4{
 	padding-left:50px;
 	padding-right:0px;
 }
  .blog-leftsidebar .col-4{
 	padding-left:0px;
 	padding-right:50px;
 }
  .blog-nosidebar .container, .blog-standardfull .container{
 	width:1000px;
 }


/* PORTFOLIO
   ============================= */

.portfolio-page a#back-to-top,  .single-post a#back-to-top{
    right: initial;
    left: 40px;
}
/* Next - Prev items (bottom of the page) */

.back-to-list{
	    width: 5%;
    text-align: center;
}

.portfolio-navigation {
background-color: rgb(251, 251, 251);
  margin-bottom: 0;
    margin-top: 0px;
}
.portfolio-navigation a.back-to-list, .portfolio-navigation h4, .portfolio-navigation .port-next i, .portfolio-navigation .port-previous i{
	    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.portfolio-navigation .port-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
 padding: 40px 0;
 z-index: 1;
}
.disabled-portfolio-navigation.portfolio-navigation .port-links {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.portfolio-navigation .port-links .back-to-list .fas {
  font-size: 28px;
}
.meta-nav {
  margin-bottom: 0px;
  text-transform: uppercase;
    color: #969696;
    font-size: 13px;
     font-weight: 300;
    line-height: 25px;
}
.portfolio-nav-imgs .meta-nav {
	color: #dddddd;
}
.portfolio-navigation .port-previous,
.portfolio-navigation .port-next,
.portfolio-navigation .back-to-list {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  text-decoration: none;
}

.port-previous {
  width: 45%;
  padding-left: 35px;
  margin-right: 30px;
}
.port-previous i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 42px;
}
.portfolio-navigation .port-previous:hover i{
	left:-10px;
}
.port-previous .post-title {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  max-width: 100%;
}
.rtl .port-previous .post-title {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
}
.rtl .port-previous {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.portfolio-navigation .port-next {
  padding-right: 35px;
  margin-left: 30px;
  width: 45%;
  text-align: right;
}
.portfolio-navigation .port-next i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 42px;
}
.portfolio-navigation .port-next:hover i {
	right:-10px;
}
.portfolio-navigation .port-next .post-title {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
  max-width: 100%;
}
.rtl .portfolio-navigation .port-next .post-title {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
}
.rtl .port-next {
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

/* Images style */
.portfolio-navigation.portfolio-nav-imgs .port-links {
    padding: 0px 0;
}
.portfolio-navigation.portfolio-nav-imgs{
	position:relative;
	background-color: rgb(23, 30, 47);
}
.portfolio-navigation.portfolio-nav-imgs .port-next, .portfolio-navigation.portfolio-nav-imgs .port-previous{
	color:white;
	opacity:0.8;
	padding-top: 100px;
	padding-bottom: 100px;
	   transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.portfolio-navigation.portfolio-nav-imgs .port-next:hover, .portfolio-navigation.portfolio-nav-imgs .port-previous:hover{
	color:white;
	opacity:1;

}
.portfolio-navigation.portfolio-nav-imgs .port-links a h4, .portfolio-navigation.portfolio-nav-imgs .port-links .back-to-list,
.portfolio-navigation.portfolio-nav-imgs .port-next h4, .portfolio-navigation.portfolio-nav-imgs .port-previous h4{
	color:white;
}

.portfolio-nav-imgs:before, .portfolio-nav-imgs:after{
	content:'';
	display:block;
	width:50%;
	height:100%;
	position:absolute;
	top:0px;
	z-index: 0;
	opacity:0.8;
	transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.portfolio-navigation:hover::before, .portfolio-navigation:hover::after {
    opacity: 0.5;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.portfolio-nav-imgs:before{
	left:0px;
	background-size: cover !important;
    background-position: center !important;
}
.portfolio-nav-imgs:after{
	right:0px;
	background-size: cover !important;
    background-position: center !important;
}


/* Share icon */
.share, .share:before, .share:after, .fabs {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.share {
  position: fixed;
  bottom:50px;
  right:50px;
  z-index: 10;
}
.share:before, .share:after {
  content: '';
  will-change: transform;
}
.share:before {
  background: url(../img/Plus-Light-Blue.png) center/28px no-repeat;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.share:after {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: -1;
  -webkit-transition: 0.39s;
  transition: 0.39s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.share.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fabs {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: 0.3s down forwards;
          animation: 0.3s down forwards;
  opacity: 0;
  will-change: animation;
}
.fabs:nth-child(1) {
  background: #1DA1F2 url(../img/Twitter.png) center/28px no-repeat;
  top: -132px;
}
.fabs:nth-child(2) {
  background: #46629E url(../img/Facebook.png) center/28px no-repeat;
  top: -66px;
}
.fabs:nth-child(3) {
  background: #DB4437 url(../img/Google.png) center/28px no-repeat;
}
.fabs.active {
  -webkit-animation: 0.48s up forwards;
          animation: 0.48s up forwards;
}
.fabs.active:nth-child(1) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}
.fabs.active:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.fabs.no {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes up {
  50% {
    -webkit-transform: translateY(-170%);
            transform: translateY(-170%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
  }
}

@keyframes up {
  50% {
    -webkit-transform: translateY(-170%);
            transform: translateY(-170%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
  }
}
@-webkit-keyframes down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
  }
}
@keyframes down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
  }
}


/* BLOG
   ============================= */


/* Feed */
.pagination.default_wp_p{
	position: relative;
    bottom: 0px;
    left: 0px;
}
.pagination.default_wp_p .wp_pag{
    margin-left: 0px;
    padding-left:0px;
    margin-top: 30px;
}
.pagination.default_wp_p .wp_pag > li, .pagination.default_wp_p .wp_pag > a{
	 margin: 0px 10px 0px 0px;
    background: rgba(0, 0, 0, 0);
    padding: 7px 15px;
    font-size: 14px;
    border: 3px solid rgba(255, 62, 88, 0.22);
    display:inline-block;
}
.blog_item_wrapper .pagination{
	position:relative;
	bottom:0px;
}
.pagination{
	position:absolute;
	bottom:-60px;
	left:0px;
	width: 100%;
}
.pagination ul {
    list-style: none;
    padding: 0px;
    margin: 10px 15px 20px 15px;
    width: 100%;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a {
    margin: 0px 10px 0px 0px;
    background: rgba(0, 0, 0, 0);
    padding: 7px 15px;
    font-size: 14px;
    border: 3px solid rgba(255, 62, 88, 0.22);
    display: block;
}
.pagination ul li a:hover {
    border-style: solid;
    border-width:3px;
}
/* Single page */


.pmeta-category{
	text-align:center;
	margin-top:100px;
}
.pmeta-category a{
    padding: 4px 10px;
    margin: 5px 6px 15px 5px;
    display: inline-block;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
    text-transform: uppercase!important;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
}
.blog-ptw.page-title-wrap h1{
	margin-top:30px;
}
.blog-post .blog-content{
	    margin-top: 15px;
}
.blog-content{
	line-height:26px;
}
.blog-content table{
	width:100%;
}
.blog-content ul, .blog-content ol {
    padding: 0px 30px;
}
.blog-content img{
	max-width:100%;
}
.blog-content *{
	max-width:100%;
}
.blog-content iframe {
    margin-bottom: 20px;
}
.blog-content h2, .blog-content h1, .main-content h2, .main-content h1{
    margin: 20px 0px;
}
.blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6,
.main-content h3, .main-content h4, .main-content h5, .main-content h6 {
    margin: 15px 0px;
}
.page .main-content p {
    line-height: 26px;
    letter-spacing: 0.2px;
}
blockquote {
    display: block;
    margin: 25px 0px 25px 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    /* color: #AEAEAE; */
    opacity: 0.5;
    padding: 10px 0px 10px 25px;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
}
.post-meta{
	margin-top:40px;
}
.post-meta i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.post-meta span, .post-meta a{
	color:rgba(255, 255, 255, 0.8);
}
.post-meta a:hover {
    color: white;
}
.post-meta span{
	    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 14px;
    font-size: 14px;
    padding-left: 10px;
}
.post-meta span.pmeta-comments{
	border-right: 0px solid rgba(255, 255, 255, 0.5);
}
.post-meta span.pmeta-tags{
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	border-right: 0px solid rgba(255, 255, 255, 0.5);
}
.gallery-item{
	text-align:center;
	margin: 0 auto;
}
.gallery-item dt::after {
    content: "";
    display:none;
 }
.gallery-item dt{
 	text-align: center;
    margin: 0 auto;
 }

/* Author */


.author-wrapper{
	padding: 50px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 50px;
}
.author-wrapper .authorimg, .author-wrapper .avatar{
	width: 100px;
    border-radius: 60px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.author-wrapper #author-info{
    display: block;
    vertical-align: middle;
    margin-left: 140px;
}
#author-info h3{
	color:#333;
	margin-bottom: 10px;
}
.author-wrapper .author-link{
    display: inline-block;
    padding: 7px 15px;
    font-size: 12px;
    color: white;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 0px;
}
.author-wrapper .author-link:hover{
	opacity:0.7;
}

/* Comments */

.comment-form {
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 50px;
}
.comment-list {
    margin: 0;
    list-style:none;
}

.comment-list > li.comment {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.comment-list > li.comment:last-child {
    margin-bottom: 0;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment-list > li.comment .comment {
	margin-top: 60px;
    list-style: none;
}

.comment-list .comment ul {
    margin-left: 70px;
}
ul.children {
    margin-left: 0px!important;
    padding-left: 40px;
    background-image: url(../../../../../../../../themenectar.com/demo/salient-blog/wp-content/themes/salient/img/icons/comment-children-line.jpg);
    border-left: 1px solid #ddd;
    background-position: left 33px!important;
    margin-left: 26px!important;
    padding-left: 40px!important;
    background-repeat: no-repeat;
}
.comment-avatar{
	float:left;
	display:block;
}
.comment-list .comment .avatar {
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 50%;
    margin-right:20px;
}
.comment-list .comment .comment-author, .comment-list .comment .comment-meta, .comment-list .comment .comment-author {
	display:block;
}
.comment-metadata {
    padding-left: 90px;
}
.comment-body{
	position:relative;
}
.comment-metadata span a, .comment-metadata span{
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}
.comment-metadata span a{
	margin-right:0px;
}
.comment-metadata time {
	color: #333;
    font-size: 12px;
    opacity: 0.6;
}
.comment-content{
    padding-left: 90px;
    padding-right: 90px;
	margin-top:10px;
	font-size:12px;
	margin-bottom:30px;
}
.comment-content p {
    margin-top: 10px;
    font-size:14px;
}
.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
    margin: 20px 0px;
}
.comment-list .comment .comment-content ul, .comment-list .comment .comment-content ol, .comment-list .comment .comment-content ul ul, .comment-list .comment .comment-content ol ol {
    margin-left: 20px;
    padding-left: 0px;
    margin: 10px 20px;
}
.comment-list .comment .comment-content ul li, .comment-list .comment .comment-content ol li {
    margin: 10px 0px;
}
.reply{
	position:absolute;
	top:0px;
	right:0px;
}
.comment-content table {
    width: 100%;
}
.comment-contenttable th {
    background: rgba(0, 0, 0, 0.04);
}
.reply a:hover {
    -webkit-box-shadow: 0 2px 8px 2px rgba(226, 226, 226, 0.42);
    box-shadow: 0 2px 8px 2px rgba(226, 226, 226, 0.42);
    -webkit-transform: perspective(0) translateY(0);
    -moz-transform: perspective(0) translateY(0);
    -o-transform: perspective(0) translateY(0);
    transform: perspective(0) translateY(-2px);
    background: white;
    color: #333;
}

.reply a {
    position: relative;
    display: block;
    font-size: 12px !important;
    margin-top: 0;
    margin-bottom: 9px;
    color: #666;
    margin-right: 7px;
    background: #f9f9f9;
    border-radius: 4px;
    line-height: 30px;
    padding: 2px 15px;
    -webkit-box-shadow: 0 8px 20px 3px transparent;
    box-shadow: 0 0px 0px 0px transparent;
    -webkit-transform: perspective(0) translateY(0);
    -moz-transform: perspective(0) translateY(0);
    -o-transform: perspective(0) translateY(0);
    transform: perspective(0) translateY(0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.reply a:before {
    content: "\f3e5";
    display: none;
    font: normal normal normal 14px/1 "Font Awesome 5 Solid";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    font-size: 11px;
}
#respond {
    padding-top: 0px;
    margin-bottom:10px;
}

#respond .cancel-comment-reply {
    text-align: center;
}

#respond .cancel-comment-reply #cancel-comment-reply-link {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
}

#respond form > *:first-child {
    margin-bottom: 40px;
}

#respond form label {
	padding: 0 10px;
    margin-bottom: 10px;
    color: #777;
}

#respond form input:not([type="submit"]){
    margin-bottom: 20px;
}
#respond form textarea{
	margin-bottom: 10px;
	height:auto;8
}
#respond form p {
    margin-bottom: 0;
}

#respond form > * {
    float: left;
    width: 100%;
    padding: 0 10px;
}

#respond form > *.comment-form-author,
#respond form > *.comment-form-email,
#respond form > *.comment-form-url {
    width: 33.3333%;
}

#respond form > *.comment-notes,
#respond form > *.form-submit,
#respond form > *.logged-in-as {
    text-align: center;
}

#respond form > *.form-submit {
    margin-top: 20px;
    margin-bottom: 20px;
}

#respond form a {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
}

#respond .comment-reply-title{
	text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}
form#commentform:after {
    content: '';
    clear: both;
    display: block;
}



/* Quote */

.quote_wrapper {
    padding: 10%;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
}
.quote_wrapper h4 {
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.quote_wrapper strong {
    font-size: 16px;
    color: white;
}
.quote_wrapper strong:before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 30px;
    background: white;
    vertical-align: middle;
    margin-right: 7px;
}
.quote_wrapper i.fas.fa-quote-left {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 24px;
    color: white;
}
/* WIDGETS
   ============================= */

.widget {
    margin-bottom: 50px;
    line-height:26px;
}

.widget > h4 {
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.tagcloud a:hover {
    -webkit-box-shadow: 0 2px 8px 2px rgba(226, 226, 226, 0.42);
    box-shadow: 0 2px 8px 2px rgba(226, 226, 226, 0.42);
    -webkit-transform: perspective(0) translateY(0);
    -moz-transform: perspective(0) translateY(0);
    -o-transform: perspective(0) translateY(0);
    transform: perspective(0) translateY(-2px);
    background: white;
    color: #333;
}

.tagcloud a {
    position: relative;
    display: inline-block;
    font-size: 12px !important;
    margin-top: 0;
    margin-bottom: 9px;
    color: #666;
    margin-right: 7px;
    background: #f1f1f1;
    border-radius: 4px;
    line-height: 30px;
    padding: 2px 15px;
    -webkit-box-shadow: 0 8px 20px 3px transparent;
    box-shadow: 0 0px 0px 0px transparent;
    -webkit-transform: perspective(0) translateY(0);
    -moz-transform: perspective(0) translateY(0);
    -o-transform: perspective(0) translateY(0);
    transform: perspective(0) translateY(0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.widget ul li {
    margin: 10px 0px;
    list-style: none;
    font-weight: 500;
}
.widget img{
	max-width:100%;
}


.widget.widget_archive .screen-reader-text, .widget.widget_categories .screen-reader-text, .widget.widget_search .screen-reader-text{
	display:none;
}
.widget_search input#s {
    margin-bottom: 5px;
    border-radius: 4px 4px 0px 0px;
}
.widget_search input#searchsubmit {
    width: 100%;
    border-radius: 0px;
}
.widget.widget_calendar #wp-calendar{
	    width: 100%;
    position: relative;
}
.widget.widget_calendar #wp-calendar caption {
    text-align: center;
    height: 36px;
    line-height: 36px;
}

.widget.widget_calendar #wp-calendar thead th,
.widget.widget_calendar #wp-calendar tbody td {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}

.widget.widget_calendar #wp-calendar thead {
    background: transparent;
}

.widget.widget_calendar #wp-calendar thead th {
    color: #c3c3c3;
}

.widget.widget_calendar #wp-calendar tbody tr {
    background: transparent;
}

.widget.widget_calendar #wp-calendar tbody tr td {
    position: relative;
}

.widget.widget_calendar #wp-calendar tbody tr td a {
    display: block;
    position: relative;
    z-index: 2;
}

.widget.widget_calendar #wp-calendar tbody tr td a:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #e7e7e7;
    border-radius: 50%;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
    z-index: -1;
}

.widget.widget_calendar #wp-calendar tbody tr td a:hover {
    color: #fff;
}

.widget.widget_calendar #wp-calendar tfoot {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.widget.widget_calendar #wp-calendar tfoot #prev,
.widget.widget_calendar #wp-calendar tfoot #next {
    position: absolute;
    width: 36px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
}

.widget.widget_calendar #wp-calendar tfoot #prev a,
.widget.widget_calendar #wp-calendar tfoot #next a {
    display: block;
    position: relative;
    margin: 0 auto;
    color: transparent;
    width: 28px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 25%;
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.widget.widget_calendar #wp-calendar tfoot #prev a:before,
.widget.widget_calendar #wp-calendar tfoot #next a:before {
    color: #222;
    font-family: "Font Awesome 5 Free";
    display: block;
}

.widget.widget_calendar #wp-calendar tfoot #prev a:hover,
.widget.widget_calendar #wp-calendar tfoot #next a:hover {
    border-color: #e8e8e8;
}

.widget.widget_calendar #wp-calendar tfoot #prev.pad,
.widget.widget_calendar #wp-calendar tfoot #next.pad {
    text-align: center;
}

.widget.widget_calendar #wp-calendar tfoot #prev.pad:before,
.widget.widget_calendar #wp-calendar tfoot #next.pad:before {
    color: #e7e7e7;
    font-family: "Font Awesome 5 Free";
}

.widget.widget_calendar #wp-calendar tfoot #prev {
    left: 10px;
}

.widget.widget_calendar #wp-calendar tfoot #prev a:before {
    content: "\f060";
}

.widget.widget_calendar #wp-calendar tfoot #prev.pad:before {
    content: "\f060";
}

.widget.widget_calendar #wp-calendar tfoot #next {
    right: 10px;
}

.widget.widget_calendar #wp-calendar tfoot #next a:before {
    content: "\f061";
}

.widget.widget_calendar #wp-calendar tfoot #next.pad:before {
    content: "\f061";
}


.widget_rss ul li {
    margin-bottom: 40px;
}
.widget_rss .rssSummary {
    margin-bottom: 15px;
}
.widget_rss ul li .rss-date, .widget_rss ul li a.rsswidget {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px;
}

.widget_rss ul li a.rsswidget:before, .widget_rss ul li .rss-date:before {
    content: '\f2bd';
    /* font-family: fontawesome; */
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-family: 'Font Awesome\ 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.4;
}

.widget_rss ul li .rss-date:before {
    content: '\f073';
}
.widget p.wp-caption-text {
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: center;
}

.widget_portfolio img:hover {
    transform: rotate(7deg);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.widget_portfolio img {
    max-width: 100%;
    width: 25%;
    display: inline-block;
    padding: 5px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.widget_gallery img:hover {
    transform: rotate(7deg);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.widget_gallery img {
    max-width: 100%;
    width: 25%;
    display: inline-block;
    padding: 5px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* GENERIC FIXES
   ============================= */

html body .social-icon:after{
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.44);
    -ms-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.44);
    -o-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.44);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.44);
}
.theme-browser .theme .theme-actions, .theme-browser .theme.active .theme-actions{
	top:initial !important;
	bottom: -24px;
}
.wpcf7-form p{
	margin-bottom:20px;
}
.wpcf7-form table{
	width:100%;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border-radius: 0px;
}

#back-to-top {
    position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.42);
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 0px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	font-size: 20px;
	padding-top: 5px;
	transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
}
.woocommerce-placeholder{
	-webkit-backface-visibility: visible;
    backface-visibility: visible;
}
#back-to-top:hover {
    background: #e9ebec;
    color:#333;
}
#back-to-top.show {
    opacity: 1;
}

#player2-container .mejs__time-buffering, #player2-container .mejs__time-current,
#player2-container .mejs__time-handle, #player2-container .mejs__time-loaded,
#player2-container .mejs__time-marker, #player2-container .mejs__time-total,
#player2-container .mejs__time-hovered {
    height: 2px;
}

#player2-container .mejs__time-total {
    margin-top: 9px;
}
#player2-container .mejs__time-handle {
    left: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    top: -5px;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 2;
    border: none;
}
.wpb_text_column strong {
    color: #505050;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 6px;
    font-weight: 800;
}


table {
    border-spacing: 0;
    border-collapse: collapse;
}
td, th {
    padding: 0;
}
table {
background: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #ddd;
margin:auto;
  }
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: medium none;
  vertical-align: middle;
}

table th {
    border: 0;
    padding: 10px 20px;
    text-align: left;
    font-size:12px;
        background: #565656;
    color: white;
}
code {
    padding: 5px 10px;
    background: #eee;
    display: inline-block;
    margin: 10px 0px;
}
 table thead, table tfoot { background: #f5f5f5; }
 table thead tr th,
 table tfoot tr th,
 table tbody tr td,
 table tr td,
 table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }
 table thead tr th,
 table tfoot tr td { padding: 10px 20px; font-size: 14px; font-weight: bold; color: #fff; }
 table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
 table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }
 table tbody tr.even,
 table tbody tr.alt { background: #f9f9f9; }
 table tbody tr:nth-child(even) { background: #f9f9f9; }
 table tbody tr td { font-size: 12px; color: #333; padding: 9px 10px; vertical-align: top; border: none; }

  dt {
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    width: 100%;
  }
  dt::after {
    content: ":";
  }
  dd {
    padding: 0 0 10px 0;
    width: 100%;
  }
ol ol{
	padding-left:20px;
}

p{
	margin-bottom:10px;
}
pre {
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    margin-bottom:20px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
q {
    font-style: italic;
    font-weight: bold;
}
sup {
    position: relative;
    top: -7px;
}
.nav-links span.nav-title-icon-wrapper {
    padding: 0px 5px 0px 5px;
}
.nav-previous {
    margin: 10px 0px;
    display: block;
}
nav.navigation.post-navigation {
    margin-top: 30px;
}
.navigation:after {
    content: '';
    display: block;
    clear: both;
}
#searchForma input[type='submit']{
	display:none;
}



/*
 *
 * Reponsive
 *
 *
 */

#custom__menu .container{
	width:100%;
}

@media screen and (min-width: 1300px){

.blog .container .col-12 .spcard, .blog .container .col-12 .grid-sizer{
	width:33.33%;
	min-width:auto;
}
.blog .container .col-12 .blogs-featured.spcard {
	width: 66.66%;
	min-width:auto;
}
.blog .container .col-8 .blogs-featured.spcard, .blog.blog-standardfull .container .col-12 .blogs-featured.spcard{
	width: 100%;
	min-width:auto;
}
.blog .container .col-8 .spcard,  .blog .container .col-8 .grid-sizer{
	width:50%;
	min-width:auto;
}

}


 @media screen and (min-width:768px) and (max-width:992px){
 	.cr_content_txt{
 		padding-top:0px;
 	}
 }



/* Container fixes */

@media screen and (max-width:1300px){
 	 .container{
		    width: 950px;
	}
	header.boxed{
		width: 950px !important;
	}
}

@media screen and (min-width: 1001px){
	.nav-previous {
		margin: 10px 0px;
	    display: block;
	    float: left;
	    width: 50%;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	}
	.nav-next {
	    display: block;
	    text-align: right;
	    float: right;
	    margin: 10px 0px;
	    width: 50%;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	}
	.vertical_image.blogs-style1.spcard .spbgimg img {
    display: block;
    width: 100%;
}
.vertical_image.blogs-style1.spcard .spbgimg {
    height: auto !important;
    width: 50% !important;
    position: relative;
    float: left;
}
}
@media screen and (max-width: 1000px){
	.container{
		    width: 768px;
	}
}
@media screen and (max-width: 768px){
	.container{
		    width: 600px;
	}
	.col-12, .col-8, .col-4, .col-9, .col-3{
	width:100%;
	    padding-left: 20px !important;
    padding-right: 20px !important;
	}
	body .woocommerce-ordering{
		padding-right: 0px;
    	padding-left: 0px;
	}
	body.woocommerce ul.products li.product{
		width:100% !important;
		padding-left:0px !important;
		padding-right:0px !important;
		max-width:none;
	}
}
@media screen and (max-width: 600px){
	.container{
		    width: 100%;
	}
	.vc_column_container>.vc_column-inner{
		padding-left: 15px !important;
		padding-right:15px !important;
	}
	body .blogs-style1.spcard.blogs-style2.blogs-featured.no_image .spheader {
	    width: auto;
	    position: relative;
	    min-height: 0px;
	    padding: 30px 20px 20px 10px;
	    margin-bottom: -20px;
	    z-index: 11;
	    top: 0px;
	    right: 0px;
	}
	.blogs-style1.spcard.blogs-style2.blogs-featured.no_image .spcategory{
		float:left;
	}
	.spcard .spcard .spdata .spcontent{
		padding:1.9em;
	}
}
@media screen and (max-width: 480px){
	.container{
		width: 100%;
	}
	#error-404 h1 {
	    font-size: 150px;
    	line-height: 100px;
	}
	#error-404 h2 {
	    text-transform: uppercase;
	    font-size: 30px;
	}
}


@media screen and (max-width:768px){
	.comment-content{
		padding-left:0px;
		padding-right:0px;
		clear: both;
    	margin-top: 50px;
	}
	.comment-list ul.children{
		padding-left: 0px !important;
    	margin-left: 0px !important;
    	border-left: 0px !important;
	}
	.comment-metadata time{
		float: left;
    	clear: right;
	}
	html body{
		display:block;
	}

	/* Header boxed full width on mobile */
	header.boxed{
		width: 100% !important;
	}

	/* Images portfolio responsive */

	.cr__images_portfolio ul li {
		width:100%!important;
	}
	/* Container Full Responsive*/

	.blog-nosidebar .container, .blog-standardfull .container{
		width: 100%!important;
	}
	.spcard{
		min-width:100%;
		float:none;
		padding:0px;
	}
	.blogs-style1.spcard.blogs-style2.blogs-featured .spdata{
		width:100%;
	}
	.blogs-style1.spcard.blogs-style2.blogs-featured .spheader{
		width:100%;
		position:relative;
	    min-height: 170px;
	}
	.blogs-style1.spcard.blogs-style2.blogs-featured.no_image .spheader{
		width: 100%;
    	position: absolute;
    	min-height:0px;
	}
	.blogs-style1.spcard.blogs-style2.blogs-featured .spbgimg{
		width:100%;
		height:316px;
	}
	/* Footer Menu Responsive*/
	.footer_fourcolumns .footer_column{
		width:100%;
		text-align:center;
		float:none;
	}
	.footer_column .menu{
		list-style:none;
		margin:10px auto;
	}
	.footer_bottom .fb_text{
		text-align:center;
	}
}

@media screen and (min-width:768px) and (max-width:992px){

/* Images portfolio responsive */
	.cr__images_portfolio ul li {
		width:50%!important;
	}
	/* Container Full Responsive*/
	.blog-nosidebar .container, .blog-standardfull .container{
		width: 100%!important;
	}
}


/* Footer */
.widget ul.sub-menu{
	background-color:transparent;
}
ul.sub-menu{
	background-color:#ff556f;
}


/* Mobile menu desktop hide */
#custom__menu{
	display:none;
	 transition: background-color 0.35s ease;
	    -webkit-transition: background-color 0.35s ease;
	    -moz-transition: background-color 0.35s ease;
}


/* Main loop */

@media screen and (max-width:1000px){

	ul[id^="gallery_content_center_"] > li{
		width:50% !important;
	}
	ul[id^="gallery_content_center_"].gc-padding > li {
		width: 100% !important;
		margin:0.5% 0% !important;
	}
	.main-content{
		width:100%;
		padding:0% 2.5%;
	}
	#back-to-top{
		display:none !important;
	}
	#custom__menu .menu-item-has-children > a {
    	position: relative;
	}
	#custom__menu .menu-main-menu-container{
		display:block !important;
	}
	#custom__menu .navbar-nav > .menu-item-has-children > a:after {
	    content: "\f103";
	    width: 10px;
	    height: 10px;
	    display: block;
	    position: absolute;
	    right: 40px;
	    top: 50%;
	    margin-top: -7px;
	    display: inline-block;
		font-weight:900 !important;
	    font-family: 'Font Awesome 5 Free';
	    font-size: inherit;
	    text-rendering: auto;
	    font-size: 14px;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}
	#custom__menu .menu.menuEffects ul li a:hover{
		background:transparent !important;
		opacity:0.6;
	}
	#custom__menu ul.sub-menu{
		background:transparent !important;
	}
	#custom__menu .menu.menuEffects ul li .sub-menu a {
	    font-size: 12px !important;
	    text-align:left !important;
	}
	.menu.menuEffects label{
		display:none;
	}

	#custom__menu .menu.menuEffects{
	    position: absolute;
	    background: transparent;
	    height: auto;
	    top: 70px;
	}
	#custom__menu .menu.menuEffects .menuContent{
		background:#131313 !important;
	    position: relative;
	    top: 0;
	    padding-bottom: 20px;
	    padding-top:20px;
	    margin-top: 0px;
	    height: 100%;
	    vertical-align: middle;
	    display: block;
	    /* width: 100%; */

	    padding-left: 30px;
	}
	#custom__menu .menu.menuEffects ul li a{
		font-size: 14px !important;
    	text-align:left !important;
	}
	.page_header{
		display:none;
	}
	#custom__menu .hlogo a, #custom__menu .hlogo, #custom__menu .menuArea, header#custom__menu{
		height:70px;
	}
	/* Custoom menu start */
	#custom__menu {

    color: #fff;
	padding:0 10px;
	display:block;

	}
	#custom__menu .menucont{
		display:none;
	}
	#custom__menu .fullscreen-menu{
		display:block;
	}
	#custom__menu .menu-collapser{padding: 0 15px;display: none!important;}

	#custom__menu .menuOpen{
	    width: 55px;
	    height: 55px;
	    padding: 15px 16px;
	    z-index: 999;
	    position: absolute;
	    margin: 0px;
	    right: 0px;
	    top: 50%;
	    margin-top: -25px;
	}
	#custom__menu .menucont, .menucont div > ul > li > a, header .hsocial a, header .hsearch{
		line-height:22px!important;
	}
	#custom__menu .menucont, .hsearch, .hsocial{
		/*float:left;*/
	}
	#custom__menu .hsearch{
		padding:0px 5px;
	}
	#custom__menu .menu.menuEffects{
	  overflow-y: scroll;
    	max-height: 500px !important;
		color: #fff;
		margin: 0px -10px;
	}
	#custom__menu .menu.menuEffects ul{

		color: #fff;
	}
	#custom__menu .menu.menuEffects ul li:hover{
	background-color:transparent;
	}
	#custom__menu ul.navbar-nav li ul.submenu li:hover a{
	color: #ff3e58!important;
	}
	#custom__menu ul.navbar-nav li ul.sub-menu{
		display:none;
	}
	#custom__menu .navbar-nav li:hover .sub-menu{
		display:block;
	    transition: all 0.35s ease;
	    -webkit-transition: all 0.35s ease;
	    -moz-transition: all 0.35s ease;
	}
}
@media screen and (max-width:650px){
  ul[id^="gallery_content_center_"] > li{
    width:100% !important;
  }

}

@media screen and (min-width:1000px) and (max-width:1300px){
	.hsearch{
		padding:0px 5px!important;
	}
	.hsocial{
		padding-left:2px;
	}
	ul[id^="gallery_content_center_"] > li{
		width: 33.33% !important;
	}
	ul[id^="gallery_content_center_"].gc-padding > li {
		width: 49% !important;
		margin:0.5% !important;
	}
}
