@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(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{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(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;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;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%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;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%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity: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%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}
.animated.delay-0{-webkit-animation-delay:0s;animation-delay:0s}.animated.delay-50{-webkit-animation-delay:.05s;animation-delay:.05s}.animated.delay-100{-webkit-animation-delay:.1s;animation-delay:.1s}.animated.delay-150{-webkit-animation-delay:.15s;animation-delay:.15s}.animated.delay-200{-webkit-animation-delay:.2s;animation-delay:.2s}.animated.delay-250{-webkit-animation-delay:.25s;animation-delay:.25s}.animated.delay-300{-webkit-animation-delay:.3s;animation-delay:.3s}.animated.delay-350{-webkit-animation-delay:.35s;animation-delay:.35s}.animated.delay-400{-webkit-animation-delay:.4s;animation-delay:.4s}.animated.delay-450{-webkit-animation-delay:.45s;animation-delay:.45s}.animated.delay-500{-webkit-animation-delay:.5s;animation-delay:.5s}.animated.delay-550{-webkit-animation-delay:.55s;animation-delay:.55s}.animated.delay-600{-webkit-animation-delay:.6s;animation-delay:.6s}.animated.delay-650{-webkit-animation-delay:.65s;animation-delay:.65s}.animated.delay-700{-webkit-animation-delay:.7s;animation-delay:.7s}.animated.delay-750{-webkit-animation-delay:.75s;animation-delay:.75s}.animated.delay-800{-webkit-animation-delay:.8s;animation-delay:.8s}.animated.delay-900{-webkit-animation-delay:.9s;animation-delay:.9s}.animated.delay-950{-webkit-animation-delay:.95s;animation-delay:.95s}.animated.delay-1000{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-1050{-webkit-animation-delay:1.05s;animation-delay:1.05s}.animated.delay-1100{-webkit-animation-delay:1.1s;animation-delay:1.1s}.animated.delay-1150{-webkit-animation-delay:1.15s;animation-delay:1.15s}.animated.delay-1200{-webkit-animation-delay:1.2s;animation-delay:1.2s}.animated.delay-1250{-webkit-animation-delay:1.25s;animation-delay:1.25s}.animated.delay-1300{-webkit-animation-delay:1.3s;animation-delay:1.3s}.animated.delay-1350{-webkit-animation-delay:1.35s;animation-delay:1.35s}.animated.delay-1400{-webkit-animation-delay:1.4s;animation-delay:1.4s}.animated.delay-1450{-webkit-animation-delay:1.45s;animation-delay:1.45s}.animated.delay-1500{-webkit-animation-delay:1.5s;animation-delay:1.5s}.animated.delay-1550{-webkit-animation-delay:1.55s;animation-delay:1.55s}.animated.delay-1600{-webkit-animation-delay:1.6s;animation-delay:1.6s}.animated.delay-1650{-webkit-animation-delay:1.65s;animation-delay:1.65s}.animated.delay-1700{-webkit-animation-delay:1.7s;animation-delay:1.7s}.animated.delay-1750{-webkit-animation-delay:1.75s;animation-delay:1.75s}.animated.delay-1800{-webkit-animation-delay:1.8s;animation-delay:1.8s}.animated.delay-1850{-webkit-animation-delay:1.85s;animation-delay:1.85s}.animated.delay-1900{-webkit-animation-delay:1.9s;animation-delay:1.9s}.animated.delay-1950{-webkit-animation-delay:1.95s;animation-delay:1.95s}.animated.delay-2000{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-2050{-webkit-animation-delay:2.05s;animation-delay:2.05s}.animated.delay-2100{-webkit-animation-delay:2.1s;animation-delay:2.1s}.animated.delay-2150{-webkit-animation-delay:2.15s;animation-delay:2.15s}.animated.delay-2200{-webkit-animation-delay:2.2s;animation-delay:2.2s}.animated.delay-2250{-webkit-animation-delay:2.25s;animation-delay:2.25s}.animated.delay-2300{-webkit-animation-delay:2.3s;animation-delay:2.3s}.animated.delay-2350{-webkit-animation-delay:2.35s;animation-delay:2.35s}.animated.delay-2400{-webkit-animation-delay:2.4s;animation-delay:2.4s}.animated.delay-2450{-webkit-animation-delay:2.45s;animation-delay:2.45s}.animated.delay-2500{-webkit-animation-delay:2.5s;animation-delay:2.5s}.animated.delay-2550{-webkit-animation-delay:2.55s;animation-delay:2.55s}.animated.delay-2600{-webkit-animation-delay:2.6s;animation-delay:2.6s}.animated.delay-2650{-webkit-animation-delay:2.65s;animation-delay:2.65s}.animated.delay-2700{-webkit-animation-delay:2.7s;animation-delay:2.7s}.animated.delay-2750{-webkit-animation-delay:2.75s;animation-delay:2.75s}.animated.delay-2800{-webkit-animation-delay:2.8s;animation-delay:2.8s}.animated.delay-2850{-webkit-animation-delay:2.85s;animation-delay:2.85s}.animated.delay-2900{-webkit-animation-delay:2.9s;animation-delay:2.9s}.animated.delay-2950{-webkit-animation-delay:2.95s;animation-delay:2.95s}.animated.delay-3000{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-3050{-webkit-animation-delay:3.05s;animation-delay:3.05s}.animated.delay-3100{-webkit-animation-delay:3.1s;animation-delay:3.1s}.animated.delay-3150{-webkit-animation-delay:3.15s;animation-delay:3.15s}.animated.delay-3200{-webkit-animation-delay:3.2s;animation-delay:3.2s}.animated.delay-3250{-webkit-animation-delay:3.25s;animation-delay:3.25s}.animated.delay-3300{-webkit-animation-delay:3.3s;animation-delay:3.3s}.animated.delay-3350{-webkit-animation-delay:3.35s;animation-delay:3.35s}.animated.delay-3400{-webkit-animation-delay:3.4s;animation-delay:3.4s}.animated.delay-3450{-webkit-animation-delay:3.45s;animation-delay:3.45s}.animated.delay-3500{-webkit-animation-delay:3.5s;animation-delay:3.5s}.animated.delay-3550{-webkit-animation-delay:3.55s;animation-delay:3.55s}.animated.delay-3600{-webkit-animation-delay:3.6s;animation-delay:3.6s}.animated.delay-3650{-webkit-animation-delay:3.65s;animation-delay:3.65s}.animated.delay-3700{-webkit-animation-delay:3.7s;animation-delay:3.7s}.animated.delay-3750{-webkit-animation-delay:3.75s;animation-delay:3.75s}.animated.delay-3800{-webkit-animation-delay:3.8s;animation-delay:3.8s}.animated.delay-3850{-webkit-animation-delay:3.85s;animation-delay:3.85s}.animated.delay-3900{-webkit-animation-delay:3.9s;animation-delay:3.9s}.animated.delay-3950{-webkit-animation-delay:3.95s;animation-delay:3.95s}.animated.delay-4000{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-4050{-webkit-animation-delay:4.05s;animation-delay:4.05s}.animated.delay-4100{-webkit-animation-delay:4.1s;animation-delay:4.1s}.animated.delay-4150{-webkit-animation-delay:4.15s;animation-delay:4.15s}.animated.delay-4200{-webkit-animation-delay:4.2s;animation-delay:4.2s}.animated.delay-4250{-webkit-animation-delay:4.25s;animation-delay:4.25s}.animated.delay-4300{-webkit-animation-delay:4.3s;animation-delay:4.3s}.animated.delay-4350{-webkit-animation-delay:4.35s;animation-delay:4.35s}.animated.delay-4400{-webkit-animation-delay:4.4s;animation-delay:4.4s}.animated.delay-4450{-webkit-animation-delay:4.45s;animation-delay:4.45s}.animated.delay-4500{-webkit-animation-delay:4.5s;animation-delay:4.5s}.animated.delay-4550{-webkit-animation-delay:4.55s;animation-delay:4.55s}.animated.delay-4600{-webkit-animation-delay:4.6s;animation-delay:4.6s}.animated.delay-4650{-webkit-animation-delay:4.65s;animation-delay:4.65s}.animated.delay-4700{-webkit-animation-delay:4.7s;animation-delay:4.7s}.animated.delay-4750{-webkit-animation-delay:4.75s;animation-delay:4.75s}.animated.delay-4800{-webkit-animation-delay:4.8s;animation-delay:4.8s}.animated.delay-4850{-webkit-animation-delay:4.85s;animation-delay:4.85s}.animated.delay-4900{-webkit-animation-delay:4.9s;animation-delay:4.9s}.animated.delay-4950{-webkit-animation-delay:4.95s;animation-delay:4.95s}.animated.delay-5000{-webkit-animation-delay:5s;animation-delay:5s}.animated.delay-5050{-webkit-animation-delay:5.05s;animation-delay:5.05s}.animated.delay-5100{-webkit-animation-delay:5.1s;animation-delay:5.1s}.animated.delay-5150{-webkit-animation-delay:5.15s;animation-delay:5.15s}.animated.delay-5200{-webkit-animation-delay:5.2s;animation-delay:5.2s}.animated.delay-5250{-webkit-animation-delay:5.25s;animation-delay:5.25s}.animated.delay-5300{-webkit-animation-delay:5.3s;animation-delay:5.3s}.animated.delay-5350{-webkit-animation-delay:5.35s;animation-delay:5.35s}.animated.delay-5400{-webkit-animation-delay:5.4s;animation-delay:5.4s}.animated.delay-5450{-webkit-animation-delay:5.45s;animation-delay:5.45s}.animated.delay-5500{-webkit-animation-delay:5.5s;animation-delay:5.5s}.animated.delay-5550{-webkit-animation-delay:5.55s;animation-delay:5.55s}.animated.delay-5600{-webkit-animation-delay:5.6s;animation-delay:5.6s}.animated.delay-5650{-webkit-animation-delay:5.65s;animation-delay:5.65s}.animated.delay-5700{-webkit-animation-delay:5.7s;animation-delay:5.7s}.animated.delay-5750{-webkit-animation-delay:5.75s;animation-delay:5.75s}.animated.delay-5800{-webkit-animation-delay:5.8s;animation-delay:5.8s}.animated.delay-5850{-webkit-animation-delay:5.85s;animation-delay:5.85s}.animated.delay-5900{-webkit-animation-delay:5.9s;animation-delay:5.9s}.animated.delay-5950{-webkit-animation-delay:5.95s;animation-delay:5.95s}.animated.delay-6000{-webkit-animation-delay:6s;animation-delay:6s}.animated.duration-0{-webkit-animation-duration:0s;animation-duration:0s}.animated.duration-50{-webkit-animation-duration:.05s;animation-duration:.05s}.animated.duration-100{-webkit-animation-duration:.1s;animation-duration:.1s}.animated.duration-150{-webkit-animation-duration:.15s;animation-duration:.15s}.animated.duration-200{-webkit-animation-duration:.2s;animation-duration:.2s}.animated.duration-250{-webkit-animation-duration:.25s;animation-duration:.25s}.animated.duration-300{-webkit-animation-duration:.3s;animation-duration:.3s}.animated.duration-350{-webkit-animation-duration:.35s;animation-duration:.35s}.animated.duration-400{-webkit-animation-duration:.4s;animation-duration:.4s}.animated.duration-450{-webkit-animation-duration:.45s;animation-duration:.45s}.animated.duration-500{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.duration-550{-webkit-animation-duration:.55s;animation-duration:.55s}.animated.duration-600{-webkit-animation-duration:.6s;animation-duration:.6s}.animated.duration-650{-webkit-animation-duration:.65s;animation-duration:.65s}.animated.duration-700{-webkit-animation-duration:.7s;animation-duration:.7s}.animated.duration-750{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.duration-800{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.duration-850{-webkit-animation-duration:.85s;animation-duration:.85s}.animated.duration-900{-webkit-animation-duration:.9s;animation-duration:.9s}.animated.duration-950{-webkit-animation-duration:.95s;animation-duration:.95s}.animated.duration-1000{-webkit-animation-duration:1s;animation-duration:1s}.animated.duration-1050{-webkit-animation-duration:1.05s;animation-duration:1.05s}.animated.duration-1100{-webkit-animation-duration:1.1s;animation-duration:1.1s}.animated.duration-1150{-webkit-animation-duration:1.15s;animation-duration:1.15s}.animated.duration-1200{-webkit-animation-duration:1.2s;animation-duration:1.2s}.animated.duration-1250{-webkit-animation-duration:1.25s;animation-duration:1.25s}.animated.duration-1300{-webkit-animation-duration:1.3s;animation-duration:1.3s}.animated.duration-1350{-webkit-animation-duration:1.35s;animation-duration:1.35s}.animated.duration-1400{-webkit-animation-duration:1.4s;animation-duration:1.4s}.animated.duration-1450{-webkit-animation-duration:1.45s;animation-duration:1.45s}.animated.duration-1500{-webkit-animation-duration:1.5s;animation-duration:1.5s}.animated.duration-1550{-webkit-animation-duration:1.55s;animation-duration:1.55s}.animated.duration-1600{-webkit-animation-duration:1.6s;animation-duration:1.6s}.animated.duration-1650{-webkit-animation-duration:1.65s;animation-duration:1.65s}.animated.duration-1700{-webkit-animation-duration:1.7s;animation-duration:1.7s}.animated.duration-1750{-webkit-animation-duration:1.75s;animation-duration:1.75s}.animated.duration-1800{-webkit-animation-duration:1.8s;animation-duration:1.8s}.animated.duration-1850{-webkit-animation-duration:1.85s;animation-duration:1.85s}.animated.duration-1900{-webkit-animation-duration:1.9s;animation-duration:1.9s}.animated.duration-1950{-webkit-animation-duration:1.95s;animation-duration:1.95s}.animated.duration-2000{-webkit-animation-duration:2s;animation-duration:2s}.animated.duration-2050{-webkit-animation-duration:2.05s;animation-duration:2.05s}.animated.duration-2100{-webkit-animation-duration:2.1s;animation-duration:2.1s}.animated.duration-2150{-webkit-animation-duration:2.15s;animation-duration:2.15s}.animated.duration-2200{-webkit-animation-duration:2.2s;animation-duration:2.2s}.animated.duration-2250{-webkit-animation-duration:2.25s;animation-duration:2.25s}.animated.duration-2300{-webkit-animation-duration:2.3s;animation-duration:2.3s}.animated.duration-2350{-webkit-animation-duration:2.35s;animation-duration:2.35s}.animated.duration-2400{-webkit-animation-duration:2.4s;animation-duration:2.4s}.animated.duration-2450{-webkit-animation-duration:2.45s;animation-duration:2.45s}.animated.duration-2500{-webkit-animation-duration:2.5s;animation-duration:2.5s}.animated.duration-2550{-webkit-animation-duration:2.55s;animation-duration:2.55s}.animated.duration-2600{-webkit-animation-duration:2.6s;animation-duration:2.6s}.animated.duration-2650{-webkit-animation-duration:2.65s;animation-duration:2.65s}.animated.duration-2700{-webkit-animation-duration:2.7s;animation-duration:2.7s}.animated.duration-2750{-webkit-animation-duration:2.75s;animation-duration:2.75s}.animated.duration-2800{-webkit-animation-duration:2.8s;animation-duration:2.8s}.animated.duration-2850{-webkit-animation-duration:2.85s;animation-duration:2.85s}.animated.duration-2900{-webkit-animation-duration:2.9s;animation-duration:2.9s}.animated.duration-2950{-webkit-animation-duration:2.95s;animation-duration:2.95s}.animated.duration-3000{-webkit-animation-duration:3s;animation-duration:3s}.animated.duration-3050{-webkit-animation-duration:3.05s;animation-duration:3.05s}.animated.duration-3100{-webkit-animation-duration:3.1s;animation-duration:3.1s}.animated.duration-3150{-webkit-animation-duration:3.15s;animation-duration:3.15s}.animated.duration-3200{-webkit-animation-duration:3.2s;animation-duration:3.2s}.animated.duration-3250{-webkit-animation-duration:3.25s;animation-duration:3.25s}.animated.duration-3300{-webkit-animation-duration:3.3s;animation-duration:3.3s}.animated.duration-3350{-webkit-animation-duration:3.35s;animation-duration:3.35s}.animated.duration-3400{-webkit-animation-duration:3.4s;animation-duration:3.4s}.animated.duration-3450{-webkit-animation-duration:3.45s;animation-duration:3.45s}.animated.duration-3500{-webkit-animation-duration:3.5s;animation-duration:3.5s}.animated.duration-3550{-webkit-animation-duration:3.55s;animation-duration:3.55s}.animated.duration-3600{-webkit-animation-duration:3.6s;animation-duration:3.6s}.animated.duration-3650{-webkit-animation-duration:3.65s;animation-duration:3.65s}.animated.duration-3700{-webkit-animation-duration:3.7s;animation-duration:3.7s}.animated.duration-3750{-webkit-animation-duration:3.75s;animation-duration:3.75s}.animated.duration-3800{-webkit-animation-duration:3.8s;animation-duration:3.8s}.animated.duration-3850{-webkit-animation-duration:3.85s;animation-duration:3.85s}.animated.duration-3900{-webkit-animation-duration:3.9s;animation-duration:3.9s}.animated.duration-3950{-webkit-animation-duration:3.95s;animation-duration:3.95s}.animated.duration-4000{-webkit-animation-duration:4s;animation-duration:4s}.animated.duration-4050{-webkit-animation-duration:4.05s;animation-duration:4.05s}.animated.duration-4100{-webkit-animation-duration:4.1s;animation-duration:4.1s}.animated.duration-4150{-webkit-animation-duration:4.15s;animation-duration:4.15s}.animated.duration-4200{-webkit-animation-duration:4.2s;animation-duration:4.2s}.animated.duration-4250{-webkit-animation-duration:4.25s;animation-duration:4.25s}.animated.duration-4300{-webkit-animation-duration:4.3s;animation-duration:4.3s}.animated.duration-4350{-webkit-animation-duration:4.35s;animation-duration:4.35s}.animated.duration-4400{-webkit-animation-duration:4.4s;animation-duration:4.4s}.animated.duration-4450{-webkit-animation-duration:4.45s;animation-duration:4.45s}.animated.duration-4500{-webkit-animation-duration:4.5s;animation-duration:4.5s}.animated.duration-4550{-webkit-animation-duration:4.55s;animation-duration:4.55s}.animated.duration-4600{-webkit-animation-duration:4.6s;animation-duration:4.6s}.animated.duration-4650{-webkit-animation-duration:4.65s;animation-duration:4.65s}.animated.duration-4700{-webkit-animation-duration:4.7s;animation-duration:4.7s}.animated.duration-4750{-webkit-animation-duration:4.75s;animation-duration:4.75s}.animated.duration-4800{-webkit-animation-duration:4.8s;animation-duration:4.8s}.animated.duration-4850{-webkit-animation-duration:4.85s;animation-duration:4.85s}.animated.duration-4900{-webkit-animation-duration:4.9s;animation-duration:4.9s}.animated.duration-4950{-webkit-animation-duration:4.95s;animation-duration:4.95s}.animated.duration-5000{-webkit-animation-duration:5s;animation-duration:5s}.animated.duration-5050{-webkit-animation-duration:5.05s;animation-duration:5.05s}.animated.duration-5100{-webkit-animation-duration:5.1s;animation-duration:5.1s}.animated.duration-5150{-webkit-animation-duration:5.15s;animation-duration:5.15s}.animated.duration-5200{-webkit-animation-duration:5.2s;animation-duration:5.2s}.animated.duration-5250{-webkit-animation-duration:5.25s;animation-duration:5.25s}.animated.duration-5300{-webkit-animation-duration:5.3s;animation-duration:5.3s}.animated.duration-5350{-webkit-animation-duration:5.35s;animation-duration:5.35s}.animated.duration-5400{-webkit-animation-duration:5.4s;animation-duration:5.4s}.animated.duration-5450{-webkit-animation-duration:5.45s;animation-duration:5.45s}.animated.duration-5500{-webkit-animation-duration:5.5s;animation-duration:5.5s}.animated.duration-5550{-webkit-animation-duration:5.55s;animation-duration:5.55s}.animated.duration-5600{-webkit-animation-duration:5.6s;animation-duration:5.6s}.animated.duration-5650{-webkit-animation-duration:5.65s;animation-duration:5.65s}.animated.duration-5700{-webkit-animation-duration:5.7s;animation-duration:5.7s}.animated.duration-5750{-webkit-animation-duration:5.75s;animation-duration:5.75s}.animated.duration-5800{-webkit-animation-duration:5.8s;animation-duration:5.8s}.animated.duration-5850{-webkit-animation-duration:5.85s;animation-duration:5.85s}.animated.duration-5900{-webkit-animation-duration:5.9s;animation-duration:5.9s}.animated.duration-5950{-webkit-animation-duration:5.95s;animation-duration:5.95s}.animated.duration-6000{-webkit-animation-duration:6s;animation-duration:6s}@-webkit-keyframes scaleImg{0%{transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(1.7);-webkit-transform:scale(1.7)}}@keyframes scaleImg{0%{transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(1.7);-webkit-transform:scale(1.7)}}.scaleImg{animation:scaleImg 20s ease-in-out infinite alternate!important;-webkit-animation:scaleImg 20s ease-in-out infinite alternate!important}
/*------------------------------------------------------------------
[Table of contents]

1. General
2. Helpful style's classes
3. Header & Mobile Menu
4. Footer
5. Buttons
6. Forms
7. Main banner
8. Home pages's content
9. Slick slider
10. Booking room & Calendar
11. FAQ
12. Contact
13. Blog
14. 404 pages
15. Hover effect
16. Animation

-------------------------------------------------------------------*/

/*---------------------------------------General-------------------------------------*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../themes/padlockd/assets/vendor/theme/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../themes/padlockd/assets/vendor/theme/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../themes/padlockd/assets/vendor/theme/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../themes/padlockd/assets/vendor/theme/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../themes/padlockd/assets/vendor/theme/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../themes/padlockd/assets/vendor/theme/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('../themes/padlockd/assets/vendor/theme/fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:url('../themes/padlockd/assets/vendor/theme/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('../themes/padlockd/assets/vendor/theme/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('../themes/padlockd/assets/vendor/theme/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('../themes/padlockd/assets/vendor/theme/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}


*{
    margin: 0;
}

html, body{
    height: 100%;
}

body{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 0.045em;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: rgb(235, 242, 246);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

input:focus,
textarea:focus{
    outline: none;
}

a{
    color: rgb(255, 255, 255);
}

a:hover,
a:active,
a:focus{
    text-decoration: none;
}

p {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 24px;
}

img{
    width: 100%;
}

h1{
    font-size: 40px;
    text-align: center;
    padding: 0 15px;
    font-weight: 400;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

h2{
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

h3{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}


h4{
    font-size: 30px;
    color: rgb(31, 34, 37);
    font-weight: 400;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

button{
    border: none;
}


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

    h3 {
        font-size: 20px;
    }
}

@media screen and (max-width : 1199px){
    body{
        font-size: 12px;
    }
}

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

    h1{
        font-size: 30px;
    }

    h2{
        font-size: 20px;
    }
}

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

    h1{
        font-size: 25px;
        margin-top: 30%;
    }
    h3{
        margin-top: 30px;
        margin-bottom: 20px;
    }

    h4{
        font-size: 25px;
    }
}

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

    h1 {
        font-size: 20px;
        margin-top: 60%;
    }

    h2{
        margin-top: 50px;
        margin-bottom: 0;
    }

    h3 {
        font-size: 15px;
    }
}

/*--------------------------------------Helpful style's classes--------------------------*/

.invisible{
    opacity:0;
}
.visible{
    opacity:1;
}

.da-text-color-white{
    color: rgb(255, 255, 255);
}

.da-font-weight-semibold{
    font-weight: 600;
}

.da-font-weight-bold{
    font-weight: 700;
}

.da-font-montserrat{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.da-font-big{
    font-size: 25px;
}

.da-font-small{
    font-size: 12px;
}

.da-font-uppercase{
    text-transform: uppercase;
}

.da-font-small-dark{
    font-size: 15px;
    color: rgb(31, 34, 37);
}
.da-font-small-black {
    font-size: 13px;
    color: #6c7176;
}

.da-text-align-center{
    text-align: center;
}
.da-text-align-right{
    text-align: right;
}

.da-text-align-left{
    text-align: left;
}

.da-red-text{
    color: rgb(251, 56, 60);
}

.da-black-text{
    color: rgb(0, 0, 0);
}

.da-white-text{
    color: rgb(255, 255, 255)!important;
}

.da-gray-text{
    color: rgb(207, 207, 207);
}

.da-padding-left-15{
    padding-left: 15px;
}

.da-padding-right-15{
    padding-right: 15px;
}

.da-padding-bottom-200{
    padding-bottom: 200px;
}

.da-padding-bottom-30{
    padding-bottom: 30px;
}

.da-padding-bottom-90{
    padding-bottom: 90px;
}

.p-t-75{
    padding-top: 75px!important;
}

.da-margin-top-100{
    margin-top: 100px;
}

.da-padding-0{
    padding: 0!important;
}

.da-margin-0{
    margin: 0!important;
}

.da-margin-bottom-0{
    margin-bottom: 0!important;
}

.da-margin-top-30{
    margin-top: 30px;
}

.da-margin-bottom-30{
    margin-bottom: 30px;
}

.da-margin-bottom-50{
    margin-bottom: 50px;
}

.da-margin-top-50{
    margin-top: 50px;
}

.da-margin-top-75{
    margin-top: 75px;
}

.da-margin-top-20{
    margin-top: 20px;
}

.da-margin-top-15{
    margin-top: 15px;
}

.da-margin-left-15{
    margin-left: 15px;
}

.da-margin-left-10{
    margin-left: 10px;
}

.da-margin-left-20pr{
    margin-left: 20%!important;
}

.da-float-left{
    float: left;
}

.da-float-right{
    float: right;
}

.da-bg-container{
    background-color: rgb(9, 12, 14);
    background-size: cover;
}

.da-bg-white{
    background: rgb(255, 255, 255);
    color: #000000;
}

.da-bg-dark{
    background: rgb(31, 34, 37);
    color: #ffffff;
}

.da-bg-container .container{
    position: relative;
}

.da-position-relation{
    position: relative;
}

.da-filter{
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 4
}
.da-filter .da-information-text, .da-filter .da-circle-block{
    z-index: 4;
    position: relative;
}

.background-image{
    background-size: cover;
}

.da-filter:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(9, 12, 14, .9);
    z-index: 1;
}

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

    .da-font-big{
        font-size: 20px;
    }
}

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

    .da-font-small-dark {
        font-size: 13px;
    }
}

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

    .da-font-small-dark {
        font-size: 11px;
    }
}

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

    .da-font-big{
        font-size: 15px;
    }

    .da-font-small {
        font-size: 10px;
    }
}

/*-------------------------------Header-------------------------------------------*/

header{
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: fixed;
    left: 0;
    z-index: 999;
}


.da-header-logo-container{
    width: 100%;
    display: table;
    height: 98px;
}

.da-header-logo-container a{
    display: table-cell;
    height: 80px;
    width: 100%;
    vertical-align: middle;
}

.da-header-location{
    padding: 40px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    text-transform: uppercase;
    position: relative;
}

.da-header-location a i{
    margin-right: 10px;
}

.da-mobile-menu{
    display: none;
}

.da-menu{
    list-style: none;
    float: right;
    padding-right: 27px;
    margin: 0!important;
}


.da-menu-button{
    display: none;
}

.da-menu > li{
    float: left;
    padding: 40px 24px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 1;
}

.da-menu li a{
    color: rgb(255, 255, 255);
    font-weight: 600;
    white-space: nowrap;
    transition: all .3s;
}

.da-menu li a i{
    margin-left: 15px;
}

.da-menu > li > ul,
.da-header-location > ul{
    position: absolute;
    list-style: none;
    right: 0;
    padding: 0;
    top: 99%;
    background: rgba(31, 34, 37, .9);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s linear;
    -o-transition: max-height .3s linear;
    transition: max-height .3s linear;
}

.da-header-location > ul{
    left: 0;
    right: auto;
}

.da-menu > li:hover > ul,
.da-header-location:hover > ul{
    margin: 0;
    max-height: 500px;
}

.da-menu > li > ul li{
    padding: 8px 24px;
}

.da-menu > li > ul li:first-child {
    padding-top: 18px;
}

.da-menu > li > ul li:last-child {
    padding-bottom: 18px;
}

.da-header-location > ul li{
    padding: 20px 40px;
}

.da-menu li a:hover,
.da-menu li.da-active-menu-link > a,
.da-menu li:hover > ul li a:hover,
.da-header-location:hover > a,
.da-header-location:hover > ul li:hover > a,
.da-mobile-menu ul li a:hover{
    color: rgb(251, 56, 61);
}

.da-fixed-header {
    position: fixed;
    top: 0;
    background: rgba(31, 34, 37, .9);
}
.da-show-menu {
    top: 0;
    transition: top .5s;
}
.da-hide-menu {
    top: -100px;
    transition: top .5s;
}

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

    .da-header-logo-container{
        height: 78px;
    }

    .da-header-logo-container a{
        height: 70px;
    }

    .da-header-location {
        padding: 30px;
    }
    .da-menu > li {
        padding: 30px 15px;
    }
}

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

    .da-header-logo-container{
        height: 77px;
    }

    .da-header-logo-container a{
        height: 77px;
    }

    .da-menu > li {
        padding: 30px 6px;
    }
}

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

    .da-menu > li {
        padding: 25px 15px;
    }

    .da-header-location {
        padding: 25px;
    }

    .da-header-logo-container{
        height: 67px;
    }

    .da-header-logo-container a{
        height: 50px;
    }
}

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

    header a{
        font-size: 10px;
    }

    .da-menu > li {
        padding: 25px 10px;
    }
}

@media screen and (max-width : 768px){
    .da-header-logo-container {
        width: 50%;
        margin: 0 auto;
        margin-left: 15px;
    }

    .da-header-logo-container{
        height: 63px;
    }

    .da-header-logo-container a{
        height: 50px;
    }

    .da-menu-button{
        display: inline-block;
        padding-top: 20px;
        cursor: pointer;
        width: 30px;
    }

    header nav{
        display: none;
    }

    .da-header-location {
        padding: 23px 13px;
    }

    .da-mobile-menu{
        position: fixed;
        width: 100%;
        display: block;
        right: 100%;
        top: 0;
        bottom: 0;
        background: rgb(31, 34, 37);
        overflow: auto;
        /*display: none;*/
    }

    .da-mobile-menu ul{
        list-style: none;
        padding: 0;
    }

    .da-mobile-menu ul li{
        font-size: 16px;
        text-transform: uppercase;
        padding: 15px 35px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        position: relative;
    }

    .da-mobile-menu ul li i{
        position: absolute;
        right: 15px;
        top: 20px;
    }

    .da-submenu{
        display: none;
    }

    .da-submenu li{
        border: none!important;
        padding: 15px 20px!important;
    }

    .da-submenu-visible{
        display: block;
    }

    .da-header-location{
        display: none;
    }
}

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

    .da-header-logo-container {
        width: 70%;
    }
}

