@charset "UTF-8";/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%,to{-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)}}@keyframes pulse{0%,to{-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)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%,to{-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)}}@keyframes rubberBand{0%,to{-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)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@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(0);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%,to{-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)}}@keyframes tada{0%,to{-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)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}}@keyframes wobble{0%,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:8020}.fancybox-inner,.fancybox-outer,.fancybox-skin{position:relative}.fancybox-skin{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}.fancybox-close,.fancybox-nav,.fancybox-nav span{z-index:8040;position:absolute}#fancybox-loading div{width:44px;height:44px;background:url(fancybox_loading.gif) center center no-repeat}.fancybox-close{top:-18px;right:-18px;width:36px;height:36px;cursor:pointer}.fancybox-nav{top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:url(blank.gif);-webkit-tap-highlight-color:transparent}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:visible!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}#all-contents,body{overflow-x:hidden}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.clearfix:after,article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(fancybox_loading@2x.gif);background-size:24px 24px}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,td,th{text-align:left;font-weight:400;vertical-align:middle}#tgs2016 footer,.center,.loader .i2{text-align:center}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a img{border:none}@-moz-keyframes left-right-up{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-200px,200px,0) scale(.7);opacity:0}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(74px,-74px,0) scale(1.111);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-32px,32px,0) scale(.952);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(8px,-8px,0) scale(1.012);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-3.28px,3.28px,0) scale(.99508);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(1.16px,-1.16px,0) scale(1.00174);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.4px,.4px,0) scale(.9994);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-webkit-keyframes left-right-up{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-200px,200px,0) scale(.7);opacity:0}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(74px,-74px,0) scale(1.111);opacity:1.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-32px,32px,0) scale(.952);opacity:.84}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(8px,-8px,0) scale(1.012);opacity:1.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-3.28px,3.28px,0) scale(.99508);opacity:.9836}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(1.16px,-1.16px,0) scale(1.00174);opacity:1.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.4px,.4px,0) scale(.9994);opacity:.998}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@keyframes left-right-up{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-200px,200px,0) scale(.7);opacity:0}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(74px,-74px,0) scale(1.111);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-32px,32px,0) scale(.952);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(8px,-8px,0) scale(1.012);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-3.28px,3.28px,0) scale(.99508);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(1.16px,-1.16px,0) scale(1.00174);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.4px,.4px,0) scale(.9994);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-moz-keyframes right-left-up{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(200px,200px,0) scale(.7);opacity:0}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-74px,-74px,0) scale(1.111);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(32px,32px,0) scale(.952);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-8px,-8px,0) scale(1.012);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(3.28px,3.28px,0) scale(.99508);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-1.16px,-1.16px,0) scale(1.00174);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.4px,.4px,0) scale(.9994);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-webkit-keyframes right-left-up{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(200px,200px,0) scale(.7);opacity:0}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-74px,-74px,0) scale(1.111);opacity:1.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(32px,32px,0) scale(.952);opacity:.84}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-8px,-8px,0) scale(1.012);opacity:1.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(3.28px,3.28px,0) scale(.99508);opacity:.9836}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-1.16px,-1.16px,0) scale(1.00174);opacity:1.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.4px,.4px,0) scale(.9994);opacity:.998}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@keyframes right-left-up{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(200px,200px,0) scale(.7);opacity:0}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-74px,-74px,0) scale(1.111);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(32px,32px,0) scale(.952);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-8px,-8px,0) scale(1.012);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(3.28px,3.28px,0) scale(.99508);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-1.16px,-1.16px,0) scale(1.00174);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.4px,.4px,0) scale(.9994);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-moz-keyframes slide-left-right{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-200px,0,0) scale(.7);opacity:0}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(74px,0,0) scale(1.111);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-32px,0,0) scale(.952);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(8px,0,0) scale(1.012);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-3.28px,0,0) scale(.99508);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(1.16px,0,0) scale(1.00174);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.4px,0,0) scale(.9994);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-webkit-keyframes slide-left-right{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-200px,0,0) scale(.7);opacity:0}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(74px,0,0) scale(1.111);opacity:1.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-32px,0,0) scale(.952);opacity:.84}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(8px,0,0) scale(1.012);opacity:1.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-3.28px,0,0) scale(.99508);opacity:.9836}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(1.16px,0,0) scale(1.00174);opacity:1.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.4px,0,0) scale(.9994);opacity:.998}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@keyframes slide-left-right{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-200px,0,0) scale(.7);opacity:0}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(74px,0,0) scale(1.111);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-32px,0,0) scale(.952);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(8px,0,0) scale(1.012);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-3.28px,0,0) scale(.99508);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(1.16px,0,0) scale(1.00174);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.4px,0,0) scale(.9994);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-moz-keyframes slide-right-left{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(200px,0,0) scale(.7);opacity:0}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-74px,0,0) scale(1.111);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(32px,0,0) scale(.952);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-8px,0,0) scale(1.012);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(3.28px,0,0) scale(.99508);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-1.16px,0,0) scale(1.00174);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.4px,0,0) scale(.9994);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-webkit-keyframes slide-right-left{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(200px,0,0) scale(.7);opacity:0}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-74px,0,0) scale(1.111);opacity:1.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(32px,0,0) scale(.952);opacity:.84}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-8px,0,0) scale(1.012);opacity:1.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(3.28px,0,0) scale(.99508);opacity:.9836}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-1.16px,0,0) scale(1.00174);opacity:1.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.4px,0,0) scale(.9994);opacity:.998}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@keyframes slide-right-left{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(200px,0,0) scale(.7);opacity:0}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-74px,0,0) scale(1.111);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(32px,0,0) scale(.952);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-8px,0,0) scale(1.012);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(3.28px,0,0) scale(.99508);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-1.16px,0,0) scale(1.00174);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.4px,0,0) scale(.9994);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-moz-keyframes scale-in{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(.2);opacity:0}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(1.296);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(.872);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(1.032);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(.98688);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(1.00464);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(.9984);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(1);opacity:1}}@-webkit-keyframes scale-in{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(.2);opacity:0}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(1.296);opacity:1.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(.872);opacity:.84}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(1.032);opacity:1.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(.98688);opacity:.9836}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(1.00464);opacity:1.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(.9984);opacity:.998}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(1);opacity:1}}@keyframes scale-in{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(.2);opacity:0}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(1.296);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(.872);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(1.032);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(.98688);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(1.00464);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(.9984);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:scale(1);opacity:1}}@-moz-keyframes staff{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(50px) scale(.2);opacity:0}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(-18.5px) scale(1.296);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(8px) scale(.872);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(-2px) scale(1.032);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(.82px) scale(.98688);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(-.29px) scale(1.00464);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(.1px) scale(.9984);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(0) scale(1);opacity:1}}@-webkit-keyframes staff{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(50px) scale(.2);opacity:0}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(-18.5px) scale(1.296);opacity:1.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(8px) scale(.872);opacity:.84}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(-2px) scale(1.032);opacity:1.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(.82px) scale(.98688);opacity:.9836}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(-.29px) scale(1.00464);opacity:1.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(.1px) scale(.9984);opacity:.998}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(0) scale(1);opacity:1}}@keyframes staff{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(50px) scale(.2);opacity:0}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(-18.5px) scale(1.296);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(8px) scale(.872);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(-2px) scale(1.032);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(.82px) scale(.98688);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(-.29px) scale(1.00464);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(.1px) scale(.9984);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translateX(0) scale(1);opacity:1}}@-moz-keyframes director{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(160px,30px,0) scale(.2);opacity:0}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-59.2px,-11.1px,0) scale(1.296);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(25.6px,4.8px,0) scale(.872);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-6.4px,-1.2px,0) scale(1.032);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(2.62px,.49px,0) scale(.98688);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.93px,-.17px,0) scale(1.00464);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.32px,.06px,0) scale(.9984);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-webkit-keyframes director{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(160px,30px,0) scale(.2);opacity:0}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-59.2px,-11.1px,0) scale(1.296);opacity:1.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(25.6px,4.8px,0) scale(.872);opacity:.84}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-6.4px,-1.2px,0) scale(1.032);opacity:1.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(2.62px,.49px,0) scale(.98688);opacity:.9836}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.93px,-.17px,0) scale(1.00464);opacity:1.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.32px,.06px,0) scale(.9984);opacity:.998}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@keyframes director{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(160px,30px,0) scale(.2);opacity:0}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-59.2px,-11.1px,0) scale(1.296);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(25.6px,4.8px,0) scale(.872);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-6.4px,-1.2px,0) scale(1.032);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(2.62px,.49px,0) scale(.98688);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.93px,-.17px,0) scale(1.00464);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.32px,.06px,0) scale(.9984);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-moz-keyframes c-designer{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-50px,-30px,0) scale(.2);opacity:0}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(18.5px,11.1px,0) scale(1.296);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-8px,-4.8px,0) scale(.872);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(2px,1.2px,0) scale(1.032);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.82px,-.49px,0) scale(.98688);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.29px,.17px,0) scale(1.00464);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.1px,-.06px,0) scale(.9984);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-webkit-keyframes c-designer{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-50px,-30px,0) scale(.2);opacity:0}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(18.5px,11.1px,0) scale(1.296);opacity:1.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-8px,-4.8px,0) scale(.872);opacity:.84}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(2px,1.2px,0) scale(1.032);opacity:1.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.82px,-.49px,0) scale(.98688);opacity:.9836}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.29px,.17px,0) scale(1.00464);opacity:1.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.1px,-.06px,0) scale(.9984);opacity:.998}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@keyframes c-designer{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-50px,-30px,0) scale(.2);opacity:0}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(18.5px,11.1px,0) scale(1.296);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-8px,-4.8px,0) scale(.872);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(2px,1.2px,0) scale(1.032);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.82px,-.49px,0) scale(.98688);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.29px,.17px,0) scale(1.00464);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.1px,-.06px,0) scale(.9984);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-moz-keyframes s-composer{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(30px,20px,0) scale(.2);opacity:0}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-11.1px,-7.4px,0) scale(1.296);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(4.8px,3.2px,0) scale(.872);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-1.2px,-.8px,0) scale(1.032);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.49px,.33px,0) scale(.98688);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.17px,-.12px,0) scale(1.00464);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.06px,.04px,0) scale(.9984);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-webkit-keyframes s-composer{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(30px,20px,0) scale(.2);opacity:0}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-11.1px,-7.4px,0) scale(1.296);opacity:1.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(4.8px,3.2px,0) scale(.872);opacity:.84}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-1.2px,-.8px,0) scale(1.032);opacity:1.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.49px,.33px,0) scale(.98688);opacity:.9836}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.17px,-.12px,0) scale(1.00464);opacity:1.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.06px,.04px,0) scale(.9984);opacity:.998}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@keyframes s-composer{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(30px,20px,0) scale(.2);opacity:0}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-11.1px,-7.4px,0) scale(1.296);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(4.8px,3.2px,0) scale(.872);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-1.2px,-.8px,0) scale(1.032);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.49px,.33px,0) scale(.98688);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.17px,-.12px,0) scale(1.00464);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.06px,.04px,0) scale(.9984);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-moz-keyframes ig{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(30px,-100px,0) scale(.2);opacity:0}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-11.1px,37px,0) scale(1.296);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(4.8px,-16px,0) scale(.872);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-1.2px,4px,0) scale(1.032);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.49px,-1.64px,0) scale(.98688);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.17px,.58px,0) scale(1.00464);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.06px,-.2px,0) scale(.9984);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-webkit-keyframes ig{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(30px,-100px,0) scale(.2);opacity:0}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-11.1px,37px,0) scale(1.296);opacity:1.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(4.8px,-16px,0) scale(.872);opacity:.84}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-1.2px,4px,0) scale(1.032);opacity:1.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.49px,-1.64px,0) scale(.98688);opacity:.9836}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.17px,.58px,0) scale(1.00464);opacity:1.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.06px,-.2px,0) scale(.9984);opacity:.998}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@keyframes ig{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(30px,-100px,0) scale(.2);opacity:0}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-11.1px,37px,0) scale(1.296);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(4.8px,-16px,0) scale(.872);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-1.2px,4px,0) scale(1.032);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.49px,-1.64px,0) scale(.98688);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(-.17px,.58px,0) scale(1.00464);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(.06px,-.2px,0) scale(.9984);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:translate3d(0,0,0) scale(1);opacity:1}}@-moz-keyframes i1{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(40deg) scale(.5);opacity:0}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-14.8deg) scale(1.185);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(6.4deg) scale(.92);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-1.6deg) scale(1.02);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(.656deg) scale(.9918);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-.232deg) scale(1.0029);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(.08deg) scale(.999);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(0) scale(1);opacity:1}}@-webkit-keyframes i1{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(40deg) scale(.5);opacity:0}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-14.8deg) scale(1.185);opacity:1.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(6.4deg) scale(.92);opacity:.84}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-1.6deg) scale(1.02);opacity:1.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(.656deg) scale(.9918);opacity:.9836}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-.232deg) scale(1.0029);opacity:1.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(.08deg) scale(.999);opacity:.998}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(0) scale(1);opacity:1}}@keyframes i1{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(40deg) scale(.5);opacity:0}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-14.8deg) scale(1.185);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(6.4deg) scale(.92);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-1.6deg) scale(1.02);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(.656deg) scale(.9918);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-.232deg) scale(1.0029);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(.08deg) scale(.999);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(0) scale(1);opacity:1}}@-moz-keyframes i2{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-40deg) scale(.5);opacity:0}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(14.8deg) scale(1.185);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-6.4deg) scale(.92);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(1.6deg) scale(1.02);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-.656deg) scale(.9918);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(.232deg) scale(1.0029);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-.08deg) scale(.999);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(0) scale(1);opacity:1}}@-webkit-keyframes i2{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-40deg) scale(.5);opacity:0}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(14.8deg) scale(1.185);opacity:1.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-6.4deg) scale(.92);opacity:.84}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(1.6deg) scale(1.02);opacity:1.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-.656deg) scale(.9918);opacity:.9836}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(.232deg) scale(1.0029);opacity:1.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-.08deg) scale(.999);opacity:.998}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(0) scale(1);opacity:1}}@keyframes i2{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-40deg) scale(.5);opacity:0}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(14.8deg) scale(1.185);opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-6.4deg) scale(.92);opacity:.84}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(1.6deg) scale(1.02);opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-.656deg) scale(.9918);opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(.232deg) scale(1.0029);opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(-.08deg) scale(.999);opacity:.998}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(0) scale(1);opacity:1}}@-moz-keyframes showSpI1{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-150px;opacity:0}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-186.99px;opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-172.68px;opacity:.84}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-178.08px;opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-176.56px;opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-177.16px;opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-176.95px;opacity:.998}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-177px;opacity:1}}@-webkit-keyframes showSpI1{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-150px;opacity:0}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-186.99px;opacity:1.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-172.68px;opacity:.84}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-178.08px;opacity:1.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-176.56px;opacity:.9836}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-177.16px;opacity:1.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-176.95px;opacity:.998}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-177px;opacity:1}}@keyframes showSpI1{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-150px;opacity:0}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-186.99px;opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-172.68px;opacity:.84}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-178.08px;opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-176.56px;opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-177.16px;opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-176.95px;opacity:.998}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-177px;opacity:1}}@-moz-keyframes showSpI2{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:150px;opacity:0}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:81.5px;opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:108px;opacity:.84}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:98px;opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:100.82px;opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:99.71px;opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:100.1px;opacity:.998}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:100px;opacity:1}}@-webkit-keyframes showSpI2{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:150px;opacity:0}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:81.5px;opacity:1.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:108px;opacity:.84}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:98px;opacity:1.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:100.82px;opacity:.9836}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:99.71px;opacity:1.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:100.1px;opacity:.998}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:100px;opacity:1}}@keyframes showSpI2{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:150px;opacity:0}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:81.5px;opacity:1.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:108px;opacity:.84}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:98px;opacity:1.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:100.82px;opacity:.9836}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:99.71px;opacity:1.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:100.1px;opacity:.998}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:100px;opacity:1}}@-moz-keyframes hideSpI1{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-177px;opacity:1}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-140.01px;opacity:-.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-154.32px;opacity:.16}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-148.92px;opacity:-.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-150.44px;opacity:.0164}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-149.84px;opacity:-.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-150.05px;opacity:.002}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-150px;opacity:0}}@-webkit-keyframes hideSpI1{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-177px;opacity:1}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-140.01px;opacity:-.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-154.32px;opacity:.16}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-148.92px;opacity:-.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-150.44px;opacity:.0164}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-149.84px;opacity:-.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-150.05px;opacity:.002}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-150px;opacity:0}}@keyframes hideSpI1{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-177px;opacity:1}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-140.01px;opacity:-.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-154.32px;opacity:.16}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-148.92px;opacity:-.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-150.44px;opacity:.0164}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-149.84px;opacity:-.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-150.05px;opacity:.002}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:-150px;opacity:0}}@-moz-keyframes hideSpI2{0%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:100px;opacity:1}14%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:168.5px;opacity:-.37}28%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:142px;opacity:.16}46%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:152px;opacity:-.04}58%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:149.18px;opacity:.0164}74%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:150.29px;opacity:-.0058}89%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:149.9px;opacity:.002}100%{-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:150px;opacity:0}}@-webkit-keyframes hideSpI2{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:100px;opacity:1}14%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:168.5px;opacity:-.37}28%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:142px;opacity:.16}46%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:152px;opacity:-.04}58%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:149.18px;opacity:.0164}74%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:150.29px;opacity:-.0058}89%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:149.9px;opacity:.002}100%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:150px;opacity:0}}@keyframes hideSpI2{0%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:100px;opacity:1}14%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:168.5px;opacity:-.37}28%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:142px;opacity:.16}46%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:152px;opacity:-.04}58%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:149.18px;opacity:.0164}74%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:150.29px;opacity:-.0058}89%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:149.9px;opacity:.002}100%{-moz-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin-top:150px;opacity:0}}@-moz-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,50px,0)}100%{opacity:1;transform:none}}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,50px,0)}100%{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,50px,0)}100%{opacity:1;transform:none}}@-moz-keyframes slideInLeft{0%{opacity:0;transform:translate3d(-100px,0,0)}100%{opacity:1;transform:none}}@-webkit-keyframes slideInLeft{0%{opacity:0;transform:translate3d(-100px,0,0)}100%{opacity:1;transform:none}}@keyframes slideInLeft{0%{opacity:0;transform:translate3d(-100px,0,0)}100%{opacity:1;transform:none}}.fast{animation-duration:.1s!important}.normal{animation-duration:.5s!important}.slow{animation-duration:1s!important}.left-right-up{opacity:0;transform:translate3d(-200px,200px,0) scale(.7)}.left-right-up.run{animation:left-right-up .5s forwards}.right-left-up{opacity:0;transform:translate3d(200px,200px,0) scale(.7)}.right-left-up.run{animation:right-left-up .5s forwards}.slide-left-right{opacity:0;transform:translate3d(-200px,0,0) scale(.7)}.slide-left-right.run{animation:slide-left-right .5s forwards}.slide-right-left{opacity:0;transform:translate3d(200px,0,0) scale(.7)}.slide-right-left.run{animation:slide-right-left .5s forwards}.scale-in{opacity:0;transform:scale(.2)}.scale-in.run{animation:scale-in .3s forwards}.fadeInUp{opacity:0;transform:translate3d(0,100px,0)}.fadeInUp.run{animation:fadeInUp .3s forwards}.slideInLeft{opacity:0;transform:translate3d(-100px,0,0)}.slideInLeft.run{animation:slideInLeft .3s forwards}.countFadeInDown{animation:countFadeInDown .3s forwards cubic-bezier(.175,.885,.32,1.275)}.countFadeOutDown{animation:countFadeOutDown .3s forwards}.countFlash{animation:countFlash 1s forwards infinite step-end}@keyframes nanashi{from{opacity:0;-moz-transform:translate3d(0,30px,0);-ms-transform:translate3d(0,30px,0);-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}to{opacity:1;-moz-transform:none;-ms-transform:none;-webkit-transform:none;transform:none}}@keyframes akechi{from{opacity:0;-moz-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}to{opacity:1;-moz-transform:none;-ms-transform:none;-webkit-transform:none;transform:none}}@keyframes countFadeInDown{0%{opacity:0;-moz-transform:translate3d(-15px,-50px,0);-webkit-transform:translate3d(-15px,-50px,0);transform:translate3d(-15px,-50px,0)}80%{opacity:.8;-moz-transform:translate3d(5px,10px,0);-webkit-transform:translate3d(5px,10px,0);transform:translate3d(5px,10px,0)}100%{opacity:1;-moz-transform:translate3d(none,1em,1em);-webkit-transform:translate3d(none,1em,1em);transform:translate3d(none,1em,1em)}}@keyframes countFadeOutDown{0%{opacity:1}20%{opacity:.8;-moz-transform:translate3d(-5px,-20px,0);-webkit-transform:translate3d(-5px,-20px,0);transform:translate3d(-5px,-20px,0)}100%{opacity:0;-moz-transform:translate3d(15px,50px,0);-webkit-transform:translate3d(15px,50px,0);transform:translate3d(15px,50px,0)}}@keyframes countFlash{0%,100%{opacity:1}50%{opacity:0}}@keyframes hurueru{0%{transform:translate(0,0) rotateZ(0)}0.25%{transform:translate(2px,2px) rotateZ(2deg)}0.5%{transform:translate(0,2px) rotateZ(0)}0.75%{transform:translate(2px,0) rotateZ(-2deg)}1%{transform:translate(0,0) rotateZ(0)}1.25%{transform:translate(2px,2px) rotateZ(2deg)}1.5%{transform:translate(0,2px) rotateZ(0)}1.75%{transform:translate(2px,0) rotateZ(-2deg)}2%{transform:translate(0,0) rotateZ(0)}2.25%{transform:translate(2px,2px) rotateZ(2deg)}2.5%{transform:translate(0,2px) rotateZ(0)}2.75%{transform:translate(2px,0) rotateZ(-2deg)}3%{transform:translate(0,0) rotateZ(0)}3.25%{transform:translate(2px,2px) rotateZ(2deg)}3.5%{transform:translate(0,2px) rotateZ(0)}3.75%{transform:translate(2px,0) rotateZ(-2deg)}4%{transform:translate(0,0) rotateZ(0)}4.25%{transform:translate(2px,2px) rotateZ(2deg)}4.5%{transform:translate(0,2px) rotateZ(0)}4.75%{transform:translate(2px,0) rotateZ(-2deg)}5%{transform:translate(0,0) rotateZ(0)}5.25%{transform:translate(2px,2px) rotateZ(2deg)}5.5%{transform:translate(0,2px) rotateZ(0)}5.75%{transform:translate(2px,0) rotateZ(-2deg)}6%{transform:translate(0,0) rotateZ(0)}6.25%{transform:translate(2px,2px) rotateZ(2deg)}6.5%{transform:translate(0,2px) rotateZ(0)}6.75%{transform:translate(2px,0) rotateZ(-2deg)}7%{transform:translate(0,0) rotateZ(0)}7.25%{transform:translate(2px,2px) rotateZ(2deg)}7.5%{transform:translate(0,2px) rotateZ(0)}7.75%{transform:translate(2px,0) rotateZ(-2deg)}8%{transform:translate(0,0) rotateZ(0)}8.25%{transform:translate(2px,2px) rotateZ(2deg)}8.5%{transform:translate(0,2px) rotateZ(0)}8.75%{transform:translate(2px,0) rotateZ(-2deg)}9%{transform:translate(0,0) rotateZ(0)}9.25%{transform:translate(2px,2px) rotateZ(2deg)}9.5%{transform:translate(0,2px) rotateZ(0)}9.75%{transform:translate(2px,0) rotateZ(-2deg)}10%{transform:translate(0,0) rotateZ(0)}10.25%{transform:translate(2px,2px) rotateZ(2deg)}10.5%{transform:translate(0,2px) rotateZ(0)}10.75%{transform:translate(2px,0) rotateZ(-2deg)}11%{transform:translate(0,0) rotateZ(0)}11.25%{transform:translate(2px,2px) rotateZ(2deg)}11.5%{transform:translate(0,2px) rotateZ(0)}11.75%{transform:translate(2px,0) rotateZ(-2deg)}12%{transform:translate(0,0) rotateZ(0)}}body{-webkit-text-size-adjust:100%;background:#000;font-family:"Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif}img{color:#fff}.clearfix:after{content:".";height:0;font-size:0;clear:both;visibility:hidden}.hover{position:relative;overflow:hidden;cursor:pointer}.hover img{position:absolute;bottom:0}.hover img:hover{top:0}iframe[name=google_conversion_frame]{position:absolute;height:0;width:0}.bg-overlay,.loader{width:100%;height:100%}.disp-none{display:none}a{display:inline-block}.bg-overlay{position:fixed;background:url(../img/common/overlay.png?1531407770);z-index:5}.wrapper{width:1024px;margin:auto;position:relative}@media (max-width:640px){.wrapper{width:640px}}.loader{background-color:#e90000;position:fixed;color:#000;font-size:24px;font-family:Oswald,sans-serif;overflow:hidden;z-index:1000;transition:opacity .8s cubic-bezier(.645,.045,.355,1)}.loader .i1,.loader .i2{position:absolute;top:50%;left:50%;pointer-events:none;opacity:0}.loader.hide{opacity:0}.loader .i1{margin:-150px 0 0 -100px;transform:rotate(40deg) scale(.5)}.loader .i1.run{animation:i1 .6s forwards}.loader .i2{width:300px;margin:50px 0 0 -150px;transform:rotate(-40deg) scale(.5)}.loader .i2.run{animation:i2 .6s forwards}#tgs2016{background:url(../img/tgs2016/bg.jpg?1531407772) center top no-repeat red}#tgs2016>.wrapper{width:1024px}@media (max-width:1024px){#tgs2016>.wrapper{overflow-x:hidden}}#tgs2016 .thoughts-modal{display:none;width:100%;height:100%;background:rgba(0,0,0,.8);position:fixed;z-index:100;overflow:auto;outline:0}#tgs2016 .thoughts-modal .modal-dialog{height:auto;width:1024px;margin:auto;position:relative}#tgs2016 .thoughts-modal .close-btn{background:url(../img/tgs2016/modal/close_btn.png?1531407772) no-repeat;width:83px;height:97px;position:fixed;top:15px;right:140px;z-index:10}@media (max-width:1024px){#tgs2016 .thoughts-modal .close-btn{right:12px}}#tgs2016 .thoughts-modal .modal-title{margin:16px auto 0}#tgs2016 .thoughts-modal .modal-title.sendai{background:url(../img/tgs2016/modal/title_s.png?1531407772) no-repeat;width:779px;height:271px}#tgs2016 .thoughts-modal .modal-title.tokyo{background:url(../img/tgs2016/modal/title_t.png?1531407772) no-repeat;width:718px;height:258px}#tgs2016 .thoughts-modal .modal-title.nagoya{background:url(../img/tgs2016/modal/title_n.png?1531407772) no-repeat;width:848px;height:264px}#tgs2016 .thoughts-modal .modal-title.osaka{background:url(../img/tgs2016/modal/title_o.png?1531407772) no-repeat;width:766px;height:281px}#tgs2016 .thoughts-modal .modal-title.fukuoka{background:url(../img/tgs2016/modal/title_f.png?1531407772) no-repeat;width:803px;height:246px}#tgs2016 .thoughts-modal .btn-box{font-size:0}#tgs2016 .thoughts-modal .btn-box.box1{margin-top:5px}#tgs2016 .thoughts-modal .btn-box.box2{margin:40px 0 150px}#tgs2016 .thoughts-modal .btn-box a,#tgs2016 .thoughts-modal .btn-box div{display:inline-block;margin-right:5px}#tgs2016 .thoughts-modal .btn-box .label{margin-left:58px}#tgs2016 .thoughts-modal .btn-box .tokyo{background:url(../img/tgs2016/modal/tokyo_btn.png?1531407772) 0 bottom no-repeat;width:176px;height:103px}#tgs2016 .thoughts-modal .btn-box .osaka{background:url(../img/tgs2016/modal/osaka_btn.png?1531407772) 0 bottom no-repeat;width:152px;height:99px}#tgs2016 .thoughts-modal .btn-box .sendai{background:url(../img/tgs2016/modal/sendai_btn.png?1531407772) 0 bottom no-repeat;width:155px;height:94px}#tgs2016 .thoughts-modal .btn-box .nagoya{background:url(../img/tgs2016/modal/nagoya_btn.png?1531407772) 0 bottom no-repeat;width:175px;height:98px}#tgs2016 .thoughts-modal .btn-box .fukuoka{background:url(../img/tgs2016/modal/fukuoka_btn.png?1531407772) 0 bottom no-repeat;width:174px;height:98px}#tgs2016 .thoughts-modal .graph1{margin:10px 0 0 -10px}#tgs2016 .thoughts-modal .graph2{margin-top:-50px}#tgs2016 .thoughts-modal .graph3{margin-left:-11px}#tgs2016 .thoughts-modal .thoughts-box{margin-top:17px}#tgs2016 .thoughts-modal .thoughts-box .thoughts-r{background:url(../img/tgs2016/modal/thoughts_box_r.png?1531407772) no-repeat;width:749px;margin:15px 0 0 131px;padding:35px 40px 50px 67px}#tgs2016 .thoughts-modal .thoughts-box .thoughts-r p{height:218px}#tgs2016 .thoughts-modal .thoughts-box .thoughts-l{background:url(../img/tgs2016/modal/thoughts_box_l.png?1531407772) no-repeat;width:749px;margin:15px 0 0 20px;padding:56px 70px 65px 50px}#tgs2016 .thoughts-modal .thoughts-box .thoughts-l p{height:210px}#tgs2016 .thoughts-modal .thoughts-box p{font-size:16px;line-height:1.8;word-break:break-all;display:table-cell;vertical-align:middle}#tgs2016 .thoughts-modal .thoughts-box p strong{font-weight:700;text-decoration:underline;font-size:22px}#tgs2016 main{height:2270px;position:relative}#tgs2016 main h1{position:absolute;left:-9px}#tgs2016 main .logo{background:url(../img/tgs2016/p5_logo.png?1531407772) no-repeat;width:331px;height:166px;position:absolute;top:526px;left:8px}#tgs2016 main .now-on-sale{position:absolute;top:420px;left:500px}#tgs2016 main .nico-box{position:absolute;top:705px;left:490px;z-index:10}#tgs2016 main .nico-box .nico-title{position:absolute;z-index:10;top:-40px;left:140px}#tgs2016 main .nico-box a{float:left}#tgs2016 main .nico-box .nico1-btn{background:url(../img/tgs2016/nico1_btn.png?1531407772) no-repeat;width:285px;height:148px;margin-right:-8px}#tgs2016 main .nico-box .nico2-btn{background:url(../img/tgs2016/nico2_btn.png?1531407772) no-repeat;width:256px;height:139px;position:relative;top:-6px}#tgs2016 main .tvcm-box{background:url(../img/tgs2016/tvcm_btn.png?1531407772) no-repeat;width:914px;height:838px;position:absolute;top:695px;left:-150px;z-index:5}#tgs2016 main .tvcm-box .movie-latest{width:463px;height:242px;position:absolute;top:242px;left:332px;transform:rotate(-17deg)}#tgs2016 main .tvcm-box .movie1{width:156px;height:89px;position:absolute;top:329px;left:169px;transform:rotate(-17deg)}#tgs2016 main .tvcm-box .movie2{width:156px;height:89px;position:absolute;top:411px;left:196px;transform:rotate(-17deg)}#tgs2016 main .tvcm-box .movie3{width:156px;height:89px;position:absolute;top:494px;left:222px;transform:rotate(-17deg)}#tgs2016 main .tvcm-box .movie4,#tgs2016 main .tvcm-box .movie5,#tgs2016 main .tvcm-box .movie6,#tgs2016 main .tvcm-box .movie7{width:156px;height:82px;transform:rotate(-17deg);position:absolute}#tgs2016 main .tvcm-box .movie4{top:575px;left:248px}#tgs2016 main .tvcm-box .movie5{top:528px;left:397px}#tgs2016 main .tvcm-box .movie6{top:480px;left:550px}#tgs2016 main .tvcm-box .movie7{top:432px;left:695px}#tgs2016 main .venue{position:absolute;top:971px;left:-9px}#tgs2016 main .venue a{position:absolute}#tgs2016 main .venue .sendai-check-btn{background:url(../img/tgs2016/check_btn.png?1531407772) no-repeat;width:115px;height:116px;top:214px;left:906px}#tgs2016 main .venue .tokyo-check-btn{background:url(../img/tgs2016/check_btn.png?1531407772) no-repeat;width:115px;height:116px;top:530px;left:893px}#tgs2016 main .venue .nagoya-check-btn{background:url(../img/tgs2016/check_btn.png?1531407772) no-repeat;width:115px;height:116px;top:540px;left:693px}#tgs2016 main .venue .osaka-check-btn{background:url(../img/tgs2016/check_btn.png?1531407772) no-repeat;width:115px;height:116px;top:620px;left:573px}#tgs2016 main .venue .fukuoka-check-btn{background:url(../img/tgs2016/check_btn.png?1531407772) no-repeat;width:115px;height:116px;top:644px;left:128px}#tgs2016 main .morgana-btn{background:url(../img/tgs2016/morgana_btn.png?1531407772) no-repeat;width:742px;height:368px;position:absolute;top:1800px;left:285px}#tgs2016 footer{height:115px}#tgs2016 footer .atlus-logo,#tgs2016 footer .copyright,#tgs2016 footer .official-site,#tgs2016 footer .pstudio-logo,#tgs2016 footer .sns-box{display:inline-block;position:relative;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}#tgs2016 footer .sns-box{position:relative;top:-1px;margin-right:23px}#tgs2016 footer .sns-box .twi-btn{background:url(../img/tgs2016/twi_btn.png?1531407772) no-repeat;width:45px;height:45px;margin-right:10px}#tgs2016 footer .sns-box .fb-btn{background:url(../img/tgs2016/fb_btn.png?1531407772) no-repeat;width:45px;height:45px;margin-right:10px}#tgs2016 footer .sns-box .line-btn{background:url(../img/tgs2016/line_btn.png?1531407772) no-repeat;width:45px;height:45px}#tgs2016 footer .official-site{background:url(../img/tgs2016/bnr_official_site.png?1531407772) no-repeat;width:173px;height:49px;margin-right:25px}#tgs2016 footer .copyright{color:#fff;font-size:12px;margin-right:12px}#tgs2016 footer .atlus-logo{background:url(../img/tgs2016/atlus_logo.png?1531407772) no-repeat;width:130px;height:40px;top:2px;margin-right:25px}#tgs2016 footer .pstudio-logo{background:url(../img/tgs2016/pstudio_logo.png?1531407772) no-repeat;width:26px;height:39px;top:2px}