.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger:hover{opacity:.7}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:''}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .15s,transform .15s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .15s,transform .15s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .15s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .15s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .15s,transform .15s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .15s,transform .15s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .15s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .15s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.15s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.15s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .3s cubic-bezier(.33333,.66667,.66667,1) .3s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .3s,transform .15s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.32s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .27s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .12s cubic-bezier(.33333,0,.66667,.33333) .18s,transform .15s cubic-bezier(.215,.61,.355,1) .42s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.15s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.15s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .3s cubic-bezier(.33333,.66667,.66667,1) .3s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .3s,transform .15s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.32s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .27s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .12s cubic-bezier(.33333,0,.66667,.33333) .18s,transform .15s cubic-bezier(.215,.61,.355,1) .42s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.4s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .15s ease .4s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .4s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:.1s;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:.1s;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.4s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .15s ease .4s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .4s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:.1s;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:.1s;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .2s ease-in .25s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .2s cubic-bezier(.6,.04,.98,.335),top .05s linear .2s,left .2s ease-in .25s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .2s cubic-bezier(.6,.04,.98,.335),top .05s linear .2s,right .2s ease-in .25s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .2s ease-out,top .05s linear .2s,transform .2s cubic-bezier(.075,.82,.165,1) .25s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .2s ease-out,top .05s linear .2s,transform .2s cubic-bezier(.075,.82,.165,1) .25s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .2s ease-in .25s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .2s cubic-bezier(.6,.04,.98,.335),top .05s linear .2s,left .2s ease-in .25s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .2s cubic-bezier(.6,.04,.98,.335),top .05s linear .2s,right .2s ease-in .25s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .2s ease-out,top .05s linear .2s,transform .2s cubic-bezier(.075,.82,.165,1) .25s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .2s ease-out,top .05s linear .2s,transform .2s cubic-bezier(.075,.82,.165,1) .25s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.2s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.2s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .15s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .3s,transform .15s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .3s cubic-bezier(.33333,.66667,.66667,1) .3s,transform .15s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.32s;background-color:transparent}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .12s cubic-bezier(.33333,0,.66667,.33333) .18s,transform .15s cubic-bezier(.215,.61,.355,1) .32s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .3s cubic-bezier(.33333,0,.66667,.33333),transform .15s cubic-bezier(.215,.61,.355,1) .32s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.15s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .3s cubic-bezier(.33333,.66667,.66667,1) .3s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .3s,transform .15s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.32s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .32s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .12s cubic-bezier(.33333,0,.66667,.33333) .18s,transform .15s cubic-bezier(.215,.61,.355,1) .32s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform .1s cubic-bezier(.55,.055,.675,.19) .22s,background-color 0s linear .1s}.hamburger--stand .hamburger-inner:before{transition:top .1s ease-in .1s,transform .1s cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom .1s ease-in .1s,transform .1s cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform .1s cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .22s;transform:rotate(90deg);background-color:transparent}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out .12s,transform .1s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out .12s,transform .1s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform .1s cubic-bezier(.55,.055,.675,.19) .22s,background-color 0s linear .1s}.hamburger--stand-r .hamburger-inner:before{transition:top .1s ease-in .1s,transform .1s cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom .1s ease-in .1s,transform .1s cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform .1s cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .22s;transform:rotate(-90deg);background-color:transparent}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out .12s,transform .1s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out .12s,transform .1s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(45deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.3s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .34s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .34s,transform .3s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.14s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .14s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .3s cubic-bezier(.215,.61,.355,1) .14s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.3s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .34s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .34s,transform .3s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.14s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .14s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .3s cubic-bezier(.215,.61,.355,1) .14s;transform:rotate(90deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.1s}.hamburger--squeeze .hamburger-inner:before{transition:top .1s ease .14s,opacity .1s ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom .1s ease .14s,transform .1s cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.14s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top .1s ease,opacity .1s ease .14s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .14s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.3s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.3s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}

.azm-btn i:after,.azm-gradient:before{content:""}.azm-gradient,.azm-long-shadow,.azm-shadow-left{overflow:hidden}.azm-social{margin:0;padding:0;display:inline-block;color:#fff;text-align:center;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-o-transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-ms-transition:all .3s;transition:all .3s}.azm-social:active,.azm-social:focus,.azm-social:hover{outline:0;opacity:.8;color:#fff}.azm-size-32{width:32px;height:32px;margin:5px;padding-top:8px;font-size:14px;line-height:14px;}.azm-size-48{width:48px;height:48px;margin:8px;padding-top:13px;font-size:21px;line-height:21px}.azm-size-64{width:64px;height:64px;margin:10px;padding-top:16px;font-size:28px;line-height:28px}.azm-r-square{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.azm-circle{-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.azm-btn{height:48px;margin:8px;padding:13px 17px;font-size:14px;line-height:21px;font-weight:300;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.azm-btn i{padding-right:27px;font-size:21px;line-height:21px;vertical-align:top}.azm-btn i:after{position:absolute;top:-8px;left:70%;width:1px;height:36px;background:#ccc;background:rgba(255,255,255,.3)}.azm-border-bottom{padding-top:12px;border-bottom:4px solid rgba(0,0,0,.1)}.azm-pill{-moz-border-radius:400px;-webkit-border-radius:400px;border-radius:400px}.azm-gradient{position:relative}.azm-gradient:before{position:absolute;top:0;left:0;width:100%;height:100%;background:-moz-linear-gradient(top,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.4)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(top,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);background:-o-linear-gradient(top,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%)}.azm-shadow-bottom:before,.azm-shadow-left:before{content:"";left:0;background:rgba(0,0,0,.1)}.azm-shadow-left{position:relative}.azm-shadow-left:before{position:absolute;top:0;width:50%;height:100%}.azm-shadow-bottom{position:relative;overflow:hidden}.azm-shadow-bottom:before{position:absolute;top:50%;width:100%;height:50%}.azm-android{background:#8ec147}.azm-apple{background:#777}.azm-behance{background:#07f}.azm-bitcoin{background:#f79012}.azm-buysellads{background:#c90100}.azm-codepen{background:#444}.azm-css3{background:#0270bb}.azm-delicious{background:#31a9ff}.azm-deviantart{background:#05cc47}.azm-digg{background:#0093cc}.azm-dribbble{background:#ea4c89}.azm-dropbox{background:#007ee5}.azm-drupal{background:#0073ba}.azm-email-1,.azm-email-2{background:#35c7ed}.azm-facebook{background:#4862a3}.azm-flickr{background:#ff1981}.azm-foursquare{background:#f04d7a}.azm-git{background:#f64d27}.azm-github{background:#999}.azm-google{background:#3f85f4}.azm-google-plus{background:#dd4b39}.azm-html5{background:#e54d26}.azm-instagram{background:#3d6b92}.azm-joomla{background:#fc8f30}.azm-jsfiddle{background:#4679bd}.azm-lastfm{background:#df1c23}.azm-linkedin{background:#0177b5}.azm-linux{background:#39a6df}.azm-maxcdn{background:#ff5b02}.azm-medium{background:#333}.azm-pagelines{background:#444}.azm-paypal{background:#009cde}.azm-pinterest{background:#db242c}.azm-reddit{background:#ff4500}.azm-rss{background:#fc8f55}.azm-share{background:#01924b}.azm-skype{background:#00aff0}.azm-slideshare{background:#0679b5}.azm-soundcloud{background:#ff4e00}.azm-spotify{background:#84bd00}.azm-stack-exchange{background:#366fb3}.azm-stack-overflow{background:#07c}.azm-stumbleupon{background:#ea4b24}.azm-trello{background:#026aa7}.azm-tumblr{background:#2c4762}.azm-twitter{background:#55acee}.azm-vimeo{background:#4bf}.azm-vine{background:#00bf8f}.azm-vk{background:#6281a3}.azm-whatsapp{background:#59ac23}.azm-windows{background:#00bcf2}.azm-wordpress{background:#1e8cbe}.azm-xing{background:#006464}.azm-yahoo{background:#5210c4}.azm-yelp{background:#c41200}.azm-youtube,.azm-youtube-play{background:#d02022}.azm-long-shadow.azm-android{text-shadow:#80ae40 1px 1px,#80ae40 2px 2px,#80ae40 3px 3px,#80ae40 4px 4px,#80af40 5px 5px,#81af40 6px 6px,#81af40 7px 7px,#81af40 8px 8px,#81b040 9px 9px,#81b040 10px 10px,#81b040 11px 11px,#82b041 12px 12px,#82b141 13px 13px,#82b141 14px 14px,#82b141 15px 15px,#82b141 16px 16px,#82b241 17px 17px,#83b241 18px 18px,#83b241 19px 19px,#83b241 20px 20px,#83b241 21px 21px,#83b341 22px 22px,#84b342 23px 23px,#84b342 24px 24px,#84b342 25px 25px,#84b442 26px 26px,#84b442 27px 27px,#84b442 28px 28px,#85b442 29px 29px,#85b542 30px 30px,#85b542 31px 31px,#85b542 32px 32px,#85b542 33px 33px,#85b642 34px 34px,#86b643 35px 35px,#86b643 36px 36px,#86b643 37px 37px,#86b743 38px 38px,#86b743 39px 39px,#87b743 40px 40px,#87b743 41px 41px,#87b743 42px 42px,#87b843 43px 43px,#87b843 44px 44px,#87b843 45px 45px,#88b844 46px 46px,#88b944 47px 47px,#88b944 48px 48px,#88b944 49px 49px,#88b944 50px 50px,#88ba44 51px 51px,#89ba44 52px 52px,#89ba44 53px 53px,#89ba44 54px 54px,#89bb44 55px 55px,#89bb44 56px 56px,#89bb44 57px 57px,#8abb45 58px 58px,#8abc45 59px 59px,#8abc45 60px 60px,#8abc45 61px 61px,#8abc45 62px 62px,#8bbc45 63px 63px,#8bbd45 64px 64px,#8bbd45 65px 65px,#8bbd45 66px 66px,#8bbd45 67px 67px,#8bbe45 68px 68px,#8cbe46 69px 69px,#8cbe46 70px 70px,#8cbe46 71px 71px,#8cbf46 72px 72px,#8cbf46 73px 73px,#8cbf46 74px 74px,#8dbf46 75px 75px,#8dc046 76px 76px,#8dc046 77px 77px,#8dc046 78px 78px,#8dc046 79px 79px,#8ec147 80px 80px}.azm-long-shadow.azm-apple{text-shadow:#6b6b6b 1px 1px,#6b6b6b 2px 2px,#6b6b6b 3px 3px,#6b6b6b 4px 4px,#6b6b6b 5px 5px,#6b6b6b 6px 6px,#6c6c6c 7px 7px,#6c6c6c 8px 8px,#6c6c6c 9px 9px,#6c6c6c 10px 10px,#6c6c6c 11px 11px,#6c6c6c 12px 12px,#6c6c6c 13px 13px,#6d6d6d 14px 14px,#6d6d6d 15px 15px,#6d6d6d 16px 16px,#6d6d6d 17px 17px,#6d6d6d 18px 18px,#6d6d6d 19px 19px,#6e6e6e 20px 20px,#6e6e6e 21px 21px,#6e6e6e 22px 22px,#6e6e6e 23px 23px,#6e6e6e 24px 24px,#6e6e6e 25px 25px,#6e6e6e 26px 26px,#6f6f6f 27px 27px,#6f6f6f 28px 28px,#6f6f6f 29px 29px,#6f6f6f 30px 30px,#6f6f6f 31px 31px,#6f6f6f 32px 32px,#6f6f6f 33px 33px,#707070 34px 34px,#707070 35px 35px,#707070 36px 36px,#707070 37px 37px,#707070 38px 38px,#707070 39px 39px,#717171 40px 40px,#717171 41px 41px,#717171 42px 42px,#717171 43px 43px,#717171 44px 44px,#717171 45px 45px,#717171 46px 46px,#727272 47px 47px,#727272 48px 48px,#727272 49px 49px,#727272 50px 50px,#727272 51px 51px,#727272 52px 52px,#727272 53px 53px,#737373 54px 54px,#737373 55px 55px,#737373 56px 56px,#737373 57px 57px,#737373 58px 58px,#737373 59px 59px,#747474 60px 60px,#747474 61px 61px,#747474 62px 62px,#747474 63px 63px,#747474 64px 64px,#747474 65px 65px,#747474 66px 66px,#757575 67px 67px,#757575 68px 68px,#757575 69px 69px,#757575 70px 70px,#757575 71px 71px,#757575 72px 72px,#757575 73px 73px,#767676 74px 74px,#767676 75px 75px,#767676 76px 76px,#767676 77px 77px,#767676 78px 78px,#767676 79px 79px,#777 80px 80px}.azm-long-shadow.azm-behance{text-shadow:#006be6 1px 1px,#006be6 2px 2px,#006be6 3px 3px,#006be7 4px 4px,#006be7 5px 5px,#006be7 6px 6px,#006ce8 7px 7px,#006ce8 8px 8px,#006ce8 9px 9px,#006ce9 10px 10px,#006ce9 11px 11px,#006ce9 12px 12px,#006cea 13px 13px,#006dea 14px 14px,#006dea 15px 15px,#006deb 16px 16px,#006deb 17px 17px,#006deb 18px 18px,#006deb 19px 19px,#006eec 20px 20px,#006eec 21px 21px,#006eec 22px 22px,#006eed 23px 23px,#006eed 24px 24px,#006eed 25px 25px,#006eee 26px 26px,#006fee 27px 27px,#006fee 28px 28px,#006fef 29px 29px,#006fef 30px 30px,#006fef 31px 31px,#006ff0 32px 32px,#006ff0 33px 33px,#0070f0 34px 34px,#0070f0 35px 35px,#0070f1 36px 36px,#0070f1 37px 37px,#0070f1 38px 38px,#0070f2 39px 39px,#0071f2 40px 40px,#0071f2 41px 41px,#0071f3 42px 42px,#0071f3 43px 43px,#0071f3 44px 44px,#0071f4 45px 45px,#0071f4 46px 46px,#0072f4 47px 47px,#0072f5 48px 48px,#0072f5 49px 49px,#0072f5 50px 50px,#0072f5 51px 51px,#0072f6 52px 52px,#0072f6 53px 53px,#0073f6 54px 54px,#0073f7 55px 55px,#0073f7 56px 56px,#0073f7 57px 57px,#0073f8 58px 58px,#0073f8 59px 59px,#0074f8 60px 60px,#0074f9 61px 61px,#0074f9 62px 62px,#0074f9 63px 63px,#0074fa 64px 64px,#0074fa 65px 65px,#0074fa 66px 66px,#0075fa 67px 67px,#0075fb 68px 68px,#0075fb 69px 69px,#0075fb 70px 70px,#0075fc 71px 71px,#0075fc 72px 72px,#0075fc 73px 73px,#0076fd 74px 74px,#0076fd 75px 75px,#0076fd 76px 76px,#0076fe 77px 77px,#0076fe 78px 78px,#0076fe 79px 79px,#07f 80px 80px}.azm-long-shadow.azm-bitcoin{text-shadow:#de8210 1px 1px,#de8210 2px 2px,#de8210 3px 3px,#df8210 4px 4px,#df8210 5px 5px,#df8310 6px 6px,#e08310 7px 7px,#e08310 8px 8px,#e08310 9px 9px,#e18310 10px 10px,#e18310 11px 11px,#e18410 12px 12px,#e28410 13px 13px,#e28410 14px 14px,#e28410 15px 15px,#e38410 16px 16px,#e38410 17px 17px,#e38510 18px 18px,#e38510 19px 19px,#e48510 20px 20px,#e48510 21px 21px,#e48510 22px 22px,#e58610 23px 23px,#e58610 24px 24px,#e58610 25px 25px,#e68610 26px 26px,#e68610 27px 27px,#e68610 28px 28px,#e78710 29px 29px,#e78710 30px 30px,#e78710 31px 31px,#e88710 32px 32px,#e88710 33px 33px,#e88710 34px 34px,#e88810 35px 35px,#e98810 36px 36px,#e98810 37px 37px,#e98810 38px 38px,#ea8810 39px 39px,#ea8911 40px 40px,#ea8911 41px 41px,#eb8911 42px 42px,#eb8911 43px 43px,#eb8911 44px 44px,#ec8911 45px 45px,#ec8a11 46px 46px,#ec8a11 47px 47px,#ed8a11 48px 48px,#ed8a11 49px 49px,#ed8a11 50px 50px,#ed8a11 51px 51px,#ee8b11 52px 52px,#ee8b11 53px 53px,#ee8b11 54px 54px,#ef8b11 55px 55px,#ef8b11 56px 56px,#ef8b11 57px 57px,#f08c11 58px 58px,#f08c11 59px 59px,#f08c11 60px 60px,#f18c11 61px 61px,#f18c11 62px 62px,#f18d11 63px 63px,#f28d11 64px 64px,#f28d11 65px 65px,#f28d11 66px 66px,#f28d11 67px 67px,#f38d11 68px 68px,#f38e11 69px 69px,#f38e11 70px 70px,#f48e11 71px 71px,#f48e11 72px 72px,#f48e11 73px 73px,#f58e11 74px 74px,#f58f11 75px 75px,#f58f11 76px 76px,#f68f11 77px 77px,#f68f11 78px 78px,#f68f11 79px 79px,#f79012 80px 80px}.azm-long-shadow.azm-buysellads{text-shadow:#b50100 1px 1px,#b50100 2px 2px,#b50100 3px 3px,#b60100 4px 4px,#b60100 5px 5px,#b60100 6px 6px,#b60100 7px 7px,#b70100 8px 8px,#b70100 9px 9px,#b70100 10px 10px,#b70100 11px 11px,#b80100 12px 12px,#b80100 13px 13px,#b80100 14px 14px,#b80100 15px 15px,#b90100 16px 16px,#b90100 17px 17px,#b90100 18px 18px,#b90100 19px 19px,#ba0100 20px 20px,#ba0100 21px 21px,#ba0100 22px 22px,#ba0100 23px 23px,#bb0100 24px 24px,#bb0100 25px 25px,#bb0100 26px 26px,#bb0100 27px 27px,#bc0100 28px 28px,#bc0100 29px 29px,#bc0100 30px 30px,#bc0100 31px 31px,#bd0100 32px 32px,#bd0100 33px 33px,#bd0100 34px 34px,#bd0100 35px 35px,#be0100 36px 36px,#be0100 37px 37px,#be0100 38px 38px,#be0100 39px 39px,#bf0100 40px 40px,#bf0100 41px 41px,#bf0100 42px 42px,#bf0100 43px 43px,#c00100 44px 44px,#c00100 45px 45px,#c00100 46px 46px,#c00100 47px 47px,#c10100 48px 48px,#c10100 49px 49px,#c10100 50px 50px,#c10100 51px 51px,#c20100 52px 52px,#c20100 53px 53px,#c20100 54px 54px,#c20100 55px 55px,#c30100 56px 56px,#c30100 57px 57px,#c30100 58px 58px,#c30100 59px 59px,#c40100 60px 60px,#c40100 61px 61px,#c40100 62px 62px,#c40100 63px 63px,#c50100 64px 64px,#c50100 65px 65px,#c50100 66px 66px,#c50100 67px 67px,#c60100 68px 68px,#c60100 69px 69px,#c60100 70px 70px,#c60100 71px 71px,#c70100 72px 72px,#c70100 73px 73px,#c70100 74px 74px,#c70100 75px 75px,#c80100 76px 76px,#c80100 77px 77px,#c80100 78px 78px,#c80100 79px 79px,#c90100 80px 80px}.azm-long-shadow.azm-codepen{text-shadow:#3d3d3d 1px 1px,#3d3d3d 2px 2px,#3d3d3d 3px 3px,#3d3d3d 4px 4px,#3d3d3d 5px 5px,#3d3d3d 6px 6px,#3d3d3d 7px 7px,#3d3d3d 8px 8px,#3d3d3d 9px 9px,#3d3d3d 10px 10px,#3d3d3d 11px 11px,#3e3e3e 12px 12px,#3e3e3e 13px 13px,#3e3e3e 14px 14px,#3e3e3e 15px 15px,#3e3e3e 16px 16px,#3e3e3e 17px 17px,#3e3e3e 18px 18px,#3e3e3e 19px 19px,#3e3e3e 20px 20px,#3e3e3e 21px 21px,#3e3e3e 22px 22px,#3f3f3f 23px 23px,#3f3f3f 24px 24px,#3f3f3f 25px 25px,#3f3f3f 26px 26px,#3f3f3f 27px 27px,#3f3f3f 28px 28px,#3f3f3f 29px 29px,#3f3f3f 30px 30px,#3f3f3f 31px 31px,#3f3f3f 32px 32px,#3f3f3f 33px 33px,#3f3f3f 34px 34px,#404040 35px 35px,#404040 36px 36px,#404040 37px 37px,#404040 38px 38px,#404040 39px 39px,#404040 40px 40px,#404040 41px 41px,#404040 42px 42px,#404040 43px 43px,#404040 44px 44px,#404040 45px 45px,#414141 46px 46px,#414141 47px 47px,#414141 48px 48px,#414141 49px 49px,#414141 50px 50px,#414141 51px 51px,#414141 52px 52px,#414141 53px 53px,#414141 54px 54px,#414141 55px 55px,#414141 56px 56px,#414141 57px 57px,#424242 58px 58px,#424242 59px 59px,#424242 60px 60px,#424242 61px 61px,#424242 62px 62px,#424242 63px 63px,#424242 64px 64px,#424242 65px 65px,#424242 66px 66px,#424242 67px 67px,#424242 68px 68px,#434343 69px 69px,#434343 70px 70px,#434343 71px 71px,#434343 72px 72px,#434343 73px 73px,#434343 74px 74px,#434343 75px 75px,#434343 76px 76px,#434343 77px 77px,#434343 78px 78px,#434343 79px 79px,#444 80px 80px}.azm-long-shadow.azm-css3{text-shadow:#0265a8 1px 1px,#0265a8 2px 2px,#0265a8 3px 3px,#0265a8 4px 4px,#0265a9 5px 5px,#0265a9 6px 6px,#0265a9 7px 7px,#0266a9 8px 8px,#0266aa 9px 9px,#0266aa 10px 10px,#0266aa 11px 11px,#0266aa 12px 12px,#0266ab 13px 13px,#0266ab 14px 14px,#0267ab 15px 15px,#0267ab 16px 16px,#0267ac 17px 17px,#0267ac 18px 18px,#0267ac 19px 19px,#0267ac 20px 20px,#0267ac 21px 21px,#0268ad 22px 22px,#0268ad 23px 23px,#0268ad 24px 24px,#0268ad 25px 25px,#0268ae 26px 26px,#0268ae 27px 27px,#0268ae 28px 28px,#0268ae 29px 29px,#0269af 30px 30px,#0269af 31px 31px,#0269af 32px 32px,#0269af 33px 33px,#0269b0 34px 34px,#0269b0 35px 35px,#0269b0 36px 36px,#026ab0 37px 37px,#026ab1 38px 38px,#026ab1 39px 39px,#026ab1 40px 40px,#026ab1 41px 41px,#026ab1 42px 42px,#026ab2 43px 43px,#026bb2 44px 44px,#026bb2 45px 45px,#026bb2 46px 46px,#026bb3 47px 47px,#026bb3 48px 48px,#026bb3 49px 49px,#026bb3 50px 50px,#026cb4 51px 51px,#026cb4 52px 52px,#026cb4 53px 53px,#026cb4 54px 54px,#026cb5 55px 55px,#026cb5 56px 56px,#026cb5 57px 57px,#026cb5 58px 58px,#026db6 59px 59px,#026db6 60px 60px,#026db6 61px 61px,#026db6 62px 62px,#026db6 63px 63px,#026db7 64px 64px,#026db7 65px 65px,#026eb7 66px 66px,#026eb7 67px 67px,#026eb8 68px 68px,#026eb8 69px 69px,#026eb8 70px 70px,#026eb8 71px 71px,#026eb9 72px 72px,#026fb9 73px 73px,#026fb9 74px 74px,#026fb9 75px 75px,#026fba 76px 76px,#026fba 77px 77px,#026fba 78px 78px,#026fba 79px 79px,#0270bb 80px 80px}.azm-long-shadow.azm-delicious{text-shadow:#2c98e6 1px 1px,#2c98e6 2px 2px,#2c98e6 3px 3px,#2c98e7 4px 4px,#2c99e7 5px 5px,#2c99e7 6px 6px,#2c99e8 7px 7px,#2c99e8 8px 8px,#2c99e8 9px 9px,#2c9ae9 10px 10px,#2c9ae9 11px 11px,#2c9ae9 12px 12px,#2c9aea 13px 13px,#2c9aea 14px 14px,#2c9bea 15px 15px,#2d9beb 16px 16px,#2d9beb 17px 17px,#2d9beb 18px 18px,#2d9ceb 19px 19px,#2d9cec 20px 20px,#2d9cec 21px 21px,#2d9cec 22px 22px,#2d9ced 23px 23px,#2d9ded 24px 24px,#2d9ded 25px 25px,#2d9dee 26px 26px,#2d9dee 27px 27px,#2d9dee 28px 28px,#2d9eef 29px 29px,#2d9eef 30px 30px,#2d9eef 31px 31px,#2e9ef0 32px 32px,#2e9ff0 33px 33px,#2e9ff0 34px 34px,#2e9ff0 35px 35px,#2e9ff1 36px 36px,#2e9ff1 37px 37px,#2ea0f1 38px 38px,#2ea0f2 39px 39px,#2ea0f2 40px 40px,#2ea0f2 41px 41px,#2ea0f3 42px 42px,#2ea1f3 43px 43px,#2ea1f3 44px 44px,#2ea1f4 45px 45px,#2ea1f4 46px 46px,#2ea1f4 47px 47px,#2fa2f5 48px 48px,#2fa2f5 49px 49px,#2fa2f5 50px 50px,#2fa2f5 51px 51px,#2fa3f6 52px 52px,#2fa3f6 53px 53px,#2fa3f6 54px 54px,#2fa3f7 55px 55px,#2fa3f7 56px 56px,#2fa4f7 57px 57px,#2fa4f8 58px 58px,#2fa4f8 59px 59px,#2fa4f8 60px 60px,#2fa4f9 61px 61px,#2fa5f9 62px 62px,#2fa5f9 63px 63px,#30a5fa 64px 64px,#30a5fa 65px 65px,#30a6fa 66px 66px,#30a6fa 67px 67px,#30a6fb 68px 68px,#30a6fb 69px 69px,#30a6fb 70px 70px,#30a7fc 71px 71px,#30a7fc 72px 72px,#30a7fc 73px 73px,#30a7fd 74px 74px,#30a7fd 75px 75px,#30a8fd 76px 76px,#30a8fe 77px 77px,#30a8fe 78px 78px,#30a8fe 79px 79px,#31a9ff 80px 80px}.azm-long-shadow.azm-deviantart{text-shadow:#05b840 1px 1px,#05b840 2px 2px,#05b840 3px 3px,#05b940 4px 4px,#05b940 5px 5px,#05b940 6px 6px,#05b940 7px 7px,#05ba40 8px 8px,#05ba40 9px 9px,#05ba40 10px 10px,#05ba40 11px 11px,#05bb41 12px 12px,#05bb41 13px 13px,#05bb41 14px 14px,#05bb41 15px 15px,#05bc41 16px 16px,#05bc41 17px 17px,#05bc41 18px 18px,#05bc41 19px 19px,#05bd41 20px 20px,#05bd41 21px 21px,#05bd41 22px 22px,#05bd42 23px 23px,#05be42 24px 24px,#05be42 25px 25px,#05be42 26px 26px,#05be42 27px 27px,#05bf42 28px 28px,#05bf42 29px 29px,#05bf42 30px 30px,#05bf42 31px 31px,#05c042 32px 32px,#05c042 33px 33px,#05c042 34px 34px,#05c043 35px 35px,#05c143 36px 36px,#05c143 37px 37px,#05c143 38px 38px,#05c143 39px 39px,#05c243 40px 40px,#05c243 41px 41px,#05c243 42px 42px,#05c243 43px 43px,#05c343 44px 44px,#05c343 45px 45px,#05c344 46px 46px,#05c344 47px 47px,#05c444 48px 48px,#05c444 49px 49px,#05c444 50px 50px,#05c444 51px 51px,#05c544 52px 52px,#05c544 53px 53px,#05c544 54px 54px,#05c544 55px 55px,#05c644 56px 56px,#05c644 57px 57px,#05c645 58px 58px,#05c645 59px 59px,#05c745 60px 60px,#05c745 61px 61px,#05c745 62px 62px,#05c745 63px 63px,#05c845 64px 64px,#05c845 65px 65px,#05c845 66px 66px,#05c845 67px 67px,#05c945 68px 68px,#05c946 69px 69px,#05c946 70px 70px,#05c946 71px 71px,#05ca46 72px 72px,#05ca46 73px 73px,#05ca46 74px 74px,#05ca46 75px 75px,#05cb46 76px 76px,#05cb46 77px 77px,#05cb46 78px 78px,#05cb46 79px 79px,#05cc47 80px 80px}.azm-long-shadow.azm-digg{text-shadow:#0084b8 1px 1px,#0084b8 2px 2px,#0084b8 3px 3px,#0084b9 4px 4px,#0084b9 5px 5px,#0085b9 6px 6px,#0085b9 7px 7px,#0085ba 8px 8px,#0085ba 9px 9px,#0085ba 10px 10px,#0086ba 11px 11px,#0086bb 12px 12px,#0086bb 13px 13px,#0086bb 14px 14px,#0086bb 15px 15px,#0087bc 16px 16px,#0087bc 17px 17px,#0087bc 18px 18px,#0087bc 19px 19px,#0087bd 20px 20px,#0087bd 21px 21px,#0088bd 22px 22px,#0088bd 23px 23px,#0088be 24px 24px,#0088be 25px 25px,#0088be 26px 26px,#0089be 27px 27px,#0089bf 28px 28px,#0089bf 29px 29px,#0089bf 30px 30px,#0089bf 31px 31px,#008ac0 32px 32px,#008ac0 33px 33px,#008ac0 34px 34px,#008ac0 35px 35px,#008ac1 36px 36px,#008ac1 37px 37px,#008bc1 38px 38px,#008bc1 39px 39px,#008bc2 40px 40px,#008bc2 41px 41px,#008bc2 42px 42px,#008cc2 43px 43px,#008cc3 44px 44px,#008cc3 45px 45px,#008cc3 46px 46px,#008cc3 47px 47px,#008dc4 48px 48px,#008dc4 49px 49px,#008dc4 50px 50px,#008dc4 51px 51px,#008dc5 52px 52px,#008dc5 53px 53px,#008ec5 54px 54px,#008ec5 55px 55px,#008ec6 56px 56px,#008ec6 57px 57px,#008ec6 58px 58px,#008fc6 59px 59px,#008fc7 60px 60px,#008fc7 61px 61px,#008fc7 62px 62px,#008fc7 63px 63px,#0090c8 64px 64px,#0090c8 65px 65px,#0090c8 66px 66px,#0090c8 67px 67px,#0090c9 68px 68px,#0090c9 69px 69px,#0091c9 70px 70px,#0091c9 71px 71px,#0091ca 72px 72px,#0091ca 73px 73px,#0091ca 74px 74px,#0092ca 75px 75px,#0092cb 76px 76px,#0092cb 77px 77px,#0092cb 78px 78px,#0092cb 79px 79px,#0093cc 80px 80px}.azm-long-shadow.azm-dribbble{text-shadow:#d3447b 1px 1px,#d3447b 2px 2px,#d3447b 3px 3px,#d4447b 4px 4px,#d4447b 5px 5px,#d4447c 6px 6px,#d5447c 7px 7px,#d5447c 8px 8px,#d5447c 9px 9px,#d5457c 10px 10px,#d6457c 11px 11px,#d6457d 12px 12px,#d6457d 13px 13px,#d7457d 14px 14px,#d7457d 15px 15px,#d7457d 16px 16px,#d7457d 17px 17px,#d8457e 18px 18px,#d8457e 19px 19px,#d8467e 20px 20px,#d9467e 21px 21px,#d9467e 22px 22px,#d9467f 23px 23px,#d9467f 24px 24px,#da467f 25px 25px,#da467f 26px 26px,#da467f 27px 27px,#db467f 28px 28px,#db4680 29px 29px,#db4780 30px 30px,#db4780 31px 31px,#dc4780 32px 32px,#dc4780 33px 33px,#dc4780 34px 34px,#dd4781 35px 35px,#dd4781 36px 36px,#dd4781 37px 37px,#dd4781 38px 38px,#de4781 39px 39px,#de4882 40px 40px,#de4882 41px 41px,#df4882 42px 42px,#df4882 43px 43px,#df4882 44px 44px,#df4882 45px 45px,#e04883 46px 46px,#e04883 47px 47px,#e04883 48px 48px,#e14883 49px 49px,#e14983 50px 50px,#e14983 51px 51px,#e14984 52px 52px,#e24984 53px 53px,#e24984 54px 54px,#e24984 55px 55px,#e34984 56px 56px,#e34984 57px 57px,#e34985 58px 58px,#e34985 59px 59px,#e44a85 60px 60px,#e44a85 61px 61px,#e44a85 62px 62px,#e54a86 63px 63px,#e54a86 64px 64px,#e54a86 65px 65px,#e54a86 66px 66px,#e64a86 67px 67px,#e64a86 68px 68px,#e64a87 69px 69px,#e74b87 70px 70px,#e74b87 71px 71px,#e74b87 72px 72px,#e74b87 73px 73px,#e84b87 74px 74px,#e84b88 75px 75px,#e84b88 76px 76px,#e94b88 77px 77px,#e94b88 78px 78px,#e94b88 79px 79px,#ea4c89 80px 80px}.azm-long-shadow.azm-dropbox{text-shadow:#0071ce 1px 1px,#0071ce 2px 2px,#0071ce 3px 3px,#0071cf 4px 4px,#0071cf 5px 5px,#0071cf 6px 6px,#0072d0 7px 7px,#0072d0 8px 8px,#0072d0 9px 9px,#0072d0 10px 10px,#0072d1 11px 11px,#0072d1 12px 12px,#0073d1 13px 13px,#0073d2 14px 14px,#0073d2 15px 15px,#0073d2 16px 16px,#0073d2 17px 17px,#0073d3 18px 18px,#0074d3 19px 19px,#0074d3 20px 20px,#0074d4 21px 21px,#0074d4 22px 22px,#0074d4 23px 23px,#0074d4 24px 24px,#0075d5 25px 25px,#0075d5 26px 26px,#0075d5 27px 27px,#0075d6 28px 28px,#0075d6 29px 29px,#0075d6 30px 30px,#0076d6 31px 31px,#0076d7 32px 32px,#0076d7 33px 33px,#0076d7 34px 34px,#0076d8 35px 35px,#0076d8 36px 36px,#0077d8 37px 37px,#0077d8 38px 38px,#0077d9 39px 39px,#0077d9 40px 40px,#0077d9 41px 41px,#0077da 42px 42px,#0077da 43px 43px,#0078da 44px 44px,#0078da 45px 45px,#0078db 46px 46px,#0078db 47px 47px,#0078db 48px 48px,#0078dc 49px 49px,#0079dc 50px 50px,#0079dc 51px 51px,#0079dc 52px 52px,#0079dd 53px 53px,#0079dd 54px 54px,#0079dd 55px 55px,#007ade 56px 56px,#007ade 57px 57px,#007ade 58px 58px,#007ade 59px 59px,#007adf 60px 60px,#007adf 61px 61px,#007bdf 62px 62px,#007be0 63px 63px,#007be0 64px 64px,#007be0 65px 65px,#007be0 66px 66px,#007be1 67px 67px,#007ce1 68px 68px,#007ce1 69px 69px,#007ce2 70px 70px,#007ce2 71px 71px,#007ce2 72px 72px,#007ce2 73px 73px,#007de3 74px 74px,#007de3 75px 75px,#007de3 76px 76px,#007de4 77px 77px,#007de4 78px 78px,#007de4 79px 79px,#007ee5 80px 80px}.azm-long-shadow.azm-drupal{text-shadow:#0068a7 1px 1px,#0068a7 2px 2px,#0068a7 3px 3px,#0068a7 4px 4px,#0068a8 5px 5px,#0068a8 6px 6px,#0068a8 7px 7px,#0069a8 8px 8px,#0069a9 9px 9px,#0069a9 10px 10px,#0069a9 11px 11px,#0069a9 12px 12px,#0069aa 13px 13px,#0069aa 14px 14px,#006aaa 15px 15px,#006aaa 16px 16px,#006aab 17px 17px,#006aab 18px 18px,#006aab 19px 19px,#006aab 20px 20px,#006aab 21px 21px,#006bac 22px 22px,#006bac 23px 23px,#006bac 24px 24px,#006bac 25px 25px,#006bad 26px 26px,#006bad 27px 27px,#006bad 28px 28px,#006bad 29px 29px,#006cae 30px 30px,#006cae 31px 31px,#006cae 32px 32px,#006cae 33px 33px,#006caf 34px 34px,#006caf 35px 35px,#006caf 36px 36px,#006daf 37px 37px,#006db0 38px 38px,#006db0 39px 39px,#006db0 40px 40px,#006db0 41px 41px,#006db0 42px 42px,#006db1 43px 43px,#006eb1 44px 44px,#006eb1 45px 45px,#006eb1 46px 46px,#006eb2 47px 47px,#006eb2 48px 48px,#006eb2 49px 49px,#006eb2 50px 50px,#006fb3 51px 51px,#006fb3 52px 52px,#006fb3 53px 53px,#006fb3 54px 54px,#006fb4 55px 55px,#006fb4 56px 56px,#006fb4 57px 57px,#006fb4 58px 58px,#0070b5 59px 59px,#0070b5 60px 60px,#0070b5 61px 61px,#0070b5 62px 62px,#0070b5 63px 63px,#0070b6 64px 64px,#0070b6 65px 65px,#0071b6 66px 66px,#0071b6 67px 67px,#0071b7 68px 68px,#0071b7 69px 69px,#0071b7 70px 70px,#0071b7 71px 71px,#0071b8 72px 72px,#0072b8 73px 73px,#0072b8 74px 74px,#0072b8 75px 75px,#0072b9 76px 76px,#0072b9 77px 77px,#0072b9 78px 78px,#0072b9 79px 79px,#0073ba 80px 80px}.azm-long-shadow.azm-email-1,.azm-long-shadow.azm-email-2{text-shadow:#30b3d5 1px 1px,#30b3d5 2px 2px,#30b3d5 3px 3px,#30b4d6 4px 4px,#30b4d6 5px 5px,#30b4d6 6px 6px,#30b4d7 7px 7px,#30b5d7 8px 8px,#30b5d7 9px 9px,#30b5d8 10px 10px,#30b5d8 11px 11px,#30b6d8 12px 12px,#30b6d8 13px 13px,#30b6d9 14px 14px,#30b6d9 15px 15px,#31b7d9 16px 16px,#31b7da 17px 17px,#31b7da 18px 18px,#31b7da 19px 19px,#31b8db 20px 20px,#31b8db 21px 21px,#31b8db 22px 22px,#31b8db 23px 23px,#31b9dc 24px 24px,#31b9dc 25px 25px,#31b9dc 26px 26px,#31b9dd 27px 27px,#31badd 28px 28px,#31badd 29px 29px,#31bade 30px 30px,#31bade 31px 31px,#32bbde 32px 32px,#32bbde 33px 33px,#32bbdf 34px 34px,#32bbdf 35px 35px,#32bcdf 36px 36px,#32bce0 37px 37px,#32bce0 38px 38px,#32bce0 39px 39px,#32bde1 40px 40px,#32bde1 41px 41px,#32bde1 42px 42px,#32bde1 43px 43px,#32bee2 44px 44px,#32bee2 45px 45px,#32bee2 46px 46px,#32bee3 47px 47px,#33bfe3 48px 48px,#33bfe3 49px 49px,#33bfe4 50px 50px,#33bfe4 51px 51px,#33c0e4 52px 52px,#33c0e4 53px 53px,#33c0e5 54px 54px,#33c0e5 55px 55px,#33c1e5 56px 56px,#33c1e6 57px 57px,#33c1e6 58px 58px,#33c1e6 59px 59px,#33c2e7 60px 60px,#33c2e7 61px 61px,#33c2e7 62px 62px,#33c2e7 63px 63px,#34c3e8 64px 64px,#34c3e8 65px 65px,#34c3e8 66px 66px,#34c3e9 67px 67px,#34c4e9 68px 68px,#34c4e9 69px 69px,#34c4ea 70px 70px,#34c4ea 71px 71px,#34c5ea 72px 72px,#34c5ea 73px 73px,#34c5eb 74px 74px,#34c5eb 75px 75px,#34c6eb 76px 76px,#34c6ec 77px 77px,#34c6ec 78px 78px,#34c6ec 79px 79px,#35c7ed 80px 80px}.azm-long-shadow.azm-facebook{text-shadow:#415893 1px 1px,#415893 2px 2px,#415893 3px 3px,#415893 4px 4px,#415894 5px 5px,#415894 6px 6px,#415894 7px 7px,#415994 8px 8px,#415994 9px 9px,#415995 10px 10px,#415995 11px 11px,#425995 12px 12px,#425995 13px 13px,#425995 14px 14px,#425996 15px 15px,#425a96 16px 16px,#425a96 17px 17px,#425a96 18px 18px,#425a96 19px 19px,#425a97 20px 20px,#425a97 21px 21px,#425a97 22px 22px,#435a97 23px 23px,#435b97 24px 24px,#435b98 25px 25px,#435b98 26px 26px,#435b98 27px 27px,#435b98 28px 28px,#435b98 29px 29px,#435b99 30px 30px,#435b99 31px 31px,#435c99 32px 32px,#435c99 33px 33px,#435c99 34px 34px,#445c9a 35px 35px,#445c9a 36px 36px,#445c9a 37px 37px,#445c9a 38px 38px,#445c9a 39px 39px,#445d9b 40px 40px,#445d9b 41px 41px,#445d9b 42px 42px,#445d9b 43px 43px,#445d9b 44px 44px,#445d9c 45px 45px,#455d9c 46px 46px,#455d9c 47px 47px,#455e9c 48px 48px,#455e9c 49px 49px,#455e9d 50px 50px,#455e9d 51px 51px,#455e9d 52px 52px,#455e9d 53px 53px,#455e9d 54px 54px,#455e9e 55px 55px,#455f9e 56px 56px,#455f9e 57px 57px,#465f9e 58px 58px,#465f9e 59px 59px,#465f9f 60px 60px,#465f9f 61px 61px,#465f9f 62px 62px,#465f9f 63px 63px,#46609f 64px 64px,#4660a0 65px 65px,#4660a0 66px 66px,#4660a0 67px 67px,#4660a0 68px 68px,#4760a0 69px 69px,#4760a1 70px 70px,#4760a1 71px 71px,#4761a1 72px 72px,#4761a1 73px 73px,#4761a1 74px 74px,#4761a2 75px 75px,#4761a2 76px 76px,#4761a2 77px 77px,#4761a2 78px 78px,#4761a2 79px 79px,#4862a3 80px 80px}.azm-long-shadow.azm-flickr{text-shadow:#e61774 1px 1px,#e61774 2px 2px,#e61774 3px 3px,#e71774 4px 4px,#e71774 5px 5px,#e71774 6px 6px,#e81775 7px 7px,#e81775 8px 8px,#e81775 9px 9px,#e91775 10px 10px,#e91775 11px 11px,#e91775 12px 12px,#ea1776 13px 13px,#ea1776 14px 14px,#ea1776 15px 15px,#eb1776 16px 16px,#eb1776 17px 17px,#eb1776 18px 18px,#eb1777 19px 19px,#ec1777 20px 20px,#ec1777 21px 21px,#ec1777 22px 22px,#ed1777 23px 23px,#ed1777 24px 24px,#ed1778 25px 25px,#ee1778 26px 26px,#ee1778 27px 27px,#ee1778 28px 28px,#ef1778 29px 29px,#ef1778 30px 30px,#ef1779 31px 31px,#f01779 32px 32px,#f01779 33px 33px,#f01779 34px 34px,#f01779 35px 35px,#f11779 36px 36px,#f1177a 37px 37px,#f1177a 38px 38px,#f2177a 39px 39px,#f2187a 40px 40px,#f2187a 41px 41px,#f3187a 42px 42px,#f3187a 43px 43px,#f3187b 44px 44px,#f4187b 45px 45px,#f4187b 46px 46px,#f4187b 47px 47px,#f5187b 48px 48px,#f5187b 49px 49px,#f5187c 50px 50px,#f5187c 51px 51px,#f6187c 52px 52px,#f6187c 53px 53px,#f6187c 54px 54px,#f7187c 55px 55px,#f7187d 56px 56px,#f7187d 57px 57px,#f8187d 58px 58px,#f8187d 59px 59px,#f8187d 60px 60px,#f9187d 61px 61px,#f9187e 62px 62px,#f9187e 63px 63px,#fa187e 64px 64px,#fa187e 65px 65px,#fa187e 66px 66px,#fa187e 67px 67px,#fb187f 68px 68px,#fb187f 69px 69px,#fb187f 70px 70px,#fc187f 71px 71px,#fc187f 72px 72px,#fc187f 73px 73px,#fd1880 74px 74px,#fd1880 75px 75px,#fd1880 76px 76px,#fe1880 77px 77px,#fe1880 78px 78px,#fe1880 79px 79px,#ff1981 80px 80px}.azm-long-shadow.azm-foursquare{text-shadow:#d8456e 1px 1px,#d8456e 2px 2px,#d8456e 3px 3px,#d9456e 4px 4px,#d9456e 5px 5px,#d9456e 6px 6px,#da456f 7px 7px,#da456f 8px 8px,#da456f 9px 9px,#db466f 10px 10px,#db466f 11px 11px,#db466f 12px 12px,#db466f 13px 13px,#dc4670 14px 14px,#dc4670 15px 15px,#dc4670 16px 16px,#dd4670 17px 17px,#dd4670 18px 18px,#dd4670 19px 19px,#de4771 20px 20px,#de4771 21px 21px,#de4771 22px 22px,#de4771 23px 23px,#df4771 24px 24px,#df4771 25px 25px,#df4771 26px 26px,#e04772 27px 27px,#e04772 28px 28px,#e04772 29px 29px,#e14872 30px 30px,#e14872 31px 31px,#e14872 32px 32px,#e14872 33px 33px,#e24873 34px 34px,#e24873 35px 35px,#e24873 36px 36px,#e34873 37px 37px,#e34873 38px 38px,#e34873 39px 39px,#e44974 40px 40px,#e44974 41px 41px,#e44974 42px 42px,#e44974 43px 43px,#e54974 44px 44px,#e54974 45px 45px,#e54974 46px 46px,#e64975 47px 47px,#e64975 48px 48px,#e64975 49px 49px,#e74a75 50px 50px,#e74a75 51px 51px,#e74a75 52px 52px,#e74a75 53px 53px,#e84a76 54px 54px,#e84a76 55px 55px,#e84a76 56px 56px,#e94a76 57px 57px,#e94a76 58px 58px,#e94a76 59px 59px,#ea4b77 60px 60px,#ea4b77 61px 61px,#ea4b77 62px 62px,#ea4b77 63px 63px,#eb4b77 64px 64px,#eb4b77 65px 65px,#eb4b77 66px 66px,#ec4b78 67px 67px,#ec4b78 68px 68px,#ec4b78 69px 69px,#ed4c78 70px 70px,#ed4c78 71px 71px,#ed4c78 72px 72px,#ed4c78 73px 73px,#ee4c79 74px 74px,#ee4c79 75px 75px,#ee4c79 76px 76px,#ef4c79 77px 77px,#ef4c79 78px 78px,#ef4c79 79px 79px,#f04d7a 80px 80px}.azm-long-shadow.azm-git{text-shadow:#dd4523 1px 1px,#dd4523 2px 2px,#dd4523 3px 3px,#de4523 4px 4px,#de4523 5px 5px,#de4523 6px 6px,#df4523 7px 7px,#df4523 8px 8px,#df4523 9px 9px,#e04623 10px 10px,#e04623 11px 11px,#e04623 12px 12px,#e14623 13px 13px,#e14623 14px 14px,#e14623 15px 15px,#e24623 16px 16px,#e24623 17px 17px,#e24623 18px 18px,#e24623 19px 19px,#e34724 20px 20px,#e34724 21px 21px,#e34724 22px 22px,#e44724 23px 23px,#e44724 24px 24px,#e44724 25px 25px,#e54724 26px 26px,#e54724 27px 27px,#e54724 28px 28px,#e64724 29px 29px,#e64824 30px 30px,#e64824 31px 31px,#e74824 32px 32px,#e74824 33px 33px,#e74824 34px 34px,#e74824 35px 35px,#e84824 36px 36px,#e84824 37px 37px,#e84824 38px 38px,#e94824 39px 39px,#e94925 40px 40px,#e94925 41px 41px,#ea4925 42px 42px,#ea4925 43px 43px,#ea4925 44px 44px,#eb4925 45px 45px,#eb4925 46px 46px,#eb4925 47px 47px,#ec4925 48px 48px,#ec4925 49px 49px,#ec4a25 50px 50px,#ec4a25 51px 51px,#ed4a25 52px 52px,#ed4a25 53px 53px,#ed4a25 54px 54px,#ee4a25 55px 55px,#ee4a25 56px 56px,#ee4a25 57px 57px,#ef4a25 58px 58px,#ef4a25 59px 59px,#ef4b26 60px 60px,#f04b26 61px 61px,#f04b26 62px 62px,#f04b26 63px 63px,#f14b26 64px 64px,#f14b26 65px 65px,#f14b26 66px 66px,#f14b26 67px 67px,#f24b26 68px 68px,#f24b26 69px 69px,#f24c26 70px 70px,#f34c26 71px 71px,#f34c26 72px 72px,#f34c26 73px 73px,#f44c26 74px 74px,#f44c26 75px 75px,#f44c26 76px 76px,#f54c26 77px 77px,#f54c26 78px 78px,#f54c26 79px 79px,#f64d27 80px 80px}.azm-long-shadow.azm-github{text-shadow:#8a8a8a 1px 1px,#8a8a8a 2px 2px,#8a8a8a 3px 3px,#8a8a8a 4px 4px,#8a8a8a 5px 5px,#8b8b8b 6px 6px,#8b8b8b 7px 7px,#8b8b8b 8px 8px,#8b8b8b 9px 9px,#8b8b8b 10px 10px,#8c8c8c 11px 11px,#8c8c8c 12px 12px,#8c8c8c 13px 13px,#8c8c8c 14px 14px,#8c8c8c 15px 15px,#8d8d8d 16px 16px,#8d8d8d 17px 17px,#8d8d8d 18px 18px,#8d8d8d 19px 19px,#8d8d8d 20px 20px,#8d8d8d 21px 21px,#8e8e8e 22px 22px,#8e8e8e 23px 23px,#8e8e8e 24px 24px,#8e8e8e 25px 25px,#8e8e8e 26px 26px,#8f8f8f 27px 27px,#8f8f8f 28px 28px,#8f8f8f 29px 29px,#8f8f8f 30px 30px,#8f8f8f 31px 31px,#909090 32px 32px,#909090 33px 33px,#909090 34px 34px,#909090 35px 35px,#909090 36px 36px,#909090 37px 37px,#919191 38px 38px,#919191 39px 39px,#919191 40px 40px,#919191 41px 41px,#919191 42px 42px,#929292 43px 43px,#929292 44px 44px,#929292 45px 45px,#929292 46px 46px,#929292 47px 47px,#939393 48px 48px,#939393 49px 49px,#939393 50px 50px,#939393 51px 51px,#939393 52px 52px,#939393 53px 53px,#949494 54px 54px,#949494 55px 55px,#949494 56px 56px,#949494 57px 57px,#949494 58px 58px,#959595 59px 59px,#959595 60px 60px,#959595 61px 61px,#959595 62px 62px,#959595 63px 63px,#969696 64px 64px,#969696 65px 65px,#969696 66px 66px,#969696 67px 67px,#969696 68px 68px,#969696 69px 69px,#979797 70px 70px,#979797 71px 71px,#979797 72px 72px,#979797 73px 73px,#979797 74px 74px,#989898 75px 75px,#989898 76px 76px,#989898 77px 77px,#989898 78px 78px,#989898 79px 79px,#999 80px 80px}.azm-long-shadow.azm-google{text-shadow:#3978dc 1px 1px,#3978dc 2px 2px,#3978dc 3px 3px,#3978dd 4px 4px,#3978dd 5px 5px,#3978dd 6px 6px,#3979de 7px 7px,#3979de 8px 8px,#3979de 9px 9px,#3979df 10px 10px,#3979df 11px 11px,#3979df 12px 12px,#397adf 13px 13px,#3a7ae0 14px 14px,#3a7ae0 15px 15px,#3a7ae0 16px 16px,#3a7ae1 17px 17px,#3a7ae1 18px 18px,#3a7be1 19px 19px,#3a7be2 20px 20px,#3a7be2 21px 21px,#3a7be2 22px 22px,#3a7be2 23px 23px,#3a7be3 24px 24px,#3a7ce3 25px 25px,#3a7ce3 26px 26px,#3b7ce4 27px 27px,#3b7ce4 28px 28px,#3b7ce4 29px 29px,#3b7ce5 30px 30px,#3b7de5 31px 31px,#3b7de5 32px 32px,#3b7de5 33px 33px,#3b7de6 34px 34px,#3b7de6 35px 35px,#3b7de6 36px 36px,#3b7ee7 37px 37px,#3b7ee7 38px 38px,#3b7ee7 39px 39px,#3c7ee8 40px 40px,#3c7ee8 41px 41px,#3c7ee8 42px 42px,#3c7ee8 43px 43px,#3c7fe9 44px 44px,#3c7fe9 45px 45px,#3c7fe9 46px 46px,#3c7fea 47px 47px,#3c7fea 48px 48px,#3c7fea 49px 49px,#3c80eb 50px 50px,#3c80eb 51px 51px,#3c80eb 52px 52px,#3c80eb 53px 53px,#3d80ec 54px 54px,#3d80ec 55px 55px,#3d81ec 56px 56px,#3d81ed 57px 57px,#3d81ed 58px 58px,#3d81ed 59px 59px,#3d81ee 60px 60px,#3d81ee 61px 61px,#3d82ee 62px 62px,#3d82ee 63px 63px,#3d82ef 64px 64px,#3d82ef 65px 65px,#3d82ef 66px 66px,#3e82f0 67px 67px,#3e83f0 68px 68px,#3e83f0 69px 69px,#3e83f1 70px 70px,#3e83f1 71px 71px,#3e83f1 72px 72px,#3e83f1 73px 73px,#3e84f2 74px 74px,#3e84f2 75px 75px,#3e84f2 76px 76px,#3e84f3 77px 77px,#3e84f3 78px 78px,#3e84f3 79px 79px,#3f85f4 80px 80px}.azm-long-shadow.azm-google-plus{text-shadow:#c74433 1px 1px,#c74433 2px 2px,#c74433 3px 3px,#c84433 4px 4px,#c84433 5px 5px,#c84433 6px 6px,#c84433 7px 7px,#c94433 8px 8px,#c94433 9px 9px,#c94433 10px 10px,#ca4433 11px 11px,#ca4533 12px 12px,#ca4533 13px 13px,#ca4534 14px 14px,#cb4534 15px 15px,#cb4534 16px 16px,#cb4534 17px 17px,#cb4534 18px 18px,#cc4534 19px 19px,#cc4534 20px 20px,#cc4534 21px 21px,#cd4534 22px 22px,#cd4634 23px 23px,#cd4634 24px 24px,#cd4634 25px 25px,#ce4634 26px 26px,#ce4635 27px 27px,#ce4635 28px 28px,#ce4635 29px 29px,#cf4635 30px 30px,#cf4635 31px 31px,#cf4635 32px 32px,#d04635 33px 33px,#d04635 34px 34px,#d04735 35px 35px,#d04735 36px 36px,#d14735 37px 37px,#d14735 38px 38px,#d14735 39px 39px,#d24736 40px 40px,#d24736 41px 41px,#d24736 42px 42px,#d24736 43px 43px,#d34736 44px 44px,#d34736 45px 45px,#d34836 46px 46px,#d34836 47px 47px,#d44836 48px 48px,#d44836 49px 49px,#d44836 50px 50px,#d54836 51px 51px,#d54836 52px 52px,#d54836 53px 53px,#d54837 54px 54px,#d64837 55px 55px,#d64837 56px 56px,#d64837 57px 57px,#d64937 58px 58px,#d74937 59px 59px,#d74937 60px 60px,#d74937 61px 61px,#d84937 62px 62px,#d84937 63px 63px,#d84937 64px 64px,#d84937 65px 65px,#d94937 66px 66px,#d94938 67px 67px,#d94938 68px 68px,#d94a38 69px 69px,#da4a38 70px 70px,#da4a38 71px 71px,#da4a38 72px 72px,#db4a38 73px 73px,#db4a38 74px 74px,#db4a38 75px 75px,#db4a38 76px 76px,#dc4a38 77px 77px,#dc4a38 78px 78px,#dc4a38 79px 79px,#dd4b39 80px 80px}.azm-long-shadow.azm-html5{text-shadow:#ce4522 1px 1px,#ce4522 2px 2px,#ce4522 3px 3px,#cf4522 4px 4px,#cf4522 5px 5px,#cf4522 6px 6px,#d04522 7px 7px,#d04522 8px 8px,#d04522 9px 9px,#d04622 10px 10px,#d14622 11px 11px,#d14622 12px 12px,#d14622 13px 13px,#d24622 14px 14px,#d24622 15px 15px,#d24622 16px 16px,#d24622 17px 17px,#d34622 18px 18px,#d34622 19px 19px,#d34723 20px 20px,#d44723 21px 21px,#d44723 22px 22px,#d44723 23px 23px,#d44723 24px 24px,#d54723 25px 25px,#d54723 26px 26px,#d54723 27px 27px,#d64723 28px 28px,#d64723 29px 29px,#d64823 30px 30px,#d64823 31px 31px,#d74823 32px 32px,#d74823 33px 33px,#d74823 34px 34px,#d84823 35px 35px,#d84823 36px 36px,#d84823 37px 37px,#d84823 38px 38px,#d94823 39px 39px,#d94924 40px 40px,#d94924 41px 41px,#da4924 42px 42px,#da4924 43px 43px,#da4924 44px 44px,#da4924 45px 45px,#db4924 46px 46px,#db4924 47px 47px,#db4924 48px 48px,#dc4924 49px 49px,#dc4a24 50px 50px,#dc4a24 51px 51px,#dc4a24 52px 52px,#dd4a24 53px 53px,#dd4a24 54px 54px,#dd4a24 55px 55px,#de4a24 56px 56px,#de4a24 57px 57px,#de4a24 58px 58px,#de4a24 59px 59px,#df4b25 60px 60px,#df4b25 61px 61px,#df4b25 62px 62px,#e04b25 63px 63px,#e04b25 64px 64px,#e04b25 65px 65px,#e04b25 66px 66px,#e14b25 67px 67px,#e14b25 68px 68px,#e14b25 69px 69px,#e24c25 70px 70px,#e24c25 71px 71px,#e24c25 72px 72px,#e24c25 73px 73px,#e34c25 74px 74px,#e34c25 75px 75px,#e34c25 76px 76px,#e44c25 77px 77px,#e44c25 78px 78px,#e44c25 79px 79px,#e54d26 80px 80px}.azm-long-shadow.azm-instagram{text-shadow:#376083 1px 1px,#376083 2px 2px,#376083 3px 3px,#376083 4px 4px,#376083 5px 5px,#376084 6px 6px,#376084 7px 7px,#376184 8px 8px,#376184 9px 9px,#376184 10px 10px,#376185 11px 11px,#376185 12px 12px,#376185 13px 13px,#386185 14px 14px,#386285 15px 15px,#386286 16px 16px,#386286 17px 17px,#386286 18px 18px,#386286 19px 19px,#386286 20px 20px,#386286 21px 21px,#386387 22px 22px,#386387 23px 23px,#386387 24px 24px,#386387 25px 25px,#386387 26px 26px,#396388 27px 27px,#396388 28px 28px,#396388 29px 29px,#396488 30px 30px,#396488 31px 31px,#396489 32px 32px,#396489 33px 33px,#396489 34px 34px,#396489 35px 35px,#396489 36px 36px,#396589 37px 37px,#39658a 38px 38px,#39658a 39px 39px,#3a658a 40px 40px,#3a658a 41px 41px,#3a658a 42px 42px,#3a658b 43px 43px,#3a668b 44px 44px,#3a668b 45px 45px,#3a668b 46px 46px,#3a668b 47px 47px,#3a668c 48px 48px,#3a668c 49px 49px,#3a668c 50px 50px,#3a678c 51px 51px,#3a678c 52px 52px,#3a678c 53px 53px,#3b678d 54px 54px,#3b678d 55px 55px,#3b678d 56px 56px,#3b678d 57px 57px,#3b678d 58px 58px,#3b688e 59px 59px,#3b688e 60px 60px,#3b688e 61px 61px,#3b688e 62px 62px,#3b688e 63px 63px,#3b688f 64px 64px,#3b688f 65px 65px,#3b698f 66px 66px,#3c698f 67px 67px,#3c698f 68px 68px,#3c698f 69px 69px,#3c6990 70px 70px,#3c6990 71px 71px,#3c6990 72px 72px,#3c6a90 73px 73px,#3c6a90 74px 74px,#3c6a91 75px 75px,#3c6a91 76px 76px,#3c6a91 77px 77px,#3c6a91 78px 78px,#3c6a91 79px 79px,#3d6b92 80px 80px}.azm-long-shadow.azm-joomla{text-shadow:#e3812b 1px 1px,#e3812b 2px 2px,#e3812b 3px 3px,#e4812b 4px 4px,#e4812b 5px 5px,#e4822b 6px 6px,#e5822b 7px 7px,#e5822b 8px 8px,#e5822b 9px 9px,#e6822b 10px 10px,#e6822b 11px 11px,#e6832b 12px 12px,#e7832b 13px 13px,#e7832b 14px 14px,#e7832b 15px 15px,#e8832c 16px 16px,#e8832c 17px 17px,#e8842c 18px 18px,#e8842c 19px 19px,#e9842c 20px 20px,#e9842c 21px 21px,#e9842c 22px 22px,#ea852c 23px 23px,#ea852c 24px 24px,#ea852c 25px 25px,#eb852c 26px 26px,#eb852c 27px 27px,#eb852c 28px 28px,#ec862c 29px 29px,#ec862c 30px 30px,#ec862c 31px 31px,#ed862d 32px 32px,#ed862d 33px 33px,#ed862d 34px 34px,#ed872d 35px 35px,#ee872d 36px 36px,#ee872d 37px 37px,#ee872d 38px 38px,#ef872d 39px 39px,#ef882d 40px 40px,#ef882d 41px 41px,#f0882d 42px 42px,#f0882d 43px 43px,#f0882d 44px 44px,#f1882d 45px 45px,#f1892d 46px 46px,#f1892d 47px 47px,#f2892e 48px 48px,#f2892e 49px 49px,#f2892e 50px 50px,#f2892e 51px 51px,#f38a2e 52px 52px,#f38a2e 53px 53px,#f38a2e 54px 54px,#f48a2e 55px 55px,#f48a2e 56px 56px,#f48a2e 57px 57px,#f58b2e 58px 58px,#f58b2e 59px 59px,#f58b2e 60px 60px,#f68b2e 61px 61px,#f68b2e 62px 62px,#f68c2e 63px 63px,#f78c2f 64px 64px,#f78c2f 65px 65px,#f78c2f 66px 66px,#f78c2f 67px 67px,#f88c2f 68px 68px,#f88d2f 69px 69px,#f88d2f 70px 70px,#f98d2f 71px 71px,#f98d2f 72px 72px,#f98d2f 73px 73px,#fa8d2f 74px 74px,#fa8e2f 75px 75px,#fa8e2f 76px 76px,#fb8e2f 77px 77px,#fb8e2f 78px 78px,#fb8e2f 79px 79px,#fc8f30 80px 80px}.azm-long-shadow.azm-jsfiddle{text-shadow:#3f6daa 1px 1px,#3f6daa 2px 2px,#3f6daa 3px 3px,#3f6daa 4px 4px,#3f6dab 5px 5px,#3f6dab 6px 6px,#3f6eab 7px 7px,#3f6eab 8px 8px,#3f6eac 9px 9px,#3f6eac 10px 10px,#3f6eac 11px 11px,#406eac 12px 12px,#406ead 13px 13px,#406fad 14px 14px,#406fad 15px 15px,#406fad 16px 16px,#406fae 17px 17px,#406fae 18px 18px,#406fae 19px 19px,#4070ae 20px 20px,#4070ae 21px 21px,#4070af 22px 22px,#4170af 23px 23px,#4170af 24px 24px,#4170af 25px 25px,#4170b0 26px 26px,#4171b0 27px 27px,#4171b0 28px 28px,#4171b0 29px 29px,#4171b1 30px 30px,#4171b1 31px 31px,#4171b1 32px 32px,#4171b1 33px 33px,#4172b2 34px 34px,#4272b2 35px 35px,#4272b2 36px 36px,#4272b2 37px 37px,#4272b3 38px 38px,#4272b3 39px 39px,#4273b3 40px 40px,#4273b3 41px 41px,#4273b3 42px 42px,#4273b4 43px 43px,#4273b4 44px 44px,#4273b4 45px 45px,#4373b4 46px 46px,#4374b5 47px 47px,#4374b5 48px 48px,#4374b5 49px 49px,#4374b5 50px 50px,#4374b6 51px 51px,#4374b6 52px 52px,#4374b6 53px 53px,#4375b6 54px 54px,#4375b7 55px 55px,#4375b7 56px 56px,#4375b7 57px 57px,#4475b7 58px 58px,#4475b8 59px 59px,#4476b8 60px 60px,#4476b8 61px 61px,#4476b8 62px 62px,#4476b8 63px 63px,#4476b9 64px 64px,#4476b9 65px 65px,#4476b9 66px 66px,#4477b9 67px 67px,#4477ba 68px 68px,#4577ba 69px 69px,#4577ba 70px 70px,#4577ba 71px 71px,#4577bb 72px 72px,#4577bb 73px 73px,#4578bb 74px 74px,#4578bb 75px 75px,#4578bc 76px 76px,#4578bc 77px 77px,#4578bc 78px 78px,#4578bc 79px 79px,#4679bd 80px 80px}.azm-long-shadow.azm-lastfm{text-shadow:#c91920 1px 1px,#c91920 2px 2px,#c91920 3px 3px,#ca1920 4px 4px,#ca1920 5px 5px,#ca1920 6px 6px,#ca1920 7px 7px,#cb1920 8px 8px,#cb1920 9px 9px,#cb1920 10px 10px,#cc1920 11px 11px,#cc1920 12px 12px,#cc1920 13px 13px,#cc1920 14px 14px,#cd1920 15px 15px,#cd1920 16px 16px,#cd1920 17px 17px,#cd1920 18px 18px,#ce1920 19px 19px,#ce1920 20px 20px,#ce1920 21px 21px,#cf1920 22px 22px,#cf1920 23px 23px,#cf1920 24px 24px,#cf1920 25px 25px,#d01920 26px 26px,#d01a21 27px 27px,#d01a21 28px 28px,#d01a21 29px 29px,#d11a21 30px 30px,#d11a21 31px 31px,#d11a21 32px 32px,#d21a21 33px 33px,#d21a21 34px 34px,#d21a21 35px 35px,#d21a21 36px 36px,#d31a21 37px 37px,#d31a21 38px 38px,#d31a21 39px 39px,#d41a21 40px 40px,#d41a21 41px 41px,#d41a21 42px 42px,#d41a21 43px 43px,#d51a21 44px 44px,#d51a21 45px 45px,#d51a21 46px 46px,#d51a21 47px 47px,#d61a21 48px 48px,#d61a21 49px 49px,#d61a21 50px 50px,#d71a21 51px 51px,#d71a21 52px 52px,#d71a21 53px 53px,#d71b22 54px 54px,#d81b22 55px 55px,#d81b22 56px 56px,#d81b22 57px 57px,#d81b22 58px 58px,#d91b22 59px 59px,#d91b22 60px 60px,#d91b22 61px 61px,#da1b22 62px 62px,#da1b22 63px 63px,#da1b22 64px 64px,#da1b22 65px 65px,#db1b22 66px 66px,#db1b22 67px 67px,#db1b22 68px 68px,#db1b22 69px 69px,#dc1b22 70px 70px,#dc1b22 71px 71px,#dc1b22 72px 72px,#dd1b22 73px 73px,#dd1b22 74px 74px,#dd1b22 75px 75px,#dd1b22 76px 76px,#de1b22 77px 77px,#de1b22 78px 78px,#de1b22 79px 79px,#df1c23 80px 80px}.azm-long-shadow.azm-linkedin{text-shadow:#016ba3 1px 1px,#016ba3 2px 2px,#016ba3 3px 3px,#016ba3 4px 4px,#016ba4 5px 5px,#016ba4 6px 6px,#016ca4 7px 7px,#016ca4 8px 8px,#016ca5 9px 9px,#016ca5 10px 10px,#016ca5 11px 11px,#016ca5 12px 12px,#016ca5 13px 13px,#016da6 14px 14px,#016da6 15px 15px,#016da6 16px 16px,#016da6 17px 17px,#016da7 18px 18px,#016da7 19px 19px,#016ea7 20px 20px,#016ea7 21px 21px,#016ea7 22px 22px,#016ea8 23px 23px,#016ea8 24px 24px,#016ea8 25px 25px,#016ea8 26px 26px,#016fa9 27px 27px,#016fa9 28px 28px,#016fa9 29px 29px,#016fa9 30px 30px,#016fa9 31px 31px,#016faa 32px 32px,#016faa 33px 33px,#0170aa 34px 34px,#0170aa 35px 35px,#0170ab 36px 36px,#0170ab 37px 37px,#0170ab 38px 38px,#0170ab 39px 39px,#0171ac 40px 40px,#0171ac 41px 41px,#0171ac 42px 42px,#0171ac 43px 43px,#0171ac 44px 44px,#0171ad 45px 45px,#0171ad 46px 46px,#0172ad 47px 47px,#0172ad 48px 48px,#0172ae 49px 49px,#0172ae 50px 50px,#0172ae 51px 51px,#0172ae 52px 52px,#0172ae 53px 53px,#0173af 54px 54px,#0173af 55px 55px,#0173af 56px 56px,#0173af 57px 57px,#0173b0 58px 58px,#0173b0 59px 59px,#0174b0 60px 60px,#0174b0 61px 61px,#0174b0 62px 62px,#0174b1 63px 63px,#0174b1 64px 64px,#0174b1 65px 65px,#0174b1 66px 66px,#0175b2 67px 67px,#0175b2 68px 68px,#0175b2 69px 69px,#0175b2 70px 70px,#0175b2 71px 71px,#0175b3 72px 72px,#0175b3 73px 73px,#0176b3 74px 74px,#0176b3 75px 75px,#0176b4 76px 76px,#0176b4 77px 77px,#0176b4 78px 78px,#0176b4 79px 79px,#0177b5 80px 80px}.azm-long-shadow.azm-linux{text-shadow:#3395c9 1px 1px,#3395c9 2px 2px,#3395c9 3px 3px,#3395ca 4px 4px,#3396ca 5px 5px,#3396ca 6px 6px,#3396ca 7px 7px,#3396cb 8px 8px,#3396cb 9px 9px,#3397cb 10px 10px,#3397cc 11px 11px,#3397cc 12px 12px,#3397cc 13px 13px,#3497cc 14px 14px,#3498cd 15px 15px,#3498cd 16px 16px,#3498cd 17px 17px,#3498cd 18px 18px,#3499ce 19px 19px,#3499ce 20px 20px,#3499ce 21px 21px,#3499cf 22px 22px,#3499cf 23px 23px,#349acf 24px 24px,#349acf 25px 25px,#349ad0 26px 26px,#359ad0 27px 27px,#359ad0 28px 28px,#359bd0 29px 29px,#359bd1 30px 30px,#359bd1 31px 31px,#359bd1 32px 32px,#359cd2 33px 33px,#359cd2 34px 34px,#359cd2 35px 35px,#359cd2 36px 36px,#359cd3 37px 37px,#359dd3 38px 38px,#359dd3 39px 39px,#369dd4 40px 40px,#369dd4 41px 41px,#369dd4 42px 42px,#369ed4 43px 43px,#369ed5 44px 44px,#369ed5 45px 45px,#369ed5 46px 46px,#369ed5 47px 47px,#369fd6 48px 48px,#369fd6 49px 49px,#369fd6 50px 50px,#369fd7 51px 51px,#36a0d7 52px 52px,#36a0d7 53px 53px,#37a0d7 54px 54px,#37a0d8 55px 55px,#37a0d8 56px 56px,#37a1d8 57px 57px,#37a1d8 58px 58px,#37a1d9 59px 59px,#37a1d9 60px 60px,#37a1d9 61px 61px,#37a2da 62px 62px,#37a2da 63px 63px,#37a2da 64px 64px,#37a2da 65px 65px,#37a3db 66px 66px,#38a3db 67px 67px,#38a3db 68px 68px,#38a3db 69px 69px,#38a3dc 70px 70px,#38a4dc 71px 71px,#38a4dc 72px 72px,#38a4dd 73px 73px,#38a4dd 74px 74px,#38a4dd 75px 75px,#38a5dd 76px 76px,#38a5de 77px 77px,#38a5de 78px 78px,#38a5de 79px 79px,#39a6df 80px 80px}.azm-long-shadow.azm-maxcdn{text-shadow:#e65202 1px 1px,#e65202 2px 2px,#e65202 3px 3px,#e75202 4px 4px,#e75202 5px 5px,#e75202 6px 6px,#e85202 7px 7px,#e85202 8px 8px,#e85302 9px 9px,#e95302 10px 10px,#e95302 11px 11px,#e95302 12px 12px,#ea5302 13px 13px,#ea5302 14px 14px,#ea5302 15px 15px,#eb5302 16px 16px,#eb5302 17px 17px,#eb5402 18px 18px,#eb5402 19px 19px,#ec5402 20px 20px,#ec5402 21px 21px,#ec5402 22px 22px,#ed5402 23px 23px,#ed5402 24px 24px,#ed5402 25px 25px,#ee5402 26px 26px,#ee5502 27px 27px,#ee5502 28px 28px,#ef5502 29px 29px,#ef5502 30px 30px,#ef5502 31px 31px,#f05502 32px 32px,#f05502 33px 33px,#f05502 34px 34px,#f05502 35px 35px,#f15602 36px 36px,#f15602 37px 37px,#f15602 38px 38px,#f25602 39px 39px,#f25602 40px 40px,#f25602 41px 41px,#f35602 42px 42px,#f35602 43px 43px,#f35602 44px 44px,#f45702 45px 45px,#f45702 46px 46px,#f45702 47px 47px,#f55702 48px 48px,#f55702 49px 49px,#f55702 50px 50px,#f55702 51px 51px,#f65702 52px 52px,#f65702 53px 53px,#f65802 54px 54px,#f75802 55px 55px,#f75802 56px 56px,#f75802 57px 57px,#f85802 58px 58px,#f85802 59px 59px,#f85802 60px 60px,#f95802 61px 61px,#f95802 62px 62px,#f95902 63px 63px,#fa5902 64px 64px,#fa5902 65px 65px,#fa5902 66px 66px,#fa5902 67px 67px,#fb5902 68px 68px,#fb5902 69px 69px,#fb5902 70px 70px,#fc5902 71px 71px,#fc5a02 72px 72px,#fc5a02 73px 73px,#fd5a02 74px 74px,#fd5a02 75px 75px,#fd5a02 76px 76px,#fe5a02 77px 77px,#fe5a02 78px 78px,#fe5a02 79px 79px,#ff5b02 80px 80px}.azm-long-shadow.azm-medium{text-shadow:#2e2e2e 1px 1px,#2e2e2e 2px 2px,#2e2e2e 3px 3px,#2e2e2e 4px 4px,#2e2e2e 5px 5px,#2e2e2e 6px 6px,#2e2e2e 7px 7px,#2e2e2e 8px 8px,#2e2e2e 9px 9px,#2e2e2e 10px 10px,#2e2e2e 11px 11px,#2e2e2e 12px 12px,#2e2e2e 13px 13px,#2e2e2e 14px 14px,#2e2e2e 15px 15px,#2f2f2f 16px 16px,#2f2f2f 17px 17px,#2f2f2f 18px 18px,#2f2f2f 19px 19px,#2f2f2f 20px 20px,#2f2f2f 21px 21px,#2f2f2f 22px 22px,#2f2f2f 23px 23px,#2f2f2f 24px 24px,#2f2f2f 25px 25px,#2f2f2f 26px 26px,#2f2f2f 27px 27px,#2f2f2f 28px 28px,#2f2f2f 29px 29px,#2f2f2f 30px 30px,#2f2f2f 31px 31px,#303030 32px 32px,#303030 33px 33px,#303030 34px 34px,#303030 35px 35px,#303030 36px 36px,#303030 37px 37px,#303030 38px 38px,#303030 39px 39px,#303030 40px 40px,#303030 41px 41px,#303030 42px 42px,#303030 43px 43px,#303030 44px 44px,#303030 45px 45px,#303030 46px 46px,#303030 47px 47px,#313131 48px 48px,#313131 49px 49px,#313131 50px 50px,#313131 51px 51px,#313131 52px 52px,#313131 53px 53px,#313131 54px 54px,#313131 55px 55px,#313131 56px 56px,#313131 57px 57px,#313131 58px 58px,#313131 59px 59px,#313131 60px 60px,#313131 61px 61px,#313131 62px 62px,#313131 63px 63px,#323232 64px 64px,#323232 65px 65px,#323232 66px 66px,#323232 67px 67px,#323232 68px 68px,#323232 69px 69px,#323232 70px 70px,#323232 71px 71px,#323232 72px 72px,#323232 73px 73px,#323232 74px 74px,#323232 75px 75px,#323232 76px 76px,#323232 77px 77px,#323232 78px 78px,#323232 79px 79px,#333 80px 80px}.azm-long-shadow.azm-pagelines{text-shadow:#3d3d3d 1px 1px,#3d3d3d 2px 2px,#3d3d3d 3px 3px,#3d3d3d 4px 4px,#3d3d3d 5px 5px,#3d3d3d 6px 6px,#3d3d3d 7px 7px,#3d3d3d 8px 8px,#3d3d3d 9px 9px,#3d3d3d 10px 10px,#3d3d3d 11px 11px,#3e3e3e 12px 12px,#3e3e3e 13px 13px,#3e3e3e 14px 14px,#3e3e3e 15px 15px,#3e3e3e 16px 16px,#3e3e3e 17px 17px,#3e3e3e 18px 18px,#3e3e3e 19px 19px,#3e3e3e 20px 20px,#3e3e3e 21px 21px,#3e3e3e 22px 22px,#3f3f3f 23px 23px,#3f3f3f 24px 24px,#3f3f3f 25px 25px,#3f3f3f 26px 26px,#3f3f3f 27px 27px,#3f3f3f 28px 28px,#3f3f3f 29px 29px,#3f3f3f 30px 30px,#3f3f3f 31px 31px,#3f3f3f 32px 32px,#3f3f3f 33px 33px,#3f3f3f 34px 34px,#404040 35px 35px,#404040 36px 36px,#404040 37px 37px,#404040 38px 38px,#404040 39px 39px,#404040 40px 40px,#404040 41px 41px,#404040 42px 42px,#404040 43px 43px,#404040 44px 44px,#404040 45px 45px,#414141 46px 46px,#414141 47px 47px,#414141 48px 48px,#414141 49px 49px,#414141 50px 50px,#414141 51px 51px,#414141 52px 52px,#414141 53px 53px,#414141 54px 54px,#414141 55px 55px,#414141 56px 56px,#414141 57px 57px,#424242 58px 58px,#424242 59px 59px,#424242 60px 60px,#424242 61px 61px,#424242 62px 62px,#424242 63px 63px,#424242 64px 64px,#424242 65px 65px,#424242 66px 66px,#424242 67px 67px,#424242 68px 68px,#434343 69px 69px,#434343 70px 70px,#434343 71px 71px,#434343 72px 72px,#434343 73px 73px,#434343 74px 74px,#434343 75px 75px,#434343 76px 76px,#434343 77px 77px,#434343 78px 78px,#434343 79px 79px,#444 80px 80px}.azm-long-shadow.azm-paypal{text-shadow:#008cc8 1px 1px,#008cc8 2px 2px,#008cc8 3px 3px,#008cc9 4px 4px,#008dc9 5px 5px,#008dc9 6px 6px,#008dc9 7px 7px,#008dca 8px 8px,#008dca 9px 9px,#008eca 10px 10px,#008ecb 11px 11px,#008ecb 12px 12px,#008ecb 13px 13px,#008ecb 14px 14px,#008fcc 15px 15px,#008fcc 16px 16px,#008fcc 17px 17px,#008fcc 18px 18px,#008fcd 19px 19px,#0090cd 20px 20px,#0090cd 21px 21px,#0090ce 22px 22px,#0090ce 23px 23px,#0090ce 24px 24px,#0091ce 25px 25px,#0091cf 26px 26px,#0091cf 27px 27px,#0091cf 28px 28px,#0091cf 29px 29px,#0092d0 30px 30px,#0092d0 31px 31px,#0092d0 32px 32px,#0092d1 33px 33px,#0092d1 34px 34px,#0093d1 35px 35px,#0093d1 36px 36px,#0093d2 37px 37px,#0093d2 38px 38px,#0093d2 39px 39px,#0094d3 40px 40px,#0094d3 41px 41px,#0094d3 42px 42px,#0094d3 43px 43px,#0094d4 44px 44px,#0095d4 45px 45px,#0095d4 46px 46px,#0095d4 47px 47px,#0095d5 48px 48px,#0095d5 49px 49px,#0096d5 50px 50px,#0096d6 51px 51px,#0096d6 52px 52px,#0096d6 53px 53px,#0096d6 54px 54px,#0097d7 55px 55px,#0097d7 56px 56px,#0097d7 57px 57px,#0097d7 58px 58px,#0097d8 59px 59px,#0098d8 60px 60px,#0098d8 61px 61px,#0098d9 62px 62px,#0098d9 63px 63px,#0098d9 64px 64px,#0099d9 65px 65px,#0099da 66px 66px,#0099da 67px 67px,#0099da 68px 68px,#0099da 69px 69px,#009adb 70px 70px,#009adb 71px 71px,#009adb 72px 72px,#009adc 73px 73px,#009adc 74px 74px,#009bdc 75px 75px,#009bdc 76px 76px,#009bdd 77px 77px,#009bdd 78px 78px,#009bdd 79px 79px,#009cde 80px 80px}.azm-long-shadow.azm-pinterest{text-shadow:#c52028 1px 1px,#c52028 2px 2px,#c52028 3px 3px,#c62028 4px 4px,#c62028 5px 5px,#c62028 6px 6px,#c62028 7px 7px,#c72028 8px 8px,#c72028 9px 9px,#c72028 10px 10px,#c82028 11px 11px,#c82028 12px 12px,#c82028 13px 13px,#c82028 14px 14px,#c92028 15px 15px,#c92028 16px 16px,#c92028 17px 17px,#c92028 18px 18px,#ca2028 19px 19px,#ca2129 20px 20px,#ca2129 21px 21px,#cb2129 22px 22px,#cb2129 23px 23px,#cb2129 24px 24px,#cb2129 25px 25px,#cc2129 26px 26px,#cc2129 27px 27px,#cc2129 28px 28px,#cc2129 29px 29px,#cd2129 30px 30px,#cd2129 31px 31px,#cd2129 32px 32px,#ce2129 33px 33px,#ce2129 34px 34px,#ce2129 35px 35px,#ce2129 36px 36px,#cf2129 37px 37px,#cf2129 38px 38px,#cf2129 39px 39px,#d0222a 40px 40px,#d0222a 41px 41px,#d0222a 42px 42px,#d0222a 43px 43px,#d1222a 44px 44px,#d1222a 45px 45px,#d1222a 46px 46px,#d1222a 47px 47px,#d2222a 48px 48px,#d2222a 49px 49px,#d2222a 50px 50px,#d3222a 51px 51px,#d3222a 52px 52px,#d3222a 53px 53px,#d3222a 54px 54px,#d4222a 55px 55px,#d4222a 56px 56px,#d4222a 57px 57px,#d4222a 58px 58px,#d5222a 59px 59px,#d5232b 60px 60px,#d5232b 61px 61px,#d6232b 62px 62px,#d6232b 63px 63px,#d6232b 64px 64px,#d6232b 65px 65px,#d7232b 66px 66px,#d7232b 67px 67px,#d7232b 68px 68px,#d7232b 69px 69px,#d8232b 70px 70px,#d8232b 71px 71px,#d8232b 72px 72px,#d9232b 73px 73px,#d9232b 74px 74px,#d9232b 75px 75px,#d9232b 76px 76px,#da232b 77px 77px,#da232b 78px 78px,#da232b 79px 79px,#db242c 80px 80px}.azm-long-shadow.azm-reddit{text-shadow:#e63e00 1px 1px,#e63e00 2px 2px,#e63e00 3px 3px,#e73e00 4px 4px,#e73e00 5px 5px,#e73e00 6px 6px,#e83e00 7px 7px,#e83e00 8px 8px,#e83e00 9px 9px,#e93e00 10px 10px,#e93e00 11px 11px,#e93f00 12px 12px,#ea3f00 13px 13px,#ea3f00 14px 14px,#ea3f00 15px 15px,#eb3f00 16px 16px,#eb3f00 17px 17px,#eb3f00 18px 18px,#eb3f00 19px 19px,#ec3f00 20px 20px,#ec3f00 21px 21px,#ec3f00 22px 22px,#ed4000 23px 23px,#ed4000 24px 24px,#ed4000 25px 25px,#ee4000 26px 26px,#ee4000 27px 27px,#ee4000 28px 28px,#ef4000 29px 29px,#ef4000 30px 30px,#ef4000 31px 31px,#f04000 32px 32px,#f04000 33px 33px,#f04000 34px 34px,#f04100 35px 35px,#f14100 36px 36px,#f14100 37px 37px,#f14100 38px 38px,#f24100 39px 39px,#f24100 40px 40px,#f24100 41px 41px,#f34100 42px 42px,#f34100 43px 43px,#f34100 44px 44px,#f44100 45px 45px,#f44200 46px 46px,#f44200 47px 47px,#f54200 48px 48px,#f54200 49px 49px,#f54200 50px 50px,#f54200 51px 51px,#f64200 52px 52px,#f64200 53px 53px,#f64200 54px 54px,#f74200 55px 55px,#f74200 56px 56px,#f74200 57px 57px,#f84300 58px 58px,#f84300 59px 59px,#f84300 60px 60px,#f94300 61px 61px,#f94300 62px 62px,#f94300 63px 63px,#fa4300 64px 64px,#fa4300 65px 65px,#fa4300 66px 66px,#fa4300 67px 67px,#fb4300 68px 68px,#fb4400 69px 69px,#fb4400 70px 70px,#fc4400 71px 71px,#fc4400 72px 72px,#fc4400 73px 73px,#fd4400 74px 74px,#fd4400 75px 75px,#fd4400 76px 76px,#fe4400 77px 77px,#fe4400 78px 78px,#fe4400 79px 79px,#ff4500 80px 80px}.azm-long-shadow.azm-rss{text-shadow:#e3814d 1px 1px,#e3814d 2px 2px,#e3814d 3px 3px,#e3814d 4px 4px,#e3814d 5px 5px,#e3814d 6px 6px,#e3814d 7px 7px,#e3814d 8px 8px,#e3814d 9px 9px,#e3814d 10px 10px,#e3814d 11px 11px,#e3814d 12px 12px,#e3814d 13px 13px,#e3814d 14px 14px,#e3814d 15px 15px,#e3814d 16px 16px,#e3814d 17px 17px,#e3814d 18px 18px,#e3814d 19px 19px,#e3814d 20px 20px,#e3814d 21px 21px,#e3814d 22px 22px,#e3814d 23px 23px,#e3814d 24px 24px,#e3814d 25px 25px,#e3814d 26px 26px,#e3814d 27px 27px,#e3814d 28px 28px,#e3814d 29px 29px,#e3814d 30px 30px,#e3814d 31px 31px,#e3814d 32px 32px,#e3814d 33px 33px,#e4814d 34px 34px,#e4814d 35px 35px,#e5824d 36px 36px,#e5824d 37px 37px,#e6824e 38px 38px,#e6834e 39px 39px,#e7834e 40px 40px,#e7834e 41px 41px,#e8834e 42px 42px,#e8844e 43px 43px,#e9844f 44px 44px,#e9844f 45px 45px,#ea854f 46px 46px,#ea854f 47px 47px,#eb854f 48px 48px,#eb854f 49px 49px,#ec8650 50px 50px,#ec8650 51px 51px,#ed8650 52px 52px,#ed8750 53px 53px,#ee8750 54px 54px,#ee8750 55px 55px,#ef8851 56px 56px,#f08851 57px 57px,#f08851 58px 58px,#f18851 59px 59px,#f18951 60px 60px,#f28951 61px 61px,#f28952 62px 62px,#f38a52 63px 63px,#f38a52 64px 64px,#f48a52 65px 65px,#f48a52 66px 66px,#f58b52 67px 67px,#f58b53 68px 68px,#f68b53 69px 69px,#f68c53 70px 70px,#f78c53 71px 71px,#f78c53 72px 72px,#f88c53 73px 73px,#f88d54 74px 74px,#f98d54 75px 75px,#f98d54 76px 76px,#fa8e54 77px 77px,#fa8e54 78px 78px,#fb8e54 79px 79px,#fc8f55 80px 80px}.azm-long-shadow.azm-share{text-shadow:#018344 1px 1px,#018344 2px 2px,#018344 3px 3px,#018344 4px 4px,#018344 5px 5px,#018444 6px 6px,#018444 7px 7px,#018444 8px 8px,#018444 9px 9px,#018444 10px 10px,#018544 11px 11px,#018545 12px 12px,#018545 13px 13px,#018545 14px 14px,#018545 15px 15px,#018645 16px 16px,#018645 17px 17px,#018645 18px 18px,#018645 19px 19px,#018645 20px 20px,#018645 21px 21px,#018745 22px 22px,#018746 23px 23px,#018746 24px 24px,#018746 25px 25px,#018746 26px 26px,#018846 27px 27px,#018846 28px 28px,#018846 29px 29px,#018846 30px 30px,#018846 31px 31px,#018946 32px 32px,#018946 33px 33px,#018946 34px 34px,#018947 35px 35px,#018947 36px 36px,#018947 37px 37px,#018a47 38px 38px,#018a47 39px 39px,#018a47 40px 40px,#018a47 41px 41px,#018a47 42px 42px,#018b47 43px 43px,#018b47 44px 44px,#018b47 45px 45px,#018b48 46px 46px,#018b48 47px 47px,#018c48 48px 48px,#018c48 49px 49px,#018c48 50px 50px,#018c48 51px 51px,#018c48 52px 52px,#018c48 53px 53px,#018d48 54px 54px,#018d48 55px 55px,#018d48 56px 56px,#018d48 57px 57px,#018d49 58px 58px,#018e49 59px 59px,#018e49 60px 60px,#018e49 61px 61px,#018e49 62px 62px,#018e49 63px 63px,#018f49 64px 64px,#018f49 65px 65px,#018f49 66px 66px,#018f49 67px 67px,#018f49 68px 68px,#018f4a 69px 69px,#01904a 70px 70px,#01904a 71px 71px,#01904a 72px 72px,#01904a 73px 73px,#01904a 74px 74px,#01914a 75px 75px,#01914a 76px 76px,#01914a 77px 77px,#01914a 78px 78px,#01914a 79px 79px,#01924b 80px 80px}.azm-long-shadow.azm-skype{text-shadow:#009ed8 1px 1px,#009ed8 2px 2px,#009ed8 3px 3px,#009ed9 4px 4px,#009fd9 5px 5px,#009fd9 6px 6px,#009fda 7px 7px,#009fda 8px 8px,#009fda 9px 9px,#00a0db 10px 10px,#00a0db 11px 11px,#00a0db 12px 12px,#00a0db 13px 13px,#00a0dc 14px 14px,#00a1dc 15px 15px,#00a1dc 16px 16px,#00a1dd 17px 17px,#00a1dd 18px 18px,#00a2dd 19px 19px,#00a2de 20px 20px,#00a2de 21px 21px,#00a2de 22px 22px,#00a2de 23px 23px,#00a3df 24px 24px,#00a3df 25px 25px,#00a3df 26px 26px,#00a3e0 27px 27px,#00a3e0 28px 28px,#00a4e0 29px 29px,#00a4e1 30px 30px,#00a4e1 31px 31px,#00a4e1 32px 32px,#00a5e1 33px 33px,#00a5e2 34px 34px,#00a5e2 35px 35px,#00a5e2 36px 36px,#00a5e3 37px 37px,#00a6e3 38px 38px,#00a6e3 39px 39px,#00a6e4 40px 40px,#00a6e4 41px 41px,#00a6e4 42px 42px,#00a7e4 43px 43px,#00a7e5 44px 44px,#00a7e5 45px 45px,#00a7e5 46px 46px,#00a7e6 47px 47px,#00a8e6 48px 48px,#00a8e6 49px 49px,#00a8e7 50px 50px,#00a8e7 51px 51px,#00a9e7 52px 52px,#00a9e7 53px 53px,#00a9e8 54px 54px,#00a9e8 55px 55px,#00a9e8 56px 56px,#00aae9 57px 57px,#00aae9 58px 58px,#00aae9 59px 59px,#00aaea 60px 60px,#00aaea 61px 61px,#00abea 62px 62px,#00abea 63px 63px,#00abeb 64px 64px,#00abeb 65px 65px,#00aceb 66px 66px,#00acec 67px 67px,#00acec 68px 68px,#00acec 69px 69px,#00aced 70px 70px,#00aded 71px 71px,#00aded 72px 72px,#00aded 73px 73px,#00adee 74px 74px,#00adee 75px 75px,#00aeee 76px 76px,#00aeef 77px 77px,#00aeef 78px 78px,#00aeef 79px 79px,#00aff0 80px 80px}.azm-long-shadow.azm-slideshare{text-shadow:#056da3 1px 1px,#056da3 2px 2px,#056da3 3px 3px,#056da3 4px 4px,#056da4 5px 5px,#056da4 6px 6px,#056ea4 7px 7px,#056ea4 8px 8px,#056ea5 9px 9px,#056ea5 10px 10px,#056ea5 11px 11px,#056ea5 12px 12px,#056ea5 13px 13px,#056fa6 14px 14px,#056fa6 15px 15px,#056fa6 16px 16px,#056fa6 17px 17px,#056fa7 18px 18px,#056fa7 19px 19px,#0570a7 20px 20px,#0570a7 21px 21px,#0570a7 22px 22px,#0570a8 23px 23px,#0570a8 24px 24px,#0570a8 25px 25px,#0570a8 26px 26px,#0571a9 27px 27px,#0571a9 28px 28px,#0571a9 29px 29px,#0571a9 30px 30px,#0571a9 31px 31px,#0571aa 32px 32px,#0571aa 33px 33px,#0572aa 34px 34px,#0572aa 35px 35px,#0572ab 36px 36px,#0572ab 37px 37px,#0572ab 38px 38px,#0572ab 39px 39px,#0573ac 40px 40px,#0573ac 41px 41px,#0573ac 42px 42px,#0573ac 43px 43px,#0573ac 44px 44px,#0573ad 45px 45px,#0573ad 46px 46px,#0574ad 47px 47px,#0574ad 48px 48px,#0574ae 49px 49px,#0574ae 50px 50px,#0574ae 51px 51px,#0574ae 52px 52px,#0574ae 53px 53px,#0575af 54px 54px,#0575af 55px 55px,#0575af 56px 56px,#0575af 57px 57px,#0575b0 58px 58px,#0575b0 59px 59px,#0576b0 60px 60px,#0576b0 61px 61px,#0576b0 62px 62px,#0576b1 63px 63px,#0576b1 64px 64px,#0576b1 65px 65px,#0576b1 66px 66px,#0577b2 67px 67px,#0577b2 68px 68px,#0577b2 69px 69px,#0577b2 70px 70px,#0577b2 71px 71px,#0577b3 72px 72px,#0577b3 73px 73px,#0578b3 74px 74px,#0578b3 75px 75px,#0578b4 76px 76px,#0578b4 77px 77px,#0578b4 78px 78px,#0578b4 79px 79px,#0679b5 80px 80px}.azm-long-shadow.azm-soundcloud{text-shadow:#e64600 1px 1px,#e64600 2px 2px,#e64600 3px 3px,#e74600 4px 4px,#e74600 5px 5px,#e74600 6px 6px,#e84600 7px 7px,#e84600 8px 8px,#e84600 9px 9px,#e94700 10px 10px,#e94700 11px 11px,#e94700 12px 12px,#ea4700 13px 13px,#ea4700 14px 14px,#ea4700 15px 15px,#eb4700 16px 16px,#eb4700 17px 17px,#eb4700 18px 18px,#eb4700 19px 19px,#ec4800 20px 20px,#ec4800 21px 21px,#ec4800 22px 22px,#ed4800 23px 23px,#ed4800 24px 24px,#ed4800 25px 25px,#ee4800 26px 26px,#ee4800 27px 27px,#ee4800 28px 28px,#ef4800 29px 29px,#ef4900 30px 30px,#ef4900 31px 31px,#f04900 32px 32px,#f04900 33px 33px,#f04900 34px 34px,#f04900 35px 35px,#f14900 36px 36px,#f14900 37px 37px,#f14900 38px 38px,#f24900 39px 39px,#f24a00 40px 40px,#f24a00 41px 41px,#f34a00 42px 42px,#f34a00 43px 43px,#f34a00 44px 44px,#f44a00 45px 45px,#f44a00 46px 46px,#f44a00 47px 47px,#f54a00 48px 48px,#f54a00 49px 49px,#f54b00 50px 50px,#f54b00 51px 51px,#f64b00 52px 52px,#f64b00 53px 53px,#f64b00 54px 54px,#f74b00 55px 55px,#f74b00 56px 56px,#f74b00 57px 57px,#f84b00 58px 58px,#f84b00 59px 59px,#f84c00 60px 60px,#f94c00 61px 61px,#f94c00 62px 62px,#f94c00 63px 63px,#fa4c00 64px 64px,#fa4c00 65px 65px,#fa4c00 66px 66px,#fa4c00 67px 67px,#fb4c00 68px 68px,#fb4c00 69px 69px,#fb4d00 70px 70px,#fc4d00 71px 71px,#fc4d00 72px 72px,#fc4d00 73px 73px,#fd4d00 74px 74px,#fd4d00 75px 75px,#fd4d00 76px 76px,#fe4d00 77px 77px,#fe4d00 78px 78px,#fe4d00 79px 79px,#ff4e00 80px 80px}.azm-long-shadow.azm-spotify{text-shadow:#7a0 1px 1px,#7a0 2px 2px,#7a0 3px 3px,#7a0 4px 4px,#77ab00 5px 5px,#77ab00 6px 6px,#78ab00 7px 7px,#78ab00 8px 8px,#78ac00 9px 9px,#78ac00 10px 10px,#78ac00 11px 11px,#78ac00 12px 12px,#79ad00 13px 13px,#79ad00 14px 14px,#79ad00 15px 15px,#79ad00 16px 16px,#79ae00 17px 17px,#79ae00 18px 18px,#7aae00 19px 19px,#7aae00 20px 20px,#7aae00 21px 21px,#7aaf00 22px 22px,#7aaf00 23px 23px,#7aaf00 24px 24px,#7baf00 25px 25px,#7bb000 26px 26px,#7bb000 27px 27px,#7bb000 28px 28px,#7bb000 29px 29px,#7bb100 30px 30px,#7cb100 31px 31px,#7cb100 32px 32px,#7cb100 33px 33px,#7cb200 34px 34px,#7cb200 35px 35px,#7cb200 36px 36px,#7db200 37px 37px,#7db300 38px 38px,#7db300 39px 39px,#7db300 40px 40px,#7db300 41px 41px,#7db300 42px 42px,#7db400 43px 43px,#7eb400 44px 44px,#7eb400 45px 45px,#7eb400 46px 46px,#7eb500 47px 47px,#7eb500 48px 48px,#7eb500 49px 49px,#7fb500 50px 50px,#7fb600 51px 51px,#7fb600 52px 52px,#7fb600 53px 53px,#7fb600 54px 54px,#7fb700 55px 55px,#80b700 56px 56px,#80b700 57px 57px,#80b700 58px 58px,#80b800 59px 59px,#80b800 60px 60px,#80b800 61px 61px,#81b800 62px 62px,#81b800 63px 63px,#81b900 64px 64px,#81b900 65px 65px,#81b900 66px 66px,#81b900 67px 67px,#82ba00 68px 68px,#82ba00 69px 69px,#82ba00 70px 70px,#82ba00 71px 71px,#82bb00 72px 72px,#82bb00 73px 73px,#83bb00 74px 74px,#83bb00 75px 75px,#83bc00 76px 76px,#83bc00 77px 77px,#83bc00 78px 78px,#83bc00 79px 79px,#84bd00 80px 80px}.azm-long-shadow.azm-stack-exchange{text-shadow:#3164a1 1px 1px,#3164a1 2px 2px,#3164a1 3px 3px,#3164a1 4px 4px,#3164a2 5px 5px,#3164a2 6px 6px,#3164a2 7px 7px,#3165a2 8px 8px,#3165a3 9px 9px,#3165a3 10px 10px,#3165a3 11px 11px,#3165a3 12px 12px,#3165a3 13px 13px,#3165a4 14px 14px,#3166a4 15px 15px,#3266a4 16px 16px,#3266a4 17px 17px,#3266a5 18px 18px,#3266a5 19px 19px,#3266a5 20px 20px,#3266a5 21px 21px,#3267a5 22px 22px,#3267a6 23px 23px,#3267a6 24px 24px,#3267a6 25px 25px,#3267a6 26px 26px,#3267a7 27px 27px,#3267a7 28px 28px,#3267a7 29px 29px,#3268a7 30px 30px,#3268a7 31px 31px,#3368a8 32px 32px,#3368a8 33px 33px,#3368a8 34px 34px,#3368a8 35px 35px,#3368a9 36px 36px,#3369a9 37px 37px,#3369a9 38px 38px,#3369a9 39px 39px,#3369aa 40px 40px,#3369aa 41px 41px,#3369aa 42px 42px,#3369aa 43px 43px,#336aaa 44px 44px,#336aab 45px 45px,#336aab 46px 46px,#336aab 47px 47px,#346aab 48px 48px,#346aac 49px 49px,#346aac 50px 50px,#346bac 51px 51px,#346bac 52px 52px,#346bac 53px 53px,#346bad 54px 54px,#346bad 55px 55px,#346bad 56px 56px,#346bad 57px 57px,#346bae 58px 58px,#346cae 59px 59px,#346cae 60px 60px,#346cae 61px 61px,#346cae 62px 62px,#346caf 63px 63px,#356caf 64px 64px,#356caf 65px 65px,#356daf 66px 66px,#356db0 67px 67px,#356db0 68px 68px,#356db0 69px 69px,#356db0 70px 70px,#356db0 71px 71px,#356db1 72px 72px,#356eb1 73px 73px,#356eb1 74px 74px,#356eb1 75px 75px,#356eb2 76px 76px,#356eb2 77px 77px,#356eb2 78px 78px,#356eb2 79px 79px,#366fb3 80px 80px}.azm-long-shadow.azm-stack-overflow{text-shadow:#006bb8 1px 1px,#006bb8 2px 2px,#006bb8 3px 3px,#006bb9 4px 4px,#006bb9 5px 5px,#006bb9 6px 6px,#006cb9 7px 7px,#006cba 8px 8px,#006cba 9px 9px,#006cba 10px 10px,#006cba 11px 11px,#006cbb 12px 12px,#006cbb 13px 13px,#006dbb 14px 14px,#006dbb 15px 15px,#006dbc 16px 16px,#006dbc 17px 17px,#006dbc 18px 18px,#006dbc 19px 19px,#006ebd 20px 20px,#006ebd 21px 21px,#006ebd 22px 22px,#006ebd 23px 23px,#006ebe 24px 24px,#006ebe 25px 25px,#006ebe 26px 26px,#006fbe 27px 27px,#006fbf 28px 28px,#006fbf 29px 29px,#006fbf 30px 30px,#006fbf 31px 31px,#006fc0 32px 32px,#006fc0 33px 33px,#0070c0 34px 34px,#0070c0 35px 35px,#0070c1 36px 36px,#0070c1 37px 37px,#0070c1 38px 38px,#0070c1 39px 39px,#0071c2 40px 40px,#0071c2 41px 41px,#0071c2 42px 42px,#0071c2 43px 43px,#0071c3 44px 44px,#0071c3 45px 45px,#0071c3 46px 46px,#0072c3 47px 47px,#0072c4 48px 48px,#0072c4 49px 49px,#0072c4 50px 50px,#0072c4 51px 51px,#0072c5 52px 52px,#0072c5 53px 53px,#0073c5 54px 54px,#0073c5 55px 55px,#0073c6 56px 56px,#0073c6 57px 57px,#0073c6 58px 58px,#0073c6 59px 59px,#0074c7 60px 60px,#0074c7 61px 61px,#0074c7 62px 62px,#0074c7 63px 63px,#0074c8 64px 64px,#0074c8 65px 65px,#0074c8 66px 66px,#0075c8 67px 67px,#0075c9 68px 68px,#0075c9 69px 69px,#0075c9 70px 70px,#0075c9 71px 71px,#0075ca 72px 72px,#0075ca 73px 73px,#0076ca 74px 74px,#0076ca 75px 75px,#0076cb 76px 76px,#0076cb 77px 77px,#0076cb 78px 78px,#0076cb 79px 79px,#07c 80px 80px}.azm-long-shadow.azm-stumbleupon{text-shadow:#d34420 1px 1px,#d34420 2px 2px,#d34420 3px 3px,#d44420 4px 4px,#d44420 5px 5px,#d44420 6px 6px,#d54420 7px 7px,#d54420 8px 8px,#d54420 9px 9px,#d54420 10px 10px,#d64420 11px 11px,#d64520 12px 12px,#d64520 13px 13px,#d74520 14px 14px,#d74520 15px 15px,#d74520 16px 16px,#d74520 17px 17px,#d84520 18px 18px,#d84520 19px 19px,#d84521 20px 20px,#d94521 21px 21px,#d94521 22px 22px,#d94621 23px 23px,#d94621 24px 24px,#da4621 25px 25px,#da4621 26px 26px,#da4621 27px 27px,#db4621 28px 28px,#db4621 29px 29px,#db4621 30px 30px,#db4621 31px 31px,#dc4621 32px 32px,#dc4621 33px 33px,#dc4621 34px 34px,#dd4721 35px 35px,#dd4721 36px 36px,#dd4721 37px 37px,#dd4721 38px 38px,#de4721 39px 39px,#de4722 40px 40px,#de4722 41px 41px,#df4722 42px 42px,#df4722 43px 43px,#df4722 44px 44px,#df4722 45px 45px,#e04822 46px 46px,#e04822 47px 47px,#e04822 48px 48px,#e14822 49px 49px,#e14822 50px 50px,#e14822 51px 51px,#e14822 52px 52px,#e24822 53px 53px,#e24822 54px 54px,#e24822 55px 55px,#e34822 56px 56px,#e34822 57px 57px,#e34922 58px 58px,#e34922 59px 59px,#e44923 60px 60px,#e44923 61px 61px,#e44923 62px 62px,#e54923 63px 63px,#e54923 64px 64px,#e54923 65px 65px,#e54923 66px 66px,#e64923 67px 67px,#e64923 68px 68px,#e64a23 69px 69px,#e74a23 70px 70px,#e74a23 71px 71px,#e74a23 72px 72px,#e74a23 73px 73px,#e84a23 74px 74px,#e84a23 75px 75px,#e84a23 76px 76px,#e94a23 77px 77px,#e94a23 78px 78px,#e94a23 79px 79px,#ea4b24 80px 80px}.azm-long-shadow.azm-trello{text-shadow:#025f96 1px 1px,#025f96 2px 2px,#025f96 3px 3px,#025f96 4px 4px,#025f97 5px 5px,#025f97 6px 6px,#025f97 7px 7px,#026097 8px 8px,#026097 9px 9px,#026098 10px 10px,#026098 11px 11px,#026098 12px 12px,#026098 13px 13px,#026098 14px 14px,#026199 15px 15px,#026199 16px 16px,#026199 17px 17px,#026199 18px 18px,#02619a 19px 19px,#02619a 20px 20px,#02619a 21px 21px,#02629a 22px 22px,#02629a 23px 23px,#02629b 24px 24px,#02629b 25px 25px,#02629b 26px 26px,#02629b 27px 27px,#02629b 28px 28px,#02629c 29px 29px,#02639c 30px 30px,#02639c 31px 31px,#02639c 32px 32px,#02639d 33px 33px,#02639d 34px 34px,#02639d 35px 35px,#02639d 36px 36px,#02649d 37px 37px,#02649e 38px 38px,#02649e 39px 39px,#02649e 40px 40px,#02649e 41px 41px,#02649e 42px 42px,#02649f 43px 43px,#02659f 44px 44px,#02659f 45px 45px,#02659f 46px 46px,#02659f 47px 47px,#0265a0 48px 48px,#0265a0 49px 49px,#0265a0 50px 50px,#0266a0 51px 51px,#0266a1 52px 52px,#0266a1 53px 53px,#0266a1 54px 54px,#0266a1 55px 55px,#0266a1 56px 56px,#0266a2 57px 57px,#0266a2 58px 58px,#0267a2 59px 59px,#0267a2 60px 60px,#0267a2 61px 61px,#0267a3 62px 62px,#0267a3 63px 63px,#0267a3 64px 64px,#0267a3 65px 65px,#0268a4 66px 66px,#0268a4 67px 67px,#0268a4 68px 68px,#0268a4 69px 69px,#0268a4 70px 70px,#0268a5 71px 71px,#0268a5 72px 72px,#0269a5 73px 73px,#0269a5 74px 74px,#0269a5 75px 75px,#0269a6 76px 76px,#0269a6 77px 77px,#0269a6 78px 78px,#0269a6 79px 79px,#026aa7 80px 80px}.azm-long-shadow.azm-tumblr{text-shadow:#284058 1px 1px,#284058 2px 2px,#284058 3px 3px,#284058 4px 4px,#284058 5px 5px,#284058 6px 6px,#284058 7px 7px,#284059 8px 8px,#284059 9px 9px,#284059 10px 10px,#284059 11px 11px,#284159 12px 12px,#284159 13px 13px,#284159 14px 14px,#284159 15px 15px,#28415a 16px 16px,#28415a 17px 17px,#28415a 18px 18px,#28415a 19px 19px,#29415a 20px 20px,#29415a 21px 21px,#29415a 22px 22px,#29425a 23px 23px,#29425b 24px 24px,#29425b 25px 25px,#29425b 26px 26px,#29425b 27px 27px,#29425b 28px 28px,#29425b 29px 29px,#29425b 30px 30px,#29425b 31px 31px,#29425c 32px 32px,#29425c 33px 33px,#29425c 34px 34px,#29435c 35px 35px,#29435c 36px 36px,#29435c 37px 37px,#29435c 38px 38px,#29435c 39px 39px,#2a435d 40px 40px,#2a435d 41px 41px,#2a435d 42px 42px,#2a435d 43px 43px,#2a435d 44px 44px,#2a435d 45px 45px,#2a445d 46px 46px,#2a445d 47px 47px,#2a445e 48px 48px,#2a445e 49px 49px,#2a445e 50px 50px,#2a445e 51px 51px,#2a445e 52px 52px,#2a445e 53px 53px,#2a445e 54px 54px,#2a445e 55px 55px,#2a445f 56px 56px,#2a445f 57px 57px,#2a455f 58px 58px,#2a455f 59px 59px,#2b455f 60px 60px,#2b455f 61px 61px,#2b455f 62px 62px,#2b455f 63px 63px,#2b4560 64px 64px,#2b4560 65px 65px,#2b4560 66px 66px,#2b4560 67px 67px,#2b4560 68px 68px,#2b4660 69px 69px,#2b4660 70px 70px,#2b4660 71px 71px,#2b4661 72px 72px,#2b4661 73px 73px,#2b4661 74px 74px,#2b4661 75px 75px,#2b4661 76px 76px,#2b4661 77px 77px,#2b4661 78px 78px,#2b4661 79px 79px,#2c4762 80px 80px}.azm-long-shadow.azm-twitter{text-shadow:#4d9bd6 1px 1px,#4d9bd6 2px 2px,#4d9bd6 3px 3px,#4d9bd7 4px 4px,#4d9cd7 5px 5px,#4d9cd7 6px 6px,#4d9cd8 7px 7px,#4d9cd8 8px 8px,#4d9cd8 9px 9px,#4e9dd9 10px 10px,#4e9dd9 11px 11px,#4e9dd9 12px 12px,#4e9dd9 13px 13px,#4e9dda 14px 14px,#4e9eda 15px 15px,#4e9eda 16px 16px,#4e9edb 17px 17px,#4e9edb 18px 18px,#4e9fdb 19px 19px,#4f9fdc 20px 20px,#4f9fdc 21px 21px,#4f9fdc 22px 22px,#4f9fdc 23px 23px,#4fa0dd 24px 24px,#4fa0dd 25px 25px,#4fa0dd 26px 26px,#4fa0de 27px 27px,#4fa0de 28px 28px,#4fa1de 29px 29px,#50a1df 30px 30px,#50a1df 31px 31px,#50a1df 32px 32px,#50a2df 33px 33px,#50a2e0 34px 34px,#50a2e0 35px 35px,#50a2e0 36px 36px,#50a2e1 37px 37px,#50a3e1 38px 38px,#50a3e1 39px 39px,#51a3e2 40px 40px,#51a3e2 41px 41px,#51a3e2 42px 42px,#51a4e2 43px 43px,#51a4e3 44px 44px,#51a4e3 45px 45px,#51a4e3 46px 46px,#51a4e4 47px 47px,#51a5e4 48px 48px,#51a5e4 49px 49px,#52a5e5 50px 50px,#52a5e5 51px 51px,#52a6e5 52px 52px,#52a6e5 53px 53px,#52a6e6 54px 54px,#52a6e6 55px 55px,#52a6e6 56px 56px,#52a7e7 57px 57px,#52a7e7 58px 58px,#52a7e7 59px 59px,#53a7e8 60px 60px,#53a7e8 61px 61px,#53a8e8 62px 62px,#53a8e8 63px 63px,#53a8e9 64px 64px,#53a8e9 65px 65px,#53a9e9 66px 66px,#53a9ea 67px 67px,#53a9ea 68px 68px,#53a9ea 69px 69px,#54a9eb 70px 70px,#54aaeb 71px 71px,#54aaeb 72px 72px,#54aaeb 73px 73px,#54aaec 74px 74px,#54aaec 75px 75px,#54abec 76px 76px,#54abed 77px 77px,#54abed 78px 78px,#54abed 79px 79px,#55acee 80px 80px}.azm-long-shadow.azm-vimeo{text-shadow:#3da8e6 1px 1px,#3da8e6 2px 2px,#3da8e6 3px 3px,#3da8e7 4px 4px,#3da9e7 5px 5px,#3da9e7 6px 6px,#3da9e8 7px 7px,#3da9e8 8px 8px,#3daae8 9px 9px,#3daae9 10px 10px,#3daae9 11px 11px,#3eaae9 12px 12px,#3eabea 13px 13px,#3eabea 14px 14px,#3eabea 15px 15px,#3eabeb 16px 16px,#3eaceb 17px 17px,#3eaceb 18px 18px,#3eaceb 19px 19px,#3eacec 20px 20px,#3eacec 21px 21px,#3eadec 22px 22px,#3faded 23px 23px,#3faded 24px 24px,#3faded 25px 25px,#3faeee 26px 26px,#3faeee 27px 27px,#3faeee 28px 28px,#3faeef 29px 29px,#3fafef 30px 30px,#3fafef 31px 31px,#3faff0 32px 32px,#3faff0 33px 33px,#3fb0f0 34px 34px,#40b0f0 35px 35px,#40b0f1 36px 36px,#40b0f1 37px 37px,#40b1f1 38px 38px,#40b1f2 39px 39px,#40b1f2 40px 40px,#40b1f2 41px 41px,#40b1f3 42px 42px,#40b2f3 43px 43px,#40b2f3 44px 44px,#40b2f4 45px 45px,#41b2f4 46px 46px,#41b3f4 47px 47px,#41b3f5 48px 48px,#41b3f5 49px 49px,#41b3f5 50px 50px,#41b4f5 51px 51px,#41b4f6 52px 52px,#41b4f6 53px 53px,#41b4f6 54px 54px,#41b5f7 55px 55px,#41b5f7 56px 56px,#41b5f7 57px 57px,#42b5f8 58px 58px,#42b6f8 59px 59px,#42b6f8 60px 60px,#42b6f9 61px 61px,#42b6f9 62px 62px,#42b6f9 63px 63px,#42b7fa 64px 64px,#42b7fa 65px 65px,#42b7fa 66px 66px,#42b7fa 67px 67px,#42b8fb 68px 68px,#43b8fb 69px 69px,#43b8fb 70px 70px,#43b8fc 71px 71px,#43b9fc 72px 72px,#43b9fc 73px 73px,#43b9fd 74px 74px,#43b9fd 75px 75px,#43bafd 76px 76px,#43bafe 77px 77px,#43bafe 78px 78px,#43bafe 79px 79px,#4bf 80px 80px}.azm-long-shadow.azm-vine{text-shadow:#00ac81 1px 1px,#00ac81 2px 2px,#00ac81 3px 3px,#00ac81 4px 4px,#00ad81 5px 5px,#00ad82 6px 6px,#00ad82 7px 7px,#00ad82 8px 8px,#00ae82 9px 9px,#00ae82 10px 10px,#00ae82 11px 11px,#00ae83 12px 12px,#00af83 13px 13px,#00af83 14px 14px,#00af83 15px 15px,#00af83 16px 16px,#00b083 17px 17px,#00b084 18px 18px,#00b084 19px 19px,#00b084 20px 20px,#00b084 21px 21px,#00b184 22px 22px,#00b185 23px 23px,#00b185 24px 24px,#00b185 25px 25px,#00b285 26px 26px,#00b285 27px 27px,#00b285 28px 28px,#00b286 29px 29px,#00b386 30px 30px,#00b386 31px 31px,#00b386 32px 32px,#00b386 33px 33px,#00b486 34px 34px,#00b487 35px 35px,#00b487 36px 36px,#00b487 37px 37px,#00b587 38px 38px,#00b587 39px 39px,#00b588 40px 40px,#00b588 41px 41px,#00b588 42px 42px,#00b688 43px 43px,#00b688 44px 44px,#00b688 45px 45px,#00b689 46px 46px,#00b789 47px 47px,#00b789 48px 48px,#00b789 49px 49px,#00b789 50px 50px,#00b889 51px 51px,#00b88a 52px 52px,#00b88a 53px 53px,#00b88a 54px 54px,#00b98a 55px 55px,#00b98a 56px 56px,#00b98a 57px 57px,#00b98b 58px 58px,#00ba8b 59px 59px,#00ba8b 60px 60px,#00ba8b 61px 61px,#00ba8b 62px 62px,#00ba8c 63px 63px,#00bb8c 64px 64px,#00bb8c 65px 65px,#00bb8c 66px 66px,#00bb8c 67px 67px,#00bc8c 68px 68px,#00bc8d 69px 69px,#00bc8d 70px 70px,#00bc8d 71px 71px,#00bd8d 72px 72px,#00bd8d 73px 73px,#00bd8d 74px 74px,#00bd8e 75px 75px,#00be8e 76px 76px,#00be8e 77px 77px,#00be8e 78px 78px,#00be8e 79px 79px,#00bf8f 80px 80px}.azm-long-shadow.azm-vk{text-shadow:#587493 1px 1px,#587493 2px 2px,#587493 3px 3px,#587493 4px 4px,#587494 5px 5px,#587494 6px 6px,#587594 7px 7px,#597594 8px 8px,#597594 9px 9px,#597595 10px 10px,#597595 11px 11px,#597595 12px 12px,#597695 13px 13px,#597695 14px 14px,#597696 15px 15px,#5a7696 16px 16px,#5a7696 17px 17px,#5a7696 18px 18px,#5a7796 19px 19px,#5a7797 20px 20px,#5a7797 21px 21px,#5a7797 22px 22px,#5a7797 23px 23px,#5b7797 24px 24px,#5b7898 25px 25px,#5b7898 26px 26px,#5b7898 27px 27px,#5b7898 28px 28px,#5b7898 29px 29px,#5b7899 30px 30px,#5b7999 31px 31px,#5c7999 32px 32px,#5c7999 33px 33px,#5c7999 34px 34px,#5c799a 35px 35px,#5c799a 36px 36px,#5c7a9a 37px 37px,#5c7a9a 38px 38px,#5c7a9a 39px 39px,#5d7a9b 40px 40px,#5d7a9b 41px 41px,#5d7a9b 42px 42px,#5d7a9b 43px 43px,#5d7b9b 44px 44px,#5d7b9c 45px 45px,#5d7b9c 46px 46px,#5d7b9c 47px 47px,#5e7b9c 48px 48px,#5e7b9c 49px 49px,#5e7c9d 50px 50px,#5e7c9d 51px 51px,#5e7c9d 52px 52px,#5e7c9d 53px 53px,#5e7c9d 54px 54px,#5e7c9e 55px 55px,#5f7d9e 56px 56px,#5f7d9e 57px 57px,#5f7d9e 58px 58px,#5f7d9e 59px 59px,#5f7d9f 60px 60px,#5f7d9f 61px 61px,#5f7e9f 62px 62px,#5f7e9f 63px 63px,#607e9f 64px 64px,#607ea0 65px 65px,#607ea0 66px 66px,#607ea0 67px 67px,#607fa0 68px 68px,#607fa0 69px 69px,#607fa1 70px 70px,#607fa1 71px 71px,#617fa1 72px 72px,#617fa1 73px 73px,#6180a1 74px 74px,#6180a2 75px 75px,#6180a2 76px 76px,#6180a2 77px 77px,#6180a2 78px 78px,#6180a2 79px 79px,#6281a3 80px 80px}.azm-long-shadow.azm-whatsapp{text-shadow:#509b20 1px 1px,#509b20 2px 2px,#509b20 3px 3px,#509b20 4px 4px,#509c20 5px 5px,#509c20 6px 6px,#509c20 7px 7px,#509c20 8px 8px,#519c20 9px 9px,#519d20 10px 10px,#519d20 11px 11px,#519d20 12px 12px,#519d20 13px 13px,#519d20 14px 14px,#519e20 15px 15px,#519e20 16px 16px,#519e20 17px 17px,#529e20 18px 18px,#529f20 19px 19px,#529f20 20px 20px,#529f20 21px 21px,#529f20 22px 22px,#529f20 23px 23px,#52a020 24px 24px,#52a020 25px 25px,#52a020 26px 26px,#53a021 27px 27px,#53a021 28px 28px,#53a121 29px 29px,#53a121 30px 30px,#53a121 31px 31px,#53a121 32px 32px,#53a221 33px 33px,#53a221 34px 34px,#53a221 35px 35px,#54a221 36px 36px,#54a221 37px 37px,#54a321 38px 38px,#54a321 39px 39px,#54a321 40px 40px,#54a321 41px 41px,#54a321 42px 42px,#54a421 43px 43px,#54a421 44px 44px,#55a421 45px 45px,#55a421 46px 46px,#55a421 47px 47px,#55a521 48px 48px,#55a521 49px 49px,#55a521 50px 50px,#55a521 51px 51px,#55a621 52px 52px,#55a621 53px 53px,#56a622 54px 54px,#56a622 55px 55px,#56a622 56px 56px,#56a722 57px 57px,#56a722 58px 58px,#56a722 59px 59px,#56a722 60px 60px,#56a722 61px 61px,#56a822 62px 62px,#57a822 63px 63px,#57a822 64px 64px,#57a822 65px 65px,#57a922 66px 66px,#57a922 67px 67px,#57a922 68px 68px,#57a922 69px 69px,#57a922 70px 70px,#57aa22 71px 71px,#58aa22 72px 72px,#58aa22 73px 73px,#58aa22 74px 74px,#58aa22 75px 75px,#58ab22 76px 76px,#58ab22 77px 77px,#58ab22 78px 78px,#58ab22 79px 79px,#59ac23 80px 80px}.azm-long-shadow.azm-windows{text-shadow:#00a9da 1px 1px,#00a9da 2px 2px,#00a9da 3px 3px,#00a9db 4px 4px,#00aadb 5px 5px,#00aadb 6px 6px,#00aadc 7px 7px,#00aadc 8px 8px,#00abdc 9px 9px,#00abdd 10px 10px,#00abdd 11px 11px,#00abdd 12px 12px,#00acdd 13px 13px,#00acde 14px 14px,#00acde 15px 15px,#00acde 16px 16px,#00addf 17px 17px,#00addf 18px 18px,#00addf 19px 19px,#00ade0 20px 20px,#00ade0 21px 21px,#00aee0 22px 22px,#00aee0 23px 23px,#00aee1 24px 24px,#00aee1 25px 25px,#00afe1 26px 26px,#00afe2 27px 27px,#00afe2 28px 28px,#00afe2 29px 29px,#00b0e3 30px 30px,#00b0e3 31px 31px,#00b0e3 32px 32px,#00b0e3 33px 33px,#00b1e4 34px 34px,#00b1e4 35px 35px,#00b1e4 36px 36px,#00b1e5 37px 37px,#00b2e5 38px 38px,#00b2e5 39px 39px,#00b2e6 40px 40px,#00b2e6 41px 41px,#00b2e6 42px 42px,#00b3e6 43px 43px,#00b3e7 44px 44px,#00b3e7 45px 45px,#00b3e7 46px 46px,#00b4e8 47px 47px,#00b4e8 48px 48px,#00b4e8 49px 49px,#00b4e9 50px 50px,#00b5e9 51px 51px,#00b5e9 52px 52px,#00b5e9 53px 53px,#00b5ea 54px 54px,#00b6ea 55px 55px,#00b6ea 56px 56px,#00b6eb 57px 57px,#00b6eb 58px 58px,#00b7eb 59px 59px,#00b7ec 60px 60px,#00b7ec 61px 61px,#00b7ec 62px 62px,#00b7ec 63px 63px,#00b8ed 64px 64px,#00b8ed 65px 65px,#00b8ed 66px 66px,#00b8ee 67px 67px,#00b9ee 68px 68px,#00b9ee 69px 69px,#00b9ef 70px 70px,#00b9ef 71px 71px,#00baef 72px 72px,#00baef 73px 73px,#00baf0 74px 74px,#00baf0 75px 75px,#00bbf0 76px 76px,#00bbf1 77px 77px,#00bbf1 78px 78px,#00bbf1 79px 79px,#00bcf2 80px 80px}.azm-long-shadow.azm-wordpress{text-shadow:#1b7eab 1px 1px,#1b7eab 2px 2px,#1b7eab 3px 3px,#1b7eab 4px 4px,#1b7eac 5px 5px,#1b7fac 6px 6px,#1b7fac 7px 7px,#1b7fac 8px 8px,#1b7fad 9px 9px,#1b7fad 10px 10px,#1b7fad 11px 11px,#1b80ad 12px 12px,#1b80ae 13px 13px,#1b80ae 14px 14px,#1b80ae 15px 15px,#1b80ae 16px 16px,#1b80af 17px 17px,#1b81af 18px 18px,#1b81af 19px 19px,#1b81af 20px 20px,#1b81af 21px 21px,#1b81b0 22px 22px,#1b82b0 23px 23px,#1b82b0 24px 24px,#1b82b0 25px 25px,#1b82b1 26px 26px,#1c82b1 27px 27px,#1c82b1 28px 28px,#1c83b1 29px 29px,#1c83b2 30px 30px,#1c83b2 31px 31px,#1c83b2 32px 32px,#1c83b2 33px 33px,#1c83b3 34px 34px,#1c84b3 35px 35px,#1c84b3 36px 36px,#1c84b3 37px 37px,#1c84b4 38px 38px,#1c84b4 39px 39px,#1c85b4 40px 40px,#1c85b4 41px 41px,#1c85b4 42px 42px,#1c85b5 43px 43px,#1c85b5 44px 44px,#1c85b5 45px 45px,#1c86b5 46px 46px,#1c86b6 47px 47px,#1c86b6 48px 48px,#1c86b6 49px 49px,#1c86b6 50px 50px,#1c86b7 51px 51px,#1c87b7 52px 52px,#1c87b7 53px 53px,#1d87b7 54px 54px,#1d87b8 55px 55px,#1d87b8 56px 56px,#1d87b8 57px 57px,#1d88b8 58px 58px,#1d88b9 59px 59px,#1d88b9 60px 60px,#1d88b9 61px 61px,#1d88b9 62px 62px,#1d89b9 63px 63px,#1d89ba 64px 64px,#1d89ba 65px 65px,#1d89ba 66px 66px,#1d89ba 67px 67px,#1d89bb 68px 68px,#1d8abb 69px 69px,#1d8abb 70px 70px,#1d8abb 71px 71px,#1d8abc 72px 72px,#1d8abc 73px 73px,#1d8abc 74px 74px,#1d8bbc 75px 75px,#1d8bbd 76px 76px,#1d8bbd 77px 77px,#1d8bbd 78px 78px,#1d8bbd 79px 79px,#1e8cbe 80px 80px}.azm-long-shadow.azm-xing{text-shadow:#005a5a 1px 1px,#005a5a 2px 2px,#005a5a 3px 3px,#005a5a 4px 4px,#005a5a 5px 5px,#005a5a 6px 6px,#005a5a 7px 7px,#005b5b 8px 8px,#005b5b 9px 9px,#005b5b 10px 10px,#005b5b 11px 11px,#005b5b 12px 12px,#005b5b 13px 13px,#005b5b 14px 14px,#005b5b 15px 15px,#005c5c 16px 16px,#005c5c 17px 17px,#005c5c 18px 18px,#005c5c 19px 19px,#005c5c 20px 20px,#005c5c 21px 21px,#005c5c 22px 22px,#005c5c 23px 23px,#005d5d 24px 24px,#005d5d 25px 25px,#005d5d 26px 26px,#005d5d 27px 27px,#005d5d 28px 28px,#005d5d 29px 29px,#005d5d 30px 30px,#005d5d 31px 31px,#005e5e 32px 32px,#005e5e 33px 33px,#005e5e 34px 34px,#005e5e 35px 35px,#005e5e 36px 36px,#005e5e 37px 37px,#005e5e 38px 38px,#005e5e 39px 39px,#005f5f 40px 40px,#005f5f 41px 41px,#005f5f 42px 42px,#005f5f 43px 43px,#005f5f 44px 44px,#005f5f 45px 45px,#005f5f 46px 46px,#005f5f 47px 47px,#006060 48px 48px,#006060 49px 49px,#006060 50px 50px,#006060 51px 51px,#006060 52px 52px,#006060 53px 53px,#006060 54px 54px,#006060 55px 55px,#006161 56px 56px,#006161 57px 57px,#006161 58px 58px,#006161 59px 59px,#006161 60px 60px,#006161 61px 61px,#006161 62px 62px,#006161 63px 63px,#006262 64px 64px,#006262 65px 65px,#006262 66px 66px,#006262 67px 67px,#006262 68px 68px,#006262 69px 69px,#006262 70px 70px,#006262 71px 71px,#006363 72px 72px,#006363 73px 73px,#006363 74px 74px,#006363 75px 75px,#006363 76px 76px,#006363 77px 77px,#006363 78px 78px,#006363 79px 79px,#006464 80px 80px}.azm-long-shadow.azm-yahoo{text-shadow:#4a0eb0 1px 1px,#4a0eb0 2px 2px,#4a0eb0 3px 3px,#4a0eb1 4px 4px,#4a0eb1 5px 5px,#4a0eb1 6px 6px,#4a0eb1 7px 7px,#4a0eb2 8px 8px,#4a0eb2 9px 9px,#4b0eb2 10px 10px,#4b0eb2 11px 11px,#4b0eb3 12px 12px,#4b0eb3 13px 13px,#4b0eb3 14px 14px,#4b0eb3 15px 15px,#4b0eb4 16px 16px,#4b0eb4 17px 17px,#4b0eb4 18px 18px,#4b0eb4 19px 19px,#4c0eb5 20px 20px,#4c0eb5 21px 21px,#4c0eb5 22px 22px,#4c0eb5 23px 23px,#4c0eb6 24px 24px,#4c0eb6 25px 25px,#4c0eb6 26px 26px,#4c0eb6 27px 27px,#4c0eb7 28px 28px,#4c0eb7 29px 29px,#4d0eb7 30px 30px,#4d0eb7 31px 31px,#4d0eb8 32px 32px,#4d0eb8 33px 33px,#4d0eb8 34px 34px,#4d0eb8 35px 35px,#4d0eb9 36px 36px,#4d0eb9 37px 37px,#4d0eb9 38px 38px,#4d0eb9 39px 39px,#4e0fba 40px 40px,#4e0fba 41px 41px,#4e0fba 42px 42px,#4e0fba 43px 43px,#4e0fbb 44px 44px,#4e0fbb 45px 45px,#4e0fbb 46px 46px,#4e0fbb 47px 47px,#4e0fbc 48px 48px,#4e0fbc 49px 49px,#4f0fbc 50px 50px,#4f0fbc 51px 51px,#4f0fbd 52px 52px,#4f0fbd 53px 53px,#4f0fbd 54px 54px,#4f0fbd 55px 55px,#4f0fbe 56px 56px,#4f0fbe 57px 57px,#4f0fbe 58px 58px,#4f0fbe 59px 59px,#500fbf 60px 60px,#500fbf 61px 61px,#500fbf 62px 62px,#500fbf 63px 63px,#500fc0 64px 64px,#500fc0 65px 65px,#500fc0 66px 66px,#500fc0 67px 67px,#500fc1 68px 68px,#500fc1 69px 69px,#510fc1 70px 70px,#510fc1 71px 71px,#510fc2 72px 72px,#510fc2 73px 73px,#510fc2 74px 74px,#510fc2 75px 75px,#510fc3 76px 76px,#510fc3 77px 77px,#510fc3 78px 78px,#510fc3 79px 79px,#5210c4 80px 80px}.azm-long-shadow.azm-yelp{text-shadow:#b01000 1px 1px,#b01000 2px 2px,#b01000 3px 3px,#b11000 4px 4px,#b11000 5px 5px,#b11000 6px 6px,#b11000 7px 7px,#b21000 8px 8px,#b21000 9px 9px,#b21000 10px 10px,#b21000 11px 11px,#b31000 12px 12px,#b31000 13px 13px,#b31000 14px 14px,#b31000 15px 15px,#b41000 16px 16px,#b41000 17px 17px,#b41000 18px 18px,#b41000 19px 19px,#b51000 20px 20px,#b51000 21px 21px,#b51000 22px 22px,#b51000 23px 23px,#b61000 24px 24px,#b61000 25px 25px,#b61000 26px 26px,#b61000 27px 27px,#b71000 28px 28px,#b71000 29px 29px,#b71000 30px 30px,#b71000 31px 31px,#b81000 32px 32px,#b81000 33px 33px,#b81000 34px 34px,#b81000 35px 35px,#b91000 36px 36px,#b91000 37px 37px,#b91000 38px 38px,#b91000 39px 39px,#ba1100 40px 40px,#ba1100 41px 41px,#ba1100 42px 42px,#ba1100 43px 43px,#b10 44px 44px,#b10 45px 45px,#b10 46px 46px,#b10 47px 47px,#bc1100 48px 48px,#bc1100 49px 49px,#bc1100 50px 50px,#bc1100 51px 51px,#bd1100 52px 52px,#bd1100 53px 53px,#bd1100 54px 54px,#bd1100 55px 55px,#be1100 56px 56px,#be1100 57px 57px,#be1100 58px 58px,#be1100 59px 59px,#bf1100 60px 60px,#bf1100 61px 61px,#bf1100 62px 62px,#bf1100 63px 63px,#c01100 64px 64px,#c01100 65px 65px,#c01100 66px 66px,#c01100 67px 67px,#c11100 68px 68px,#c11100 69px 69px,#c11100 70px 70px,#c11100 71px 71px,#c21100 72px 72px,#c21100 73px 73px,#c21100 74px 74px,#c21100 75px 75px,#c31100 76px 76px,#c31100 77px 77px,#c31100 78px 78px,#c31100 79px 79px,#c41200 80px 80px}.azm-long-shadow.azm-youtube,.azm-long-shadow.azm-youtube-play{text-shadow:#bb1d1f 1px 1px,#bb1d1f 2px 2px,#bb1d1f 3px 3px,#bc1d1f 4px 4px,#bc1d1f 5px 5px,#bc1d1f 6px 6px,#bc1d1f 7px 7px,#bd1d1f 8px 8px,#bd1d1f 9px 9px,#bd1d1f 10px 10px,#bd1d1f 11px 11px,#be1d1f 12px 12px,#be1d1f 13px 13px,#be1d1f 14px 14px,#be1d1f 15px 15px,#bf1d1f 16px 16px,#bf1d1f 17px 17px,#bf1d1f 18px 18px,#bf1d1f 19px 19px,#c01d1f 20px 20px,#c01d1f 21px 21px,#c01d1f 22px 22px,#c11d1f 23px 23px,#c11d1f 24px 24px,#c11d1f 25px 25px,#c11d1f 26px 26px,#c21e20 27px 27px,#c21e20 28px 28px,#c21e20 29px 29px,#c21e20 30px 30px,#c31e20 31px 31px,#c31e20 32px 32px,#c31e20 33px 33px,#c31e20 34px 34px,#c41e20 35px 35px,#c41e20 36px 36px,#c41e20 37px 37px,#c41e20 38px 38px,#c51e20 39px 39px,#c51e20 40px 40px,#c51e20 41px 41px,#c61e20 42px 42px,#c61e20 43px 43px,#c61e20 44px 44px,#c61e20 45px 45px,#c71e20 46px 46px,#c71e20 47px 47px,#c71e20 48px 48px,#c71e20 49px 49px,#c81e20 50px 50px,#c81e20 51px 51px,#c81e20 52px 52px,#c81e20 53px 53px,#c91f21 54px 54px,#c91f21 55px 55px,#c91f21 56px 56px,#c91f21 57px 57px,#ca1f21 58px 58px,#ca1f21 59px 59px,#ca1f21 60px 60px,#cb1f21 61px 61px,#cb1f21 62px 62px,#cb1f21 63px 63px,#cb1f21 64px 64px,#cc1f21 65px 65px,#cc1f21 66px 66px,#cc1f21 67px 67px,#cc1f21 68px 68px,#cd1f21 69px 69px,#cd1f21 70px 70px,#cd1f21 71px 71px,#cd1f21 72px 72px,#ce1f21 73px 73px,#ce1f21 74px 74px,#ce1f21 75px 75px,#ce1f21 76px 76px,#cf1f21 77px 77px,#cf1f21 78px 78px,#cf1f21 79px 79px,#d02022 80px 80px}.azm-border-radius{border-radius:4px;}

.nseparator-shadow{background:transparent url(../img/base/sep-shadow.png) no-repeat top center;height:9px;width:100%;margin-top:40px;margin-bottom:40px;-moz-background-size:100% 100%;-o-background-size:100% 100%;background-size:100% 100%}.v-gallery-widget{margin-bottom:40px;position:relative;overflow:hidden}.v-gallery-widget .gallery-nav{margin-top:30px}.v-gallery-widget .gallery-nav li{margin-left:30px}.v-gallery-widget .gallery-nav li:first-child{margin-left:0}.v-gallery-widget .gallery-nav li img{display:block;width:100%;height:auto;opacity:.7;cursor:pointer;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.v-gallery-widget .gallery-nav li.flex-active-slide img,.v-gallery-widget .gallery-nav li img:hover{opacity:1}.gallery-slider p.flex-caption{position:absolute;bottom:0;padding:15px 20px;color:#fff;margin:0;width:100%;font-size:16px}.gallery{padding-top:10px;margin:0 -2%}.gallery .gallery-item{float:left;display:block;width:20%;margin:0 2% 4%}.gallery-columns-1 .gallery-item{width:96%}.gallery-columns-2 .gallery-item{width:46%}.gallery-columns-3 .gallery-item{width:29.3%}.gallery-columns-4 .gallery-item{width:21%}.gallery-columns-5 .gallery-item{width:16%}.gallery-columns-6 .gallery-item{width:12.6%}.gallery-columns-7 .gallery-item{width:10.2%}.gallery-columns-8 .gallery-item{width:8.4%}.gallery-columns-9 .gallery-item{width:7.1%}.gallery-item .gallery-icon{background:#222 url(../img/view-image.html) no-repeat center center;width:100%;height:auto}.gallery-item img{display:block;width:100%;height:auto}.v-gmap-widget{margin-bottom:20px}.fullscreen-map{padding:0}.v-gmap-widget .v-map-wrap{padding:0}.v-wrapper.shadow .v-map-wrap{padding:0 0 1.6%;margin-bottom:30px;background:transparent url(../img/base/box_shadow_effect.png) no-repeat center bottom;-moz-background-size:100% auto;background-size:100% auto}.map-canvas img{max-width:none}.v-team-member-wrap{margin-bottom:30px;display:table}.v-team-member-box .cover{border:1px solid #ebebeb}.v-team-member-box a.read-more i{font-size:22px;position:absolute;right:60%;top:-5px;opacity:0;-webkit-transition:right .3s ease-in-out,opacity .3s ease-in-out;-moz-transition:right .3s ease-in-out,opacity .3s ease-in-out;-o-transition:right .3s ease-in-out,opacity .3s ease-in-out;transition:right .3s ease-in-out,opacity .3s ease-in-out}.v-team-member-box a.read-more:hover i{opacity:.4;right:100%}.v-team-member-statu{color:#a5a5a5;font-size:12px;line-height:1}.v-team-member-name{font-size:19px;line-height:1.6}.v-team-member-box a.read-more{position:relative;font-size:11px;line-height:1.5;text-transform:uppercase;letter-spacing:1px;color:#7a7a7a}.v-team-member-box p{color:#7a7a7a;direction:ltr;display:block;font-size:13px;font-style:normal;font-weight:400;line-height:23px}.v-team-member-box .read-more{border-bottom:0}.v-team-member-box .read-more:hover{border-bottom-width:1px;border-bottom-style:dotted}.v-team-member-box .widget{padding-bottom:0}.v-team-member-box .v-team-member-img{position:relative;z-index:1;display:inline-block;margin:0 auto;border-radius:2px}.v-team-member-box .v-team-member-img img{max-width:100%;max-height:100%;vertical-align:top;width:100%}.v-team-member-box .v-team-member-img .member-bg{position:absolute;z-index:0;bottom:0;left:0;right:0;height:60px;background:-moz-linear-gradient(bottom,rgba(0,0,0,0.66),transparent);background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.66),transparent);background:-o-linear-gradient(bottom,rgba(0,0,0,0.66),transparent);background:-ms-linear-gradient(bottom,rgba(0,0,0,0.66),transparent);background:linear-gradient(bottom,rgba(0,0,0,0.66),transparent);opacity:0;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.v-team-member-box .v-team-member-img .social-icons{display:block;position:absolute;left:0;bottom:0;height:36px;opacity:0;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;color:#fff}.v-team-member-box .v-team-member-img .social-icons a{width:36px;height:36px;color:inherit}.v-team-member-box .v-team-member-img .social-icons a i{width:36px;height:36px;line-height:36px;bottom:auto;-webkit-transition:top .3s ease-in-out;-moz-transition:top .3s ease-in-out;-o-transition:top .3s ease-in-out;transition:top .3s ease-in-out;color:#fff}.v-team-member-box .v-team-member-img .social-icons a:hover i{top:0}.v-team-member-box .v-team-member-img .social-icons a + .soc-tooltip{display:none}.v-team-member-box .v-team-member-img:hover .member-bg{opacity:1}.v-team-member-box .v-team-member-img:hover .social-icons{opacity:1}.v-team-member-box .heading{position:relative;text-align:left;border-bottom:1px solid #ebebeb}.v-team-member-box .heading .v-team-member-info{padding-bottom:10px;position:relative}.v-team-member-box .member-info{padding:16px 18px 9px;display:block;background-color:#fff}.v-team-member-box .heading .v-team-member-info > .v-team-member-name{top:0;z-index:1;text-align:center;margin-bottom:2px;margin-top:0}.v-team-member-box .heading .v-team-member-info > .v-team-member-statu{padding-top:0;position:relative;z-index:1;opacity:1;display:block;text-align:center;margin-bottom:5px}.v-team-member-box .heading .read-more-block{width:50%;position:absolute;right:0;bottom:23px;text-align:right;line-height:1}.v-team-member-box .v-team-member-desc{position:relative;text-align:left;padding-top:15px;padding-bottom:15px;border-bottom:1px solid #ebebeb}.v-team-member-box .v-team-member-desc p{margin-bottom:0}.v-team-member-box .social-icons{position:relative;font-size:16px;text-align:center}.v-team-member-box ul.social-icons li{height:36px;float:none}.v-team-member-box ul.social-icons li:not(.sf-love) a{padding:0}.v-team-member-box .social-icons a{position:relative;display:inline-block;width:39px;height:39px;overflow:hidden;color:rgba(255,255,255,0.5);font-size:12px;line-height:39px;text-align:center;background-color:transparent;-webkit-transition:color .3s ease-out,top .3sss ease-out;-moz-transition:color .3s ease-out,top .3sss ease-out;transition:color .3s ease-out,top .3sss ease-out}.v-team-member-box .social-icons a:before{opacity:1;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.v-team-member-box .social-icons a:hover{color:#fff}.v-team-member-box .social-icons a:hover:before{opacity:0}.v-team-member-box .social-icons a:last-child{margin-right:0}.v-team-member-box .social-icons a i{display:block;width:39px;height:39px;line-height:39px;position:absolute;bottom:37px;-webkit-transition:bottom .3s ease-in-out;-moz-transition:bottom .3s ease-in-out;-o-transition:bottom .3s ease-in-out;transition:bottom .3s ease-in-out}.v-team-member-box ul.social-icons li a:hover i{top:1%!important}.v-team-member-box .social-icons.widget.social-icons-bottom-margin,.v-team-member-box .social-icons.social-icons-bottom-margin{margin-bottom:35px}.v-team-member-box .widget.social-icons{margin-bottom:0;margin-left:auto;margin-right:auto;width:100%;padding-top:10px}.v-team-member-box .widget.social-icons h3{margin-bottom:23px}.v-team-member-box .widget.social-icons a{color:#656565;-webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;-moz-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.v-team-member-box .widget.social-icons a:hover{color:#fff}.v-team-member-box .widget.social-icons.social-icons-small a i{bottom:39px}.v-team-member-box .widget.social-icons.social-icons-small a:hover i{bottom:0}.v-team-member-box .widget.social-icons.social-icons-small .soc-tooltip{display:none}.v-team-member-box .widget.social-icons.social-icons-small.bordered a{margin-right:2px}.v-team-member-box .widget.social-icons.social-icons-small.bordered a:before{display:block;width:39px;height:39px;line-height:39px;text-align:center;border:1px solid #ebebeb}.v-icon{font-size:30px;line-height:32px;padding:0;width:auto;background-image:none}.icon-character{font-weight:700;margin-left:5px;margin-right:12px}.v-icon.medium{font-size:38px!important;line-height:40px!important;width:auto;height:38px}.feature-box-icon.small .v-icon{line-height:28px;height:30px}.v-icon.v-icon-large{font-size:50px;line-height:69px;width:auto;height:56px}.feature-box-icon.cont-large .v-icon{line-height:76px}.feature-box-icon.cont-large .v-icon[class^="icon-"]{line-height:92px}.feature-box-icon.cont-large .icon-character{font-size:80px}.feature-box-icon .v-icon{padding:0;display:block}.feature-box-icon{padding:20px;-moz-border-radius:50%;border-radius:50%;text-align:center;vertical-align:middle;margin-bottom:20px;margin-right:20px;height:30px;width:30px;line-height:12px;border:2px solid transparent;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box;-moz-background-size:100% 100%;background-size:100% 100%;background-position:center center;-moz-transition:all .1s ease-in-out;-webkit-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out;border-color:#ebebeb}.feature-box-icon:hover,.sf-hover .feature-box-icon{background-image:url(../img/crease.svg)}.browser-ie .feature-box-icon:hover,.browser-ie .sf-hover .feature-box-icon,.browser-ie10 .feature-box-icon:hover,.browser-ie10 .sf-hover .feature-box-icon{background-image:none}.feature-box-icon.small{padding:18px}.feature-box-icon.cont-large{padding:37px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;text-align:center;vertical-align:middle;width:77px;height:77px}.v-icon.v-icon-large:before{font-size:72px}.v-icon-float-left{float:left;padding:5px 10px 0 0}.v-icon-float-right{float:right;padding:5px 0 0 10px}.icn-holder{display:inline-block}.feature-box h3 > i[class*="icon-"]{vertical-align:-4px}.feature-box{display:block;position:relative;z-index:2}.feature-box.feature-box-st{text-align:center;padding:10px}.feature-box-st .feature-box-icon{margin-right:0;margin-bottom:5px}.feature-box-st .v-icon{padding:0}.feature-box h3 > i{font-size:1.3em;margin-right:15px}.feature-box.feature-box-st h3{margin-bottom:20px;font-weight:600}.feature-box.left-icon h3,.feature-box.left-icon-v2 h3{margin-top:0;margin-bottom:10px;font-weight:600}.feature-box.left-icon .feature-box-icon{float:left;position:relative}.feature-box.left-icon-v2 > i{float:left;position:relative;font-size:42px;line-height:52px;text-align:center;width:44px}.feature-box.left-icon-v2 > span{float:left;position:relative;font-size:46px;line-height:46px;text-align:center;width:48px;margin-left:0}.feature-box.feature-box-secundary-two .v-icon{margin-bottom:15px}.feature-box.feature-box-secundary-two h3{margin-top:10px}.feature-box[class*="feature-box-secundary-"] .feature-box-icon{background-image:url(../img/crease.svg);-moz-background-size:100% 100%;background-size:100% 100%;background-position:center center;position:absolute;left:42%;top:-32px;-moz-border-radius:0 100px 100px;-webkit-border-radius:0 100px 100px;border-radius:0 100px 100px;height:30px;width:30px;line-height:12px;border:0;margin:0;-moz-transition:all .1s ease-in-out;-webkit-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.browser-ie .feature-box[class*="feature-box-secundary-"] .feature-box-icon,.browser-ie10 .feature-box[class*="feature-box-secundary-"] .feature-box-icon{background-image:none}.feature-box.feature-box-secundary-three .feature-box-icon{right:50%;margin-right:-35px}.feature-box[class*="feature-box-secundary-"] .feature-box-text{background:#fff;padding:40px 30px;margin-top:35px;margin-bottom:20px;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.feature-box[class*="feature-box-secundary-"].left-icon-x .feature-box-icon{top:35%;left:0}.feature-box[class*="feature-box-secundary-"].left-icon-x .feature-box-text{margin-left:35px;padding:20px 30px 30px 50px}.feature-box[class*="feature-box-secundary-"].left-icon-x h3,.feature-box[class*="feature-box-secundary-"].left-icon-x .feature-box-text-inner{text-align:left}.feature-box.feature-box-secundary-three .feature-box-text{padding:60px 30px 65px;padding-bottom:40px}.feature-box.feature-box-secundary-two .feature-box-text{padding-bottom:30px;text-align:center}.feature-box.feature-box-secundary-four .feature-box-text{padding:25px 30px 20px}.feature-box.feature-box-secundary-four h3{margin-top:0}.feature-box .feature-box-text{display:block}.feature-box.left-icon .feature-box-text{display:block;margin-left:90px}.feature-box.left-icon-v2 .feature-box-text{display:block;margin-left:60px}.feature-box.left-icon-v2 .feature-box-text h3{margin-bottom:10px;font-weight:500}.feature-box.feature-box-secundary-three h3,.feature-box.feature-box-secundary-three .feature-box-text-inner{text-align:center}.feature-box[class*="feature-box-secundary-"] h3,.feature-box[class*="feature-box-secundary-"] .feature-box-text-inner{font-weight:500;text-align:center}.feature-box-line{width:50px;height:2px;margin:0 auto;display:block;background:#e4e4e4;margin-bottom:20px;-webkit-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275) 0!important;-moz-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275) 0!important;-o-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275) 0!important;transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275) 0!important}.sf-hover .feature-box-line{width:100px}.feature-box-text-inner{display:block;width:100%;line-height:165%}.feature-box-text-inner p:last-child{margin-bottom:0}.feature-box-icon:hover .v-icon,.sf-hover .feature-box-icon .v-icon,.feature-box.feature-box-secundary-one .v-icon,.feature-box.feature-box-secundary-three .v-icon{color:#fff}.feature-box .icon-white{color:#fff}.feature-box-animated .back,.feature-box-animated .back h3{color:#fff!important}.btn{padding:9px 12px;outline:none!important}.btn.v-btn{}.btn.v-btn,input[type=submit]{position:relative;display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;zoom:1;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-size:13px;line-height:1.3;letter-spacing:.3px;text-transform:uppercase;color:#eee;color:rgba(255,255,255,1)!important;box-shadow:0 1px 0 0 #065296;padding:13px 20px;font-weight:700;}.btn.subscriber-button{margin-bottom:0;margin-right:0}button.btn:not(.v-btn.v-second-dark):not(.v-btn.v-third-dark){border:none}.btn.v-btn.disabled{cursor:default!important;background:rgba(39,174,96,.8)!important;box-shadow:0 1px 0 0 rgba(19,154,76,.9)!important}.btn.v-btn-default:hover,input[type=submit]:hover{color:#FFF;color:rgba(255,255,255,1)!important;box-shadow:0 1px 0 0 rgba(0,0,0,1);background:#323436!important}.btn.v-btn.btn-danger{box-shadow:none;padding:12px 16px;margin-bottom:0}.btn.v-btn i{position:relative;top:0;font-size:1.2em;margin-right:8px}.btn.v-btn i[class*="icon-"]{font-size:1em}.v-dropdown-box a.btn.v-btn{color:#eee;color:rgba(255,255,255,.8)!important}.v-dropdown-box a.btn.v-btn:hover{color:#FFF;color:rgba(255,255,255,1)!important}.btn.v-btn.special-icon{padding-left:55px!important}.btn.v-btn.special-icon i{position:absolute;left:0;top:0;height:100%;width:37px;background:#065296;text-align:center;line-height:43px;margin-right:0}.btn.v-btn.special-icon i::after{position:absolute;display:block;content:"";width:10px;height:10px;background:#065296;border-right:0;border-bottom:0;top:50%;margin-top:-3px;right:-5px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);z-index:8}.btn.v-btn.special-icon:hover i,.btn.v-btn.special-icon:hover i::after{background:#222}.v-btn.v-turqoise{background:rgba(26,188,156,.8);box-shadow:0 1px 0 0 rgba(6,168,136,.9)}.btn.v-btn.v-turqoise.special-icon i::after,.btn.v-btn.v-turqoise.special-icon i{background:rgba(6,168,136,1)}.v-btn.v-turqoise:hover{background:rgba(26,188,156,1);box-shadow:0 1px 0 0 rgba(6,168,136,1)}.v-btn.v-green-sea{background:rgba(22,160,133,.8);box-shadow:0 1px 0 0 rgba(2,140,113,.9)}.btn.v-btn.v-green-sea.special-icon i::after,.btn.v-btn.v-green-sea.special-icon i{background:rgba(2,140,113,1)}.v-btn.v-green-sea:hover{background:rgba(22,160,133,1);box-shadow:0 1px 0 0 rgba(2,140,113,1)}.v-btn.v-sunflower{background:rgba(241,196,15,.8);box-shadow:0 1px 0 0 rgba(221,176,0,.9)}.btn.v-btn.v-sunflower.special-icon i::after,.btn.v-btn.v-sunflower.special-icon i{background:rgba(221,176,0,1)}.v-btn.v-sunflower:hover{background:rgba(241,196,15,1);box-shadow:0 1px 0 0 rgba(221,176,0,1)}.v-btn.v-orange{background:rgba(243,156,18,.8);box-shadow:0 1px 0 0 rgba(223,136,0,.9)}.btn.v-btn.v-orange.special-icon i::after,.btn.v-orange.special-icon i{background:rgba(223,136,0,1)}.v-btn.v-orange:hover{background:rgba(243,156,18,1);box-shadow:0 1px 0 0 rgba(223,136,0,1)}.v-btn.v-emerald{background:rgba(46,204,113,.8)!important;box-shadow:0 1px 0 0 rgba(26,184,93,.9)!important}.v-btn.btn.v-emerald.special-icon i::after,.btn.v-btn.v-emerald.special-icon i{background:rgba(26,184,93,1)}.v-btn.v-emerald:hover{background:rgba(46,204,113,1)!important;box-shadow:0 1px 0 0 rgba(26,184,93,1)!important}.v-btn.v-nephritis{background:rgba(39,174,96,.8);box-shadow:0 1px 0 0 rgba(19,154,76,.9)}.btn.v-btn.v-nephritis.special-icon i::after,.btn.v-btn.v-nephritis.special-icon i{background:rgba(19,154,76,1)}.v-btn.v-nephritis:hover{background:rgba(39,174,96,1);box-shadow:0 1px 0 0 rgba(19,154,76,1)}.v-btn.v-carrot{background:rgba(230,126,34,.8);box-shadow:0 1px 0 0 rgba(210,106,14,.9)}.btn.v-btn.v-carrot.special-icon i::after,.btn.v-btn.v-carrot.special-icon i{background:rgba(210,106,14,1)}.v-btn.v-carrot:hover{background:rgba(230,126,34,1);box-shadow:0 3px 0 0 rgba(210,106,14,1)}.v-btn.v-pumpkin{background:rgba(211,84,0,.8);box-shadow:0 1px 0 0 rgba(191,64,0,.9)}.btn.v-btn.v-pumpkin.special-icon i::after,.btn.v-btn.v-pumpkin.special-icon i{background:rgba(191,64,0,1)}.v-btn.v-pumpkin:hover{background:rgba(211,84,0,1);box-shadow:0 1px 0 0 rgba(191,64,0,1)}.v-btn.v-btn.v-peter-river{background:rgba(52,152,219,.8);box-shadow:0 1px 0 0 rgba(32,132,199,.9)}.btn.v-btn.v-btn.v-peter-river.special-icon i::after,.btn.v-btn.v-btn.v-peter-river.special-icon i{background:rgba(32,132,199,1)}.v-btn.v-peter-river:hover{background:rgba(52,152,219,1);box-shadow:0 1px 0 0 rgba(32,132,199,1)}.v-btn.v-belize-hole{background:rgba(41,128,185,.8);box-shadow:0 1px 0 0 rgba(21,108,165,.9)}.btn.v-btn.v-belize-hole.special-icon i::after,.btn.v-btn.v-belize-hole.special-icon i{background:rgba(21,108,165,1)}.v-btn.v-belize-hole:hover{background:rgba(41,128,185,1);box-shadow:0 3px 0 0 rgba(21,108,165,1)}.v-btn.v-alizarin{background:rgba(231,76,60,.8);box-shadow:0 1px 0 0 rgba(221,56,40,.9)}.btn.v-btn.v-alizarin.special-icon i::after,.btn.v-btn.v-alizarin.special-icon i{background:rgba(221,56,40,1)}.v-btn.v-alizarin:hover{background:rgba(231,76,60,1);box-shadow:0 1px 0 0 rgba(221,56,40,1)}.v-btn.v-pomegranate{background:rgba(192,57,43,.8);box-shadow:0 1px 0 0 rgba(172,37,23,.9)}.btn.v-btn.v-pomegranate.special-icon i::after,.btn.v-btn.v-pomegranate.special-icon i{background:rgba(172,37,23,1)}.v-btn.v-pomegranate:hover{background:rgba(192,57,43,1);box-shadow:0 3px 0 0 rgba(172,37,23,1)}.v-btn.v-amethyst{background:rgba(155,89,182,.8);box-shadow:0 1px 0 0 rgba(135,69,162,.9)}.btn.v-btn.v-amethyst.special-icon i::after,.btn.v-btn.v-amethyst.special-icon i{background:rgba(135,69,162,1)}.v-btn.v-amethyst:hover{background:rgba(155,89,182,1);box-shadow:0 1px 0 0 rgba(135,69,162,1)}.v-btn.v-wisteria{background:rgba(142,68,173,.8);box-shadow:0 1px 0 0 rgba(122,48,153,.9)}.btn.v-btn.v-wisteria.special-icon i::after,.btn.v-btn.v-wisteria.special-icon i{background:rgba(122,48,153,1)}.v-btn.v-wisteria:hover{background:rgba(142,68,173,1);box-shadow:0 1px 0 0 rgba(122,48,153,1)}.v-btn.v-wet-asphalt{background:rgba(52,73,94,.8);box-shadow:0 1px 0 0 rgba(32,53,74,.9)}.btn.v-btn.v-wet-asphalt.special-icon i::after,.btn.v-btn.v-wet-asphalt.special-icon i{background:rgba(32,53,74,1)}.v-btn.v-wet-asphalt:hover{background:rgba(52,73,94,1);box-shadow:0 1px 0 0 rgba(32,53,74,1)}.v-btn.v-midnight-blue{background:rgba(44,62,80,.8);box-shadow:0 1px 0 0 rgba(24,42,60,.9)}.btn.v-btn.v-midnight-blue.special-icon i::after,.btn.v-btn.v-midnight-blue.special-icon i{background:rgba(24,42,60,1)}.v-btn.v-midnight-blue:hover{background:rgba(44,62,80,1);box-shadow:0 1px 0 0 rgba(24,42,60,1)}.v-btn.v-concrete{background:rgba(149,165,166,.8);box-shadow:0 1px 0 0 rgba(129,145,146,.8)}.btn.v-btn.v-concrete.special-icon i::after,.btn.v-btn.v-concrete.special-icon i{background:rgba(129,145,146,1)}.v-btn.v-concrete:hover{background:rgba(149,165,166,1);box-shadow:0 1px 0 0 rgba(109,125,126,.8)}.v-btn.v-asbestos{background:rgba(127,140,141,.8);box-shadow:0 1px 0 0 rgba(107,120,121,.9)}.btn.v-btn.v-asbestos.special-icon i::after,.btn.v-btn.v-asbestos.special-icon i{background:rgba(107,120,121,1)}.v-btn.v-asbestos:hover{background:rgba(127,140,141,1);box-shadow:0 1px 0 0 rgba(107,120,121,1)}.v-btn.v-darkly{background:rgba(50,52,54,.8);box-shadow:0 1px 0 rgba(255,255,255,.25)inset,0 3px 0 0 rgba(30,32,34,.8)}.btn.v-btn.v-darkly.special-icon i::after,.btn.v-btn.v-darkly.special-icon i{background:rgba(30,32,34,1)}.v-btn.v-darkly:hover{background:rgba(50,52,54,.8);box-shadow:0 1px 0 rgba(255,255,255,.3)inset,0 3px 0 0 rgba(30,32,34,.9)}.v-btn.v-second-dark{background:transparent!important;border:solid 2px rgba(0,0,0,0.6);color:#323436!important;box-shadow:none;padding:12px 25px!important}.v-btn.v-second-dark:hover{background:#323436!important;color:#FFF!important;box-shadow:none}.v-btn.v-third-dark{background:transparent!important;border:solid 2px #ececec;border-color:rgba(0,0,0,.1);color:#323436!important;box-shadow:none;padding:13px 40px 12px!important}.v-btn.v-yellow{background:#FFD62C!important;border:none;color:#323436!important;box-shadow:none;padding:15px 40px 13px!important}.v-btn.v-yellow:hover{background:#323436!important;box-shadow:none;color:#FFF!important}.v-btn.v-third-dark:hover{background:#323436!important;color:#FFF!important;box-shadow:none;border-color:#323436}.v-btn.v-second-light,.v-third-light{background:transparent!important;border:solid 2px #FFF;border-color:rgba(255,255,255,.6);color:#FFF!important;box-shadow:none!important;padding:14px 30px!important}.v-btn.v-second-light:hover{background:#FFF!important;color:#000!important}.v-btn.v-third-light{background:#FFF!important;color:#000!important}.v-btn.v-third-light:hover{background:transparent!important;color:#FFF!important}.btn.v-btn.no-three-d{box-shadow:none!important}.btn.v-btn i{margin-top:0!important}.btn.v-btn.v-large-button{padding:24px 30px 20px;font-size:14px;letter-spacing:2px}.btn.v-btn.v-large-button.special-icon i{line-height:60px}.btn.v-btn.special-icon.v-large-button{padding-left:60px!important}.btn.v-btn.v-small-button,input[type=submit]{padding:12px 16px 10px!important;font-size:12px;letter-spacing:1px}.btn.v-btn.v-small-button{padding:10px 18px 9px!important;font-weight:600;letter-spacing:0}.btn.v-btn.v-small-button.special-icon i{line-height:37px}.btn.v-btn.special-icon.v-small-button{padding-left:55px!important}.tabs{border-radius:4px;margin-bottom:35px}.nav-tabs{margin:0;font-size:0;border-bottom-color:#EEE}.nav-tabs li{display:inline-block;float:none;border-radius:0;margin-right:-1px;font-size:13px;border-bottom:1px solid #e4e4e4}.nav-tabs > li > a{margin-right:0;border-radius:0}.nav > li > a:hover,.nav > li > a:focus{background-color:transparent}.nav-tabs li:first-child a{border-top-left-radius:3px;border-left:1px solid #e4e4e4}.nav-tabs li:last-child a{border-top-right-radius:3px;margin-right:0}.nav-tabs > li{margin-bottom:0}.nav > li > a{padding:10px 18px}.nav-tabs li a,.nav-tabs li a:hover{border-bottom:none;border-right:1px solid #e4e4e4;border-top:1px solid #e4e4e4}.nav-tabs li a:hover{border-bottom-color:transparent;box-shadow:none}.nav-tabs li a:active,.nav-tabs li a:focus{border-bottom:0}.nav-tabs li.active a,.nav-tabs li.active a:hover,.nav-tabs li.active a:focus{background-color:#f7f7f7;border-left-color:#e4e4e4;border-right-color:#e4e4e4;border-bottom:0}.tab-content{border-radius:0 0 4px 4px;box-shadow:0 1px 5px 0 rgba(0,0,0,0.04);background-color:#FFF;border:1px solid #EEE;margin-top:-2px;padding:20px}.tabs.clean .tab-content{padding:0;padding-top:20px;border:0 solid #fff;box-shadow:none}.tabs.clean.tabs-vertical .tab-content{padding:0;padding-left:20px;border:0 solid #fff;box-shadow:none}.nav-tabs.nav-right{text-align:right}.tabs.tabs-bottom .tab-content{border-radius:3px 3px 0 0;border-bottom:0;border-top:1px solid #EEE}.tabs.tabs-bottom .nav-tabs{border-bottom:none;border-top:1px solid #EEE}.tabs.tabs-bottom .nav-tabs li{margin-bottom:0;margin-top:-1px}.tabs.tabs-bottom .nav-tabs li:last-child a{margin-right:0}.tabs.tabs-bottom .nav-tabs li a{border-radius:0 0 3px 3px;font-size:14px;margin-right:1px}.tabs.tabs-bottom .nav-tabs li a,.tabs.tabs-bottom .nav-tabs li a:hover{border-bottom:3px solid #EEE;border-top:1px solid #EEE}.tabs.tabs-bottom .nav-tabs li a:hover{border-bottom:3px solid #CCC;border-top:1px solid #EEE}.tabs.tabs-bottom .nav-tabs li.active a,.tabs.tabs-bottom .nav-tabs li.active a:hover,.tabs.tabs-bottom .nav-tabs li.active a:focus{border-bottom:3px solid #CCC;border-top-color:transparent}.tabs-vertical{display:table;width:100%}.tabs-vertical .tab-content{display:table-cell;vertical-align:top}.tabs-vertical .nav-tabs{border-bottom:none;display:table-cell;height:100%;float:none;padding:0;vertical-align:top}.tabs-vertical .nav-tabs > li{display:block}.tabs-vertical .nav-tabs > li a{border-radius:0;display:block;padding-top:10px}.tabs-vertical .nav-tabs > li a,.tabs-vertical .nav-tabs > li a:hover,.tabs-vertical .nav-tabs > li a:focus{border-bottom:none;border-top:none}.tabs-vertical .nav-tabs > li.active a,.tabs-vertical .nav-tabs > li.active a:hover,.tabs-vertical .nav-tabs > li.active:focus{border-top:none}.tabs-left .tab-content{border-radius:0 3px 3px 3px}.tabs-left .nav-tabs > li{margin-right:-2px}.tabs-left .nav-tabs > li:first-child a:hover,.tabs-left .nav-tabs > li:first-child a{border-radius:3px 0 0 0;border-top:1px solid #e4e4e4}.tabs-left .nav-tabs > li:last-child a{border-radius:0 0 0 3px}.tabs-left .nav-tabs > li a{border-right:1px solid #e4e4e4;border-left:1px solid #e4e4e4;margin-right:1px;margin-left:-1px}.nav-tabs > li a i.fa{width:20px}.tabs-right .tab-content{border-radius:5px 0 5px 5px;border-right:none}.tabs-right .nav-tabs > li{margin-left:-1px}.tabs-right .nav-tabs > li:first-child a{border-radius:0 5px 0 0}.tabs-right .nav-tabs > li:last-child a{border-radius:0 0 5px 0;border-bottom:1px solid #eee}.tabs-right .nav-tabs > li a{border-right:3px solid #EEE;border-left:1px solid #EEE;margin-right:1px;margin-left:1px}.tabs-right .nav-tabs > li a:hover{border-right-color:#CCC}.tabs-right .nav-tabs > li.active a,.tabs-right .nav-tabs > li.active a:hover,.tabs-right .nav-tabs > li.active a:focus{border-right:3px solid #CCC;border-left:1px solid #FFF}.nav-tabs.nav-justified{margin-bottom:-1px}.nav-tabs.nav-justified li{margin-bottom:0}.nav-tabs.nav-justified li:first-child a,.nav-tabs.nav-justified li:first-child a:hover{border-radius:5px 0 0 0}.nav-tabs.nav-justified li:last-child a,.nav-tabs.nav-justified li:last-child a:hover{border-radius:0 5px 0 0}.nav-tabs.nav-justified li a{border-bottom:1px solid #DDD;border-radius:0;margin-right:0}.nav-tabs.nav-justified li a:hover,.nav-tabs.nav-justified li a:focus{border-bottom:1px solid #DDD}.nav-tabs.nav-justified li.active a,.nav-tabs.nav-justified li.active a:hover,.nav-tabs.nav-justified li.active a:focus{background:#FFF;border-left-color:#EEE;border-right-color:#EEE;border-top-width:3px}.nav-tabs.nav-justified li.active a{border-bottom:1px solid #FFF}.nav-tabs.nav-justified li.active a,.nav-tabs.nav-justified li.active a:hover,.nav-tabs.nav-justified li.active a:focus{border-top-width:3px}.nav-tabs.nav-justified li.active a:hover{border-bottom:1px solid #FFF}.tabs.tabs-bottom .nav.nav-tabs.nav-justified{border-top:none}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a{margin-right:0;border-top-color:transparent}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a{border-radius:0 0 0 5px}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a{margin-right:0;border-radius:0 0 5px 0}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a,.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover,.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus{border-top-color:transparent}@media (max-width: 479px){.tabs .nav.nav-tabs.nav-justified li{display:block;margin-bottom:-5px}.tabs .nav.nav-tabs.nav-justified li a{border-top-width:3px!important;border-bottom-width:0!important}.tabs .nav.nav-tabs.nav-justified li:first-child a,.tabs .nav.nav-tabs.nav-justified li:first-child a:hover{border-radius:5px 5px 0 0}.tabs .nav.nav-tabs.nav-justified li:last-child a,.tabs .nav.nav-tabs.nav-justified li:last-child a:hover{border-radius:0}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li{margin-bottom:0;margin-top:-5px}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a{border-bottom-width:3px!important;border-top-width:0!important}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover{border-radius:0}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover{border-radius:0 0 5px 5px}}.testimonial{text-align:center;padding:0;margin:0 0 18px}.testimonial .testimonials-content{color:#FFF;font-size:24px;font-style:normal;font-weight:100;line-height:25px}.testimonial.bordered-with-thumb{text-align:left}.testimonial.bordered-with-thumb .inner{padding:20px;border:1px solid #e1e1e1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;position:relative;margin-bottom:20px}.testimonial.bordered-with-thumb .inner:after{content:"";position:absolute;bottom:-8px;left:33px;width:15px;height:15px;background:#fff;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.testimonial.bordered-with-thumb .testimonial-author{overflow:hidden;margin:0}.testimonial.bordered-with-thumb .testimonial-author .featured-thumbnail{float:left;margin:0 15px 0 10px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}.testimonial.bordered-with-thumb .testimonial-author .featured-thumbnail img{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:1px solid #e5eaec;width:54px!important;height:53px!important}.testimonial.bordered-with-thumb .testimonial-author span{color:#a5a5a5}.testimonial.bordered-with-thumb .testimonial-author p{margin-top:-4px}.testimonial.bordered-with-thumb .user{margin-top:5px}h3.v-center-heading.testimonial-title{display:block!important;margin:25px auto 35px;text-align:center;font-size:23px;line-height:15px!important}h3.testimonial-title.v-heading span:before,h3.testimonial-title.v-heading span:after{top:4px}.testimonial.fw-carousel-style .testimonials-content{text-align:center;font-size:21px;width:90%;margin-bottom:15px;line-height:33px;color:inherit;margin-left:auto;margin-right:auto}.testimonial.fw-carousel-style .testimonials-content:after{content:""}.testimonial.fw-carousel-style .person-says{padding:0;text-transform:uppercase;font-weight:600;font-size:11px;margin-bottom:25px}.testimonial.fw-carousel-style .person-says .text-small{text-transform:none;font-size:12px;color:#878787;font-weight:400}.testimonial.testimonial-thumb-side{text-align:left}.testimonial.testimonial-thumb-side .wrapper{margin-left:90px}.testimonial.testimonial-thumb-side .testimonial-author .featured-thumbnail{float:left;margin:0 20px 0 0;-webkit-border-radius:100% 100% 100% 100%;-moz-border-radius:100%;border-radius:100% 100% 100% 100%;border-width:3px;border-style:solid;width:70px!important;height:69px!important}.testimonial.testimonial-thumb-side .testimonial-author .featured-thumbnail img{-webkit-border-radius:100% 100% 100% 100%;-moz-border-radius:100%;border-radius:100% 100% 100% 100%;height:63px!important}.testimonial.testimonial-thumb-side .testimonial-author .featured-thumbnail:after{content:"";position:absolute;top:50%;margin-top:-6px;right:-8px;width:0;height:0;border-left-width:6px;border-left-style:solid;border-bottom:6px solid transparent;border-top:6px solid transparent}.testimonial.testimonial-thumb-side .excerpt{font-style:italic;margin-bottom:10px}.testimonial .testimonial-author .featured-thumbnail{-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px;border-radius:2px 2px 2px 2px;border:1px solid #e8e8e8;position:relative;display:inline-block;margin-bottom:10px;width:54px!important;height:53px!important}.testimonial .user{font-size:12px;text-transform:uppercase;color:#555;font-weight:600}.testimonial .user span{text-transform:none;font-size:12px;color:#a5a5a5;font-weight:400}.testimonial .person-says{padding:30px 0 50px}.testimonial .person-says strong{border-style:none;border-width:0;line-height:1.6;padding:0;text-decoration:none}.testimonial .person-says .text-small{font-size:18px;padding:15px 0;color:#43b4f9;padding-left:10px}.testimonial .carousel-indicators li{background:#ddd;border:1px solid #ccc;-webkit-border-radius:50% 50% 50% 50%;-moz-border-radius:50%;border-radius:50% 50% 50% 50%;display:block;height:9px;margin:0 0 0 5px;width:9px;display:inline-block}.v-testimonial-wrap:not(.v-testimonial-fw) .owl-theme .owl-controls{position:absolute;bottom:60px;right:12px}.v-testimonial-wrap:not(.v-testimonial-fw) .owl-theme .owl-controls .owl-page span{border:1px solid #1f1f1f;width:9px;height:9px}.v-testimonial-wrap:not(.v-testimonial-fw) .owl-theme .owl-controls .owl-page.active span{width:10px;height:10px;border:2px solid #777}.v-testimonial-wrap-v2 .owl-theme .owl-controls{position:absolute;bottom:14px;right:15px}.v-testimonial-wrap-v2 .owl-theme .owl-controls .owl-page span{border:1px solid #1f1f1f;width:9px;height:9px}.v-testimonial-wrap-v2 .owl-theme .owl-controls .owl-page.active span{width:10px;height:10px;border:2px solid #777}.testimonial.fw-carousel-style .owl-theme .owl-controls{margin-top:0}.pi-img-round,.pi-img-round img,.pi-img-round .pi-img-shadow-inner:after,.pi-img-round .pi-img-border,.pi-img-round .pi-img-border-double{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.pi-testimonial-author-name{color:#666}.pi-testimonial-author-company a{color:#999}.pi-testimonial{margin-bottom:20px}.pi-testimonial-content{position:relative;padding:22px 28px 5px;margin-bottom:20px;font-style:italic;font-size:15px;line-height:1.5em;border:1px solid transparent;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.pi-testimonial-content:after{content:'';display:block;width:23px;height:16px;position:absolute;left:20px;bottom:-16px}.pi-testimonial-author-with-photo .pi-testimonial-content:after{left:64px}.pi-testimonial-content.pi-testimonial-content-big{font-size:17px}.pi-testimonial-content.pi-testimonial-content-bigger{font-size:22px;line-height:1.4em;font-weight:300}.pi-testimonial-content.pi-testimonial-content-quotes{padding-left:46px}.pi-testimonial-content.pi-testimonial-content-quotes:before{display:block;font-family:FontAwesome;content:"\201D";font-size:55px;position:absolute;top:40px;font-style:normal;left:15px}.pi-testimonial-content p{font-size:14px}.pi-testimonial-author-with-icon .pi-testimonial-author div{margin-left:30px}.pi-testimonial-author-with-photo .pi-testimonial-author div{padding:7px 0 0 88px}.pi-testimonial-author .pi-testimonial-author-photo{height:70px;float:left;margin-right:20px}.pi-testimonial-author .pi-testimonial-author-photo img{max-height:65px}.pi-testimonial-author .pi-icon-man,.pi-testimonial-author .pi-icon-woman{width:15px;height:18px;float:left;margin-top:2px}.pi-testimonial-author:before,.pi-testimonial-author:after{content:" ";display:table}.pi-testimonial-author:after{clear:both}.pi-testimonials-big{font-size:30px;font-weight:300;line-height:1.4em;font-style:italic;margin-bottom:15px}.pi-testimonials-name{letter-spacing:1px;margin-bottom:0;font-style:italic}.pi-quote-left{margin-right:10px}.pi-quote-right{margin-left:13px}.pi-section-white .pi-testimonial-content,.pi-section-grey .pi-testimonial-content,.pi-section-base .pi-testimonial-content,.pi-section-dark .pi-testimonial-content,.pi-section-parallax .pi-testimonial-content{background:#FAFAFA;color:#555c63;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.03);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.03);box-shadow:0 1px 2px rgba(0,0,0,0.03);border-color:#e5eaea}.pi-section-white .pi-testimonial-content:after,.pi-section-grey .pi-testimonial-content:after,.pi-section-base .pi-testimonial-content:after,.pi-section-dark .pi-testimonial-content:after,.pi-section-parallax .pi-testimonial-content:after{background:url(../img/base/triangle-testimonials.png) no-repeat 50% 0}.pi-section-white .pi-testimonial-content.pi-testimonial-content-quotes:before,.pi-section-grey .pi-testimonial-content.pi-testimonial-content-quotes:before,.pi-section-base .pi-testimonial-content.pi-testimonial-content-quotes:before,.pi-section-dark .pi-testimonial-content.pi-testimonial-content-quotes:before,.pi-section-parallax .pi-testimonial-content.pi-testimonial-content-quotes:before{color:#DADADA}.pi-section-white .pi-testimonial-content.pi-testimonial-white,.pi-section-grey .pi-testimonial-content.pi-testimonial-white,.pi-section-base .pi-testimonial-content.pi-testimonial-white,.pi-section-dark .pi-testimonial-content.pi-testimonial-white,.pi-section-parallax .pi-testimonial-content.pi-testimonial-white{background:#fff;color:#555c63;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);border-color:#fff}.pi-section-white .pi-testimonial-content.pi-testimonial-white:after,.pi-section-grey .pi-testimonial-content.pi-testimonial-white:after,.pi-section-base .pi-testimonial-content.pi-testimonial-white:after,.pi-section-dark .pi-testimonial-content.pi-testimonial-white:after,.pi-section-parallax .pi-testimonial-content.pi-testimonial-white:after{background:url(../img/base/triangle-testimonials-white.png) no-repeat 50% 0}.pi-section-white .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,.pi-section-grey .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,.pi-section-base .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,.pi-section-dark .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,.pi-section-parallax .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before{color:#d6dfdf}.pi-section-white .pi-testimonial-content.pi-testimonial-base,.pi-section-grey .pi-testimonial-content.pi-testimonial-base,.pi-section-base .pi-testimonial-content.pi-testimonial-base,.pi-section-dark .pi-testimonial-content.pi-testimonial-base,.pi-section-parallax .pi-testimonial-content.pi-testimonial-base{background:#2A9DEA!important;color:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.04);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.04);box-shadow:0 1px 2px rgba(0,0,0,0.04);border-color:#2A9DEA!important}.pi-section-white .pi-testimonial-content.pi-testimonial-base:after,.pi-section-grey .pi-testimonial-content.pi-testimonial-base:after,.pi-section-base .pi-testimonial-content.pi-testimonial-base:after,.pi-section-dark .pi-testimonial-content.pi-testimonial-base:after,.pi-section-parallax .pi-testimonial-content.pi-testimonial-base:after{background:url(../img/base/triangle-testimonials-base.png) no-repeat 50% 0}.pi-section-white .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,.pi-section-grey .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,.pi-section-base .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,.pi-section-dark .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,.pi-section-parallax .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before{color:#F5F5F5}.pi-section-white .pi-testimonial-content.pi-testimonial-dark,.pi-section-grey .pi-testimonial-content.pi-testimonial-dark,.pi-section-base .pi-testimonial-content.pi-testimonial-dark,.pi-section-dark .pi-testimonial-content.pi-testimonial-dark,.pi-section-parallax .pi-testimonial-content.pi-testimonial-dark{background:#2a3037;color:#bfc7cc;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 1px 2px rgba(0,0,0,0.1);border-color:#32383f}.pi-section-white .pi-testimonial-content.pi-testimonial-dark:after,.pi-section-grey .pi-testimonial-content.pi-testimonial-dark:after,.pi-section-base .pi-testimonial-content.pi-testimonial-dark:after,.pi-section-dark .pi-testimonial-content.pi-testimonial-dark:after,.pi-section-parallax .pi-testimonial-content.pi-testimonial-dark:after{background:url(../img/base/triangle-testimonials-dark.png) no-repeat 50% 0}.pi-section-white .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,.pi-section-grey .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,.pi-section-base .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,.pi-section-dark .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,.pi-section-parallax .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before{color:#4e565e}.pi-section-white .pi-testimonial-author .pi-icon-man,.pi-section-grey .pi-testimonial-author .pi-icon-man,.pi-section-base .pi-testimonial-author .pi-icon-man,.pi-section-dark .pi-testimonial-author .pi-icon-man,.pi-section-parallax .pi-testimonial-author .pi-icon-man{background:url(../img/base/icon-man.png) no-repeat 0 0}.pi-section-white .pi-testimonial-author .pi-icon-woman,.pi-section-grey .pi-testimonial-author .pi-icon-woman,.pi-section-base .pi-testimonial-author .pi-icon-woman,.pi-section-dark .pi-testimonial-author .pi-icon-woman,.pi-section-parallax .pi-testimonial-author .pi-icon-woman{background:url(../img/base/icon-woman.html) no-repeat 0 0}.pi-testimonial-fw .pi-testimonial-fw-author-company{font-style:italic}.pi-testimonial-fw .pi-testimonial-fw-author-name{font-size:16px;line-height:1.6em;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:0}.pi-testimonial-fw .pi-testimonial-fw-content-quotes{margin-bottom:20px;font-size:28px;line-height:1.2em;font-weight:300}.pi-testimonial-fw .pi-testimonial-fw-author-photo{margin-bottom:20px;position:relative}.pi-testimonial-fw-star{color:#2A9DEA}.v-shadow-wrap{z-index:1;position:relative}.v-box-shadow{background:#fff;position:relative}.v-box-shadow:after,.v-box-shadow:before{top:80%;left:5px;width:50%;z-index:-1;content:"";bottom:15px;max-width:300px;background:#999;position:absolute}.shadow-effect-1{-moz-box-shadow:0 10px 6px -6px #bbb;-webkit-box-shadow:0 10px 6px -6px #bbb;box-shadow:0 10px 6px -6px #bbb}.shadow-effect-2{position:relative}.shadow-effect-2:after,.shadow-effect-2:before,.shadow-effect-3:before,.shadow-effect-4:after{-o-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-webkit-transform:rotate(-3deg);transform:rotate(-3deg);-moz-box-shadow:0 15px 10px #999;-webkit-box-shadow:0 15px 10px #999;box-shadow:0 15px 10px #999}.shadow-effect-2:after,.shadow-effect-4:after{left:auto;right:5px;-o-transform:rotate(3deg);-ms-transform:rotate(3deg);-moz-transform:rotate(3deg);-webkit-transform:rotate(3deg);transform:rotate(3deg)}blockquote.hero{padding:22px 25px;font-size:16px;background:#f3f3f3;border-left-width:2px;border-left-style:solid;margin-bottom:50px}.v-tagline-box-v1{border:solid 1px #eee;border-top-width:2px;border-top-style:solid}.v-tagline-box-v2{border:solid 1px #eee;border-left-width:2px;border-left-style:solid}.v-tagline-box{padding:25px 30px;background:#fff;margin-bottom:30px}.v-tagline-box h1,.v-tagline-box h2,.v-tagline-box h3{margin-top:5px}ul.social-icons{height:auto;overflow:hidden;list-style:none!important}ul.social-icons li{float:left;display:inline-block}.share-links ul.social-icons li{height:36px}ul.social-icons.center li{float:none}ul.social-icons li:not(.sf-love) a{display:inline-block;padding:10px;width:36px;height:36px;line-height:36px;font-size:16px;overflow:hidden;position:relative;text-align:center;-moz-transition:all .35s;-o-transition:all .35s;-webkit-transition:all .35s;transition:all .35s}ul.social-icons li:not(.sf-love) a i{display:block;height:100%;position:relative;top:1%;-moz-transition:top .35s;-o-transition:top .35s;-webkit-transition:top .35s;transition:top .35s;width:100%;margin-bottom:30px}.browser-ie ul.social-icons li a{display:inline-block;padding:10px;width:36px;height:36px;line-height:36px;font-size:16px;overflow:hidden;position:relative;text-align:center;-moz-transition:all .35s;-o-transition:all .35s;-webkit-transition:all .35s;transition:all .35s;color:#222}.browser-ie ul.social-icons li a i{display:block;height:100%;position:relative;top:0;-moz-transition:top .35s;-o-transition:top .35s;-webkit-transition:top .35s;transition:top .35s;width:100%;margin-bottom:31px}ul.social-icons.light li a{color:#fff}ul.social-icons.dark li a{color:#222}ul.social-icons li a:hover{color:#fff!important}ul.social-icons li a:hover i{top:-46px}ul.social-icons.large li{height:50px;margin-bottom:10px}ul.social-icons.large li a{padding:14px;width:50px;height:50px;line-height:50px;font-size:24px}ul.social-icons.large li a i{margin-top:0}ul.social-icons.large li a:hover i{top:-52px}ul.social-icons li.twitter a:hover{background-color:#00aced}ul.social-icons li.facebook a:hover{background-color:#3b5998}ul.social-icons li.googleplus a:hover{background-color:#dd4b39}ul.social-icons li.youtube a:hover{background-color:#b00}ul.social-icons li.instagram a:hover{background-color:#517fa4}ul.social-icons li.linkedin a:hover{background-color:#007bb6}ul.social-icons li.pinterest a:hover{background-color:#cb2027}ul.social-icons li.foursquare a:hover{background-color:#00aeef}ul.social-icons li.flickr a:hover{background-color:#ff0084}ul.social-icons li.tumblr a:hover{background-color:#32506d}ul.social-icons li.vimeo a:hover{background-color:#aad450}ul.social-icons li.dribbble a:hover{background-color:#ea4c89}ul.social-icons li.skype a:hover{background-color:#0078ca}ul.social-icons li.github a:hover{background-color:#333}ul.social-icons li.xing a:hover{background-color:#006567}ul.social-icons li.mail a:hover{background-color:#666}ul.social-icons li.page-link a:hover{background-color:#333}.article-body-wrap .share-links ul li.sf-love > div a.like-info-inner{padding:9px 0;width:20px;vertical-align:0}.article-body-wrap .share-links ul li.sf-love a:hover i{top:inherit}.article-body-wrap .share-links ul li.sf-love > div span.like-count{display:inline;vertical-align:0}ul.social-icons.standard.circle li a{border:1px solid #e2e2e2;border-radius:0 100px 100px;margin-right:8px}ul.social-icons.large.circle li a{border:1px solid #e2e2e2;border-radius:0 100px 100px;margin-right:8px;padding:13px}ul.social-icons.std-menu{margin-bottom:0;margin-top:-3px}ul.social-icons.std-menu li{height:36px}ul.social-icons.std-menu li a{font-size:20px}ul.social-icons.std-menu li a:hover i{top:1%}.v-parallax h4.v-heading{border-bottom-color:#000}.mobile-browser .v-parallax{background-position:50% 0!important}.v-parallax h4.v-heading:before{border:0}.v-parallax{padding-top:80px!important;padding-bottom:80px!important;overflow:hidden;position:relative;width:100%;background-attachment:fixed;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;background-repeat:no-repeat;background-position:center center}.v-parallax.bg-type-pattern{background-repeat:repeat;-moz-background-size:auto;background-size:auto}.v-parallax.parallax-scroll{background-attachment:scroll}.v-parallax.parallax-stellar{-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-attachment:fixed;background-repeat:no-repeat;background-position:50% 0}.mobile-browser .v-parallax{background-attachment:scroll!important;background-position:center center!important}.v-parallax .v-content-wrapper{position:relative;z-index:5}.v-parallax.parallax-window-height .v-content-wrapper{top:50%}.v-parallax.parallax-window-height .row,.v-parallax.parallax-window-height .container{height:100%}.v-parallax-video .v-content-wrapper{position:relative;z-index:4}.v-parallax-video.parallax-video-height .v-content-wrapper{top:55%;opacity:0}.v-parallax-video.parallax-window-height .row,.v-parallax-video.parallax-window-height .container{height:100%}.mobile-browser .v-parallax .v-content-wrapper{opacity:1!important;top:50%!important}.v-parallax .v-content-wrapper p:last-child{margin-bottom:0}.v-parallax-video video{position:absolute;z-index:2;left:0;top:0;min-width:100%;min-height:100%}.v-parallax-video .video-overlay{background-repeat:repeat;background-position:center center;position:absolute;z-index:3;left:0;top:0;width:100%;height:100%;opacity:.8}.v-parallax-video .video-overlay.overlay-striped{background-image:url(../img/base/video-overlay-1.png)}.v-parallax-video .video-overlay.overlay-colored{background-color:#1488C9;opacity:.4}.v-parallax-video.parallax-video-height .video-overlay{opacity:0}.v-overlay-x{background-repeat:repeat;background-position:center center;position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../img/base/overlay-d.png);background-color:rgba(18,18,18,0.7)}.hero{background-position:0 0;background-repeat:repeat-x;-webkit-animation:animatedBackground 60s linear infinite;-moz-animation:animatedBackground 60s linear infinite;-o-animation:animatedBackground 60s linear infinite;animation:animatedBackground 60s linear infinite}@media screen and (max-width: 1024px){.hero{-webkit-animation:none!important;-moz-animation:none!important;animation:none!important}}@keyframes animatedBackground{from{background-position:0 0}to{background-position:1920px 0}}@-webkit-keyframes animatedBackground{from{background-position:0 0}to{background-position:1920px 0}}@-moz-keyframes animatedBackground{from{background-position:0 0}to{background-position:1920px 0}}.pricing-table{margin-top:40px;margin-bottom:30px}.v-bg-stylish .pricing-table{margin-top:20px;margin-bottom:0}.pricing-table:after{content:"";display:block;height:0;clear:both;visibility:hidden}.pricing-table > div:first-child .pricing-column-content,.pricing-table > div:first-child h3{border-left:1px solid #e4e4e4!important}.pricing-column{float:left;overflow:hidden;text-align:center;padding:0;background-color:#fff;transition:box-shadow .2s linear;-moz-transition:box-shadow .2s linear;-webkit-transition:box-shadow .2s linear;-o-transition:box-shadow .2s linear}.pricing-column .pricing-column-content{border-right:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;padding:0 0 20px}.pricing-column .pricing-column-content .btn{padding-top:12px;padding-bottom:12px;margin-top:5px;margin-bottom:15px}.pricing-column.highlight{position:relative;z-index:100;margin:-20px -1px 0;background-color:#FFF;box-shadow:0 0 13px rgba(0,0,0,.09);-moz-box-shadow:0 0 13px rgba(0,0,0,.09);-webkit-box-shadow:0 0 13px rgba(0,0,0,.09);-o-box-shadow:0 0 13px rgba(0,0,0,.09)}.pricing-column.highlight ul.features{margin-bottom:35px}.pricing-column.highlight .nectar-button{margin:10px 0 20px}.pricing-column.highlight .pricing-column-content,.pricing-column.highlight h3{border:none}.pricing-column.highlight h3 .highlight-reason{display:block;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,0.49)}.pricing-column.highlight .pricing-column-content{border-right:1px solid #e4e4e4;border-left:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4}.pricing-column.highlight:hover{box-shadow:0 0 13px rgba(0,0,0,.15);-moz-box-shadow:0 0 13px rgba(0,0,0,.15);-webkit-box-shadow:0 0 13px rgba(0,0,0,.15);-o-box-shadow:0 0 13px rgba(0,0,0,.15)}.pricing-column ul li{color:#888!important;padding:10px 25px;list-style:none;line-height:18px;border-bottom:1px solid #efefef}.pricing-column ul li i.fa{width:20px;margin-right:3px}.pricing-column ul li:first-child{border-top:1px solid #efefef}.pricing-column ul li:nth-child(2n+1){background-color:#fbfbfb}.pricing-column.highlight h3{color:#fff!important;padding:15px 0;margin-bottom:0!important;padding-top:20px}.toggle .pricing-column h3{font-size:26px!important}.pricing-column h3{background-color:rgba(252,252,252,0.75);margin-bottom:0;font-size:26px;line-height:28px!important;border-right:1px solid #e4e4e4;border-bottom:1px solid #EFEFEF;border-top:1px solid #e4e4e4;padding:20px 0 18px;margin-top:0}.pricing-column h4{margin-left:-22px;padding:20px 30px 6px;font-size:54px!important;line-height:42px!important;color:#333;margin-bottom:0;margin-top:0;padding-top:25px}.pricing-column h4 .dollar-sign{font-size:22px;line-height:22px;top:-24px;right:-6px;position:relative}.pricing-column .interval{display:block;color:#999;min-height:38px;padding-bottom:17px}.pricing-column ul{margin-left:0}.pricing-table.six-cols > div{width:16.5%}.pricing-table.five-cols > div{width:20%}.pricing-table.four-cols > div{width:25%}.pricing-table.three-cols > div{width:33.2%}.pricing-table.two-cols > div{width:50%}.pricing-table .col{padding:0 20px}.col .pricing-table h3{margin-bottom:0}ul.v-clients-items{list-style:none}.v-clients-item{float:left;margin-bottom:30px}.v-clients-wrap .owl-carousel .owl-item figure{position:relative;width:100%;height:100px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-moz-opacity:.75;opacity:.75;filter:alpha(opacity= 75);-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.v-clients-wrap .owl-carousel .owl-item figure:hover{-moz-opacity:1;opacity:1;filter:alpha(opacity= 100)}.v-clients-wrap .owl-carousel .owl-item figure img{margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;max-height:100%;max-width:85%;width:auto;display:block}.v-clients-widget-v2.v-bg-stylish{padding-top:32px;padding-bottom:32px}.v-clients-widget-v2 h4{line-height:60px;margin-top:0;margin-bottom:0;font-weight:400}.v-clients-wrap-v2 .owl-carousel .owl-item figure{position:relative;width:100%;height:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.v-clients-wrap-v2 .owl-carousel .owl-item figure img{max-height:70px;width:auto}.v-clients-wrap-v2 .owl-carousel .owl-item a{text-align:center}.v-clients-wrap-v2 .owl-carousel:hover .owl-item a{-moz-opacity:.5;opacity:.5;filter:alpha(opacity= 50)}.v-clients-wrap-v2 .owl-carousel .owl-item:hover a{-moz-opacity:1;opacity:1;filter:alpha(opacity= 100)}.divider-wrap{margin:40px 0}.v-divider{display:block;border-bottom-width:1px;margin-bottom:30px}.v-divider.v-bg-stylish{border-top:0;margin-top:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.v-divider.standard{border-bottom-style:solid;border-bottom-width:2px}.v-divider.thin{border-bottom-style:solid}.v-divider.dotted{border-bottom-style:dotted}.v-divider.v-up{padding:0}.v-divider.v-up a{text-align:right;display:block;text-decoration:none;border-bottom:1px solid transparent;margin-bottom:30px;border-color:#e4e4e4}.v-divider.v-up-v1{position:relative;height:9px;border-bottom:1px solid transparent}.v-divider.v-up-v2{position:relative;height:10px;border-bottom:1px solid transparent}.v-divider.v-up-v1 a,.v-divider.v-up-v2 a{position:absolute;right:0;display:block;padding:0 0 0 10px;text-decoration:none;background:#fff}.v-divider.v-up-v2 a i{padding-left:6px;vertical-align:-1px}.v-divider,.v-divider.v-up-v1,.v-divider.v-up-v2{border-color:#e4e4e4}.v-divider-v2{border:0;margin:40px 0;height:4px;border-top:#E4E4E4 1px solid;border-bottom:#E4E4E4 1px solid;text-align:center;position:relative;clear:both;color:#2E363F;width:50%;margin-left:auto!important;margin-right:auto!important}.v-divider-v2 i[class*="icon-"],.v-divider-v2 .fa{color:#bbb;background:#f7f7f7;text-align:center;display:inline-block;height:50px;line-height:50px;text-align:center;width:50px;font-size:30px;position:absolute;top:-25px;left:50%;margin:0 auto 0 -25px}.v-divider-v2 i[class*="icon-"]{top:-20px}.v-counter{text-align:center;padding:20px 0;padding-top:25px}.v-counter .count-number{font-size:50px;font-weight:500;color:#4a4a4a}.v-counter .count-divider{width:100%;text-align:center;height:1px;margin-top:15px;margin-bottom:20px}.v-counter .count-divider span{background:#e4e4e4;width:0;height:3px;display:inline-block}.v-counter .v-counter-text{opacity:0;bottom:-15px;position:relative;padding-top:12px;font-weight:600!important;font-size:13px;text-transform:uppercase;letter-spacing:1px}.v-counter-wrap .v-icon{font-size:44px;line-height:45px;height:45px}.v-counter h6.v-counter-text{letter-spacing:1px}.v-bg-stylish-v5 .v-counter-wrap .v-icon{color:#FFF}.v-counter-wrap.white .v-icon,.v-counter-wrap.white .count-number,.v-counter-wrap.white .v-counter-text,.v-counter-wrap.white .v-counter-text{color:#fff}.v-text-section ul,.v-boxed-content-wrap ul{list-style:disc inside none}.v-text-section{margin-bottom:10px}.v-full-width-text{padding-top:50px;padding-bottom:50px!important;position:relative}.v-full-width-text:after{position:absolute;left:50%;margin-left:-20px;content:"";position:absolute;bottom:-20px;width:40px;height:40px;border-right:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);background-color:#f7f7f7}.v-full-width-text a.btn{margin:0 10px 0 0 !important}.v-full-width-text .heading-wrap,.v-parallax .heading-wrap{text-align:center}.v-full-width-text h4.v-heading,.v-testimonial-slide-widget h4.v-heading,.v-tweets-slide-widget h4.v-heading,.v-parallax h4.v-heading{display:inline-block}.v-full-width-text h4.v-heading span,.v-testimonial-slide-widget h4.v-heading span,.v-tweets-slide-widget h4.v-heading span,.v-bg-stylish h4.v-heading span,.v-parallax h4.v-heading span{padding:0 0 5px}.v-parallax h4.v-heading span{background:transparent}.v-full-width-text p{margin-bottom:30px}.v-full-width-text p:last-child{margin-bottom:0}.v-full-width-text .v-wrapper{padding:0 15px}.v-boxed-content .v-boxed-content-wrap{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;padding:30px}.v-boxed-content .v-boxed-content-wrap p:last-child{margin-bottom:0}.v-boxed-content.whitestroke .v-boxed-content-wrap{border:1px solid transparent;background-color:#fff;border-color:#e4e4e4}.v-boxed-content.coloured .v-boxed-content-wrap{background:#222;color:#fff}code{border:1px dashed #e4e4e4;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#f7f7f7;font:12px Consolas,"Andale Mono",Courier,"Courier New",monospace;overflow:auto;overflow-y:hidden;white-space:pre;white-space:pre-wrap;-ms-word-wrap:break-word;word-wrap:break-word;color:#666}.code-block{display:block;padding:5px 20px 20px}code p{font-size:12px;margin-bottom:12px;display:inline-block}code p:last-child{margin-bottom:0}table.v-table{width:100%;display:table}table.striped_minimal tr:nth-of-type(even),table.striped_bordered tr:nth-of-type(even){background-color:#f7f7f7}table.v-table th{padding:10px 20px;text-transform:uppercase;letter-spacing:1px;font-weight:700;vertical-align:middle;text-align:left}table.v-table td{padding:10px 20px}table.standard_minimal th{padding:10px 30px 10px 0;border-bottom:2px solid #e4e4e4}table.striped_minimal th{padding:10px 30px 10px 0;border-bottom:2px solid #e4e4e4}table.standard_minimal td{padding:10px 30px 10px 0;border-bottom:1px solid #e4e4e4}table.striped_minimal td{padding:10px 30px 10px 0;border-bottom:1px solid #e4e4e4}table.standard_bordered,table.striped_bordered{border:1px solid #e4e4e4}table.standard_bordered tr,table.striped_bordered tr{border-top:1px dotted #e4e4e4}table.standard_bordered th,table.standard_bordered td,table.striped_bordered th,table.striped_bordered td{border-left:1px dotted #e4e4e4}table.striped_bordered th,table.striped_bordered td{border-top:0}.alert{height:auto;line-height:16px;overflow:hidden;padding:13px 15px;text-align:left;margin-bottom:20px;font-weight:400;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;clear:both;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0;background-color:#ffd56c;color:#222}.alert .messagebox_text{background:none;padding-left:0}.alert .messagebox_text p{float:left;margin-bottom:0}.alert .messagebox_text p strong{letter-spacing:normal!important}.alert .messagebox_text:before{content:"\f05a";font-family:"FontAwesome";font-weight:400;font-style:normal;display:block;text-decoration:inherit;width:10px;height:auto;float:left;margin-right:20px;margin-top:4px;font-size:19px;text-indent:0}.alert.alert-info .messagebox_text:before{content:"\f05a"}.alert.alert-error .messagebox_text:before{content:"\f057"}.alert.alert-success .messagebox_text:before{content:"\f00c"}.alert.alert-info{background-color:#5adcff}.alert.alert-error{background-color:#fe504f}.alert.alert-success{background-color:#51e3a8}.alert-success{background-color:#97F3CE;border-color:#73E4B7;color:#20533E;box-shadow:0 1px 2px rgba(0,0,0,0.10),0 0 2px rgba(0,0,0,0.05)}.alert-info{background-color:#5adcff;border-color:#39D0F8;color:#204B61;box-shadow:0 1px 2px rgba(0,0,0,0.10),0 0 2px rgba(0,0,0,0.05)}.alert-warning{background-color:#FAD883;border-color:#FAC951;color:#554222;box-shadow:0 1px 2px rgba(0,0,0,0.10),0 0 2px rgba(0,0,0,0.05)}.alert-danger{background-color:#FA7A7A;border-color:#FA6867;color:#421918;box-shadow:0 1px 2px rgba(0,0,0,0.10),0 0 2px rgba(0,0,0,0.05)}.alert-icon{padding:15px;margin-bottom:20px;border-radius:0;border:1px solid transparent}.alert-success-icon{border-color:#73E4B7;color:#20533E;background:#97F3CE url(../img/base/icon-box-success.png) no-repeat 12px 8px;padding:10px 20px 10px 44px;border-left-width:5px;box-shadow:0 1px 2px rgba(0,0,0,0.10),0 0 2px rgba(0,0,0,0.05)}.alert-warning-icon{border-color:#FAC951;color:#554222;background:#FAD883 url(../img/base/icon-box-notice.png) no-repeat 12px 8px;padding:10px 20px 10px 44px;border-left-width:5px;box-shadow:0 1px 2px rgba(0,0,0,0.10),0 0 2px rgba(0,0,0,0.05)}.alert-info-icon{border-color:#39D0F8;color:#204B61;background:#5adcff url(../img/base/icon-box-info.png) no-repeat 12px 8px;padding:10px 20px 10px 44px;border-left-width:5px;box-shadow:0 1px 2px rgba(0,0,0,0.10),0 0 2px rgba(0,0,0,0.05)}.alert-danger-icon{border-color:#FA6867;color:#421918;background:#FA7A7A url(../img/base/icon-box-error.png) no-repeat 12px 8px;padding:10px 20px 10px 44px;border-left-width:5px;box-shadow:0 1px 2px rgba(0,0,0,0.10),0 0 2px rgba(0,0,0,0.05)}.glowframe img{border:6px solid transparent;-moz-box-shadow:0 0 4px rgba(0,0,0,.2);-webkit-box-shadow:0 0 4px rgba(0,0,0,.2);box-shadow:0 0 4px rgba(0,0,0,.2)}.borderframe img{border:6px solid transparent;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border-color:#eee}.shadowframe figure{-moz-box-shadow:2px 2px 0 rgba(0,0,0,.25);-webkit-box-shadow:2px 2px 0 rgba(0,0,0,.25);box-shadow:2px 2px 0 rgba(0,0,0,.25)}.search-widget{margin-bottom:0}.search-widget input{margin:25px 0;width:80%;padding:10px 5% 10px 30px}.horizontal-break{height:2px;width:50px;margin:20px auto 25px;background-color:#DADADA}.horizontal-break.left{margin-left:0!important}.horizontal-break.right{margin-right:0!important}.client-box{width:228px;height:auto;background-color:#fafafa;background-position:center center;background-repeat:no-repeat;float:left;margin:0 2px 7px 5px}.client-box img{width:100%;height:auto;display:block}span.highlighted{padding:1px 3px;border-radius:1px;margin-right:2px;color:#fff}span.dropcap1,span.dropcap2{float:left;padding:11px 0 9px;margin-right:8px;font-size:46px;font-style:normal}span.dropcap3,span.dropcap4{float:left;font-style:normal;font-size:18px;padding:6px 10px 6px 11px;margin:4px 10px 2px 0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}span.dropcap3{background:#000;color:#fff}span.dropcap4{-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;color:#fff}blockquote{border-left:0;padding:10px 0}blockquote,blockquote p{font-size:15px;line-height:24px;font-style:italic}blockquote.blockquote1,blockquote.blockquote1 p{font-size:12px;line-height:18px}blockquote.blockquote2,blockquote.blockquote1 p,blockquote.pullquote,blockquote.pullquote p{font-size:13px;line-height:22px}blockquote.pullquote{border-left:2px solid transparent;padding:0 0 0 20px;margin-left:25px}.decorative-ampersand{font-family:'Vidaloka',serif;font-size:24px}.v-list{margin-left:0;list-style:none!important}.v-list li{padding:2px 0;line-height:182%}.v-list li i{margin-right:10px;width:10px}.v-list-v2{margin-left:0;list-style:none!important}.v-list-v2 li{padding:5px 0;line-height:185%;border-bottom:1px solid #f0f0f0}.v-list-v2 li i{margin-right:8px;width:13px}.v-list h3{display:inline-block;margin-bottom:6px}.progress{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;height:7px;background:#FAFAFA;box-shadow:0 1px 2px rgba(0,0,0,0.10) inset;overflow:visible}.progress-bar{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;position:relative;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px}span.progress-bar-tooltip{position:absolute;padding:3px 5px;padding-top:2px;background-color:#333;color:#FFF;line-height:15px;font-size:11px;display:block;top:-28px;right:2px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;border-radius:3px;filter:alpha(opacity=0);opacity:0}span.progress-bar-tooltip:after{border-color:#333 transparent;border-style:solid;border-width:5px 5px 0;bottom:-5px;content:"";display:block;left:13px;position:absolute;width:0}.progress-label{margin-bottom:2px}.v-circle-chart{position:relative;text-align:center;overflow:hidden;margin-left:auto;margin-right:auto}.v-circle-chart.chart-center{margin:0 auto}.v-circle-chart canvas{position:absolute;top:0;left:0}.v-circle-chart span{font-size:14px;vertical-align:-1px}.v-circle-chart.chart-70 span i[class*="icon-"]{vertical-align:-2px}.v-circle-chart.v-circle-x span i[class*="icon-"]{vertical-align:-2px}.v-circle-chart.v-circle-x span{font-size:36px;vertical-align:0}.latest-tweet ul{margin-bottom:10px;list-style:none!important}.latest-tweet ul li{margin-left:0}.latest-tweet p{margin-bottom:0}.latest-tweet .tweet-author{margin-right:4px;font-weight:700}.latest-tweet .tweet-date{text-decoration:none;color:#999;margin-left:5px;display:inline-block}.panel-group .panel-heading{padding:0;border-radius:3px}.panel-group .panel-heading a{display:block;padding:11px 15px;font-size:13px;background-color:#FFF;font-weight:600}.panel-group .panel-heading a.accordion-toggle.collapsed{box-shadow:none;background-color:#FFF}.panel-group .panel-heading a.accordion-toggle{background-color:#FFF}.panel-group .panel-heading a i.fa{width:20px;font-size:15px;margin-right:2px}.panel-group .panel-heading a:hover,.panel-group .panel-heading a:focus{text-decoration:none}.panel-group .panel-heading a [class^="icon-"]{margin-right:4px;position:relative;top:1px}.panel-group.secundary .panel-heading a{color:#FFF}.v-process-steps{text-align:center}.v-process-steps .feature-box{padding-left:15px;padding-right:15px}.v-process-steps .feature-box-icon{width:80px;height:80px;line-height:81px;background-color:#FFF;border-radius:50%}.v-process-steps .feature-box-icon.small .v-icon{line-height:81px}.v-process-steps.three-columns .feature-box-icon.small .v-icon{line-height:150px}.v-process-steps ul{position:relative;margin:0;padding:0;list-style:none;display:inline-block}.v-process-steps ul li{display:inline-block;float:left;margin:0}.v-process-steps.four-columns ul li{width:25%}.v-process-steps.three-columns ul li{width:33.33%}.v-process-steps.five-columns ul li{width:20%}.v-process-steps ul:before{position:absolute;left:100px;display:block;width:83%;height:0;border-top:1px dashed #B1B1B1;content:"";top:56px;z-index:0!important}.v-process-steps.three-columns .feature-box-icon{width:160px;height:160px;-webkit-border-radius:90px;-moz-border-radius:90px;border-radius:90px;line-height:160px;font-size:55px}.v-process-steps.three-columns ul:before{top:110px;left:150px;width:70%}.v-process-steps.five-columns ul:before,.v-process-steps.four-columns ul:before{top:74px}.v-process-steps .v-icon{font-size:40px}.v-bg-stylish.v-tweets-slide-widget{padding-top:60px;padding-bottom:60px;margin-bottom:0}.v-tweets-slide-widget .tweet-text{padding:0 15%;text-align:center}.v-tweets-slide-widget .text-normal .tweet-text{font-size:18px;line-height:26px}.v-tweets-slide-widget .text-large .tweet-text{font-size:24px;line-height:36px}.v-tweets-slide-widget .twitter_intents{margin-top:20px}.v-tweets-slide-widget .twitter_intents a{margin-left:5px}.v-tweets-slide-widget .twitter_intents a:first-child{margin-left:0}.v-tweets-slide-widget a.twitter-timestamp{margin-top:20px;display:block;padding:0 15%}.v-tweets-slide-widget a:hover{text-decoration:none}.v-twitter-widget{margin:0}.v-twitter-widget .tweet-text a{font-size:14px;margin-right:2px}.widget.v-twitter-widget li{margin-bottom:20px}.widget.v-twitter-widget li:before{content:"\f099";font-family:FontAwesome;font-weight:400;font-style:normal;display:block;text-decoration:inherit;font-size:23px;width:30px;height:auto;float:left;margin-top:2px;-moz-opacity:.5;opacity:.5;filter:alpha(opacity=50)}footer .widget.v-twitter-widget li:before{-moz-opacity:1;opacity:1;filter:alpha(opacity=100)}.v-twitter-widget .tweet-text{padding-left:30px;line-height:160%;font-size:13px}.v-twitter-widget .twitter_intents{margin:3px 0 0 30px;font-size:12px}.v-twitter-widget .twitter_intents a{margin-right:4px;color:#8f8f8f}.twitter-date a,.twitter-link a,.widget .twitter-link a:hover{text-decoration:none}.twitter-link a{display:inline-block;letter-spacing:normal;line-height:25px;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.twitter-link a:hover{text-decoration:none!important;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.v-tweets-slide-widget .tweet-text a{border-bottom-width:1px;border-bottom-style:dotted}

[class*=' imghvr-'],[class^=imghvr-]{position:relative;display:inline-block;margin:0;max-width:100%;background-color:#2266a5;color:#fff;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transform:translateZ(0);transform:translateZ(0)}[class*=' imghvr-']>img,[class^=imghvr-]>img{vertical-align:top;max-width:100%}[class*=' imghvr-'] figcaption,[class^=imghvr-] figcaption{background-color:#135796;padding:30px;position:absolute;top:0;bottom:0;left:0;right:0;color:#fff;border-radius: 50%;}[class*=' imghvr-'] figcaption h1,[class*=' imghvr-'] figcaption h2,[class*=' imghvr-'] figcaption h3,[class*=' imghvr-'] figcaption h4,[class*=' imghvr-'] figcaption h5,[class*=' imghvr-'] figcaption h6,[class^=imghvr-] figcaption h1,[class^=imghvr-] figcaption h2,[class^=imghvr-] figcaption h3,[class^=imghvr-] figcaption h4,[class^=imghvr-] figcaption h5,[class^=imghvr-] figcaption h6{color:#fff}[class*=' imghvr-'] a,[class^=imghvr-] a{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}[class*=' imghvr-'],[class*=' imghvr-'] *,[class*=' imghvr-'] :after,[class*=' imghvr-'] :before,[class*=' imghvr-']:after,[class*=' imghvr-']:before,[class^=imghvr-],[class^=imghvr-] *,[class^=imghvr-] :after,[class^=imghvr-] :before,[class^=imghvr-]:after,[class^=imghvr-]:before{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .35s ease;transition:all .35s ease}[class*=' imghvr-fade'] figcaption,[class*=' imghvr-fade']:hover>img,[class^=imghvr-fade] figcaption,[class^=imghvr-fade]:hover>img{opacity:0}[class*=' imghvr-fade']:hover figcaption,[class^=imghvr-fade]:hover figcaption{opacity:1}[class*=' imghvr-fade']:hover figcaption,[class*=' imghvr-fade']:hover>img,[class^=imghvr-fade]:hover figcaption,[class^=imghvr-fade]:hover>img{-webkit-transform:translate(0,0);transform:translate(0,0)}.imghvr-fade-in-up figcaption{-webkit-transform:translate(0,15%);transform:translate(0,15%)}.imghvr-fade-in-down figcaption{-webkit-transform:translate(0,-15%);transform:translate(0,-15%)}.imghvr-fade-in-left figcaption{-webkit-transform:translate(-15%,0);transform:translate(-15%,0)}.imghvr-fade-in-right figcaption{-webkit-transform:translate(15%,0);transform:translate(15%,0)}[class*=' imghvr-push-']:hover figcaption,[class^=imghvr-push-]:hover figcaption{-webkit-transform:translate(0,0);transform:translate(0,0)}.imghvr-push-up figcaption{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-push-down figcaption,.imghvr-push-up:hover>img{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-push-down:hover>img{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-push-left figcaption{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-push-left:hover>img,.imghvr-push-right figcaption{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-push-right:hover>img{-webkit-transform:translateX(100%);transform:translateX(100%)}[class*=' imghvr-slide-']:hover figcaption,[class^=imghvr-slide-]:hover figcaption{-webkit-transform:translate(0,0);transform:translate(0,0)}.imghvr-slide-up figcaption{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-slide-down figcaption{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-slide-left figcaption{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-slide-right figcaption{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-slide-top-left figcaption{-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}.imghvr-slide-top-right figcaption{-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}.imghvr-slide-bottom-left figcaption{-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}.imghvr-slide-bottom-right figcaption{-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}[class*=' imghvr-reveal-']:before,[class^=imghvr-reveal-]:before{position:absolute;top:0;bottom:0;left:0;right:0;content:'';background-color:#135796}[class*=' imghvr-reveal-'] figcaption,[class^=imghvr-reveal-] figcaption{opacity:0}[class*=' imghvr-reveal-']:hover:before,[class^=imghvr-reveal-]:hover:before{-webkit-transform:translate(0,0);transform:translate(0,0)}[class*=' imghvr-reveal-']:hover figcaption,[class^=imghvr-reveal-]:hover figcaption{opacity:1;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-reveal-up:before{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-reveal-down:before{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-reveal-left:before{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-reveal-right:before{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-reveal-top-left:before{-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}.imghvr-reveal-top-right:before{-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}.imghvr-reveal-bottom-left:before{-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}.imghvr-reveal-bottom-right:before{-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}[class*=' imghvr-hinge-'],[class^=imghvr-hinge-]{-webkit-perspective:50em;perspective:50em}[class*=' imghvr-hinge-'] figcaption,[class^=imghvr-hinge-] figcaption{opacity:0;z-index:1}[class*=' imghvr-hinge-']:hover img,[class^=imghvr-hinge-]:hover img{opacity:0}[class*=' imghvr-hinge-']:hover figcaption,[class^=imghvr-hinge-]:hover figcaption{opacity:1;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-hinge-up img{-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.imghvr-hinge-up figcaption{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-hinge-up:hover>img{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg)}.imghvr-hinge-up:hover figcaption{-webkit-transform:rotateX(0);transform:rotateX(0)}.imghvr-hinge-down img{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-hinge-down figcaption{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:50% -50%;-ms-transform-origin:50% -50%;transform-origin:50% -50%}.imghvr-hinge-down:hover>img{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);opacity:0}.imghvr-hinge-down:hover figcaption{-webkit-transform:rotateX(0);transform:rotateX(0)}.imghvr-hinge-left img{-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.imghvr-hinge-left figcaption{-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-hinge-left:hover>img{-webkit-transform:rotateY(90deg);transform:rotateY(90deg)}.imghvr-hinge-left:hover figcaption{-webkit-transform:rotateY(0);transform:rotateY(0)}.imghvr-hinge-right img{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-hinge-right figcaption{-webkit-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.imghvr-hinge-right:hover>img{-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}.imghvr-hinge-right:hover figcaption{-webkit-transform:rotateY(0);transform:rotateY(0)}[class*=' imghvr-flip-'],[class^=imghvr-flip-]{-webkit-perspective:50em;perspective:50em}[class*=' imghvr-flip-'] img,[class^=imghvr-flip-] img{backface-visibility:hidden}[class*=' imghvr-flip-'] figcaption,[class*=' imghvr-flip-']:hover>img,[class^=imghvr-flip-] figcaption,[class^=imghvr-flip-]:hover>img{opacity:0}[class*=' imghvr-flip-']:hover figcaption,[class^=imghvr-flip-]:hover figcaption{opacity:1;-webkit-transition-delay:.13999999999999999s;transition-delay:.13999999999999999s}.imghvr-flip-horiz figcaption{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.imghvr-flip-horiz:hover img{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.imghvr-flip-horiz:hover figcaption{-webkit-transform:rotateX(0);transform:rotateX(0)}.imghvr-flip-vert figcaption{-webkit-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.imghvr-flip-vert:hover>img{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.imghvr-flip-vert:hover figcaption{-webkit-transform:rotateY(0);transform:rotateY(0)}.imghvr-flip-diag-1 figcaption{-webkit-transform:rotate3d(1,-1,0,100deg);transform:rotate3d(1,-1,0,100deg)}.imghvr-flip-diag-1:hover>img{-webkit-transform:rotate3d(-1,1,0,100deg);transform:rotate3d(-1,1,0,100deg)}.imghvr-flip-diag-1:hover figcaption{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg)}.imghvr-flip-diag-2 figcaption{-webkit-transform:rotate3d(1,1,0,100deg);transform:rotate3d(1,1,0,100deg)}.imghvr-flip-diag-2:hover>img{-webkit-transform:rotate3d(-1,-1,0,100deg);transform:rotate3d(-1,-1,0,100deg)}.imghvr-flip-diag-2:hover figcaption{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg)}[class*=' imghvr-shutter-out-']:before,[class^=imghvr-shutter-out-]:before{background:#135796;position:absolute;content:'';-webkit-transition-delay:105ms;transition-delay:105ms}[class*=' imghvr-shutter-out-'] figcaption,[class^=imghvr-shutter-out-] figcaption{opacity:0;-webkit-transition-delay:0s;transition-delay:0s}[class*=' imghvr-shutter-out-']:hover:before,[class^=imghvr-shutter-out-]:hover:before{-webkit-transition-delay:0s;transition-delay:0s}[class*=' imghvr-shutter-out-']:hover figcaption,[class^=imghvr-shutter-out-]:hover figcaption{opacity:1;-webkit-transition-delay:105ms;transition-delay:105ms}.imghvr-shutter-out-horiz:before{left:50%;right:50%;top:0;bottom:0}.imghvr-shutter-out-horiz:hover:before{left:0;right:0}.imghvr-shutter-out-vert:before{top:50%;bottom:50%;left:0;right:0}.imghvr-shutter-out-vert:hover:before{top:0;bottom:0}.imghvr-shutter-out-diag-1:before{top:50%;bottom:50%;left:-35%;right:-35%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.imghvr-shutter-out-diag-1:hover:before{top:-35%;bottom:-35%}.imghvr-shutter-out-diag-2:before{top:50%;bottom:50%;left:-35%;right:-35%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.imghvr-shutter-out-diag-2:hover:before{top:-35%;bottom:-35%}[class*=' imghvr-shutter-in-']:after,[class*=' imghvr-shutter-in-']:before,[class^=imghvr-shutter-in-]:after,[class^=imghvr-shutter-in-]:before{background:#135796;position:absolute;content:''}[class*=' imghvr-shutter-in-']:after,[class^=imghvr-shutter-in-]:after{top:0;left:0}[class*=' imghvr-shutter-in-']:before,[class^=imghvr-shutter-in-]:before{right:0;bottom:0}[class*=' imghvr-shutter-in-'] figcaption,[class^=imghvr-shutter-in-] figcaption{opacity:0;z-index:1}[class*=' imghvr-shutter-in-']:hover figcaption,[class^=imghvr-shutter-in-]:hover figcaption{opacity:1;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-shutter-in-horiz:after,.imghvr-shutter-in-horiz:before{width:0;height:100%}.imghvr-shutter-in-horiz:hover:after,.imghvr-shutter-in-horiz:hover:before{width:50%}.imghvr-shutter-in-vert:after,.imghvr-shutter-in-vert:before{height:0;width:100%}.imghvr-shutter-in-vert:hover:after,.imghvr-shutter-in-vert:hover:before{height:50%}.imghvr-shutter-in-out-horiz:after,.imghvr-shutter-in-out-horiz:before{width:0;height:100%}.imghvr-shutter-in-out-horiz:hover:after,.imghvr-shutter-in-out-horiz:hover:before{width:100%;opacity:.75}.imghvr-shutter-in-out-vert:after,.imghvr-shutter-in-out-vert:before{height:0;width:100%}.imghvr-shutter-in-out-vert:hover:after,.imghvr-shutter-in-out-vert:hover:before{height:100%;opacity:.75}.imghvr-shutter-in-out-diag-1:after,.imghvr-shutter-in-out-diag-1:before{width:200%;height:200%;-webkit-transition:all .6s ease;transition:all .6s ease;opacity:.75}.imghvr-shutter-in-out-diag-1:after{-webkit-transform:skew(-45deg) translateX(-150%);transform:skew(-45deg) translateX(-150%)}.imghvr-shutter-in-out-diag-1:before{-webkit-transform:skew(-45deg) translateX(150%);transform:skew(-45deg) translateX(150%)}.imghvr-shutter-in-out-diag-1:hover:after{-webkit-transform:skew(-45deg) translateX(-50%);transform:skew(-45deg) translateX(-50%)}.imghvr-shutter-in-out-diag-1:hover:before{-webkit-transform:skew(-45deg) translateX(50%);transform:skew(-45deg) translateX(50%)}.imghvr-shutter-in-out-diag-2:after,.imghvr-shutter-in-out-diag-2:before{width:200%;height:200%;-webkit-transition:all .6s ease;transition:all .6s ease;opacity:.75}.imghvr-shutter-in-out-diag-2:after{-webkit-transform:skew(45deg) translateX(-100%);transform:skew(45deg) translateX(-100%)}.imghvr-shutter-in-out-diag-2:before{-webkit-transform:skew(45deg) translateX(100%);transform:skew(45deg) translateX(100%)}.imghvr-shutter-in-out-diag-2:hover:after,.imghvr-shutter-in-out-diag-2:hover:before{-webkit-transform:skew(45deg) translateX(0);transform:skew(45deg) translateX(0)}[class*=' imghvr-fold'],[class^=imghvr-fold]{-webkit-perspective:50em;perspective:50em}[class*=' imghvr-fold'] img,[class^=imghvr-fold] img{-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}[class*=' imghvr-fold'] figcaption,[class^=imghvr-fold] figcaption{z-index:1;opacity:0}[class*=' imghvr-fold']:hover>img,[class^=imghvr-fold]:hover>img{opacity:0;-webkit-transition-delay:0;transition-delay:0}[class*=' imghvr-fold']:hover figcaption,[class^=imghvr-fold]:hover figcaption{-webkit-transform:rotateX(0) translate3d(0,0,0) scale(1);transform:rotateX(0) translate3d(0,0,0) scale(1);opacity:1;-webkit-transition-delay:.21s;transition-delay:.21s}.imghvr-fold-up>img{-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.imghvr-fold-up figcaption{-webkit-transform:rotateX(-90deg) translate3d(0,-50%,0) scale(.6);transform:rotateX(-90deg) translate3d(0,-50%,0) scale(.6);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-fold-up:hover>img{-webkit-transform:rotateX(90deg) scale(.6) translateY(50%);transform:rotateX(90deg) scale(.6) translateY(50%)}.imghvr-fold-down>img{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-fold-down figcaption{-webkit-transform:rotateX(90deg) translate3d(0,50%,0) scale(.6);transform:rotateX(90deg) translate3d(0,50%,0) scale(.6);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.imghvr-fold-down:hover>img{-webkit-transform:rotateX(-90deg) scale(.6) translateY(-50%);transform:rotateX(-90deg) scale(.6) translateY(-50%)}.imghvr-fold-left>img{-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.imghvr-fold-left figcaption{-webkit-transform:rotateY(90deg) translate3d(-50%,0,0) scale(.6);transform:rotateY(90deg) translate3d(-50%,0,0) scale(.6);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-fold-left:hover>img{-webkit-transform:rotateY(-90deg) scale(.6) translateX(50%);transform:rotateY(-90deg) scale(.6) translateX(50%)}.imghvr-fold-right{-webkit-perspective:50em;perspective:50em}.imghvr-fold-right>img{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-fold-right figcaption{-webkit-transform:rotateY(-90deg) translate3d(50%,0,0) scale(.6);transform:rotateY(-90deg) translate3d(50%,0,0) scale(.6);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.imghvr-fold-right:hover>img{-webkit-transform:rotateY(90deg) scale(.6) translateX(-50%);transform:rotateY(90deg) scale(.6) translateX(-50%)}.imghvr-zoom-in figcaption{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}.imghvr-zoom-in:hover figcaption{-webkit-transform:scale(1);transform:scale(1);opacity:1}[class*=' imghvr-zoom-out'] figcaption,[class^=imghvr-zoom-out] figcaption{-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:0}[class*=' imghvr-zoom-out'].hover figcaption,[class*=' imghvr-zoom-out']:hover figcaption,[class^=imghvr-zoom-out].hover figcaption,[class^=imghvr-zoom-out]:hover figcaption{-webkit-transform:scale(1);transform:scale(1);opacity:1;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-zoom-out:hover>img{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}.imghvr-zoom-out-up.hover>img,.imghvr-zoom-out-up:hover>img{-webkit-animation:imghvr-zoom-out-up .40249999999999997s linear;animation:imghvr-zoom-out-up .40249999999999997s linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes imghvr-zoom-out-up{50%{-webkit-transform:scale(.8) translateY(0);transform:scale(.8) translateY(0);opacity:.5}100%{-webkit-transform:scale(.8) translateY(-150%);transform:scale(.8) translateY(-150%);opacity:.5}}@keyframes imghvr-zoom-out-up{50%{-webkit-transform:scale(.8) translateY(0);transform:scale(.8) translateY(0);opacity:.5}100%{-webkit-transform:scale(.8) translateY(-150%);transform:scale(.8) translateY(-150%);opacity:.5}}.imghvr-zoom-out-down.hover>img,.imghvr-zoom-out-down:hover>img{-webkit-animation:imghvr-zoom-out-down .40249999999999997s linear;animation:imghvr-zoom-out-down .40249999999999997s linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes imghvr-zoom-out-down{50%{-webkit-transform:scale(.8) translateY(0);transform:scale(.8) translateY(0);opacity:.5}100%{-webkit-transform:scale(.8) translateY(150%);transform:scale(.8) translateY(150%);opacity:.5}}@keyframes imghvr-zoom-out-down{50%{-webkit-transform:scale(.8) translateY(0);transform:scale(.8) translateY(0);opacity:.5}100%{-webkit-transform:scale(.8) translateY(150%);transform:scale(.8) translateY(150%);opacity:.5}}.imghvr-zoom-out-left.hover>img,.imghvr-zoom-out-left:hover>img{-webkit-animation:imghvr-zoom-out-left .40249999999999997s linear;animation:imghvr-zoom-out-left .40249999999999997s linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes imghvr-zoom-out-left{50%{-webkit-transform:scale(.8) translateX(0);transform:scale(.8) translateX(0);opacity:.5}100%{-webkit-transform:scale(.8) translateX(-150%);transform:scale(.8) translateX(-150%);opacity:.5}}@keyframes imghvr-zoom-out-left{50%{-webkit-transform:scale(.8) translateX(0);transform:scale(.8) translateX(0);opacity:.5}100%{-webkit-transform:scale(.8) translateX(-150%);transform:scale(.8) translateX(-150%);opacity:.5}}.imghvr-zoom-out-right.hover>img,.imghvr-zoom-out-right:hover>img{-webkit-animation:imghvr-zoom-out-right .40249999999999997s linear;animation:imghvr-zoom-out-right .40249999999999997s linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes imghvr-zoom-out-right{50%{-webkit-transform:scale(.8) translateX(0);transform:scale(.8) translateX(0);opacity:.5}100%{-webkit-transform:scale(.8) translateX(150%);transform:scale(.8) translateX(150%);opacity:.5}}@keyframes imghvr-zoom-out-right{50%{-webkit-transform:scale(.8) translateX(0);transform:scale(.8) translateX(0);opacity:.5}100%{-webkit-transform:scale(.8) translateX(150%);transform:scale(.8) translateX(150%);opacity:.5}}.imghvr-zoom-out-flip-horiz{-webkit-perspective:50em;perspective:50em}.imghvr-zoom-out-flip-horiz figcaption{opacity:0;-webkit-transform:rotateX(90deg) translateY(-100%) scale(.5);transform:rotateX(90deg) translateY(-100%) scale(.5)}.imghvr-zoom-out-flip-horiz.hover>img,.imghvr-zoom-out-flip-horiz:hover>img{-webkit-transform:rotateX(-100deg) translateY(50%) scale(.5);transform:rotateX(-100deg) translateY(50%) scale(.5);opacity:0;-webkit-transition-delay:0;transition-delay:0}.imghvr-zoom-out-flip-horiz.hover figcaption,.imghvr-zoom-out-flip-horiz:hover figcaption{-webkit-transform:rotateX(0) translateY(0) scale(1);transform:rotateX(0) translateY(0) scale(1);opacity:1;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-zoom-out-flip-vert{-webkit-perspective:50em;perspective:50em}.imghvr-zoom-out-flip-vert figcaption{opacity:0;-webkit-transform:rotateY(90deg) translate(50%,0) scale(.5);transform:rotateY(90deg) translate(50%,0) scale(.5)}.imghvr-zoom-out-flip-vert.hover>img,.imghvr-zoom-out-flip-vert:hover>img{-webkit-transform:rotateY(-100deg) translateX(50%) scale(.5);transform:rotateY(-100deg) translateX(50%) scale(.5);opacity:0;-webkit-transition-delay:0;transition-delay:0}.imghvr-zoom-out-flip-vert.hover figcaption,.imghvr-zoom-out-flip-vert:hover figcaption{-webkit-transform:rotateY(0) translate(0,0) scale(1);transform:rotateY(0) translate(0,0) scale(1);opacity:1;-webkit-transition-delay:.35s;transition-delay:.35s}.imghvr-blur figcaption{opacity:0}.imghvr-blur:hover>img{-webkit-filter:blur(30px);filter:blur(30px);-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}.imghvr-blur:hover figcaption{opacity:1;-webkit-transition-delay:.21s;transition-delay:.21s}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height: 100%;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border: 1px solid rgba(0,0,0,.15);border-radius: 0;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height: 36px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top: 6px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}