/*---------------------------------Footer---------------------------------------*/

footer{
    background: rgb(31, 34, 37);
    padding-top: 60px;
    color: rgb(108, 113, 118);
    position: relative;
}

.da-footer-logo-container{
    width: 60%;
}

.da-footer-contact a{
    display: block;
    color: rgb(108, 113, 118);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.da-footer-contact a:hover{
    color: rgb(207, 207, 207);
}

.da-footer-contact a i{
    margin-right: 10px;

}

.da-form-container{
    position: relative;
}

.da-form-container input{
    background: rgb(31, 34, 37);
    border: 1px solid rgb(108, 113, 118);
    width: 100%;
    padding: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.da-form-container input[type="text"]:focus{
    border: 1px solid rgb(255, 255, 255);
}


.da-contact-form input::-webkit-input-placeholder, .da-contact-form textarea::-webkit-input-placeholder{
    color: #6c7176;
}

.da-contact-form input::-moz-placeholder, .da-contact-form textarea::-moz-placeholder{
    color: #6c7176;
}

.da-contact-form input:-moz-placeholder, .da-contact-form textarea:-moz-placeholder{
    color: #6c7176;
}

.da-contact-form input:-ms-input-placeholder, .da-contact-form textarea:-ms-input-placeholder{
    color: #6c7176;
}

.da-form-container input[type="text"]:focus + button{
    color: rgb(255, 255, 255);
}

.da-form-container button{
    float: right;
    position: relative;
    top: -39px;
    right: 10px;
    bottom: 2px;
    border: none;
    background: rgb(31, 34, 37);
    font-size: 25px;
}

.da-footer-photo{
    position: relative;
    /*padding: 0!important;*/
}



.da-photo-hover{
    position: absolute;
    top: 0;
    bottom: 100%;
    left: 15%;
    right: 15%;
    z-index: 3;
    background: rgba(251, 56, 60, .75);
    -webkit-transition: bottom .4s;
    -o-transition: bottom .4s;
    transition: bottom .4s;
    cursor: pointer;

}

.da-footer-photo img{
    cursor: pointer;
}

.da-footer-photo:hover > .da-photo-hover{
    bottom: 0;
}

.line-btn{
    border-color: rgb(108, 113, 118);
    margin-top: 30px;
    margin-bottom: 7px;
}

.da-footer-social a{
    float: left;
    color: #6c7176;
    background: #16181a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 15px;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
}

.da-footer-social a:hover{
    color: rgb(255, 255, 255);
    background: rgb(46, 51, 55);
}

.da-footer-social a i {
    line-height: 40px;
}

.da-figures-block{
    padding: 80px 0;
    border-right: 1px solid rgba(108, 113, 118, .5);
    color: rgb(108, 113, 118);
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.da-figures-block p span{
    color: rgb(255, 255, 255);
    font-size: 45px;
}

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

    .da-figures-block{
        padding: 60px 0;
        font-size: 14px;
    }

    .da-figures-block p span{
        font-size: 40px;
    }
}

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

    footer{
        padding-bottom: 80px;
    }
}

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

    .da-footer-social a i {
        line-height: 34px;
    }

    .da-footer-social a {
        width: 33px;
        height: 33px;
    }

    .da-figures-block{
        padding: 60px 0;
        font-size: 12px;
    }

    .da-figures-block p span{
        font-size: 32px;
    }
}

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

    footer{
        font-size: 10px;
    }

    .da-figures-block{
        padding: 50px 0;
        font-size: 10px;
    }

    .da-figures-block p span{
        font-size: 23px;
    }
}

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

    .da-footer-logo-container {
        width: 30%;
    }

    .da-footer-section > div{
        margin-bottom: 40px;
    }

    .da-figures-block{
        border-bottom: 1px solid rgb(108, 113, 118);
    }

    .da-footer-copy,
    .da-footer-social-container{
        text-align: center;
    }

    .da-footer-social-container .da-footer-social{
        display: inline-block;
    }
}


