/*
 * animate
 */

:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:calc(var(--animate-repeat) * 2)}.animated.repeat-3{animation-iteration-count:calc(var(--animate-repeat) * 3)}.animated.delay-1s{animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:calc(var(--animate-delay) * 2)}.animated.delay-3s{animation-delay:calc(var(--animate-delay) * 3)}.animated.delay-4s{animation-delay:calc(var(--animate-delay) * 4)}.animated.delay-5s{animation-delay:calc(var(--animate-delay) * 5)}.animated.faster{animation-duration:calc(var(--animate-duration) / 2)}.animated.fast{animation-duration:calc(var(--animate-duration) * 0.8)}.animated.slow{animation-duration:calc(var(--animate-duration) * 2)}.animated.slower{animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animated[class*='Out']{opacity:0}}@keyframes bounce{from,20%,53%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0) scaleY(0.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,0.75,1)}40%{transform:scale3d(0.75,1.25,1)}50%{transform:scale3d(1.15,0.85,1)}65%{transform:scale3d(0.95,1.05,1)}75%{transform:scale3d(1.05,0.95,1)}to{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shakeX{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shakeX{animation-name:shakeX}@keyframes shakeY{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0,0,0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translate3d(0,0,0)}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:translate3d(0,0,0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:translateY(700px) scale(0.7);opacity:0.7}}.backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:translateX(-2000px) scale(0.7);opacity:0.7}}.backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:translateX(2000px) scale(0.7);opacity:0.7}}.backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:translateY(-700px) scale(0.7);opacity:0.7}}.backOutUp{animation-name:backOutUp}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:scale3d(0.3,0.3,0.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(0.97,0.97,0.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(0.9)}75%{transform:translate3d(0,-10px,0) scaleY(0.95)}90%{transform:translate3d(0,5px,0) scaleY(0.985)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(0.98)}90%{transform:translate3d(5px,0,0) scaleX(0.995)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(0.98)}90%{transform:translate3d(-5px,0,0) scaleX(0.995)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(0.9)}75%{transform:translate3d(0,10px,0) scaleY(0.95)}90%{transform:translate3d(0,-5px,0) scaleY(0.985)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9,0.9,0.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(0.3,0.3,0.3)}}.bounceOut{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(0.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(0.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{from{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{from{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{from{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{from{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{from{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95,0.95,0.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{opacity:1;transform:perspective(400px)}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{opacity:1;transform:perspective(400px)}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{animation-duration:calc(var(--animate-duration) * 0.75);backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedInRight{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{opacity:1;transform:translate3d(0,0,0)}}.lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{from{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{opacity:1;transform:translate3d(0,0,0)}}.lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{from{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{from{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{from{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{from{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{from{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{from{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{from{transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{from{opacity:1}to{transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{from{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{from{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{from{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{from{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translate3d(0,0,0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3,0.3,0.3)}50%{opacity:1}to{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3,0.3,0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px,0,0)}}.zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(2000px,0,0)}}.zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}


/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
@charset "UTF-8";/*!
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons

Android-style icons originally built by Google’s
Material Design Icons: https://github.com/google/material-design-icons
used under CC BY http://creativecommons.org/licenses/by/4.0/
Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("1ld-slider/ionicons.eot?v=2.0.0");src:url("1ld-slider/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("1ld-slider/ionicons.ttf?v=2.0.0") format("truetype"),url("1ld-slider/ionicons.woff?v=2.0.0") format("woff"),url("1ld-slider/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}
.camera_wrap a, .camera_wrap img,
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img,
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
  background: none;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none
}
.camera_wrap {
  display: none;
  float: left;
  position: relative;
  z-index: 0;
}
.camera_wrap img {
  max-width: none!important;
}
.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.camera_wrap {
  width: 100%;
}
.camera_src {
  display: none;
}
.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_overlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.camera_target_content .camera_link {
  background: url(../images/blank.gif);
  display: block;
  height: 100%;
  text-decoration: none;
}
.camera_loader {
  border: 1px solid #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}
.camera_loader {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.camera_loader:before {
  content: "\f3f5";
  font-family: "Ionicons";
  font-size: 30px;
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  line-height: 36px;
  z-index: 1000;
  text-align: center;
  color: #FFF;
  width: 100%;
}
.camera_bar {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
  height: 100%;
  position: absolute;
  width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
  height: auto;
  position: absolute;
  width: 100%;
}
.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}
.camera_caption {
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
}
.camera_caption > div {
  padding: 10px 20px;
}
.camerarelative {
  overflow: hidden;
  position: relative;
}
.imgFake {
  cursor: pointer;
}
.camera_prevThumbs {
  bottom: 4px;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}
.camera_prevThumbs div {
  background: url(../images/camera_skins.png) no-repeat -160px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.camera_nextThumbs {
  bottom: 4px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}
.camera_nextThumbs div {
  background: url(../images/camera_skins.png) no-repeat -190px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.camera_command_wrap .hideNav {
  display: none;
}
.camera_command_wrap {
  left: 0;
  position: relative;
  right:0;
  z-index: 4;
}
.camera_wrap .camera_pag {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
  -moz-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 8px;
  left: 4px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
  -moz-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.camera_pag_ul li img {
  display: none;
  position: absolute;
}
.camera_pag_ul .thumb_arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  top: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
  cursor: pointer;
  height: 40px !important;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 2;

  box-shadow: 0px -1px 3px rgba(0,0,0, .2), inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px -1px 3px rgba(0,0,0, .2, inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.1));
  -moz-box-shadow: 0px -1px 3px rgba(0,0,0, .2, inset 0 1px 0px rgba(255,255,255,0.15), inset 0 -1px 0px rgba(0,0,0,0.1));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.05) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.0)), color-stop(100%,rgba(0,0,0,0.05)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
}
.camera_prev {
  left: 0;
}
.camera_prev > span {
  background: url(../images/camera_skins.png) no-repeat 0 0;
  display: block;
  height: 40px;
  width: 40px;
}
.camera_next {
  right: 0;
}
.camera_next > span {
  background: url(../images/camera_skins.png) no-repeat -40px 0;
  display: block;
  height: 40px;
  width: 40px;
}
.camera_commands {
  right: 41px;
}
.camera_commands > .camera_play {
  background: url(../images/camera_skins.png) no-repeat -80px 0;
  height: 40px;
  width: 40px;
}
.camera_commands > .camera_stop {
  background: url(../images/camera_skins.png) no-repeat -120px 0;
  display: block;
  height: 40px;
  width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 10px 5px;
  position: relative;
  text-indent: -9999px;
  width: 16px;
}
.camera_thumbs_cont {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
  -moz-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
  float: left;
  width: 100%;
}
.camera_thumbs_cont ul {
  overflow: hidden;
  padding: 3px 4px 8px;
  position: relative;
  text-align: center;
}
.camera_thumbs_cont ul li {
  display: inline;
  padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
  border: 1px solid;
  cursor: pointer;
  margin-top: 5px;
  vertical-align:bottom;
}
.camera_clear {
  display: block;
  clear: both;
}
.showIt {
  display: none;
}
.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}
/**************************
*
*	COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
  background: url(../images/patterns/overlay1.png) repeat;
}
.pattern_2 .camera_overlayer {
  background: url(../images/patterns/overlay2.png) repeat;
}
.pattern_3 .camera_overlayer {
  background: url(../images/patterns/overlay3.png) repeat;
}
.pattern_4 .camera_overlayer {
  background: url(../images/patterns/overlay4.png) repeat;
}
.pattern_5 .camera_overlayer {
  background: url(../images/patterns/overlay5.png) repeat;
}
.pattern_6 .camera_overlayer {
  background: url(../images/patterns/overlay6.png) repeat;
}
.pattern_7 .camera_overlayer {
  background: url(../images/patterns/overlay7.png) repeat;
}
.pattern_8 .camera_overlayer {
  background: url(../images/patterns/overlay8.png) repeat;
}
.pattern_9 .camera_overlayer {
  background: url(../images/patterns/overlay9.png) repeat;
}
.pattern_10 .camera_overlayer {
  background: url(../images/patterns/overlay10.png) repeat;
}
.camera_caption {
  /*color: #fff;*/
}
.camera_caption > div {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
  background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #434648;
}
.camera_pag_ul li img {
  border: 4px solid #e6e6e6;
  -moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
  box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
  border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
  background: #d8d8d8;
  background: rgba(216, 216, 216, 0.85);
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #b7b7b7;
}
.camera_thumbs_cont ul li > img {
  border-color: 1px solid #000;
}
/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
  background-position: -160px -160px;
}
.camera_amber_skin .camera_nextThumbs div {
  background-position: -190px -160px;
}
.camera_amber_skin .camera_prev > span {
  background-position: 0 -160px;
}
.camera_amber_skin .camera_next > span {
  background-position: -40px -160px;
}
.camera_amber_skin .camera_commands > .camera_play {
  background-position: -80px -160px;
}
.camera_amber_skin .camera_commands > .camera_stop {
  background-position: -120px -160px;
}
/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
  background-position: -160px -200px;
}
.camera_ash_skin .camera_nextThumbs div {
  background-position: -190px -200px;
}
.camera_ash_skin .camera_prev > span {
  background-position: 0 -200px;
}
.camera_ash_skin .camera_next > span {
  background-position: -40px -200px;
}
.camera_ash_skin .camera_commands > .camera_play {
  background-position: -80px -200px;
}
.camera_ash_skin .camera_commands > .camera_stop {
  background-position: -120px -200px;
}
/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
  background-position: -160px -240px;
}
.camera_azure_skin .camera_nextThumbs div {
  background-position: -190px -240px;
}
.camera_azure_skin .camera_prev > span {
  background-position: 0 -240px;
}
.camera_azure_skin .camera_next > span {
  background-position: -40px -240px;
}
.camera_azure_skin .camera_commands > .camera_play {
  background-position: -80px -240px;
}
.camera_azure_skin .camera_commands > .camera_stop {
  background-position: -120px -240px;
}
/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
  background-position: -160px -120px;
}
.camera_beige_skin .camera_nextThumbs div {
  background-position: -190px -120px;
}
.camera_beige_skin .camera_prev > span {
  background-position: 0 -120px;
}
.camera_beige_skin .camera_next > span {
  background-position: -40px -120px;
}
.camera_beige_skin .camera_commands > .camera_play {
  background-position: -80px -120px;
}
.camera_beige_skin .camera_commands > .camera_stop {
  background-position: -120px -120px;
}
/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
  background-position: -160px -40px;
}
.camera_black_skin .camera_nextThumbs div {
  background-position: -190px -40px;
}
.camera_black_skin .camera_prev > span {
  background-position: 0 -40px;
}
.camera_black_skin .camera_next > span {
  background-position: -40px -40px;
}
.camera_black_skin .camera_commands > .camera_play {
  background-position: -80px -40px;
}
.camera_black_skin .camera_commands > .camera_stop {
  background-position: -120px -40px;
}
/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
  background-position: -160px -280px;
}
.camera_blue_skin .camera_nextThumbs div {
  background-position: -190px -280px;
}
.camera_blue_skin .camera_prev > span {
  background-position: 0 -280px;
}
.camera_blue_skin .camera_next > span {
  background-position: -40px -280px;
}
.camera_blue_skin .camera_commands > .camera_play {
  background-position: -80px -280px;
}
.camera_blue_skin .camera_commands > .camera_stop {
  background-position: -120px -280px;
}
/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
  background-position: -160px -320px;
}
.camera_brown_skin .camera_nextThumbs div {
  background-position: -190px -320px;
}
.camera_brown_skin .camera_prev > span {
  background-position: 0 -320px;
}
.camera_brown_skin .camera_next > span {
  background-position: -40px -320px;
}
.camera_brown_skin .camera_commands > .camera_play {
  background-position: -80px -320px;
}
.camera_brown_skin .camera_commands > .camera_stop {
  background-position: -120px -320px;
}
/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
  background-position: -160px -360px;
}
.camera_burgundy_skin .camera_nextThumbs div {
  background-position: -190px -360px;
}
.camera_burgundy_skin .camera_prev > span {
  background-position: 0 -360px;
}
.camera_burgundy_skin .camera_next > span {
  background-position: -40px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_play {
  background-position: -80px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_stop {
  background-position: -120px -360px;
}
/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
  background-position: -160px -400px;
}
.camera_charcoal_skin .camera_nextThumbs div {
  background-position: -190px -400px;
}
.camera_charcoal_skin .camera_prev > span {
  background-position: 0 -400px;
}
.camera_charcoal_skin .camera_next > span {
  background-position: -40px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_play {
  background-position: -80px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_stop {
  background-position: -120px -400px;
}
/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
  background-position: -160px -440px;
}
.camera_chocolate_skin .camera_nextThumbs div {
  background-position: -190px -440px;
}
.camera_chocolate_skin .camera_prev > span {
  background-position: 0 -440px;
}
.camera_chocolate_skin .camera_next > span {
  background-position: -40px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
  background-position: -80px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
  background-position: -120px -440px	;
}
/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
  background-position: -160px -480px;
}
.camera_coffee_skin .camera_nextThumbs div {
  background-position: -190px -480px;
}
.camera_coffee_skin .camera_prev > span {
  background-position: 0 -480px;
}
.camera_coffee_skin .camera_next > span {
  background-position: -40px -480px;
}
.camera_coffee_skin .camera_commands > .camera_play {
  background-position: -80px -480px;
}
.camera_coffee_skin .camera_commands > .camera_stop {
  background-position: -120px -480px	;
}
/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
  background-position: -160px -520px;
}
.camera_cyan_skin .camera_nextThumbs div {
  background-position: -190px -520px;
}
.camera_cyan_skin .camera_prev > span {
  background-position: 0 -520px;
}
.camera_cyan_skin .camera_next > span {
  background-position: -40px -520px;
}
.camera_cyan_skin .camera_commands > .camera_play {
  background-position: -80px -520px;
}
.camera_cyan_skin .camera_commands > .camera_stop {
  background-position: -120px -520px	;
}
/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
  background-position: -160px -560px;
}
.camera_fuchsia_skin .camera_nextThumbs div {
  background-position: -190px -560px;
}
.camera_fuchsia_skin .camera_prev > span {
  background-position: 0 -560px;
}
.camera_fuchsia_skin .camera_next > span {
  background-position: -40px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_play {
  background-position: -80px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_stop {
  background-position: -120px -560px	;
}
/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
  background-position: -160px -600px;
}
.camera_gold_skin .camera_nextThumbs div {
  background-position: -190px -600px;
}
.camera_gold_skin .camera_prev > span {
  background-position: 0 -600px;
}
.camera_gold_skin .camera_next > span {
  background-position: -40px -600px;
}
.camera_gold_skin .camera_commands > .camera_play {
  background-position: -80px -600px;
}
.camera_gold_skin .camera_commands > .camera_stop {
  background-position: -120px -600px	;
}
/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
  background-position: -160px -640px;
}
.camera_green_skin .camera_nextThumbs div {
  background-position: -190px -640px;
}
.camera_green_skin .camera_prev > span {
  background-position: 0 -640px;
}
.camera_green_skin .camera_next > span {
  background-position: -40px -640px;
}
.camera_green_skin .camera_commands > .camera_play {
  background-position: -80px -640px;
}
.camera_green_skin .camera_commands > .camera_stop {
  background-position: -120px -640px	;
}
/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
  background-position: -160px -680px;
}
.camera_grey_skin .camera_nextThumbs div {
  background-position: -190px -680px;
}
.camera_grey_skin .camera_prev > span {
  background-position: 0 -680px;
}
.camera_grey_skin .camera_next > span {
  background-position: -40px -680px;
}
.camera_grey_skin .camera_commands > .camera_play {
  background-position: -80px -680px;
}
.camera_grey_skin .camera_commands > .camera_stop {
  background-position: -120px -680px	;
}
/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
  background-position: -160px -720px;
}
.camera_indigo_skin .camera_nextThumbs div {
  background-position: -190px -720px;
}
.camera_indigo_skin .camera_prev > span {
  background-position: 0 -720px;
}
.camera_indigo_skin .camera_next > span {
  background-position: -40px -720px;
}
.camera_indigo_skin .camera_commands > .camera_play {
  background-position: -80px -720px;
}
.camera_indigo_skin .camera_commands > .camera_stop {
  background-position: -120px -720px	;
}
/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
  background-position: -160px -760px;
}
.camera_khaki_skin .camera_nextThumbs div {
  background-position: -190px -760px;
}
.camera_khaki_skin .camera_prev > span {
  background-position: 0 -760px;
}
.camera_khaki_skin .camera_next > span {
  background-position: -40px -760px;
}
.camera_khaki_skin .camera_commands > .camera_play {
  background-position: -80px -760px;
}
.camera_khaki_skin .camera_commands > .camera_stop {
  background-position: -120px -760px	;
}
/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
  background-position: -160px -800px;
}
.camera_lime_skin .camera_nextThumbs div {
  background-position: -190px -800px;
}
.camera_lime_skin .camera_prev > span {
  background-position: 0 -800px;
}
.camera_lime_skin .camera_next > span {
  background-position: -40px -800px;
}
.camera_lime_skin .camera_commands > .camera_play {
  background-position: -80px -800px;
}
.camera_lime_skin .camera_commands > .camera_stop {
  background-position: -120px -800px	;
}
/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
  background-position: -160px -840px;
}
.camera_magenta_skin .camera_nextThumbs div {
  background-position: -190px -840px;
}
.camera_magenta_skin .camera_prev > span {
  background-position: 0 -840px;
}
.camera_magenta_skin .camera_next > span {
  background-position: -40px -840px;
}
.camera_magenta_skin .camera_commands > .camera_play {
  background-position: -80px -840px;
}
.camera_magenta_skin .camera_commands > .camera_stop {
  background-position: -120px -840px	;
}
/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
  background-position: -160px -880px;
}
.camera_maroon_skin .camera_nextThumbs div {
  background-position: -190px -880px;
}
.camera_maroon_skin .camera_prev > span {
  background-position: 0 -880px;
}
.camera_maroon_skin .camera_next > span {
  background-position: -40px -880px;
}
.camera_maroon_skin .camera_commands > .camera_play {
  background-position: -80px -880px;
}
.camera_maroon_skin .camera_commands > .camera_stop {
  background-position: -120px -880px	;
}
/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
  background-position: -160px -920px;
}
.camera_orange_skin .camera_nextThumbs div {
  background-position: -190px -920px;
}
.camera_orange_skin .camera_prev > span {
  background-position: 0 -920px;
}
.camera_orange_skin .camera_next > span {
  background-position: -40px -920px;
}
.camera_orange_skin .camera_commands > .camera_play {
  background-position: -80px -920px;
}
.camera_orange_skin .camera_commands > .camera_stop {
  background-position: -120px -920px	;
}
/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
  background-position: -160px -1080px;
}
.camera_olive_skin .camera_nextThumbs div {
  background-position: -190px -1080px;
}
.camera_olive_skin .camera_prev > span {
  background-position: 0 -1080px;
}
.camera_olive_skin .camera_next > span {
  background-position: -40px -1080px;
}
.camera_olive_skin .camera_commands > .camera_play {
  background-position: -80px -1080px;
}
.camera_olive_skin .camera_commands > .camera_stop {
  background-position: -120px -1080px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
  background-position: -160px -960px;
}
.camera_pink_skin .camera_nextThumbs div {
  background-position: -190px -960px;
}
.camera_pink_skin .camera_prev > span {
  background-position: 0 -960px;
}
.camera_pink_skin .camera_next > span {
  background-position: -40px -960px;
}
.camera_pink_skin .camera_commands > .camera_play {
  background-position: -80px -960px;
}
.camera_pink_skin .camera_commands > .camera_stop {
  background-position: -120px -960px	;
}
/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
  background-position: -160px -1040px;
}
.camera_pistachio_skin .camera_nextThumbs div {
  background-position: -190px -1040px;
}
.camera_pistachio_skin .camera_prev > span {
  background-position: 0 -1040px;
}
.camera_pistachio_skin .camera_next > span {
  background-position: -40px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_play {
  background-position: -80px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_stop {
  background-position: -120px -1040px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
  background-position: -160px -80px;
}
.camera_pink_skin .camera_nextThumbs div {
  background-position: -190px -80px;
}
.camera_pink_skin .camera_prev > span {
  background-position: 0 -80px;
}
.camera_pink_skin .camera_next > span {
  background-position: -40px -80px;
}
.camera_pink_skin .camera_commands > .camera_play {
  background-position: -80px -80px;
}
.camera_pink_skin .camera_commands > .camera_stop {
  background-position: -120px -80px;
}
/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
  background-position: -160px -1000px;
}
.camera_red_skin .camera_nextThumbs div {
  background-position: -190px -1000px;
}
.camera_red_skin .camera_prev > span {
  background-position: 0 -1000px;
}
.camera_red_skin .camera_next > span {
  background-position: -40px -1000px;
}
.camera_red_skin .camera_commands > .camera_play {
  background-position: -80px -1000px;
}
.camera_red_skin .camera_commands > .camera_stop {
  background-position: -120px -1000px	;
}
/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
  background-position: -160px -1120px;
}
.camera_tangerine_skin .camera_nextThumbs div {
  background-position: -190px -1120px;
}
.camera_tangerine_skin .camera_prev > span {
  background-position: 0 -1120px;
}
.camera_tangerine_skin .camera_next > span {
  background-position: -40px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_play {
  background-position: -80px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_stop {
  background-position: -120px -1120px	;
}
/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
  background-position: -160px -1160px;
}
.camera_turquoise_skin .camera_nextThumbs div {
  background-position: -190px -1160px;
}
.camera_turquoise_skin .camera_prev > span {
  background-position: 0 -1160px;
}
.camera_turquoise_skin .camera_next > span {
  background-position: -40px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_play {
  background-position: -80px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_stop {
  background-position: -120px -1160px	;
}
/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
  background-position: -160px -1200px;
}
.camera_violet_skin .camera_nextThumbs div {
  background-position: -190px -1200px;
}
.camera_violet_skin .camera_prev > span {
  background-position: 0 -1200px;
}
.camera_violet_skin .camera_next > span {
  background-position: -40px -1200px;
}
.camera_violet_skin .camera_commands > .camera_play {
  background-position: -80px -1200px;
}
.camera_violet_skin .camera_commands > .camera_stop {
  background-position: -120px -1200px	;
}
/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
  background-position: -160px -80px;
}
.camera_white_skin .camera_nextThumbs div {
  background-position: -190px -80px;
}
.camera_white_skin .camera_prev > span {
  background-position: 0 -80px;
}
.camera_white_skin .camera_next > span {
  background-position: -40px -80px;
}
.camera_white_skin .camera_commands > .camera_play {
  background-position: -80px -80px;
}
.camera_white_skin .camera_commands > .camera_stop {
  background-position: -120px -80px;
}
/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
  background-position: -160px -1240px;
}
.camera_yellow_skin .camera_nextThumbs div {
  background-position: -190px -1240px;
}
.camera_yellow_skin .camera_prev > span {
  background-position: 0 -1240px;
}
.camera_yellow_skin .camera_next > span {
  background-position: -40px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_play {
  background-position: -80px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_stop {
  background-position: -120px -1240px	;
}
/* CUSTOM */
.camera_wrap {
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  -ms-transition:all 1s;
  transition:all 1s;
  -webkit-backface-visibility: hidden;
}
/*DARK SKIN*/
.camera_prevThumbs div {
  background-position: -160px -80px;
}
.camera_nextThumbs div {
  background-position: -190px -80px;
}
.camera_prev > span {
  background-position: 0 -80px;
}
.camera_next > span {
  background-position: -40px -80px;
}
.camera_commands > .camera_play {
  background-position: -80px -80px;
}
.camera_commands > .camera_stop {
  background-position: -120px -80px;
}

#stacks_in_254 {
  overflow: visible;
}
#stacks_in_254 .camera_next > span,
#stacks_in_254 .camera_prev > span,
#stacks_in_254 .camera_commands > .camera_play,
#stacks_in_254 .camera_commands > .camera_stop {
  background: transparent;
}
#stacks_in_254 .camera_next > span:before,
#stacks_in_254 .camera_prev > span:before,
#stacks_in_254 .camera_commands > .camera_play:before,
#stacks_in_254 .camera_commands > .camera_stop:before {
  display: block;
  width: 40px;
  height: 40px;
  font-family: 'Ionicons';
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}
#stacks_in_254 .camera_next > span:before {
  content: "\f3d1";
}
#stacks_in_254 .camera_prev > span:before {
  content: "\f3cf";
}
#stacks_in_254 .camera_commands > .camera_play:before {
  content: "\f488";
  font-size: 26px;
}
#stacks_in_254 .camera_commands > .camera_stop:before {
  content: "\f478";
  font-size: 26px;
}


#stacks_in_254 .camera_commands {
  background-color: #3795CF;
  color: #FFFFFF;
}
#stacks_in_254 .camera_next, #stacks_in_254 .camera_prev {
  background-color: #FFFFFF;
  color: #555555;
}



.cameraContents .caption_stacks_in_255.camera_caption > div {
  color: #FFFFFF;
  
  
  
  background-color: rgba(0,0,0,0.30);
  background-image: none;
  
}

/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_34 {
	max-width: 2000px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_34 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_34 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_34 a,
#refinedSliderWrapperstacks_in_34 a:visited,
#refinedSliderWrapperstacks_in_34 a:hover,
#refinedSliderWrapperstacks_in_34 a:active,
#refinedSliderWrapperstacks_in_34 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_34 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_34 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_34 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_34 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_34 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_34 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_34 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_34 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_34 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_34 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_34 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_34 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

#refinedSliderWrapperstacks_in_34 .nivo-controlNav {
	display: block;
	position: relative;
	text-align: center;
}

#refinedSliderWrapperstacks_in_34 .nivo-controlNav a {
	border: none;
	outline: none;
	background: none;
	opacity: 1.00;
	transition: all 300ms ease-in-out;
	display: inline-block;
	margin: 0 5px;
	text-decoration: none;
	background: #666666;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-indent: -9999px;
}

#refinedSliderWrapperstacks_in_34 .nivo-controlNav a:hover,
#refinedSliderWrapperstacks_in_34 .nivo-controlNav a:active,
#refinedSliderWrapperstacks_in_34 .nivo-controlNav a:focus {
	text-decoration: none;
	outline: none;
	background: #CCCCCC;
}

#refinedSliderWrapperstacks_in_34 .nivo-controlNav a.active {
	text-decoration: none;
	background: #CCCCCC;
}

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_34 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

#refinedSliderWrapperstacks_in_34 .nivo-caption {
	background: rgba(0, 0, 0, 0.66);
	transition: all 500ms ease-in-out;
	opacity: 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.25em;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
	right: auto;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 1px solid rgba(0, 0, 0, 1.00);
	z-index: 40;
}

.sliderPaused #refinedSliderWrapperstacks_in_34 .nivo-caption {
	opacity: 1.00;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_34 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */

#stacks_in_258 {
	border: solid rgba(0, 87, 187, 1.00);
	border-width: 2px 2px 2px 2px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 30px 0px 30px 0px;
	padding: 20px 10px 20px 10px;
}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_274.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_274.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_274.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_274.semantic-content:target {display: block\9;}
#popBox_stacks_in_274.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_274.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_274.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 10px 10px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 400px;
  
}
#popBox_stacks_in_274.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
}


