/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}@keyframes rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,0.75,1)}40%{transform:scale3d(0.75,1.25,1)}50%{transform:scale3d(1.15,0.85,1)}65%{transform:scale3d(0.95,1.05,1)}75%{transform:scale3d(1.05,0.95,1)}to{transform:scale3d(1,1,1)}}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}@keyframes wobble{from{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:none}}@keyframes jello{from,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.39063deg) skewY(0.39063deg)}88.8%{transform:skewX(-0.19531deg) skewY(-0.19531deg)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:scale3d(0.3,0.3,0.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(0.97,0.97,0.97)}to{opacity:1;transform:scale3d(1,1,1)}}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}@keyframes bounceOut{20%{transform:scale3d(0.9,0.9,0.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(0.3,0.3,0.3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes flip{from{animation-timing-function:ease-out;transform:perspective(400px) rotate3d(0,1,0,-360deg)}40%{animation-timing-function:ease-out;transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(0.95,0.95,0.95)}to{animation-timing-function:ease-in;transform:perspective(400px)}}@keyframes flipInX{from{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotate3d(1,0,0,90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{opacity:1;transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{from{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotate3d(0,1,0,90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotate3d(0,1,0,-20deg)}60%{opacity:1;transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{transform:perspective(400px)}}@keyframes flipOutX{from{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotate3d(1,0,0,-20deg)}to{opacity:0;transform:perspective(400px) rotate3d(1,0,0,90deg)}}@keyframes flipOutY{from{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotate3d(0,1,0,-15deg)}to{opacity:0;transform:perspective(400px) rotate3d(0,1,0,90deg)}}@keyframes lightSpeedIn{from{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{opacity:1;transform:skewX(-5deg)}to{opacity:1;transform:none}}@keyframes lightSpeedOut{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes rotateIn{from{opacity:0;transform:rotate3d(0,0,1,-200deg);transform-origin:center}to{opacity:1;transform:none;transform-origin:center}}@keyframes rotateInDownLeft{from{opacity:0;transform:rotate3d(0,0,1,-45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}@keyframes rotateInDownRight{from{opacity:0;transform:rotate3d(0,0,1,45deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}@keyframes rotateInUpLeft{from{opacity:0;transform:rotate3d(0,0,1,45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}@keyframes rotateInUpRight{from{opacity:0;transform:rotate3d(0,0,1,-90deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}@keyframes rotateOut{from{opacity:1;transform-origin:center}to{opacity:0;transform:rotate3d(0,0,1,200deg);transform-origin:center}}@keyframes rotateOutDownLeft{from{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate3d(0,0,1,45deg);transform-origin:left bottom}}@keyframes rotateOutDownRight{from{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate3d(0,0,1,-45deg);transform-origin:right bottom}}@keyframes rotateOutUpLeft{from{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate3d(0,0,1,-45deg);transform-origin:left bottom}}@keyframes rotateOutUpRight{from{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate3d(0,0,1,90deg);transform-origin:right bottom}}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate3d(0,0,1,80deg);transform-origin:top left}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate3d(0,0,1,60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3,0.3,0.3)}50%{opacity:1}}@keyframes zoomInDown{from{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0)}}@keyframes zoomInLeft{from{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(10px,0,0)}}@keyframes zoomInRight{from{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-10px,0,0)}}@keyframes zoomInUp{from{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0)}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3,0.3,0.3)}to{opacity:0}}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes slideOutDown{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutLeft{from{transform:translate3d(0,0,0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutRight{from{transform:translate3d(0,0,0)}to{transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutUp{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.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)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.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)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes rotateCircle{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotateCircle{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes Floatingy{from{-webkit-transform:translate(0,0px)}65%{-webkit-transform:translate(50px,0)}to{-webkit-transform:translate(0,0px)}}@-moz-keyframes Floatingy{from{-moz-transform:translate(0,0px)}65%{-moz-transform:translate(50px,0)}to{-moz-transform:translate(0,0px)}}@-webkit-keyframes Floatingx{from{-webkit-transform:translate(50px,0px)}65%{-webkit-transform:translate(0,0)}to{-webkit-transform:translate(50px,0px)}}@-moz-keyframes Floatingx{from{-moz-transform:translate(50px,0px)}65%{-moz-transform:translate(0,0)}to{-moz-transform:translate(50px,0px)}}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}.bounce{animation-name:bounce;transform-origin:center bottom}.flash{animation-name:flash}.pulse{animation-name:pulse}.rubberBand{animation-name:rubberBand}.shake{animation-name:shake}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}.swing{animation-name:swing;transform-origin:top center}.tada{animation-name:tada}.wobble{animation-name:wobble}.jello{animation-name:jello;transform-origin:center}.bounceIn{animation-name:bounceIn}.bounceInDown{animation-name:bounceInDown}.bounceInLeft{animation-name:bounceInLeft}.bounceInRight{animation-name:bounceInRight}.bounceInUp{animation-name:bounceInUp}.bounceOut{animation-name:bounceOut}.bounceOutDown{animation-name:bounceOutDown}.bounceOutLeft{animation-name:bounceOutLeft}.bounceOutRight{animation-name:bounceOutRight}.bounceOutUp{animation-name:bounceOutUp}.fadeIn{animation-name:fadeIn}.fadeInDown{animation-name:fadeInDown}.fadeInDownBig{animation-name:fadeInDownBig}.fadeInLeft{animation-name:fadeInLeft}.fadeInLeftBig{animation-name:fadeInLeftBig}.fadeInRight{animation-name:fadeInRight}.fadeInRightBig{animation-name:fadeInRightBig}.fadeInUp{animation-name:fadeInUp}.fadeInUpBig{animation-name:fadeInUpBig}.fadeOut{animation-name:fadeOut}.fadeOutDown{animation-name:fadeOutDown}.fadeOutDownBig{animation-name:fadeOutDownBig}.fadeOutLeft{animation-name:fadeOutLeft}.fadeOutLeftBig{animation-name:fadeOutLeftBig}.fadeOutRight{animation-name:fadeOutRight}.fadeOutRightBig{animation-name:fadeOutRightBig}.fadeOutUp{animation-name:fadeOutUp}.fadeOutUpBig{animation-name:fadeOutUpBig}.animated.flip{animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}.flipInX{animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.flipInY{animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.flipOutY{animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}.rotateIn{animation-name:rotateIn}.rotateInDownLeft{animation-name:rotateInDownLeft}.rotateInDownRight{animation-name:rotateInDownRight}.rotateInUpLeft{animation-name:rotateInUpLeft}.rotateInUpRight{animation-name:rotateInUpRight}.rotateOut{animation-name:rotateOut}.rotateOutDownLeft{animation-name:rotateOutDownLeft}.rotateOutDownRight{animation-name:rotateOutDownRight}.rotateOutUpLeft{animation-name:rotateOutUpLeft}.rotateOutUpRight{animation-name:rotateOutUpRight}.hinge{animation-name:hinge}.jackInTheBox{animation-name:jackInTheBox}.rollIn{animation-name:rollIn}.rollOut{animation-name:rollOut}.zoomIn{animation-name:zoomIn}.zoomInDown{animation-name:zoomInDown}.zoomInLeft{animation-name:zoomInLeft}.zoomInRight{animation-name:zoomInRight}.zoomInUp{animation-name:zoomInUp}.zoomOut{animation-name:zoomOut}.zoomOutDown{animation-name:zoomOutDown}.zoomOutLeft{animation-name:zoomOutLeft}.zoomOutRight{animation-name:zoomOutRight}.zoomOutUp{animation-name:zoomOutUp}.slideInDown{animation-name:slideInDown}.slideInLeft{animation-name:slideInLeft}.slideInRight{animation-name:slideInRight}.slideInUp{animation-name:slideInUp}.slideOutDown{animation-name:slideOutDown}.slideOutLeft{animation-name:slideOutLeft}.slideOutRight{animation-name:slideOutRight}.slideOutUp{animation-name:slideOutUp}.tim-row{margin-bottom:20px}.tim-white-buttons{background-color:#777}.typography-line{margin-bottom:20px;padding-left:180px;position:relative;width:100%}.typography-line .note{bottom:10px;color:#c0c1c2;display:block;font-size:13px;font-weight:400;left:0;line-height:13px;margin-left:20px;position:absolute;width:260px}.tim-row{padding-top:50px}.tim-row h3{margin-top:0}.switch{margin-right:20px}#navbar-full .navbar{border-radius:0!important;margin-bottom:0}.space{display:block;height:130px}.space-110{display:block;height:110px}.space-50{display:block;height:50px}.space-70{display:block;height:70px}.navigation-example .img-src{background-attachment:scroll}.main{background-color:#fff}.navigation-example{background-attachment:fixed;background-position:center center;background-size:cover;margin-top:0}#notifications{background-color:#fff;display:block;position:relative;width:100%}.section-navbars #menu-dropdown .navbar .navbar-toggler .navbar-toggler-icon{background:#fff}.note{text-transform:capitalize}.subscribe-form{padding-top:20px}.space-100{display:block;height:100px;width:100%}.be-social{margin:0 auto 40px;padding-bottom:20px}.txt-white{color:#fff}.txt-gray{color:#ddd!important}.social-share{float:left;margin-right:8px}.social-share a{color:#fff}.parallax{background-attachment:fixed;background-position:top center;background-repeat:no-repeat;background-size:cover;display:block;height:100%;width:100%}.navbar-small .logo-container .brand{color:#333}.separator{color:#fff;content:"Separator";display:block;padding:20px;width:100%}.separator-line{background-color:#eee;display:block;height:1px;width:100%}.separator.separator-gray{background-color:#eee}.social-buttons-demo .btn{margin-bottom:7px;margin-right:5px}.img-container{overflow:hidden;width:100%}.img-container img{width:100%}.lightbox img{width:100%}.lightbox .modal-content{overflow:hidden}.lightbox .modal-body{padding:0}.fixed-section{bottom:auto;max-height:80vh;max-width:200px;overflow:scroll;position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky;top:100px}.fixed-section ul{margin-left:-40px!important}.fixed-section ul li{list-style:none}.fixed-section li a{color:#666;display:block;font-size:14px;padding:2px}.fixed-section li a.active{color:#0bf}.fixed-section.float{margin-top:0;position:fixed;top:100px;width:200px}.affix-top{position:absolute}pre.prettyprint{background-color:#eee!important;border:1px transparent!important;border-radius:4px!important;font-size:13px;margin-bottom:30px;margin-top:30px;padding:20px!important;text-align:left}.layers-container{display:block;margin-top:50px;position:relative}.layers-container img{height:auto;left:0;position:absolute;text-align:center;top:0;width:100%}.section-black{background-color:#333}#layerHover{top:30px}#layerImage{top:50px}#layerBody{top:75px}.animate{transition:1.5s ease-in-out;-moz-transition:1.5s ease-in-out;-webkit-transition:1.5s ease-in-out}.down{transform:translate(0,45px);-moz-transform:translate(0,45px);-webkit-transform:translate(0,45px)}.down-2x{transform:translate(0,90px);-moz-transform:translate(0,90px);-webkit-transform:translate(0,90px)}.pick-class-label{border:1px solid #e3e3e3;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:75%;font-weight:bold;line-height:1;margin-right:10px;padding:23px;text-align:center;vertical-align:baseline;white-space:nowrap}.navbar-default.navbar-small .logo-container .brand{color:#333}.navbar-transparent.navbar-small .logo-container .brand{color:#fff}.navbar-default.navbar-small .logo-container .brand{color:#333}.section-thin{padding-bottom:0}.info.info-separator{position:relative}.info.info-separator:after{background-color:#ccc;content:"";height:100%;position:absolute;right:-7px;top:0;width:1px}.info li{border-bottom:1px solid #e5e5e5;color:#666;padding:5px 0}.info ul{margin:10px auto;width:240px}.info li:last-child{border:0}.payment-methods i{font-size:28px;padding:0 3px;width:38px}.payment-methods h4{font-size:18px;line-height:38px}.info .description .btn{font-weight:500}#buyButtonHeroes{margin-top:31px}.right-click{background:rgba(51,51,51,0.8);display:none;height:100%;position:fixed;width:100%;z-index:20000}.onclick{height:100%;position:absolute;width:100%;z-index:20001}.container-right-click{left:0;position:absolute;top:0;width:100%}.container-right-click .card-price#card-price-small{margin-top:70px;position:relative;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s;z-index:20003}.container-right-click .card-price#card-price-big{margin-top:40px;position:relative;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s;z-index:20003}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}.container-right-click h4{color:white;font-weight:200;margin-bottom:0;margin-top:45px}.icon-class{fill:#75c3b6}.navbar-header{min-width:135px}#notifications{background-color:#f5f2ec}#demo-navbar{border-radius:0;margin-bottom:0}.download-area{margin-top:30px}.sharing-area{margin-top:50px}.sharing-area .btn{margin-top:14px}.str{color:#75c3b6}.kwd,.pln,.tag{color:#7a9e9f}.atn{color:#68b3c8}.pln{color:#333}.com{color:#999}.space-top{margin-top:30px}.area-line{border-left:0;border-right:0;color:#666;display:block;margin-top:20px;padding:8px 0;text-align:center}.area-line a{color:#666}.container-fluid{padding-left:15px;padding-right:15px}.example-pages{margin-top:50px}.wrapper .demo-header .filter::after{background-color:rgba(0,0,0,0.5);content:"";display:block;height:600px;left:0;position:absolute;top:0;width:100%;z-index:2}.media-post .form{width:100%}.presentation-page #demoPay .title:nth-of-type(2){margin-top:0}.presentation-page .main{margin-top:-96px}.presentation-page .card img{width:100%}.presentation-page .title{margin-left:auto;margin-right:auto;max-width:700px}.presentation-page .title h2{font-size:2.5em}.presentation-page .section-light-brown{color:#66615b}.presentation-page .section-dark-filter{position:relative}.presentation-page .section-dark-filter:after{background:black;content:"";display:block;height:100%;left:0;opacity:.66;position:absolute;top:0;width:100%}.presentation-page .section-header{position:relative}.presentation-page .section-summary{margin-top:-120px;padding-top:165px}.presentation-page .components-container{margin-top:80px}.presentation-page .components-container .card{background:transparent;box-shadow:none;cursor:pointer;margin-bottom:120px;padding:10px}.presentation-page .components-container .card.no-margin{margin-bottom:0}.presentation-page .components-container .col-with-animation{padding-top:200px}.presentation-page .section-icons{padding:180px 0}.presentation-page .section-icons [class*="col-"]:nth-child(2){padding:0 70px}.presentation-page .section-icons .icons-nucleo .nc-icon{opacity:0;position:absolute;transform:translate3D(0px,50px,0px);-webkit-transform:translate3D(0px,50px,0px);-webkit-transition:all 0.6s cubic-bezier(0.34,2,0.7,1) 0s;-moz-transition:all 0.6s cubic-bezier(0.34,2,0.7,1) 0s;-o-transition:all 0.6s cubic-bezier(0.34,2,0.7,1) 0s;-ms-transition:all 0.6s cubic-bezier(0.34,2,0.7,1) 0s;transition:all 0.6s cubic-bezier(0.34,2,0.7,1) 0s}.presentation-page .section-icons .icons-nucleo .first-left-icon{font-size:65px;left:10%;top:-25%}.presentation-page .section-icons .icons-nucleo .second-left-icon{font-size:35px;left:45%;top:0}.presentation-page .section-icons .icons-nucleo .third-left-icon{font-size:25px;left:65%;top:30%}.presentation-page .section-icons .icons-nucleo .fourth-left-icon{font-size:50px;left:10%;top:70%}.presentation-page .section-icons .icons-nucleo .fifth-left-icon{font-size:40px;left:30%;top:45%}.presentation-page .section-icons .icons-nucleo .sixth-left-icon{font-size:40px;left:35%;top:120%}.presentation-page .section-icons .icons-nucleo .seventh-left-icon{font-size:45px;left:85%;top:35%}.presentation-page .section-icons .icons-nucleo .eighth-left-icon{font-size:30px;left:55%;top:90%}.presentation-page .section-icons .icons-nucleo .ninth-left-icon{font-size:40px;left:5%;top:40%}.presentation-page .section-icons .icons-nucleo .tenth-left-icon{font-size:35px;left:80%;top:75%}.presentation-page .section-icons .icons-nucleo .first-right-icon{font-size:65px;right:10%;top:-25%}.presentation-page .section-icons .icons-nucleo .second-right-icon{font-size:35px;right:45%;top:0}.presentation-page .section-icons .icons-nucleo .third-right-icon{font-size:25px;right:65%;top:30%}.presentation-page .section-icons .icons-nucleo .fourth-right-icon{font-size:50px;right:10%;top:70%}.presentation-page .section-icons .icons-nucleo .fifth-right-icon{font-size:40px;right:30%;top:45%}.presentation-page .section-icons .icons-nucleo .sixth-right-icon{font-size:35px;right:35%;top:120%}.presentation-page .section-icons .icons-nucleo .seventh-right-icon{font-size:30px;right:88%;top:35%}.presentation-page .section-icons .icons-nucleo .eighth-right-icon{font-size:35px;right:55%;top:90%}.presentation-page .section-icons .icons-nucleo .ninth-right-icon{font-size:40px;right:5%;top:40%}.presentation-page .section-icons .icons-nucleo .tenth-right-icon{font-size:35px;right:80%;top:75%}.presentation-page .section-overview .card .card-icon i{border:0}.presentation-page h3.title{font-size:2.1em}.presentation-page h5{font-size:1.3em}.presentation-page .components-container .details-text,.presentation-page .section-examples .details-text{color:#66615b;font-size:1.1em;font-weight:bold;line-height:1.15;margin-bottom:25px;overflow:hidden;padding-top:3px;text-align:center;text-overflow:ellipsis}.presentation-page .section-components .title{margin-bottom:5px;margin-top:60px}.presentation-page .section-components .description{margin-top:35px}.presentation-page .section-components .image-container{height:560px;position:relative}.presentation-page .section-components .image-container .components-macbook{height:100%;left:-100px;position:absolute;top:0;width:auto}.presentation-page .section-components .image-container .coloured-card-btn-img,.presentation-page .section-components .image-container .coloured-card-img,.presentation-page .section-components .image-container .pin-btn-img,.presentation-page .section-components .image-container .share-btn-img,.presentation-page .section-components .image-container .social-img,.presentation-page .section-components .image-container .table-img{box-shadow:0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2);position:absolute}.presentation-page .section-components .image-container .table-img{border-radius:6px;height:175px;left:65%;top:22%}.presentation-page .section-components .image-container .share-btn-img{border-radius:10px;height:20px;left:70%;top:67%}.presentation-page .section-components .image-container .coloured-card-btn-img{border-radius:6px;height:125px;left:35%;top:2%}.presentation-page .section-components .image-container .coloured-card-img{border-radius:6px;height:90px;left:-3%;top:40%}.presentation-page .section-components .image-container .social-img{height:40px;left:-4%;top:68%}.presentation-page .section-components .image-container .pin-btn-img{border-radius:10px;height:25px;left:3%;top:7%}.presentation-page .section-sections{padding-bottom:0}.presentation-page .section-sections .col-md-3{padding:7.5px}.presentation-page .section-sections img{border-radius:3px;box-shadow:0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2);transition:all 0.2s cubic-bezier(0.4,0,0.2,1);width:100%}.presentation-page .section-sections img:hover{-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-o-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}.presentation-page .section-free-demo{padding:180px 0}.presentation-page .section-free-demo .icon-github{color:rgba(119,119,119,0.2);font-size:400px;left:60px;position:absolute;top:-170px}.presentation-page .section-free-demo iframe{display:inline-block;margin-left:10px;position:relative;top:6px}.presentation-page .section-free-demo .card-pricing{margin-top:0}.presentation-page .section-free-demo h2.title{margin-top:15px}.presentation-page .section-images{background-color:#fff;background-image:url(../img/shelter/shelter-no-text-sm.jpg);background-position:left;background-repeat:no-repeat;background-size:cover;margin-top:50px;min-height:100vh}.presentation-page .section-images .image-container{max-width:1040px;position:absolute;right:0;top:0;width:auto;z-index:1}.presentation-page .section-cards{min-height:790px;padding:50px 0}.presentation-page .section-cards .codrops-header{margin-left:10%;margin-top:7%}.presentation-page .section-cards .image-container{height:660px;margin-top:-140px;max-width:1040px;position:relative}.presentation-page .section-cards .image-container img{max-width:1040px;position:absolute;right:0;top:0;width:auto;z-index:1}.presentation-page .section-cards .title{margin-bottom:5px;margin-top:5px}.presentation-page .section-cards .description{margin-top:35px;max-width:270px}.presentation-page .section-content .section-description{margin-top:20px}.presentation-page .section-content .section-description .title{margin-bottom:5px}.presentation-page .section-content .section-description .description{margin-top:10px}.presentation-page .section-images .section-description{margin-top:20px}.presentation-page .section-images .section-description .title{margin-bottom:5px}.presentation-page .section-images .section-description .description{margin-top:10px}.presentation-page .section-content .image-container{max-width:900px;position:relative}.presentation-page .section-content .image-container .img{transition:transform .6s .9s;width:75%;z-index:2}.presentation-page .section-content .image-container .area-img,.presentation-page .section-content .image-container .info-img{border-radius:8px;box-shadow:0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2);opacity:0;position:absolute;transform:translate3D(0px,100px,0px);-webkit-transform:translate3D(0px,100px,0px)}.presentation-page .section-content .image-container .area-img{height:350px;left:45%;top:9%;-webkit-transition:all 1s ease-out 0s;-moz-transition:all 1s ease-out 0s;-o-transition:all 1s ease-out 0s;-ms-transition:all 1s ease-out 0s;transition:all 1s ease-out 0s;width:280px;z-index:2}.presentation-page .section-content .image-container .info-img{height:350px;left:-25%;top:40%;-webkit-transition:all 1s ease-out 0s;-moz-transition:all 1s ease-out 0s;-o-transition:all 1s ease-out 0s;-ms-transition:all 1s ease-out 0s;transition:all 1s ease-out 0s;width:280px}.presentation-page .animated{opacity:1!important;transform:translate3D(0px,0px,0px)!important;-webkit-transform:translate3D(0px,0px,0px)!important}.presentation-page .section-examples .card{background:transparent;box-shadow:0 15px 18px -10px rgba(22,22,22,0.5);display:inline-block;margin-bottom:40px;-webkit-transform:translate3d(0,0px,0);-moz-transform:translate3d(0,0px,0);-o-transform:translate3d(0,0px,0);-ms-transform:translate3d(0,0px,0);transform:translate3d(0,0px,0);-webkit-transition:all 300ms cubic-bezier(0.34,2,0.6,1);-moz-transition:all 300ms cubic-bezier(0.34,2,0.6,1);-o-transition:all 300ms cubic-bezier(0.34,2,0.6,1);-ms-transition:all 300ms cubic-bezier(0.34,2,0.6,1);transition:all 300ms cubic-bezier(0.34,2,0.6,1)}.presentation-page .section-examples .card:hover{-webkit-transform:translate3d(0,-12px,0);-moz-transform:translate3d(0,-12px,0);-o-transform:translate3d(0,-12px,0);-ms-transform:translate3d(0,-12px,0);transform:translate3d(0,-12px,0)}.presentation-page .section-examples .card img{border-radius:12px!important}.presentation-page .section-examples{margin-top:-30px;padding-bottom:130px;padding-top:100px}.presentation-page .section-sharing{padding-bottom:130px}.presentation-page .section-sharing span{display:block;margin-top:30px}.presentation-page .section-sharing .fa-pay{color:#fff;display:inline-block;font-size:30px;margin:5px 1px 0;width:auto}.presentation-page .section-sharing .text-muted{opacity:.8}.presentation-page .section-sharing .card-pricing.card-margin{margin-top:45px}.presentation-page .section-responsive .phone-container{margin-left:-15px;max-height:390px;max-width:800px}.presentation-page .section-responsive .phone-container img{margin-top:-150px;width:100%}.presentation-page .section-responsive .info{margin-bottom:0}.presentation-page .section-responsive .info h4{font-size:1.4em}.presentation-page .title-brand{color:#fff;display:block;margin:0 auto;max-width:1200px;position:relative;text-align:center}.presentation-page .title-brand .type{background:#132026;border-radius:4px;font-size:20px;font-weight:600;margin-top:10px;padding:6px 10px;position:absolute;right:-15px;top:0}.presentation-page .presentation-title{background:#fbf8ec;background:-moz-linear-gradient(top,#000000 35%,#4e6773 100%);background:-webkit-linear-gradient(top,#000000 35%,#4e6773 100%);background:linear-gradient(to bottom,#000000 35%,#4e6773 100%);-webkit-background-clip:text;color:#fff;font-size:3.5em;font-weight:500;margin:0;text-shadow:4px 4px 20px #000}.presentation-page .presentation-subtitle{color:#fff;font-size:1.7em;font-weight:500;text-shadow:4px 4px 20px #000}.presentation-page .category-absolute{color:rgba(255,255,255,0.5);margin-top:-60px;padding:0 15px;position:absolute;text-align:center;top:100vh;width:100%}.presentation-page .category-absolute .creative-tim-logo{left:3px;max-width:140px;position:relative;top:-2px}.presentation-page .fog-low{bottom:0;left:0;margin-bottom:-50px;margin-left:-35%;opacity:.85;position:absolute;width:110%}.presentation-page .fog-low img{width:100%}.presentation-page .fog-low.right{margin-left:30%;opacity:1}.section-testimonials{background-image:none}.section-testimonials .our-clients{margin-top:135px}.section-testimonials .our-clients img{display:inline-block;max-width:140px;width:100%}.section-testimonials .card-profile .card-description,.section-testimonials .card-profile .card-title{text-align:left!important}.section-testimonials .card{margin:0 auto;max-width:460px;padding-bottom:30px}.section-testimonials .card img{box-shadow:0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2)}.section-testimonials .fa-star{color:#fec42d;font-size:20px}.section-testimonials .card.card-testimonial .card-body{margin-top:0;padding:15px 50px}.section-testimonials .page-carousel{margin-top:60px}.section-testimonials .testimonials-people{position:relative}.section-testimonials .testimonials-people>img{border-radius:50%;box-shadow:0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2);opacity:0;position:absolute;transform:translate3D(0px,50px,0px);-webkit-transform:translate3D(0px,50px,0px);-webkit-transition:all 0.6s cubic-bezier(0.34,2,0.7,1) 0s;-moz-transition:all 0.6s cubic-bezier(0.34,2,0.7,1) 0s;-o-transition:all 0.6s cubic-bezier(0.34,2,0.7,1) 0s;-ms-transition:all 0.6s cubic-bezier(0.34,2,0.7,1) 0s;transition:all 0.6s cubic-bezier(0.34,2,0.7,1) 0s}.section-testimonials .testimonials-people .left-first-person{height:70px;left:2%;top:2%;width:70px}.section-testimonials .testimonials-people .left-second-person{height:70px;left:65%;top:100%;width:70px}.section-testimonials .testimonials-people .left-third-person{height:120px;left:-17%;top:135%;width:120px}.section-testimonials .testimonials-people .left-fourth-person{height:55px;left:50%;top:190%;width:55px}.section-testimonials .testimonials-people .left-fifth-person{height:35px;left:95%;top:220%;width:35px}.section-testimonials .testimonials-people .left-sixth-person{height:95px;left:40%;top:265%;width:95px}.section-testimonials .testimonials-people .right-first-person{height:60px;right:-10%;top:0;width:60px}.section-testimonials .testimonials-people .right-second-person{height:70px;right:30%;top:60%;width:70px}.section-testimonials .testimonials-people .right-third-person{height:50px;right:95%;top:95%;width:50px}.section-testimonials .testimonials-people .right-fourth-person{height:50px;right:45%;top:145%;width:50px}.section-testimonials .testimonials-people .right-fifth-person{height:100px;right:90%;top:195%;width:100px}.section-testimonials .testimonials-people .right-sixth-person{height:70px;right:15%;top:260%;width:70px}.pseudo-scroller{pointer-events:none}.isolayer{left:0;position:absolute;top:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.js .grid,.js .grid__item,.js .grid__link{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.grid{list-style:none;margin:0 auto;padding:0;position:relative}.grid__item{width:300px}.js .grid__item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.grid__link{display:block;position:relative;z-index:1}.grid__img{display:block;max-width:100%}.grid__title{bottom:0;color:#fff;font-size:.65em;font-weight:600;letter-spacing:2px;opacity:0;position:absolute;text-align:center;text-transform:uppercase;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s;width:100%;z-index:-1}.grid__item:hover .grid__title{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.layer{display:block;position:relative}.layer:not(:first-child){left:0;position:absolute;top:0}.isolayer--shadow .grid__link::before{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:rgba(0,0,0,0.8);bottom:5px;box-shadow:0 0 0 0 rgba(0,0,0,0.8);content:'';left:5px;opacity:0.6;position:absolute;right:5px;top:5px;-webkit-transform:translateZ(-1px) scale(0.95);transform:translateZ(-1px) scale(0.95);-webkit-transition:transform 0.3s,opacity 0.3s,box-shadow 0.3s;transition:transform 0.3s,opacity 0.3s,box-shadow 0.3s;z-index:-1}.isolayer--shadow .grid__item:hover .grid__link::before{box-shadow:0 0 20px 10px rgba(0,0,0,0.8);opacity:0.2;-webkit-transform:translateZ(-1px) scale(1);transform:translateZ(-1px) scale(1)}.isolayer--scroll1{height:calc(100vh - 280px);max-width:1200px;width:70vw}.isolayer--scroll1 .grid__item{padding:15px;width:300px}.isolayer--deco1{height:900px;width:1200px}.isolayer--deco1 .grid__link div.layer{height:270px;width:370px}.isolayer--deco1 .grid__item{height:300px;padding:15px;width:400px}.isolayer--deco1 .grid__item:nth-child(2){margin-top:210px}.isolayer--deco2{height:100vh;width:1200px}.isolayer--deco2 .grid__item{padding:20px}.isolayer--deco2 .grid__link .layer{border:20px solid #fff;border-width:40px 20px;box-shadow:-1px 1px 5px rgba(0,0,0,0.08)}.js .grid{opacity:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s}.js .grid.grid--loaded{opacity:1}.js body.grid-loaded::after{opacity:0}.grid__item .grid__link .grid__img{border-radius:14px}.first-card{top:-75px!important}.second-card{left:0!important;top:55px!important}.third-card{top:810px!important}.third-card .grid__link:before{width:275px}.third-card .grid__img{width:285px!important}.fourth-card{top:490px!important}.fourth-card .grid__img{border-radius:12px;width:370px!important}.fifth-card{left:400px!important;top:360px!important}.fifth-card .grid__img{width:400px!important}.sixth-card{top:1070px!important}.seventh-card{top:875px!important}.seventh-card .grid__img{border-radius:12px;width:400px!important}.eight-card{left:400px!important;top:-160px!important}.eight-card .grid__img{width:400px!important}.ninth-card{left:800px!important;top:350px!important}.ninth-card .grid__link:before{width:285px}.ninth-card .grid__img{width:290px!important}.isolayer{transform:translateX(34vw) translateY(-330px) rotateX(50deg) rotateZ(30deg)!important;z-index:1}.demo-iconshtml{font-size:62.5%}.demo-icons body{background:white;color:#333;font-family:sans-serif;font-size:1.6rem}.demo-icons a{color:#608cee;text-decoration:none}.demo-icons header{padding:100px 0 0;text-align:center}.demo-icons header h1{font-size:2.8rem}.demo-icons header p{font-size:1.4rem;margin-top:1em}.demo-icons header a:hover{text-decoration:underline}.demo-icons .nc-icon{font-size:34px}.demo-icons section{margin:50px auto;max-width:1200px;width:90%}.demo-icons section h2{border-bottom:1px solid #e2e2e2;margin-bottom:1em;padding:0 0 1em .2em}.demo-icons ul::after{clear:both;content:"";display:table}.demo-icons ul li{border-radius:.25em;float:left;overflow:hidden;padding:16px 0;text-align:center;-webkit-transition:background 0.2s;-moz-transition:background 0.2s;transition:background 0.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:25%}.demo-icons ul li:hover{background:#f4f4f4}.demo-icons ul em,.demo-icons ul input,.demo-icons ul p{color:#999;cursor:pointer;display:inline-block;font-size:1rem;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;white-space:nowrap;width:100%}.demo-icons ul p{font-size:12px;margin:0;padding:20px 0 0}.demo-icons ul em::selection,.demo-icons ul p::selection{background:#608cee;color:#efefef}.demo-icons ul em{font-size:12px;margin-bottom:8px}.demo-icons ul em::before{content:'['}.demo-icons ul em::after{content:']'}.demo-icons ul input{background:transparent;border:0;box-shadow:none;display:none;outline:0;text-align:center}.nav-down{position:fixed;top:0;transition:top 0.5s ease-in-out;width:100%}.nav-up{top:-80px}.coloured-card-btn-img,.coloured-card-img,.pin-btn-img,.share-btn-img,.social-img,.table-img{-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-name:Floatingy;-moz-animation-name:Floatingy;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;float:left}.table-img{-webkit-animation-duration:14s;-moz-animation-duration:14s;-webkit-animation-name:Floatingx;-moz-animation-name:Floatingx}.coloured-card-img{-webkit-animation-duration:10s;-moz-animation-duration:10s}.coloured-card-btn-img{-webkit-animation-duration:18s;-moz-animation-duration:18s}.pin-btn-img{-webkit-animation-duration:15s;-moz-animation-duration:15s;-webkit-animation-name:Floatingx;-moz-animation-name:Floatingx}.share-btn-img{-webkit-animation-duration:11s;-moz-animation-duration:11s}.social-img{-webkit-animation-duration:16s;-moz-animation-duration:16s;-webkit-animation-name:Floatingx;-moz-animation-name:Floatingx}.text-center{text-align:center}