/*----------------------------Buttons-------------------------------------------------*/

.da-btn-down,
.da-btn-up,
.da-btn-down-no-border{
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid rgb(108, 113, 118);
    border-radius: 50%;
    color: rgb(207, 207, 207);
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 6;
}
.da-btn-up:hover > p{
    color: rgb(207, 207, 207);
}

.da-btn-down:hover{
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
}

.da-btn-up{
    right: 20px;
    bottom: 30px;
    left: auto;
}

.da-btn-down-no-border{
    border: none;
    bottom: 30px;
}

.da-btn-down-no-border:hover p{
    color: rgb(255, 255, 255);
}

.da-btn-down-no-border p{
    text-transform: uppercase;
    width: 130px;
    position: absolute;
    top: -70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.da-btn-up p{
    width: 70px;
    color: rgb(108, 113, 118);
    position: absolute;
    top: 50%;
    right: 110%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.da-btn-down i{
    line-height: 40px;
}

.da-btn-up i{
    line-height: 38px;
}

.da-btn-down i,
.da-btn-down-no-border i{
    animation: animationDown .6s alternate infinite;
}

.da-btn{
    display: inline-block;
    padding: 15px 30px;
    background: rgb(251, 56, 60);
    text-transform: uppercase;
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin: 0 auto;
    border-radius: 3px;
}

.da-btn-blue{
    display: inline-block;
    padding: 15px 30px;
    background: #0051FF;
    text-transform: uppercase;
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin: 0 auto;
    border-radius: 3px;
}

.da-margin-top-30{
    margin-top: 30px;
}

.da-order-btn{
    margin-top: 70px!important;
    padding: 15px 50px;
}

.da-booking-btn{
    padding: 10px 20px;
    background: rgb(31, 34, 37);
    margin: 10px auto;
}

.da-next-month-date .da-availabe-date,
.da-next-month-date .da-booking-btn,
.da-last-day .da-booking-btn,
.da-not-availabe-day .da-booking-btn{
    color: rgb(235, 242, 246);
    background: rgb(235, 242, 246);
    pointer-events: none;
}

.da-not-availabe-day .da-booking-btn{
    color: transparent;
    background: transparent;
    pointer-events: none;
}

.da-last-day .da-booking-btn{
    color: rgb(255, 255, 255);
}

.da-btn-month{
    border: 2px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    padding: 0 15px;
    display: inline-block;
    margin: 0 75px;
}

.da-btn-month:hover{
    background: #000;
    color: rgb(255, 255, 255);
}

.da-btn-news{
    padding: 15px 60px!important;
}

.da-btn-info{
    padding: 15px 40px;
    margin-top: 40px;
}

.da-video-play-btn{
    display: block;
    width: 60px;
    height: 60px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding-left: 5px;
}

.da-video-play-btn:hover{
    background: rgb(251, 56, 60);
    color: rgb(255, 255, 255);
}

.da-video-play-btn i{
    line-height: 60px;
}

.da-video-btn{
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    color: rgb(31, 34, 37);
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.da-answer-btn{
    vertical-align: middle;
    display: table-cell;
    width: 11%;
    border-left: 1px solid rgb(220, 222, 224);
    text-align: center;
    cursor: pointer;
}

.da-question-open .da-answer-btn{
    border-left: 1px solid rgb(255, 255, 255);
}

.da-container-style04 .da-answer-btn{
    border: none;
}

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

    .da-btn-down-no-border p{
        font-size: 13px;
    }
}

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

    .da-btn-info {
        padding: 10px 35px;
    }
}

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

    .da-booking-btn {
        font-size: 9px;
    }
}

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

    .da-order-btn {
        margin-top: 50px!important;
    }

    .da-btn {
        padding: 10px 8px;
    }

    .da-btn-month {
        padding: 0 10px;
    }

    .da-btn-down{
        font-size: 13px;
    }

    .da-btn-down-no-border p {
        top: -40%;
    }
}

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

    .da-btn{
        font-size: 11px;
    }

    .da-btn-down{
        bottom: 10px;
        font-size: 12px;
    }

    .da-btn-up{
        right: 50%;
        bottom: 50px;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        font-size: 12px;
    }

    .da-btn-up p{
        width: 40px;
        bottom: -60%;
        top: auto;
        right: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .da-btn-down-no-border p {
        top: -30%;
    }

    .da-btn-month {
        margin: 0 8px;
    }

    .da-booking-btn{
        font-size: 9px;
    }
}