#stacks_in_274 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_274 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_274.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_274 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_274 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_274 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_274 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_274.semantic-content .widthPercentageOff .modal-inner {
    width: 700px;
    min-width: 700px;
    max-width: 700px;
  }
  #popBox_stacks_in_274.semantic-content .widthPercentageOn .modal-inner {
    width: 50%;
    min-width: 50%;
    max-width: 800px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_274.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_274.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_274.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_274.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_274.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_274.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_274.semantic-content.timerOut {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

#popBox_stacks_in_274 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_274 .closeIcon img {
  display: none;
}
#popBox_stacks_in_274 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_274.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_274.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_274.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_274.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_274 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_274.popBoxStyleDemo .modal-content {
  height: 400px;
}
#popBox_stacks_in_274.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_274.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 700px;
  min-width: 700px;
  max-width: 700px;
  margin: 0 auto;
}
#popBox_stacks_in_274.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 50%;
  min-width: 50%;
  max-width: 800px;
  margin: 0 auto;
}
#popBox_stacks_in_274.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_274.popBoxStyleDemo .popBoxHeader {
  padding: 10px 10px 10px 10px;
}
#popBox_stacks_in_274.popBoxStyleDemo .modal-content {
  padding: 10px;
  padding: 10px 10px;
}
#popBox_stacks_in_274.popBoxStyleDemo .popBoxFooter {
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
#stacks_in_274 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}














