@charset "UTF-8";

 .animated{-webkit-animation-duration:1s !important;animation-duration:1s !important;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-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{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-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{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,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)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,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)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}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{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}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{20%,40%,60%,80%,from,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:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,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:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-duration:.75s !important;animation-duration:.75s !important;-webkit-animation-name:bounceIn;animation-name:bounceIn}.bounceOut,.flipOutX{-webkit-animation-duration:.75s !important}@-webkit-keyframes bounceInDown{60%,75%,90%,from,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:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInDown{60%,75%,90%,from,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:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,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:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInLeft{60%,75%,90%,from,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:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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:translate3d(0,0,0);transform:translate3d(0,0,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{animation-duration:.75s !important;-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{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{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{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-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);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-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);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}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{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-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}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-duration:.75s !important;-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s !important;animation-duration:.75s !important;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-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);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes lightSpeedIn{from{-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);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{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{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,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%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,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-duration:2s !important;animation-duration:2s !important;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{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{from{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{from{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{from{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{from{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{from{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{from{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{from{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{from{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{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}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{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.nd_elements_section { float: left; width: 100%; }
.nd_elements_float_left { float: left; }
.nd_elements_float_right { float: right; }
.nd_elements_float_initial { float: initial; }
.nd_elements_width_10_percentage { width: 10%; }
.nd_elements_width_20_percentage { width: 20%; }
.nd_elements_width_25_percentage { width: 25%; }
.nd_elements_width_30_percentage { width: 30%; }
.nd_elements_width_40_percentage { width: 40%; }
.nd_elements_width_50_percentage { width: 50%; }
.nd_elements_width_33_percentage { width: 33.33%; }
.nd_elements_width_50_percentage { width: 50%; }
.nd_elements_width_100_percentage { width: 100%; }
.nd_elements_width_10 { width: 10px; }
.nd_elements_width_20 { width: 20px; }
.nd_elements_width_25 { width: 25px; }
.nd_elements_width_30 { width: 30px; }
.nd_elements_width_40 { width: 40px; }
.nd_elements_width_50 { width: 50px; }
.nd_elements_width_60 { width: 60px; }
.nd_elements_width_70 { width: 70px; }
.nd_elements_width_80 { width: 80px; }
.nd_elements_width_90 { width: 90px; }
.nd_elements_width_100 { width: 100px; }
.nd_elements_height_5 { height: 5px; }
.nd_elements_height_10 { height: 10px; }
.nd_elements_height_15 { height: 15px; }
.nd_elements_height_16 { height: 16px; }
.nd_elements_height_20 { height: 20px; }
.nd_elements_height_30 { height: 30px; }
.nd_elements_height_33 { height: 33px; }
.nd_elements_height_40 { height: 40px; }
.nd_elements_height_50 { height: 50px; }
.nd_elements_height_60 { height: 60px; }
.nd_elements_height_70 { height: 70px; }
.nd_elements_height_80 { height: 80px; }
.nd_elements_height_90 { height: 90px; }
.nd_elements_height_100_percentage { height: 100%; }
.nd_elements_font_size_10 { font-size: 10px; }
.nd_elements_font_size_11 { font-size: 11px; }
.nd_elements_font_size_12 { font-size: 12px; }
.nd_elements_font_size_13 { font-size: 13px; }
.nd_elements_font_size_15 { font-size: 15px; }
.nd_elements_font_size_17 { font-size: 17px; }
.nd_elements_font_size_23 { font-size: 23px; }
.nd_elements_font_size_35 { font-size: 35px; }
.nd_elements_line_height_10 { line-height: 10px;  }
.nd_elements_line_height_11 { line-height: 11px;  }
.nd_elements_line_height_12 { line-height: 12px;  }
.nd_elements_line_height_13 { line-height: 13px;  }
.nd_elements_line_height_15 { line-height: 15px;  }
.nd_elements_line_height_17 { line-height: 17px;  }
.nd_elements_line_height_23 { line-height: 23px;  }
.nd_elements_line_height_1_2 { line-height: 1.2em;  }
.nd_elements_line_height_1_3 { line-height: 1.3em;  }
.nd_elements_line_height_1_4 { line-height: 1.4em;  }
.nd_elements_line_height_1_5 { line-height: 1.5em;  }
.nd_elements_line_height_1 { line-height: 1em;  }
.nd_elements_line_height_1_5 { line-height: 1.5em;  }
.nd_elements_line_height_2 { line-height: 2em;  }
.nd_elements_font_weight_500 { font-weight: 500; }
.nd_elements_font_weight_bold { font-weight: bold; }
.nd_elements_font_weight_normal { font-weight: normal; }
.nd_elements_letter_spacing_1 { letter-spacing: 1px; }
.nd_elements_letter_spacing_2 { letter-spacing: 2px; }
.nd_elements_letter_spacing_4 { letter-spacing: 4px; }
.nd_elements_text_align_center { text-align: center; }
.nd_elements_text_align_left { text-align: left; }
.nd_elements_text_align_right { text-align: right; }
.nd_elements_text_transform_uppercase { text-transform: uppercase; }
.nd_elements_text_transform_lowercase { text-transform: lowercase; }
.nd_elements_word_break_break_word { word-break: break-word; }
.nd_elements_color_fff { color: #fff; }
.nd_elements_color_fff_important { color: #fff !important; }
.nd_elements_color_000 { color: #000; }
.nd_elements_margin_0 { margin: 0px;  }
.nd_elements_margin_0_important { margin: 0px !important;  } .nd_elements_padding_0 { padding: 0px;  }
.nd_elements_padding_5 { padding: 5px;  }
.nd_elements_padding_5_10 { padding: 5px 10px;  }
.nd_elements_padding_8_10 { padding: 8px 10px;  }
.nd_elements_padding_10 { padding: 10px;  }
.nd_elements_padding_10_20 { padding: 10px 20px;  }
.nd_elements_padding_15 { padding: 15px;  }
.nd_elements_padding_20 { padding: 20px;  }
.nd_elements_padding_20_30 { padding: 20px 30px;  }
.nd_elements_padding_30 { padding: 30px;  }
.nd_elements_padding_40 { padding: 40px;  }
.nd_elements_padding_50 { padding: 50px;  }
.nd_elements_padding_0_40 { padding: 0px 40px;  }
.nd_elements_padding_left_10 { padding-left: 10px;  }
.nd_elements_padding_left_15 { padding-left: 15px;  }
.nd_elements_padding_left_20 { padding-left: 20px;  }
.nd_elements_padding_left_50 { padding-left: 50px;  }
.nd_elements_padding_left_100 { padding-left: 100px;  }
.nd_elements_padding_left_110 { padding-left: 110px;  }
.nd_elements_padding_left_120 { padding-left: 120px;  }
.nd_elements_padding_left_130 { padding-left: 130px;  } .nd_elements_margin_left_15 { margin-left: 15px;  } .nd_elements_border_width_2 {  border-width: 2px; }
.nd_elements_border_left_style_solid {  border-left-style: solid; }
.nd_elements_border_radius_100_percentage {  border-radius: 100%; }
.nd_elements_border_radius_100_percentage_important {  border-radius: 100% !important; }
.nd_elements_box_sizing_border_box { box-sizing: border-box; } .nd_elements_display_block { display: block; }
.nd_elements_display_inline_block { display: inline-block; }
.nd_elements_display_none { display: none; }
.nd_elements_display_table { display: table; }
.nd_elements_display_table_cell { display: table-cell; }
.nd_elements_vertical_align_middle { vertical-align: middle; }
.nd_elements_background_color_000 { background-color: #000; }
.nd_elements_background_color_fff { background-color: #fff; }
.nd_elements_color_fff { color: #fff; }
.nd_elements_color_fff_important { color: #fff !important; }
.nd_elements_position_absolute { position: absolute; }
.nd_elements_position_relative { position: relative; }
.nd_elements_background_position_center { background-position: center; }
.nd_elements_background_repeat_no_repeat { background-repeat: no-repeat; }
.nd_elements_background_size_cover { background-size: cover; }
.nd_elements_top_0 { top: 0; }
.nd_elements_top_5 { top: 5px; }
.nd_elements_top_20 { top: 20px; }
.nd_elements_top_30 { top: 30px; }
.nd_elements_top_40_negative { top: -40px; }
.nd_elements_top_30_negative { top: -30px; }
.nd_elements_bottom_0 { bottom: 0; }
.nd_elements_bottom_30 { bottom: 30px; }
.nd_elements_bottom_40 { bottom: 40px; }
.nd_elements_bottom_10_negative { bottom: -10px; }
.nd_elements_left_0 { left: 0; }
.nd_elements_left_20 { left: 20px; }
.nd_elements_left_30 { left: 30px; }
.nd_elements_right_0 { right: 0; }
.nd_elements_right_20 { right: 20px; }
.nd_elements_right_30 { right: 30px; }
.nd_elements_right_40 { right: 40px; }
.nd_elements_z_index_9 { z-index: 9; }
.nd_elements_mix_blend_mode_screen { mix-blend-mode:screen; }
.nd_elements_box_shadow_0_0_15_0_000 { box-shadow: 0px 0px 15px 0px #000; }
.nd_elements_box_shadow_0_0_15_0_0001 { box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); } .nd_elements_bg_greydark_alpha_gradient_1 { 
background: -moz-linear-gradient(top, rgba(28,28,28,0) 0%, rgba(28,28,28,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(28,28,28,0) 0%,rgba(28,28,28,0.65) 100%);
background: linear-gradient(to bottom, rgba(28,28,28,0) 0%,rgba(28,28,28,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
}
.nd_elements_bg_greydark_alpha_gradient_2 { 
background: -moz-linear-gradient(top, rgba(28,28,28,0) 0%, rgba(28,28,28,0.50) 80%);
background: -webkit-linear-gradient(top, rgba(28,28,28,0) 0%,rgba(28,28,28,0.50) 80%);
background: linear-gradient(to bottom, rgba(28,28,28,0) 0%,rgba(28,28,28,0.50) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
}  @media only screen and (min-width: 320px) and (max-width: 1199px) {
.nd_elements_width_100_percentage_responsive { width: 100%; }
.nd_elements_width_100_percentage_responsive_important { width: 100% !important; }
.nd_elements_width_50_percentage_responsive { width: 50%; }
.nd_elements_height_300_responsive { height: 300px; }
.nd_elements_float_left_responsive { float: left; }
.nd_elements_display_inline_responsive { display: inline; }
.nd_elements_padding_left_0_responsive  { padding-left: 0px; }
.nd_elements_margin_top_20_responsive { margin-top: 20px; }
.nd_elements_margin_bottom_20_responsive { margin-bottom: 20px; }
} @media only screen and (min-width: 768px) and (max-width: 1199px) {
.nd_elements_width_50_percentage_ipad { width: 50%; }	
} @media only screen and (min-width: 320px) and (max-width: 767px) {
.nd_elements_width_100_percentage_iphone { width: 100%; }
.nd_elements_width_100_percentage_iphone_important { width: 100% !important; }
.nd_elements_width_50_percentage_iphone { width: 50%; }
.nd_elements_float_left_iphone { float: left; }
.nd_elements_display_inline_iphone { display: inline; }
.nd_elements_display_inline_block_iphone { display: inline-block; } .nd_elements_padding_20_iphone  { padding: 20px; }
.nd_elements_padding_0_iphone  { padding: 0px; }
.nd_elements_padding_0_iphone_important  { padding: 0px !important; }
.nd_elements_padding_left_0_iphone  { padding-left: 0px; }
.nd_elements_padding_top_120_iphone  { padding-top: 120px; }
.nd_elements_padding_top_110_iphone  { padding-top: 110px; } .nd_elements_margin_top_20_iphone { margin-top: 20px; }
.nd_elements_margin_top_40_iphone { margin-top: 40px; }
.nd_elements_margin_top_40_iphone_important { margin-top: 40px !important; }
.nd_elements_margin_bottom_20_iphone { margin-bottom: 20px; }
.nd_elements_margin_bottom_40_iphone { margin-bottom: 40px; }
.nd_elements_margin_bottom_40_iphone_important { margin-bottom: 40px !important; }
.nd_elements_margin_left_0_iphone { margin-left: 0px; }
.nd_elements_bottom_20_iphone { bottom: 20px; }
.nd_elements_right_20_iphone { right: 20px; }
.nd_elements_top_60_negative_iphone { top: -60px; }
.nd_elements_font_size_20_iphone { font-size: 20px; } .nd_elements_text_align_left_iphone { text-align: left; }
.nd_elements_text_align_center_iphone { text-align: center; } .nd_elements_position_initial_iphone { position:initial; }
} .nd_elements_navigation_component {float:left;width: 100%;}
.nd_elements_navigation_component ul.menu{margin:0px;padding:0px;list-style:none;display:inline-block;}
.nd_elements_navigation_component > div{float:left;width:100%; }
.nd_elements_navigation_component ul.menu > li{margin:0px;padding:0px;display:inline-block;}
.nd_elements_navigation_component ul.menu > li a{ display:inline-block; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; transition: all 0.8s ease; } .nd_elements_navigation_component div > ul li:hover > ul.sub-menu { display: block; }
.nd_elements_navigation_component div > ul li > ul.sub-menu { margin-left: 0px;  z-index: 999; position: absolute; margin: 0px; box-sizing:border-box;list-style: none; display: none; padding: 0px;}
.nd_elements_navigation_component div > ul li > ul.sub-menu > li { border-bottom-style: solid; text-align: left; position: relative; float: left; width: 100%; box-sizing:border-box; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; transition: all 0.8s ease; }
.nd_elements_navigation_component div > ul li > ul.sub-menu > li:last-child { border-bottom: 0px solid #000 !important; }
.nd_elements_navigation_component div > ul li > ul.sub-menu li a { float: left; width: 100%; margin:0px; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; transition: all 0.8s ease; }
.nd_elements_navigation_component div > ul li > ul.sub-menu li > ul.sub-menu { top: 0; padding-top: 0; padding-left: 25px; padding-top: 0px !important;} .nd_elements_navigation_component div > ul li > ul.sub-menu li.menu-item-has-children > a:after { content:""; float: right; border-style: solid; border-width: 5px 0 5px 5px; margin-top: 10px; }
#nd_options_header_6 .nd_elements_navigation_component div > ul li > ul.sub-menu li.menu-item-has-children > a:after { margin-top: 3px; } .nd_elements_open_navigation_sidebar_content {cursor: pointer;display:none;}
.nd_elements_navigation_sidebar_content {padding:40px;background-color:#1C1C1C;box-sizing:border-box;overflow:hidden;overflow-y:auto;position:fixed;width:300px;right:-300px;z-index:999999;height:100%;top:0px;-webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; transition: all 0.8s ease;}
.nd_elements_close_navigation_sidebar_content {cursor:pointer;right:20px;top:20px;position:absolute;} .nd_elements_navigation_sidebar div > ul { list-style: none; margin: 0px; padding: 0px; }
.nd_elements_navigation_sidebar div > ul > li { display: inline-block; width: 100%; padding: 0px 0px 20px 0px; }
.nd_elements_navigation_sidebar div li > a { padding: 10px 0px; display: inline-block; font-size: 24px; text-transform: lowercase; color: #fff; }
.nd_elements_navigation_sidebar div li > a::first-letter { text-transform: uppercase; }
.nd_elements_navigation_sidebar div > ul li > ul.sub-menu { margin: 0px; padding: 0px; list-style: none; }
.nd_elements_navigation_sidebar div > ul li > ul.sub-menu > li { padding: 0px 20px; text-align: left; }
.nd_elements_navigation_sidebar div > ul li > ul.sub-menu li a { font-size: 14px; } .elementor-widget-navigation { background: transparent !important; }
.elementor-widget-navigation i.fa-bars { display: none !important; } @media only screen and (min-width: 320px) and (max-width: 1199px) {
.nd_elements_open_navigation_sidebar_content {display:block;margin: auto;float: initial !important;}  
.nd_elements_navigation_component > div{display:none;}
.nd_elements_navigation_component{text-align:center;}
}  .nd_elements_cf7_component input[type="text"],
.nd_elements_cf7_component input[type="email"],
.nd_elements_cf7_component input[type="url"],
.nd_elements_cf7_component input[type="tel"],
.nd_elements_cf7_component input[type="number"],
.nd_elements_cf7_component input[type="date"],
.nd_elements_cf7_component input[type="checkbox"],
.nd_elements_cf7_component input[type="file"],
.nd_elements_cf7_component textarea,
.nd_elements_cf7_component label,
.nd_elements_cf7_component select
{ width: 100%;background-color: #f9f9f9; border: 1px solid #f1f1f1;border-radius: 0px;margin-bottom: 20px;color: #878787;}
.nd_elements_cf7_component input[type="submit"]
{ width: 100%;background-color: #1c1c1c;color: #fff;border: 1px solid #1c1c1c;font-size: 14px;letter-spacing: 2px;font-weight: bolder;border-radius: 0px;}
.nd_elements_cf7_component span.wpcf7-not-valid-tip,
.nd_elements_cf7_component .wpcf7-response-output.wpcf7-validation-errors,
.nd_elements_cf7_component .wpcf7-response-output.wpcf7-mail-sent-ok
{float: left;width: 100%;box-sizing: border-box; }  .elementor-widget-image-gallery dl.gallery-item { margin: 0px !important; }
.elementor-widget-image-gallery dl.gallery-item img { border-width: 0px !important; float: left; }  .elementor-widget-postgrid { background: transparent !important; } .elementor-widget-postgrid i.elementor-widget-empty-icon { display: none !important; }
.elementor-widget-customcss { background: transparent !important; } 
.elementor-widget-eventsgrid { background: transparent !important; } .elementor-widget-eventsgrid i.elementor-widget-empty-icon { display: none !important; }
.elementor-widget-woogrid { background: transparent !important; } .elementor-widget-woogrid i.elementor-widget-empty-icon { display: none !important; }
.elementor-widget-woocart { background: transparent !important; } .elementor-widget-woocart i.elementor-widget-empty-icon { display: none !important; }
.elementor-widget-marquee { background: transparent !important; } .elementor-widget-marquee i.elementor-widget-empty-icon { display: none !important; }
.elementor-widget-list { background: transparent !important; } .elementor-widget-list i.elementor-widget-empty-icon { display: none !important; }
.elementor-widget-ndtext { background: transparent !important; } .elementor-widget-ndtext i.elementor-widget-empty-icon { display: none !important; } .nd_elements_ndtext_component_imagebg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}body{ margin:0px; padding:0px; } .nd_options_container{ width:1200px; margin:auto; padding: 0px; }
.nd_options_clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.nd_options_site{ float: left; width: 100%; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; transition: all 0.8s ease; }
.nd_options_section{ width: 100%; float: left; } .nd_options_grid_1, .nd_options_grid_2, .nd_options_grid_3, .nd_options_grid_4, .nd_options_grid_5, .nd_options_grid_6, .nd_options_grid_7, .nd_options_grid_8, .nd_options_grid_9, .nd_options_grid_10, .nd_options_grid_11, .nd_options_grid_12{ padding:15px; float:left; display:inline; box-sizing:border-box; }
.nd_options_grid_1 {width:8.33%;}
.nd_options_grid_2 {width:16.66%;}
.nd_options_grid_3 {width:25%;}
.nd_options_grid_4 {width:33.33%;}
.nd_options_grid_5 {width:41.66%;}
.nd_options_grid_6 {width:50%;}
.nd_options_grid_7 {width:58.33%;}
.nd_options_grid_8 {width:66.66%;}
.nd_options_grid_9 {width:75%;}
.nd_options_grid_10 {width:83.33%;}
.nd_options_grid_11 {width:91.66%;}
.nd_options_grid_12 {width:100%;}  .nd_options_text_align_center { text-align: center; }
.nd_options_text_align_right { text-align: right; }
.nd_options_text_align_left { text-align: left; } .nd_options_text_transform_uppercase{ text-transform: uppercase; } .nd_options_letter_spacing_4 { letter-spacing: 4px; }
.nd_options_letter_spacing_3 { letter-spacing: 3px; }
.nd_options_letter_spacing_2 { letter-spacing: 2px; }
.nd_options_letter_spacing_1 { letter-spacing: 1px; }
.nd_options_letter_spacing_0 { letter-spacing: 0px; } .nd_options_color_white { color: #fff !important; }
.nd_options_color_white_first_a > a { color: #fff !important; } .nd_options_placeholder_color_white::-webkit-input-placeholder { color: #fff; }
.nd_options_placeholder_color_white::-moz-placeholder { color: #fff; }
.nd_options_placeholder_color_white:-ms-input-placeholder { color: #fff; }
.nd_options_placeholder_color_white:-moz-placeholder { color: #fff; }
.nd_options_placeholder_color_white_important::-webkit-input-placeholder { color: #fff !important; }
.nd_options_placeholder_color_white_important::-moz-placeholder { color: #fff !important; }
.nd_options_placeholder_color_white_important:-ms-input-placeholder { color: #fff !important; }
.nd_options_placeholder_color_white_important:-moz-placeholder { color: #fff !important; } .nd_options_font_size_150 { font-size: 150px; line-height: 150px; }
.nd_options_font_size_120 { font-size: 120px; line-height: 150px; }
.nd_options_font_size_100 { font-size: 100px; line-height: 100px; }
.nd_options_font_size_80 { font-size: 80px; line-height: 80px; }
.nd_options_font_size_70 { font-size: 70px; line-height: 70px; }
.nd_options_font_size_60 { font-size: 60px; line-height: 60px; }
.nd_options_font_size_55 { font-size: 55px; line-height: 55px; }
.nd_options_font_size_50 { font-size: 50px; line-height: 50px; }
.nd_options_font_size_45 { font-size: 45px; line-height: 45px; }
.nd_options_font_size_40 { font-size: 40px; line-height: 45px; }
.nd_options_font_size_30 { font-size: 30px; line-height: 30px; }
.nd_options_font_size_35 { font-size: 35px; line-height: 35px; }
.nd_options_font_size_25 { font-size: 25px; line-height: 25px; }
.nd_options_font_size_23 { font-size: 23px; line-height: 23px; }
.nd_options_font_size_20 { font-size: 20px; line-height: 20px; }
.nd_options_font_size_19 { font-size: 19px; line-height: 19px; }
.nd_options_font_size_17 { font-size: 17px; line-height: 17px; }
.nd_options_font_size_16 { font-size: 16px; line-height: 16px; }
.nd_options_font_size_15 { font-size: 15px; line-height: 15px; }
.nd_options_font_size_14 { font-size: 14px; line-height: 14px; }
.nd_options_font_size_13 { font-size: 13px; line-height: 13px; }
.nd_options_font_size_12 { font-size: 12px; line-height: 12px; }
.nd_options_font_size_11 { font-size: 11px; line-height: 12px; }
.nd_options_font_size_10 { font-size: 10px; line-height: 10px; }
.nd_options_font_size_8 { font-size: 8px; line-height: 8px; }
.nd_options_font_size_40_important { font-size: 40px !important; line-height: 45px !important; } .nd_options_font_weight_bolder { font-weight: bolder; }
.nd_options_font_weight_bold { font-weight: bold; }
.nd_options_font_weight_normal { font-weight: normal; }
.nd_options_font_weight_lighter { font-weight: lighter; } .nd_options_height_1000{ height: 1000px; }
.nd_options_height_600{ height: 600px; }
.nd_options_height_570{ height: 570px; }
.nd_options_height_550{ height: 550px; }
.nd_options_height_500{ height: 500px; }
.nd_options_height_450{ height: 450px; }
.nd_options_height_400{ height: 400px; }
.nd_options_height_300{ height: 300px; }
.nd_options_height_250{ height: 250px; }
.nd_options_height_200{ height: 200px; }
.nd_options_height_150{ height: 150px; }
.nd_options_height_130{ height: 130px; }
.nd_options_height_120{ height: 120px; }
.nd_options_height_110{ height: 110px; }
.nd_options_height_100{ height: 100px; }
.nd_options_height_90{ height: 90px; }
.nd_options_height_80{ height: 80px; }
.nd_options_height_70{ height: 70px; }
.nd_options_height_60{ height: 60px; }
.nd_options_height_56{ height: 56px; }
.nd_options_height_55{ height: 55px; }
.nd_options_height_50{ height: 50px; }
.nd_options_height_40{ height: 40px; }
.nd_options_height_33{ height: 33px; }
.nd_options_height_30{ height: 30px; }
.nd_options_height_25{ height: 25px; }
.nd_options_height_20{ height: 20px; }
.nd_options_height_18{ height: 18px; }
.nd_options_height_15{ height: 15px; }
.nd_options_height_13{ height: 13px; }
.nd_options_height_10{ height: 10px; }
.nd_options_height_5{ height: 5px; }
.nd_options_height_4{ height: 4px; }
.nd_options_height_3{ height: 3px; }
.nd_options_height_2{ height: 2px; }
.nd_options_height_1{ height: 1px; }
.nd_options_height_0 { height: 0px; }
.nd_options_height_auto{ height: auto; }
.nd_options_height_100_percentage { height: 100%; }
.nd_options_min_height_70 { min-height: 70px; }
.nd_options_min_height_165 { min-height: 165px; } .nd_options_line_height_0 { line-height: 0px; }
.nd_options_line_height_5 { line-height: 5px; }
.nd_options_line_height_11 { line-height: 11px; }
.nd_options_line_height_14 { line-height: 14px; }
.nd_options_line_height_16 { line-height: 16px; }
.nd_options_line_height_17 { line-height: 17px; }
.nd_options_line_height_18 { line-height: 18px; }
.nd_options_line_height_20 { line-height: 20px; }
.nd_options_line_height_21 { line-height: 21px; }
.nd_options_line_height_22 { line-height: 22px; }
.nd_options_line_height_21 { line-height: 21px; }
.nd_options_line_height_25 { line-height: 25px; }
.nd_options_line_height_31 { line-height: 31px; }
.nd_options_line_height_30 { line-height: 30px; }
.nd_options_line_height_30_important { line-height: 30px !important; }
.nd_options_line_height_35 { line-height: 35px; }
.nd_options_line_height_50 { line-height: 50px; }
.nd_options_line_height_100 { line-height: 100px; }
.nd_options_line_height_2_em { line-height: 2em; } .nd_options_width_700 { width: 700px; }
.nd_options_width_300 { width: 300px; }
.nd_options_width_200 { width: 200px; }
.nd_options_width_170 { width: 170px; }
.nd_options_width_160 { width: 160px; }
.nd_options_width_150 { width: 150px; }
.nd_options_width_100 { width: 100px; }
.nd_options_width_90 { width: 90px; }
.nd_options_width_80 { width: 80px; }
.nd_options_width_70 { width: 70px; }
.nd_options_width_60 { width: 60px; }
.nd_options_width_56 { width: 56px; }
.nd_options_width_55 { width: 55px; }
.nd_options_width_50 { width: 50px; }
.nd_options_width_40 { width: 40px; }
.nd_options_width_33 { width: 33px; }
.nd_options_width_30_hover:hover { width: 30px; }
.nd_options_width_30 { width: 30px; }
.nd_options_width_25 { width: 25px; }
.nd_options_width_20 { width: 20px; }
.nd_options_width_5 { width: 5px; }
.nd_options_width_0 { width: 0px; }
.nd_options_width_100_percentage { width: 100%; }
.nd_options_width_80_percentage { width: 80%; }
.nd_options_width_75_percentage { width: 75%; }
.nd_options_width_70_percentage { width: 70%; }
.nd_options_width_66_percentage { width: 66.66%; }
.nd_options_width_65_percentage { width: 65%; }
.nd_options_width_60_percentage { width: 60%; }
.nd_options_width_55_percentage { width: 55%; }
.nd_options_width_50_percentage { width: 50%; }
.nd_options_width_37-5_percentage_important { width: 37.5% !important; }
.nd_options_width_35_percentage { width: 35%; }
.nd_options_width_33_percentage { width: 33.33%; }
.nd_options_width_40_percentage { width: 40%; }
.nd_options_width_30_percentage { width: 30%; }
.nd_options_width_25_percentage { width: 25%; }
.nd_options_width_25_percentage_important { width: 25% !important; }
.nd_options_width_20_percentage { width: 20%; }
.nd_options_width_15_percentage { width: 15%; }
.nd_options_width_10_percentage { width: 10%; }
.nd_options_width_5_percentage { width: 5%; } .nd_options_max_width_280 { max-width: 280px; }
.nd_options_max_width_100_percentage { max-width: 100%; } .nd_options_bg_white { background-color: #ffffff; }
.nd_options_bg_white_important { background-color: #ffffff !important; }
.nd_options_bg_white_hover:hover { background-color: #ffffff; }
.nd_options_bg_blue { background-color: #8AC6D0; }
.nd_options_bg_green { background-color: #68B78C; }
.nd_options_bg_green_hover:hover { background-color: #68B78C; }
.nd_options_bg_grey { background-color: #f9f9f9; }
.nd_options_bg_grey_important { background-color: #f9f9f9 !important; }
.nd_options_bg_grey_2 { background-color: #a3a3a3; }
.nd_options_bg_grey_3 { background-color: #e4e4e4; }
.nd_options_bg_grey_4 { background-color: #f1f1f1; }
.nd_options_bg_greydark { background-color: #444444; }
.nd_options_bg_greydark_2 { background-color: #495052; }
.nd_options_bg_greydark_3 { background-color: #555555; }
.nd_options_bg_greydark_4 { background-color: #2d2d2d; }
.nd_options_bg_greydark_hover:hover { background-color: #444444; }
.nd_options_bg_orange { background-color: #ceb28d; }
.nd_options_bg_red { background-color: #CC8585; }
.nd_options_bg_yellow { background-color: #FFDA44; }
.nd_options_bg_orangedark { background-color: #c4aa87; } 
.nd_options_bg_blue_alpha { background-color: rgba(138, 198, 208, 0.75); }
.nd_options_bg_white_alpha_97 { background-color: rgba(255, 255, 255, 0.97); }
.nd_options_bg_white_alpha_2 { background-color: rgba(255, 255, 255, 0.2); }
.nd_options_bg_white_alpha_1 { background-color: rgba(255, 255, 255, 0.1); }
.nd_options_bg_white_alpha_1_important { background-color: rgba(255, 255, 255, 0.1) !important; }
.nd_options_bg_green_alpha { background-color: rgba(112, 193, 144, 0.95); }
.nd_options_bg_greydark_alpha { background-color: rgba(101, 100, 96, 0.3); }
.nd_options_bg_greydark_alpha_2 { background-color: rgba(67, 74, 84, 0.2); }
.nd_options_bg_greydark_alpha_3 { background-color: rgba(67, 74, 84, 0.3); }
.nd_options_bg_greydark_alpha_2_2 { background-color: rgba(238, 238, 238, 0.2); }
.nd_options_bg_greydark_alpha_4 { background-color: rgba(101, 100, 96, 0.4); }
.nd_options_bg_greydark_alpha_5 { background-color: rgba(88, 88, 88, 0.5); }
.nd_options_bg_greydark_alpha_6 { background-color: rgba(101, 100, 96, 0.6); }
.nd_options_bg_greydark_alpha_8 { background-color: rgba(101, 100, 96, 0.8); }
.nd_options_bg_greydark_alpha_9 { background-color: rgba(101, 100, 96, 0.9); }
.nd_options_background_color_282828_05 { background-color: rgba(28,28,28,0.5); }
.nd_options_background_color_282828_03 { background-color: rgba(28,28,28,0.3); } .nd_options_background_none{ background: none; }
.nd_options_background_none_hover:hover{ background: none; }
.nd_options_background_transparent_important { background: transparent !important; }
.nd_options_bg_greydark_alpha_gradient { 
background: -moz-linear-gradient(top, rgba(101,100,96,0) 0%, rgba(101,100,96,0.1) 60%, rgba(101,100,96,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(101,100,96,0) 0%,rgba(101,100,96,0.1) 60%,rgba(101,100,96,0.65) 100%);
background: linear-gradient(to bottom, rgba(101,100,96,0) 0%,rgba(101,100,96,0.1) 60%,rgba(101,100,96,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
}
.nd_options_bg_greydark_alpha_gradient_2 { 
background: -moz-linear-gradient(top, rgba(101,100,96,0.8) 0%, rgba(101,100,96,0) 35%, rgba(101,100,96,0) 45%, rgba(101,100,96,0.8) 100%);
background: -webkit-linear-gradient(top, rgba(101,100,96,0.8) 0%,rgba(101,100,96,0) 35%,rgba(101,100,96,0) 45%,rgba(101,100,96,0.8) 100%);
background: linear-gradient(to bottom, rgba(101,100,96,0.8) 0%,rgba(101,100,96,0) 35%,rgba(101,100,96,0) 45%,rgba(101,100,96,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99656460', endColorstr='#99656460',GradientType=0 );
}
.nd_options_bg_greydark_alpha_gradient_3 { 
background: -moz-linear-gradient(top, rgba(101,100,96,0) 0%, rgba(101,100,96,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(101,100,96,0) 0%,rgba(101,100,96,0.65) 100%);
background: linear-gradient(to bottom, rgba(101,100,96,0) 0%,rgba(101,100,96,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
}
.nd_options_bg_greydark_alpha_gradient_3_2 { 
background: -moz-linear-gradient(top, rgba(101,100,96,0.1) 0%, rgba(101,100,96,0.85) 100%);
background: -webkit-linear-gradient(top, rgba(101,100,96,0.1) 0%,rgba(101,100,96,0.85) 100%);
background: linear-gradient(to bottom, rgba(101,100,96,0.1) 0%,rgba(101,100,96,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
}
.nd_options_bg_greydark_alpha_gradient_4 { 
background: -moz-linear-gradient(top, rgba(101,100,96,0.65) 0%, rgba(101,100,96,0.1) 60%, rgba(101,100,96,0) 100%);
background: -webkit-linear-gradient(top, rgba(101,100,96,0.65) 0%,rgba(101,100,96,0.1) 60%,rgba(101,100,96,0) 100%);
background: linear-gradient(to bottom, rgba(101,100,96,0.65) 0%,rgba(101,100,96,0.1) 60%,rgba(101,100,96,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
}
.nd_options_bg_greydark_alpha_gradient_5 { 
background: -moz-linear-gradient(top, rgba(101,100,96,0.6) 0%, rgba(101,100,96,0.6) 75%, rgba(101,100,96,0) 100%);
background: -webkit-linear-gradient(top, rgba(101,100,96,0.6) 0%,rgba(101,100,96,0.6) 75%,rgba(101,100,96,0) 100%);
background: linear-gradient(to bottom, rgba(101,100,96,0.6) 0%,rgba(101,100,96,0.6) 75%,rgba(101,100,96,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99656460', endColorstr='#00656460',GradientType=0 );
}
.nd_options_bg_greydark_alpha_gradient_6 { 
background: -moz-linear-gradient(top, rgba(45,45,45,0.15) 0%, rgba(45,45,45,0.5) 75%, rgba(45,45,45,1) 100%);
background: -webkit-linear-gradient(top, rgba(45,45,45,0.15) 0%,rgba(45,45,45,0.5) 75%,rgba(45,45,45,1) 100%);
background: linear-gradient(to bottom, rgba(45,45,45,0.15) 0%,rgba(45,45,45,0.5) 75%,rgba(45,45,45,1) 100%);
linear-gradient(to bottom, rgba(45, 45, 45, 0.15) 0%,rgba(45, 45, 45, 0.5) 75%,rgb(45, 45, 45) 100%);
}
.nd_options_bg_gradient_red_to_green{
background: rgb(204,133,133);
background: -moz-linear-gradient(left, rgba(204,133,133,1) 0%, rgba(204,133,133,1) 61%, rgba(104,183,140,1) 82%, rgba(104,183,140,1) 100%);
background: -webkit-linear-gradient(left, rgba(204,133,133,1) 0%,rgba(204,133,133,1) 61%,rgba(104,183,140,1) 82%,rgba(104,183,140,1) 100%);
background: linear-gradient(to right, rgba(204,133,133,1) 0%,rgba(204,133,133,1) 61%,rgba(104,183,140,1) 82%,rgba(104,183,140,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc8585', endColorstr='#68b78c',GradientType=1 );
}
.nd_options_bg_greydark_alpha_gradient_cc_1 { 
background: -moz-linear-gradient(top, rgba(45,45,45,0.8) 0%, rgba(45,45,45,0) 100%);
background: -webkit-linear-gradient(top, rgba(45,45,45,0.8) 0%, rgba(45,45,45,0) 100%);
background: linear-gradient(to bottom, rgba(45,45,45,0.8) 0%,rgba(45,45,45,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
}
.nd_options_bg_greydark_alpha_gradient_cc_2 { 
background: -moz-linear-gradient(top, rgba(45,45,45,0) 0%, rgba(45,45,45,0.8) 100%);
background: -webkit-linear-gradient(top, rgba(45,45,45,0) 0%, rgba(45,45,45,0.8) 100%);
background: linear-gradient(to bottom, rgba(45,45,45,0) 0%,rgba(45,45,45,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
} .nd_options_filter_blur_5 { filter:blur(5px); -webkit-filter: blur(5px); }  .nd_options_margin_auto { margin: auto; }
.nd_options_margin_0 { margin: 0px; }
.nd_options_margin_0_important { margin: 0px !important; }
.nd_options_margin_5 { margin: 5px; }
.nd_options_margin_10 { margin: 10px; }
.nd_options_margin_15 { margin: 15px; }
.nd_options_margin_20 { margin: 20px; } .nd_options_margin_bottom_70 { margin-bottom: 70px; }
.nd_options_margin_bottom_40 { margin-bottom: 40px; }
.nd_options_margin_bottom_30 { margin-bottom: 30px; }
.nd_options_margin_bottom_20 { margin-bottom: 20px; }
.nd_options_margin_bottom_10 { margin-bottom: 10px; }
.nd_options_margin_bottom_0 { margin-bottom: 0px; } .nd_options_margin_top_50 { margin-top: 50px; }
.nd_options_margin_top_40 { margin-top: 40px; }
.nd_options_margin_top_30 { margin-top: 30px; }
.nd_options_margin_top_20 { margin-top: 20px; }
.nd_options_margin_top_15 { margin-top: 15px; }
.nd_options_margin_top_13 { margin-top: 13px; }
.nd_options_margin_top_12 { margin-top: 12px; }
.nd_options_margin_top_10 { margin-top: 10px; }
.nd_options_margin_top_6 { margin-top: 6px; }
.nd_options_margin_top_5 { margin-top: 5px; }
.nd_options_margin_top_2 { margin-top: 2px; }
.nd_options_margin_top_1 { margin-top: 1px; } .nd_options_margin_right_5 { margin-right: 5px; }
.nd_options_margin_right_10 { margin-right: 10px; }
.nd_options_margin_right_20 { margin-right: 20px; }
.nd_options_margin_right_40 { margin-right: 40px; }
.nd_options_margin_right_50 { margin-right: 50px; }
.nd_options_margin_right_60 { margin-right: 60px; } .nd_options_margin_left_0 { margin-left: 0px; }
.nd_options_margin_left_5 { margin-left: 5px; }
.nd_options_margin_left_10 { margin-left: 10px; }
.nd_options_margin_left_15 { margin-left: 15px; }
.nd_options_margin_left_20 { margin-left: 20px; }
.nd_options_margin_left_40 { margin-left: 40px; }
.nd_options_margin_left_80 { margin-left: 80px; }
.nd_options_margin_left_60 { margin-left: 60px; }
.nd_options_margin_left_70 { margin-left: 70px; }
.nd_options_margin_left_120 { margin-left: 120px; }
.nd_options_margin_left_200 { margin-left: 200px; }
.nd_options_margin_left_220 { margin-left: 220px; }
.nd_options_margin_left_240 { margin-left: 240px; } .nd_options_margin_left_negative_15 { margin-left: -15px; } .nd_options_margin_bottom_negative_15 { margin-bottom: -15px; }
.nd_options_margin_bottom_100_negative { margin-bottom: -100px; }
.nd_options_margin_bottom_105_negative { margin-bottom: -105px; } .nd_options_margin_top_negative_30 { margin-top: -30px; }
.nd_options_margin_top_negative_15 { margin-top: -15px; }
.nd_options_margin_top_negative_28 { margin-top: -28px; }
.nd_options_margin_top_negative_90 { margin-top: -90px; }
.nd_options_margin_top_negative_120 { margin-top: -120px; }
.nd_options_margin_top_negative_225 { margin-top: -225px; }
.nd_options_margin_top_negative_300 { margin-top: -300px; }  .nd_options_padding_0 { padding: 0px; }
.nd_options_padding_4 { padding: 4px; }
.nd_options_padding_4_8 { padding: 4px 8px; }
.nd_options_padding_5 { padding: 5px; }
.nd_options_padding_5_0 { padding: 5px 0px; }
.nd_options_padding_5_10 { padding: 5px 10px; }
.nd_options_padding_5_20 { padding: 5px 20px; }
.nd_options_padding_5_8 { padding: 5px 8px; }
.nd_options_padding_8 { padding: 8px; }
.nd_options_padding_8_12 { padding: 8px 12px; }
.nd_options_padding_8_20 { padding: 8px 20px; }
.nd_options_padding_10 { padding: 10px; }
.nd_options_padding_10_20 { padding: 10px 20px; }
.nd_options_padding_10_20_important { padding: 10px 20px !important; }
.nd_options_padding_15_20 { padding: 15px 20px; }
.nd_options_padding_15_30 { padding: 15px 30px; }
.nd_options_padding_20_10 { padding: 20px 10px; }
.nd_options_padding_20_0 { padding: 20px 0px; }
.nd_options_padding_13_10 { padding: 13px 10px; }
.nd_options_padding_13 { padding: 13px; }
.nd_options_padding_15 { padding: 15px; }
.nd_options_padding_0_15 { padding: 0px 15px; }
.nd_options_padding_0_15_important { padding: 0px 15px !important; }
.nd_options_padding_20 { padding: 20px; }
.nd_options_padding_25 { padding: 25px; }
.nd_options_padding_25_15 { padding: 25px 15px; }
.nd_options_padding_28 { padding: 28px; }
.nd_options_padding_20_50 { padding: 20px 50px; }
.nd_options_padding_20_25 { padding: 20px 25px; }
.nd_options_padding_20_30 { padding: 20px 30px; }
.nd_options_padding_35 { padding: 35px; }
.nd_options_padding_30 { padding: 30px; }
.nd_options_padding_40 { padding: 40px; }
.nd_options_padding_0_40 { padding: 0px 40px; }
.nd_options_padding_0_20 { padding: 0px 20px; }
.nd_options_padding_40_20 { padding: 40px 20px; }
.nd_options_padding_50 { padding: 50px; }
.nd_options_padding_60 { padding: 60px; }
.nd_options_padding_80 { padding: 80px; }
.nd_options_padding_90 { padding: 90px; }
.nd_options_padding_100 { padding: 100px; }
.nd_options_padding_1020 { padding: 10px 20px; }
.nd_options_padding_510 { padding: 5px 10px; }
.nd_options_padding_10_10_5_10 { padding: 10px 10px 5px 10px; } .nd_options_padding_botttom_0 { padding-bottom: 0px; }
.nd_options_padding_botttom_5 { padding-bottom: 5px; }
.nd_options_padding_bottom_5 { padding-bottom: 5px; }
.nd_options_padding_botttom_10 { padding-bottom: 10px; } .nd_options_padding_top_0 { padding-top: 0px; }
.nd_options_padding_top_5 { padding-top: 5px; }
.nd_options_padding_top_7 { padding-top: 7px; }
.nd_options_padding_top_10 { padding-top: 10px; }
.nd_options_padding_top_30 { padding-top: 30px; }
.nd_options_padding_top_50 { padding-top: 50px; } .nd_options_padding_left_220 { padding-left: 220px; }
.nd_options_padding_left_185 { padding-left: 185px; }
.nd_options_padding_left_120 { padding-left: 120px; }
.nd_options_padding_left_100 { padding-left: 100px; }
.nd_options_padding_left_90 { padding-left: 90px; }
.nd_options_padding_left_80 { padding-left: 80px; }
.nd_options_padding_left_70 { padding-left: 70px; }
.nd_options_padding_left_50 { padding-left: 50px; }
.nd_options_padding_left_45 { padding-left: 45px; }
.nd_options_padding_left_40 { padding-left: 40px; }
.nd_options_padding_left_25 { padding-left: 25px; }
.nd_options_padding_left_20 { padding-left: 20px; }
.nd_options_padding_left_10 { padding-left: 10px; }
.nd_options_padding_left_5 { padding-left: 5px; }
.nd_options_padding_left_0 { padding-left: 0px; } .nd_options_padding_right_0 { padding-right: 0px; }
.nd_options_padding_right_5 { padding-right: 5px; }
.nd_options_padding_right_10 { padding-right: 10px; }
.nd_options_padding_right_20 { padding-right: 20px; }
.nd_options_padding_right_40 { padding-right: 40px; }  .nd_options_border_style_solid { border-style: solid; } .nd_options_border_color_transparent { border-color: transparent; } .nd_options_border_radius_3 { border-radius: 3px; }
.nd_options_border_radius_4 { border-radius: 4px; }
.nd_options_border_radius_5 { border-radius: 5px; }
.nd_options_border_radius_15 { border-radius: 15px }
.nd_options_border_radius_20 { border-radius: 20px; }
.nd_options_border_radius_25 { border-radius: 25px; }
.nd_options_border_radius_30 { border-radius: 30px; }
.nd_options_border_radius_30_important { border-radius: 30px !important; }
.nd_options_border_radius_25_25_0_0 { border-radius: 25px 25px 0px 0px; }
.nd_options_border_radius_0_0_4_4 { border-radius: 0px 0px 4px 4px; }
.nd_options_border_radius_4_4_0_0 { border-radius: 4px 4px 0px 0px; }
.nd_options_border_radius_5_5_0_0 { border-radius: 5px 5px 0px 0px; }
.nd_options_border_radius_0_0_5_5 { border-radius: 0px 0px 5px 5px; }
.nd_options_border_radius_50 { border-radius: 50px; }
.nd_options_border_radius_100_percentage { border-radius: 100%; } .nd_options_border_width_2 { border-width: 2px; }
.nd_options_border_width_15 { border-width: 15px; }
.nd_options_border_bottom_width_0 { border-bottom-width: 0px; }
.nd_options_border_0 { border: 0px solid #fff; }
.nd_options_border_0_important { border: 0px solid #fff !important; }
.nd_options_border_1_solid_white { border: 1px solid #fff; }
.nd_options_border_2_solid_white { border: 2px solid #fff; }
.nd_options_border_2_solid_white_hover:hover { border: 2px solid #fff; }
.nd_options_border_1_solid_grey { border: 1px solid #f1f1f1; }
.nd_options_border_1_solid_grey_2 { border: 1px solid #a3a3a3; }
.nd_options_border_1_solid_grey_3 { border: 1px solid #7e7e7e; }
.nd_options_border_3_solid_white { border: 3px solid #fff; }
.nd_options_border_3_dashed_grey { border: 3px dashed #f1f1f1; }
.nd_options_border_1_solid_green { border: 1px solid #68B78C; }
.nd_options_border_1_solid_green_hover:hover { border: 1px solid #68B78C; }
.nd_options_border_2_solid_green { border: 2px solid #68B78C; }
.nd_options_border_1_solid_orange { border: 1px solid #ceb28d; }
.nd_options_border_5_solid_white { border: 5px solid #fff; }
.nd_options_border_4_solid_grey { border: 4px solid #f1f1f1; } .nd_options_border_top_width_0{ border-top-width: 0px; }
.nd_options_border_top_1_solid_grey { border-top: 1px solid #f1f1f1; }
.nd_options_border_top_1_solid_greydark { border-top: 1px solid #595959; }
.nd_options_border_top_2_solid_grey { border-top: 2px solid #f1f1f1; } .nd_options_border_bottom_width_0{ border-bottom-width: 0px; }
.nd_options_border_bottom_width_2{ border-bottom-width: 2px; }
.nd_options_border_bottom_1_solid_grey { border-bottom: 1px solid #f1f1f1; }
.nd_options_border_bottom_2_solid_grey { border-bottom: 2px solid #f1f1f1; }
.nd_options_border_bottom_2_solid_greendark { border-bottom: 2px solid #64AB84; }
.nd_options_border_bottom_4_solid_white { border-bottom: 4px solid #fff; }
.nd_options_border_bottom_3_solid_white { border-bottom: 3px solid #fff; }
.nd_options_border_bottom_1_solid_greydark { border-bottom: 1px solid #595959; }
.nd_options_border_bottom_2_dotted_grey { border-bottom: 2px dotted #f1f1f1; } .nd_options_border_left_width_0{ border-left-width: 0px; } .nd_options_border_right_width_0{ border-right-width: 0px; } .nd_options_box_sizing_border_box { box-sizing: border-box; } .nd_options_list_style_none { list-style: none; } .nd_options_display_inline { display: inline; }
.nd_options_display_inline_block { display: inline-block; }
.nd_options_display_block { display: block; }
.nd_options_display_none { display: none; }
.nd_options_display_table { display: table; }
.nd_options_display_table_cell { display: table-cell; } .nd_options_vertical_align_middle { vertical-align: middle; }
.nd_options_vertical_align_top { vertical-align: top; }
.nd_options_vertical_align_bottom { vertical-align: bottom; } .nd_options_float_left { float: left; }
.nd_options_float_right { float: right; } .nd_options_background_size_cover { background-size: cover; }
.nd_options_background_size_25 { background-size: 25px; }
.nd_options_background_size_15 { background-size: 15px; }
.nd_options_background_position_center { background-position: center center; }
.nd_options_background_position_center_bottom { background-position: center bottom; }
.nd_options_background_position_center_top { background-position: center top; }
.nd_options_background_repeat_no_repeat { background-repeat: no-repeat; } .nd_options_position_absolute { position: absolute; }
.nd_options_position_relative { position: relative; }
.nd_options_position_fixed { position: fixed; } .nd_options_right_300_negative { right: -300px; }
.nd_options_right_0 { right: 0; }
.nd_options_right_20 { right: 20px; }
.nd_options_right_30 { right: 30px; }
.nd_options_right_5_negative { right: -5px; }
.nd_options_left_0 { left: 0; }
.nd_options_left_10 { left: 10px; }
.nd_options_left_20 { left: 20px; }
.nd_options_left_30 { left: 30px; }
.nd_options_left_10_negative { left: -10px; }
.nd_options_left_20_negative { left: -20px; }
.nd_options_left_15 { left: 15px; }
.nd_options_left_65_negative { left: -65px; }
.nd_options_top_0 { top: 0; }
.nd_options_top_5 { top: 5px; }
.nd_options_top_10 { top: 10px; }
.nd_options_top_15 { top: 15px; }
.nd_options_top_40_negative { top: -40px; }
.nd_options_top_10_negative { top: -10px; }
.nd_options_top_5_negative { top: -5px; }
.nd_options_top_3_negative { top: -3px; }
.nd_options_top_22_negative { top: -22px; }
.nd_options_top_10 { top: 10px; }
.nd_options_top_17 { top: 17px; }
.nd_options_top_20 { top: 20px; }
.nd_options_top_30 { top: 30px; }
.nd_options_bottom_0 { bottom: 0px; }
.nd_options_bottom_2 { bottom: 2px; }
.nd_options_bottom_20 { bottom: 20px; }
.nd_options_bottom_30 { bottom: 30px; }
.nd_options_bottom_35_negative { bottom: -35px; }
.nd_options_bottom_22_negative { bottom: -22px; }
.nd_options_bottom_6_negative { bottom: -6px; } .nd_options_overflow_hidden { overflow: hidden; }
.nd_options_overflow_x_auto { overflow-x: auto; }
.nd_options_overflow_y_auto { overflow-y: auto; }
.nd_options_overflow_visible_important { overflow: visible !important; } .nd_options_cursor_move { cursor: move; }
.nd_options_cursor_text { cursor: text; }
.nd_options_cursor_pointer { cursor: pointer; }
.nd_options_cursor_zoom_out { cursor: zoom-out; } .nd_options_outline_0{ outline: 0; } .nd_options_z_index_1_negative{ z-index: -1; }
.nd_options_z_index_9{ z-index: 9; }
.nd_options_z_index_10{ z-index: 10; }
.nd_options_z_index_98 { z-index: 98; }
.nd_options_z_index_99{ z-index: 99; }
.nd_options_z_index_999{ z-index: 999; } .nd_options_transition_all_08_ease{
-webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; transition: all 0.8s ease;
} .nd_options_opacity_0{ opacity: 0; }
.nd_options_opacity_07{ opacity: 0.7; }
.nd_options_opacity_05_hover:hover{ opacity: 0.5; } .nd_options_zoom_1_1_hover:hover{ zoom: 1.1; } .nd_options_box_shadow_0_7_20_000_030 { box-shadow: 0 7px 20px rgba(0,0,0,0.3) }
.nd_options_box_shadow_0_7_20_000_015 { box-shadow: 0 7px 20px rgba(0,0,0,0.15) }
.nd_options_box_shadow_0_0_15_0_0001 { box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); } .nd_options_fadein_fadeout .nd_options_fadein{
opacity: 0;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 800ms;
-moz-transition: opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 800ms;
}
.nd_options_fadein_fadeout:hover .nd_options_fadein{
opacity: 1;
z-index: 2;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 800ms;
-moz-transition: opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 800ms;
} .nd_options_fadein_fadeout .nd_options_fadeout{
opacity: 1;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
-moz-transition: opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 500ms;
}
.nd_options_fadein_fadeout:hover .nd_options_fadeout{
opacity: 0;
z-index: 1;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
-moz-transition: opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 500ms;
} .nd_options_fadein_fadeout .nd_options_filter_blur_5 { -webkit-filter: blur(0px); -moz-filter: blur(0px); -o-filter: blur(0px); -ms-filter: blur(0px); filter: blur(0px); }
.nd_options_fadein_fadeout:hover .nd_options_filter_blur_5 { -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); } .nd_options_fadein_fadeout .nd_options_zoom_image { -webkit-transition:all 3000ms; -o-transition:all 500ms; transition:all 3000ms; }
.nd_options_fadein_fadeout:hover .nd_options_zoom_image{ -webkit-transform:rotate(3deg) scale(1.2, 1.2); -o-transform:rotate(3deg) scale(1.2, 1.2); transform:rotate(3deg) scale(1.2, 1.2); } .nd_options_rotate{ -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;}
.nd_options_rotate:hover { -webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg); }  .typed-cursor{opacity: 1;font-weight: 100;-webkit-animation: blink 0.7s infinite;-moz-animation: blink 0.7s infinite;-ms-animation: blink 0.7s infinite;-o-animation: blink 0.7s infinite;animation: blink 0.7s infinite;}
@-keyframes blink{0% { opacity:1; }50% { opacity:0; }100% { opacity:1; }}
@-webkit-keyframes blink{0% { opacity:1; }50% { opacity:0; }100% { opacity:1; }}
@-moz-keyframes blink{0% { opacity:1; }50% { opacity:0; }100% { opacity:1; }}
@-ms-keyframes blink{0% { opacity:1; }50% { opacity:0; }100% { opacity:1; }}
@-o-keyframes blink{0% { opacity:1; }50% { opacity:0; }100% { opacity:1; }}  .nd_options_vc_parallax_filter_1_3 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%;
background-color: rgba(101, 100, 96, 0.3); 
left:0px;
}
.nd_options_vc_parallax_filter_1_4 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%;
background-color: rgba(101, 100, 96, 0.4); 
left:0px;
}
.nd_options_vc_parallax_filter_1_5 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%;
background-color: rgba(101, 100, 96, 0.5); 
left:0px;
}
.nd_options_vc_parallax_filter_1_6 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%;
background-color: rgba(101, 100, 96, 0.6); 
left:0px;
}
.nd_options_vc_parallax_filter_1_7 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%;
background-color: rgba(101, 100, 96, 0.7); 
left:0px;
}
.nd_options_vc_parallax_filter_1_8 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%;
background-color: rgba(101, 100, 96, 0.8); 
left:0px;
}
.nd_options_vc_parallax_filter_1_9 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%;
background-color: rgba(101, 100, 96, 0.9);
left:0px; 
} .nd_options_vc_parallax_filter_1 .vc_parallax-inner:after {
content: ''; position: absolute; width: 100%; height: 100%; 
background: -moz-linear-gradient(top, rgba(101,100,96,0.65) 0%, rgba(101,100,96,0.1) 60%, rgba(101,100,96,0) 100%);
background: -webkit-linear-gradient(top, rgba(101,100,96,0.65) 0%,rgba(101,100,96,0.1) 60%,rgba(101,100,96,0) 100%);
background: linear-gradient(to bottom, rgba(101,100,96,0.65) 0%,rgba(101,100,96,0.1) 60%,rgba(101,100,96,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
left:0px;
} .nd_options_vc_parallax_filter_2 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%;
background: -moz-linear-gradient(top, rgba(101,100,96,0) 0%, rgba(101,100,96,0.1) 60%, rgba(101,100,96,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(101,100,96,0) 0%,rgba(101,100,96,0.1) 60%,rgba(101,100,96,0.65) 100%);
background: linear-gradient(to bottom, rgba(101,100,96,0) 0%,rgba(101,100,96,0.1) 60%,rgba(101,100,96,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
left:0px;
}
.nd_options_vc_parallax_filter_2_2 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%;
background: -moz-linear-gradient(top, rgba(101,100,96,0.1) 0%, rgba(101,100,96,0.6) 60%, rgba(101,100,96,0.8) 100%);
background: -webkit-linear-gradient(top, rgba(101,100,96,0.1) 0%,rgba(101,100,96,0.6) 60%,rgba(101,100,96,0.8) 100%);
background: linear-gradient(to bottom, rgba(101,100,96,0.1) 0%,rgba(101,100,96,0.6) 60%,rgba(101,100,96,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
left:0px;
}
.nd_options_vc_parallax_filter_2_3 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%;
background: -moz-linear-gradient(top, rgba(101,100,96,0) 0%, rgba(101,100,96,0.2) 60%, rgba(28,28,28,1) 100%);
background: -webkit-linear-gradient(top, rgba(101,100,96,0) 0%,rgba(101,100,96,0.2) 60%,rgba(28,28,28,1) 100%);
background: linear-gradient(to bottom, rgba(101,100,96,0) 0%,rgba(101,100,96,0.2) 60%,rgba(28,28,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
left:0px;
}
.nd_options_vc_parallax_filter_2_4 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%;
background: -moz-linear-gradient(top, rgba(28,28,28,0.2) 0%, rgba(28,28,28,0.7) 100%);
background: -webkit-linear-gradient(top, rgba(28,28,28,0.2) 0%, rgba(28,28,28,0.7) 100%);
background: linear-gradient(to bottom, rgba(28,28,28,0.2) 0%, rgba(28,28,28,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
left:0px;
}
.nd_options_vc_parallax_filter_2_5 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%;
background: -moz-linear-gradient(top, rgba(45,45,45,0.2) 0%, rgba(45,45,45,0.9) 100%);
background: -webkit-linear-gradient(top, rgba(45,45,45,0.2) 0%, rgba(45,45,45,0.9) 100%);
background: linear-gradient(to bottom, rgba(45,45,45,0.2) 0%, rgba(45,45,45,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
left:0px;
} .nd_options_vc_parallax_filter_3 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%;
background: -moz-linear-gradient(top, rgba(101,100,96,1) 0%, rgba(101,100,96,0) 45%, rgba(101,100,96,0) 45%, rgba(101,100,96,0.8) 100%);
background: -webkit-linear-gradient(top, rgba(101,100,96,1) 0%,rgba(101,100,96,0) 45%,rgba(101,100,96,0) 45%,rgba(101,100,96,0.8) 100%);
background: linear-gradient(to bottom, rgba(101,100,96,1) 0%,rgba(101,100,96,0) 45%,rgba(101,100,96,0) 45%,rgba(101,100,96,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99656460', endColorstr='#99656460',GradientType=0 );
left:0px;
} .nd_options_vc_parallax_filter_cc_1 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%; left:0px;
background: -moz-linear-gradient(top,  rgba(45,45,45,0.8) 0%, rgba(45,45,45,0) 100%);
background: -webkit-linear-gradient(top,  rgba(45,45,45,0.8) 0%,rgba(45,45,45,0) 100%);
background: linear-gradient(to bottom,  rgba(45,45,45,0.8) 0%,rgba(45,45,45,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#007db9e8',GradientType=0 );
}
.nd_options_vc_parallax_filter_cc_2 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%; left:0px;
background: -moz-linear-gradient(top,  rgba(45,45,45,0.8) 0%, rgba(45,45,45,0.4) 100%);
background: -webkit-linear-gradient(top,  rgba(45,45,45,0.8) 0%,rgba(45,45,45,0.4) 100%);
background: linear-gradient(to bottom,  rgba(45,45,45,0.8) 0%,rgba(45,45,45,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#007db9e8',GradientType=0 );
}
.nd_options_vc_parallax_filter_cc_3 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%; left:0px;
background: -moz-linear-gradient(top,  rgba(45,45,45,0) 0%, rgba(45,45,45,0.8) 100%);
background: -webkit-linear-gradient(top,  rgba(45,45,45,0) 0%,rgba(45,45,45,0.8) 100%);
background: linear-gradient(to bottom,  rgba(45,45,45,0) 0%,rgba(45,45,45,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#007db9e8',GradientType=0 );
}
.nd_options_vc_parallax_filter_cc_4 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%; left:0px;
background: -moz-linear-gradient(top,  rgba(45,45,45,0.4) 0%, rgba(45,45,45,0.8) 100%);
background: -webkit-linear-gradient(top,  rgba(45,45,45,0.4) 0%,rgba(45,45,45,0.8) 100%);
background: linear-gradient(to bottom,  rgba(45,45,45,0.4) 0%,rgba(45,45,45,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#007db9e8',GradientType=0 );
}
.nd_options_vc_parallax_filter_cc_5 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%; left:0px;
background: -moz-linear-gradient(left,  rgba(45,45,45,0) 0%, rgba(45,45,45,0.8) 100%);
background: -webkit-linear-gradient(left,  rgba(45,45,45,0) 0%,rgba(45,45,45,0.8) 100%);
background: linear-gradient(to left,  rgba(45,45,45,0) 0%,rgba(45,45,45,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#007db9e8',GradientType=0 );
}
.nd_options_vc_parallax_filter_cc_6 .vc_parallax-inner:after { 
content: ''; position: absolute; width: 100%; height: 100%; left:0px;
background: -moz-linear-gradient(left,  rgba(45,45,45,0.8) 0%, rgba(45,45,45,0) 100%);
background: -webkit-linear-gradient(left,  rgba(45,45,45,0.8) 0%,rgba(45,45,45,0) 100%);
background: linear-gradient(to left,  rgba(45,45,45,0.8) 0%,rgba(45,45,45,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#007db9e8',GradientType=0 );
} .nd_options_underline_effect u { position: relative; z-index: 99; text-decoration: none; }
.nd_options_underline_effect u:after { position: absolute; content:''; width: 100%; height: 5px; left: 0;bottom: 11px; z-index: -9; } .wpb_revslider_element.wpb_content_element { margin-bottom: 0px !important; }  #container.give-wrap.container { width: 1200px !important; margin: auto !important; margin-bottom: 45px !important; }  .give-grid div.give-grid__item a.give-card { border-width: 0px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); }
.give-grid div.give-grid__item .give-card__title { font-weight: bold; letter-spacing: 1px; }
.give-grid div.give-grid__item .give-card__text { line-height: 2em; margin-bottom: 10px; }
.give-grid div.give-grid__item .give-card__progress .raised,
.give-grid div.give-grid__item .give-card__progress .raised span { text-transform: uppercase; letter-spacing: 1px; font-size: 13px; }
.give-grid div.give-grid__item .give-card__progress .raised span:first-child { font-weight: bold; }
.give-grid div.give-grid__item .give-card__progress .give-progress-bar { height: 3px; border-radius: 0px; } .give-form-wrap .give-goal-progress .give-progress-bar { height: 6px; border-radius: 0px; }
.give-form-wrap .give-goal-progress .raised,
.give-form-wrap .give-goal-progress .raised span { font-size: 20px; text-transform: uppercase; letter-spacing: 1px; }
.give-form-wrap .give-goal-progress .raised span:first-child { font-weight: bold; }
.give-form-wrap .give-form-content-wrap p { line-height: 2em; margin-top: 40px; margin-bottom: 40px; }
.give-form-wrap legend { margin-top: 30px !important; float: left; width: 100%;letter-spacing: 1px;margin-bottom: 30px !important; border-width: 0px !important; font-size: 20px !important; line-height: 20px; }
.give-form-wrap fieldset#give_offline_payment_info { margin-top: 20px;margin-bottom: 20px;padding: 20px;background-color: #f9f9f9; border: 1px solid #f1f1f1; }  @media only screen and (min-width: 960px) and (max-width: 1199px) {
.nd_options_container{width:960px;}
#container.give-wrap.container{ width:960px !important;}
.nd_options_grid_1,.nd_options_grid_2,.nd_options_grid_3,.nd_options_grid_4,.nd_options_grid_5,.nd_options_grid_6,.nd_options_grid_7,.nd_options_grid_8,.nd_options_grid_9,.nd_options_grid_10,.nd_options_grid_11,.nd_options_grid_12{ width: 100%; }
} @media only screen and (min-width: 768px) and (max-width: 959px) {
.nd_options_container {width:748px;}
#container.give-wrap.container{ width:748px !important;}
.nd_options_width_100_percentage_ipad_port { width: 100%; }
.nd_options_grid_1,.nd_options_grid_2,.nd_options_grid_3,.nd_options_grid_4,.nd_options_grid_5,.nd_options_grid_6,.nd_options_grid_7,.nd_options_grid_8,.nd_options_grid_9,.nd_options_grid_10,.nd_options_grid_11,.nd_options_grid_12{ width: 100%; }
} @media only screen and (min-width: 480px) and (max-width: 767px) {
body{ -webkit-text-size-adjust:none; }      
.nd_options_container {width:460px;}
#container.give-wrap.container{ width:460px !important;}
.nd_options_grid_1,.nd_options_grid_2,.nd_options_grid_3,.nd_options_grid_4,.nd_options_grid_5,.nd_options_grid_6,.nd_options_grid_7,.nd_options_grid_8,.nd_options_grid_9,.nd_options_grid_10,.nd_options_grid_11,.nd_options_grid_12{ width: 100%; }
} @media only screen and (min-width: 320px) and (max-width: 479px){
body{ -webkit-text-size-adjust:none; }
.nd_options_container{ width:300px;}
#container.give-wrap.container{ width:300px !important;}
.nd_options_max_width_280_iphone_port { max-width: 280px; }
.nd_options_display_none_iphone_port { display: none; }
.nd_options_width_100_percentage_iphone_port { width: 100%; }
.nd_options_text_align_left_iphone_port { text-align: left; }
.nd_options_grid_1,.nd_options_grid_2,.nd_options_grid_3,.nd_options_grid_4,.nd_options_grid_5,.nd_options_grid_6,.nd_options_grid_7,.nd_options_grid_8,.nd_options_grid_9,.nd_options_grid_10,.nd_options_grid_11,.nd_options_grid_12{ width: 100%; } 
} @media only screen and (min-width: 320px) and (max-width: 1199px) {
.nd_options_display_none_all_responsive { display: none; }
.nd_options_padding_0_20_responsive { padding: 0px 20px; }
.nd_options_padding_20_responsive { padding: 20px; }
.nd_options_padding_20_responsive_important { padding: 20px !important; }
.nd_options_padding_10_responsive_important { padding: 10px !important; }
.nd_options_padding_top_0_responsive { padding-top: 0px; }
.nd_options_padding_bottom_0_responsive { padding-bottom: 0px; }
.nd_options_padding_20_first_div_important_responsive > div { padding: 20px !important; }
.nd_options_padding_0_first_div_important_responsive > div { padding: 0px !important; }
.nd_options_display_block_responsive { display: block; }
.nd_options_display_inline_block_responsive { display: inline-block; }
.nd_options_width_100_percentage_responsive { width: 100%; }
.nd_options_width_100_percentage_responsive_important { width: 100% !important; }
.nd_options_width_50_percentage_responsive { width: 50%; }
.nd_options_text_align_center_responsive { text-align: center; }
.nd_options_text_align_center_responsive_important { text-align: center !important; }
.nd_options_text_align_left_responsive { text-align: left; }
.nd_options_margin_top_50_responsive { margin-top: 50px; }
.nd_options_margin_top_20_responsive { margin-top: 20px; }
.nd_options_margin_top_5_responsive { margin-top: 5px; }
.nd_options_margin_bottom_20_responsive { margin-bottom: 20px; }
.nd_options_margin_bottom_50_responsive { margin-bottom: 50px; }
.nd_options_margin_top_0_important_responsive { margin-top: 0px !important; }
.nd_options_margin_top_0_first_div_important_responsive > div { margin-top: 0px !important; }
.nd_options_margin_top_50_first_div_important_responsive > div { margin-top: 50px !important; }
.nd_options_margin_0_20_first_div_important_responsive > div { margin: 0px 20px !important; }
.nd_options_margin_0_first_div_important_responsive > div { margin: 0px !important; }
.nd_options_border_top_1_solid_greydark_responsive { border-top: 1px solid #595959; }
.nd_options_border_top_1_solid_grey_responsive { border-top: 1px solid #f1f1f1; }
.nd_options_border_top_1_solid_orangedark_responsive { border-top: 1px solid #b59974; }
.nd_options_border_width_0_first_div_important_responsive > div { border-width: 0px !important; }
.nd_options_cursor_move_responsive { cursor: move; }
.nd_options_font_size_40_responsive { font-size: 40px; }
.nd_options_line_height_40_responsive { line-height: 40px; }
.nd_options_line_height_25_responsive { line-height: 25px; }
.nd_options_line_height_20_important_responsive { line-height: 20px !important; }
.nd_options_float_none_responsive { float: none; }
.nd_options_float_left_responsive { float: left; }
} @media only screen and (min-width: 320px) and (max-width: 767px) {
.nd_options_display_none_all_iphone { display: none; }
.nd_options_display_block_all_iphone { display: block; }
.nd_options_width_100_percentage_all_iphone { width: 100%; }
.nd_options_width_100_percentage_all_iphone_important { width: 100% !important; }
.nd_options_width_50_percentage_all_iphone { width: 50%; }
.nd_options_width_50_all_iphone { width: 50px; }
.nd_options_width_250_all_iphone { width: 250px; }
.nd_options_text_align_center_all_iphone { text-align: center; }
.nd_options_text_align_left_all_iphone { text-align: left; }
.nd_options_text_align_left_important_all_iphone { text-align: left !important; }
.nd_options_padding_right_0_all_iphone { padding-right: 0px; }
.nd_options_padding_left_0_all_iphone { padding-left: 0px; }
.nd_options_padding_left_40_all_iphone { padding-left: 40px; }
.nd_options_padding_right_40_all_iphone { padding-right: 40px; }
.nd_options_padding_0_all_iphone { padding: 0px; }
.nd_options_padding_0_important_all_iphone { padding: 0px !important; }
.nd_options_padding_0_right_important_all_iphone { padding-right: 0px !important; }
.nd_options_padding_0_left_important_all_iphone { padding-left: 0px !important; }
.nd_options_padding_40_all_iphone { padding: 40px; }
.nd_options_padding_50_first_div_important_all_iphone > div { padding: 50px !important; }
.nd_options_padding_20_first_div_important_all_iphone > div { padding: 20px !important; }
.nd_options_padding_0_first_div_important_all_iphone > div { padding: 0px !important; }
.nd_options_font_size_40_all_iphone { font-size: 40px; }
.nd_options_font_size_40_important_all_iphone { font-size: 40px !important; }
.nd_options_font_size_20_all_iphone { font-size: 20px; }
.nd_options_font_size_20_important_all_iphone { font-size: 20px !important; }
.nd_options_font_size_10_all_iphone { font-size: 10px; }
.nd_options_line_height_40_all_iphone { line-height: 40px; }
.nd_options_line_height_40_important_all_iphone { line-height: 40px !important; }
.nd_options_line_height_20_all_iphone { line-height: 20px; }
.nd_options_position_relative_all_iphone { position: relative; }
.nd_options_position_initial_all_iphone { position: initial; }
.nd_options_margin_top_20_all_iphone { margin-top: 20px; }
}