@media screen and (max-width : 479px){
    .da-order-btn {
        margin-top: 20px!important;
    }
}

/*------------------------------Forms---------------------------------------------*/

.da-form-booking-item{
    display: block;
    width: 100%;
    border: 2px solid rgb(220, 222, 224);
    min-height: 40px;
    margin-bottom: 30px;
    padding-left: 20px;
}
.da-form-booking textarea{
    padding-top: 10px;
}

.da-form-comment{
    height: 130px;
}

.da-form-booking-button{
    border: none;
    padding: 15px 60px;
}

.da-days-nav{
    padding-right: 30px;
}

.da-days-nav a{
    color: rgb(31, 34, 37);
    text-transform: uppercase;
    margin-right: 20px;
}

.da-days-nav a:hover{
    color: rgb(197, 197, 197);
}

.da-date-choose{
    font-size: 20px;
    color: rgb(31, 34, 37);
    text-transform: uppercase;
}

.da-time-choose > div{
    color: rgb(108, 113, 118);
    margin-bottom: 30px;
}

.da-time-choose > div input{
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.da-search-form{
    position: relative;
}

.da-search{
    width: 100%;
    border: none;
    background: rgb(246, 246, 246);
    height: 40px;
    padding-left: 45px;
}

.da-search-form button{
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    border: none;
    background: transparent;
    font-size: 16px;
    color: rgb(197, 197, 197);
}

.da-contact-form-item{
    width: 100%;
    display: block;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 15px;
    border: none;
    border-bottom: 1px solid rgb(220, 222, 224);
    padding-left: 15px;
    color: rgb(108, 113, 118);
}

.da-contact-form-item:focus{
    border-bottom: 1px solid rgb(31, 34, 37);
}

textarea.da-contact-form-item{
    height: 80px;
}

/*.da-contact-form button{
	border: none;
	padding: 15px 40px!important;
	left: 0;
	right: 0;
	position: relative;
	margin-top: 50px;
	margin-left: 0;
	margin-right: 0;
}*/

.center-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}
.center-btn button{
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
}