/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

#popBox_stacks_in_274.semantic-content .modal-inner {
  overflow: visible;
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.0);
  -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
  background: #DDDDDD;
}
#popBox_stacks_in_274 .closeIcon {
  border: 4px solid #DDDDDD;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-top: -30px;
}
#popBox_stacks_in_274 .modal-inner .closeIcon {
  background: #FFFFFF;
}
#popBox_stacks_in_274 .modal-inner .closeText {
  background: transparent;
}
#popBox_stacks_in_274 .popBoxHeader .closeIcon {
  background: #FFFFFF;
}
#popBox_stacks_in_274 .closeIcon svg {
  height: 30px;
}
#popBox_stacks_in_274 .closeIcon img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
#popBox_stacks_in_274.semantic-content .popBoxHeader {
  border-width: 0px 0px 4px 0px;
  border-color:  #DDDDDD;
}
#popBox_stacks_in_274.semantic-content .modal-content {
  border: 4px solid;
  border-width: 0px;
}
#popBox_stacks_in_274.semantic-content .popBoxFooter {
  border-width: 4px 0px 0px 0px;
  border-color:  #FFFFFF;
}

/* Transparent */


#stacks_in_298{overflow:visible !important}#stacks_in_298 > .impact-animate{animation-duration:800ms;animation-delay:0ms}

