@charset "UTF-8";
 .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;opacity:1!important}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%,100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%,100%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(.75);transform:scaleX(1.25) scaleY(.75)}40%{-webkit-transform:scaleX(.75) scaleY(1.25);transform:scaleX(.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(.85);transform:scaleX(1.15) scaleY(.85)}}@keyframes rubberBand{0%,100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(.75);-ms-transform:scaleX(1.25) scaleY(.75);transform:scaleX(1.25) scaleY(.75)}40%{-webkit-transform:scaleX(.75) scaleY(1.25);-ms-transform:scaleX(.75) scaleY(1.25);transform:scaleX(.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(.85);-ms-transform:scaleX(1.15) scaleY(.85);transform:scaleX(1.15) scaleY(.85)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);-ms-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}}@keyframes wobble{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0);-ms-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0);-ms-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0);-ms-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0);-ms-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);-ms-transform:translateX(0) skewX(-15deg);transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0);-ms-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0) skewX(0);-ms-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut} @font-face{font-family:'FontAwesome';src:url(http://karisma.com.au/wp-content/themes/symetrio-theme/assets/css/fonts/fontawesome-webfont.eot?v=4.2.0);src:url(http://karisma.com.au/wp-content/themes/symetrio-theme/assets/css/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),url(http://karisma.com.au/wp-content/themes/symetrio-theme/assets/css/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'),url(http://karisma.com.au/wp-content/themes/symetrio-theme/assets/css/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'),url(http://karisma.com.au/wp-content/themes/symetrio-theme/assets/css/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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-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:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;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-inverse{color:#fff}.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-remove:before,.fa-close: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.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-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw: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{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-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap: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: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-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-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
.wtrMainNavigation .wtrNaviCartItem a i,.wtrMainNavigation .wtrNaviItem .wtrNaviSearchItem div i,.wtrMainNavigation .wtrNaviItem>.wtrNaviNoLink,.wtrMainNavigation .wtrNaviItem>a{font-size:18px!important}.wtrSecondNavigation .wtrSecNaviItem .wtrSecNaviItemLink{font-size:14px}.wtrMegaMenuHeadline,.wtrMegaMenuHeadline a{font-size:18px!important}.wtrBreadcrumbHeadline{font-size:20px}.wtrBreadcrumbPathList .wtrCrumb,.wtrBreadcrumbPathList .wtrCrumb a{font-size:16px!important}.wtrFooterWdg .widget h6,.wtrSidebarWdg .widget h6{font-size:20px!important}.wtrPageContent h1{font-size:28px}.wtrPageContent h2{font-size:24px}.wtrPageContent h3{font-size:22px}.wtrPageContent h4{font-size:20px}.wtrPageContent h5{font-size:18px}.wtrPageContent,.wtrPageContent .wpb_text_column a,.wtrPageContent h6,.wtrPageContent p{font-size:16px}.wtrDefFontCharacter,.wtrMainNavigation .wtrNaviItem>a,.wtrMainNavigation .wtrNaviItem>span,body,button,input,textarea{font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif}#fp-nav ul li .fp-tooltip,.ptp-price,.wrtAltFontCharacter,.wtrCommentList .comment cite.fn,.wtrCommentList .comment cite.fn a,.wtrHeadlineElement,h1,h2,h3,h4,h5,h6{font-family:Montserrat}.ptp-most-popular,.wrtSecAltFontCharacter,.wtrShtTestimonialRot .wtrShtTestimonialStdContainer p,blockquote{font-family:Noto Serif}.wtrLoader,body{background-color:#000}.wtrHeader.wtrHeaderTransparent.wtrMenuScroll,.wtrHeaderColor{background-color:#fff!important}.wtrHeader .wtrQuickContact p,.wtrHeader .wtrQuickContactInfo,.wtrHeader .wtrQuickContactInfo a,.wtrHeader .wtrQuickContactInfo p,.wtrMenuScroll .wtrQuickContactInfo a,.wtrMenuScroll .wtrQuickContactInfo p{color:#999}.wtrQuickContactInfo a,.wtrQuickContactSocialLinks li a{color:#ccc}.wtrQuickContactSocialLinks li a:hover{background-color:rgba(0,0,0,.1)}.wtrQuickContactInfo a:hover,.wtrQuickContactSocialLinks li a:hover{color:#fff}.wtrMenuScroll .wtrQuickContact,.wtrQuickContact{border-color:#e5e5e5}.menu-item-language a,.menu-item-language ul.sub-menu li a,.wtrMainNavigation .wtrNaviCartItem a i,.wtrMainNavigation .wtrNaviSearchItem .wtrDefaultLinkColor i,.wtrMenuLinkColor,.wtrMenuScroll .wtrMainNavigation .wtrNaviItem>a,.wtrMenuScroll.wtrHeaderTransparent .wtrMainNavigation .wtrNaviItem>span,.wtrMenuScroll.wtrHeaderTransparent .wtrNaviSearchItem i,.wtrMenuScroll.wtrHeaderTransparent.wtrHeaderFixed .wtrNaviCartItem a i,.wtrMenuScroll.wtrHeaderTransparent.wtrHeaderFixed .wtrNaviSearchItem div i,.wtrMobileNaviTriger.wtrDefaultLinkColor i,.wtrNaviSearchItem .wtrDefaultLinkColor{color:#000}.wtrHeaderTransparent .wtrMainNavigation .wtrNaviItem.wtrNaviSearchItem i:hover,.wtrHeaderTransparent .wtrMainNavigation>li.menu-item.current-menu-ancestor .wtrMenuLinkColor,.wtrMainNavigation .wtrNaviItem.wtrNaviHover>a,.wtrMainNavigation .wtrNaviItem.wtrNaviHover>span,.wtrMainNavigation .wtrNaviSearchItem .wtrDefaultLinkColor i:hover,.wtrMenuLinkColor:hover,.wtrMenuScroll.wtrHeaderTransparent .wtrMainNavigation .wtrNaviItem.wtrNaviSearchItem i:hover,.wtrMenuScroll.wtrHeaderTransparent .wtrMainNavigation a.wtrMenuLinkColor:hover,.wtrMenuScroll.wtrHeaderTransparent .wtrMainNavigation span.wtrMenuLinkColor:hover,.wtrMenuScroll.wtrHeaderTransparent .wtrNaviSearchItem:hover i,.wtrMobileNaviTriger.wtrDefaultLinkColor i:hover,.wtrNaviSearchItem:hover i,.wtrNavigation>ul.wtrMainNavigation>li.current-menu-item>a,.wtrSecondMenuContainer li.menu-item-has-children span.wtrSecondMenuLinkColor,.wtrSecondMenuContainer li.menu-item-has-children span.wtrSecondMenuLinkColor:hover,.wtrSecondMenuContainer li.menu-item-has-children.current-menu-item a.wtrSecondMenuLinkColor,.wtrSecondMenuContainer li.menu-item-has-children.current-menu-parent>a,ul.wtrMainNavigation>li.menu-item.current-menu-ancestor .wtrMenuLinkColor{color:#ee2e24!important}.wtrMegaMenuContainerColor{background-color:#222}.wtrHeaderBoxed .wtrMegaDrop:after,.wtrHeaderBoxed .wtrSecondDrop:after{color:#222}.wtrMegaMenuHeadline,.wtrMegaMenuHeadline a,.wtrSecondMenuLinkColor,.wtrStandardMenu .wtrThirdNavi .wtrDropIcon:after,.wtrThirdMenuLinkColor,span.wtrSecondMenuLinkColor:hover{color:#fff}.current-menu-ancestor.wtrSecondDrop .current-menu-ancestor.wtrThirdNavi .wtrThirdDrop .current-menu-item a,.wtrSecondMenuContainer li.current_page_item span.wtrThirdMenuLinkColor,.wtrThirdMenuLinkColor:hover{color:#000!important}.mp-level,.wtrSmartNavigation .dl-menuwrapper .dl-trigger.dl-active,.wtrSmartNavigation .dl-menuwrapper .dl-trigger:hover,.wtrSmartNavigation .dl-menuwrapper ul{background-color:#333!important}.wtrBreadcrumbColor{background-color:#fff}.wtrBreadcrumbHeadlineColor,.wtrBreadcrumbLinkColor,.wtrBreadcrumbPathList .wtrCrumb:before,.wtrNoLinkCrumb{color:#999}.wtrBreadcrumbActvieCrumbColor{color:#fff;background-color:rgba(0,0,0,.15)}.comment-content a,.current-menu-ancestor.wtrSecondDrop .current-menu-ancestor.wtrThirdNavi .wtrDropIcon:after,.current-menu-item.wtrMegaMenuHeadline a,.current-menu-item>a,.current-menu-item>a>span,.current-menu-item>span,.hi-icon,.no-touch .hi-icon-effect-1a .hi-icon,.no-touch .hi-icon-effect-8 .hi-icon:hover,.no-touch .hi-icon-effect-9a .hi-icon:hover,.shipping_calculator h2 a.shipping-calculator-button,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,.woocommerce #content div.product p.price,.woocommerce #content div.product span.price,.woocommerce .cart_item a,.woocommerce .in-stock,.woocommerce .products .product .price,.woocommerce .stock,.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce p.myaccount_user strong,.woocommerce ul.products li.product a:hover h3,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page #content div.product p.price,.woocommerce-page #content div.product span.price,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page div.product p.price,.woocommerce-page div.product span.price,.wpb_text_column a:not(.button):not(.showcoupon):not(.remove):not(.wtrButtonStd):not(.chosen-single):not(.ptp-button):not(.view),.wtrBreadcrumbPathList .wtrCrumb a:hover,.wtrCommentList .pingback a,.wtrCommentList .trackback a,.wtrDailyScheduleHeadlineDate,.wtrDefHedlineLinkColor a:hover,.wtrDefaultLinkColor,.wtrEventCategoryItem a.active,.wtrEventEntryCategoryItemHeadline,.wtrEventEntryMetaDate i,.wtrEventStreamItemMetaDate i,.wtrHeaderTransparent.wtrHeaderFixed.wtrMenuScroll a.wtrTriggerMobileMenu i,.wtrMainNavigation .wtrThirdNavi .wtrSecNaviItemLink:hover .wtrDropIcon:after,.wtrMegaMenuHeadline a:hover,.wtrMenuScroll.wtrHeaderTransparent .wtrMainNavigation .current-menu-ancestor>a,.wtrMenuScroll.wtrHeaderTransparent .wtrMainNavigation .current-menu-ancestor>span,.wtrPageContent dl a,.wtrPageContent p a:not(.button):not(.wtrButtonStd):not(.wtrClientUrl):not(.wtrShtEventListBtn):not(.wtrDefBorderLink):not(.chosen-single):not(.remove):not(.star-5):not(.star-4):not(.star-3):not(.star-2):not(.star-1):not(.ptp-button),.wtrPageContent table a:not(.wtrShtTimeTableEntryName):not(.remove):not(.wtrShtTimeTableEntryTrainer):not(.wtrShtTimeTableEntryRoom):not(.ptp-button):not(.view),.wtrShtAccordion ul .wtrShtAccordionItem .wtrShtAccordionHeadline:hover,.wtrShtAccordion ul .wtrShtAccordionItem.st-open .wtrShtAccordionHeadline,.wtrShtAccordion ul .wtrShtAccordionItem.st-open>.wtrShtAccordionHeadline .wtrShtAccordionNavi:after,.wtrShtAccordion ul .wtrShtAccordionItem:hover .wtrShtAccordionNavi:after,.wtrShtClassesListItem .wtrShtClassesListTittle a:hover,.wtrShtClassesListKcallInfo i,.wtrShtClassesListTimeInfo i,.wtrShtEventListBtn:hover,.wtrShtEventListItem .wtrShtEventListTittle a:hover,.wtrShtFullWidthTabs .wtrShtFWT li.tab-current i,.wtrShtGoogleMaps a,.wtrShtIconBoxList span i,.wtrShtIconContainer,.wtrShtLastNewsListStreamItem:hover .wtrShtLastNewsListItemTitle,.wtrShtLastNewsListStreamItem:hover .wtrShtLastNewsListItemTitle a,.wtrShtLastNewsStandard .wtrShtLastNewsStandardHeadlineColor:hover,.wtrShtOpenHoursDesc a,.wtrShtPassesListLight .wtrShtPassesListItem .wtrShtPassesListHeadlineItem:hover,.wtrShtPassesListLight .wtrShtPassesListItem .wtrShtPassesListNavi:after,.wtrShtPassesListLight .wtrShtPassesListItem.st-open,.wtrShtPassesListLight .wtrShtPassesListItem.st-open .wtrShtPassesListHeadline .wtrShtPassesListNavi:after,.wtrShtPassesListLight .wtrShtPassesListItem.st-open .wtrShtPassesListHeadlineItem,.wtrShtPassesListLight .wtrShtPassesListItem:hover,.wtrShtPassesListLight .wtrShtPassesListItem:hover .wtrShtPassesListNavi:after,.wtrShtPassesListLight .wtrShtPassesListNavi:after,.wtrShtSliderGallery .flex-direction-nav a,.wtrShtStepByStepIco,.wtrShtStepByStepItem:after,.wtrShtTabs .resp-tab-active,.wtrShtTabs .resp-tabs-list li:hover,.wtrTimeTableModalTabs .resp-tab-active,.wtrTimeTableModalTabsList li:hover,.wtrTrainerPageTrainerFunction,.wtrVeOrName,a.wtrSecondMenuLinkColor:hover,blockquote:after{color:#ee2e24!important}.hentry .mejs-controls .mejs-time-rail .mejs-time-current,.hi-icon-effect-3 .hi-icon:after,.no-touch .hi-icon-effect-1a .hi-icon:hover,.no-touch .hi-icon-effect-3a .hi-icon:hover,.wtrCartCounter,.wtrCartCounter:hover,.wtrClassesDifficultMeter,.wtrClassesHeadline,.wtrClinetsCarusel.owl-theme .owl-dots .owl-dot.active span,.wtrClinetsCarusel.owl-theme .owl-dots .owl-dot:hover span,.wtrContainerColor.wtr404,.wtrCrewItemContainer,.wtrDSItem,.wtrDefBgColor,.wtrEventEntryPrice,.wtrEventStreamItemNoPhoto,.wtrEventStreamItemPrice,.wtrMegaMenuContainerColorSecond,.wtrMenuScroll.wtrHeaderTransparent.wtrHeaderFixed span.wtrCartCounter,.wtrMenuScroll.wtrHeaderTransparent.wtrHeaderFixed span.wtrCartCounter:hover,.wtrRotProgress,.wtrShtBoxedClassesSkill,.wtrShtBoxedEventsColOne,.wtrShtBoxedEventsColOneSec,.wtrShtBoxedEventsColTwo,.wtrShtBoxedEventsColTwoSec,.wtrShtCallLoader>div,.wtrShtContentSlider .owl-theme .owl-controls .owl-next:hover,.wtrShtContentSlider .owl-theme .owl-controls .owl-prev:hover,.wtrShtCountdown,.wtrShtEventListPrice,.wtrShtIconBox:hover .wtrShtIconContainer,.wtrShtIconBoxList .wtrShtIconBoxIconHolder:hover,.wtrShtIconContainer:hover,.wtrShtLastNewsModern .owl-theme .owl-dots,.wtrShtMark,.wtrShtOpenIcon,.wtrShtPassPriceHighlight,.wtrShtPassesListClassesPrice,.wtrShtPassesListDark .wtrShtPassesListContainer,.wtrShtPayPal.normal,.wtrShtSliderGallery .flex-control-paging li a.flex-active,.wtrShtSliderGallery .flex-control-paging li a:hover,.wtrShtStepByStepInfo,.wtrShtTTLoader>div,.wtrShtTrainerMetaName,.wtrShtWonsterSliderDotsContainer .wtrShtWonsterSliderDots li span.wtrActiveSlide,.wtrShtWonsterSliderDotsContainer .wtrShtWonsterSliderDots li span:hover,.wtrTimeTableModalClassClockTime i,.wtrTrainerPageCover,.wtrTrainerPageTrainerSocialLinks li a:hover,mark{background-color:#1fce6d!important}.menu-item-language ul.sub-menu,.select2-drop-active,.select2-drop.select2-drop-above,.select2-drop.select2-drop-above.select2-drop-active,.select2-dropdown-open .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices,.wrtBlogDfPostDate:after,.wtrBlogPostSneakPeakDate:after,.wtrCircle,.wtrClassesTimeStopWatch,.wtrMainNavigation>li.menu-item-language:hover,.wtrMenuLinkColor:hover,.wtrMenuScroll.wtrHeaderTransparent .menu-item-language ul.sub-menu,.wtrMenuScroll.wtrHeaderTransparent .wtrMainNavigation>li.menu-item-language:hover,.wtrMenuScroll.wtrHeaderTransparent .wtrNaviSearchItem:hover i,.wtrMenuScroll.wtrHeaderTransparent.wtrHeaderFixed .wtrNaviCartLink:hover,.wtrNaviCartLink:hover,.wtrShtContentSlider .owl-theme .owl-dots .owl-dot.active span,.wtrShtContentSlider .owl-theme .owl-dots .owl-dot:hover span,.wtrShtIconBox:hover .wtrShtIconContainer,.wtrShtIconContainer:hover,.wtrShtLastNewsStandard .wtrShtLastNewsStandardDate:after,.wtrTimeTableClasses{border-color:#1fce6d!important}#vimeoplayer,#ytplayer,.hentry .mejs-container .mejs-controls,.hentry .mejs-mediaelement,.wtrDailySchedule,.wtrDailyScheduleHeadlineColumn,.wtrShtBoxedClassesColOne,.wtrShtBoxedClassesColOneSec,.wtrShtBoxedClassesColTwo,.wtrShtBoxedClassesColTwoSec,.wtrShtPassesList .st-open,.wtrShtPromoEventAddMeta,.wtrShtPromoEventMeta,.wtrShtPromoEventNoPhoto .wtrShtPromoEventPictureContainer{background-color:#000}.no-touch .hi-icon-effect-1a .hi-icon:hover,.no-touch .hi-icon-effect-2a .hi-icon:hover,.no-touch .hi-icon-effect-3a .hi-icon:hover,.wtr404Slug,.wtrCartCounter,.wtrCrewItemName,.wtrDSItem,.wtrDSItemClass,.wtrDSItemName,.wtrDSItemTime,.wtrDSItemTrainer li,.wtrDSNavigation .wtrDSNext i,.wtrDSNavigation .wtrDSPrev i,.wtrDailyScheduleHeadline,.wtrMenuScroll.wtrHeaderTransparent.wtrHeaderFixed .wtrCartCounter:hover,.wtrMenuScroll.wtrHeaderTransparent.wtrHeaderFixed .wtrNaviCartLink:hover .wtrCartCounter,.wtrNaviCartLink:hover .wtrCartCounter,.wtrSearchInput,.wtrShtBoxedClassesSpace .wtrShtBoxedClassesElements:before,.wtrShtBoxedClassesSpace .wtrShtBoxedClassesHeadline a,.wtrShtBoxedClassesTime,.wtrShtBoxedEventPrice,.wtrShtBoxedEventsSpace .wtrShtBoxedEventsElements:before,.wtrShtBoxedEventsSpace .wtrShtBoxedEventsHeadline a,.wtrShtBoxedEventsTime,.wtrShtClassesArrow,.wtrShtClassesMetaHeadline a,.wtrShtClassesMetaTime,.wtrShtContentSlider .owl-theme .owl-controls .owl-nav [class*=owl-],.wtrShtCountdown .countdown-amount,.wtrShtDSNoResults,.wtrShtEventListPrice,.wtrShtGallery .wtrHoveredGalleryItemElements:before,.wtrShtIconBox:hover .wtrShtIconContainer i,.wtrShtIconBoxList .wtrShtIconBoxIconHolder:hover a,.wtrShtIconBoxList .wtrShtIconBoxIconHolder:hover i,.wtrShtIconBoxList .wtrShtIconBoxIconHolder:hover p,.wtrShtInstagramGalleryItemLink i,.wtrShtLastNewsListCommentsNr,.wtrShtLastNewsMetro .wtrShtLastNewsBoxedAuthor,.wtrShtLastNewsMetro .wtrShtLastNewsBoxedAuthor a,.wtrShtLastNewsMetro .wtrShtLastNewsBoxedDate,.wtrShtLastNewsMetro .wtrShtLastNewsBoxedHedline,.wtrShtLastNewsModern .wtrShtLastNewsModernBox:hover .wtrShtLastNewsModernBoxOthers,.wtrShtLastNewsModern .wtrShtLastNewsModernBoxAuthor,.wtrShtLastNewsModern .wtrShtLastNewsModernBoxComments,.wtrShtLastNewsModern .wtrShtLastNewsModernBoxDate,.wtrShtLastNewsModern .wtrShtLastNewsModernBoxHedaline a,.wtrShtLastNewsModern .wtrShtLastNewsModernBoxOthers,.wtrShtLastNewsStandard .wtrShtLastNewsStandardElements:before,.wtrShtMark,.wtrShtOpenIcon,.wtrShtPassPriceHighlight,.wtrShtPassesListClassesPrice,.wtrShtPassesListContainer .wtrShtPassesListItem:hover,.wtrShtPassesListContainer .wtrShtPassesListItem:hover .wtrShtPassesListNavi:after,.wtrShtPassesListDark .wtrShtPassesListContainer .wtrShtPassesListItem.st-open,.wtrShtPassesListDark .wtrShtPassesListContainer .wtrShtPassesListItem.st-open>.wtrShtPassesListHeadline .wtrShtPassesListNavi:after,.wtrShtPassesListDark .wtrShtPassesListHeadlineItem,.wtrShtPayPal.normal .wtrShtPPDesc,.wtrShtPayPal.normal .wtrShtPPDesc p,.wtrShtPayPal.normal .wtrShtPPPrice div,.wtrShtPayPal.normal .wtrShtPayPalItemName,.wtrShtPromoEventAddMeta i,.wtrShtPromoEventAdditionalIco,.wtrShtPromoEventTittle,.wtrShtRoomClassesName,.wtrShtRoomName,.wtrShtStepByStepInfoNag,.wtrShtStepByStepInfoNo,.wtrShtTrainer .wtrShtTrainerElements:before,.wtrShtTrainerMetaNameHeadline,.wtrShtTrainerMetaNameSubline,.wtrShtTrainerMetaPositionName,.wtrShtWonsterSliderControls span,.wtrShtWonsterSliderControls span.next::before,.wtrShtWonsterSliderControls span.prev::before,.wtrTimeTableModalClassClockTime i,mark{color:#fff!important}.wtr404HeadlineColor,.wtrShtPassesListNavi:after{color:#127a44}.wtr404ButtonColors,.wtrSearchInputButton,.wtrSearchInputButton:before{color:#000}.wtr404ButtonColors,.wtrSearchInputButton{background-color:#fff}.ptp-price,.woocommerce .product span.onsale,.woocommerce .wtrContainer span.onsale,.woocommerce span.onsale{background-color:#1fce6d!important;color:#fff!important}.ptp-plan{color:#000!important}.ptp-bullet-item,.ptp-item-container{border-color:#ddd!important}.ptp-bullet-item{color:#555!important}.ptp-bullet-item,.ptp-cta,.ptp-plan{background-color:#fff!important}.ptp-highlight .ptp-bullet-item,.ptp-highlight .ptp-cta,.ptp-highlight .ptp-plan,.ptp-most-popular{background-color:#1B9F56!important}.ptp-highlight .ptp-price{background-color:#1fce6d!important}.ptp-highlight .ptp-bullet-item,.ptp-highlight .ptp-plan,.ptp-highlight .ptp-price,.ptp-most-popular{color:#fff!important}.error404,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,.hentry .mejs-controls .mejs-time-rail .mejs-time-total,.hi-icon-effect-2 .hi-icon:after,.woocommerce .wtrContainer #content div.product .woocommerce-tabs ul.tabs li,.woocommerce .wtrContainer #order_review .shop_table,.woocommerce .wtrContainer #payment,.woocommerce .wtrContainer .shop_table.cart,.woocommerce .wtrContainer .shop_table.order_details,.woocommerce .wtrContainer div.product .woocommerce-tabs .panel,.woocommerce .wtrContainer div.product .woocommerce-tabs ul.tabs li,.woocommerce-ordering,.woocommerce-page .wtrContainer #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page .wtrContainer #payment,.woocommerce-page .wtrContainer div.product .woocommerce-tabs .panel,.woocommerce-page .wtrContainer div.product .woocommerce-tabs ul.tabs li,.wrtBlogDfPostDate:after,.wtrBlogPostSneakPeakDate:after,.wtrClientsTable .wtrClientItem,.wtrContainerColor,.wtrCrewItemPictureContainer .wtrCrewItemPicture,.wtrEventEntryDetails,.wtrEventEntryHeadlineContainer,.wtrEventEntryMetaContainer,.wtrEventEntryMetaContainer ul li,.wtrEventEntryPageSidebar,.wtrEventStreamItemHeadlineContainer,.wtrEventStreamItemMetaContainer,.wtrIconDividerStyle,.wtrShtContentSlider .owl-theme .owl-dots .owl-dot.active span,.wtrShtContentSlider .owl-theme .owl-dots .owl-dot:hover span,.wtrShtFullWidthTabContent section.content-current,.wtrShtFullWidthTabs,.wtrShtFullWidthTabs .wtrShtFWT li.tab-current,.wtrShtFullWidthTabs .wtrShtFWT li:hover,.wtrShtGoogleMapsInfoBox,.wtrShtIconBox,.wtrShtIconContainer,.wtrShtLastNewsModern .owl-theme .owl-dots .owl-dot span,.wtrShtLastNewsModern .owl-theme .owl-dots .owl-dot.active span,.wtrShtLastNewsModern .owl-theme .owl-dots .owl-dot:hover span,.wtrShtLastNewsStandard .wtrShtLastNewsStandardDate:after,.wtrShtMobileTimeTable,.wtrShtOpenHours,.wtrShtPass,.wtrShtPassesListLight .wtrShtPassesListContainer,.wtrShtPassesListLight .wtrShtPassesListContainer .st-open,.wtrShtPayPal.light,.wtrShtRoomSeparator,.wtrShtSliderGallery .flex-control-paging li a,.wtrShtSliderGallery .flex-direction-nav li a,.wtrShtSliderGallery .flexslider,.wtrShtStepByStepContainer,.wtrShtTabs .resp-tab-active,.wtrShtTabs .resp-tab-content,.wtrShtTestimonialStdAuthorPicContainer,.wtrShtTimeTableItem tbody,.wtrShtWonsterSliderDotsContainer .wtrShtWonsterSliderDots li span,.wtrSidebarLeft,.wtrSidebarRight,.wtrTimeTableClasses,.wtrTimeTableModalContainer,.wtrTimeTableModalTabs .resp-tab-active,.wtrTrainerPagePicture{background-color:#fff}.checkout h3,.woocommerce #content div.product .product_title,.woocommerce .cart_totals h2,.woocommerce .shop_table .cart_item .product-name a,.woocommerce div.product .product_title,.woocommerce h1,.woocommerce h2,.woocommerce h3,.woocommerce h4,.woocommerce h5,.woocommerce h6,.woocommerce-billing-fields h3,.woocommerce-page #content div.product .product_title,.woocommerce-page div.product .product_title,.woocommerce-shipping-fields h3,.wrtBlogDfPostDateCreated,.wtrBlogDfPostHeadline,.wtrBlogPostSneakPeakDate,.wtrClassDetailsModalMetaHeadlineEx a,.wtrClassDetailsModalMetaHeadlineExSmall,.wtrClassesTrainerItemName,.wtrClientName h4,.wtrCommentList .comment .fn a,.wtrCommentList .comment cite.fn,.wtrCommentList .comment cite.fn a,.wtrCommentList .comment-reply-title,.wtrDefHedlineLinkColor a,.wtrEventEntryDetailsHeadline,.wtrEventEntryMetaList li,.wtrEventEntryTitle,.wtrEventStreamItemMetaList,.wtrHeadlineElement,.wtrHedlineColor,.wtrPostAuthorName,.wtrShtAccordionItem,.wtrShtClassesListItem .wtrShtClassesListTittle a,.wtrShtCounter,.wtrShtEventListBtn,.wtrShtEventListItem .wtrShtEventListTittle a,.wtrShtEventListTime,.wtrShtFullWidthTabs .wtrShtFWT li.tab-current span,.wtrShtGoogleMaps h1,.wtrShtHeadline,.wtrShtIconBoxTitle,.wtrShtLastNewsListItemTitle,.wtrShtLastNewsListItemTitle a,.wtrShtLastNewsStandard .wtrShtLastNewsStandardDateCreated,.wtrShtLastNewsStandard .wtrShtLastNewsStandardHeadlineColor,.wtrShtLinkHedline span,.wtrShtMobileTimeTableClassName,.wtrShtMobileTimeTableHeadline h4,.wtrShtOpenHoursDay,.wtrShtOpenHoursDesc h1,.wtrShtOpenHoursDesc h2,.wtrShtOpenHoursDesc h3,.wtrShtOpenHoursDesc h4,.wtrShtOpenHoursDesc h5,.wtrShtOpenHoursDesc h6,.wtrShtPassDescHeadLine,.wtrShtPassHeadline,.wtrShtPassHeadline a,.wtrShtPassesListLight .wtrShtPassesListClassesName,.wtrShtPassesListLight .wtrShtPassesListHeadlineItem,.wtrShtPayPal.light .wtrShtPPPrice div,.wtrShtPayPal.light .wtrShtPayPalItemName,.wtrShtStepByStepName,.wtrShtTestimonialRot .wtrShtTestimonialStdContainer,.wtrShtTestimonialRot .wtrShtTestimonialStdContainer p,.wtrShtTestimonialStd .wtrShtTestimonialStdContainer,.wtrShtTestimonialStd .wtrShtTestimonialStdContainer p,.wtrShtTimeTableEvent .wtrShtTimeTableEntryName,.wtrShtTimeTableEvent .wtrShtTimeTableEntryTimePeriod,.wtrShtTimeTableEvent .wtrShtTimeTableEntryTrainer,.wtrShtTimeTableItem thead th .wtrShtTimeTableDay,.wtrShtTimeTableNoResultsHeadline,.wtrTimeTableModalTabsListItem:hover{color:#000}.addresses .title .edit,.comment-content,.comment-content p,.logged-in-as,.woocommerce .addresses,.woocommerce .cart_totals,.woocommerce .customer_details,.woocommerce .order_details,.woocommerce .payment_methods,.woocommerce .product .entry-summary p,.woocommerce .product_meta,.woocommerce .shop_table,.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message,.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-tabs p,.woocommerce-ordering select,.woocommerce-page .woocommerce-error,.woocommerce-page .woocommerce-info,.woocommerce-page .woocommerce-message,.wtrBlogDfPostCategoryItem,.wtrBlogDfPostOther,.wtrBlogPostSneakPeakLead,.wtrBlogPostSneakPeakOther,.wtrClassDetailsModalMetaItemDesc p,.wtrClientUrl,.wtrCommentList .comment .fn,.wtrCommentList .comment p,.wtrCommentList .comment-meta,.wtrCommentList .commentSeparator,.wtrEventEntryDetailsDesc,.wtrEventMoreDetail,.wtrPageContent,.wtrPageContent .woocommerce p,.wtrPageContent ol,.wtrPageContent p,.wtrPageContent ul,.wtrPostAuthorDesc,.wtrShtLastNewsListItemLead,.wtrShtLastNewsStandard .wtrShtLastNewsStandardLead,.wtrShtMobileTimeTableClassTime,.wtrShtPassesListLight .wtrShtPassesListClassesDesc,.wtrShtPayPal.light .wtrShtPPDesc,.wtrShtPayPal.light .wtrShtPPDesc p,.wtrShtPayPal.light .wtrShtPPPrice span,.wtrTimeTableClasses,.wtrTimeTableModalTabsListItem{color:#555}.wtrBlogModernPostAdditionalData .wtrBlogDfPostOther,.wtrBlogModernPostDate:before,.wtrBlogModernPostDateCreated,.wtrBlogModernPostHeadline,.wtrBlogModernPostHeadlineContent .wtrBlogModernPostCategory .wtrBlogDfPostCategoryItem,.wtrBlogModernPostHeadlineContent .wtrBlogModernPostCategory a,.wtrBlogModernPostOther,.wtrBlogPostModernSneakPeakAuthor,.wtrBlogPostModernSneakPeakComments,.wtrBlogPostModernSneakPeakDate,.wtrBlogPostModernSneakPeakHeadline a,.wtrBlogPostModernSneakPeakOthers,.wtrClassParticipantHeadline,.wtrClassParticipantNumber,.wtrClassesDifficultMeterInfo,.wtrClassesKcalInfo,.wtrClassesNameColorHolder,.wtrClassesTimeStopWatch .wtrTimeCounter,.wtrClassesTimeStopWatch .wtrTimeCounterLead,.wtrDefBgColor,.wtrEventEntryPrice,.wtrEventStreamItemPrice,.wtrHoverdPostElements:before,.wtrRelatedPosts .wtrHoverdNewsBoxAuthor,.wtrRelatedPosts .wtrHoverdNewsBoxAuthor a,.wtrRelatedPosts .wtrHoverdNewsBoxPostDate,.wtrRelatedPosts .wtrHoverdNewsBoxPostTittle,.wtrShtLinkMeta i,.wtrShtPassesListDark .wtrShtPassesListClassesName,.wtrTrainerPageTrainerName,.wtrTrainerPageTrainerSocialLinks li a,.wtrTrainerPageTrainerSocialLinks li a:hover,.wtrTrainerPageTrainerSurname{color:#fff}.commentsClosed,.menu-item-language ul.sub-menu li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce #payment,.woocommerce #payment ul.payment_methods,.woocommerce #reviews #comments ol.commentlist li .comment-text,.woocommerce .cart-collaterals .cart_totals tr td,.woocommerce .cart-collaterals .cart_totals tr th,.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce p.stars a.star-1,.woocommerce p.stars a.star-2,.woocommerce p.stars a.star-3,.woocommerce p.stars a.star-4,.woocommerce p.stars a.star-5,.woocommerce table.shop_table,.woocommerce table.shop_table td,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th,.woocommerce-ordering,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #payment,.woocommerce-page #payment ul.payment_methods,.woocommerce-page #reviews #comments ol.commentlist li .comment-text,.woocommerce-page .cart-collaterals .cart_totals tr td,.woocommerce-page .cart-collaterals .cart_totals tr th,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page p.stars a.star-1,.woocommerce-page p.stars a.star-2,.woocommerce-page p.stars a.star-3,.woocommerce-page p.stars a.star-4,.woocommerce-page p.stars a.star-5,.woocommerce-page table.shop_table,.woocommerce-page table.shop_table td,.woocommerce-page table.shop_table tfoot td,.woocommerce-page table.shop_table tfoot th,.wtrBlogDfPostContent,.wtrBlogPostSneakPeak,.wtrBlogPostSneakPeakContainer,.wtrBlogStreamModern .wtrPagination,.wtrBreadcrumbColor,.wtrClassDetailsModalContainer,.wtrClassDetailsModalMetaItem,.wtrClassDetailsModalMetaItemDesc,.wtrClassDetailsModalMetaItemHead,.wtrClassDetailsModalMetaItemReadMore,.wtrClassesTrainerInfo,.wtrClassesTrainerItem,.wtrClientItem,.wtrClinetsCarusel .owl-controls,.wtrCommentList .comment-respond,.wtrCommentList .pingback,.wtrCommentList .trackback,.wtrContentSidebar,.wtrDefBorderColor,.wtrEventCategoryItem,.wtrEventEntryDetails,.wtrEventEntryHeadlineContainer,.wtrEventEntryMetaContainer,.wtrEventEntryMetaContainer ul li,.wtrEventEntryPageSidebar,.wtrEventStream .wtrPagination,.wtrEventStreamItemMetaContainer,.wtrEventStreamItemMetaList li,.wtrHeaderColor,.wtrMainNavigation>li.menu-item-language,.wtrMenuScroll.wtrHeaderTransparent .wtrMainNavigation>li.menu-item-language,.wtrMenuScroll.wtrHeaderTransparent .wtrNaviCartLink,.wtrMenuScroll.wtrHeaderTransparent.wtrHeaderFixed .wtrNaviCartLink,.wtrNaviCartLink,.wtrNoItemStream,.wtrPostAuthor,.wtrSearchResultMetaList li,.wtrSearchResults .wtrPagination,.wtrSearchResultsFootline,.wtrSearchResultsHeadline,.wtrShtAccordion ul .wtrShtAccordionItem,.wtrShtClassesListItem,.wtrShtClassesListKcallInfo,.wtrShtContentSlider .owl-theme .owl-dots .owl-dot span,.wtrShtCounter,.wtrShtEventListBtn,.wtrShtEventListItem,.wtrShtIconBox,.wtrShtIconBoxListDivider,.wtrShtIconContainer,.wtrShtLastNewsList .wtrPagination,.wtrShtLastNewsListItemDate,.wtrShtLastNewsListItemDate div,.wtrShtLastNewsListStreamItem,.wtrShtLastNewsStandard .wtrShtLastNewsStandardContainer,.wtrShtLastNewsStandard .wtrShtLastNewsStandardItem,.wtrShtMobileTimeTableDaylyPlanTime,.wtrShtOpenHours,.wtrShtOpenHoursItem,.wtrShtPass,.wtrShtPassDesc,.wtrShtPassHeadline,.wtrShtPassesListLight .wtrShtPassesListContainer,.wtrShtPassesListLight .wtrShtPassesPriceListItem,.wtrShtPayPal.light,.wtrShtPayPal.light .wtrShtPPPrice hr,.wtrShtPayPal.light .wtrShtPayPalItemName hr,.wtrShtStepByStepContainer,.wtrShtTabs .resp-tab-active,.wtrShtTabs .resp-tab-content,.wtrShtTabs .resp-tabs-list li,.wtrShtTabs h2.resp-accordion,.wtrShtTabs h2.resp-tab-title:last-child,.wtrShtTestimonialRot .wtrShtTestimonialStdItem,.wtrShtTimeTableItem td,.wtrShtTimeTableItem th,.wtrShtTimeTableItem thead,.wtrSidebarInner,.wtrSidebarLeft,.wtrSidebarRight,.wtrTimeTableModalTabItem,.wtrTimeTableModalTabs .resp-tab-active,blockquote,pre,table,td,th{border-color:#e5e5e5!important}.wtrDSEventItem .wtrDSItemContainer,.wtrEventStreamItem:hover .wtrPostOverlay,.wtrHoverdModernPostBox:hover .wtrPostOverlay,.wtrRelatedPosts .wtrHoverdNewsBox:hover .overlay,.wtrShtBoxedClassesOverlay,.wtrShtGallery .wtrShtGalleryItem:hover .wtrShtGalleryItemOverlay,.wtrShtLinkMeta,.wtrShtRoom:hover .wtrShtRoomOverlay{background-color:rgba(238,46,36,.7)}.wtrDSEventItem:hover .wtrDSItemContainer,.wtrDSItem:hover .wtrDSItemContainer,.wtrEventStreamItem .wtrPostOverlay,.wtrHoverdModernPostBox .wtrPostOverlay,.wtrRelatedPosts .wtrHoverdNewsBox .overlay,.wtrShtCrewOverlay,.wtrShtLastNewsMetro .wtrShtLastNewsBoxedOverlay,.wtrShtLastNewsModern .wtrShtLastNewsModernBox .wtrPostOverlay,.wtrShtRoomOverlay{background-color:rgba(0,0,0,.3)}.select2-results .select2-highlighted,.wtrShtEventListTime,.wtrShtFullWidthTabs .wtrShtFWT,.wtrShtLastNewsMetro .wtrShtLastNewsBoxedItemHolder,.wtrShtLinkHedline,.wtrShtPassDesc,.wtrShtTimeTableItem thead{background-color:#f5f5f5}.wtrClinetsCarusel.owl-theme .owl-dots .owl-dot span,.wtrShtContentSlider .owl-theme .owl-controls .owl-next,.wtrShtContentSlider .owl-theme .owl-controls .owl-prev,.wtrShtLastNewsModern .owl-theme .owl-dots .owl-dot span,.wtrShtStepByStepInfoNo,.wtrShtWonsterSliderControls:hover span{background-color:rgba(0,0,0,.1)}.wtrCrewItemContainer:hover .wtrShtCrewOverlay,.wtrDSItemContainer,.wtrEventStreamItem:hover .wtrPostOverlay,.wtrEventStreamItemNoPhoto:hover,.wtrHoverdPostBox:hover .wtrPostOverlay,.wtrShtBoxedEventsOverlay,.wtrShtInstagramGalleryItemOverlay,.wtrShtLastNewsListOverlay,.wtrShtLastNewsMetro .wtrShtLastNewsBoxedItemHolder:hover .wtrShtLastNewsBoxedOverlay,.wtrShtLastNewsModern .wtrShtLastNewsModernBox:hover .wtrPostOverlay,.wtrShtLastNewsStandard .wtrShtLastNewsStandardBox:hover .wtrShtLastNewsStandardOverlay,.wtrShtPromoEventOverlay,.wtrShtTrainerOverlay{background-color:rgba(0,0,0,.6)}#calc_shipping_country_field,#calc_shipping_state_field,.select2-container .select2-choice,.select2-search input,.woocommerce #content .quantity,.woocommerce #content .quantity .minus,.woocommerce #content .quantity .plus,.woocommerce #content .quantity input.qty,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #review_form #respond textarea,.woocommerce .comment-form input,.woocommerce .quantity,.woocommerce .quantity .minus,.woocommerce .quantity .plus,.woocommerce .quantity input.qty,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select,.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce-page #content .quantity,.woocommerce-page #content .quantity .minus,.woocommerce-page #content .quantity .plus,.woocommerce-page #content .quantity input.qty,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #review_form #respond textarea,.woocommerce-page .quantity,.woocommerce-page .quantity .minus,.woocommerce-page .quantity .plus,.woocommerce-page .quantity input.qty,.woocommerce-page form .form-row input.input-text,.woocommerce-page form .form-row textarea,.woocommerce-page form.checkout_coupon,.woocommerce-page form.login,.woocommerce-page form.register,.woocommerce-page table.cart td.actions .coupon .input-text,.wpcf7 input[type=date],.wpcf7 input[type=tel],.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=text],.wpcf7 input[type=number],.wpcf7 textarea,.wtrCommentList #respond input[type=text],.wtrCommentList .comment-form,.wtrCommentList input,.wtrCommentList textarea,.wtrDefInputColor,.wtrPassProtectedContent input[type=password],.wtrSearchFormAlter input[type=text]{border-color:#e5e5e5}#calc_shipping_country_field,#calc_shipping_state_field,.select2-container .select2-choice,.select2-drop,.select2-results,.select2-results .select2-ajax-error,.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit,.select2-search input,.woocommerce #content .quantity,.woocommerce #content .quantity .minus,.woocommerce #content .quantity .plus,.woocommerce #content .quantity input.qty,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #review_form #respond textarea,.woocommerce .comment-form input,.woocommerce .quantity,.woocommerce .quantity .minus,.woocommerce .quantity .plus,.woocommerce .quantity input.qty,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce-ordering,.woocommerce-page #content .quantity,.woocommerce-page #content .quantity .minus,.woocommerce-page #content .quantity .plus,.woocommerce-page #content .quantity input.qty,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #review_form #respond textarea,.woocommerce-page .quantity,.woocommerce-page .quantity .minus,.woocommerce-page .quantity .plus,.woocommerce-page .quantity input.qty,.woocommerce-page .wtrContainer #content .quantity .minus:hover,.woocommerce-page .wtrContainer #content .quantity .plus:hover,.woocommerce-page .wtrContainer .quantity .minus:hover,.woocommerce-page .wtrContainer .quantity .plus:hover,.woocommerce-page form .form-row input.input-text,.woocommerce-page form .form-row textarea,.woocommerce-page form.checkout_coupon,.woocommerce-page form.login,.woocommerce-page form.register,.woocommerce-page table.cart td.actions .coupon .input-text,.wpcf7 input[type=date],.wpcf7 input[type=tel],.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=text],.wpcf7 input[type=number],.wpcf7 textarea,.wtrCommentList #respond input[type=text],.wtrCommentList .comment-form,.wtrCommentList input,.wtrCommentList textarea,.wtrDefInputColor,.wtrPassProtectedContent input[type=password],.wtrSearchFormAlter input[type=text]{background-color:#fff!important}#calc_shipping_country_field select,#calc_shipping_state_field select,.select2-drop,.select2-results .select2-ajax-error,.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit,.select2-search input,.woocommerce #content .quantity,.woocommerce #content .quantity .minus,.woocommerce #content .quantity .plus,.woocommerce #content .quantity input.qty,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #review_form #respond textarea,.woocommerce .comment-form input,.woocommerce .quantity,.woocommerce .quantity .minus,.woocommerce .quantity .plus,.woocommerce .quantity input.qty,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce-page #content .quantity,.woocommerce-page #content .quantity .minus,.woocommerce-page #content .quantity .plus,.woocommerce-page #content .quantity input.qty,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #review_form #respond textarea,.woocommerce-page .quantity,.woocommerce-page .quantity .minus,.woocommerce-page .quantity .plus,.woocommerce-page .quantity input.qty,.woocommerce-page form .form-row input.input-text,.woocommerce-page form .form-row textarea,.woocommerce-page form.checkout_coupon,.woocommerce-page form.login,.woocommerce-page form.register,.woocommerce-page table.cart td.actions .coupon .input-text,.wpcf7 input[type=date],.wpcf7 input[type=tel],.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=text],.wpcf7 input[type=number],.wpcf7 textarea,.wtrCommentList #respond input[type=text],.wtrCommentList .comment-form,.wtrCommentList input,.wtrCommentList textarea,.wtrDefInputColor,.wtrPassProtectedContent input[type=password],.wtrSearchFormAlter input[type=text],a.select2-choice span.select2-chosen{color:#555}.woocommerce .wtrContainer #content input.button.alt,.woocommerce .wtrContainer #respond input#submit.alt,.woocommerce .wtrContainer a.button.alt,.woocommerce .wtrContainer button.button.alt,.woocommerce .wtrContainer button.single_add_to_cart_button,.woocommerce .wtrContainer input.button.alt,.woocommerce-page .wtrContainer #content input.button.alt,.woocommerce-page .wtrContainer #respond input#submit.alt,.woocommerce-page .wtrContainer a.button.alt,.woocommerce-page .wtrContainer button.button.alt,.woocommerce-page .wtrContainer input.button.alt,.wpcf7 input[type=submit],.wtrCPPayPalBtnAct,.wtrClassDetailsModalClassBtn,.wtrCommentList #respond #submit,.wtrDefStdButton,.wtrEPPayPalBtnAct:hover,.wtrHoverdPostButtonContainer .wtrButtonStd,.wtrPLPayPalBtnAct:hover,.wtrPaginationList li .active,.wtrPaginationList li a:hover,.wtrPassProtectedContent input[type=submit],.wtrPayPal .wtrPayPalBtnAct:hover,.wtrShtLastNewsStandard a.wtrButtonStd.green,.wtrShtPayPal.light .wtrShtPPPriceBtn,.wtrShtPromoEventBtn,.wtrShtTimeTable .wtrShtTimeTableBtn,.wtrShtTimeTable .wtrShtTimeTableHeadlinePeriod,.wtrSmartNavigation .dl-menuwrapper .dl-trigger,.wtrTimeTableClassesCategory{background-color:#ee2e24!important;color:#fff}.woocommerce .wtrContainer #content input.button.alt:hover,.woocommerce .wtrContainer #respond input#submit.alt:hover,.woocommerce .wtrContainer a.button.alt:hover,.woocommerce .wtrContainer button.button.alt:hover,.woocommerce .wtrContainer input.button.alt:hover,.woocommerce-page .wtrContainer #content input.button.alt:hover,.woocommerce-page .wtrContainer #respond input#submit.alt:hover,.woocommerce-page .wtrContainer a.button.alt:hover,.woocommerce-page .wtrContainer button.button.alt:hover,.woocommerce-page .wtrContainer input.button.alt:hover,.wpcf7 input[type=submit]:hover,.wtrCPPayPalBtnAct:hover,.wtrClassDetailsModalClassBtn:hover,.wtrCommentList #respond #submit:hover,.wtrDefStdButton:hover,.wtrEPPayPalBtnAct,.wtrHoverdPostButtonContainer .wtrButtonStd:hover,.wtrPLPayPalBtnAct,.wtrPassProtectedContent input[type=submit]:hover,.wtrPayPal .wtrPayPalBtnAct,.wtrShtPPPriceBtn,.wtrShtPayPal.light .wtrShtPPPriceBtn:hover,.wtrShtPromoEventBtn:hover,.wtrShtTimeTable .wtrShtTimeTableBtn:hover,.wtrSidebar.wtrSidebarWdg .widget_price_filter .ui-slider .ui-slider-handle,.wtrTimeTableClassesCategory:hover{background-color:#ee2e24!important}.woocommerce .wtrContainer #content input.button.alt:hover,.woocommerce .wtrContainer #respond input#submit.alt:hover,.woocommerce .wtrContainer a.button.alt:hover,.woocommerce .wtrContainer button.button.alt:hover,.woocommerce .wtrContainer input.button.alt:hover,.woocommerce-page .wtrContainer #content input.button.alt:hover,.woocommerce-page .wtrContainer #respond input#submit.alt:hover,.woocommerce-page .wtrContainer a.button.alt:hover,.woocommerce-page .wtrContainer button.button.alt:hover,.woocommerce-page .wtrContainer input.button.alt:hover,.wpcf7 input[type=submit]:hover,.wtrCPPayPalBtnAct:hover,.wtrClassDetailsModalClassBtn:hover,.wtrCommentList #respond #submit:hover,.wtrDefStdButton:hover,.wtrEPPayPalBtnAct,.wtrHoverdPostButtonContainer .wtrButtonStd:hover,.wtrPLPayPalBtnAct,.wtrPassProtectedContent input[type=submit]:hover,.wtrPayPal .wtrPayPalBtnAct,.wtrShtPPPriceBtn,.wtrShtPayPal.light .wtrShtPPPriceBtn:hover,.wtrShtPromoEventBtn:hover,.wtrShtTimeTable .wtrShtTimeTableBtn,.wtrTimeTableClassesCategory:hover{color:#fff}.woocommerce #content input.button,.woocommerce #content nav.woocommerce-pagination ul li a,.woocommerce #content nav.woocommerce-pagination ul li span,.woocommerce #respond input#submit,.woocommerce .wtrContainer #content input.button,.woocommerce .wtrContainer #respond input#submit,.woocommerce .wtrContainer a.button,.woocommerce .wtrContainer button.button,.woocommerce .wtrContainer input.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span,.woocommerce-page #content input.button,.woocommerce-page #content nav.woocommerce-pagination ul li a,.woocommerce-page #content nav.woocommerce-pagination ul li span,.woocommerce-page #respond input#submit,.woocommerce-page .wtrContainer #content input.button,.woocommerce-page .wtrContainer #respond input#submit,.woocommerce-page .wtrContainer a.button,.woocommerce-page .wtrContainer button.button,.woocommerce-page .wtrContainer input.button,.woocommerce-page a.button,.woocommerce-page button.button,.woocommerce-page input.button,.woocommerce-page nav.woocommerce-pagination ul li a,.woocommerce-page nav.woocommerce-pagination ul li span,.wtrBlogDfPostOtherLink,.wtrCommentList .comment .reply a,.wtrEventEntryMetaFacebook,.wtrEventEntryMetaGoogle,.wtrFacebookShare,.wtrGoogleShare,.wtrPaginationList li a,.wtrPinterestShare,.wtrRelatedPosts .owl-controls,.wtrRelatedPosts .owl-theme .owl-dots .owl-dot span,.wtrShtLastNewsStandard .wtrShtLastNewsStandardOtherLink,.wtrTumblrShare,.wtrTwitterShare{background-color:#efefef!important}.woocommerce #content input.button,.woocommerce #content nav.woocommerce-pagination ul li a,.woocommerce #content nav.woocommerce-pagination ul li span,.woocommerce #respond input#submit,.woocommerce .wtrContainer #content input.button,.woocommerce .wtrContainer #respond input#submit,.woocommerce .wtrContainer a.button,.woocommerce .wtrContainer button.button,.woocommerce .wtrContainer input.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span,.woocommerce-page #content input.button,.woocommerce-page #content nav.woocommerce-pagination ul li a,.woocommerce-page #content nav.woocommerce-pagination ul li span,.woocommerce-page #respond input#submit,.woocommerce-page .wtrContainer #content input.button,.woocommerce-page .wtrContainer #respond input#submit,.woocommerce-page .wtrContainer a.button,.woocommerce-page .wtrContainer button.button,.woocommerce-page .wtrContainer input.button,.woocommerce-page a.button,.woocommerce-page button.button,.woocommerce-page input.button,.woocommerce-page nav.woocommerce-pagination ul li a,.woocommerce-page nav.woocommerce-pagination ul li span,.wtrBlogDfPostOtherLink,.wtrCommentList .comment .reply a,.wtrContainer .woocommerce p a.button,.wtrEventEntryMetaFacebook,.wtrEventEntryMetaGoogle,.wtrFacebookShare,.wtrGoogleShare,.wtrPaginationList li a,.wtrPinterestShare,.wtrPostAuthorSocialLink:hover,.wtrRelatedPosts .owl-controls,.wtrRelatedPosts .owl-next:hover:after,.wtrRelatedPosts .owl-prev:hover:after,.wtrRelatedPosts .owl-theme .owl-dots .owl-dot span,.wtrShtLastNewsStandard .wtrShtLastNewsStandardOtherLink,.wtrTumblrShare,.wtrTwitterShare{color:#555}.woocommerce #content input.button:hover,.woocommerce #content nav.woocommerce-pagination ul li a:focus,.woocommerce #content nav.woocommerce-pagination ul li a:hover,.woocommerce #content nav.woocommerce-pagination ul li span.current,.woocommerce #content nav.woocommerce-pagination ul li span:hover,.woocommerce #respond input#submit:hover,.woocommerce .wtrContainer #content input.button:hover,.woocommerce .wtrContainer #respond input#submit:hover,.woocommerce .wtrContainer a.button:hover,.woocommerce .wtrContainer button.button:hover,.woocommerce .wtrContainer input.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover .woocommerce-page #content input.button:hover,.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li span:hover,.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,.woocommerce-page #content nav.woocommerce-pagination ul li span.current,.woocommerce-page #content nav.woocommerce-pagination ul li span:hover,.woocommerce-page #respond input#submit:hover,.woocommerce-page .wtrContainer #content input.button:hover,.woocommerce-page .wtrContainer #respond input#submit:hover,.woocommerce-page .wtrContainer a.button:hover,.woocommerce-page .wtrContainer button.button:hover,.woocommerce-page .wtrContainer input.button:hover,.woocommerce-page a.button:hover,.woocommerce-page button.button:hover,.woocommerce-page input.button:hover,.woocommerce-page nav.woocommerce-pagination ul li a:focus,.woocommerce-page nav.woocommerce-pagination ul li a:hover,.woocommerce-page nav.woocommerce-pagination ul li span.current,.woocommerce-page nav.woocommerce-pagination ul li span:hover,.wtrBlogDfPostOtherLink:hover,.wtrCommentList .comment .reply a:hover,.wtrRelatedPosts .owl-theme .owl-dots .owl-dot.active span,.wtrRelatedPosts .owl-theme .owl-dots .owl-dot:hover span,.wtrShtLastNewsStandard .wtrShtLastNewsStandardOtherLink:hover{background-color:#1fce6d!important;color:#fff}.comment-edit-link,.entry-summary .product_meta .posted_in a,.entry-summary .product_meta .tagged_as a,.login .lost_password a,.woocommerce .order_details a,.woocommerce .shop_table a,.woocommerce .woocommerce-error a,.woocommerce .woocommerce-info a,.woocommerce .woocommerce-message a,.woocommerce .woocommerce-review-link,.woocommerce a.chosen-single,.woocommerce a.wc-forward,.woocommerce-info a,.woocommerce-page .woocommerce-error a,.woocommerce-page .woocommerce-info a,.woocommerce-page .woocommerce-message a,.wtrBlogDfPostCategoryItem a,.wtrClassesTrainerItemLink,.wtrCommentList #respond .logged-in-as a,.wtrCommentList .comment-navigation a,.wtrCommentList .pingback .comment-meta a,.wtrCommentList .trackback .comment-meta a,.wtrDefBorderLink,.wtrEventCategoryItem a,.wtrEventEntryCategoryItem,.wtrEventEntryCategoryItem a,.wtrNoItemStreamHeadline,p.myaccount_user a{color:#555}.commentsClosed,.woocommerce #content div.product p.price del,.woocommerce #content div.product span.price del,.woocommerce #payment div.payment_box p,.woocommerce a.about_paypal,.woocommerce div.product p.price del,.woocommerce div.product span.price del,.woocommerce ul.products li.product .price del,.woocommerce-page #content div.product p.price del,.woocommerce-page #content div.product span.price del,.woocommerce-page #payment div.payment_box p,.woocommerce-page div.product p.price del,.woocommerce-page div.product span.price del,.woocommerce-page ul.products li.product .price del,.wtrClassDetailsModalClassTime,.wtrClassDetailsModalMetaHeadline,.wtrDailyScheduleHeadlineAddText,.wtrDailyScheduleName,.wtrPostAuthorSocialLink,.wtrRelatedPosts .owl-next,.wtrRelatedPosts .owl-prev,.wtrSearchResultMetaList li,.wtrSearchResultMetaList li a,.wtrShtAccordion ul .wtrShtAccordionItem>.wtrShtAccordionHeadline .wtrShtAccordionNavi:after,.wtrShtAccordionHeadline,.wtrShtFullWidthTabs .wtrShtFWT li a,.wtrShtLastNewsListCommentsName,.wtrShtLastNewsListItemAuthor a,.wtrShtLastNewsListItemDate div,.wtrShtLinkHedline,.wtrShtMobileTimeTableClass:after,.wtrShtMobileTimeTableEventHeadline,.wtrShtMobileTimeTableHeadline span,.wtrShtOpenHoursItemShedule,.wtrShtPassDesc,.wtrShtPassesList.wtrShtPassesListLight .wtrShtPassesListHeadline .wtrShtPassesListNavi:after,.wtrShtPromoEventAdditional,.wtrShtPromoEventDate,.wtrShtTabs li,.wtrShtTestimonialRot .wtrShtTestimonialStdAuthorName,.wtrShtTestimonialStd .wtrShtTestimonialStdAuthorName,.wtrShtTimeTableEvent .wtrShtTimeTableEventHeadline,.wtrShtTimeTableItem tbody td .wtrShtTimeTableEntryTime,.wtrShtTimeTableItem thead th .wtrShtTimeTableHead{color:#999!important}.wtrBlogPostModernSneakPeakAuthorImg,.wtrClassesTrainerPicture,.wtrCommentList .comment-author .avatar,.wtrCrewItemPictureContainer .wtrCrewItemPicture,.wtrPostAutorPicture,.wtrShtBoxedEventPrice,.wtrShtLastNewsModern .wtrShtLastNewsModernBoxAuthorImg,.wtrShtSliderGallery .flex-control-paging li a,.wtrShtTestimonialStdAuthorPicContainer .wtrShtTestimonialStdAuthorPic,.wtrShtWonsterSliderDotsContainer .wtrShtWonsterSliderDots li span,.wtrTrainerPagePicture{border-color:#fff}.wtrSidebarWdg #wp-calendar caption,.wtrSidebarWdg #wp-calendar tbody td a,.wtrSidebarWdg #wp-calendar tfoot #next a,.wtrSidebarWdg #wp-calendar tfoot #prev a,.wtrSidebarWdg .cat-item span,.wtrSidebarWdg .total strong,.wtrSidebarWdg .widget h6,.wtrSidebarWdg .widget_archive ul li a,.wtrSidebarWdg .widget_categories ul li a,.wtrSidebarWdg .widget_nav_menu ul li a,.wtrSidebarWdg .widget_pages ul li a,.wtrSidebarWdg .widget_price_filter .price_label .from,.wtrSidebarWdg .widget_price_filter .price_label .to,.wtrSidebarWdg .widget_recent_comments ul li a,.wtrSidebarWdg .widget_recent_entries ul li a,.wtrSidebarWdg .widget_rss .rss-date,.wtrSidebarWdg .widget_rss h6 a.rsswidget,.wtrSidebarWdg .widget_rss ul li a,.wtrSidebarWdg .widget_text a,.wtrSidebarWdg .woocommerce ul.cart_list li a,.wtrSidebarWdg .woocommerce ul.product_list_widget li a,.wtrSidebarWdg .woocommerce-page ul.cart_list li a,.wtrSidebarWdg .woocommerce-page ul.product_list_widget li a,.wtrSidebarWdg .wtrWidgetCountdownHeadline a,.wtrSidebarWdg .wtrWidgetNavigationFirstLvl,.wtrSidebarWdg .wtrWidgetNavigationFirstLvlItem a,.wtrSidebarWdg .wtrWidgetNewsletterInput,.wtrSidebarWdg .wtrWidgetNextForTodayLink,.wtrSidebarWdg .wtrWidgetOpenHoursDay,.wtrSidebarWdg .wtrWidgetRecentCommLink a,.wtrSidebarWdg .wtrWidgetRecentPostHeadline a,.wtrSidebarWdg .wtrWidgetTestimonialRotItemDesc,.wtrSidebarWdg .wtrWidgetTrainersLink,.wtrSidebarWdg .wtrWidgetTwitterStreamItemTittle a{color:#000}.wtrSidebarWdg #wp-calendar tbody td,.wtrSidebarWdg #wp-calendar thead th,.wtrSidebarWdg .tagcloud a,.wtrSidebarWdg .widget_archive ul li,.wtrSidebarWdg .widget_categories ul li,.wtrSidebarWdg .widget_layered_nav_filters ul li a,.wtrSidebarWdg .widget_nav_menu ul li.menu-item-has-children a,.wtrSidebarWdg .widget_pages ul li.page_item_has_children a,.wtrSidebarWdg .widget_price_filter .price_label,.wtrSidebarWdg .widget_product_categories .product-categories a,.wtrSidebarWdg .widget_products del,.wtrSidebarWdg .widget_products del .amount,.wtrSidebarWdg .widget_recent_comments ul li,.wtrSidebarWdg .widget_recent_comments ul li:before,.wtrSidebarWdg .widget_recent_entries ul li .post-date,.wtrSidebarWdg .widget_recent_entries ul li a:before,.wtrSidebarWdg .widget_recent_reviews .reviewer,.wtrSidebarWdg .widget_recently_viewed_products del,.wtrSidebarWdg .widget_recently_viewed_products del .amount,.wtrSidebarWdg .widget_rss ul li,.wtrSidebarWdg .widget_shopping_cart .amount,.wtrSidebarWdg .widget_shopping_cart .cart_list .quantity .amount,.wtrSidebarWdg .widget_shopping_cart .empty,.wtrSidebarWdg .widget_shopping_cart .quantity,.wtrSidebarWdg .widget_tag_cloud .tagcloud a,.wtrSidebarWdg .widget_text,.wtrSidebarWdg .widget_text p,.wtrSidebarWdg .widget_top_rated_products del,.wtrSidebarWdg .widget_top_rated_products del .amount,.wtrSidebarWdg .widget_wtrwidgetpromo p,.wtrSidebarWdg .woocommerce ul.cart_list del .amount,.wtrSidebarWdg .woocommerce ul.product_list_widget del .amount,.wtrSidebarWdg .woocommerce-page ul.cart_list del .amount,.wtrSidebarWdg .woocommerce-page ul.product_list_widget del .amount,.wtrSidebarWdg .wtrWidgetMembershipName,.wtrSidebarWdg .wtrWidgetNavigationSecondLvlItem a,.wtrSidebarWdg .wtrWidgetNewsletterDesc,.wtrSidebarWdg .wtrWidgetNextForTodayMeta,.wtrSidebarWdg .wtrWidgetOpenHoursTime,.wtrSidebarWdg .wtrWidgetRecentCommDate,.wtrSidebarWdg .wtrWidgetRecentCommWriter,.wtrSidebarWdg .wtrWidgetRecentPostDate,.wtrSidebarWdg .wtrWidgetSocialIconLink,.wtrSidebarWdg .wtrWidgetTestimonialRotItemAuthor,.wtrSidebarWdg .wtrWidgetTodayIsDesc,.wtrSidebarWdg .wtrWidgetTrainerHeadline,.wtrSidebarWdg .wtrWidgetTwitterStreamItemDate,.wtrSidebarWdg .wtrWidgetTwitterStreamItemTittle,.wtrSidebarWdg del .amount,.wtrSidebarWdg ul.cart_list li:before,.wtrSidebarWdg ul.product_list_widget li:before{color:#888}.wtrSidebarWdg .owl-carousel .owl-controls .owl-nav .owl-next:hover:after,.wtrSidebarWdg .owl-carousel .owl-controls .owl-nav .owl-prev:hover:after,.wtrSidebarWdg .price_slider_amount .button:hover,.wtrSidebarWdg .widget_meta ul li a,.wtrSidebarWdg .widget_price_filter .price_slider_amount .button:hover,.wtrSidebarWdg .widget_price_filter .ui-slider .ui-slider-handle,.wtrSidebarWdg .widget_price_filter .ui-slider .ui-slider-range,.wtrSidebarWdg .widget_shopping_cart .buttons .button.checkout,.wtrSidebarWdg .widget_shopping_cart .buttons .button:hover,.wtrSidebarWdg .widget_wtrwidgetpromo .wtrDefStdButton,.wtrSidebarWdg .wtrWidgetCountdown .countdown-amount,.wtrSidebarWdg .wtrWidgetCountdown .countdown-period,.wtrSidebarWdg .wtrWidgetCountdownDate,.wtrSidebarWdg .wtrWidgetCountdownPrice,.wtrSidebarWdg .wtrWidgetOpenIcon,.wtrSidebarWdg .wtrWidgetRecentGalleryOverlay span:before,.wtrSidebarWdg .wtrWidgetRecentPostImgOverlay span:before,.wtrSidebarWdg .wtrWidgetSocialIconLink:hover,.wtrSidebarWdg .wtrWidgetTagItemLink:hover,.wtrSidebarWdg .wtrWidgetTodayIsOpenHours,.wtrSidebarWdg .wtrWidgetTrainerImgOverlay span:before,.wtrSidebarWdg .wtrWidgetUpcomingEventsDate,.wtrSidebarWdg .wtrWidgetUpcomingEventsHeadline a{color:#fff!important}.widget_product_search input[type=search],.wtrSidebarWdg .widget_product_search input#s,.wtrSidebarWdg .widget_search input[type=text],.wtrSidebarWdg .wtrWidgetNewsletterInput{background-color:#fff}.widget_product_search input[type=search],.wtrSidebarWdg .widget_product_search input#s,.wtrSidebarWdg .widget_search input[type=text],.wtrSidebarWdg .wtrWidgetCountdownHeadline a,.wtrSidebarWdg .wtrWidgetNewsletterInput{color:#000}.wtrSidebarWdg .price_slider_amount .button:hover,.wtrSidebarWdg .widget_meta ul,.wtrSidebarWdg .widget_price_filter .price_slider_amount .button:hover,.wtrSidebarWdg .widget_price_filter .ui-slider .ui-slider-handle,.wtrSidebarWdg .widget_price_filter .ui-slider .ui-slider-range,.wtrSidebarWdg .widget_shopping_cart .buttons .button.checkout,.wtrSidebarWdg .widget_shopping_cart .buttons .button:hover,.wtrSidebarWdg .widget_wtrwidgetpromo .wtrDefStdButton,.wtrSidebarWdg .wtrWidgetCountdown,.wtrSidebarWdg .wtrWidgetCountdownDate,.wtrSidebarWdg .wtrWidgetNavigationFirstLvlItem:before,.wtrSidebarWdg .wtrWidgetOpenIcon,.wtrSidebarWdg .wtrWidgetRecentCommLink:before,.wtrSidebarWdg .wtrWidgetSocialIconLink:hover,.wtrSidebarWdg .wtrWidgetTagItemLink:hover,.wtrSidebarWdg .wtrWidgetTestimonial .wtrShtTestimonialRot .wtrRotProgress,.wtrSidebarWdg .wtrWidgetTodayIsOpenHours,.wtrSidebarWdg .wtrWidgetUpcomingEventsHeadline a,.wtrSidebarWdg .wtrWidgetUpcomingEventsPrice,.wtrSidebarWdg .wtrWidgetUpcomingEventsRotator .owl-dots .owl-dot.active span,.wtrSidebarWdg .wtrWidgetUpcomingEventsRotator .owl-next:hover,.wtrSidebarWdg .wtrWidgetUpcomingEventsRotator .owl-prev:hover{background-color:#1fce6d!important}.widget_product_categories .product-categories li,.widget_product_search input[type=search],.wtrSidebarWdg #wp-calendar caption,.wtrSidebarWdg #wp-calendar tbody td,.wtrSidebarWdg #wp-calendar tfoot,.wtrSidebarWdg #wp-calendar thead,.wtrSidebarWdg .widget_archive ul li,.wtrSidebarWdg .widget_meta ul li,.wtrSidebarWdg .widget_nav_menu ul li.menu-item-has-children,.wtrSidebarWdg .widget_pages ul li.page_item_has_children,.wtrSidebarWdg .widget_product_search input#s,.wtrSidebarWdg .widget_products ul.product_list_widget li,.wtrSidebarWdg .widget_recent_entries ul li,.wtrSidebarWdg .widget_recent_reviews ul.product_list_widget li,.wtrSidebarWdg .widget_recent_reviews ul.product_list_widget li .wtrSidebarWdg .woocommerce .widget_shopping_cart .total,.wtrSidebarWdg .widget_recently_viewed_products ul.product_list_widget li,.wtrSidebarWdg .widget_search input[type=text],.wtrSidebarWdg .widget_top_rated_products ul.product_list_widget li,.wtrSidebarWdg .woocommerce-page .widget_shopping_cart .total,.wtrSidebarWdg .woocommerce-page.widget_shopping_cart .total,.wtrSidebarWdg .woocommerce.widget_shopping_cart .total,.wtrSidebarWdg .wtrWidgetMembershipItem,.wtrSidebarWdg .wtrWidgetNavigationSecondLvl,.wtrSidebarWdg .wtrWidgetNavigationThirdLvl,.wtrSidebarWdg .wtrWidgetNewsletterInput,.wtrSidebarWdg .wtrWidgetNextForTodayItem,.wtrSidebarWdg .wtrWidgetRecentCommList,.wtrSidebarWdg .wtrWidgetTestimonial .wtrShtTestimonialRot .wtrShtTestimonialStdItem{border-color:rgba(0,0,0,.15)}.wtrCommentList em.comment-awaiting-moderation,.wtrSidebarWdg .widget_nav_menu ul li a:after,.wtrSidebarWdg .widget_pages ul li a:after,.wtrSidebarWdg .widget_product_search .screen-reader-text:before,.wtrSidebarWdg .widget_products ins .amount,.wtrSidebarWdg .widget_recently_viewed_products ins .amount,.wtrSidebarWdg .widget_search label,.wtrSidebarWdg .widget_shopping_cart_content .total .amount,.wtrSidebarWdg .widget_top_rated_products ins .amount,.wtrSidebarWdg .woocommerce ul.product_list_widget .amount,.wtrSidebarWdg .woocommerce-page ul.cart_list .amount,.wtrSidebarWdg .woocommerce-page ul.product_list_widget .amount,.wtrSidebarWdg .wtrWidgetMembershipItemPrice,.wtrSidebarWdg .wtrWidgetNewsletterPrivacyPolicy,.wtrSidebarWdg .wtrWidgetNextForTodayItem:before,.wtrSidebarWdg .wtrWidgetRecentCommWriter i,.wtrSidebarWdg .wtrWidgetTodayIsLink,.wtrSidebarWdg .wtrWidgetTwitterStreamItemDate:before{color:#1fce6d}.wtrSidebarWdg .price_slider_amount .button,.wtrSidebarWdg .widget_price_filter .price_slider_amount .button,.wtrSidebarWdg .widget_price_filter .price_slider_wrapper .ui-widget-content,.wtrSidebarWdg .widget_shopping_cart .buttons .button,.wtrSidebarWdg .widget_wtrwidgetpromo .wtrDefStdButton:hover,.wtrSidebarWdg .wtrWidgetSocialIconLink,.wtrSidebarWdg .wtrWidgetTagItemLink,.wtrSidebarWdg .wtrWidgetUpcomingEventsRotator .owl-dots .owl-dot span,.wtrSidebarWdg .wtrWidgetUpcomingEventsRotator .owl-nav{background:rgba(0,0,0,.05)!important}.wtrSidebarWdg .price_slider_amount .button,.wtrSidebarWdg .widget_price_filter .price_slider_amount .button,.wtrSidebarWdg .widget_price_filter .price_slider_wrapper .ui-widget-content,.wtrSidebarWdg .widget_shopping_cart .buttons .button,.wtrSidebarWdg .widget_wtrwidgetpromo .wtrDefStdButton:hover,.wtrSidebarWdg .wtrWidgetTagItemLink,.wtrSidebarWdg .wtrWidgetUpcomingEventsRotator .owl-next:after,.wtrSidebarWdg .wtrWidgetUpcomingEventsRotator .owl-prev:after{color:#555!important}.wtrFooterWdg #wp-calendar caption,.wtrFooterWdg #wp-calendar tbody td a,.wtrFooterWdg #wp-calendar tfoot #next a,.wtrFooterWdg #wp-calendar tfoot #prev a,.wtrFooterWdg .cat-item span,.wtrFooterWdg .price_slider_amount .button,.wtrFooterWdg .widget h6,.wtrFooterWdg .widget_archive ul li a,.wtrFooterWdg .widget_categories ul li a,.wtrFooterWdg .widget_meta ul li a,.wtrFooterWdg .widget_nav_menu ul li a,.wtrFooterWdg .widget_pages ul li a,.wtrFooterWdg .widget_price_filter .price_slider_amount .button,.wtrFooterWdg .widget_price_filter .price_slider_wrapper .ui-widget-content,.wtrFooterWdg .widget_recent_comments ul li a,.wtrFooterWdg .widget_recent_entries ul li a,.wtrFooterWdg .widget_rss .rss-date,.wtrFooterWdg .widget_rss h6 a.rsswidget,.wtrFooterWdg .widget_rss ul li a,.wtrFooterWdg .widget_shopping_cart .buttons .button,.wtrFooterWdg .widget_text a,.wtrFooterWdg .woocommerce ul.cart_list li a,.wtrFooterWdg .woocommerce ul.product_list_widget li a,.wtrFooterWdg .woocommerce-page ul.cart_list li a,.wtrFooterWdg .woocommerce-page ul.product_list_widget li a,.wtrFooterWdg .wtrWidgetCountdown .countdown-amount,.wtrFooterWdg .wtrWidgetCountdown .countdown-period,.wtrFooterWdg .wtrWidgetCountdownDate,.wtrFooterWdg .wtrWidgetCountdownPrice,.wtrFooterWdg .wtrWidgetNavigationFirstLvl,.wtrFooterWdg .wtrWidgetNavigationFirstLvlItem a,.wtrFooterWdg .wtrWidgetNextForTodayLink,.wtrFooterWdg .wtrWidgetOpenHoursDay,.wtrFooterWdg .wtrWidgetOpenIcon,.wtrFooterWdg .wtrWidgetRecentCommLink a,.wtrFooterWdg .wtrWidgetRecentPostHeadline a,.wtrFooterWdg .wtrWidgetTestimonialRotItemDesc,.wtrFooterWdg .wtrWidgetTodayIsOpenHours,.wtrFooterWdg .wtrWidgetTrainerMetaContainer,.wtrFooterWdg .wtrWidgetTrainersLink,.wtrFooterWdg .wtrWidgetTwitterStreamItemTittle a,.wtrFooterWdg .wtrWidgetUpcomingEventsDate,.wtrFooterWdg .wtrWidgetUpcomingEventsHeadline a,.wtrFooterWdg .wtrWidgetUpcomingEventsPrice{color:#fff}.wtrSidebarWdg .wtrWidgetRecentGalleryOverlay,.wtrSidebarWdg .wtrWidgetRecentPostImgOverlay,.wtrSidebarWdg .wtrWidgetTrainerImgOverlay{background:rgba(31,206,109,.8)}.wtrSidebarWdg .wtrWidgetCountdownPrice,.wtrSidebarWdg .wtrWidgetUpcomingEventsDate{background-color:rgba(0,0,0,.6)}.wtrFooterColor{background-color:#000}.wtrFooterWdg #wp-calendar tbody td,.wtrFooterWdg .price_slider_amount .button,.wtrFooterWdg .tagcloud a,.wtrFooterWdg .widget_archive ul li,.wtrFooterWdg .widget_categories ul li,.wtrFooterWdg .widget_layered_nav_filters ul li a,.wtrFooterWdg .widget_nav_menu ul li.menu-item-has-children a,.wtrFooterWdg .widget_pages ul li.page_item_has_children a,.wtrFooterWdg .widget_price_filter .price_label,.wtrFooterWdg .widget_price_filter .price_slider_amount .button,.wtrFooterWdg .widget_price_filter .price_slider_wrapper .ui-widget-content,.wtrFooterWdg .widget_product_categories .product-categories a,.wtrFooterWdg .widget_products del,.wtrFooterWdg .widget_products del .amount,.wtrFooterWdg .widget_recent_comments ul li,.wtrFooterWdg .widget_recent_entries ul li .post-date,.wtrFooterWdg .widget_recent_reviews .reviewer,.wtrFooterWdg .widget_recently_viewed_products del,.wtrFooterWdg .widget_recently_viewed_products del .amount,.wtrFooterWdg .widget_rss ul li,.wtrFooterWdg .widget_shopping_cart .amount,.wtrFooterWdg .widget_shopping_cart .buttons .button,.wtrFooterWdg .widget_shopping_cart .cart_list .quantity .amount,.wtrFooterWdg .widget_shopping_cart .empty,.wtrFooterWdg .widget_shopping_cart .quantity,.wtrFooterWdg .widget_shopping_cart .total strong,.wtrFooterWdg .widget_tag_cloud .tagcloud a,.wtrFooterWdg .widget_text,.wtrFooterWdg .widget_text p,.wtrFooterWdg .widget_top_rated_products del,.wtrFooterWdg .widget_top_rated_products del .amount,.wtrFooterWdg .widget_wtrwidgetpromo,.wtrFooterWdg .widget_wtrwidgetpromo .wtrDefStdButton:hover,.wtrFooterWdg .widget_wtrwidgetpromo p,.wtrFooterWdg .woocommerce ul.cart_list del .amount,.wtrFooterWdg .woocommerce ul.product_list_widget del .amount,.wtrFooterWdg .woocommerce-page ul.cart_list del .amount,.wtrFooterWdg .woocommerce-page ul.product_list_widget del .amount,.wtrFooterWdg .wtrWidgetMembershipName,.wtrFooterWdg .wtrWidgetNavigationSecondLvlItem a,.wtrFooterWdg .wtrWidgetNewsletterDesc,.wtrFooterWdg .wtrWidgetNextForTodayMeta,.wtrFooterWdg .wtrWidgetOpenHoursTime,.wtrFooterWdg .wtrWidgetRecentCommDate,.wtrFooterWdg .wtrWidgetRecentCommWriter,.wtrFooterWdg .wtrWidgetRecentPostDate,.wtrFooterWdg .wtrWidgetTestimonialRotItemAuthor,.wtrFooterWdg .wtrWidgetTodayIsDesc,.wtrFooterWdg .wtrWidgetTrainerHeadline,.wtrFooterWdg .wtrWidgetTwitterStreamItem .wtrWidgetTwitterStreamItemDate,.wtrFooterWdg .wtrWidgetTwitterStreamItemTittle,.wtrFooterWdg del .amount,.wtrFooterWdg ul.cart_list li:before,.wtrFooterWdg ul.product_list_widget li:before{color:#555!important}.widget_icl_lang_sel_widget #lang_sel a.lang_sel_sel,.widget_icl_lang_sel_widget #lang_sel ul ul li a,.widget_icl_lang_sel_widget #lang_sel ul ul li a:hover,.wtrFooterWdg .widget_product_search input#s,.wtrFooterWdg .widget_search input[type=text],.wtrFooterWdg .wtrWidgetCountdownHeadlineContainer,.wtrFooterWdg .wtrWidgetNewsletterInput{background-color:#fff}.widget_icl_lang_sel_widget #lang_sel a,.wtrFooterWdg .widget_product_search input#s,.wtrFooterWdg .widget_search input[type=text],.wtrFooterWdg .wtrWidgetCountdownHeadline a,.wtrFooterWdg .wtrWidgetNewsletterInput{color:#000}.wtrFooterWdg .price_slider_amount .button,.wtrFooterWdg .widget_price_filter .price_slider_amount .button,.wtrFooterWdg .widget_price_filter .price_slider_wrapper .ui-widget-content,.wtrFooterWdg .widget_shopping_cart .buttons .button,.wtrFooterWdg .widget_wtrwidgetpromo .wtrDefStdButton:hover,.wtrFooterWdg .wtrWidgetSocialIconLink,.wtrFooterWdg .wtrWidgetTagItemLink,.wtrFooterWdg .wtrWidgetUpcomingEventsRotator .owl-dots .owl-dot span,.wtrFooterWdg .wtrWidgetUpcomingEventsRotator .owl-nav{background:rgba(255,255,255,.1)!important}.wtrFooterWdg .price_slider_amount .button:hover,.wtrFooterWdg .widget_meta ul,.wtrFooterWdg .widget_price_filter .price_slider_amount .button:hover,.wtrFooterWdg .widget_price_filter .ui-slider .ui-slider-handle,.wtrFooterWdg .widget_price_filter .ui-slider .ui-slider-range,.wtrFooterWdg .widget_shopping_cart .buttons .button.checkout,.wtrFooterWdg .widget_shopping_cart .buttons .button:hover,.wtrFooterWdg .widget_wtrwidgetpromo .wtrDefStdButton,.wtrFooterWdg .wtrRotProgress,.wtrFooterWdg .wtrWidgetCountdown,.wtrFooterWdg .wtrWidgetCountdownDate,.wtrFooterWdg .wtrWidgetNavigationFirstLvlItem:before,.wtrFooterWdg .wtrWidgetOpenIcon,.wtrFooterWdg .wtrWidgetRecentCommLink:before,.wtrFooterWdg .wtrWidgetSocialIconLink:hover,.wtrFooterWdg .wtrWidgetTagItemLink:hover,.wtrFooterWdg .wtrWidgetTestimonial .wtrShtTestimonialRot .wtrRotProgress,.wtrFooterWdg .wtrWidgetTodayIsOpenHours,.wtrFooterWdg .wtrWidgetUpcomingEventsHeadline a,.wtrFooterWdg .wtrWidgetUpcomingEventsPrice,.wtrFooterWdg .wtrWidgetUpcomingEventsRotator .owl-dots .owl-dot.active span,.wtrFooterWdg .wtrWidgetUpcomingEventsRotator .owl-next:hover,.wtrFooterWdg .wtrWidgetUpcomingEventsRotator .owl-prev:hover{background-color:#1fce6d!important}.wtrFooterWdg .price_slider_amount .button:hover,.wtrFooterWdg .widget_price_filter .price_slider_amount .button:hover,.wtrFooterWdg .widget_shopping_cart .buttons .button.checkout,.wtrFooterWdg .widget_shopping_cart .buttons .button:hover,.wtrFooterWdg .widget_wtrwidgetpromo .wtrDefStdButton,.wtrFooterWdg .wtrWidgetRecentGalleryOverlay,.wtrFooterWdg .wtrWidgetRecentGalleryOverlay span:before,.wtrFooterWdg .wtrWidgetRecentPostImgOverlay,.wtrFooterWdg .wtrWidgetRecentPostImgOverlay span:before,.wtrFooterWdg .wtrWidgetSocialIconLink,.wtrFooterWdg .wtrWidgetSocialIconLink:hover,.wtrFooterWdg .wtrWidgetTagItemLink,.wtrFooterWdg .wtrWidgetTagItemLink:hover,.wtrFooterWdg .wtrWidgetTrainerImgOverlay,.wtrFooterWdg .wtrWidgetTrainerImgOverlay span:before,.wtrFooterWdg .wtrWidgetUpcomingEventsRotator .owl-next:after,.wtrFooterWdg .wtrWidgetUpcomingEventsRotator .owl-prev:after{color:#fff!important}.widget_icl_lang_sel_widget #lang_sel ul ul,.widget_icl_lang_sel_widget #lang_sel ul ul a,.widget_icl_lang_sel_widget #lang_sel ul ul a:visited,.wtrCopyright .wtrInner,.wtrFooterDivider,.wtrFooterWdg #wp-calendar caption,.wtrFooterWdg #wp-calendar tbody td,.wtrFooterWdg #wp-calendar tfoot,.wtrFooterWdg #wp-calendar thead,.wtrFooterWdg .widget_archive ul li,.wtrFooterWdg .widget_meta ul li,.wtrFooterWdg .widget_nav_menu ul li.menu-item-has-children,.wtrFooterWdg .widget_pages ul li.page_item_has_children,.wtrFooterWdg .widget_product_search input#s,.wtrFooterWdg .widget_products ul.product_list_widget li,.wtrFooterWdg .widget_recent_entries ul li,.wtrFooterWdg .widget_recent_reviews ul.product_list_widget li,.wtrFooterWdg .widget_recent_reviews ul.product_list_widget li .wtrFooterWdg .woocommerce .widget_shopping_cart .total,.wtrFooterWdg .widget_recently_viewed_products ul.product_list_widget li,.wtrFooterWdg .widget_top_rated_products ul.product_list_widget li,.wtrFooterWdg .woocommerce-page .widget_shopping_cart .total,.wtrFooterWdg .woocommerce-page.widget_shopping_cart .total,.wtrFooterWdg .woocommerce.widget_shopping_cart .total,.wtrFooterWdg .wtrShtTestimonialRot .wtrShtTestimonialStdItem,.wtrFooterWdg .wtrWidgetMembershipItem,.wtrFooterWdg .wtrWidgetNavigationSecondLvl,.wtrFooterWdg .wtrWidgetNavigationThirdLvl,.wtrFooterWdg .wtrWidgetNextForTodayItem,.wtrFooterWdg .wtrWidgetRecentCommList{border-color:rgba(255,255,255,.15)!important}.wtrFooterWdg #wp-calendar thead th,.wtrFooterWdg .widget_nav_menu ul li a:after,.wtrFooterWdg .widget_pages ul li a:after,.wtrFooterWdg .widget_product_search .screen-reader-text:before,.wtrFooterWdg .widget_products ins .amount,.wtrFooterWdg .widget_recent_comments ul li:before,.wtrFooterWdg .widget_recent_entries ul li a:before,.wtrFooterWdg .widget_recently_viewed_products ins .amount,.wtrFooterWdg .widget_search label,.wtrFooterWdg .widget_shopping_cart_content .total .amount,.wtrFooterWdg .widget_top_rated_products ins .amount,.wtrFooterWdg .woocommerce ul.product_list_widget .amount,.wtrFooterWdg .woocommerce-page ul.cart_list .amount,.wtrFooterWdg .woocommerce-page ul.product_list_widget .amount,.wtrFooterWdg .wtrWidgetMembershipItemPrice,.wtrFooterWdg .wtrWidgetNewsletterPrivacyPolicy,.wtrFooterWdg .wtrWidgetNextForTodayItem:before,.wtrFooterWdg .wtrWidgetRecentCommWriter i,.wtrFooterWdg .wtrWidgetTodayIsLink,.wtrFooterWdg .wtrWidgetTwitterStreamItem:before{color:#1fce6d}.wtrFooterWdg .wtrWidgetCountdownPrice,.wtrFooterWdg .wtrWidgetRecentGalleryOverlay,.wtrFooterWdg .wtrWidgetRecentPostImgOverlay,.wtrFooterWdg .wtrWidgetTrainerImgOverlay,.wtrFooterWdg .wtrWidgetUpcomingEventsDate{background:rgba(31,206,109,.8)}#lang_sel_footer,.wtrCopyrightColor{background-color:#000}#lang_sel_footer ul li a,.wtrCopyright,.wtrCopyright a,.wtrCopyright p{color:#555}#lang_sel_footer ul li a:hover,.wtrCopyright a:hover{color:#1fce6d}
.fxSoftScale .navOutNext{-webkit-animation:scaleUp 1.5s forwards cubic-bezier(.7,0,.3,1);animation:scaleUp 1.5s forwards cubic-bezier(.7,0,.3,1)}.fxSoftScale .navInNext{-webkit-animation:scaleDownUp 1.5s forwards cubic-bezier(.7,0,.3,1);animation:scaleDownUp 1.5s forwards cubic-bezier(.7,0,.3,1)}.fxSoftScale .navOutPrev{-webkit-animation:scaleDown 1.5s forwards cubic-bezier(.7,0,.3,1);animation:scaleDown 1.5s forwards cubic-bezier(.7,0,.3,1)}.fxSoftScale .navInPrev{-webkit-animation:scaleUpDown 1.5s forwards cubic-bezier(.7,0,.3,1);animation:scaleUpDown 1.5s forwards cubic-bezier(.7,0,.3,1)}@-webkit-keyframes scaleUp{to{-webkit-transform:scale(1.2);opacity:0}}@keyframes scaleUp{to{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@-webkit-keyframes scaleDownUp{from{opacity:0;-webkit-transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1)}}@keyframes scaleDownUp{from{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scaleDown{to{opacity:0;-webkit-transform:scale(.9)}}@keyframes scaleDown{to{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}@-webkit-keyframes scaleUpDown{from{-webkit-transform:scale(1.2)}to{opacity:1;-webkit-transform:scale(1)}}@keyframes scaleUpDown{from{-webkit-transform:scale(1.2);transform:scale(1.2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.fxPressAway .navOutNext{-webkit-animation:slideOutScaleRight 1.2s forwards cubic-bezier(.7,0,.3,1);animation:slideOutScaleRight 1.2s forwards cubic-bezier(.7,0,.3,1)}.fxPressAway .navInNext{opacity:1;-webkit-animation:slideInFromLeft 1.2s forwards cubic-bezier(.7,0,.3,1);animation:slideInFromLeft 1.2s forwards cubic-bezier(.7,0,.3,1)}.fxPressAway .navOutPrev{-webkit-animation:slideOutScaleLeft 1.2s forwards cubic-bezier(.7,0,.3,1);animation:slideOutScaleLeft 1.2s forwards cubic-bezier(.7,0,.3,1)}.fxPressAway .navInPrev{opacity:1;-webkit-animation:slideInFromRight 1.2s forwards cubic-bezier(.7,0,.3,1);animation:slideInFromRight 1.2s forwards cubic-bezier(.7,0,.3,1)}@-webkit-keyframes slideOutScaleRight{to{-webkit-transform:translateX(100%) scale(.9);opacity:0}}@keyframes slideOutScaleRight{to{-webkit-transform:translateX(100%) scale(.9);transform:translateX(100%) scale(.9);opacity:0}}@-webkit-keyframes slideInFromLeft{from{-webkit-transform:translateX(-100%)}to{-webkit-transform:translateX(0)}}@keyframes slideInFromLeft{from{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideOutScaleLeft{to{-webkit-transform:translateX(-100%) scale(.9);opacity:0}}@keyframes slideOutScaleLeft{to{-webkit-transform:translateX(-100%) scale(.9);transform:translateX(-100%) scale(.9);opacity:0}}@-webkit-keyframes slideInFromRight{from{-webkit-transform:translateX(100%)}to{-webkit-transform:translateX(0)}}@keyframes slideInFromRight{from{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.fxSideSwing .navOutNext{-webkit-animation:slideOutScaleRight 1.2s forwards;animation:slideOutScaleRight 1.2s forwards;-webkit-animation-timing-function:cubic-bezier(1,0,0,1);-webkit-animation-timing-function:cubic-bezier(1,-.2,0,1);animation-timing-function:cubic-bezier(1,-.2,0,1)}.fxSideSwing .navInNext{opacity:1;-webkit-animation:slideInFromLeft 1.2s forwards;animation:slideInFromLeft 1.2s forwards;-webkit-animation-timing-function:cubic-bezier(1,0,0,1);-webkit-animation-timing-function:cubic-bezier(1,-.2,0,1);animation-timing-function:cubic-bezier(1,-.2,0,1)}.fxSideSwing .navOutPrev{-webkit-animation:slideOutScaleLeft 1.2s forwards;animation:slideOutScaleLeft 1.2s forwards;-webkit-animation-timing-function:cubic-bezier(1,0,0,1);-webkit-animation-timing-function:cubic-bezier(1,-.2,0,1);animation-timing-function:cubic-bezier(1,-.2,0,1)}.fxSideSwing .navInPrev{opacity:1;-webkit-animation:slideInFromRight 1.2s forwards;animation:slideInFromRight 1.2s forwards;-webkit-animation-timing-function:cubic-bezier(1,0,0,1);-webkit-animation-timing-function:cubic-bezier(1,-.2,0,1);animation-timing-function:cubic-bezier(1,-.2,0,1)}.fxFortuneWheel .itemwrap{-webkit-perspective:1600px;perspective:1600px}.fxFortuneWheel .navOutNext{-webkit-animation:slideOutScaleRight 1.2s forwards cubic-bezier(.7,0,.3,1);animation:slideOutScaleRight 1.2s forwards cubic-bezier(.7,0,.3,1)}.fxFortuneWheel .navInNext{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-animation:rotateInFromLeft 1.2s forwards cubic-bezier(.7,0,.3,1);animation:rotateInFromLeft 1.2s forwards cubic-bezier(.7,0,.3,1)}.fxFortuneWheel .navOutPrev{-webkit-animation:slideOutScaleLeft 1.2s forwards cubic-bezier(.7,0,.3,1);animation:slideOutScaleLeft 1.2s forwards cubic-bezier(.7,0,.3,1)}.fxFortuneWheel .navInPrev{-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-animation:rotateInFromRight 1.2s forwards cubic-bezier(.7,0,.3,1);animation:rotateInFromRight 1.2s forwards cubic-bezier(.7,0,.3,1)}@-webkit-keyframes rotateInFromLeft{from{-webkit-transform:translateX(-100%) rotateY(-55deg)}to{-webkit-transform:translateX(0) rotateY(0);opacity:1}}@keyframes rotateInFromLeft{from{-webkit-transform:translateX(-100%) rotateY(-55deg);transform:translateX(-100%) rotateY(-55deg)}to{-webkit-transform:translateX(0) rotateY(0);transform:translateX(0) rotateY(0);opacity:1}}@-webkit-keyframes rotateInFromRight{from{-webkit-transform:translateX(100%) rotateY(55deg)}to{-webkit-transform:translateX(0) rotateY(0);opacity:1}}@keyframes rotateInFromRight{from{-webkit-transform:translateX(100%) rotateY(55deg);transform:translateX(100%) rotateY(55deg)}to{-webkit-transform:translateX(0) rotateY(0);transform:translateX(0) rotateY(0);opacity:1}}.fxSwipe .navOutNext{-webkit-animation:decreaseHeight .8s forwards ease-in-out;animation:decreaseHeight .8s forwards ease-in-out}.fxSwipe .navInNext{-webkit-animation:show .8s forwards ease-in-out;animation:show .8s forwards ease-in-out}.fxSwipe .navOutPrev{-webkit-animation:hide .8s forwards ease-in-out;animation:hide .8s forwards ease-in-out}.fxSwipe .navInPrev{z-index:1001;opacity:1;-webkit-animation:increaseHeight .8s forwards ease-in-out;animation:increaseHeight .8s forwards ease-in-out}@-webkit-keyframes decreaseHeight{to{height:0}}@keyframes decreaseHeight{to{height:0}}@-webkit-keyframes show{0%{opacity:0}1%,100%{opacity:1}}@keyframes show{0%{opacity:0}1%,100%{opacity:1}}@-webkit-keyframes hide{0%,99%{opacity:1}100%{opacity:0}}@keyframes hide{0%,99%{opacity:1}100%{opacity:0}}@-webkit-keyframes increaseHeight{from{height:0}to{height:100%}}@keyframes increaseHeight{from{height:0}to{height:100%}}.fxArchiveMe li::after,.fxArchiveMe li::before,.fxCliffDiving li::after,.fxEarthquake li::after,.fxLetMeIn li::after,.fxSnapIn li::after{content:'';top:0;left:0;height:100%;pointer-events:none;width:100%;position:absolute}.fxPushReveal .navOutNext{opacity:1;-webkit-animation:slideOutBottom .7s forwards ease-in-out;animation:slideOutBottom .7s forwards ease-in-out}.fxPushReveal .navInNext{opacity:1;-webkit-animation:slideInHalfFromTop .7s forwards ease-in-out;animation:slideInHalfFromTop .7s forwards ease-in-out}.fxPushReveal .navOutPrev{opacity:1;-webkit-animation:slideOutHalfTop .7s forwards ease-in-out;animation:slideOutHalfTop .7s forwards ease-in-out}.fxPushReveal .navInPrev{opacity:1;z-index:1001;-webkit-animation:slideInFromBottom .7s forwards ease-in-out;animation:slideInFromBottom .7s forwards ease-in-out}@-webkit-keyframes slideOutBottom{to{-webkit-transform:translateY(100%)}}@keyframes slideOutBottom{to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes slideInHalfFromTop{from{-webkit-transform:translateY(-50%)}to{-webkit-transform:translateY(0)}}@keyframes slideInHalfFromTop{from{-webkit-transform:translateY(-50%);transform:translateY(-50%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideOutHalfTop{to{-webkit-transform:translateY(-50%)}}@keyframes slideOutHalfTop{to{-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@-webkit-keyframes slideInFromBottom{from{-webkit-transform:translateY(100%)}to{-webkit-transform:translateY(0)}}@keyframes slideInFromBottom{from{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.fxSnapIn .navOutNext{-webkit-animation:slideOutLeft .5s forwards ease-in;animation:slideOutLeft .5s forwards ease-in}.fxSnapIn .navInNext{z-index:1001;opacity:1;-webkit-animation:slideFromRightFast .5s forwards cubic-bezier(.7,0,.3,1);animation:slideFromRightFast .5s forwards cubic-bezier(.7,0,.3,1)}.fxSnapIn .navOutPrev{-webkit-animation:slideOutRight .5s forwards ease-in;animation:slideOutRight .5s forwards ease-in}.fxSnapIn .navInPrev{z-index:1001;opacity:1;-webkit-animation:slideFromLeftFast .5s forwards cubic-bezier(.7,0,.3,1);animation:slideFromLeftFast .5s forwards cubic-bezier(.7,0,.3,1)}.fxSnapIn li::after{opacity:0;background-color:rgba(0,0,0,.8);transition:opacity .4s .1s ease-in}.fxSnapIn .navOutNext::after,.fxSnapIn .navOutPrev::after{opacity:1}@-webkit-keyframes slideOutLeft{to{-webkit-transform:translateX(-10%)}}@keyframes slideOutLeft{to{-webkit-transform:translateX(-10%);transform:translateX(-10%)}}@-webkit-keyframes slideFromRightFast{0%,50%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(0)}}@keyframes slideFromRightFast{0%,50%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideOutRight{to{-webkit-transform:translateX(10%)}}@keyframes slideOutRight{to{-webkit-transform:translateX(10%);transform:translateX(10%)}}@-webkit-keyframes slideFromLeftFast{0%,50%{-webkit-transform:translateX(-100%)}100%{-webkit-transform:translateX(0)}}@keyframes slideFromLeftFast{0%,50%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.fxLetMeIn .itemwrap{-webkit-perspective:1600px;perspective:1600px}.fxLetMeIn .navOutNext{-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-animation:rotateOutRight .5s forwards ease-in-out;animation:rotateOutRight .5s forwards ease-in-out}.fxLetMeIn .navInNext{z-index:1001;opacity:1;-webkit-animation:slideFromRightFast .5s forwards ease;animation:slideFromRightFast .5s forwards ease}.fxLetMeIn .navOutPrev{-webkit-transform-origin:100% 0;transform-origin:100% 0;-webkit-animation:rotateOutLeft .5s forwards ease-in-out;animation:rotateOutLeft .5s forwards ease-in-out}.fxLetMeIn .navInPrev{z-index:1001;opacity:1;-webkit-animation:slideFromLeftFast .5s forwards ease;animation:slideFromLeftFast .5s forwards ease}.fxLetMeIn li::after{opacity:0;background-color:rgba(0,0,0,.6);transition:opacity .5s ease-in-out}.fxLetMeIn .navOutNext::after,.fxLetMeIn .navOutPrev::after{opacity:1}@-webkit-keyframes rotateOutRight{to{-webkit-transform:rotateY(10deg)}}@keyframes rotateOutRight{to{-webkit-transform:rotateY(10deg);transform:rotateY(10deg)}}@-webkit-keyframes rotateOutLeft{to{-webkit-transform:rotateY(-10deg)}}@keyframes rotateOutLeft{to{-webkit-transform:rotateY(-10deg);transform:rotateY(-10deg)}}.fxStickIt .itemwrap{-webkit-perspective:1600px;perspective:1600px}.fxStickIt .navOutNext{-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-animation:rotateBottomSideOut .8s forwards ease-in;animation:rotateBottomSideOut .8s forwards ease-in}.fxStickIt .navInNext{z-index:1001;opacity:1;-webkit-animation:slideInFromBottomDelayed .8s forwards;animation:slideInFromBottomDelayed .8s forwards}.fxStickIt .navOutPrev{opacity:1;-webkit-animation:slideOutToBottom .8s forwards;animation:slideOutToBottom .8s forwards}.fxStickIt .navInPrev{-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-animation:rotateBottomSideIn .8s .1s forwards ease-in;animation:rotateBottomSideIn .8s .1s forwards ease-in}@-webkit-keyframes rotateBottomSideOut{40%{-webkit-transform:rotateX(-15deg);-webkit-animation-timing-function:ease-out}100%{opacity:0;-webkit-transform:scale(.8) translateZ(-200px)}}@keyframes rotateBottomSideOut{40%{-webkit-transform:rotateX(-15deg);transform:rotateX(-15deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{opacity:0;-webkit-transform:scale(.8) translateZ(-200px);transform:scale(.8) translateZ(-200px)}}@-webkit-keyframes slideInFromBottomDelayed{0%,30%{-webkit-transform:translateY(100%)}100%{-webkit-transform:translateY(0)}}@keyframes slideInFromBottomDelayed{0%,30%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes rotateBottomSideIn{0%{opacity:0;-webkit-transform:scale(.8) translateZ(-200px)}60%{-webkit-transform:scale(1) translateZ(0) rotateX(-15deg);-webkit-animation-timing-function:ease-out}100%{opacity:1;-webkit-transform:scale(1) translateZ(0) rotateX(0)}}@keyframes rotateBottomSideIn{0%{opacity:0;-webkit-transform:scale(.8) translateZ(-200px);transform:scale(.8) translateZ(-200px)}60%{-webkit-transform:scale(1) translateZ(0) rotateX(-15deg);transform:scale(1) translateZ(0) rotateX(-15deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{opacity:1;-webkit-transform:scale(1) translateZ(0) rotateX(0);transform:scale(1) translateZ(0) rotateX(0)}}.fxArchiveMe .navOutNext{-webkit-animation:scaleHalfDown .7s forwards cubic-bezier(.7,0,.3,1);animation:scaleHalfDown .7s forwards cubic-bezier(.7,0,.3,1)}.fxArchiveMe .navInNext{z-index:1001;opacity:1;-webkit-animation:slideInFromBottom .7s forwards cubic-bezier(.7,0,.3,1);animation:slideInFromBottom .7s forwards cubic-bezier(.7,0,.3,1)}.fxArchiveMe .navOutPrev{-webkit-animation:slideOutToBottom .7s forwards cubic-bezier(.7,0,.3,1);animation:slideOutToBottom .7s forwards cubic-bezier(.7,0,.3,1)}.fxArchiveMe .navInPrev{-webkit-animation:scaleHalfUp .7s forwards cubic-bezier(.7,0,.3,1);animation:scaleHalfUp .7s forwards cubic-bezier(.7,0,.3,1)}.fxArchiveMe li::after,.fxArchiveMe li::before{background-color:rgba(0,0,0,.7);transition:opacity .7s cubic-bezier(.7,0,.3,1)}.fxArchiveMe .navOutNext::before,.fxArchiveMe li::after{opacity:1}.fxArchiveMe .navInNext::after,.fxArchiveMe .navInPrev::after,.fxArchiveMe li.current::after,.fxArchiveMe li::before{opacity:0}.fxArchiveMe .navInNext::after{transition:none}@-webkit-keyframes scaleHalfDown{to{-webkit-transform:scale(.6);opacity:0}}@keyframes scaleHalfDown{to{-webkit-transform:scale(.6);transform:scale(.6);opacity:0}}@-webkit-keyframes slideOutToBottom{to{-webkit-transform:translateY(100%)}}@keyframes slideOutToBottom{to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes scaleHalfUp{from{opacity:0;-webkit-transform:scale(.6)}to{opacity:1;-webkit-transform:scale(1)}}@keyframes scaleHalfUp{from{opacity:0;-webkit-transform:scale(.6);transform:scale(.6)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.fxVGrowth .navOutNext{-webkit-animation:scaleDown .6s forwards cubic-bezier(.6,0,.4,1);animation:scaleDown .6s forwards cubic-bezier(.6,0,.4,1)}.fxVGrowth .navInNext{z-index:1001;opacity:1;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-animation:maximize .6s forwards cubic-bezier(.6,0,.4,1);animation:maximize .6s forwards cubic-bezier(.6,0,.4,1)}.fxVGrowth .navOutPrev{-webkit-animation:scaleDown .6s forwards cubic-bezier(.6,0,.4,1);animation:scaleDown .6s forwards cubic-bezier(.6,0,.4,1)}.fxVGrowth .navInPrev{z-index:1001;opacity:1;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-animation:maximize .6s forwards cubic-bezier(.6,0,.4,1);animation:maximize .6s forwards cubic-bezier(.6,0,.4,1)}@-webkit-keyframes maximize{from{-webkit-transform:scale(0)}to{-webkit-transform:scale(1)}}@keyframes maximize{from{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.fxSlideBehind .itemwrap{-webkit-perspective:1000px;perspective:1000px}.fxSlideBehind .navOutNext{-webkit-animation:hideLeft .8s forwards;animation:hideLeft .8s forwards}.fxSlideBehind .navInNext{-webkit-animation:showRight .8s forwards;animation:showRight .8s forwards}.fxSlideBehind .navOutPrev{-webkit-animation:hideRight .8s forwards;animation:hideRight .8s forwards}.fxSlideBehind .navInPrev{-webkit-animation:showLeft .8s forwards;animation:showLeft .8s forwards}@-webkit-keyframes hideLeft{0%{-webkit-transform:translateZ(0)}40%{-webkit-transform:translate(0,-40%) scale(.8) rotateX(-20deg);z-index:9999}100%{opacity:1;-webkit-transform:translateZ(-400px)}}@keyframes hideLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}40%{-webkit-transform:translate(0,-40%) scale(.8) rotateX(-20deg);transform:translate(0,-40%) scale(.8) rotateX(-20deg);z-index:9999}100%{opacity:1;-webkit-transform:translateZ(-400px);transform:translateZ(-400px)}}@-webkit-keyframes showRight{0%{-webkit-transform:translateZ(-400px);opacity:1}40%{-webkit-transform:translate(0,40%) scale(.8) rotateX(20deg);opacity:1}41%{-webkit-transform:translate(0,40%) scale(.8) rotateX(20deg);opacity:1;z-index:9999}100%{-webkit-transform:translateZ(0);opacity:1;z-index:9999}}@keyframes showRight{0%{-webkit-transform:translateZ(-400px);transform:translateZ(-400px);opacity:1}40%{-webkit-transform:translate(0,40%) scale(.8) rotateX(20deg);transform:translate(0,40%) scale(.8) rotateX(20deg);opacity:1}41%{-webkit-transform:translate(0,40%) scale(.8) rotateX(20deg);transform:translate(0,40%) scale(.8) rotateX(20deg);opacity:1;z-index:9999}100%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1;z-index:9999}}@-webkit-keyframes hideRight{0%{-webkit-transform:translateZ(0)}40%{-webkit-transform:translate(0,40%) scale(.8) rotateX(20deg);z-index:9999}100%{opacity:1;-webkit-transform:translateZ(-400px)}}@keyframes hideRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}40%{-webkit-transform:translate(0,40%) scale(.8) rotateX(20deg);transform:translate(0,40%) scale(.8) rotateX(20deg);z-index:9999}100%{opacity:1;-webkit-transform:translateZ(-400px);transform:translateZ(-400px)}}@-webkit-keyframes showLeft{0%{-webkit-transform:translateZ(-400px);opacity:1}40%{-webkit-transform:translate(0,-40%) scale(.8) rotateX(-20deg);opacity:1}41%{-webkit-transform:translate(0,-40%) scale(.8) rotateX(-20deg);opacity:1;z-index:9999}100%{-webkit-transform:translateZ(0);opacity:1;z-index:9999}}@keyframes showLeft{0%{-webkit-transform:translateZ(-400px);transform:translateZ(-400px);opacity:1}40%{-webkit-transform:translate(0,-40%) scale(.8) rotateX(-20deg);transform:translate(0,-40%) scale(.8) rotateX(-20deg);opacity:1}41%{-webkit-transform:translate(0,-40%) scale(.8) rotateX(-20deg);transform:translate(0,-40%) scale(.8) rotateX(-20deg);opacity:1;z-index:9999}100%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1;z-index:9999}}.fxSoftPulse .navOutNext,.fxSoftPulse .navOutPrev{-webkit-animation:scaleUpFadeOut .8s forwards ease-in;animation:scaleUpFadeOut .8s forwards ease-in}.fxSoftPulse .navInNext,.fxSoftPulse .navInPrev{-webkit-animation:scaleDownFadeIn .8s forwards ease-out;animation:scaleDownFadeIn .8s forwards ease-out}@-webkit-keyframes scaleUpFadeOut{50%{-webkit-transform:scale(1.2);opacity:1}75%{-webkit-transform:scale(1.1);opacity:0}100%{-webkit-transform:scale(1);opacity:0}}@keyframes scaleUpFadeOut{50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}75%{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@-webkit-keyframes scaleDownFadeIn{50%{opacity:1;-webkit-transform:scale(1.2)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes scaleDownFadeIn{50%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.fxEarthquake .navOutNext{opacity:1;-webkit-animation:shakeSlideBottom 1s .1s forwards;animation:shakeSlideBottom 1s .1s forwards}.fxEarthquake .navInNext{-webkit-animation:pushFromTop 1s .1s forwards;animation:pushFromTop 1s .1s forwards}.fxEarthquake .navOutPrev{opacity:1;-webkit-animation:shakeSlideTop 1s .1s forwards;animation:shakeSlideTop 1s .1s forwards}.fxEarthquake .navInPrev{opacity:1;-webkit-animation:pushFromBottom 1s .1s forwards;animation:pushFromBottom 1s .1s forwards}.fxEarthquake li::after{opacity:0;background-color:rgba(0,0,0,.3);transition:opacity .5s}.fxEarthquake .navOutNext::after,.fxEarthquake .navOutPrev::after{opacity:1}@-webkit-keyframes shakeSlideBottom{0%{-webkit-transform:translate(0,0) rotate(0)}10%,14%,2%,38%,4%,46%,48%,56%,62%,66%,8%{-webkit-transform:translate(-1px,-1px) rotate(-.5deg)}12%,16%,26%,36%,40%,58%,6%,70%{-webkit-transform:translate(0,0) rotate(-.5deg)}18%,20%,22%,30%,34%,44%,50%,54%,64%{-webkit-transform:translate(0,-1px) rotate(-.5deg)}24%,28%,32%,42%,52%,60%,68%{-webkit-transform:translate(-1px,0) rotate(-.5deg)}100%{-webkit-transform:translateY(100%)}}@keyframes shakeSlideBottom{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}10%,14%,2%,38%,4%,46%,48%,56%,62%,66%,8%{-webkit-transform:translate(-1px,-1px) rotate(-.5deg);transform:translate(-1px,-1px) rotate(-.5deg)}12%,16%,26%,36%,40%,58%,6%,70%{-webkit-transform:translate(0,0) rotate(-.5deg);transform:translate(0,0) rotate(-.5deg)}18%,20%,22%,30%,34%,44%,50%,54%,64%{-webkit-transform:translate(0,-1px) rotate(-.5deg);transform:translate(0,-1px) rotate(-.5deg)}24%,28%,32%,42%,52%,60%,68%{-webkit-transform:translate(-1px,0) rotate(-.5deg);transform:translate(-1px,0) rotate(-.5deg)}100%{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes pushFromTop{0%,70%{opacity:0;-webkit-transform:translateY(-100%)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes pushFromTop{0%,70%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes shakeSlideTop{0%{-webkit-transform:translate(0,0) rotate(0)}10%,14%,2%,38%,4%,46%,48%,56%,62%,66%,8%{-webkit-transform:translate(-1px,-1px) rotate(-.5deg)}12%,16%,26%,36%,40%,58%,6%,70%{-webkit-transform:translate(0,0) rotate(-.5deg)}18%,20%,22%,30%,34%,44%,50%,54%,64%{-webkit-transform:translate(0,-1px) rotate(-.5deg)}24%,28%,32%,42%,52%,60%,68%{-webkit-transform:translate(-1px,0) rotate(-.5deg)}100%{-webkit-transform:translateY(-100%)}}@keyframes shakeSlideTop{0%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}10%,14%,2%,38%,4%,46%,48%,56%,62%,66%,8%{-webkit-transform:translate(-1px,-1px) rotate(-.5deg);transform:translate(-1px,-1px) rotate(-.5deg)}12%,16%,26%,36%,40%,58%,6%,70%{-webkit-transform:translate(0,0) rotate(-.5deg);transform:translate(0,0) rotate(-.5deg)}18%,20%,22%,30%,34%,44%,50%,54%,64%{-webkit-transform:translate(0,-1px) rotate(-.5deg);transform:translate(0,-1px) rotate(-.5deg)}24%,28%,32%,42%,52%,60%,68%{-webkit-transform:translate(-1px,0) rotate(-.5deg);transform:translate(-1px,0) rotate(-.5deg)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes pushFromBottom{0%,70%{opacity:0;-webkit-transform:translateY(100%)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes pushFromBottom{0%,70%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.fxCliffDiving li{-webkit-transform-origin:50% 400%;transform-origin:50% 400%}.fxCliffDiving .navOutNext{opacity:1;-webkit-animation:rotateOutCircLeft .9s forwards cubic-bezier(.7,0,.3,1);animation:rotateOutCircLeft .9s forwards cubic-bezier(.7,0,.3,1)}.fxCliffDiving .navInNext{opacity:1;-webkit-animation:rotateInCircRight .9s forwards cubic-bezier(.7,0,.3,1);animation:rotateInCircRight .9s forwards cubic-bezier(.7,0,.3,1)}.fxCliffDiving .navOutPrev{opacity:1;-webkit-animation:rotateOutCircRight .9s forwards cubic-bezier(.7,0,.3,1);animation:rotateOutCircRight .9s forwards cubic-bezier(.7,0,.3,1)}.fxCliffDiving .navInPrev{opacity:1;-webkit-animation:rotateInCircLeft .9s forwards cubic-bezier(.7,0,.3,1);animation:rotateInCircLeft .9s forwards cubic-bezier(.7,0,.3,1)}.fxCliffDiving li::after{opacity:0;background-color:rgba(0,0,0,1);transition:opacity .9s cubic-bezier(.7,0,.3,1)}.fxCliffDiving .navOutNext::after,.fxCliffDiving .navOutPrev::after{opacity:1}@-webkit-keyframes rotateOutCircLeft{to{-webkit-transform:rotate(-20deg) translateX(-100%)}}@keyframes rotateOutCircLeft{to{-webkit-transform:rotate(-20deg) translateX(-100%);transform:rotate(-20deg) translateX(-100%)}}@-webkit-keyframes rotateInCircRight{from{-webkit-transform:rotate(20deg) translateX(100%)}to{-webkit-transform:rotate(0) translateX(0)}}@keyframes rotateInCircRight{from{-webkit-transform:rotate(20deg) translateX(100%);transform:rotate(20deg) translateX(100%)}to{-webkit-transform:rotate(0) translateX(0);transform:rotate(0) translateX(0)}}@-webkit-keyframes rotateOutCircRight{to{-webkit-transform:rotate(20deg) translateX(100%)}}@keyframes rotateOutCircRight{to{-webkit-transform:rotate(20deg) translateX(100%);transform:rotate(20deg) translateX(100%)}}@-webkit-keyframes rotateInCircLeft{from{-webkit-transform:rotate(-20deg) translateX(-100%)}to{-webkit-transform:rotate(0) translateX(0)}}@keyframes rotateInCircLeft{from{-webkit-transform:rotate(-20deg) translateX(-100%);transform:rotate(-20deg) translateX(-100%)}to{-webkit-transform:rotate(0) translateX(0);transform:rotate(0) translateX(0)}}.flex-container a:active,.flex-container a:focus,.flexslider a:active,.flexslider a:focus{outline:0}.flex-control-nav,.flex-direction-nav,.slides{margin:0;padding:0;list-style:none}@font-face{font-family:flexslider-icon;src:url(http://karisma.com.au/wp-content/plugins/wonster-shortcodes-2-symetrio/assets/css/fonts/flexslider-icon.eot);src:url(http://karisma.com.au/wp-content/plugins/wonster-shortcodes-2-symetrio/assets/css/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),url(http://karisma.com.au/wp-content/plugins/wonster-shortcodes-2-symetrio/assets/css/fonts/flexslider-icon.woff) format('woff'),url(http://karisma.com.au/wp-content/plugins/wonster-shortcodes-2-symetrio/assets/css/fonts/flexslider-icon.ttf) format('truetype'),url(http://karisma.com.au/wp-content/plugins/wonster-shortcodes-2-symetrio/assets/css/fonts/flexslider-icon.svg#flexslider-icon) format('svg');font-weight:400;font-style:normal}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flex-pauseplay a,.no-js .slides>li:first-child,.slides:after,html[xmlns] .slides{display:block}.flexslider .slides img{width:100%;display:block}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:"\0020";clear:both;visibility:hidden;line-height:0;height:0}* html .slides{height:1%}.flex-pauseplay a{width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}
.wtrShtFullWidthSection.wtrShtNoContentInner .wtrInner,hr{margin:0;width:100%}.wtrAutoHeightColumns .wtrStandardColumn,.wtrOpacityNone{opacity:0}.wtrShtInstagramGallery,hr{width:100%}.wtrClientUrl,.wtrImgAnimate,.wtrShtContentSlider .owl-theme .owl-dots .owl-dot span{-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.wtrShtInstagramGalleryItem img,hr{display:block}.wtrButtonRad,.wtrButtonStd{cursor:pointer;padding:13px 40px}hr{border:none;outline:0;height:1px;clear:both}em{font-style:italic}.wtrShtFullWidthSection{position:relative}.wtrShtFullWidthSection .wtrPageContent,.wtrShtFullWidthSection.wtrShtNoContentInner .wtrInner .wtrPageContent{padding:0}.wpb_text_column a{text-decoration:underline}.wpb_text_column a:hover{text-decoration:none}.wtrButtonStd,.wtrButtonStd:hover{text-decoration:none!important}.wpb_text_column h1,.wpb_text_column h2,.wpb_text_column h3,.wpb_text_column h4,.wpb_text_column h5,.wpb_text_column h6{line-height:1.2}.wpb_text_column ol,.wpb_text_column ul{margin-top:20px}.wpb_column p,.wpb_text_column p,.wpcf7 p{margin:0!important}.vc_custom_heading h1,.vc_custom_heading h2,.vc_custom_heading h3,.vc_custom_heading h4,.vc_custom_heading h5,.vc_custom_heading h6{clear:none!important;margin:0;text-transform:none}.vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9,.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9,.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9,.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9{position:relative;min-height:1px;padding-left:2%;padding-right:2%;box-sizing:border-box}.vcRow{margin-right:-2%;margin-left:-2%}.vcRow.wtrPageContent{padding:0}.wtrNoMargin .vcRow{margin-right:0;margin-left:0}.wtrNoMargin .vcRow>.wpb_column,.wtrNoMargin>.wpb_column{padding-left:0;padding-right:0}.wtrNoMargin>.wpb_column:first-child{padding-left:2%}.wtrNoMargin>.wpb_column:last-child{padding-right:2%}.vcRow.wtrPageContent.wtrNoMargin{padding:0 2%}.vcRow.wtrPageContent.wtrNoMargin>.wpb_column:first-child{padding-left:0}.vcRow.wtrPageContent.wtrNoMargin>.wpb_column:last-child{padding-right:0}.wtrRoundedCornersColumn .wpb_wrapper{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.wtrNoMargin .wpb_column.wtrRoundedCornersColumn .wpb_wrapper{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wtrNoMargin .wpb_column.wtrRoundedCornersColumn:first-child .wpb_wrapper{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;border-top-left-radius:5px;border-bottom-left-radius:5px}.wtrNoMargin .wpb_column.wtrRoundedCornersColumn:last-child .wpb_wrapper{-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-right-radius:5px;border-bottom-right-radius:5px}.wpb_single_image img.vc_box_rounded{border-radius:4px}.wpb_single_image img.vc_box_outline,.wpb_single_image img.vc_box_outline_circle{border-style:solid!important;border-width:1px!important}.wpb_single_image img.vc_box_border_circle,.wpb_single_image img.vc_box_circle,.wpb_single_image img.vc_box_outline_circle,.wpb_single_image img.vc_box_shadow_border_circle,.wpb_single_image img.vc_box_shadow_circle{border-radius:50%!important}.single-events .wpb_text_column{margin-right:2%;margin-left:2%}.wtrShtInstagramGallery.fiveInRow .wtrShtInstagramGalleryItem{width:20%}.wtrShtInstagramGallery.fourInRow .wtrShtInstagramGalleryItem{width:25%}.wtrShtInstagramGallery.threeInRow .wtrShtInstagramGalleryItem{width:33.33%}.wtrShtInstagramGallery.twoInRow .wtrShtInstagramGalleryItem{width:50%}.wtrShtInstagramGallery.oneInRow .wtrShtInstagramGalleryItem{width:100%}.wtrShtInstagramGalleryItem{float:left;padding:1%;background-color:#fff;box-shadow:0 0 1px rgba(0,0,0,.2)}.wtrShtInstagramGalleryItem:hover .wtrShtInstagramGalleryItemOverlay{opacity:1}.wtrShtInstagramGalleryItem:hover .wtrShtInstagramGalleryItemComm,.wtrShtInstagramGalleryItem:hover .wtrShtInstagramGalleryItemLikes{opacity:.6;bottom:20px}.wtrShtInstagramGalleryItem:hover .wtrShtInstagramGalleryItemLink{opacity:1}.wtrShtInstagramGalleryItem:hover .wtrShtInstagramGalleryItemLink i{opacity:1;top:50%}.wtrShtInstagramGalleryItemOverlay{opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.wtrShtInstagramGalleryItemPicHolder{position:relative}.wtrShtInstagramGalleryItemPic{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}.wtrShtInstagramGalleryAnim{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hi-icon-effect-3 .hi-icon,.wtrShtInstagramGalleryAnimSec{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out}.wtrShtInstagramGalleryAnimSec{transition:all .4s ease-in-out}.wtrShtInstagramGalleryItemLink i{font-size:40px;color:#fff;top:60%;left:50%;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;padding:20px;background-color:rgba(255,255,255,.15);margin-top:-40px;margin-left:-35px;position:absolute;opacity:1;z-index:3}.wtrShtInstagramGalleryItemLink{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;display:block;z-index:2}.wtrShtInstagramGalleryItemComm span,.wtrShtInstagramGalleryItemLikes span{font-size:16px;font-weight:700;color:#fff;margin-left:3px}.wtrShtInstagramGalleryItemComm i,.wtrShtInstagramGalleryItemLikes i{color:#fff;font-size:20px}.wtrShtInstagramGalleryItemComm{position:absolute;bottom:25px;right:20px;opacity:0}.wtrShtInstagramGalleryItemLikes{position:absolute;bottom:25px;left:20px;opacity:0}.wtrShtInstagramPhoto iframe .EmbedSocialProof{background-color:transparent!important}.wtrShtInstagramPhoto iframe{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.12);-moz-box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.12);box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.12)}.wtrShtInstagramPhoto embed{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.04),0 0 0 rgba(0,0,0,.12)!important;-moz-box-shadow:0 0 0 0 rgba(0,0,0,.04),0 0 0 rgba(0,0,0,.12)!important;box-shadow:0 0 0 0 rgba(0,0,0,.04),0 0 0 rgba(0,0,0,.12)!important}.wtrShtMark{padding:1px 7px 2px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wtrButtonStd{vertical-align:middle;display:inline-block;text-align:center;font-size:16px!important;line-height:1;border:0;font-weight:700;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.wtrButtonRad{font-weight:700;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}.wtrButtonTrans{padding:13px 40px;background:0 0!important;border-style:solid;border-width:3px}.wtrButtonRound.big,.wtrButtonStd.big,.wtrButtonTrans.big{padding:18px 42px;font-size:20px!important}.wtrButtonFullWidth{width:100%}.wtrButtonHoverAnim,.wtrButtonHoverAnim:before{-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;position:relative}.wtrButtonAnim,.wtrShtRoomAnimation{-webkit-transition:all .15s ease-in-out}.wtrButtonHoverAnim:before{font-family:FontAwesome;content:'\f061';position:absolute;height:100%;font-size:14px!important;font-weight:400;line-height:0;right:30px;opacity:0;top:50%}.wtrButtonHoverAnim:hover:before{right:20px;opacity:1}.wtrButtonStd:active{position:relative;top:1px}.wtrButtonFullWidth.wtrButtonHoverAnim:before{right:30px;left:auto}.wtrButtonFullWidth.wtrButtonHoverAnim:hover:before{right:20px;left:auto}.wtrButtonAnim{-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.wtrClientName,.wtrShtIconBoxListAnimation{-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.wtrButtonRad.green,.wtrButtonStd.green{background-color:#1fce6d;color:#fff!important}.wtrButtonRad.green:hover,.wtrButtonStd.green:hover{background-color:#27ae60;color:#fff!important}.wtrButtonRad.turquoise,.wtrButtonStd.turquoise{background-color:#1abc9c;color:#fff!important}.wtrButtonRad.turquoise:hover,.wtrButtonStd.turquoise:hover{background-color:#16a085;color:#fff!important}.wtrButtonRad.blue,.wtrButtonStd.blue{background-color:#3498db;color:#fff!important}.wtrButtonRad.blue:hover,.wtrButtonStd.blue:hover{background-color:#2980b9;color:#fff!important}.wtrButtonRad.purple,.wtrButtonStd.purple{background-color:#9b59b6;color:#fff!important}.wtrButtonRad.purple:hover,.wtrButtonStd.purple:hover{background-color:#8e44ad;color:#fff!important}.wtrButtonRad.navy,.wtrButtonStd.navy{background-color:#34495e;color:#fff!important}.wtrButtonRad.navy:hover,.wtrButtonStd.navy:hover{background-color:#2c3e50;color:#fff!important}.wtrButtonRad.yellow,.wtrButtonStd.yellow{background-color:#f1c40f;color:#fff!important}.wtrButtonRad.yellow:hover,.wtrButtonStd.yellow:hover{background-color:#f39c12;color:#fff!important}.wtrButtonRad.orange,.wtrButtonStd.orange{background-color:#e67e22;color:#fff!important}.wtrButtonRad.orange:hover,.wtrButtonStd.orange:hover{background-color:#d35400;color:#fff!important}.wtrButtonRad.red,.wtrButtonStd.red{background-color:#EE2E25;color:#fff!important}.wtrButtonRad.red:hover,.wtrButtonStd.red:hover{background-color:#c0392b;color:#fff!important}.wtrButtonRad.gray,.wtrButtonStd.gray{background-color:#f5f5f5;color:#888!important}.wtrButtonRad.gray:hover,.wtrButtonStd.gray:hover{background-color:#eee;color:#666!important}.wtrButtonRad.darkGrey,.wtrButtonStd.darkGrey{background-color:#999;color:#fff!important}.wtrButtonRad.darkGrey:hover,.wtrButtonStd.darkGrey:hover{background-color:#777;color:#fff!important}.wtrButtonRad.white,.wtrButtonStd.white{background-color:rgba(255,255,255,.8);color:#000!important}.wtrButtonRad.white:hover,.wtrButtonStd.white:hover{background-color:#fff;color:#000!important}.wtrButtonRad.black,.wtrButtonStd.black{background-color:#000;color:#fff!important}.wtrButtonRad.black:hover,.wtrButtonStd.black:hover{background-color:#333;color:#fff!important}.wtrButtonTrans.green{border-color:#1fce6d;color:#1fce6d!important}.wtrButtonTrans.green:hover{border-color:#27ae60;color:#27ae60!important}.wtrButtonTrans.turquoise{border-color:#1abc9c;color:#1abc9c!important}.wtrButtonTrans.turquoise:hover{border-color:#16a085;color:#16a085!important}.wtrButtonTrans.blue{border-color:#3498db;color:#3498db!important}.wtrButtonTrans.blue:hover{border-color:#2980b9;color:#2980b9!important}.wtrButtonTrans.purple{border-color:#9b59b6;color:#9b59b6!important}.wtrButtonTrans.purple:hover{border-color:#8e44ad;color:#8e44ad!important}.wtrButtonTrans.navy{border-color:#34495e;color:#34495e!important}.wtrButtonTrans.navy:hover{border-color:#2c3e50;color:#2c3e50!important}.wtrButtonTrans.yellow{border-color:#f1c40f;color:#f1c40f!important}.wtrButtonTrans.yellow:hover{border-color:#f39c12;color:#f39c12!important}a.wtrButtonTrans.orange{border-color:#e67e22;color:#e67e22!important}a.wtrButtonTrans.orange:hover{border-color:#d35400;color:#d35400!important}.wtrButtonTrans.red{border-color:#e74c3c;color:#e74c3c!important}.wtrButtonTrans.red:hover{border-color:#c0392b;color:#c0392b!important}.wtrButtonTrans.gray{border-color:#ecf0f1;color:#bdc3c7!important}.wtrButtonTrans.gray:hover{border-color:#bdc3c7;color:#bdc3c7!important}.wtrButtonTrans.darkGrey{border-color:#95a5a6;color:#95a5a6!important}.wtrButtonTrans.darkGrey:hover{border-color:#7f8c8d;color:#7f8c8d!important}.wtrButtonTrans.white,.wtrButtonTrans.white:hover{border-color:#fff;color:#fff!important}.wtrButtonTrans.black,.wtrButtonTrans.black:hover{border-color:#000;color:#000!important}.wtrDashedDivider,.wtrDotsDivider,.wtrHrDivider{display:block;width:auto;border:none;outline:0;clear:both}.wtrHrDivider{height:1px}.wtrDashedDivider,.wtrDotsDivider{min-height:30px}.wtrShtClientsLight .wtrClinetsCarusel .owl-controls,.wtrShtIconBoxListLight .wtrShtIconBoxListDivider{border-color:rgba(255,255,255,.3)!important}.wtrDotsDivider span{width:6px;height:6px;margin:0 6px;display:inline-block;overflow:hidden;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}.wtrDashedDivider span{width:12px;height:4px;margin:0 3px;display:inline-block;overflow:hidden;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.wtrPeaksDivider i{display:inline-block;font-weight:400;font-size:18px;line-height:12px;margin:0 -10px 0 0}.wtrPeaksDivider i:last-child{margin:0}.wtrHrDivider.right{float:right}.wtrHrDivider.left{float:left}.wtrHrDivider.center{margin:0 auto}.wtrDashedDivider.right,.wtrDotsDivider.right,.wtrPeaksDivider.right{text-align:right}.wtrDashedDivider.center,.wtrDotsDivider.center,.wtrPeaksDivider.center{text-align:center}.wtrIconDivider{display:block;clear:both;width:auto;height:31px;outline:0;position:relative;border-top-width:1px;border-style:solid}.wtrIconDividerStyle{border-radius:200px;width:32px;height:31px;border-width:3px;border-style:solid;display:block;position:absolute;margin-left:-16px;margin-top:-16px;text-align:center}.wtrIconDividerStyle.center{left:50%}.wtrIconDividerStyle.right{right:0}.wtrIconDividerStyle.left{left:16px}.wtrIconDividerIco i{font-size:15px}.wtrIconDivider.center{margin:0 auto}.wtrIconDivider.right{float:right}.wtrIconDivider.left{float:left}.wtrCustomList,.wtrCustomListItem{padding:0;margin:0}.wtrCustomListItem li:last-child{margin-bottom:0}.wtrCustomListItem li{list-style:none;line-height:1.4!important;height:auto;margin:0 0 15px!important;padding:0 0 5px!important;position:relative}.wtrCustomListItem li i,.wtrCustomListItemIcon{position:absolute;height:100%;text-align:center}.wtrCustomListItemIcon{width:34px;min-height:34px;float:left;margin-right:15px;border-radius:3px;bottom:20px;top:0}.wtrCustomListItem li i{font-size:20px;width:100%;left:0;right:0;top:50%;margin-top:-11px;bottom:0}.wtrCustomListItemName{float:left;margin-top:9px;margin-left:50px}.wtrShtIconFloatLeft{float:left}.wtrShtIconFloatRight{float:right}.wtrShtIconBoxIconHolder{margin:0;list-style:none;float:left;width:100%;display:block;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:3px}.wtrShtIconBoxList{margin-top:20px}.wtrShtIconBoxList span{width:60px;height:60px;line-height:0;margin-right:10px;display:table-cell;vertical-align:middle;text-align:center}.wtrShtIconBoxList span i{font-size:43px;line-height:60px}.wtrShtIconBoxTextHolder{display:table-cell;vertical-align:middle;padding:0 0 0 10px;font-weight:700;font-size:18px;line-height:1.3!important}.wtrShtIconBoxListDivider{margin:10px 0;height:1px;width:100%;float:left;border-bottom-width:1px;border-bottom-style:solid}.wtrShtIconBoxListAnimation{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wtrShtIconBoxListLight .wtrShtIconBoxTextHolder,.wtrShtIconBoxListLight span i{color:#fff!important}.wtrShtIconBoxListLight .wtrShtIconBoxIconHolder:hover{background:rgba(255,255,255,.2)!important}.wtrShtSliderGallery .flexslider{margin:0;background:0 0;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;zoom:1}.wtrShtSliderGallery .flexslider img{display:block!important}.wtrShtSliderGallery .flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.wtrShtSliderGallery .loading .flex-viewport{max-height:300px}.wtrShtSliderGallery .flexslider .slides{zoom:1}.wtrShtSliderGallery .carousel li{margin-right:5px}.wtrShtSliderGallery .flex-direction-nav a{text-decoration:none;display:block;margin:-35px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.wtrShtSliderGallery .flex-direction-nav .flex-prev{left:30px}.wtrShtSliderGallery .flex-direction-nav .flex-next{right:30px;text-align:right}.wtrShtSliderGallery .flexslider:hover .flex-prev{opacity:1;left:20px}.wtrShtSliderGallery .flexslider:hover .flex-next{opacity:1;right:20px}.flexslider:hover .flex-prev:hover,.wtrShtSliderGallery .flexslider:hover .flex-next:hover{opacity:1}.wtrShtSliderGallery .flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default}.wtrShtSliderGallery .flex-direction-nav a:before{font-family:flexslider-icon;font-size:18px;display:inline-block;content:'\f001';margin-bottom:1000px;font-weight:400}.wtrShtSliderGallery .flex-direction-nav a.flex-next:before{content:'\f002'}.wtrShtSliderGallery .flex-direction-nav li a{-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:23px 11px;height:70px;width:34px}.wtrShtSliderGallery .flex-control-nav{width:100%;position:absolute;bottom:5px;text-align:center;z-index:2}.wtrShtSliderGallery .flex-control-nav li{margin:0 6px;display:inline-block;zoom:1}.wtrShtSliderGallery .flex-control-paging li a{width:17px;height:17px;display:block;background:0 0;cursor:pointer;text-indent:-9999px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;border-width:4px;border-style:solid}.wtrShtSliderGallery .flex-control-paging li a:hover{background:0 0}.wtrShtSliderGallery .flex-control-paging li a.flex-active{background:0 0;cursor:default}.wtrShtSliderGallery .flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.wtrShtSliderGallery .flex-control-thumbs li{width:25%;float:left;margin:0}.wtrShtSliderGallery .flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer}.wtrShtSliderGallery .flex-control-thumbs img:hover{opacity:1}.wtrShtSliderGallery .flex-control-thumbs .flex-active{opacity:1;cursor:default}.wtrShtGallery .wtrColOneFourth{margin:0!important;width:25%}.wtrShtGallery .wtrShtGalleryItem{position:relative;overflow:hidden}.wtrShtGallery .wtrShtGalleryItem img{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;display:block}.wtrShtGallery .wtrShtGalleryItemOverlay{position:absolute;height:100%;width:100%;z-index:1;background:rgba(0,0,0,0)}.wtrShtGallery .wtrHoverdGalleryItemAnimation{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.wtrShtGallery .wtrShtGalleryItem:hover .wtrHoveredGalleryItemElements{opacity:1;bottom:0}.wtrShtGallery .wtrHoveredGalleryItemElements{height:100%;width:100%;position:absolute;z-index:2;opacity:0;bottom:-30px}.wtrShtGallery .wtrHoveredGalleryItemElements:before{font-family:FontAwesome;content:'\f067';position:absolute;font-size:24px;border-width:5px;border-style:solid;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;height:72px;width:72px;font-weight:400;line-height:75px;left:50%;top:50%;margin:-40px 0 0 -40px;z-index:500;text-align:center}.wtrClientsTable{background-color:transparent!important;display:table;border-collapse:collapse;width:100%}.wtrClientsTable .wtrColOneFifth{margin:0;width:20%;float:none;position:static}.wtrClientFix{position:relative;display:inline-block;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.wtrClientsRow{width:100%;display:table-row;text-align:center}.wtrClientItem{display:table-cell;border-width:1px;border-style:solid}.wtrClientsTable .wtrClientItem{margin:0;width:auto;text-align:center;vertical-align:middle}.wtrClientsTable .wtrFWClientItemImg{width:70%;display:block;margin:30px auto 15px}.wtrClientItem .wtrClientOverlay{position:absolute;width:100%;z-index:1;opacity:0;left:0;right:0;top:3px;bottom:2px}.wtrClientName,.wtrClientUrl{z-index:2;width:100%;left:0;position:absolute}.wtrClientItem:hover .wtrClientOverlay{opacity:1}.wtrClientUrl{opacity:0;bottom:35%;font-weight:400!important;font-size:14px}.wtrClientItem:hover .wtrClientUrl{opacity:1;bottom:29%}.wtrClientName h4{font-size:18px;margin:0}.wtrClientName{opacity:0;bottom:30%}.wtrClientItem:hover .wtrClientName{opacity:1;bottom:59%;margin-bottom:-15px;display:block;width:100%;left:0}.wtrClientItem:hover .wtrFWClientItemImg{-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);opacity:.1}.wtrClientUrl,.wtrImgAnimate{transition:all .3s ease-in-out}.wtrClientName{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wtrShtBoxedWidth .wtrClientName h4,.wtrShtFullWidthSection .wtrSht .wtrInner .wtrClientName h4{font-size:16px}.wtrShtBoxedWidth .wtrClientUrl,.wtrShtFullWidthSection .wtrSht .wtrInner .wtrClientUrl{font-size:14px}.wtrShtBoxedWidth .wtrClientItem:hover .wtrClientName,.wtrShtFullWidthSection .wtrSht .wtrInner .wtrClientItem:hover .wtrClientName{margin-bottom:-10px}.wtrShtHeadline{font-size:22px!important;font-weight:700}.wtrClinetsCarusel{margin-top:23px}.wtrClinetsCaruselItem{text-align:center}.wtrClinetsCaruselItem .wtrClinetsCaruselItemImg{max-width:90%;opacity:1;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0) scale(1,1)}.wtrClientImgAnimation{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wtrClinetsCaruselItem .wtrClinetsCaruselItemImg:hover{opacity:.7;-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9)}.wtrClinetsCarusel .owl-controls{position:absolute;top:-48px;right:0;border-width:1px;border-style:solid;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;padding:0 5px}.wtrClinetsCarusel.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.wtrClinetsCarusel.owl-theme .owl-dots .owl-dot span{width:12px;height:12px;margin:6px 5px 0;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-ms-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.wtrClientsNoControls .wtrClinetsCarusel,.wtrShtContentSlider.wtrShtContentSliderNoDots .owl-controls{margin-top:0}.wtrClientsNoControls .owl-controls{display:none}.wtrShtClientsLight .wtrShtHeadline{color:#fff}.wtrShtClientsLight .wtrClinetsCarusel.owl-theme .owl-dots .owl-dot span{background-color:rgba(255,255,255,.3)!important}.wtrShtClientsLight .wtrClinetsCarusel.owl-theme .owl-dots .owl-dot.active span,.wtrShtClientsLight .wtrClinetsCarusel.owl-theme .owl-dots .owl-dot:hover span{background-color:rgba(255,255,255,.9)!important}.wtrShtContentSlider{width:100%}.wtrShtContentSlider.wtrShtContentSliderNoDots .owl-dots{display:none!important}.wtrShtContentSlider.wtrShtContentSliderNoDots .owl-controls .owl-nav [class*=owl-]{top:50%!important;margin-top:-50px!important}.wtrShtContentSlider .owl-controls{margin-top:40px;text-align:center;padding:0 5px}.wtrShtContentSlider .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.wtrShtContentSlider .owl-theme .owl-dots .owl-dot span{width:19px;height:19px;margin:6px 5px 0;display:block;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;transition:all .3s ease-in-out;border-width:3px;border-style:solid}.wtrShtContentSlider .owl-theme .owl-controls .owl-nav [class*=owl-]{font-size:14px;display:inline-block;cursor:pointer;position:absolute;top:35%;margin-top:-30px}.wtrShtContentSlider .owl-theme .owl-controls .owl-next,.wtrShtContentSlider .owl-theme .owl-controls .owl-prev{position:absolute;right:-70px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;padding:30px 10px;z-index:500}.wtrShtOpenHours,.wtrShtPass,.wtrShtRoom{-moz-border-radius:3px}.wtrShtContentSlider .owl-theme .owl-controls .owl-prev{right:auto;left:-70px}.wtrShtContentSlider .owl-theme .owl-controls .owl-next:before,.wtrShtContentSlider .owl-theme .owl-controls .owl-prev:before{font-family:FontAwesome;font-weight:700;font-size:30px;line-height:39px;text-align:center}.wtrShtContentSlider .owl-theme .owl-controls .owl-next:before{content:'\f105'}.wtrShtContentSlider .owl-theme .owl-controls .owl-prev:before{content:'\f104'}.wtrContentSidebar .wtrShtContentSlider .owl-nav{position:absolute;width:100%;right:0;left:0;bottom:0}.wtrContentSidebar .wtrShtContentSlider .owl-nav .owl-next:before,.wtrContentSidebar .wtrShtContentSlider .owl-nav .owl-prev:before{line-height:1;font-size:24px}.wtrContentSidebar .wtrShtContentSlider .owl-nav .owl-next{right:0;height:28px;top:-50px;margin:0;padding:2px 15px 2px 20px}.wtrContentSidebar .wtrShtContentSlider .owl-nav .owl-prev{left:0;height:28px;top:-50px;margin:0;padding:2px 20px 2px 15px}.wtrShtContentSliderLight .owl-theme .owl-controls .owl-next,.wtrShtContentSliderLight .owl-theme .owl-controls .owl-prev{background-color:rgba(255,255,255,0)!important}.wtrShtContentSliderLight .owl-theme .owl-controls .owl-next:hover,.wtrShtContentSliderLight .owl-theme .owl-controls .owl-prev:hover{background-color:rgba(255,255,255,.1)!important}.wtrShtContentSliderLight .owl-theme .owl-dots .owl-dot span{background-color:rgba(255,255,255,0)!important;border-color:rgba(255,255,255,.3)!important}.wtrShtContentSliderLight .owl-theme .owl-dots .owl-dot.active span,.wtrShtContentSliderLight .owl-theme .owl-dots .owl-dot:hover span{background-color:rgba(255,255,255,0)!important;border-color:rgba(255,255,255,.9)!important}.wtrShtPass{width:100%;-webkit-border-radius:3px;-o-border-radius:3px;border-radius:3px;border-width:1px;border-style:solid}.wtrShtPassHeadline{border-bottom-width:1px;border-bottom-style:dashed;padding:25px 20px;margin:0!important;font-size:20px!important}.wtrShtPassHeadline a{font-size:20px}.wtrShtPassDesc{border-bottom-width:1px;border-bottom-style:dashed;padding:10px 20px 20px}.wtrShtPassStatus{font-size:14px;text-transform:uppercase;text-align:center;font-weight:700;padding:10px 0 0}.wtrShtPass .featuredStatus,.wtrShtPass .newStatus,.wtrShtPass .promoStatus{margin-bottom:20px;padding:2px 15px;background-color:#f39c12;color:rgba(255,255,255,.8);float:left;font-size:13px;border-radius:3px}.wtrShtPass .featuredStatus{background-color:#9b59b6}.wtrShtPass .newStatus{background-color:#3498db}.wtrShtPassDescHeadLine{font-weight:700;font-size:18px;margin-bottom:15px;line-height:1.3}.wtrShtPassPrice{padding:20px;margin-top:-1px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.wtrShtPassPriceHeadline{padding:4px 0 0;font-weight:400;font-size:16px}.wtrShtPassPriceHighlight{padding:4px 10px;font-weight:700}.wtrShtPasses .wtrShtPassesListContainer:last-child{margin-bottom:0}.wtrShtPassesList .st-open{border-radius:3px}.wtrShtPassesListContainer{border-radius:3px;width:100%;min-width:270px;margin:0 auto 20px}.wtrShtPassesListContainer .wtrShtPassesListItem{height:60px;overflow:hidden}.wtrShtPassesListContainer .wtrShtPassesListItem:first-child{border-top:none}.wtrShtPassesListHeadline{position:relative;outline:0}.wtrShtPassesListHeadlineItem{font-size:18px;display:block;font-weight:700;line-height:60px!important;-webkit-transition:color .2s ease-in-out;-moz-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;-ms-transition:color .2s ease-in-out;transition:color .2s ease-in-out;cursor:pointer;margin:0!important;padding:0 20px}.wtrShtAccordion ul .wtrShtAccordionItem>.wtrShtAccordionHeadline,.wtrShtPassesListNavi:after{-webkit-transition:color .2s ease-in-out;-moz-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;-ms-transition:color .2s ease-in-out}.wtrShtPassesListNavi{cursor:pointer}.wtrShtPassesListNavi:after{font-family:FontAwesome;content:'\f067';text-indent:0;position:absolute;top:12px;font-weight:400;font-size:18px;right:20px;margin-top:5px;transition:color .2s ease-in-out;cursor:pointer;z-index:2}.wtrShtPassesListContainer .wtrShtPassesListItem.st-open>.wtrShtPassesListHeadline .wtrShtPassesListNavi:after{content:'\f068';opacity:1;cursor:pointer}.wtrShtPassesListContent{padding:0;opacity:0;cursor:default}.wtrShtPassesList .st-open .wtrShtPassesListContent{opacity:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hi-icon-effect-1 .hi-icon,.wtrShtWonsterSliderControls span{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.wtrShtPassesPriceList{padding:0}.wtrShtPassesPriceListItem{border-top:1px solid rgba(255,255,255,.15);padding:20px;position:relative}.wtrShtOpenHours,.wtrShtPassesListLight .wtrShtPassesListContainer{border-width:1px;border-style:solid}.wtrShtPassesListClassesName{font-weight:700;margin-bottom:10px;width:70%}.wtrShtPassesListClassesDesc{color:rgba(255,255,255,.4);width:70%}.wtrShtPassesListClassesPrice{position:absolute;padding:5px 10px;font-weight:700;top:15px;font-size:14px;right:20px}.wtrShtPasses .featuredStatus,.wtrShtPasses .newStatus,.wtrShtPasses .promoStatus{padding:2px 15px;background-color:#f39c12;color:rgba(0,0,0,.4);font-size:12px;display:inline;margin-left:5px;position:relative;top:-1px}.wtrShtPasses .featuredStatus{background-color:#9b59b6}.wtrShtPasses .newStatus{background-color:#3498db}.wtrShtPassesListLight .wtrShtPassesPriceListItem{border-top-width:1px;border-top-style:solid}.wtrShtOpenHours{width:100%;-webkit-border-radius:3px;-o-border-radius:3px;border-radius:3px;clear:both}.wtrShtOpenHoursDesc h1,.wtrShtOpenHoursDesc h2,.wtrShtOpenHoursDesc h3,.wtrShtOpenHoursDesc h4,.wtrShtOpenHoursDesc h5,.wtrShtOpenHoursDesc h6{font-size:20px!important;margin-bottom:25px;margin-top:0!important}.wtrShtOpenHoursDesc{-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-top-left-radius:3px;padding:25px 20px 20px}.wtrShtOpenHoursItemBox div:first-child{border-width:0}.wtrShtOpenHoursItem{border-top-width:1px;border-top-style:dashed;padding:20px;position:relative}.wtrShtOpenIcon{font-size:16px;border-radius:100px;padding:5px;width:25px;text-align:center;margin-right:15px;position:absolute;bottom:20px;top:20px}.wtrShtOpenHoursMeta{margin-left:40px}.wtrShtOpenHoursDay{margin:3px 0 4px!important;font-size:18px}.wtrShtOpenHoursTime{display:block;width:100%}.wtrShtTestimonialStdStream .wtrShtTestimonialStd{margin-bottom:30px}.wtrShtTestimonialStdStream .wtrShtTestimonialStd:last-child{margin-bottom:0!important}.wtrShtTestimonialStdLight .wtrShtTestimonialStdContainer,.wtrShtTestimonialStdLight .wtrShtTestimonialStdContainer p{color:#fff!important}.wtrShtTestimonialStdLight .wtrShtTestimonialStdAuthorName{color:rgba(255,255,255,.4)!important}.wtrShtTestimonialStdContainer,.wtrShtTestimonialStdContainer p{font-family:'Noto Serif',serif;font-weight:400;font-size:24px;line-height:1.4}.wtrShtTestimonialStdAuthor{margin-top:20px}.wtrShtTestimonialStdAuthorName{font-size:18px;margin-top:15px;float:left}.wtrShtTestimonialStdAuthorPicContainer{box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:100px;width:60px;float:left;margin-right:20px}.wtrShtTestimonialStdAuthorPicContainer .wtrShtTestimonialStdAuthorPic{width:60px;border-radius:100px;display:block;border-width:3px;border-style:solid}.wtrShtTestimonialRot.wtrShtTestimonialRotSht{max-width:none}.wtrShtTestimonialRot.wtrCenterLight .wtrShtTestimonialStdContainer,.wtrShtTestimonialRot.wtrCenterLight .wtrShtTestimonialStdContainer p{color:#fff}.wtrShtTestimonialRot.wtrCenterLight .wtrShtTestimonialStdAuthorName{color:rgba(255,255,255,.5)!important}.wtrShtTestimonialRot.wtrCenterLight .wtrShtTestimonialStdItem{border-top-color:rgba(255,255,255,.4)!important}.wtrShtTestimonialRot.wtrCenterLight .wtrRotProgress{background:rgba(255,255,255,.9)!important}@media screen and (max-width:30.6em){.cbp-qtrotator{font-size:70%}}.wtrShtWonsterSlider{padding:0;max-width:100%}.wtrShtWonsterSliderOverlay{position:absolute;top:0;bottom:0;width:100%;height:100%}.wtrShtWonsterSliderComponent{position:relative}.wtrShtWonsterSlider .wtrInner{position:static}.wtrShtWonsterSlider ul.itemwrap li{background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.wtrShtWonsterSliderLayer{position:absolute;z-index:10000;width:1200px;bottom:125px;padding:0 0 50px;margin:0 auto}.wtrShtWonsterSliderLayerMeta{padding:0 40px}.wtrShtWonsterSliderHeadline{font-size:40px!important;margin-bottom:20px;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);line-height:1}.wtrShtWonsterSliderSluglineOne,.wtrShtWonsterSliderSluglineSec{font-size:24px!important;font-weight:700;line-height:1.2}.wtrShtWonsterSliderSluglineOne{margin-bottom:0}.wtrShtWonsterSliderButtonContainer{margin-top:40px;display:block}.wtrShtWonsterSliderDotsContainer{position:relative}.wtrShtWonsterSliderDots{width:100%;position:absolute;top:-70px;height:30px;bottom:5px;text-align:center;z-index:1001}.wtrShtWonsterSliderDotsContainer .wtrShtWonsterSliderDots li{margin:0 6px;display:inline-block;zoom:1;position:static;width:20px;height:20px;opacity:1}.wtrShtWonsterSliderDotsContainer .wtrShtWonsterSliderDots li span{width:20px;height:20px;display:block;cursor:pointer;text-indent:-9999px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;border-width:4px;border-style:solid}.wtrShtIconBox,.wtrShtIconContainer{border-width:1px;display:block;border-style:solid}.wtrShtWonsterSliderDotsContainer .wtrShtWonsterSliderDots li span:hover{cursor:pointer}.wtrShtWonsterSliderDotsContainer .wtrShtWonsterSliderDots li span.wtrActiveSlide,.wtrShtWonsterSliderDotsContainer .wtrShtWonsterSliderDots li span.wtrActiveSlide:hover{cursor:default}.wtrShtWonsterSliderControlsContainer{position:absolute;width:100%;z-index:10000;top:50%;margin-top:30px}.wtrShtWonsterSliderControls{width:1300px;margin:0 auto}.wtrShtWonsterSliderControls:hover span{cursor:pointer;opacity:1}.wtrShtWonsterSliderControls span{position:absolute;height:60px;width:60px;outline:0;overflow:hidden;text-align:center;line-height:200px;top:50%;margin-top:-30px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:transparent;opacity:.2;transition:all .2s ease-in-out}.wtrShtWonsterSliderControls span.next{right:-8px}.boxed .wtrShtWonsterSliderControls span.next{right:10px}.boxed .wtrShtWonsterSliderControls span.prev{left:10px}.wtrShtWonsterSliderControls span.next::before{content:"\f054"}.wtrShtWonsterSliderControls span.prev{left:-8px}.wtrShtWonsterSliderControls span.prev::before{content:"\f053"}.wtrShtWonsterSliderControls span::before{position:absolute;left:0;top:18px;width:100%;height:100%;font-family:FontAwesome;font-size:25px;speak:none;line-height:1;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.component,.component>ul{position:relative;max-width:100%}.wtrShtWonsterSliderControls a:hover::before{opacity:1}.component{margin:0 auto 40px}.component-fullwidth{width:100%;height:700px;margin-bottom:0}.component>ul{width:100%;height:100%;list-style:none;padding:0;margin:0 auto}.component-fullwidth>ul{overflow:hidden}.component li{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none;opacity:0;z-index:999}.component-fullwidth li{overflow:hidden}.component .current{opacity:1;pointer-events:auto;z-index:1000}.component li img{display:block;max-width:100%}.component-fullwidth li img{min-width:100%;max-width:none;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.hi-icon-wrap{text-align:center;margin:0 auto}.hi-icon{font-size:50px;height:50px;width:50px;line-height:50px;padding:50px;border-radius:1000px;position:relative;display:inline-block;z-index:1;margin:0 auto;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.wtrShtIcoLight .hi-icon{color:#fff!important}.hi-icon:after{margin:0;padding:0;pointer-events:none;position:absolute;width:100%;height:100%;border-radius:50%;content:'';-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.wtrShtIcoLight .hi-icon-effect-9 .hi-icon:after{box-shadow:0 0 0 0 rgba(255,255,255,.5)!important}.wtrShtIcoLight .hi-icon-effect-9a .hi-icon:hover:after{box-shadow:0 0 0 4px rgba(255,255,255,.5)!important}.wtrShtIcoLight .hi-icon-effect-9 .hi-icon{background:rgba(255,255,255,.1)!important;color:#fff!important}.wtrShtIcoLight .hi-icon-effect-9a .hi-icon:hover{box-shadow:0 0 0 4px rgba(255,255,255,.2)!important;color:#fff!important}.hi-icon-effect-1 .hi-icon{transition:all .2s ease-in-out;box-shadow:0 0 0 4px rgba(0,0,0,.05)}.hi-icon-effect-1 .hi-icon:after,.hi-icon-effect-2 .hi-icon{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.hi-icon-effect-1 .hi-icon:after{top:-7px;left:-7px;padding:7px;transition:all .2s ease-in-out;-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);opacity:0;box-shadow:0 0 0 4px #1fce6d}.no-touch .hi-icon-effect-1a .hi-icon:hover{background:0 0;box-shadow:0 0 0 0 transparent;color:#fff}.no-touch .hi-icon-effect-1a .hi-icon:hover:after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.wtrShtIcoLight .hi-icon-effect-1 .hi-icon{color:#fff!important;background:rgba(255,255,255,.1)!important}.wtrShtIcoLight .hi-icon-effect-1 .hi-icon:after{box-shadow:0 0 0 4px #fff!important}.wtrShtIcoLight .hi-icon-effect-1a .hi-icon:hover{background:rgba(255,255,255,.1)!important;color:#fff!important}.hi-icon-effect-2 .hi-icon{box-shadow:0 0 0 4px rgba(0,0,0,.05);transition:all .2s ease-in-out}.hi-icon-effect-2 .hi-icon:after{top:0;left:0;padding:0;z-index:-1;background:0 0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.no-touch .hi-icon-effect-2a .hi-icon:hover{box-shadow:0 0 0 4px #1fce6d}.no-touch .hi-icon-effect-2a .hi-icon:hover:after{-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);background-color:#1fce6d}.wtrShtIcoLight .hi-icon-effect-2 .hi-icon{color:#fff!important}.wtrShtIcoLight .hi-icon-effect-2 .hi-icon:after{background:rgba(255,255,255,.1)!important}.wtrShtIcoLight .hi-icon-effect-2a .hi-icon:hover{box-shadow:0 0 0 4px #fff!important}.wtrShtIcoLight .hi-icon-effect-2a .hi-icon:hover:after{background-color:rgba(255,255,255,.1)!important}.hi-icon-effect-3 .hi-icon{box-shadow:0 0 0 4px rgba(0,0,0,.05);transition:all .4s ease-in-out}.hi-icon-effect-3 .hi-icon:after{top:0;left:0;padding:0;z-index:-1;background:0 0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.hi-icon-effect-3a .hi-icon:after{-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);opacity:0}.no-touch .hi-icon-effect-3a .hi-icon:hover:after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.no-touch .hi-icon-effect-3a .hi-icon:hover{box-shadow:0 0 0 4px #fff}.wtrShtIcoLight .hi-icon-effect-3 .hi-icon{background-color:rgba(255,255,255,0)!important;color:#fff!important;box-shadow:0 0 0 4px rgba(255,255,255,.2)!important}.wtrShtIcoLight .hi-icon-effect-3a .hi-icon:hover:after{background-color:rgba(255,255,255,.2)!important}.wtrShtIcoLight .hi-icon-effect-3 .hi-icon:after{background-color:rgba(0,0,0,0)!important}.wtrShtIcoLight .hi-icon-effect-3a .hi-icon:hover{color:#fff!important;background-color:rgba(255,255,255,.2)!important;box-shadow:0 0 0 4px rgba(255,255,255,0)!important}.hi-icon-effect-8 .hi-icon{box-shadow:0 0 0 4px rgba(0,0,0,.05);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.hi-icon-effect-8 .hi-icon:after{top:0;left:0;padding:0;z-index:-1;box-shadow:0 0 0 2px rgba(0,0,0,.3);opacity:0}.no-touch .hi-icon-effect-8 .hi-icon:hover{box-shadow:0 0 0 0 transparent;background:rgba(255,255,255,.05);-webkit-transform:scale(.93);-moz-transform:scale(.93);-ms-transform:scale(.93);transform:scale(.93)}.hi-icon-effect-8 .hi-icon:hover:after{-webkit-animation:sonarEffect 1.3s ease-out 75ms;-moz-animation:sonarEffect 1.3s ease-out 75ms;animation:sonarEffect 1.3s ease-out 75ms}@-webkit-keyframes sonarEffect{0%{opacity:.3}40%{opacity:.5;box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #e5e5e5,0 0 0 10px rgba(255,255,255,.5)}100%{box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #e5e5e5,0 0 0 10px rgba(255,255,255,.5);-webkit-transform:scale(1.5);opacity:0}}@-moz-keyframes sonarEffect{0%{opacity:.3}40%{opacity:.5;box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #e5e5e5,0 0 0 10px rgba(255,255,255,.5)}100%{box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #e5e5e5,0 0 0 10px rgba(255,255,255,.5);-moz-transform:scale(1.5);opacity:0}}@keyframes sonarEffect{0%{opacity:.3}40%{opacity:.5;box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #e5e5e5,0 0 0 10px rgba(255,255,255,.5)}100%{box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #e5e5e5,0 0 0 10px rgba(255,255,255,.5);transform:scale(1.5);opacity:0}}.wtrShtIcoLight .hi-icon-effect-8 .hi-icon{background:rgba(255,255,255,.1)!important;color:#fff!important}.wtrShtIcoLight .hi-icon-effect-8 .hi-icon:hover{color:#fff!important;background:rgba(255,255,255,.05)!important}.hi-icon-effect-9 .hi-icon{-webkit-transition:box-shadow .2s;-moz-transition:box-shadow .2s;transition:box-shadow .2s}.hi-icon-effect-9 .hi-icon:after{top:0;left:0;padding:0;box-shadow:0 0 0 4px rgba(0,0,0,.05);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.no-touch .hi-icon-effect-9a .hi-icon:hover{box-shadow:0 0 0 4px #1fce6d}.no-touch .hi-icon-effect-9a .hi-icon:hover:after{-webkit-transform:scale(.85);-moz-transform:scale(.85);-ms-transform:scale(.85);transform:scale(.85);opacity:.5}.wtrShtIconBox{text-align:center;padding:25px;position:relative;margin-top:50px;width:100%}.wtrShtIconContainer{width:100px;height:100px;margin:-75px auto 0}.wtrShtIconBox:hover .wtrShtIconContainer{margin-top:-90px}.wtrShtIconBox:hover .wtrShtIconContainer i,.wtrShtIconContainer:hover i{font-size:35px;padding:33px 0}.wtrShtIconContainer i{font-size:40px;text-align:center;vertical-align:middle;padding:30px 0}.wtrShtIconBoxTitle{margin:30px 0 0;font-size:26px!important}.wtrShtIconBoxDesc{margin:30px 0 0}.wtrShtIconBoxAni{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.wtrCrewAnimation,.wtrShtBoxedClassesSkill:hover .wtrTooltip{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.wtrShtIconBoxOverlay{position:absolute;background:0 0;top:0;bottom:0;left:0;right:0}.wtrShtIconBoxLight.wtrShtIconBox:hover .wtrShtIconContainer{box-shadow:0 0 0 5px #fff}.wtrShtIconBoxLight.wtrShtIconBox,.wtrShtIconBoxLight.wtrShtIconBox .wtrShtIconContainer{border-width:0;box-shadow:0 1px 4px rgba(0,0,0,.1)}.wtrShtStepByStep{opacity:0}.wtrShtStepByStepContainer{border-top-width:1px;border-left-width:1px;border-right-width:1px;border-style:solid;padding:10px 0 30px;position:relative;text-align:center;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;border-top-left-radius:3px;border-top-right-radius:3px}.wtrShtStepByStepLight .wtrShtStepByStepContainer{border-width:0}.wtrShtStepByStepItem{position:relative}.wtrContentSidebar .wtrShtStepByStepItem:after{right:-28px}.wtrShtStepByStepItem:after{font-family:FontAwesome;content:'\f054';position:absolute;width:18px;height:4px;font-size:24px;right:-34px;top:50%;margin-top:-12px;display:block}.wtrShtStepByStepItem:last-child:after{content:''}img.wtrSteByStepImg{max-width:80%;margin-top:20px;width:auto!important;display:inline-block}.wtrShtStepByStepIco{font-size:40px;margin-top:10px}.wtrShtStepByStepName{padding:0 20px 10px;font-size:22px;line-height:1.3;margin:20px 0!important}.wtrShtStepByStepDesc{padding:0 20px;margin-top:20px}.wtrShtStepByStepInfo{width:100%;padding:20px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.wtrShtStepByStepInfoNag{float:left;font-weight:700;margin:7px 0;font-size:20px}.wtrShtCrewStream.wtrFourCols .wtrCrewItem:last-child,.wtrShtCrewStream.wtrOneCol .wtrCrewItem:last-child,.wtrShtCrewStream.wtrThreeCols .wtrCrewItem:last-child,.wtrShtCrewStream.wtrTwoCols .wtrCrewItem:last-child{margin-bottom:0}.wtrShtStepByStepInfoNo{float:right;padding:7px 15px;font-weight:700;font-size:20px}.wtrFiveSteps .wtrShtStepByStepItem,.wtrFourSteps .wtrShtStepByStepItem,.wtrOneStep .wtrShtStepByStepItem,.wtrSixSteps .wtrShtStepByStepItem,.wtrThreeSteps .wtrShtStepByStepItem,.wtrTwoSteps .wtrShtStepByStepItem{margin-right:4%;float:left}.wtrShtStepByStepItem.ShtStepByStepLast{margin-right:0}.wtrOneSteps .wtrShtStepByStepItem{width:30.66%}.wtrTwoSteps .wtrShtStepByStepItem{width:48%}.wtrThreeSteps .wtrShtStepByStepItem{width:30.66%}.wtrFourSteps .wtrShtStepByStepItem{width:22%}.wtrFiveSteps .wtrShtStepByStepItem{width:16.8%}.wtrSixSteps .wtrShtStepByStepItem{width:13.33%}.wtrShtCrewStream.wtrFourCols .wtrCrewItem{width:22%;margin-right:4%}.wtrShtCrewStream.wtrThreeCols .wtrCrewItem{width:30.66%;margin-right:4%}.wtrShtCrewStream.wtrTwoCols .wtrCrewItem{width:48%;margin-right:4%}.wtrShtCrewStream.wtrOneCol .wtrCrewItem{width:100%}.wtrShtCrewStream.wtrFourCols,.wtrShtCrewStream.wtrOneCol,.wtrShtCrewStream.wtrThreeCols,.wtrShtCrewStream.wtrTwoCols{margin-bottom:4%}.wtrShtCrewStream.wtrFourCols:last-child,.wtrShtCrewStream.wtrOneCol:last-child,.wtrShtCrewStream.wtrThreeCols:last-child,.wtrShtCrewStream.wtrTwoCols:last-child{margin-bottom:0!important}.wtrCrewItem{position:relative;float:left;width:100%;height:100%;overflow:hidden}.wtrCrewItemLastInRow{margin-right:0!important}.wtrCrewItemContainer{position:relative;overflow:hidden;min-height:255px;border-radius:3px}.wtrCrewItemContainer img{display:block;width:100%;height:100%}.wtrCrewAnimation{transition:all .2s ease-in-out}.wtrCrewAnimationSec{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.wtrShtCrewOverlay{position:absolute;height:100%;width:100%;z-index:1}.wtrCrewItemContainer:hover .wtrCrewItemPictureContainer{bottom:135px;box-shadow:0 0 0 rgba(0,0,0,.9)}.wtrCrewItemContainer:hover .wtrCrewItemName{bottom:90px}.wtrCrewItemContainer:hover .wtrCrewItemPosition{bottom:65px;opacity:1}.wtrCrewItemContainer:hover .wtrCrewItemSocials{bottom:25px;opacity:1}.wtrCrewItemPictureContainer{position:absolute;z-index:2;box-shadow:0 0 10px rgba(0,0,0,.7);left:50%;margin-left:-50px;bottom:100px;border-radius:100px}.wtrCrewItemPictureContainer .wtrCrewItemPicture{border-radius:100px;width:100px;border-width:5px;border-style:solid}.wtrCrewItemName,.wtrCrewItemPosition,.wtrCrewItemSocials{position:absolute;z-index:2;width:100%;text-align:center}.wtrCrewItemName{font-size:22px;font-weight:700;bottom:50px;line-height:1}.wtrCrewItemPosition{font-size:16px;color:rgba(255,255,255,.7);bottom:40px;opacity:0}.wtrCrewItemSocials{bottom:25px;opacity:0}.wtrCrewItemSocials li{display:inline-block;margin:0 8px}.wtrShtTrainerStream.wtrFourCols .wtrShtTrainer:last-child,.wtrShtTrainerStream.wtrOneCol .wtrShtTrainer:last-child,.wtrShtTrainerStream.wtrThreeCols .wtrShtTrainer:last-child,.wtrShtTrainerStream.wtrTwoCols .wtrShtTrainer:last-child{margin-bottom:0}.wtrCrewItemSocials li a{color:rgba(255,255,255,.4);font-size:20px}.wtrCrewItemSocials li a:hover{color:rgba(255,255,255,1);font-size:20px}.wtrContentSidebar .wtrColOneTwo .wtrShtCrewStream.wtrTwoCols .wtrCrewItem .wtrCrewItemPictureContainer .wtrCrewItemPicture,.wtrContentSidebar .wtrFourCols .wtrCrewItem .wtrCrewItemPictureContainer .wtrCrewItemPicture{border-radius:70px;width:70px;border-width:3px}.wtrContentSidebar .wtrColOneTwo .wtrShtCrewStream.wtrTwoCols .wtrCrewItem .wtrCrewItemPictureContainer,.wtrContentSidebar .wtrFourCols .wtrCrewItem .wtrCrewItemPictureContainer{margin-left:-35px;top:20%;height:70px}.wtrContentSidebar .wtrColOneTwo .wtrShtCrewStream.wtrTwoCols .wtrCrewItem .wtrCrewItemContainer:hover .wtrCrewItemPictureContainer,.wtrContentSidebar .wtrFourCols .wtrCrewItem .wtrCrewItemContainer:hover .wtrCrewItemPictureContainer{opacity:0;top:-30px}.wtrContentSidebar .wtrColOneTwo .wtrShtCrewStream.wtrTwoCols .wtrCrewItem .wtrCrewItemName,.wtrContentSidebar .wtrFourCols .wtrCrewItem .wtrCrewItemName{bottom:30px}.wtrContentSidebar .wtrColOneTwo .wtrShtCrewStream.wtrTwoCols .wtrCrewItem .wtrCrewItemContainer:hover .wtrCrewItemName,.wtrContentSidebar .wtrFourCols .wtrCrewItem .wtrCrewItemContainer:hover .wtrCrewItemName{bottom:100px}.wtrContentSidebar .wtrColOneTwo .wtrShtCrewStream.wtrTwoCols .wtrCrewItem .wtrCrewItemContainer:hover .wtrCrewItemPosition,.wtrContentSidebar .wtrFourCols .wtrCrewItem .wtrCrewItemContainer:hover .wtrCrewItemPosition{bottom:65px;opacity:1}.wtrContentSidebar .wtrColOneTwo .wtrShtCrewStream.wtrTwoCols .wtrCrewItem .wtrCrewItemContainer:hover .wtrCrewItemSocials,.wtrContentSidebar .wtrFourCols .wtrCrewItem .wtrCrewItemContainer:hover .wtrCrewItemSocials{bottom:25px;opacity:1}.wtrShtTrainerStream.wtrFourCols .wtrShtTrainer{width:22%;margin-right:4%}.wtrShtTrainerStream.wtrThreeCols .wtrShtTrainer{width:30.66%;margin-right:4%}.wtrShtTrainerStream.wtrTwoCols .wtrShtTrainer{width:48%;margin-right:4%}.wtrShtTrainerStream.wtrOneCol .wtrShtTrainer{width:100%}.wtrShtTrainerStream.wtrFourCols,.wtrShtTrainerStream.wtrOneCol,.wtrShtTrainerStream.wtrThreeCols,.wtrShtTrainerStream.wtrTwoCols{margin-bottom:4%}.wtrShtTrainerStream.wtrFourCols:last-child,.wtrShtTrainerStream.wtrOneCol:last-child,.wtrShtTrainerStream.wtrThreeCols:last-child,.wtrShtTrainerStream.wtrTwoCols:last-child{margin-bottom:0!important}.wtrShtTrainer{position:relative;float:left;overflow:hidden}.wtrShtTrainerLastInRow{margin-right:0!important}.wtrShtTrainerAnimate{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.wtrShtTrainerAnimateSec{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.wtrShtTrainerData img{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out;width:100%;height:100%;display:block;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.wtrShtTrainer:hover .wtrShtTrainerOverlay{opacity:0}.wtrShtTrainerOverlay{position:absolute;height:100%;width:100%;opacity:0}.wtrShtTrainer:hover .wtrShtTrainerElements{opacity:1;bottom:0}.wtrShtTrainer .wtrShtTrainerElements{height:100%;width:100%;position:absolute;z-index:10;opacity:0;bottom:-20px}.wtrShtTrainer .wtrShtTrainerElements:before{font-family:FontAwesome;content:'\f0de';position:absolute;border-width:0;width:100%;font-weight:400;bottom:-8px;line-height:0;font-size:50px;z-index:500;text-align:center}.wtrShtTrainerMeta{text-align:center;width:100%;padding:0;z-index:2}.wtrShtTrainer:hover .wtrShtTrainerMetaName{bottom:0;padding-bottom:30px;margin:0}.wtrShtTrainerMetaNameSubline{position:relative;top:2px;line-height:1!important}.wtrShtTrainer:hover .wtrShtTrainerMetaNameSubline{opacity:0;top:-20px}.wtrShtTrainerMetaName{position:relative;padding:20px 0 30px;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.wtrShtTrainerMetaNameHeadline,.wtrShtTrainerMetaNameSubline{font-size:20px!important;margin:0!important}.wtrShtTrainer:hover .wtrShtTrainerMetaPositionName{opacity:1;bottom:30px}.wtrShtTrainerMetaPositionName{position:absolute;width:100%;text-align:center;opacity:0;bottom:40px;font-size:18px;line-height:1!important;margin:0!important}.wtrShtAccordion{width:100%;min-width:270px;margin:0 auto}.wtrShtBgVideoElement,.wtrVideoElement{min-width:100%;min-height:100%;background-size:cover}.wtrShtAccordion ul .wtrShtAccordionItem{height:60px;border-bottom-width:1px;border-bottom-style:solid;overflow:hidden}.wtrShtRoomBg,.wtrShtRoomClassesLink,.wtrShtRoomContainer,.wtrShtRoomOverlay{height:100%;position:absolute}.wtrShtAccordion ul .wtrShtAccordionItem:last-child{border-bottom-width:0}.wtrShtAccordion ul .wtrShtAccordionItem:first-child{border-top:none}.wtrShtAccordion ul .wtrShtAccordionItem>.wtrShtAccordionHeadline{font-size:18px;display:block;font-weight:700;position:relative;line-height:60px;outline:0;transition:color .2s ease-in-out;cursor:pointer}.wtrShtAccordion ul .wtrShtAccordionItem>.wtrShtAccordionHeadline .wtrShtAccordionNavi:after{font-family:FontAwesome;content:'\f067';text-indent:0;position:absolute;top:-5px;font-weight:400;font-size:18px;right:0;margin-top:5px;-webkit-transition:color .2s ease-in-out;-moz-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;-ms-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.wtrShtAccordion ul .wtrShtAccordionItem.st-open>.wtrShtAccordionHeadline .wtrShtAccordionNavi:after{content:'\f068';right:0;top:-5px;opacity:1;cursor:pointer}.wtrShtAccordionHeadline .wtrAcIcon.fa{margin-right:10px}.wtrShtAccordionItemContent{padding:0 0 20px;opacity:0;cursor:default}.wtrShtAccordionItemContent .wpb_content_element{margin-bottom:0}.wtrShtAccordionItemContent p{padding:0 0 15px}.wtrShtAccordionItemContent .wtrCustomListItem p{padding:0}.wtrShtCounter,.wtrShtCounterLight{font-size:30px;padding:10px 20px;width:auto;font-weight:700;border-width:0;text-align:center}.st-open .wtrShtAccordionItemContent{opacity:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.wtrShtCounterLight{color:#fff}.wtrNotification{width:100%;padding:20px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:16px;font-weight:400;border-width:2px;border-style:solid}.wtrNotification.wtrShtAlignCenter{text-align:center}.wtrNotification.wtrShtAlignLeft{text-align:left}.wtrNotification.wtrShtAlignRight{text-align:right}.wtrNotification a{position:relative;font-weight:700;text-decoration:underline}.wtrNotification.grey a:before{background-color:#7f8c8d}.wtrNotification i{font-size:25px;float:none;display:inline;position:relative;top:2px;margin-right:10px}.wtrNotification.green{background-color:#effeb9;border-color:#d8ed8e;color:#9eb450}.wtrNotification.yellow,.wtrNotification.yellow a{border-color:#f8d88c;color:#e1b650}.wtrNotification.green p{color:#9eb450}.wtrNotification.green a{color:#9eb450;border-bottom-color:#d8ed8e}.wtrNotification.yellow{background-color:#fff4cf}.wtrNotification.yellow p{color:#e1b650}.wtrNotification.red{background-color:#FFEDEA;color:#E57878;border-color:#ECB3A9}.wtrNotification.red p{color:#E57878}.wtrNotification.red a{border-color:#e19b8f;color:#E57878}.wtrNotification.blue,.wtrNotification.blue a{border-color:#8fc3fa;color:#70A4DB}.wtrNotification.blue{background-color:#e0eef9}.wtrNotification.blue p{color:#70A4DB}.wtrNotification.grey,.wtrNotification.grey a{border-color:#D8D8D8;color:#A5A5A5}.wtrNotification.grey{background-color:#F3F3F3}.wtrNotification.grey p{color:#A5A5A5}.wtrNotification.transparent{background-color:transparent;border-width:2px;border-style:solid;border-color:#fff;color:#fff}.wtrNotification.transparent a{color:#fff;border-color:#fff}.wtrNotification.transparent p{color:#fff}.wtrShtRooms .wtrShtRoom:last-child{margin:0}.wtrShtRoom{width:100%;position:relative;margin-bottom:40px;min-height:222px;overflow:hidden;-webkit-border-radius:3px;border-radius:3px}.wtrShtRoomAnimation{-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.wtrShtLastNewsMetro .wtrShtLastNewsBoxedZoom,.wtrShtRoomBg{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}.wtrShtRoom:hover .wtrShtRoomIcon{opacity:1;margin-left:10px}.wtrShtRoomOverlay{top:0;width:100%;bottom:0;z-index:1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.wtrShtRoomContainer{width:100%;bottom:0;z-index:2;padding:30px;display:block}.wtrShtRoomName{font-size:24px;font-weight:700;text-shadow:0 1px 1px rgba(0,0,0,.7);line-height:1.1}.wtrShtRoomBg{top:0;width:100%;bottom:0;z-index:0;background-size:cover;background-position:center center;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.wtrShtRoom:hover .wtrShtRoomBg{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.wtrShtRoomIcon{opacity:0;display:none}.wtrShtRoomClasses{width:50%;position:absolute;bottom:30px;left:30px}.wtrShtRoomClassesName{float:left;margin:0 4px 4px 0;padding:6px 10px;font-weight:700;font-size:14px;background-color:rgba(0,0,0,.6)}.wtrShtClassesList,.wtrShtClassesListItem{margin:0!important;list-style:none!important}.wtrShtRoomClassesLink{top:0;bottom:0;left:0;right:0;width:100%;z-index:3}.wtrShtClassesList{width:100%}.wtrShtClassesListItem{border-top-style:solid;border-top-width:1px;padding:15px 0}.wtrShtClassesListItem:first-child{border-top-width:0}.wtrShtClassesListItem .wtrShtBoxedClassesSkill{float:left;margin-bottom:0!important}.wtrShtClassesListItem .wtrShtClassesListTittle{float:left;line-height:1.6;margin:0 0 0 15px;font-size:16px;width:40%;clear:none}.wtrShtClassesListItemRight{float:right}.wtrShtClassesListKcallInfo{margin-right:10px;border-right-style:solid;border-right-width:1px;padding-right:45px;position:relative}.wtrShtClassesListTimeInfo{padding-right:0;position:relative;margin-right:30px;margin-left:5px}.wtrShtClassesListKcallInfo,.wtrShtClassesListTimeInfo{font-size:14px}.wtrShtClassesListKcallInfo i,.wtrShtClassesListTimeInfo i{font-size:20px;position:absolute}.wtrShtClassesListKcallInfo i{top:-2px;right:15px}.wtrShtClassesListTimeInfo i{top:-2px;right:-30px}.wtrShtBoxedClasses .wtrNoDetailsClass:hover .wtrShtBoxedClassesTime{margin-left:0}.wtrShtBoxedClasses .wtrNoDetailsClass .wtrShtBoxedClassesTime{margin-top:-7px;margin-bottom:14px}.wtrShtBoxedClasses.wtrOneElementSht .wtrShtBoxedClassesCoOneHalf{width:100%}.wtrShtBoxedClassesImgContainer,.wtrShtBoxedClassesSpace{position:relative}.wtrShtBoxedClassesSpace:hover .wtrShtBoxedClassesOverlay{opacity:1}.wtrShtBoxedClassesAnimate{-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.wtrShtBoxedClasses .wtrShtBoxedClassesSpace img{display:block;width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wtrShtBoxedClassesSpace:hover .wtrShtBoxedClassesElements{opacity:1;bottom:0}.wtrShtBoxedClassesSpace .wtrShtBoxedClassesElements{height:100%;width:100%;position:absolute;z-index:10;opacity:0;bottom:-30px}.wtrShtBoxedClassesSpace .wtrShtBoxedClassesElements:before{font-family:FontAwesome;content:'\f067';position:absolute;font-size:24px;border-width:5px;border-style:solid;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;height:72px;width:72px;font-weight:400;line-height:75px;left:50%;top:50%;margin:-40px 0 0 -40px;z-index:500;text-align:center}.wtrShtBoxedClassesOverlay{width:100%;height:100%;position:absolute;z-index:9;opacity:0}.wtrShtBoxedClassesColOne,.wtrShtBoxedClassesColOneSec{height:auto}.wtrShtBoxedClassesColTwo,.wtrShtBoxedClassesColTwoSec{float:left;width:50%;height:auto}.wtrShtBoxedClassesSpace .wtrShtBoxedClassesContainer{margin:30px}.wtrShtBoxedClassesSpace .wtrShtBoxedClassesHeadline a{display:block;margin-bottom:20px;font-size:20px;line-height:1}.wtrShtBoxedClassesSpace .wtrShtBoxedClassesDesc{font-size:16px;font-weight:400;margin:0}.wtrShtBoxedClassesSpace:hover .wtrShtBoxedClassesTime{opacity:1;margin-left:10px}.wtrShtBoxedClassesTime{font-weight:700;float:left;margin-top:1px;opacity:0;margin-left:0}.wtrShtBoxedClassesTime i{margin-right:5px}.wtrShtBoxedClassesSkill{padding:7px 13px;width:103px;height:auto;float:left;margin:0 0 20px!important;position:relative;list-style:none!important}.wtrShtBoxedClassesSkill li.wtrLastSkillDot{margin:0!important}.wtrShtBoxedClassesSkill li{float:left;margin:0 5px 0 0!important;padding:0}.wtrShtClassesStream.wtrFourCols .wtrShtClasses:last-child,.wtrShtClassesStream.wtrOneCol .wtrShtClasses:last-child,.wtrShtClassesStream.wtrThreeCols .wtrShtClasses:last-child,.wtrShtClassesStream.wtrTwoCols .wtrShtClasses:last-child{margin-bottom:0}.wtrShtBoxedClassesSkillDot{background-color:rgba(0,0,0,.3);height:11px;width:11px}.wtrShtBoxedClassesSkillDot.active{background-color:#fff}.wtrShtBoxedClassesSkillDot.wtrLastSkillDot{margin:0}.wtrShtBoxedClassesSkill:hover .wtrTooltip{visibility:visible;opacity:1;top:30px;transition:all .2s ease-in-out}.wtrShtPayPalButton.leftIcon a:before,.wtrTooltip{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.wtrTooltip:before{content:"";position:absolute;width:0;height:0;border-width:8px;border-style:solid;border-color:transparent transparent #000;top:-14px;left:50%;margin-left:-10px}.wtrTooltip{z-index:10;position:absolute;visibility:hidden;opacity:0;top:36px;left:0;width:100%;color:#fff;background:#000;transition:all .2s ease-in-out}.wtrTooltip .wtrTooltipContent{font-weight:700;line-height:1.1;padding:5px 10px;font-size:12px;text-align:center;width:100%;display:block}.wtrShtBoxedClasses .wtrTooltip,.wtrShtClasses .wtrTooltip{color:#000!important;background:#fff!important}.wtrShtBoxedClasses .wtrTooltip:before,.wtrShtClasses .wtrTooltip:before{border-color:transparent transparent #fff!important}.wtrShtBoxedClassesCoOneHalf,.wtrShtBoxedClassesColTwoSec{float:left;width:50%;position:relative}.wtrShtBoxedClasses.wtrShtOrderChange .wtrShtBoxedClassesCoOneHalf .wtrShtBoxedClassesColTwo{float:right}.wtrShtBoxedClasses.wtrShtOrderChange .wtrShtBoxedClassesSpace:hover .wtrShtBoxedClassesColTwoSec:after{right:-40px}.wtrShtClassesStream.wtrFourCols .wtrShtClasses{width:22%;margin-right:4%}.wtrShtClassesStream.wtrThreeCols .wtrShtClasses{width:30.66%;margin-right:4%}.wtrShtClassesStream.wtrTwoCols .wtrShtClasses{width:48%;margin-right:4%}.wtrShtClassesStream.wtrOneCol .wtrShtClasses{width:100%}.wtrShtClassesStream.wtrFourCols,.wtrShtClassesStream.wtrOneCol,.wtrShtClassesStream.wtrThreeCols,.wtrShtClassesStream.wtrTwoCols{margin-bottom:4%}.wtrShtClassesStream.wtrFourCols:last-child,.wtrShtClassesStream.wtrOneCol:last-child,.wtrShtClassesStream.wtrThreeCols:last-child,.wtrShtClassesStream.wtrTwoCols:last-child{margin-bottom:0!important}.wtrShtClasses{position:relative;overflow:hidden;float:left}.wtrShtClassesLastInRow{margin-right:0!important}.wtrShtClassesAnimate{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.wtrShtBoxedEventsAnimate,.wtrShtFullWidthTabsAnimate{-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out}.wtrShtClassesData img{display:block;width:100%}.wtrShtClassesMeta{position:absolute;z-index:1;bottom:0;width:100%;background:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));background:-moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.wtrShtClasses:hover .wtrShtClassesMetaHeadline{margin-top:200px!important}.wtrShtClassesMetaHeadline{text-align:center;margin:70px 0 30px!important}.wtrShtClassesMetaHeadline a{font-size:24px;text-shadow:0 1px 2px rgba(0,0,0,.4)}.wtrShtClassesMetaTime{text-align:center;font-weight:700;position:absolute;bottom:30px;width:100%;opacity:0}.wtrShtClasses:hover .wtrShtClassesMetaHeadline{margin:70px 0 45px!important}.wtrShtClasses:hover .wtrShtClassesMetaTime{bottom:20px;opacity:1}.wtrShtClassesElements{position:absolute;width:100%;height:100%;display:block;opacity:0;bottom:20px;z-index:10}.wtrShtClasses:hover .wtrShtClassesArrow{opacity:1;top:50%;margin-top:-45px}.wtrShtClassesArrow{font-size:40px;right:50%;top:40%;margin-right:-20px;position:absolute;opacity:0;text-shadow:0 0 20px rgba(0,0,0,.5)}.wtrShtClassesElements .wtrShtBoxedClassesSkill{margin:55% auto!important;width:102px;float:none}.wtrShtClasses:hover .wtrShtClassesElements{opacity:1;bottom:10px}.wtrContentSidebar .wtrFourCols .wtrShtClassesElements .wtrShtBoxedClassesSkill{margin-top:30%}.wtrShtEventList,.wtrShtEventListItem{list-style:none!important;margin:0!important}.wtrContentSidebar .wtrFourCols .wtrShtClasses:hover .wtrShtClassesArrow{display:none}.wtrShtEventList{width:100%}.wtrShtEventListItem{border-top-style:solid;border-top-width:1px;padding:15px 0 10px;position:relative}.wtrShtEventListItem:first-child{border-top-width:0}.wtrShtEventListPrice{font-size:14px;font-weight:700;float:left;padding:3px 10px;margin-right:5px}.wtrShtEventListPriceContainer{float:left;width:100%;margin:0 0 5px}.wtrShtEventListTittleContainer{float:left}.wtrShtEventListBtn{position:absolute;border-width:1px;border-style:solid;font-size:14px;font-weight:700;padding:16px 10px;right:0;top:15px;bottom:15px;z-index:1}.wtrShtEventListBtn i{font-size:18px}.wtrShtEventListItem .wtrShtEventListTittle,.wtrShtEventListItem .wtrShtEventListTittle a{font-size:16px!important}.wtrShtEventListItem .wtrShtEventListTittle{float:left;margin:5px 0 0;padding:0 50px 0 0;line-height:1.3}.wtrShtEventListTime{font-size:14px;font-weight:700;float:left;padding:3px 10px}.wtrShtEventListTime i{margin-right:8px}.wtrShtBoxedEvents.wtrOneElementSht .wtrShtBoxedEventsCoOneHalf{width:100%}.wtrShtBoxedEventsImgContainer,.wtrShtBoxedEventsSpace{position:relative}.wtrShtBoxedEventsSpace:hover .wtrShtBoxedEventsOverlay{opacity:1}.wtrShtBoxedEventsAnimate{transition:all .15s ease-in-out}.wtrShtBoxedEvents .wtrShtBoxedEventsSpace img{display:block;width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wtrShtBoxedEventsSpace:hover .wtrShtBoxedEventsElements{opacity:1;bottom:0}.wtrShtBoxedEventsSpace .wtrShtBoxedEventsElements{height:100%;width:100%;position:absolute;z-index:10;opacity:0;bottom:-30px}.wtrShtBoxedEventsSpace .wtrShtBoxedEventsElements:before{font-family:FontAwesome;content:'\f067';position:absolute;font-size:24px;border-width:5px;border-style:solid;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;height:72px;width:72px;font-weight:400;line-height:75px;left:50%;top:50%;margin:-40px 0 0 -40px;z-index:500;text-align:center}.wtrShtBoxedEventsOverlay{width:100%;height:100%;position:absolute;z-index:9;opacity:0}.wtrShtBoxedEventsColOne,.wtrShtBoxedEventsColOneSec{height:auto}.wtrShtBoxedEventsColTwo,.wtrShtBoxedEventsColTwoSec{float:left;width:50%;height:auto}.wtrShtBoxedEventsSpace .wtrShtBoxedEventsContainer{margin:0 30px 30px;height:100%;position:relative}.wtrShtBoxedEventsContainerSpace{height:30px}.wtrShtBoxedEventsHeadline{max-height:140px;overflow:hidden}.wtrShtBoxedEventsSpace .wtrShtBoxedEventsHeadline a{display:block;font-size:24px;line-height:1.1}.wtrShtBoxedEventsTime{font-weight:700;font-size:16px;padding:5px 15px;background-color:rgba(0,0,0,.3);float:left;margin-top:1px;margin-left:0}.wtrShtBoxedEventPrice{font-size:16px;font-weight:700;float:right;padding-bottom:3px;margin:6px 0 0 10px;border-bottom-width:1px;border-bottom-style:solid}.wtrShtBoxedEventsSpace:hover .wtrShtBoxedEventsReadMore{opacity:1;margin-left:0}.wtrShtBoxedEventsReadMore{color:rgba(0,0,0,.3);display:block;margin-top:20px;font-weight:700;margin-left:-20px;opacity:0}.wtrShtBoxedEventsInfo{margin-bottom:20px}.wtrShtBoxedEventsColTwoSec{position:relative}.wtrShtBoxedEventsCoOneHalf{float:left;width:50%;position:relative}.wtrShtFullWidthTabs,.wtrShtLastNewsListItem{width:100%;position:relative}.wtrShtBoxedEvents.wtrShtOrderChange .wtrShtBoxedEventsCoOneHalf .wtrShtBoxedEventsColTwo{float:right}.wtrContentSidebar .wtrShtBoxedEventsTime{font-size:14px;padding:5px 10px}.wtrContentSidebar .wtrShtBoxedEventsHeadline a{font-size:20px}.wtrContentSidebar .wtrShtBoxedEventsReadMore{margin-top:15px}.wtrContentSidebar .wtrShtBoxedEventsSpace .wtrShtBoxedEventsContainer{margin:20px 20px 0}.wtrShtFullWidthTabsAnimate{transition:all .15s ease-in-out}.wtrShtFullWidthTabs{overflow:hidden;font-weight:300}.wtrShtFullWidthTabContent .wtrColFiveSixth,.wtrShtFullWidthTabContent .wtrColFourFifth,.wtrShtFullWidthTabContent .wtrColOne,.wtrShtFullWidthTabContent .wtrColOneFifth,.wtrShtFullWidthTabContent .wtrColOneFourth,.wtrShtFullWidthTabContent .wtrColOneSixth,.wtrShtFullWidthTabContent .wtrColOneThird,.wtrShtFullWidthTabContent .wtrColOneTwo,.wtrShtFullWidthTabContent .wtrColThreeFifth,.wtrShtFullWidthTabContent .wtrColThreeFourth,.wtrShtFullWidthTabContent .wtrColTwoFifth,.wtrShtFullWidthTabContent .wtrColTwoThird{margin-bottom:0!important}.wtrShtFullWidthTabs .wtrShtFWT{text-align:center}.wtrShtFullWidthTabs .wtrShtFWT ul{padding:0;margin:0;list-style:none;display:inline-block}.wtrShtFullWidthTabs .wtrShtFWT ul li{border-bottom:none;margin:0;display:inline-block;position:relative;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.wtrShtFullWidthTabs .wtrShtFWT ul li i{margin-right:20px}.wtrShtFullWidthTabs .wtrShtFWT li.tab-current{border-bottom:none;z-index:100}.wtrShtFullWidthTabs .wtrShtFWT a{text-transform:uppercase;font-weight:700;display:block;font-size:20px;line-height:4;padding:4px 60px 0;white-space:nowrap}.wtrShtFullWidthTabContent section{padding:20px 0;display:none;margin:0 auto}.wtrShtFullWidthTabContent section:after,.wtrShtFullWidthTabContent section:before{content:'';display:table}.wtrShtFullWidthTabContent section:after{clear:both}.no-js .wtrShtFullWidthTabContent section{display:block;padding-bottom:2em}.wtrShtFullWidthTabContent section.content-current{display:block}.wtrShtTabs .resp-tabs-list li{font-size:18px;font-weight:700;display:inline-block;padding:13px 26px;margin:0;list-style:none;cursor:pointer;float:left;border-width:0;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;border-top-left-radius:3px;border-top-right-radius:3px}.wtrShtTabs .wpb_content_element{margin-bottom:10px!important}.wtrShtTabs .resp-tabs-container{padding:0;clear:left}.wtrShtTabs h2.resp-accordion{cursor:pointer;display:none}.wtrShtTabs .resp-tab-content{display:none}.wtrShtTabs .resp-tabs-list li i{margin-right:10px}.wtrShtTabs .resp-tab-active{border-width:1px!important;border-style:solid;border-bottom:none;margin-bottom:-1px!important;padding:12px 25px 14px!important}.resp-accordion-active,.wtrShtTabs .resp-content-active{display:block}.wtrShtTabs .resp-tab-content{border-width:1px;border-style:solid;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.wtrShtTabs .wtrTabAnimation{-webkit-transition:color .15s ease-in-out;-moz-transition:color .15s ease-in-out;-ms-transition:color .15s ease-in-out;-o-transition:color .15s ease-in-out;transition:color .15s ease-in-out}.wtrShtTabs .wtrTabAnimationInside{animation:animationFrames ease-in-out .6s;-webkit-animation:animationFrames ease-in-out .6s;-moz-animation:animationFrames ease-in-out .6s;-o-animation:animationFrames ease-in-out .6s;-ms-animation:animationFrames ease-in-out .6s}.wtrShtTabs .wtrShtTabItemContainer{padding:10px 25px}.wtrShtTabs h2.resp-accordion{font-size:13px;border-width:0 1px 1px;border-style:solid;margin:0;padding:10px 5px}.wtrShtTabs h2.resp-tab-active{border-bottom-width:0!important;margin-bottom:0!important;padding:10px 15px!important}.wtrShtTabs h2.resp-tab-title:last-child{border-bottom-width:12px;border-bottom-style:solid}@keyframes animationFrames{0%{opacity:0}100%{opacity:1}}@-moz-keyframes animationFrames{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes animationFrames{0%{opacity:0}100%{opacity:1}}@-o-keyframes animationFrames{0%{opacity:0}100%{opacity:1}}@-ms-keyframes animationFrames{0%{opacity:0}100%{opacity:1}}.wtrShtLastNewsListCon .wtrPagination{border-top-width:1px;border-top-style:solid;padding-top:40px;margin-top:0;margin-bottom:20px}.wtrShtLastNewsListStreamItem:first-child{border-top-width:0}.wtrShtLastNewsListStreamItem{border-top-width:1px;border-top-style:solid;padding:0;overflow:hidden;height:140px}.wtrShtLastNewsListStreamItem:hover .wtrShtLastNewsListItemTitle{margin-top:40px!important}.wtrShtLastNewsListStreamItem:hover .wtrShtLastNewsListItemLead{margin-top:10px;opacity:1}.wtrShtLastNewsListStreamItem:hover .wtrShtLastNewsListOverlay{opacity:1}.wtrShtLastNewsListItemHeadline{width:67%;position:relative}.wtrShtLastNewsListItemLink{position:absolute;z-index:2;background:0 0;height:100%;top:0;left:0;right:0;bottom:0;width:100%}.wtrShtLastNewsListItemTitle{width:100%;font-size:24px;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;margin:60px 0 0!important;float:left}.wtrShtLastNewsListItemTitle a{font-size:inherit}.wtrShtLastNewsListItemLead{margin-top:70px;width:100%;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;float:left}.wtrShtLastNewsListItemImg img{border-radius:2px;display:block}.wtrShtLastNewsListItemImg{margin:20px 0;position:absolute;width:12%;right:0;top:0}.wtrShtLastNewsListOverlay{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:1;border-radius:2px;opacity:0}.wtrShtLastNewsListComments{position:absolute;width:100%;top:50%;margin-top:-19px;bottom:0;left:0;right:0;text-align:center}.wtrShtLastNewsListCommentsNr{font-size:26px;font-weight:700;line-height:1}.wtrShtLastNewsListCommentsName{line-height:1;font-size:14px;display:block;font-weight:700}.wtrShtLastNewsListItemMeta{position:absolute;width:14%;right:16%;top:0;bottom:0;height:100%}.wtrShtLastNewsListItemDate{border-bottom-width:1px;border-bottom-style:solid;padding:25px 0 26px}.wtrShtLastNewsListItemDate div{font-weight:700;padding:5px 10px;border-width:1px;border-style:solid;font-size:14px;display:inline}.wtrShtLastNewsListItemAuthor{padding:16px 0}.wtrShtLastNewsListItemAuthor a{font-weight:700;font-size:14px;text-decoration:none}.wtrShtLastNewsListAnimation{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.wtrShtLastNewsListAnimationSec{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.wtrContentSidebar .wtrShtLastNewsListItemImg{width:11.5%}.wtrContentSidebar .wtrShtLastNewsListItemMeta{width:17%;right:15%}.wtrContentSidebar .wtrShtLastNewsListItemHeadline{width:65%}.wtrShtLastNewsListLight .wtrShtLastNewsListStreamItem:hover .wtrShtLastNewsListItemTitle a{text-decoration:underline}.wtrShtLastNewsListLight .wtrShtLastNewsListItemDate,.wtrShtLastNewsListLight .wtrShtLastNewsListItemDate div,.wtrShtLastNewsListLight .wtrShtLastNewsListStreamItem,.wtrShtLastNewsListLight.wtrShtLastNewsList .wtrPagination{border-color:rgba(255,255,255,.2)!important}.wtrShtLastNewsListLight .wtrShtLastNewsListItemLead,.wtrShtLastNewsListLight .wtrShtLastNewsListItemTitle,.wtrShtLastNewsListLight .wtrShtLastNewsListItemTitle a,.wtrShtLastNewsListLight .wtrShtLastNewsListStreamItem:hover .wtrShtLastNewsListItemTitle,.wtrShtLastNewsListLight .wtrShtLastNewsListStreamItem:hover .wtrShtLastNewsListItemTitle a{color:#fff!important}.wtrShtLastNewsListLight .wtrShtLastNewsListItemAuthor a,.wtrShtLastNewsListLight .wtrShtLastNewsListItemDate div{color:rgba(255,255,255,.7)!important}.wtrShtLastNewsMetro .wtrColOneFourth{width:25%;margin:0}.wtrShtLastNewsMetro .wtrShtLastNewsBoxedOverlay{position:absolute;height:100%;width:100%;z-index:1}.wtrShtLastNewsMetro .wtrShtLastNewsBoxedItemHolder{webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.1);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,.1);box-shadow:0 0 5px 0 rgba(0,0,0,.1);overflow:hidden;position:relative}.wtrShtLastNewsBoxedAuthor.wtrShtLastNewsMetroAnimation,.wtrShtLastNewsBoxedDate.wtrShtLastNewsMetroAnimation,.wtrShtLastNewsBoxedHedline.wtrShtLastNewsMetroAnimation{-webkit-transition:all .25s ease-in-out!important;-moz-transition:all .25s ease-in-out!important;-o-transition:all .25s ease-in-out!important;transition:all .25s ease-in-out!important}.wtrShtLastNewsMetro .wtrShtLastNewsBoxedItemHolder:hover .wtrShtLastNewsBoxedZoom{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.wtrShtLastNewsMetro .wtrShtLastNewsBoxedItemHolder:hover .wtrShtLastNewsBoxedHedline{bottom:45px}.wtrShtLastNewsMetro .wtrShtLastNewsBoxedItemHolder:hover .wtrShtLastNewsBoxedAuthor{bottom:20px}.wtrShtLastNewsMetro .wtrShtLastNewsBoxedDate{font-size:16px;text-shadow:0 1px 2px rgba(0,0,0,.4);position:absolute;font-weight:700;top:15px;left:30px;opacity:0;width:auto;z-index:2;-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9)}.wtrShtLastNewsMetro .wtrShtLastNewsBoxedItemHolder:hover .wtrShtLastNewsBoxedDate{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wtrShtLastNewsMetro .wtrShtLastNewsBoxedAuthor,.wtrShtLastNewsMetro .wtrShtLastNewsBoxedHedline{z-index:2}.wtrShtLastNewsMetro .wtrShtLastNewsBoxedHedline{font-weight:700;position:absolute;bottom:20px;left:30px;right:30px;font-size:19px;margin-bottom:0;line-height:1.3em;text-shadow:0 1px 2px rgba(0,0,0,.6)}.wtrShtLastNewsMetro .wtrShtLastNewsBoxedAuthor a{font-weight:700}.wtrShtLastNewsMetro .wtrShtLastNewsBoxedAuthor{position:absolute;bottom:-30px;left:30px;font-size:16px;margin-bottom:0;line-height:26px;text-shadow:0 1px 2px rgba(0,0,0,.4)}.wtrShtLastNewsMetro .wtrShtLastNewsBoxedZoom{transition:all .5s ease-in-out;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;position:relative;display:block}.wtrShtLastNewsMetro .wtrShtLastNewsMetroAnimation{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.wtrContentSidebar .wtrShtLastNewsMetro .wtrShtLastNewsBoxedDate,.wtrContentSidebar .wtrShtLastNewsMetro .wtrShtLastNewsBoxedHedline{font-size:14px}.wtrContentSidebar .wtrShtLastNewsMetro .wtrShtLastNewsBoxedAuthor,.wtrContentSidebar .wtrShtLastNewsMetro .wtrShtLastNewsBoxedAuthor a{font-size:13px}.wtrShtFullWidthSectionNoInner .wtrShtLastNewsBoxedHedline{font-size:22px;line-height:1.2em}.wtrShtLastNewsModern{position:relative}.wtrShtLastNewsModern .owl-controls{position:absolute;bottom:10px;right:10px;padding:0;z-index:2}.wtrShtLastNewsModern .owl-theme .owl-controls .owl-nav [class*=owl-]{display:inline-block}.wtrShtLastNewsModern .owl-theme .owl-dots{text-align:center;border-radius:3px;height:25px;padding:0 6px}.wtrShtLastNewsModern .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.wtrShtLastNewsModern .owl-theme .owl-dots .owl-dot span{width:12px;height:12px;margin:6px 4px;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-ms-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.wtrShtLastNewsModern .wtrShtLastNewsModernBoxImg{width:100%;height:100%;display:block}.wtrShtLastNewsModern .wtrShtLastNewsModernBoxHedaline a{font-size:26px;line-height:1}.wtrShtLastNewsModern .wtrShtLastNewsModernBoxHedaline{position:absolute;z-index:2;text-align:center;width:100%;font-weight:700;bottom:40px;padding:0 30px;margin:0!important;text-shadow:0 1px 1px rgba(0,0,0,.8)}.wtrShtLastNewsModern .wtrShtLastNewsModernBox:hover .wtrShtLastNewsModernBoxHedaline{bottom:70px}.wtrShtLastNewsModern .wtrShtLastNewsModernBoxOthers{position:absolute;z-index:2;top:-5px;width:100%;padding:0 30px;opacity:0}.wtrShtLastNewsModern .wtrShtLastNewsModernBox:hover .wtrShtLastNewsModernBoxOthers{position:absolute;z-index:2;top:10px;width:100%;padding:0 30px;opacity:1}.wtrShtLastNewsStandard .wtrBlogStreamStdContainer article:last-child,.wtrShtLastNewsStandard article:last-of-type{padding-bottom:0}.wtrShtLastNewsModern .wtrShtLastNewsModernBoxAuthorImg{width:50px!important;height:50px!important;border-width:4px;border-style:solid;float:left}.wtrShtLastNewsModern .wtrShtLastNewsModernBoxOthersContainer{margin:20px auto;width:100%}.wtrShtLastNewsModern .wtrShtLastNewsModernBoxOthersContainer .wtrRadius100{-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px}.wtrShtLastNewsModern .wtrShtLastNewsModernBoxAutorContainer{margin:14px auto;float:right}.wtrShtLastNewsModern .wtrShtLastNewsModernBoxComments i{margin-left:20px;margin-right:8px}.wtrShtLastNewsModern .wtrShtLastNewsModernBoxComments{border-left-width:1px;border-style:solid;margin-left:20px}.wtrShtLastNewsModern .wtrShtLastNewsModernBoxAuthor,.wtrShtLastNewsModern .wtrShtLastNewsModernBoxComments,.wtrShtLastNewsModern .wtrShtLastNewsModernBoxDate{font-weight:700}.wtrShtLastNewsModern .wtrShtLastNewsModernBoxDate{position:absolute;z-index:2;text-align:center;width:100%;bottom:40px;font-size:16px;opacity:0}.wtrShtLastNewsModern .wtrShtLastNewsModernBox:hover .wtrShtLastNewsModernBoxDate{opacity:1}.wtrShtLastNewsModern .wtrShtLastNewsModernBox .wtrPostOverlay{position:absolute;height:100%;width:100%;z-index:1}.wtrShtLastNewsModern .wtrShtLastNewsModernBox{webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;width:100%;height:auto;position:relative}.wtrShtLastNewsModern .wtrShtLastNewsModernBoxAnimation{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.wtrShtLastNewsStandard .wtrPagination{margin-top:40px}.wtrShtLastNewsStandard article:last-child .wtrShtLastNewsStandardContainer{margin-bottom:0;border-bottom:0}.wtrShtLastNewsStandard article:last-child .wtrShtLastNewsStandardImgContainer{margin-bottom:0}.wtrShtLastNewsStandard article:last-of-type .wtrShtLastNewsStandardContainer{margin-bottom:0;padding-bottom:40px}.wtrShtLastNewsStandard .wtrShtLastNewsStandardItem{position:relative;border-left-width:1px;border-style:solid;margin-left:93px;padding-left:40px;padding-bottom:20px}.wtrShtLastNewsStandard .wtrBlogStreamStdContainer article:last-of-type .wtrShtLastNewsStandardContainer{margin-bottom:0}.wtrShtLastNewsStandard .wtrShtLastNewsStandardContainer{border-bottom-width:1px;border-style:solid;margin-bottom:20px;padding-bottom:40px}.wtrShtLastNewsStandard .wtrShtLastNewsStandardImgContainer{float:left;margin:0 40px 0 0}.wtrShtLastNewsStandard .wtrShtLastNewsStandardImgContainer img{width:255px;height:255px}.wtrShtLastNewsStandard .wtrShtLastNewsStandardImg{width:255px;height:255px;display:block}.wtrShtLastNewsStandard .wtrShtLastNewsStandardBox .wtrShtLastNewsStandardOverlay{position:absolute;height:100%;width:100%;z-index:1;background-color:rgba(0,0,0,0)}.wtrShtLastNewsStandard .wtrShtLastNewsStandardBox{webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;width:100%;height:auto;overflow:hidden;position:relative}.wtrShtLastNewsStandard .wtrShtLastNewsStandardButtonContainer{text-align:center;width:100%;position:absolute;bottom:0}.wtrShtLastNewsStandard .wtrShtLastNewsStandardBox .wtrButtonStd{z-index:2;bottom:30px;text-align:center}.wtrShtLastNewsStandard .wtrShtLastNewsStandardElements{height:100%;width:100%;position:absolute;z-index:2;opacity:0;bottom:20px}.wtrShtLastNewsStandard .wtrShtLastNewsStandardElements:before{font-family:FontAwesome;content:'\f067';position:absolute;font-size:24px;border-width:5px;border-style:solid;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;height:72px;width:72px;font-weight:400;line-height:75px;left:50%;top:50%;margin:-40px 0 0 -40px;z-index:500;text-align:center}.wtrShtLastNewsStandard .wtrShtLastNewsStandardBox:hover .wtrShtLastNewsStandardElements{opacity:1;bottom:30px}.wtrShtLastNewsStandard .wtrShtLastNewsStandardDate{position:absolute;left:-93px}.wtrShtLastNewsStandard .wtrShtLastNewsStandardDate:after{content:'';border-width:4px;border-style:solid;width:15px;height:15px;position:absolute;top:23px;right:-50px;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px}.wtrShtLastNewsStandard .wtrShtLastNewsStandardDateCreated{float:right;position:relative;text-align:right}.wtrShtLastNewsStandard .wtrShtLastNewsStandardDateYear{font-size:24px;font-weight:700;text-align:right;line-height:.8}.wtrShtLastNewsStandard .wtrShtLastNewsStandardDateMonth{font-size:24px;line-height:1.2}.wtrShtLastNewsStandard .wtrShtLastNewsStandardDateDay{font-size:24px;line-height:1}.wtrShtLastNewsStandard .wtrShtLastNewsStandardHeadline{clear:none;margin:0!important}.wtrShtLastNewsStandard .wtrShtLastNewsStandardHeadline a{font-size:28px;line-height:1.1;margin-bottom:15px;font-weight:700}.wtrShtLastNewsStandard .wtrBlogPostSneakPeakCategory{margin-top:20px;display:inline-block}.wtrShtLastNewsStandard .wtrShtLastNewsStandardOther{margin-top:24px;display:inline-block}.wtrShtLastNewsStandard .wtrShtLastNewsStandardOther a{font-size:14px}.wtrShtLastNewsStandard .wtrShtLastNewsStandardOtherLink{padding:6px 10px;margin:0 0 0 4px;font-weight:700}.wtrShtLastNewsStandard .wtrBlogDfPostOtherLink i,.wtrShtLastNewsStandard .wtrShtLastNewsStandardOtherLink i{margin:0 5px 0 0}.wtrShtLastNewsStandard .wtrShtLastNewsStandardLead{margin-top:20px!important;font-size:16px}.wtrShtLastNewsStandard .wtrShtLastNewsStandardAnimation{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.wtrShtPromoEvent{max-width:576px}.wtrShtPromoEventNoPhoto .wtrShtPromoEventPictureContainer{height:70px;-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-top-left-radius:3px}.wtrShtPromoEventNoPhoto:hover .wtrShtPromoEventOverlay{display:none}.wtrShtPromoEventPictureContainer img{-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.wtrShtLinkHedline,.wtrShtPromoEventMeta{-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px}.wtrShtPromoEventPictureContainer{position:relative}.wtrShtPromoEventPicture{display:block}.wtrShtPromoEvent:hover .wtrShtPromoEventOverlay{opacity:1}.wtrShtPromoEvent:hover .wtrShtPromoEventAdditionalIco{opacity:1;margin-top:15px;animation-delay:12s}.wtrShtPromoEvent:hover .wtrShtPromoEventAdditional{opacity:1;margin-top:10px}.wtrShtPromoEventOverlay{position:absolute;width:100%;height:100%;top:0;bottom:0;right:0;left:0;opacity:0;text-align:center;padding:40px;-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-top-left-radius:3px}.wtrShtPromoEventAdditionalIco{font-size:50px;display:block;margin-bottom:10px}.wtrShtPromoEventAdditional{line-height:1.4;opacity:0;font-size:16px;display:block}.wtrShtPromoEventMeta{-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-align:center;position:relative;padding-bottom:30px}.wtrShtPromoEventTittle{font-size:22px;padding:50px 20px 10px;line-height:1.1}.wtrShtPromoEventDate{font-size:16px}.wtrShtPromoEventBtnContainer{position:absolute;top:-30px;width:100%}.wtrShtPromoEventAnimate{webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.wtrShtPromoEventAddMeta{position:absolute;width:80px;height:80px;text-align:center;border-radius:100px}.wtrShtPromoEventAddMeta i{font-size:30px;margin-top:30%}.wtrShtPromoEventBtn{vertical-align:middle;display:inline-block;text-align:center;line-height:1;border:0;font-weight:700;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px;cursor:pointer;padding:18px 42px;font-size:20px;background-color:#1fce6d;color:#fff}.wtrShtPromoEventBtn:hover{background-color:#27ae60;color:#fff}.wtrShtPromoEventBtn,.wtrShtPromoEventBtn:before{-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;position:relative}.wtrShtPromoEventBtn:before{font-family:FontAwesome;content:'\f061';position:absolute;height:100%;font-size:14px;font-weight:400;line-height:0;right:30px;opacity:0;top:50%}.wpcf7 input[type=date],.wpcf7 input[type=submit]{font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif}.wtrShtPromoEventBtn:hover:before{right:20px;opacity:1}.wtrShtCountdown{border-radius:3px;max-width:450px;padding:10px 10px 15px;margin:0 auto;box-shadow:0 0 5px 1px rgba(0,0,0,.1)}.wtrShtBgVideo img,.wtrVideo img{max-width:100%}.wtrShtCountdownLight{border-radius:5px;box-shadow:0 0 0 0 transparent!important;border-width:4px;border-style:solid;border-color:#fff;background-color:transparent!important}.wtrShtCountdown .countdown-rtl{direction:rtl}.wtrShtCountdown .countdown-row{clear:both;width:100%;padding:0 2px;text-align:center}.wtrShtCountdown .countdown-show1 .countdown-section{width:98%}.wtrShtCountdown .countdown-show2 .countdown-section{width:48%}.wtrShtCountdown .countdown-show3 .countdown-section{width:32.5%}.wtrShtCountdown .countdown-show4 .countdown-section{width:24.5%}.wtrShtCountdown .countdown-show5 .countdown-section{width:19.5%}.wtrShtCountdown .countdown-show6 .countdown-section{width:16.25%}.wtrShtCountdown .countdown-show7 .countdown-section{width:14%}.wtrShtCountdown .countdown-period{display:block;font-size:16px;font-weight:700;margin-top:-5px;color:rgba(0,0,0,.4)}.wtrShtCountdown .countdown-descr{display:block;width:100%}.wtrShtCountdown .countdown-section{display:block;float:left;text-align:center}.wtrFWVVimeoPlay,.wtrFWVytPlay,.wtrShtGoogleMapsInfoBoxMobile{display:none}.wtrShtCountdown .countdown-amount{font-size:32px;font-weight:700}.wtrShtCountdownLight .countdown-amount,.wtrShtCountdownLight .countdown-period{color:#fff!important}.wtrShtBoxedWidth{position:relative}.wtrShtImageParalaxBg{background-attachment:scroll;height:auto;position:relative;background-repeat:repeat-y;background-position:0 0;background-position-x:center!important;background-size:cover}.wtrShtImageBg .wtrPageContent,.wtrShtImageParalaxBg .wtrPageContent{z-index:0;position:relative}.wtrShtImageBg{background-position:center center}.wtrShtBgOverlay{background-repeat:repeat;position:absolute;left:0;top:0;margin:0 auto;width:100%;height:100%;z-index:0}.wtrNoVideoMobile .wtrShtBgOverlay{z-index:0!important}.wtrShtBgVideo{position:relative;overflow:hidden;width:100%;height:auto}.wtrShtBgVideoElement{position:absolute;top:0;right:0;bottom:0;width:auto;height:auto;z-index:-100}.wtrShtBgVideo .wtrShtBgOverlay{z-index:-1}.wtrFWVVimeoPause,.wtrFWVVimeoPlay,.wtrFWVytPause,.wtrFWVytPlay{position:absolute;cursor:pointer;z-index:9998;bottom:50px;right:30px;color:#fff;background-color:transparent;opacity:.4;padding:20px 22px;line-height:0;font-size:20px;border-radius:100px;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.wtrFWVVimeoPause:hover,.wtrFWVVimeoPlay:hover,.wtrFWVytPause:hover,.wtrFWVytPlay:hover{background-color:rgba(255,255,255,.2);opacity:1}.wtrShtFullWidthVideoStream .wtrPageContent{z-index:0;position:relative}.wtrShtFullWidthVideoStream{position:relative;overflow:hidden;width:100%;height:auto}.wtrVideoElement{position:absolute;top:0;right:0;bottom:0;width:auto;height:auto;z-index:-100}.wtrVideo img{display:none}.wtrVideoSizeContener{position:absolute;left:0;top:0;margin:0 auto;width:100%;height:100%;z-index:-1}#vimeoplayer,#ytplayer{position:absolute;z-index:-100;background:0 0;background-size:cover}.wtrShtImgLinkUrl,.wtrShtLinkLay{background-color:transparent;bottom:0}.wtrVideoVimeContener,.wtrVideoYoutubeContener{overflow:hidden;padding-bottom:56.25%;position:absolute;bottom:0;top:0;left:0;right:0;width:100%;height:100%;z-index:-1}.wtrShtFullWidthVideoStream embed,.wtrShtFullWidthVideoStream iframe,.wtrShtFullWidthVideoStream object{position:absolute}.wtrShtGoogleMaps,.wtrShtGoogleMaps .wtrInner{position:relative}.wtrShtFullWidthVideoStream iframe{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.wtrShtFullWidthVideoStream embed,.wtrShtFullWidthVideoStream iframe,.wtrShtFullWidthVideoStream object,.wtrShtFullWidthVideoStream video{height:200px;top:0;width:1000px;left:0}.wtrShtGoogleMaps{width:100%}.wtrShtGoogleMaps a{color:#555!important}.wtrShtGoogleMaps img{max-width:none!important}.wtrShtGoogleMaps .wtrPageContent{padding:0;margin:0}.wtrShtGoogleMapsContener{width:100%;margin:0;padding:0
position: absolute;z-index:1}.wtrShtGoogleMapsInfoBox{position:absolute;z-index:2;right:0;top:40px;width:33.33333333%;padding:40px;box-shadow:0 0 5px 1px rgba(0,0,0,.1)}.wtrShtGoogleMapsInfoBox ol,.wtrShtGoogleMapsInfoBox ol li,.wtrShtGoogleMapsInfoBox ul,.wtrShtGoogleMapsInfoBox ul li,.wtrShtGoogleMapsInfoBoxMobile ol,.wtrShtGoogleMapsInfoBoxMobile ul{padding:0;margin:0}.wtrShtGoogleMapsInfoBoxLeft{left:0}.wtrShtGoogleMapsInfoBox p,.wtrShtGoogleMapsInfoBoxMobile p{margin:0!important;padding:0}.wtrShtBoxedWidth .wtrShtGoogleMapsInfoBoxLeft,.wtrShtFullWidthSection .wtrInner .wtrShtGoogleMapsInfoBoxLeft{left:40px}.wtrShtBoxedWidth .wtrShtGoogleMapsInfoBox,.wtrShtFullWidthSection .wtrInner .wtrShtGoogleMapsInfoBox{right:40px}.wtrShtImgLink{position:relative}.wtrShtImgLink img{width:100%;height:100%;display:block;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;position:relative}.wtrShtImgLink img,.wtrShtImgLink img:hover{-webkit-backface-visibility:hidden!important;-moz-backface-visibility:hidden!important;-ms-backface-visibility:hidden!important;-o-backface-visibility:hidden!important;backface-visibility:hidden!important}.wtrShtImgLinkUrl{position:absolute;height:100%;width:100%;z-index:1;top:0;left:0;right:0}.wtrShtImgLink:hover .wtrShtImgLinkPictureBelow{opacity:1}.wtrShtImgLink:hover .wtrShtImgLinkPictureAbove{position:relative;display:block}.wtrShtImgLinkPictureBelow{-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;position:absolute;opacity:0;height:100%;width:100%;top:0;left:0;right:0;bottom:0}.wtrShtLinkContent{width:100%;max-height:340px;margin:0;text-align:left;position:relative}.wtrShtLinkLay{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:1000}.wtrShtLinkContent img{max-width:100%;display:block;position:relative;border-radius:0}.wtrShtLinkMeta{position:absolute;top:0;left:0;text-align:center;padding:20px}.wtrShtLinkMeta i{font-size:28px;position:absolute;top:40px;left:50%;margin-left:-14px;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s}.wtrShtLinkHedline{display:block;padding:20px;font-size:16px;font-weight:400;text-align:center;text-transform:none;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.wtrShtLinkHedline span{text-transform:uppercase;font-weight:700}.wtrShtLinkEffect .wtrShtLinkContent{overflow:hidden;-webkit-backface-visibility:hidden}.wtrShtLinkEffect .wtrShtLinkContent img{-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s;opacity:1;width:100%;height:100%;display:block}.wtrShtLinkEffect .wtrShtLinkContent:hover .wtrShtLinkMeta i{top:20px}.no-touch .wtrShtLinkEffect .wtrShtLinkContent:hover img,.wtrShtLinkEffect .wtrShtLinkContent.cs-hover img{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);opacity:.8}.wtrShtLinkEffect .wtrShtLinkMeta{height:60px;width:100%;top:auto;bottom:0;opacity:0;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .4s,opacity .1s .3s;-moz-transition:-moz-transform .4s,opacity .1s .3s;transition:transform .4s,opacity .1s .3s}.no-touch .wtrShtLinkEffect .wtrShtLinkContent:hover .wtrShtLinkMeta,.wtrShtLinkEffect .wtrShtLinkContent.cs-hover .wtrShtLinkMeta{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .4s,opacity .1s;-moz-transition:-moz-transform .4s,opacity .1s;transition:transform .4s,opacity .1s}.wtrShtLinkLight .wtrShtLinkHedline{background-color:rgba(255,255,255,.15)!important;color:rgba(255,255,255,.5)!important}.wtrShtLinkLight .wtrShtLinkMeta{background-color:rgba(0,0,0,.7)!important}.wtrShtLinkLight .wtrShtLinkHedline span{color:#fff!important}.vc_col-sm-3 .wtrShtLinkContent{max-height:220px}.vc_col-sm-2 .wtrShtLinkContent{max-height:145px}.vc_col-sm-6 .wtrShtLinkContent{max-height:550px}.wtrContentSidebar .vc_col-sm-2 .wtrShtLinkContent{max-height:100px}.wtrContentSidebar .vc_col-sm-3 .wtrShtLinkContent{max-height:170px}.wtrContentSidebar .vc_col-sm-4 .wtrShtLinkContent{max-height:240px}.wtrContentSidebar .vc_col-sm-6 .wtrShtLinkContent{max-height:390px}.wtrDailySchedule{position:relative;height:400px}.wtrDailyScheduleHeadlineColumn{width:20%;float:left;text-align:center;position:relative;height:400px}.wtrDailyScheduleRotatorColumn{width:80%;float:left;position:relative}.wtrDailyScheduleHeadlineMeta{padding:0;position:absolute;width:100%;top:50%;margin-top:-54px}.wtrDSNavigation{margin-top:10px;left:50%;position:absolute;margin-left:-46px;bottom:55px}.wtrDSNavigation li{float:left;line-height:1.5;cursor:pointer;background-color:rgba(255,255,255,.1)}.wtrDailyScheduleHeadline,.wtrDailyScheduleHeadlineDate,.wtrDailyScheduleName{line-height:1;font-weight:700;display:block}.wtrDSNavigation .wtrDSPrev{padding:5px 20px 5px 15px;-webkit-border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:3px;border-top-left-radius:3px;border-bottom-left-radius:3px}.wtrDSNavigation .wtrDSNext{padding:5px 15px 5px 20px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.wtrDSNavigation .wtrDSNext i,.wtrDSNavigation .wtrDSPrev i{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wtrDailyScheduleHeadlineDate{font-size:18px;margin-top:15px}.wtrDailyScheduleName{font-size:16px}.wtrDailyScheduleHeadline{margin:10px 0;font-size:28px}.wtrDailyScheduleHeadlineAddText{margin-top:20px;line-height:1.3}.wtrDSItem{height:100%;min-height:400px;position:relative;background-size:cover;background-position:center center}.wtrDSItemContainer,.wtrDSItemLink{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:10}.wtrDSItemContainer{-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}.wtrDSItemDate,.wtrDSItemTime{width:100%;text-align:center;position:absolute;top:40px;font-weight:700;font-size:18px}.wtrDSItemTime span.wtrAmPm{font-weight:400;margin-left:5px}.wtrDSItemName{width:100%;position:absolute;top:80px;text-align:center;padding:60px 20px 0;font-size:24px;word-break:break-word}.wtrDSItemCategory{position:absolute;bottom:50px;text-align:center;border-color:inherit;width:100%;padding:13px 20px;border-radius:100px}.wtrDSItemCategory i{font-size:40px}.wtrDSItemCategory span{display:block;font-weight:700;margin-top:8px;font-size:20px}.wtrDSEventItem .wtrDSItemName{padding:60px 40px 0}.wtrDSItemNameAttr{width:auto;height:5px;margin:0 auto 10px;position:absolute;bottom:-10px;left:0;right:0}.wtrDSItemTrainer,.wtrShtDSNoResults{position:absolute;width:100%;text-align:center}.wtrDSItemClass{text-align:center;padding-top:6px}.wtrShtDSNoResults{font-size:24px;top:50%;margin-top:-12px}.wtrDSItemClass,.wtrDSItemName,.wtrDSItemTime,.wtrShtDSNoResults{text-shadow:0 1px 1px rgba(0,0,0,.5)}.wtrDSItemSkill{position:absolute;left:50%;margin-left:-51px!important;bottom:40px;z-index:15}.wtrDSItemTrainer{bottom:120px}.wtrDSItemTrainer li{line-height:1.3}.wtrDSItem .wtrTooltip{color:#000!important;background:#fff!important}.wtrDSItem .wtrTooltip:before{border-color:transparent transparent #fff!important}.wpcf7 input[type=date],.wpcf7 input[type=tel],.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=text],.wpcf7 input[type=number],.wpcf7 textarea{width:100%!important;padding:15px 20px!important;border-radius:3px!important;border-width:1px!important;border-style:solid!important;font-size:16px!important}.wpcf7 input[type=date]{letter-spacing:1px}.wpcf7 input[type=date]:focus,.wpcf7 input[type=tel]:focus,.wpcf7 input[type=url]:focus,.wpcf7 input[type=email]:focus,.wpcf7 input[type=text]:focus,.wpcf7 input[type=number]:focus,.wpcf7 textarea:focus{box-shadow:0 0 0 0 transparent!important}.wpcf7 input[type=submit]{width:50%!important;border-radius:3px!important;cursor:pointer;border:0;-webkit-font-smoothing:antialiased;-moz-box-sizing:border-box;box-sizing:border-box;font-weight:400;font-weight:700!important;-webkit-border-radius:2px;-moz-border-radius:2px;font-size:16px;line-height:1;padding:14px 24px;text-align:center;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;vertical-align:middle;float:left}.mejs-container .mejs-controls .mejs-time span,.wtrShtPPPrice{font-weight:700}.wpcf7 input[type=submit]:after,.wpcf7 input[type=submit]:before{content:" ";display:table}.wpcf7 input[type=submit]:after{clear:both}.wpcf7 img.ajax-loader{width:auto!important;padding:14px}.wpcf7-mail-sent-ok,.wpcf7-validation-errors{margin:10px 0 0!important;padding:10px 20px!important;border-radius:3px!important}.wpcf7-mail-sent-ok{border-color:#2ecc71!important}.wpcf7-validation-errors{border-color:#f1c40f!important}select.wpcf7-select{width:100%;font-size:16px;border:solid #e5e5e5;box-shadow:none;background:url(http://karisma.com.au/wp-content/plugins/wonster-shortcodes-2-symetrio/assets/images/wtrArrowDown.png) 100% 50% no-repeat!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:16px 10px 15px!important;border-width:1px;vertical-align:top;color:#555;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.me-cannotplay{width:auto!important}embed,iframe,object,video{max-width:100%}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.hentry .mejs-controls .mejs-time-rail .mejs-time-current,.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,.hentry .mejs-controls .mejs-time-rail .mejs-time-total{background:0 0!important}.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.hentry .mejs-controls .mejs-time-rail span{border-radius:0}.video-container{overflow:hidden;padding-bottom:56.25%;position:relative;height:0}.video-container embed,.video-container iframe,.video-container object{left:0;top:0;height:100%;width:100%;position:absolute}.mejs-container .mejs-controls>div:last-of-type{position:relative;clear:both;float:right;top:-31px}.wtrShtBgVideo embed,.wtrShtBgVideo iframe,.wtrShtBgVideo object,.wtrShtBgVideo video,.wtrShtFullWidthVimeoSection embed,.wtrShtFullWidthVimeoSection iframe,.wtrShtFullWidthVimeoSection object,.wtrShtFullWidthVimeoSection video,.wtrShtFullWidthYouTubeSection embed,.wtrShtFullWidthYouTubeSection iframe,.wtrShtFullWidthYouTubeSection object,.wtrShtFullWidthYouTubeSection video{max-width:none!important}.ptp-price{margin:0 -1px!important}.ptp-plan{padding:20px 10px!important}.ptp-item-container{border-width:1px!important;border-style:solid!important}.ptp-bullet-item{border-bottom-width:1px!important;border-bottom-style:dashed!important}.ptp-button{border-bottom:0!important;-webkit-box-shadow:0 0 0 rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 rgba(255,255,255,.5) inset!important}.ptp-highlight .ptp-plan{margin:-1px -1px 0!important;border-top:1px dashed rgba(255,255,255,.2)!important}.ptp-most-popular{-webkit-border-bottom-right-radius:0!important;-webkit-border-bottom-left-radius:0!important;-moz-border-radius-bottomright:0!important;-moz-border-radius-bottomleft:0!important;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important;text-transform:uppercase!important;padding:10px 0!important;margin:0 -1px!important;letter-spacing:.3em}.ptp-highlight .ptp-item-container,.ptp-highlight .ptp-plan{-webkit-border-top-right-radius:0!important;-webkit-border-top-left-radius:0!important;-moz-border-radius-topright:0!important;-moz-border-radius-topleft:0!important;border-top-right-radius:0!important;border-top-left-radius:0!important}.ptp-highlight .ptp-item-container{border-width:0!important}.ptp-highlight .ptp-bullet-item,.ptp-highlight .ptp-cta{border-color:rgba(255,255,255,.2)!important;margin:0 -1px!important}.wtrShtPPPrice hr,.wtrShtPayPalItemName hr{width:100%;border-top:1px dashed rgba(255,255,255,.5)}.wtrShtPassPriceHighlight{font-size:14px}.wtrPayPalBtnAct,.wtrPayPalPrice{display:block;float:left;font-size:14px}.wtrPayPalBtnAct i{margin-right:5px}.wtrPayPal .wtrPayPalBtnAct{margin:0!important;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;border-top-left-radius:0;border-bottom-left-radius:0}.wtrPayPal .wtrPayPalPrice{-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-right-radius:0;border-bottom-right-radius:0}.wtrPLPayPalBtnAct{float:right;font-size:14px;background-color:#2A9359;color:#fff;padding:5px 10px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;margin:-5px -10px -5px 10px}.wtrPLPayPalBtnAct:hover{background-color:#1fce6d}.wtrPLPayPalBtnAct i{margin-right:5px}.wtrShtPayPalContainer{border-bottom:0;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;border-top-left-radius:3px;border-top-right-radius:3px}.wtrPayPalIco{padding:20px 20px 0;font-size:20px;color:rgba(0,0,0,.2);float:right}.wtrShtPayPalItemName hr{margin-top:20px}h6.wtrShtPayPalItemName{font-weight:700;padding:20px!important;margin:0!important;font-size:20px;line-height:1.2!important;clear:none}.wtrShtPPDesc{padding:0 20px 20px;word-wrap:break-word;line-height:1.2}.wtrShtPPPrice hr{margin-top:20px}.wtrShtPPPrice{display:block;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;border-top-left-radius:0;border-top-right-radius:0;position:relative;padding:0 20px 20px}.wtrShtPPPrice span{font-size:22px;font-weight:400;margin-left:10px}.wtrShtPPPrice div{font-size:40px;line-height:1}.wtrShtPPPriceBtn{cursor:pointer;width:auto;display:block;font-size:16px;padding:12px 14px;line-height:1;margin-top:20px;text-align:center}.wtrShtPPPriceBtn:hover{opacity:.5}.wtrShtPPPriceBtn i{margin-right:10px}.wtrShtPayPal.light{border-width:1px;border-style:solid}.wtrShtPayPal.light .wtrShtPPPrice hr,.wtrShtPayPal.light .wtrShtPayPalItemName hr{border-top-width:1px;border-top-style:dashed}.wtrShtPayPal.light .wtrShtPPPriceBtn:hover{opacity:1}.wtrShtPayPalImg{cursor:pointer;position:relative;display:table}.wtrShtPayPalImg:hover .wtrShtPayPalImgHover img{opacity:1!important}.wtrShtPayPalImgHover img{position:absolute;top:0;opacity:0;width:auto!important;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.wtrShtPayPalImg .wtrShtPayPalImgStatic{max-width:none!important;width:100%;display:inline-block}.wtrShtPayPalButton a{cursor:pointer;width:auto;padding:20px 0 20px 30px;font-size:18px;font-weight:700;position:relative;vertical-align:middle;line-height:1;overflow:hidden;display:inline-block}.wtrShtPayPalButton.leftIcon a:before,.wtrShtPayPalButton.rightIcon a:before{font-family:FontAwesome;content:'\f054';position:absolute;height:100%;font-size:14px;font-weight:400;line-height:0;top:50%}.wtrShtPayPalButton span{cursor:pointer;background-color:rgba(0,0,0,.2);padding:30px;margin-left:30px}.wtrShtPayPalButton a:hover{padding:20px 40px}.wtrShtPayPalButton.leftIcon a{padding:20px 30px 20px 0}.wtrShtPayPalButton.leftIcon a:hover{padding:20px 60px 20px 0}.wtrShtPayPalButton.leftIcon a:hover:before{opacity:1;right:25px!important}.wtrShtPayPalButton.leftIcon a:before{right:30px;left:auto!important;opacity:0;transition:all .2s ease-in-out}.wtrShtPayPalButton.leftIcon span{margin-right:30px;margin-left:0}.wtrShtPayPalButton.rightIcon a{padding:20px 0 20px 30px}.wtrShtPayPalButton.rightIcon a:hover{padding:20px 0 20px 60px}.wtrShtPayPalButton.rightIcon a:hover:before{opacity:1;left:30px!important}.wtrShtPayPalButton.rightIcon a:before{left:30px;opacity:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wtrShtPayPalButton.rightIcon span{margin-left:30px;margin-right:0}