.da-comment-form{
    width: 100%;
    height: 40px;
    border: 1px solid rgb(220, 222, 224);
    padding-left: 20px;
    color: rgb(31, 34, 37);
}

.da-comments form textarea{
    height: 130px;
    padding-top: 20px;
}

.da-comments form button{
    border: none;
    margin-top: 25px;
}


/*----------------------------Main banner------------------------------------------*/

.da-main-banner,
.da-banner-container{
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 600px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    position: relative;
}

.da-banner-container{
    min-height: auto;
}

/*.da-banner-video{
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.da-banner-video video{
	width: 100%;
	height: auto;
}*/

.da-main-title{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.da-main-title h1{
    margin-top: 0;
}

.da-breadcrumbs{
    text-align: center;
}

.da-breadcrumbs ul{
    list-style: none;
    padding: 0;
}

.da-breadcrumbs ul li{
    display: inline-block;
}

.da-breadcrumbs ul li:after{
    content: "/";
    color: rgb(180, 180, 180);
    margin: 0 5px;
}

.da-breadcrumbs ul li:last-of-type:after{
    content: "";
}

.da-breadcrumbs a{
    color: rgb(180, 180, 180);

}

.da-breadcrumbs a.da-active-link{
    color: rgb(255, 255, 255);
}

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

    .da-main-banner {
        min-height: 575px;
    }
}

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

    .da-main-banner {
        min-height: 500px;
    }
}

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

    .da-main-banner,
    .da-banner-container{
        min-height: 250px;
    }
}

/*-----------------------Home pages's content-------------------------------------------*/

.da-title-icon:before,
.da-inverse-title:before{
    content: url(../themes/padlockd/assets/vendor/theme/img/key-icon.png);
    display: block;
    margin-bottom: 15px;
}

.da-inverse-title,
.da-underline-title{
    color: rgb(9, 12, 14);
}

.da-inverse-title:before{
    content: url(../themes/padlockd/assets/vendor/theme/img/key-icon-full.png);
}

.da-title-blue-icon:before,
.da-inverse-blue-title:before{
    content: url(../themes/padlockd/assets/vendor/theme/img/key-icon-blue.png);
    display: block;
    margin-bottom: 15px;
}

.da-inverse-blue-title,
.da-underline-blue-title{
    color: #0051FF;
}

.da-inverse-blue-title:before{
    content: url(../themes/padlockd/assets/vendor/theme/img/key-icon-full-bluewhitekey.png);
}


.da-underline-title:after{
    display: block;
    content: url(../themes/padlockd/assets/vendor/theme/img/under-title-icon.png);
    color: rgb(0, 0, 0);
}

.da-step-title,
.da-game-step-title{
    font-size: 16px;
    color: rgb(255, 255, 255)!important;
    text-transform: uppercase;
}

.da-game-step-title{
    color: rgb(0, 0, 0)!important;
    margin-bottom: 10px;
}

.da-step-container{
    position: relative;
    z-index: 2;
}

.da-game-row{
    position: relative;
    z-index: 2;
}

.da-step-container p{
    color: rgb(108, 113, 118);
    margin-top: 20px;
}

.da-game-container{
    color: rgb(108, 113, 118);
    line-height: 20px;
}

.da-before-step-block{
    width: 45px;
    height: 45px;
    background: rgb(251, 56, 60);
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    font-size: 28px;
    text-align: center;
    line-height: 45px;
}


.da-num-mobile{
    display: none;
}