#stacks_in_282 {
	font-size: 110%;
	font-weight: bold;
}
/* Start Obscure Email stack CSS code */.stacks_in_288topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_288mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_288small{font-weight: normal;font-size: 12px;}.stacks_in_288centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_288centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */#stacks_in_28>.s3_row {
	margin: 0 -10px;
}

#stacks_in_28>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_28>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_28>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_28>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_28>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_28>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_28 {
	padding: 0px 0px 50px 0px;
}
 #stacks_in_200{ overflow:hidden;height:395px; } 
#stacks_in_54 div {
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#stacks_in_54.ath-card {
  box-sizing: border-box;
  max-width: 550px;
  width: 100%;
  margin: 0px auto 10px auto;
  background: rgba(243, 243, 243, 1.00);
  font-size: 14px;
  line-height: 18px;
  color: rgba(137, 137, 137, 1.00);
  
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.40);
  
  
  
  
  
  
  border-radius: 20px;
  overflow: hidden;
  font-family: Dosis;
}
#stacks_in_54.ath-card .ath-content {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px;
}
#stacks_in_54.ath-card .ath-content a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_54.ath-card .ath-content a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_54.ath-card .ath-content .ath-description a {
  color: inherit;
  text-decoration: none;
}
#stacks_in_54.ath-card .ath-content .ath-description a:hover {
  color: inherit;
  text-decoration: none;
}
#stacks_in_54.ath-card .ath-content .ath-portrait {
  position: relative;
  float: left;
  display: inline-block;
  width: 30%;
  padding-bottom: 30%;
  overflow: hidden;
  background-image: url(auth-card-img/default.png);
  
  background-image: url(../files/profileImage-54.png);
  
  background-size: cover;
  background-position: center;
  
  
  
}
#stacks_in_54.ath-card .ath-content .ath-portrait .ath-greeting-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  text-align: center;
}
#stacks_in_54.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: relative;
  margin-top: 95%;
  display: inline-block;
  max-width: 90%;
  background: #fff;
  color: #575757;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  line-height: 14px;
  font-size: 12px;
}
#stacks_in_54.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  margin-left: 0;
  margin-top: -15px;
  z-index: 0;
}
#stacks_in_54.ath-card .ath-content .ath-portrait:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
#stacks_in_54.ath-card .ath-content .ath-details {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 0px 15px;
}
#stacks_in_54.ath-card .ath-content .ath-details .ath-name {
  margin: 4px 0px 0px 0px;
  font-size: 20px;
  line-height: 20px;
  color: rgba(50, 89, 136, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Dosis;
}
#stacks_in_54.ath-card .ath-content .ath-details .ath-subtitle {
  color: rgba(115, 115, 115, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
}
#stacks_in_54.ath-card .ath-content .ath-details .ath-description {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  text-align: justify;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}
#stacks_in_54.ath-card .ath-content .ath-details .ath-more {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_54.ath-card .ath-content .ath-details .ath-more a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_54.ath-card .ath-content .ath-details .ath-more a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_54.ath-card .ath-content .ath-details .ath-more .card-row {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 5px;
  float: left;
}
#stacks_in_54.ath-card .ath-content .ath-details .ath-more .card-row .title-col {
  float: left;
  display: inline-block;
  width: 35%;
  min-width: 80px;
  font-weight: bold;
}
#stacks_in_54.ath-card .ath-content .ath-details .ath-more .card-row .desc-col {
  float: left;
  display: inline-block;
  width: 65%;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_54.ath-card .ath-footer {
  display: inline-block;
  float: left;
  background: rgba(198, 50, 235, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
#stacks_in_54.ath-card .ath-footer a {
  text-decoration: none;
  color: rgba(255,255,255,0.75);
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  height: 25px;
  width: 25px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#stacks_in_54.ath-card .ath-footer a i {
  padding: 0px;
  line-height: 25px;
  transition: 150ms all linear;
}
#stacks_in_54.ath-card .ath-footer a:hover {
  color: #fff;
}
#stacks_in_54.ath-card.card-hover .ath-content .ath-portrait .ath-greeting-wrap {
  opacity: 1;
}