.da-positioned-block{
    background: url(../themes/padlockd/assets/vendor/theme/img/key-circles.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 450px;
    height: 450px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -225px;
    z-index: 0;
}

.da-positioned-block img{
    width: 184px;
    height: 184px;
    position: absolute;
    top: 22%;
    left: 29%;
}

.da-fixed-height-row{
    overflow: hidden;
    height: 475px;
}

.da-fixed-height-row > div{
    overflow: hidden;
    height: 100%;
}

.da-fixed-height-row > div > img{
    height: 100%;
}

.da-banner-container .da-filter{
    z-index: 5;
    background: rgba(9, 12, 14, .5);
}

.da-information{
    padding: 80px 55px;
}

.da-circle-block{
    width: 160px;
    height: 160px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.da-circle-block > div {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.da-post-pic{
    overflow: hidden;
    width: 100%;
}

.da-room-pic img,
.da-post-pic img{
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.da-room-pic{
    height: 100%;
}
.da-room-pic img{
    height: 100%;
}

.da-room-pic img:hover,
.da-post-pic img:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.da-information-text{
    width: 65%;
    color: rgb(207, 207, 207);
}

.da-information-text h3 {
    margin-bottom: 25px;
}

.da-information-text p{
    line-height: 25px;
}

.da-details span{
    margin-left: 10px;
    color: #fff;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.da-details > div > p:before{
    font-size: 20px;
    position: relative;
    top: 3px;
    color: #fff;
}
.da-blog-slide-item .da-date-container {
    top: 0;
}
.da-details > .da-float-left{
    padding-right: 30px;
}
.da-details > .da-float-left:last-child{
    padding-right: 0;
}

.da-details > .da-float-right{
    padding-right: 30px;
}
.da-details > .da-float-right:first-child{
    padding-right: 0;
}

.da-details a{
    color: #fff;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    margin-left: 10px;
}

.da-fixed-bg{
    background: url(../themes/padlockd/assets/vendor/theme/img/pl-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    position: relative;
    min-height: 400px;
}

.da-video-container{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.da-video-container p{
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 40px;
}

.da-video-player{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 34, 37, .85);
    z-index: 1000;
    display: none;
}

.da-video-player-container{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
}

.da-video-player-container video{
    width: 100%;
}

.da-price-container{
    padding-top: 15%;
    background: rgb(31, 34, 37);
    min-height: 75px;
    margin-top: 15px;
    color: rgb(108, 113, 118);
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
}

.da-price-container .price-desc {
    color: #b0b0b06c7176;
}

.da-price-container > div{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.da-price-container-room{
    min-height: 120px;
    text-align: center;
    text-transform: lowercase;
}

.da-price-container-center{
    min-height: 160px;
    margin-top: 0;
    padding-top: 15%;
}

.da-price-title{
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
}

.da-price-title-room{
    font-size: 30px;
    text-transform: uppercase;
}

.da-price,
.da-price-subscribe{
    color: rgb(0, 0, 0);
    font-size: 40px;
}

.da-price{
    padding-top: 30px;
}

.da-price-subscribe{
    font-size: 11px;
    margin-top: 20px;
}

.da-text-container{
    min-height: 250px;
    background: rgb(255, 255, 255);
    color: rgb(108, 113, 118);
    padding: 0 40px;
    padding-top: 40px;
}

.da-text-container-room{
    min-height: 275px;
    padding: 1px;
    color: rgb(251, 56, 60);
    font-size: 28px;
    position: relative;
}

.da-text-container-room ul{
    list-style: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
}

.da-text-container-room .da-text-align-center{
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.da-text-container-room ul li{
    display: block;
    margin-top: 20px;
    white-space: nowrap;
}
.da-text-container-room ul li:before{
    position: relative;
    top: 7px;
}

.da-text-container-room span{
    color: rgb(9, 12, 14);
    font-size: 13px;
    margin-left: 15px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.da-title-block{
    width: 100%;
    position: relative;
}

.da-blog-title{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.da-blog-title a{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 25px;
}

.da-blog-title a:hover{
    color: rgb(251, 56, 60);
}

.da-title-block + p{
    line-height: 25px;
}

.da-date-container{
    position: absolute;
    left: 0;
    top: -20px;
    bottom: 0;
    width: 15%;
    background: rgb(251, 56, 60);
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    min-height: 70px;

}

.br-container-date{
    top: 0;
}

.da-date-container p{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.da-date-container span{
    display: block;
    margin: 0 auto;
}

.da-title-block > p{
    border-bottom: 1px solid rgb(255, 255, 255);
    padding: 15px 0;
    line-height: 20px;
}

.da-details-container a{
    display: inline-block;
    margin-right: 15px;
    color: #c5c5c5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.da-details-container a:hover{
    color: rgb(207, 207, 207);
}

.da-details-container a i{
    margin-right: 5px;
}

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

    .da-fixed-height-row {
        height: 455px;
    }

    .da-information {
        padding: 50px 55px;
    }
}
@media screen and (max-width: 1300px){

    .da-fixed-height-row {
        height: 485px;
    }

}

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

    .da-fixed-height-row img{
        width: auto;
        max-width: auto;
    }
}

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

    .da-information-text {
        width: 75%;
    }

    .da-circle-block {
        width: 100px;
        height: 100px;
    }
}

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

    .da-information {
        padding: 50px 45px;
    }

    .da-information-text {
        width: 74%;
    }

    .da-text-container-room ul{
        padding: 0;
    }

    .da-text-container-room{
        font-size: 22px;
    }

    .da-text-container-room span{
        font-size: 14px;
    }
}

@media screen and (max-width : 1023px){
    .da-information-text {
        width: 73%;
    }
}

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

    .da-information {
        padding: 50px 55px;
    }

    .da-fixed-height-row > div{
        height: 510px;
    }

    .da-fixed-height-row{
        height: auto;
    }

    .da-review-text {
        margin-top: 100px;
    }

    .da-circle-block {
        float: left!important;
    }

    .da-information-text {
        float: none!important;
        text-align: left!important;
        width: 100%;
        margin-top: 136px;
    }

    .da-fixed-bg {
        min-height: 260px;
    }

    .da-price-container {
        min-height: 100px;
    }

    .da-price-container-center{
        min-height: 130px;
    }

    .da-price-title{
        font-size: 15px;
    }

    .da-price-container-room .da-price-title{
        font-size: 25px;
    }

    .da-text-container {
        min-height: 300px;
        /*padding: 0 20px;*/
        padding-top: 30px;
    }

    .da-price{
        font-size: 28px;
    }

    .da-price-subscribe {
        font-size: 10px;
    }

    .da-details{
        float: left;
    }

    .da-details-container a {
        margin-right: 8px;
    }

    .da-title-block > p {
        padding: 9px 0;
        line-height: 17px;
    }
    .da-blog-title {
        font-size: 12px;
    }

    .da-game-container {
        line-height: 16px;
    }

    .da-game-in-real .da-margin-top-75{
        margin-top: 0;
    }

    .da-before-step-block{
        width: 35px;
        height: 35px;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 35px;
    }

    .da-text-news{
        font-size: 11px;
    }
}

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

    .da-positioned-block,
    .da-num-screen {
        display: none;
    }

    .da-num-mobile{
        display: inline-block;
    }

    .da-step-container{
        text-align: left!important;
    }

    .da-bg-container{
        padding-bottom: 50px!important;
    }

    .da-room-pic img{
        width: 100%;
        height: auto;
    }

    .da-circle-block {
        width: 95px;
        height: 95px;
    }

    .da-fixed-height-row > div{
        float: none;
    }

    .da-information {
        padding: 50px 20px;
    }

    .da-information-text {
        float: none!important;
        text-align: left!important;
        width: 100%;
    }

    .da-details{
        font-size: 12px!important;
    }

    .da-review-img{
        display: none!important;
    }

    .da-review-text {
        margin-top: 20px;
        margin-bottom: 70px!important;
    }

    .da-price-container-center {
        min-height: 100px;
        margin-top: 15px;
    }

    .da-game-in-real{
        text-align: left;
        padding-bottom: 50px;
    }

    .da-game-in-real .da-margin-top-30{
        margin-top: 0;
    }

    .da-before-step-block{
        margin-top: 30px;
    }

    .da-game-img{
        display: none;
    }

    .da-text-news img{
        margin-top: 45px;
    }

    .da-text-container {
        min-height: 245px;
        padding-top: 0;
    }

    .da-review-text p{
        font-size: 13px;
        line-height: 26px;
    }

    .da-price-container {
        margin-top: 30px;
        padding-top: 6%;
    }

    .da-video-player-container{
        width: 90%;
    }
}

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

    .da-details {
        font-size: 9px!important;
    }

    .da-information {
        padding: 33px 20px;
    }


}

/*--------------------------Slick slider----------------------------------------*/

.slick-slide{
    outline: none;
}

.da-blog-slider .slick-dots{
    bottom: -90px;
}

.da-blog-slider .slick-dots li,
.da-banner-slider .slick-dots li{
    background: rgb(111, 112, 113);
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.da-blog-slider .slick-dots li.slick-active,
.da-banner-slider .slick-dots li.slick-active{
    background: rgb(251, 56, 60);
}

.da-review-slider{
    margin-bottom: 0;
}

.da-review-text{
    margin-top: 150px;
}

.da-review-slider .slick-prev,
.da-review-slider .slick-next,
.da-slider-square-buttons .slick-prev,
.da-slider-square-buttons .slick-next {
    position: center!important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 90%;
    background: rgb(31, 34, 37);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.da-review-slider .slick-prev{
    z-index: 10;
}

.da-slider-square-buttons .slick-prev,
.da-slider-square-buttons .slick-next{
    border-radius: 0;
}

.da-review-slider .slick-prev:hover,
.da-review-slider .slick-next:hover{
    background: rgb(251, 56, 60);
}

.da-review-slider .slick-prev{
    left: 51.5%;
}

.da-review-slider .slick-next{
    right: 37.5%;
}

.da-review-slider .slick-prev:before,
.da-review-slider .slick-next:before{
    font-size: 16px;
}

.da-review-slider .slick-prev:before{
    content: url(../themes/padlockd/assets/vendor/theme/img/prev-arrow.png);
}

.da-review-slider .slick-next:before{
    content: url(../themes/padlockd/assets/vendor/theme/img/next-arrow.png);
}

.da-review-slider img{
    width: auto;
}

.slick-dots li button:before{
    content: "";
}

.da-banner-slider {
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.da-banner-slider .slick-prev,
.da-banner-slider .slick-next{
    z-index: 10;
    width: 35px;
    height: 60px;
    text-align: center;
    background: rgb(255, 255, 255);
    font-size: 25px;
    line-height: 60px;
    color: rgb(31, 34, 37);
}

.da-banner-slider .slick-prev:hover,
.da-banner-slider .slick-next:hover{
    background: rgb(251, 58, 60);
    color: rgb(255, 255, 255);
}

.da-banner-slider .slick-prev:before,
.da-banner-slider .slick-next:before,
.da-slider-post .slick-prev:before,
.da-slider-post .slick-next:before{
    content: "";
}

.da-slider-post .slick-prev,
.da-slider-post .slick-next{
    width: 40px;
    height: 40px;
    background: rgba(31, 34, 37, 0.7);
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    z-index: 10;
}

.da-slider-post .slick-prev{
    left: 25px;
}

.da-slider-post .slick-next{
    right: 25px;
}

.da-banner-slider .slick-prev{
    left: 0;
}

.da-banner-slider .slick-next{
    right: 0;
}

.da-banner-slider .slick-dots{
    bottom: 190px;
}

.da-inner-banner-slider .slick-dots{
    bottom: 100px;
}

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

    .da-banner-slider .slick-dots {
        bottom: 150px;
    }
}

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

    .da-review-slider .slick-next {
        right: 40.5%;
    }

    .da-banner-slider .slick-dots {
        bottom: 110px;
    }

    .da-review-slider .slick-prev,
    .da-review-slider .slick-next{
        top: 89%;
        right: 33.5%;
    }
}

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

    .da-banner-slider .slick-dots {
        bottom: 100px;
    }
}

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

    .da-review-slider .slick-prev,
    .da-review-slider .slick-next{
        top: 93%;
    }

    .da-review-slider .slick-next {
        right: 38.5%;
    }

    .da-blog-slider{
        font-size: 10px!important;
    }

    .da-blog-slider .slick-dots li,
    .da-banner-slider .slick-dots li {
        width: 7px;
        height: 7px;
    }
}

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

    .da-slider-square-buttons .slick-prev,
    .da-review-slider .slick-prev{
        left: 15px;
    }
    .da-slider-square-buttons .slick-next,
    .da-review-slider .slick-next{
        left: 65px;
    }
    .da-blog-slider .slick-dots {
        bottom: -55px;
    }
    .da-banner-slider .slick-prev,
    .da-banner-slider .slick-next{
        display: none!important;
    }

    .da-banner-slider .slick-dots {
        bottom: 80px;
    }
}

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

    .da-slider-square-buttons .slick-next{
        right: 70%;
    }
}

/*-------------------------Booking room & Calendar--------------------------------------------*/

.da-room-info{
    font-size: 15px;
    color: rgb(108, 113, 118);
    line-height: 25px;
}

.da-room-details{
    border-left: 4px solid rgb(251, 56, 60);
    padding-left: 20px;
    color: rgb(31, 34, 37);
    margin-top: 50px;
    margin-bottom: 50px;
}

#map{
    width: 100%;
    height: 450px;
}

.da-calendar{
    color: rgb(31, 34, 37);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.da-month-name{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.da-month-name p{
    display: inline-block;
}

.da-booking-day,
.da-booking-date{
    display: inline-block;
    width: 12.6%;
    margin-right: 1.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
}

.da-booking-date .da-btn{
    font-size: 11px;
    padding: 9px 20px;
    margin-bottom: 0;
}

.da-booking-day:last-of-type,
.da-booking-date:nth-of-type(7n){
    margin-right: 0;
}
.da-booking-day-container{
    margin-bottom: 10px;
}
.da-booking-date{
    border: 4px solid rgb(235, 242, 246);
    min-height: 135px;
    margin-top: 15px;
    text-align: center;
    position: relative;
}

.da-next-month-date{
    background: rgb(235, 242, 246);
}

.da-booking-date-number{
    font-size: 25px;
    margin-top: 20px;
}

.da-availabe-date{
    margin-top: 15px;
    color: rgb(108, 113, 118);
    text-transform: capitalize;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.da-next-month-date .da-booking-date-number{
    color: rgb(255, 255, 255);
}

.da-not-availabe-day .da-availabe-date{
    color: rgb(251, 56, 60);
}

.da-inside-date{
    display: none;
}

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

    .da-booking-day,
    .da-booking-date {
        width: 11.7%;
        margin-right: 2.48%;
    }

    .da-booking-date {
        min-height: 125px;
    }

    .da-date-choose {
        font-size: 18px;
    }

    .da-booking-date-number {
        font-size: 20px;
        margin-top: 10px;
    }

    .da-month-name {
        font-size: 20px;
    }
}

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

    #map {
        height: 200px;
    }

    .da-booking-day-container{
        display: none;
    }

    .da-booking-day,
    .da-booking-date {
        width: 30%;
    }

    .da-booking-date:nth-of-type(7n){
        margin-right: 2.5%;
    }

    .da-booking-day:last-of-type,
    .da-booking-date:nth-of-type(3n){
        margin-right: 0;
    }

    .da-calendar-page .da-padding-bottom-200{
        padding-bottom: 50px!important;
    }

    .da-date-choose {
        font-size: 16px;
        text-align: center;
    }

    .da-time-choose{
        margin-left: 50px;
    }

    .da-days-nav a{
        font-size: 10px;
    }
}