#stacks_in_54.ath-card.card-theme-2 {
  max-width: 550px;
  position: relative;
}
#stacks_in_54.ath-card.card-theme-2 .ath-content {
  float: none;
  width: auto;
  min-width: 100%;
  padding: 10px 50px 10px 10px;
  overflow: hidden;
/*  height: 100%;*/
}
#stacks_in_54.ath-card.card-theme-2 .ath-content .ath-portrait {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
#stacks_in_54.ath-card.card-theme-2 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: absolute;
  bottom: 10px;
  margin-top: 0;
  width: 90%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#stacks_in_54.ath-card.card-theme-2 .ath-content .ath-details {
  margin-left: 30%;
  padding: 0px 15px 0px 30px;
}
#stacks_in_54.ath-card.card-theme-2 .ath-footer {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}
#stacks_in_54.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#stacks_in_54.ath-card.card-theme-3 {
  position: relative;
  max-width: 550px;
  overflow: hidden;
}
#stacks_in_54.ath-card.card-theme-3 .ath-content {
  padding: 0;
  
  position: relative;
  overflow: hidden;
}
#stacks_in_54.ath-card.card-theme-3 .ath-content .ath-portrait {
  position: absolute;
  width: 40%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  
  

}
#stacks_in_54.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  bottom: 25px;
}
#stacks_in_54.ath-card.card-theme-3 .ath-content .ath-details {
  position: relative;
  margin-left: 40%;
  width: 60%;
  z-index: 1;
  padding: 10px 20px 10px 0px;
}
#stacks_in_54.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
#stacks_in_54.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
  display: block;
  text-align: right;
}
#stacks_in_54.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
#stacks_in_54.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
  text-align: right;
}
#stacks_in_54.ath-card.card-theme-3 .ath-content .ath-details:before {
  content: "";
  position: absolute;
  background: rgba(243, 243, 243, 1.00);
  width: 150px;
  height: 150%;
  left: 0;
  top: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}
#stacks_in_54.ath-card.card-theme-3 .ath-footer {
  position: absolute;
  width: 120%;
  bottom: 0px;
  left: -10%;
  z-index: 2;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: right;
  padding: 0px 12% 10px;
}
#stacks_in_54.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
  padding-top: 15px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
#stacks_in_54.ath-card.card-theme-4 {
  max-width: 550px;
  background: rgba(198, 50, 235, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  padding: 0px;
  position: relative;
}
#stacks_in_54.ath-card.card-theme-4 .ath-content {
  text-align: center;
  background: transparent;
  padding: 20px;
}
#stacks_in_54.ath-card.card-theme-4 .ath-content .ath-portrait {
  float: left;
  
  border-radius: 50%;
  
  width: 30%;
  padding-bottom: 30%;
  margin: 0px 0px 60px 0px;
}
#stacks_in_54.ath-card.card-theme-4 .ath-content .ath-details {
  width: 70%;
  padding: 0 25px 0px 25px;
  
  position: static;
}
#stacks_in_54.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
#stacks_in_54.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 40px;
  width: 30%;
  text-align: center;
  height: 25px;
}
#stacks_in_54.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  bottom: 18px;
}
#stacks_in_54.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
  text-align: left;
  border-width: 0px;
}
#stacks_in_54.ath-card.card-theme-4 .ath-content .ath-more a {

}
#stacks_in_54.ath-card.card-theme-4 .ath-content .ath-more .card-row {
  text-align: left;
}
#stacks_in_54.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_54.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_54.ath-card.card-theme-4 .ath-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0px 20px 20px 0px;
  background: transparent;
  text-align: right;
}

  #stacks_in_54.ath-card,
  #stacks_in_54.ath-card.card-theme-2,
  #stacks_in_54.ath-card.card-theme-3,
  #stacks_in_54.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_54.ath-card .ath-content,
  #stacks_in_54.ath-card.card-theme-2 .ath-content,
  #stacks_in_54.ath-card.card-theme-3 .ath-content,
  #stacks_in_54.ath-card.card-theme-4 .ath-content {
    padding: 20px 0px 20px 0px;
    text-align: center;
  }
  #stacks_in_54.ath-card .ath-content .ath-portrait,
  #stacks_in_54.ath-card.card-theme-2 .ath-content .ath-portrait,
  #stacks_in_54.ath-card.card-theme-3 .ath-content .ath-portrait,
  #stacks_in_54.ath-card.card-theme-4 .ath-content .ath-portrait {
    float: none;
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_54.ath-card .ath-content .ath-details,
  #stacks_in_54.ath-card.card-theme-2 .ath-content .ath-details,
  #stacks_in_54.ath-card.card-theme-3 .ath-content .ath-details,
  #stacks_in_54.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
  }
  #stacks_in_54.ath-card.card-theme-2 .ath-content {
    padding: 0px 0px 20px 0px;
  }
  #stacks_in_54.ath-card.card-theme-2 .ath-content .ath-portrait {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    height: 0;
  }
  #stacks_in_54.ath-card.card-theme-2 .ath-content .ath-details {
    margin-left: 0%;
    padding: 10px 25px 10px 25px;
  }
  #stacks_in_54.ath-card.card-theme-2 .ath-footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  #stacks_in_54.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #stacks_in_54.ath-card.card-theme-3 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_54.ath-card.card-theme-3 .ath-content {
    padding: 0px 0px 20px 0px;
    
  }
  #stacks_in_54.ath-card.card-theme-3 .ath-content .ath-portrait {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  #stacks_in_54.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting {
    margin-top: 90%;
  }
  #stacks_in_54.ath-card.card-theme-3 .ath-content .ath-details {
    margin: 0;
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  #stacks_in_54.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
  #stacks_in_54.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
    text-align: left;
  }
  #stacks_in_54.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
  #stacks_in_54.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
    text-align: left;
  }
  #stacks_in_54.ath-card.card-theme-3 .ath-content .ath-details:before {
    width: 150%;
    height: 150px;
    left: -25%;
    top: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  #stacks_in_54.ath-card.card-theme-3 .ath-footer {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  #stacks_in_54.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    padding: 25px 10px 5px 10px;
  }
  #stacks_in_54.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
    padding: 30px 0px;
  }
  #stacks_in_54.ath-card.card-theme-4 .ath-content {
    text-align: center;
    padding: 0px 20px;
  }
  #stacks_in_54.ath-card.card-theme-4 .ath-content .ath-portrait {
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_54.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
    padding: 0 10px;
  }
  #stacks_in_54.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
  #stacks_in_54.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    position: relative;
  }
  #stacks_in_54.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
    text-align: center;
  }
  #stacks_in_54.ath-card.card-theme-4 .ath-content .ath-more .card-row {
    text-align: center;
  }
  #stacks_in_54.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_54.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_54.ath-card.card-theme-4 .ath-footer {
    position: relative;
    text-align: center;
    padding: 10px 20px 0px 20px;
  }


#stacks_in_54.ath-card,
#stacks_in_54.ath-card.card-theme-2,
#stacks_in_54.ath-card.card-theme-3,
#stacks_in_54.ath-card.card-theme-4 {
  width: 100%;
  max-width: 300px;
}



 #stacks_in_202{ overflow:hidden;height:395px; } 
#stacks_in_62 div {
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#stacks_in_62.ath-card {
  box-sizing: border-box;
  max-width: 550px;
  width: 100%;
  margin: 0px auto 10px auto;
  background: rgba(243, 243, 243, 1.00);
  font-size: 14px;
  line-height: 18px;
  color: rgba(137, 137, 137, 1.00);
  
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.40);
  
  
  
  
  
  
  border-radius: 20px;
  overflow: hidden;
  font-family: Dosis;
}
#stacks_in_62.ath-card .ath-content {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px;
}
#stacks_in_62.ath-card .ath-content a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_62.ath-card .ath-content a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_62.ath-card .ath-content .ath-description a {
  color: inherit;
  text-decoration: none;
}
#stacks_in_62.ath-card .ath-content .ath-description a:hover {
  color: inherit;
  text-decoration: none;
}
#stacks_in_62.ath-card .ath-content .ath-portrait {
  position: relative;
  float: left;
  display: inline-block;
  width: 30%;
  padding-bottom: 30%;
  overflow: hidden;
  background-image: url(auth-card-img/default.png);
  
  background-image: url(../files/profileImage-62.png);
  
  background-size: cover;
  background-position: center;
  
  
  border-radius: 50%;
  
  
}
#stacks_in_62.ath-card .ath-content .ath-portrait .ath-greeting-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  text-align: center;
}
#stacks_in_62.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: relative;
  margin-top: 95%;
  display: inline-block;
  max-width: 90%;
  background: #fff;
  color: #575757;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  line-height: 14px;
  font-size: 12px;
}
#stacks_in_62.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  margin-left: 0;
  margin-top: -15px;
  z-index: 0;
}
#stacks_in_62.ath-card .ath-content .ath-portrait:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
#stacks_in_62.ath-card .ath-content .ath-details {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 0px 15px;
}
#stacks_in_62.ath-card .ath-content .ath-details .ath-name {
  margin: 4px 0px 0px 0px;
  font-size: 20px;
  line-height: 20px;
  color: rgba(50, 89, 136, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Dosis;
}
#stacks_in_62.ath-card .ath-content .ath-details .ath-subtitle {
  color: rgba(115, 115, 115, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
}
#stacks_in_62.ath-card .ath-content .ath-details .ath-description {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  text-align: justify;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}
#stacks_in_62.ath-card .ath-content .ath-details .ath-more {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_62.ath-card .ath-content .ath-details .ath-more a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_62.ath-card .ath-content .ath-details .ath-more a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_62.ath-card .ath-content .ath-details .ath-more .card-row {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 5px;
  float: left;
}
#stacks_in_62.ath-card .ath-content .ath-details .ath-more .card-row .title-col {
  float: left;
  display: inline-block;
  width: 35%;
  min-width: 80px;
  font-weight: bold;
}
#stacks_in_62.ath-card .ath-content .ath-details .ath-more .card-row .desc-col {
  float: left;
  display: inline-block;
  width: 65%;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_62.ath-card .ath-footer {
  display: inline-block;
  float: left;
  background: rgba(198, 50, 235, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
#stacks_in_62.ath-card .ath-footer a {
  text-decoration: none;
  color: rgba(255,255,255,0.75);
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  height: 25px;
  width: 25px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#stacks_in_62.ath-card .ath-footer a i {
  padding: 0px;
  line-height: 25px;
  transition: 150ms all linear;
}
#stacks_in_62.ath-card .ath-footer a:hover {
  color: #fff;
}
#stacks_in_62.ath-card.card-hover .ath-content .ath-portrait .ath-greeting-wrap {
  opacity: 1;
}

#stacks_in_62.ath-card.card-theme-2 {
  max-width: 550px;
  position: relative;
}
#stacks_in_62.ath-card.card-theme-2 .ath-content {
  float: none;
  width: auto;
  min-width: 100%;
  padding: 10px 50px 10px 10px;
  overflow: hidden;
/*  height: 100%;*/
}
#stacks_in_62.ath-card.card-theme-2 .ath-content .ath-portrait {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
#stacks_in_62.ath-card.card-theme-2 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: absolute;
  bottom: 10px;
  margin-top: 0;
  width: 90%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#stacks_in_62.ath-card.card-theme-2 .ath-content .ath-details {
  margin-left: 30%;
  padding: 0px 15px 0px 30px;
}
#stacks_in_62.ath-card.card-theme-2 .ath-footer {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}
#stacks_in_62.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#stacks_in_62.ath-card.card-theme-3 {
  position: relative;
  max-width: 550px;
  overflow: hidden;
}
#stacks_in_62.ath-card.card-theme-3 .ath-content {
  padding: 0;
  
  position: relative;
  overflow: hidden;
}
#stacks_in_62.ath-card.card-theme-3 .ath-content .ath-portrait {
  position: absolute;
  width: 40%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  
  

}
#stacks_in_62.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  bottom: 25px;
}
#stacks_in_62.ath-card.card-theme-3 .ath-content .ath-details {
  position: relative;
  margin-left: 40%;
  width: 60%;
  z-index: 1;
  padding: 10px 20px 10px 0px;
}
#stacks_in_62.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
#stacks_in_62.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
  display: block;
  text-align: right;
}
#stacks_in_62.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
#stacks_in_62.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
  text-align: right;
}
#stacks_in_62.ath-card.card-theme-3 .ath-content .ath-details:before {
  content: "";
  position: absolute;
  background: rgba(243, 243, 243, 1.00);
  width: 150px;
  height: 150%;
  left: 0;
  top: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}
#stacks_in_62.ath-card.card-theme-3 .ath-footer {
  position: absolute;
  width: 120%;
  bottom: 0px;
  left: -10%;
  z-index: 2;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: right;
  padding: 0px 12% 10px;
}
#stacks_in_62.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
  padding-top: 15px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
#stacks_in_62.ath-card.card-theme-4 {
  max-width: 550px;
  background: rgba(198, 50, 235, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  padding: 0px;
  position: relative;
}
#stacks_in_62.ath-card.card-theme-4 .ath-content {
  text-align: center;
  background: transparent;
  padding: 20px;
}
#stacks_in_62.ath-card.card-theme-4 .ath-content .ath-portrait {
  float: left;
  
  border-radius: 50%;
  
  width: 30%;
  padding-bottom: 30%;
  margin: 0px 0px 60px 0px;
}
#stacks_in_62.ath-card.card-theme-4 .ath-content .ath-details {
  width: 70%;
  padding: 0 25px 0px 25px;
  
  position: static;
}
#stacks_in_62.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
#stacks_in_62.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 40px;
  width: 30%;
  text-align: center;
  height: 25px;
}
#stacks_in_62.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  bottom: 18px;
}
#stacks_in_62.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
  text-align: left;
  border-width: 0px;
}
#stacks_in_62.ath-card.card-theme-4 .ath-content .ath-more a {

}
#stacks_in_62.ath-card.card-theme-4 .ath-content .ath-more .card-row {
  text-align: left;
}
#stacks_in_62.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_62.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_62.ath-card.card-theme-4 .ath-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0px 20px 20px 0px;
  background: transparent;
  text-align: right;
}

  #stacks_in_62.ath-card,
  #stacks_in_62.ath-card.card-theme-2,
  #stacks_in_62.ath-card.card-theme-3,
  #stacks_in_62.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_62.ath-card .ath-content,
  #stacks_in_62.ath-card.card-theme-2 .ath-content,
  #stacks_in_62.ath-card.card-theme-3 .ath-content,
  #stacks_in_62.ath-card.card-theme-4 .ath-content {
    padding: 20px 0px 20px 0px;
    text-align: center;
  }
  #stacks_in_62.ath-card .ath-content .ath-portrait,
  #stacks_in_62.ath-card.card-theme-2 .ath-content .ath-portrait,
  #stacks_in_62.ath-card.card-theme-3 .ath-content .ath-portrait,
  #stacks_in_62.ath-card.card-theme-4 .ath-content .ath-portrait {
    float: none;
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_62.ath-card .ath-content .ath-details,
  #stacks_in_62.ath-card.card-theme-2 .ath-content .ath-details,
  #stacks_in_62.ath-card.card-theme-3 .ath-content .ath-details,
  #stacks_in_62.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
  }
  #stacks_in_62.ath-card.card-theme-2 .ath-content {
    padding: 0px 0px 20px 0px;
  }
  #stacks_in_62.ath-card.card-theme-2 .ath-content .ath-portrait {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    height: 0;
  }
  #stacks_in_62.ath-card.card-theme-2 .ath-content .ath-details {
    margin-left: 0%;
    padding: 10px 25px 10px 25px;
  }
  #stacks_in_62.ath-card.card-theme-2 .ath-footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  #stacks_in_62.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #stacks_in_62.ath-card.card-theme-3 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_62.ath-card.card-theme-3 .ath-content {
    padding: 0px 0px 20px 0px;
    
  }
  #stacks_in_62.ath-card.card-theme-3 .ath-content .ath-portrait {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  #stacks_in_62.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting {
    margin-top: 90%;
  }
  #stacks_in_62.ath-card.card-theme-3 .ath-content .ath-details {
    margin: 0;
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  #stacks_in_62.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
  #stacks_in_62.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
    text-align: left;
  }
  #stacks_in_62.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
  #stacks_in_62.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
    text-align: left;
  }
  #stacks_in_62.ath-card.card-theme-3 .ath-content .ath-details:before {
    width: 150%;
    height: 150px;
    left: -25%;
    top: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  #stacks_in_62.ath-card.card-theme-3 .ath-footer {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  #stacks_in_62.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    padding: 25px 10px 5px 10px;
  }
  #stacks_in_62.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
    padding: 30px 0px;
  }
  #stacks_in_62.ath-card.card-theme-4 .ath-content {
    text-align: center;
    padding: 0px 20px;
  }
  #stacks_in_62.ath-card.card-theme-4 .ath-content .ath-portrait {
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_62.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
    padding: 0 10px;
  }
  #stacks_in_62.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
  #stacks_in_62.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    position: relative;
  }
  #stacks_in_62.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
    text-align: center;
  }
  #stacks_in_62.ath-card.card-theme-4 .ath-content .ath-more .card-row {
    text-align: center;
  }
  #stacks_in_62.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_62.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_62.ath-card.card-theme-4 .ath-footer {
    position: relative;
    text-align: center;
    padding: 10px 20px 0px 20px;
  }