/*---------------------------------FAQ-----------------------------------------------*/

.da-question{
    color: rgb(31, 34, 37);
    border: 1px solid rgb(220, 222, 224);
    width: 100%;
    min-height: 60px;
    display: table;
    font-size: 15px;
}

.da-question-open{
    background: rgb(220, 222, 224);
}

.da-question p{
    display: table-cell;
    vertical-align: middle;
    width: 89%;
    padding: 20px 25px;
}

.da-answer{
    border: 1px solid rgb(220, 222, 224);
    border-top: none;
    padding: 25px;
    display: none;
    color: rgb(108, 113, 118);
}

.da-container-style02 .da-question,
.da-container-style02 .da-answer{
    background: rgb(255, 255, 255);
}

.da-container-style03 .da-question-open{
    color: rgb(251, 56, 60);
    background: rgb(255, 255, 255);
}

.da-container-style04 .da-question,
.da-container-style04 .da-answer{
    background: rgb(235, 242, 246);
}

/*---------------------------------Contact------------------------------------------*/

.da-contact-info {
    color: rgb(251, 56, 60);
}

.da-contact-info p,
.da-contact-soc p{
    color: rgb(9, 12, 14);
    margin-bottom: 10px;
    font-weight: 600;
}

.da-contact-info a{
    display: block;
    color: rgb(108, 113, 118);
    margin-bottom: 40px;
}

.da-info-item{
    display: inline-block;
}

.da-info-item a:hover{
    color: rgb(31, 34, 37);
}

.da-contact-icon{
    vertical-align: top;
    font-size: 21px;
    margin-right: 10px;
}

.da-socnet-item{
    width: 40px;
    height: 40px;
    border: 1px solid rgb(220, 222, 224);
    border-radius: 50%;
    text-align: center;
    margin-left: 15px;
}

.da-socnet-item a{
    color: rgb(108, 113, 118);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.da-socnet-item a i{
    line-height: 40px;
}

.da-twitter-hvr:hover,
.da-trip-hvr:hover,
.da-fb-hvr:hover,
.da-google-hvr:hover,
.da-pint-hvr:hover,
.da-rss-hvr:hover{
    color: rgb(1, 198, 255);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.da-fb-hvr:hover{
    color: rgb(59, 89, 152);
}

.da-google-hvr:hover{
    color: rgb(221, 75, 57);
}

.da-trip-hvr:hover{
    color: rgb(34, 139, 34);
}

.da-pint-hvr:hover{
    color: rgb(201, 34, 40);
}

.da-rss-hvr:hover{
    color: rgb(255, 102, 0);
}

.da-contact-soc > div{
    display: inline-block;
}

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

    .da-socnet-item {
        margin-left: 10px;
    }
}

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

    .da-contact-info{
        margin-top: 50px;
    }
}

/*-----------------------------------Blog----------------------------------------*/

.da-sidebar-container{
    color: rgb(108, 113, 118);
}

.da-post-block img{
    width: 25%;
    float: left;
    height: auto;
}

.da-post-info{
    width: 73%;
    display: inline-block;
}

.da-post-info a{
    display: block;
    font-size: 11px;
    color: rgb(31, 34, 37);
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: 700;
}

.da-post-info p{
    padding-left: 10px;
    font-size: 11px;
    margin-top: 10px;
}

.da-categories-list{
    list-style: none;
}

.da-categories-list li{
    padding: 15px 0;
    border-bottom: 1px solid rgb(220, 222, 224);
    width: 100%;
}

.da-categories-list li a{
    color: rgb(108, 113, 118);
}

.da-tag-container{
    display: inline-block;
    border: 1px solid rgb(220, 222, 224);
    padding: 5px 10px;
    color: rgb(108, 113, 118);
    margin-bottom: 8px;
}

.da-tag-container:hover{
    border: 1px solid rgb(9, 12, 14);
    color: rgb(9, 12, 14);
}

.da-main-post,
.da-relative-posts{
    color: rgb(108, 113, 118);
    margin-bottom: 70px;
}
.da-main-post p {
    font-size: 15px;
}

.da-post-title-container{
    position: relative;
    min-height: 70px;
}

.da-post-date-container{
    background: transparent;
    border: 3px solid rgb(220, 222, 224);
    color: rgb(9, 12, 14);
    width: 8%;
}

.da-post-date-container-red{
    width: 7%;
    color: rgb(255, 255, 255);
}

.da-post-blog-title{
    margin-left: 13%!important;
    border-bottom: 1px solid rgb(220, 222, 224);
    min-height: 70px;
}


.da-post-blog-title a{
    color: rgb(9, 12, 14);
    font-size: 21px;
    line-height: 30px;
    position: relative;
}

.da-main-post-text{
    line-height: 25px;
    letter-spacing: 1px;
}

.da-read-more{
    color: rgb(31, 34, 37);
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}

.da-read-more:hover{
    color: rgb(251, 56, 60);
}

.da-read-more i{
    margin-left: 10px;
}

.da-text-container-room .btn-book {
    text-align: center;
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
}

.da-text-container-room .btn-book .da-btn {
    width: 100%;
    display: block;
}

.da-pagination-item{
    width: 35px;
    height: 35px;
    border: 1px solid rgb(197, 197, 197);
    text-align: center;
    line-height: 35px;
    display: inline-block;
    color: rgb(31, 34, 37);
    margin-right: 15px;
    cursor: pointer;
    transition: all ease 0.3s;
    vertical-align: middle;
}
.notify {
    position: relative;
    margin-top: 5px;
    display: none;
    color: #fb383c;
}

.da-pagination-item p {
    display: inherit;
}

.da-pagination-item:hover{
    color: rgb(255, 255, 255);
    background: rgb(197, 197, 197);
}

.da-pagination-active,
.da-pagination-active:hover{
    color: rgb(255, 255, 255);
    background: rgb(31, 34, 37);
    border: 1px solid rgb(31, 34, 37);
}

.da-post-quote{
    color: rgb(31, 34, 37);
    font-size: 15px;
    font-style: italic;
    line-height: 30px;
    border-left: 4px solid rgb(220, 222, 224);
    padding-left: 25px;
    margin: 30px 0;
}

.da-right-side .da-post-quote{
    border: none;
    position: relative;
    padding-left: 55px;
}

.da-quote-symbol{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgb(220, 222, 224);
    display: block;
    text-align: center;
    font-size: 28px;
    width: 30px;
    color: rgb(220, 222, 224);
    line-height: 100px;
}

.da-post-tags-social{
    margin: 40px 0;
    padding: 35px 0;
    border-top: 1px solid rgb(220, 222, 224);
    border-bottom: 1px solid rgb(220, 222, 224);
}

.da-post-item > p {
    display: inline-block;
    margin-right: 10px;
}

.da-post-social{
    color: rgb(131, 134, 137);
    margin-left: 15px;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.da-relative-posts .da-post-blog-title a{
    font-size: 16px;
    line-height: 25px;
    top: -5px;
}

.da-relative-posts .da-post-blog-title{
    margin-left: 20%!important;
}

.da-relative-posts .da-post-date-container,
.da-relative-posts .da-post-date-container-red{
    width: 15%;
}

.da-photo-placeholder{
    width: 9%;
    position: relative;
    top: 6px;
    background: rgb(239, 239, 239);
    margin-right: 4%;
}

.da-comment-item{
    width: 87%;
    margin-left: 13%;
}

.da-comment-author{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: rgb(31, 34, 37);
    text-transform: uppercase;
}

.da-comment-time{
    font-size: 11px;
    color: rgb(197, 197, 197);
    margin-left: 15px;
}

.da-comment-info a{
    color: rgb(197, 197, 197);
    float: right;
}

.da-comment-info a i{
    margin-right: 10px;
}

.da-comment-info > p{
    display: inline-block;
}

.da-comment-text{
    color: rgb(108, 113, 118);
}

.da-comment-answer{
    margin-left: 13%;
}

.da-video-post-container{
    position: relative;
}

.da-video-post-container video{
    width: 100%;
}

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

    .da-post-title-container,
    .da-post-blog-title {
        min-height: 50px;
    }

    .da-post-blog-title a{
        line-height: 25px;
    }
}

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

    .da-article-container .da-float-right{
        float: none;
    }

    .da-categories-list .da-float-right{
        float: right;
    }

    .da-sidebar{
        margin-top: 40px;
    }

    .da-post-info a,
    .da-post-info p {
        font-size: 9px;
    }

    .da-sidebar-container a{
        font-size: 10px;
    }
}

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

    .da-post-blog-title a {
        line-height: 20px;
        font-size: 14px;
    }

    .da-post-date-container-red {
        width: 9%;
    }

    .da-post-title-container,
    .da-post-blog-title {
        min-height: 55px;
    }

    .da-post-date-container{
        width: 12%;
    }

    .da-post-blog-title {
        margin-left: 15%!important;
    }

    .da-post-quote{
        font-size: 12px;
    }
}