#stacks_in_62.ath-card,
#stacks_in_62.ath-card.card-theme-2,
#stacks_in_62.ath-card.card-theme-3,
#stacks_in_62.ath-card.card-theme-4 {
  width: 100%;
  max-width: 300px;
}



 #stacks_in_204{ overflow:hidden;height:395px; } 
#stacks_in_65 div {
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#stacks_in_65.ath-card {
  box-sizing: border-box;
  max-width: 550px;
  width: 100%;
  margin: 0px auto 10px auto;
  background: rgba(243, 243, 243, 1.00);
  font-size: 14px;
  line-height: 18px;
  color: rgba(137, 137, 137, 1.00);
  
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.40);
  
  
  
  
  
  
  border-radius: 20px;
  overflow: hidden;
  font-family: Dosis;
}
#stacks_in_65.ath-card .ath-content {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px;
}
#stacks_in_65.ath-card .ath-content a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_65.ath-card .ath-content a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_65.ath-card .ath-content .ath-description a {
  color: inherit;
  text-decoration: none;
}
#stacks_in_65.ath-card .ath-content .ath-description a:hover {
  color: inherit;
  text-decoration: none;
}
#stacks_in_65.ath-card .ath-content .ath-portrait {
  position: relative;
  float: left;
  display: inline-block;
  width: 30%;
  padding-bottom: 30%;
  overflow: hidden;
  background-image: url(auth-card-img/default.png);
  
  background-image: url(../files/profileImage-65.png);
  
  background-size: cover;
  background-position: center;
  
  
  
}
#stacks_in_65.ath-card .ath-content .ath-portrait .ath-greeting-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  text-align: center;
}
#stacks_in_65.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: relative;
  margin-top: 95%;
  display: inline-block;
  max-width: 90%;
  background: #fff;
  color: #575757;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  line-height: 14px;
  font-size: 12px;
}
#stacks_in_65.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  margin-left: 0;
  margin-top: -15px;
  z-index: 0;
}
#stacks_in_65.ath-card .ath-content .ath-portrait:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
#stacks_in_65.ath-card .ath-content .ath-details {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 0px 15px;
}
#stacks_in_65.ath-card .ath-content .ath-details .ath-name {
  margin: 4px 0px 0px 0px;
  font-size: 20px;
  line-height: 20px;
  color: rgba(50, 89, 136, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Dosis;
}
#stacks_in_65.ath-card .ath-content .ath-details .ath-subtitle {
  color: rgba(115, 115, 115, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
}
#stacks_in_65.ath-card .ath-content .ath-details .ath-description {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  text-align: justify;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}
#stacks_in_65.ath-card .ath-content .ath-details .ath-more {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_65.ath-card .ath-content .ath-details .ath-more a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_65.ath-card .ath-content .ath-details .ath-more a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_65.ath-card .ath-content .ath-details .ath-more .card-row {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 5px;
  float: left;
}
#stacks_in_65.ath-card .ath-content .ath-details .ath-more .card-row .title-col {
  float: left;
  display: inline-block;
  width: 35%;
  min-width: 80px;
  font-weight: bold;
}
#stacks_in_65.ath-card .ath-content .ath-details .ath-more .card-row .desc-col {
  float: left;
  display: inline-block;
  width: 65%;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_65.ath-card .ath-footer {
  display: inline-block;
  float: left;
  background: rgba(198, 50, 235, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
#stacks_in_65.ath-card .ath-footer a {
  text-decoration: none;
  color: rgba(255,255,255,0.75);
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  height: 25px;
  width: 25px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#stacks_in_65.ath-card .ath-footer a i {
  padding: 0px;
  line-height: 25px;
  transition: 150ms all linear;
}
#stacks_in_65.ath-card .ath-footer a:hover {
  color: #fff;
}
#stacks_in_65.ath-card.card-hover .ath-content .ath-portrait .ath-greeting-wrap {
  opacity: 1;
}

#stacks_in_65.ath-card.card-theme-2 {
  max-width: 550px;
  position: relative;
}
#stacks_in_65.ath-card.card-theme-2 .ath-content {
  float: none;
  width: auto;
  min-width: 100%;
  padding: 10px 50px 10px 10px;
  overflow: hidden;
/*  height: 100%;*/
}
#stacks_in_65.ath-card.card-theme-2 .ath-content .ath-portrait {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
#stacks_in_65.ath-card.card-theme-2 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: absolute;
  bottom: 10px;
  margin-top: 0;
  width: 90%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#stacks_in_65.ath-card.card-theme-2 .ath-content .ath-details {
  margin-left: 30%;
  padding: 0px 15px 0px 30px;
}
#stacks_in_65.ath-card.card-theme-2 .ath-footer {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}
#stacks_in_65.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#stacks_in_65.ath-card.card-theme-3 {
  position: relative;
  max-width: 550px;
  overflow: hidden;
}
#stacks_in_65.ath-card.card-theme-3 .ath-content {
  padding: 0;
  
  position: relative;
  overflow: hidden;
}
#stacks_in_65.ath-card.card-theme-3 .ath-content .ath-portrait {
  position: absolute;
  width: 40%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  
  

}
#stacks_in_65.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  bottom: 25px;
}
#stacks_in_65.ath-card.card-theme-3 .ath-content .ath-details {
  position: relative;
  margin-left: 40%;
  width: 60%;
  z-index: 1;
  padding: 10px 20px 10px 0px;
}
#stacks_in_65.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
#stacks_in_65.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
  display: block;
  text-align: right;
}
#stacks_in_65.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
#stacks_in_65.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
  text-align: right;
}
#stacks_in_65.ath-card.card-theme-3 .ath-content .ath-details:before {
  content: "";
  position: absolute;
  background: rgba(243, 243, 243, 1.00);
  width: 150px;
  height: 150%;
  left: 0;
  top: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}
#stacks_in_65.ath-card.card-theme-3 .ath-footer {
  position: absolute;
  width: 120%;
  bottom: 0px;
  left: -10%;
  z-index: 2;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: right;
  padding: 0px 12% 10px;
}
#stacks_in_65.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
  padding-top: 15px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