@media screen and (max-width : 480px){
    .da-post-date-container-red {
        width: 12%;
    }
}

/*-------------------------------404 pages------------------------------------------*/

.da-bg-100pr{
    background: url(../themes/padlockd/assets/vendor/theme/img/pl-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.da-error-block{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.da-error-number{
    font-size: 120px;
    margin-bottom: 70px;
}

.da-error-text{
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.da-error-block a{
    margin-top: 50px;
    font-weight: 600;
}

.da-error-block img{
    width: 80%;
    margin-bottom: 30px;
}

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

    .da-error-text {
        font-size: 40px;
    }

    .da-error-number {
        font-size: 100px;
    }
}

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

    .da-error-text {
        font-size: 36px;
    }
}

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

    .da-error-block a {
        margin-top: 20px;
    }

    .da-error-info{
        margin-top: 20px;
    }

    .da-error-text {
        font-size: 20px;
    }

    .da-error-number {
        font-size: 80px;
    }

    .da-error-block img {
        width: 100%;
        margin-bottom: 10px;
    }
}


/*--------------------------------Hover effects----------------------------------*/

/* Sweep To Right */
.hvr-sweep-to-right,
.hvr-sweep-to-right-inverse,
.hvr-sweep-to-right-black{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before,
.hvr-sweep-to-right-inverse:before,
.hvr-sweep-to-right-black:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(166, 3, 7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 3px;
}

.hvr-sweep-to-right-inverse:before {
    background: rgb(258, 56, 61);
}

.hvr-sweep-to-right-black:before{
    background: rgb(31, 34, 37);
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active{
    color: rgb(255, 255, 255);
}

.hvr-sweep-to-right-inverse:hover, .hvr-sweep-to-right-inverse:focus, .hvr-sweep-to-right-inverse:active,
.hvr-sweep-to-right-black:hover, .hvr-sweep-to-right-black:focus, .hvr-sweep-to-right-black:active {
    color: rgb(255, 255, 255);
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before,
.hvr-sweep-to-right-inverse:hover:before, .hvr-sweep-to-right-inverse:focus:before, .hvr-sweep-to-right-inverse:active:before,
.hvr-sweep-to-right-black:hover:before, .hvr-sweep-to-right-black:focus:before, .hvr-sweep-to-right-black:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hvr-sweep-to-right-blue,
.hvr-sweep-to-right-blue-inverse,
.hvr-sweep-to-right-blue-black{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right-blue:before,
.hvr-sweep-to-right-blue-inverse:before,
.hvr-sweep-to-right-blue-black:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002D8E;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 3px;
}
.hvr-sweep-to-right-blue-inverse:before {
    background: #0051FF;
}

.hvr-sweep-to-right-blue-black:before{
    background: rgb(31, 34, 37);
}

.hvr-sweep-to-right-blue:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active{
    color: rgb(255, 255, 255);
}

.hvr-sweep-to-right-blue-inverse:hover, .hvr-sweep-to-right-inverse:focus, .hvr-sweep-to-right-inverse:active,
.hvr-sweep-to-right-blue-black:hover, .hvr-sweep-to-right-black:focus, .hvr-sweep-to-right-black:active {
    color: rgb(255, 255, 255);
}

.hvr-sweep-to-right-blue:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before,
.hvr-sweep-to-right-blue-inverse:hover:before, .hvr-sweep-to-right-inverse:focus:before, .hvr-sweep-to-right-inverse:active:before,
.hvr-sweep-to-right-blue-black:hover:before, .hvr-sweep-to-right-black:focus:before, .hvr-sweep-to-right-black:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*----------------------------------------Animation-----------------------------*/

@-webkit-keyframes animationDown{
    from{
        -webkit-transform:translateY(3px);
        transform:translateY(3px)
    }
    to{
        -webkit-transform:translateY(-8px);
        transform:translateY(-8px)
    }
}
@keyframes animationDown{
    from{
        -webkit-transform:translateY(3px);
        transform:translateY(3px)
    }
    to{
        -webkit-transform:translateY(-8px);
        transform:translateY(-8px)
    }
}

@-webkit-keyframes hoverLeft{
    from{
        left: -100%;
        opacity: 0;
    }
    25%{
        left: 0;
        opacity: 1
    }
    50%{
        left: 50%;
        opacity: 0.5;
    }
    to{
        left: 50%;
        opacity: 0;
    }
}
@keyframes hoverLeft{
    from{
        left: -100%;
        opacity: 0;
    }
    25%{
        left: 0;
        opacity: 1
    }
    50%{
        left: 50%;
        opacity: 0.5;
    }
    to{
        left: 50%;
        opacity: 0;
    }
}

@-webkit-keyframes dropdownMenu{
    0%{
        height: 0;
        opacity: 0;
    }
    100% {
        height: auto;
        opacity: 1;
    }
}
@keyframes dropdownMenu{
    0%{
        height: 0;
        opacity: 0;
    }
    100% {
        height: auto;
        opacity: 1;
    }
}

@media screen and (max-width : 1200px){
    .da-booking-date .da-btn {
        padding: 9px 12px;
        font-size: 10px;
    }
}
@media screen and (max-width : 992px){
    .da-booking-date .da-btn {
        padding: 9px 5px;
        font-size: 9px;
    }

    .da-price-plan-block .da-text-container{
        padding-bottom: 30px;
    }
    .da-price-plan-block .da-text-container .da-order-btn{
        margin-top: 35px!important;
    }
}

@media screen and (max-width : 768px){
    .da-booking-date .da-btn {
        padding: 9px 12px;
        font-size: 10px;
    }

    .da-information-text{
        margin-top: 110px;
    }

    .da-fixed-height-row > div{
        height: auto;
    }
}
@media screen and (max-width : 480px){
    .da-information-text .da-details .da-float-right{
        float: left;
        margin-right: 20px;
    }
}

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


    .da-review-text {
        margin-top: 20px;
    }
}

button[disabled], html input[disabled], .hvr-sweep-to-right[disabled]:before{
    background-color: #d9534f !important;
    color: #fff!important;
}

.videoContainer {
    margin-top: 6% !important;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-book-btn {
    border: 1px solid rgb(251, 56, 61);
}

.nav-book-btn-spacing {
    padding-top: 22px !important;
    padding-bottom: 0 !important;
}

.width-70 {
    width: 70% !important;
}

.mw-92 {
    max-width: 92%;
}

.minw600 {
    min-width: 600px !important;
}

.mxh40 {
    max-height: 40px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-55 {
    margin-top: 55px !important;
}

.m-t-75 {
    margin-top: 75px !important;
}

.p-t-120 {
    padding-top: 120px !important;
}

.p-t-165 {
    padding-top: 165px !important;
}

.bg-black {
    background-color: black !important;
}

.mh-3 {
    max-height: 3% !important;
}

.review-height {
    min-height: 450px !important;
}

/* Additional */
.form-body-classic textarea.form-control {
    height: auto;
}

.datepicker-inline {
    margin: 0 auto;
}

input[type="number"].form-control {
    padding-right: 0 !important;
}

.form-control {
    font-family: "Roboto", sans-serif !important;
}

.btn-default {
    background-color: #e6e6e6 !important;
    color: #aaaaaa !important;
}

.card-field {
    height: 44px;
    margin: 0;
    padding: 8px 10px;
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0px;
    font-family: 'Roboto', FontAwesome;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #333;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

#booking-form .popover {
    max-width: 400px;
}

#booking-form .popover-title {
    font-size: 15px;
}

#booking-form .popover-content textarea.form-control {
    line-height: unset;
    padding: 8px;
}

#payamount {
    font-size: 14px;
}

.da-padding-left-0 {
    padding-left: 0 !important;
}

#footer-subscribe .input-group-btn {
    border: 1px solid rgb(108, 113, 118);
    border-left: none;
}

#footer-subscribe input {
    border-right: none;
}

#footer-subscribe button, #footer-subscribe button:focus, #footer-subscribe button:hover {
    padding: 0 12px;
    border-radius: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 22px;
    outline: none;
    color: rgb(108, 113, 118);
}

.m-b-15 {
    margin-bottom: 15px;
}

#sidebar.active .sidebar-header img {
    width: 38px;
}

.expand-cont {
    max-width: 87%;
}

.backend-wizard .form-wizard-tolal-steps-3 .form-wizard-step {
    width: 18.33%;
}

.hint-txt {
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

.error-mark {
    color: red;
}

.roomtype-heading {
    padding-top: 20px;
}

.form-body-classic .form-control:not(.bs):disabled {
    background: #e6e6e6 none repeat scroll 0 0;
}

.modal-body {
    font-size: 17px;
}

@media (max-width: 575.98px) {
}


@media (min-width: 576px) and (max-width: 767.98px) {
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .rightside-cont {
        max-width: 87%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .px-120 {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
}

.switchable-time.disabled.btn-default {
    background-color: #d9534f !important;
    color: #ffffff !important;
}

fieldset {
    border: 1px groove #ffffff !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.slider-header-text {
    overflow-wrap: break-word !important;
}

.fs20 {
    font-size: 20px !important;
}

.xs-btn-landing {
    font-size: 20px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.nav-tabs > li {
    width: 50% !important;
}

.booking-nav-tabs {
    height: 150px !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: transparent !important;
    border: none !important;
}

.nav-tabs > li > a:hover {
    background-color: transparent !important;
    border: none !important;
}

.nav-tabs > li.active {
    background-color: #555 !important;
}

.black {
    color: #0f0f0f !important;
}

.fusion-blue {
    color: #0051ff !important;
}

.event-banner {
    background-size: contain !important;
    min-height: 420px !important;
}

.da-main-banner-event,
.da-banner-event-container {
    background-image: url(../themes/padlockd/assets/vendor/theme/img/main-img-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 720px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    position: relative;
}

.event-heading-border {
    border: rgb(251, 56, 61) solid 2px !important;
}

.event-red {
    color: rgb(251, 56, 61) !important;
}

.lightbox-room-img {
    width: 100% !important;
    height: 100px !important;
}

.z-1001 {
    z-index: 1001;
}