#stacks_in_65.ath-card.card-theme-4 {
  max-width: 550px;
  background: rgba(198, 50, 235, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  padding: 0px;
  position: relative;
}
#stacks_in_65.ath-card.card-theme-4 .ath-content {
  text-align: center;
  background: transparent;
  padding: 20px;
}
#stacks_in_65.ath-card.card-theme-4 .ath-content .ath-portrait {
  float: left;
  
  border-radius: 50%;
  
  width: 30%;
  padding-bottom: 30%;
  margin: 0px 0px 60px 0px;
}
#stacks_in_65.ath-card.card-theme-4 .ath-content .ath-details {
  width: 70%;
  padding: 0 25px 0px 25px;
  
  position: static;
}
#stacks_in_65.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
#stacks_in_65.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 40px;
  width: 30%;
  text-align: center;
  height: 25px;
}
#stacks_in_65.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  bottom: 18px;
}
#stacks_in_65.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
  text-align: left;
  border-width: 0px;
}
#stacks_in_65.ath-card.card-theme-4 .ath-content .ath-more a {

}
#stacks_in_65.ath-card.card-theme-4 .ath-content .ath-more .card-row {
  text-align: left;
}
#stacks_in_65.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_65.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_65.ath-card.card-theme-4 .ath-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0px 20px 20px 0px;
  background: transparent;
  text-align: right;
}

  #stacks_in_65.ath-card,
  #stacks_in_65.ath-card.card-theme-2,
  #stacks_in_65.ath-card.card-theme-3,
  #stacks_in_65.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_65.ath-card .ath-content,
  #stacks_in_65.ath-card.card-theme-2 .ath-content,
  #stacks_in_65.ath-card.card-theme-3 .ath-content,
  #stacks_in_65.ath-card.card-theme-4 .ath-content {
    padding: 20px 0px 20px 0px;
    text-align: center;
  }
  #stacks_in_65.ath-card .ath-content .ath-portrait,
  #stacks_in_65.ath-card.card-theme-2 .ath-content .ath-portrait,
  #stacks_in_65.ath-card.card-theme-3 .ath-content .ath-portrait,
  #stacks_in_65.ath-card.card-theme-4 .ath-content .ath-portrait {
    float: none;
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_65.ath-card .ath-content .ath-details,
  #stacks_in_65.ath-card.card-theme-2 .ath-content .ath-details,
  #stacks_in_65.ath-card.card-theme-3 .ath-content .ath-details,
  #stacks_in_65.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
  }
  #stacks_in_65.ath-card.card-theme-2 .ath-content {
    padding: 0px 0px 20px 0px;
  }
  #stacks_in_65.ath-card.card-theme-2 .ath-content .ath-portrait {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    height: 0;
  }
  #stacks_in_65.ath-card.card-theme-2 .ath-content .ath-details {
    margin-left: 0%;
    padding: 10px 25px 10px 25px;
  }
  #stacks_in_65.ath-card.card-theme-2 .ath-footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  #stacks_in_65.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #stacks_in_65.ath-card.card-theme-3 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_65.ath-card.card-theme-3 .ath-content {
    padding: 0px 0px 20px 0px;
    
  }
  #stacks_in_65.ath-card.card-theme-3 .ath-content .ath-portrait {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  #stacks_in_65.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting {
    margin-top: 90%;
  }
  #stacks_in_65.ath-card.card-theme-3 .ath-content .ath-details {
    margin: 0;
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  #stacks_in_65.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
  #stacks_in_65.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
    text-align: left;
  }
  #stacks_in_65.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
  #stacks_in_65.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
    text-align: left;
  }
  #stacks_in_65.ath-card.card-theme-3 .ath-content .ath-details:before {
    width: 150%;
    height: 150px;
    left: -25%;
    top: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  #stacks_in_65.ath-card.card-theme-3 .ath-footer {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  #stacks_in_65.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    padding: 25px 10px 5px 10px;
  }
  #stacks_in_65.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
    padding: 30px 0px;
  }
  #stacks_in_65.ath-card.card-theme-4 .ath-content {
    text-align: center;
    padding: 0px 20px;
  }
  #stacks_in_65.ath-card.card-theme-4 .ath-content .ath-portrait {
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_65.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
    padding: 0 10px;
  }
  #stacks_in_65.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
  #stacks_in_65.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    position: relative;
  }
  #stacks_in_65.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
    text-align: center;
  }
  #stacks_in_65.ath-card.card-theme-4 .ath-content .ath-more .card-row {
    text-align: center;
  }
  #stacks_in_65.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_65.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_65.ath-card.card-theme-4 .ath-footer {
    position: relative;
    text-align: center;
    padding: 10px 20px 0px 20px;
  }


#stacks_in_65.ath-card,
#stacks_in_65.ath-card.card-theme-2,
#stacks_in_65.ath-card.card-theme-3,
#stacks_in_65.ath-card.card-theme-4 {
  width: 100%;
  max-width: 300px;
}



#stacks_in_94>.s3_row {
	margin: 0 -10px;
}

#stacks_in_94>.s3_row>.s3_column {
	padding: 0 10px;
}








  


@media only screen and (max-width: 770px) {




	#stacks_in_94>.s3_row  {
		margin: -10px -10px;
	}
	#stacks_in_94>.s3_row>.s3_column {
		padding: 10px 10px;
		width:50%;
	}



}



@media only screen and (max-width: 400px) {


	#stacks_in_94>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_94>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}





}




  
 #stacks_in_143{ overflow:hidden;height:220px; } 

#stacks_in_143 {
	border: solid rgba(50, 89, 136, 1.00);
	border-width: 0px 3px 0px 3px;
	padding: 0px 3px 0px 3px;
}
/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_99.headerInheritStylesOff,
#simpleHeaders_stacks_in_99.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_99.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_99.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_99.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_99.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_99.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
}
#simpleHeaders_stacks_in_99.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_99.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_99.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_99.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_99.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_99.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_99.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 18px;
}
#simpleHeaders_stacks_in_99.headerInheritColorsOff,
#simpleHeaders_stacks_in_99.headerInheritColorsOff a,
#simpleHeaders_stacks_in_99.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_99.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_99.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_99.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_99.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_99.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_99.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_99.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_99.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_99.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_99.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_99.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_99.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_99.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_99.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_99.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_99.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_99.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_99.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_99.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_99.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_99.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_99.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_99.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_99.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_99.headerInheritColorsOff h6:hover {
	color: #FF6600;
}
 #stacks_in_145{ overflow:hidden;height:220px; } 

#stacks_in_145 {
	border: solid rgba(50, 89, 136, 1.00);
	border-width: 0px 3px 0px 3px;
	padding: 0px 3px 0px 3px;
}
/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_101.headerInheritStylesOff,
#simpleHeaders_stacks_in_101.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_101.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_101.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_101.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_101.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_101.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
}
#simpleHeaders_stacks_in_101.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_101.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_101.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_101.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_101.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_101.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_101.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 18px;
}
#simpleHeaders_stacks_in_101.headerInheritColorsOff,
#simpleHeaders_stacks_in_101.headerInheritColorsOff a,
#simpleHeaders_stacks_in_101.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_101.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_101.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_101.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_101.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_101.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_101.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_101.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_101.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_101.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_101.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_101.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_101.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_101.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_101.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_101.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_101.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_101.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_101.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_101.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_101.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_101.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_101.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_101.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_101.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_101.headerInheritColorsOff h6:hover {
	color: #FF6600;
}
 #stacks_in_151{ overflow:hidden;height:220px; } 

#stacks_in_151 {
	border: solid rgba(50, 89, 136, 1.00);
	border-width: 0px 3px 0px 3px;
	padding: 0px 3px 0px 3px;
}
/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_116.headerInheritStylesOff,
#simpleHeaders_stacks_in_116.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_116.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_116.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_116.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_116.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_116.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
}
#simpleHeaders_stacks_in_116.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_116.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_116.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_116.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_116.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_116.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_116.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 18px;
}
#simpleHeaders_stacks_in_116.headerInheritColorsOff,
#simpleHeaders_stacks_in_116.headerInheritColorsOff a,
#simpleHeaders_stacks_in_116.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_116.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_116.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_116.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_116.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_116.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_116.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_116.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_116.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_116.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_116.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_116.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_116.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_116.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_116.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_116.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_116.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_116.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_116.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_116.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_116.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_116.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_116.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_116.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_116.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_116.headerInheritColorsOff h6:hover {
	color: #FF6600;
}
 #stacks_in_153{ overflow:hidden;height:220px; } 

#stacks_in_153 {
	border: solid rgba(50, 89, 136, 1.00);
	border-width: 0px 3px 0px 3px;
	padding: 0px 3px 0px 3px;
}
/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_122.headerInheritStylesOff,
#simpleHeaders_stacks_in_122.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_122.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_122.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_122.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_122.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_122.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
}
#simpleHeaders_stacks_in_122.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_122.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_122.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_122.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_122.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_122.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_122.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 18px;
}
#simpleHeaders_stacks_in_122.headerInheritColorsOff,
#simpleHeaders_stacks_in_122.headerInheritColorsOff a,
#simpleHeaders_stacks_in_122.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_122.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_122.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_122.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_122.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_122.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_122.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_122.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_122.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_122.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_122.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_122.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_122.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_122.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_122.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_122.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_122.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_122.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_122.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_122.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_122.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_122.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_122.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_122.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_122.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_122.headerInheritColorsOff h6:hover {
	color: #FF6600;
}

#stacks_in_121 {
	padding: 0px 3px 0px 3px;
}
/* Start Obscure Email stack CSS code */.stacks_in_253topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_253mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_253small{font-weight: normal;font-size: 12px;}.stacks_in_253centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_253centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */