@charset "UTF-8";
@font-face {
  font-family: 'shit';
  src: url("../fonts/shit-sans.eot");
  src: url("../fonts/shit-sans.eot?#iefix") format("embedded-opentype"), url("../fonts/shit-sans.woff2") format("woff2"), url("../fonts/shit-sans.woff") format("woff"), url("../fonts/shit-sans.ttf") format("truetype"), url("../fonts/shit-sans.svg#proxima_nova") format("svg");
  font-weight: normal;
  font-style: normal; }

.shit {
  font-family: 'shit', sans-serif; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0); }
  40% {
    -ms-transform: translateY(-30px); }
  60% {
    -ms-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }

@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05); }
  70% {
    -ms-transform: scale(0.9); }
  100% {
    -ms-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px); }
  80% {
    -ms-transform: translateY(-10px); }
  100% {
    -ms-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }

@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px); }
  80% {
    -ms-transform: translateX(-10px); }
  100% {
    -ms-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }

@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px); }
  80% {
    -ms-transform: translateX(10px); }
  100% {
    -ms-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }

@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px); }
  80% {
    -ms-transform: translateY(10px); }
  100% {
    -ms-transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@-ms-keyframes bounceOut {
  0% {
    -ms-transform: scale(1); }
  25% {
    -ms-transform: scale(0.95); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1); }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3); } }

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-ms-keyframes bounceOutDown {
  0% {
    -ms-transform: translateY(0); }
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px); } }

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-ms-keyframes bounceOutLeft {
  0% {
    -ms-transform: translateX(0); }
  20% {
    opacity: 1;
    -ms-transform: translateX(20px); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px); } }

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-ms-keyframes bounceOutRight {
  0% {
    -ms-transform: translateX(0); }
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px); } }

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-ms-keyframes bounceOutUp {
  0% {
    -ms-transform: translateY(0); }
  20% {
    opacity: 1;
    -ms-transform: translateY(20px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px); } }

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px); } }

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px); } }

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-ms-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-ms-keyframes flipInY {
  0% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -ms-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -ms-transform: perspective(400px) rotateY(10deg); }
  100% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-ms-keyframes flipOutX {
  0% {
    -ms-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -ms-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-ms-keyframes flipOutY {
  0% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }

@-ms-keyframes hinge {
  0% {
    -ms-transform: rotate(0);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  20%, 60% {
    -ms-transform: rotate(80deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  40% {
    -ms-transform: rotate(60deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  80% {
    -ms-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  100% {
    -ms-transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-ms-keyframes lightSpeedIn {
  0% {
    -ms-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -ms-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -ms-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -ms-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-ms-keyframes lightSpeedOut {
  0% {
    -ms-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -ms-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1); }
  50% {
    -ms-transform: scale(1.1); }
  100% {
    -ms-transform: scale(1); } }

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }

@-ms-keyframes rollIn {
  0% {
    opacity: 0;
    -ms-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg); } }

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }

@-ms-keyframes rollOut {
  0% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -ms-transform: translateX(100%) rotate(120deg); } }

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

@-ms-keyframes rotateOut {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-ms-keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-ms-keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-ms-keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-ms-keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }

@-ms-keyframes shake {
  0%, 100% {
    -ms-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -ms-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -ms-transform: translateX(10px); } }

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg); }
  40% {
    -ms-transform: rotate(-10deg); }
  60% {
    -ms-transform: rotate(5deg); }
  80% {
    -ms-transform: rotate(-5deg); }
  100% {
    -ms-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }

@-ms-keyframes tada {
  0% {
    -ms-transform: scale(1); }
  10%, 20% {
    -ms-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -ms-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -ms-transform: scale(1.1) rotate(-3deg); }
  100% {
    -ms-transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }

@-ms-keyframes wiggle {
  0% {
    -ms-transform: skewX(9deg); }
  10% {
    -ms-transform: skewX(-8deg); }
  20% {
    -ms-transform: skewX(7deg); }
  30% {
    -ms-transform: skewX(-6deg); }
  40% {
    -ms-transform: skewX(5deg); }
  50% {
    -ms-transform: skewX(-4deg); }
  60% {
    -ms-transform: skewX(3deg); }
  70% {
    -ms-transform: skewX(-2deg); }
  80% {
    -ms-transform: skewX(1deg); }
  90% {
    -ms-transform: skewX(0deg); }
  100% {
    -ms-transform: skewX(0deg); } }

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }

@-ms-keyframes wobble {
  0% {
    -ms-transform: translateX(0%); }
  15% {
    -ms-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -ms-transform: translateX(20%) rotate(3deg); }
  45% {
    -ms-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -ms-transform: translateX(10%) rotate(2deg); }
  75% {
    -ms-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -ms-transform: translateX(0%); } }

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }

@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -ms-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -ms-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -ms-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -ms-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -ms-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -ms-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -ms-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -ms-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -ms-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -ms-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -ms-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -ms-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -ms-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -ms-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -ms-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -ms-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -ms-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -ms-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.flipInX {
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -ms-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.flipInY {
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -ms-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.flipOutX {
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -ms-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.flipOutY {
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  -ms-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -ms-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -ms-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -ms-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -ms-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -ms-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -ms-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -ms-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -ms-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -ms-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -ms-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -ms-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -ms-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -ms-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -ms-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -ms-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -ms-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -ms-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -ms-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -ms-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.center {
  text-align: center; }

html, body {
  width: 100%;
  overflow-x: hidden; }

body {
  padding: 0;
  overflow-x: hidden;
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-size: 14pt;
  background: #000; }

section {
  background: #fff;
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%; }
  .cssvhunit section {
    width: 100vw;
    min-height: 100vh; }

img {
  width: 100%;
  height: 100%; }

.more {
  background: url(../img/more-about-this.svg);
  display: block;
  width: 170px;
  height: 30px;
  margin-top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
  padding-top: 5px;
  text-decoration: none;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0); }
  @media (max-width: 825px) {
    .more {
      display: none; } }
  .more:hover {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0); }

.read-more {
  color: #fff;
  text-decoration: none;
  background: url(../img/more-about-this.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: bold;
  width: 108px;
  height: 33px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  font-size: 0.8em;
  padding-top: 5px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0); }
  .read-more:hover {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0); }

.divider {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%; }
  .divider svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 25px;
    pointer-events: none;
    vertical-align: top; }
    @media (max-width: 825px) {
      .divider svg {
        height: 15px; } }
    .divider svg path {
      fill: #000; }

.black-page {
  background: #000;
  color: #fff; }
  .black-page .divider svg path {
    fill: #fff; }

.nav {
  list-style-type: none;
  color: white;
  background-repeat: no-repeat; }
  .nav a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 8pt; }
  .nav.top {
    font-size: 15px;
    padding-bottom: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
    .nav.top .right {
      float: right; }
    .nav.top li {
      display: inline-block;
      width: 87px;
      height: 25px;
      line-height: 21px;
      text-align: center;
      margin-top: 5px;
      font-weight: 800;
      width: auto;
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 15px; }
      .nav.top li.selected, .nav.top li:hover {
        background-image: url(../img/nav-active.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain; }
      .nav.top li.right {
        width: 25px; }
        .nav.top li.right:hover {
          background: none; }
      @media (max-width: 894px) {
        .nav.top li {
          display: none;
          margin: 0 !important; }
          .nav.top li.selected {
            display: block; } }

.modal-open * {
  pointer-events: none; }

.modal-open .modal.active * {
  pointer-events: auto; }

#header {
  background-image: url(../img/desktop-nav-bg.svg);
  background-repeat: repeat-x;
  background-size: 125% 100px;
  background-position: center -20px;
  width: 100%;
  height: 106px;
  position: fixed;
  top: 0;
  z-index: 10000;
  left: 0;
  -webkit-transform: translate3d(0, -110px, 0);
  transform: translate3d(0, -108px, 0); }
  @media (max-width: 894px) {
    #header {
      display: none; } }
  #header.nolonger {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -ms-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms;
    -ms-animation-duration: 200ms;
    -o-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible; }
  #header.active {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms;
    -ms-animation-duration: 200ms;
    -o-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible; }
  #header .nav.top {
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box; }
    @media (max-width: 1235px) {
      #header .nav.top {
        width: 700px; } }
    @media (max-width: 894px) {
      #header .nav.top {
        width: 100%;
        padding: 20px; } }
    @media (max-width: 825px) {
      #header .nav.top {
        padding: 5px; } }

.modal {
  display: none; }

.modal-open .modal {
  display: block; }

.modal-open, .modal-open #scrollable-content * {
  pointer-events: none !important;
  overflow: hidden; }

.go-home {
  width: 120px;
  height: 100px;
  display: block;
  position: fixed;
  top: 0;
  background-image: url(../img/wmas-logo.svg);
  background-repeat: no-repeat;
  z-index: 9999999999999;
  margin-left: -630px;
  left: 50%; }
  @media (max-width: 1235px) {
    .go-home {
      margin-left: -465px; } }
  @media (max-width: 825px) {
    .go-home {
      display: none; } }

h1, h2 {
  font-size: 24pt;
  font-weight: 100;
  margin: 0.5em 0; }

@media (max-width: 825px) {
  h1 {
    text-align: center; } }

h3 {
  font-size: 22pt;
  font-weight: 100;
  margin: 0.5em 0; }

p {
  font-weight: 400;
  line-height: 18pt;
  font-size: 12pt;
  font-weight: 400; }

h1, h2 {
  font-family: 'shit', sans-serif;
  letter-spacing: 0; }

.keith {
  position: absolute;
  left: -250px;
  height: 402px;
  background: url(../img/keith.png) no-repeat;
  background-size: contain;
  z-index: 1;
  top: 120px;
  width: 532px; }
  @media (max-width: 825px) {
    .keith {
      display: none; } }
  .keith .hat {
    position: absolute;
    left: 70%;
    top: -5px;
    height: 49px;
    background: url(../img/hat.png) no-repeat;
    background-size: contain;
    width: 73px; }
  .keith:hover .hat {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -ms-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible; }

#hamburger {
  width: 48px;
  height: 44px;
  position: fixed;
  display: none;
  z-index: 999999;
  top: 20px;
  left: 20px;
  background: url(../img/hamburger.svg);
  background-size: contain;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px); }
  @media (max-width: 894px) {
    #hamburger {
      display: block; } }
  #hamburger.active {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  #hamburger.nolonger {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -ms-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms;
    -ms-animation-duration: 200ms;
    -o-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible; }
  #hamburger.active {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms;
    -ms-animation-duration: 200ms;
    -o-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible; }

.close {
  width: 48px;
  height: 44px;
  background: url(../img/close.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999999999999999999; }

#page1 {
  background: #000;
  min-height: 650px;
  background-image: none;
  background-repeat: repeat-x;
  background-position: bottom center; }
  @media (max-width: 825px) {
    #page1 {
      height: auto; } }
  @media (max-height: 642px) and (min-width: 826px) {
    #page1 .wrapper {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); } }
  @media (max-height: 610px) and (min-width: 826px) {
    #page1 .wrapper {
      -webkit-transform: scale(0.8);
      transform: scale(0.8); } }
  @media (max-height: 570px) and (min-width: 826px) {
    #page1 .wrapper {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      margin-top: -50px; }
    #page1 .nav.initial {
      -webkit-transform: scale(1.8);
      transform: scale(1.8);
      margin-top: 250px;
      right: -160px; } }
  #page1 .divider {
    display: none; }
  @media (max-width: 825px) {
    #page1 .divider {
      display: block; } }
  #page1 .wrapper {
    width: 830px; }
  #page1 h1, #page1 .we-make, #page1 .nav.initial {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  #page1 .nav.initial {
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms; }
  #page1.started h1, #page1.started .we-make, #page1.started .nav.initial {
    opacity: 1; }
  #page1 h1 {
    width: 100%;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -300px;
    background-image: url(../img/we-make-awesome.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left; }
    #page1 h1 span {
      display: none; }
  @media (max-width: 825px) {
    #page1 {
      min-height: 0;
      width: 100%; }
      #page1 .wrapper {
        width: 300px; }
      #page1 h1 {
        height: 162px;
        top: 20px;
        margin-top: 0; } }

.nav.initial {
  font-size: 15px;
  font-weight: 600;
  bottom: 10%;
  bottom: 10vh;
  right: 0;
  width: 300px;
  position: absolute;
  background-image: url(../img/check-out.svg);
  background-size: 150px auto;
  padding: 43px 0 0 38px; }
  .nav.initial li {
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); }
    .nav.initial li:hover {
      -webkit-transform: scale(1.2) translateZ(0);
      transform: scale(1.2) translateZ(0); }
    .nav.initial li:first-child {
      background-image: url(../img/home_menu/1.svg);
      line-height: 35px;
      width: 112px;
      height: 35px;
      padding-left: 16px;
      margin-right: 10px; }
    .nav.initial li:nth-child(2) {
      background-image: url(../img/home_menu/2.svg);
      line-height: 29px;
      width: 119px;
      height: 29px;
      text-align: center;
      margin: 5px 0 0 -5px; }
    .nav.initial li:nth-child(3) {
      background-image: url(../img/home_menu/3.svg);
      line-height: 23px;
      width: 133px;
      height: 27px;
      padding-left: 14px;
      margin: 3px 0 0 -40px;
      margin-left: -10px;
      margin-right: 22px; }
    .nav.initial li:nth-child(4) {
      background-image: url(../img/home_menu/4.svg);
      line-height: 23px;
      width: 120px;
      height: 30px;
      padding-left: 19px;
      margin: 8px 0 0 -40px; }
    .nav.initial li:nth-child(5) {
      background-image: url(../img/home_menu/5.svg);
      line-height: 23px;
      width: 100px;
      height: 24px;
      padding-left: 24px;
      margin: -3px 0 0 -0px; }
    .nav.initial li:last-child {
      background-image: url(../img/home_menu/6.svg);
      line-height: 25px;
      width: 151px;
      height: 30px;
      padding-left: 25px;
      margin: 2px 0 0 2px; }

.vidya {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateZ(0);
  -webkit-filter: grayscale(1) brightness(0.25);
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .vidya.notshown {
    opacity: 0; }
  @media (max-width: 825px) {
    .vidya {
      display: none; } }

.we-make {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0px;
  width: 50%;
  height: 20%;
  bottom: 10%;
  width: 50vh;
  height: 20vh;
  bottom: 10vh;
  padding: 0;
  margin: 0; }
  .we-make:before {
    content: 'Sh.it';
    font-family: 'shit', sans-serif;
    color: #fff;
    display: block;
    font-size: 200px;
    margin-top: -10px; }
  .we-make.shit:before {
    content: 'Sh.it'; }
  .we-make.sh:before {
    content: 'Sh.it'; }
  .we-make.apps:before {
    content: 'apps'; }
  .we-make.experiences:before {
    font-size: 90px;
    margin-top: -5px;
    content: 'experiences'; }
  .we-make.hardware:before {
    font-size: 100px;
    content: 'hardware'; }
  .we-make.social:before {
    content: 'social'; }
  .we-make.web:before {
    margin-top: -8px;
    font-size: 120px;
    content: 'websites'; }
  .we-make.lols:before {
    content: 'lols'; }

.scroll-text {
  position: absolute;
  left: 0px;
  width: 50%;
  height: 150px;
  top: 50%;
  margin: 0;
  margin-top: 150px;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (max-width: 825px) {
    .scroll-text {
      bottom: auto;
      top: 140px;
      margin-top: 0; } }
  .scroll-text .we-make {
    bottom: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 825px) {
      .scroll-text .we-make:before {
        font-size: 70px;
        margin-top: 35px; }
      .scroll-text .we-make.experiences:before {
        font-size: 58px;
        margin-top: 35px; }
      .scroll-text .we-make.hardware:before, .scroll-text .we-make.web:before {
        font-size: 60px;
        margin-top: 35px; } }

.nav.initial {
  top: 50%;
  bottom: auto;
  margin-top: 150px;
  left: auto;
  right: -20px; }
  @media (max-width: 825px) {
    #page1 .nav.initial {
      width: 270px;
      left: 50%;
      top: 40%;
      margin-top: 100px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }

.mobile-menu {
  position: fixed;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background-color: #000;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate3d(0, -280px, 0);
  transform: translate3d(0, -280px, 0); }
  .mobile-menu.nolonger {
    -webkit-transform: translate3d(0, -280px, 0);
    transform: translate3d(0, -280px, 0);
    pointer-events: none; }
  .mobile-menu .close {
    display: none; }
  .mobile-menu.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .mobile-menu.active .close {
      display: block; }
  .mobile-menu .divider {
    top: 99%; }
  .mobile-menu .nav.initial {
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    position: relative;
    margin: 0 auto;
    background: none;
    padding-top: 20px;
    left: 50px; }
    .mobile-menu .nav.initial li:nth-child(1) {
      margin-top: -5px;
      margin-left: -60px;
      margin-bottom: 10px; }
    .mobile-menu .nav.initial li:nth-child(2) {
      margin-top: 10px;
      margin-left: 20px; }
    .mobile-menu .nav.initial li:nth-child(3) {
      margin-top: 0px;
      margin-left: -40px; }
    .mobile-menu .nav.initial li:nth-child(4) {
      margin-top: 10px;
      margin-left: -40px;
      margin-right: 40px; }
    .mobile-menu .nav.initial li:nth-child(5) {
      margin-top: 5px;
      margin-left: -20px; }
    .mobile-menu .nav.initial li:nth-child(6) {
      margin-top: 15px;
      margin-left: 20px; }
  .mobile-menu h2 {
    font-size: 0.8em;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-right: 110px;
    text-align: center;
    background: url(../img/mobile-line-3.svg) no-repeat;
    background-position: bottom center;
    background-size: 200% 16px; }

@media (max-width: 825px) {
  #page1 {
    min-height: 480px; } }

.featured-projects {
  background: #000 !important; }
  @media (max-width: 825px) {
    .featured-projects {
      background: #fff; } }
  .featured-projects p {
    margin-bottom: 10px; }
  .featured-projects .divider {
    top: auto;
    bottom: 0;
    z-index: 999;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    @media (max-width: 825px) {
      .featured-projects .divider {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 0;
        bottom: auto; } }
  .featured-projects .view-all-projects {
    width: 150px;
    height: 30px;
    background: url(../img/view-all-projects.svg);
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    padding-top: 5px;
    padding-left: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    bottom: 35px;
    font-size: 12pt;
    right: 50%;
    margin-right: -400px;
    z-index: 999999;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); }
    .featured-projects .view-all-projects:hover {
      -webkit-transform: scale(1.2) translateZ(0);
      transform: scale(1.2) translateZ(0); }
    @media (max-width: 825px) {
      .featured-projects .view-all-projects {
        display: none; } }
  @media (max-width: 825px) {
    .featured-projects {
      background: #fff !important; } }
  .featured-projects .bg {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    background-size: cover;
    background-position: top center; }
  .featured-projects .project-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
    .featured-projects .project-container.animated {
      -webkit-transition: 500ms all linear;
      transition: 500ms all linear; }
    .featured-projects .project-container.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 2; }
    .featured-projects .project-container.previous {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      z-index: 1; }
    @media (max-width: 825px) {
      .featured-projects .project-container {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important; } }
  .featured-projects .blurb, .featured-projects .project-image {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
  .featured-projects .wrapper {
    background-size: 100% 100%;
    height: 540px;
    min-height: 0px;
    margin-top: -270px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0px;
    box-sizing: border-box; }
    @media (max-width: 1235px) {
      .featured-projects .wrapper {
        height: 450px;
        margin-top: -260px; } }
    @media (max-width: 894px) and (min-width: 825px) {
      .featured-projects .wrapper {
        padding-left: 80px;
        padding-right: 80px; }
        .featured-projects .wrapper .project-image {
          right: 70px;
          width: 35%; } }
    @media (max-width: 825px) {
      .featured-projects .wrapper {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
  .featured-projects .project-shot {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 90%;
    position: absolute;
    height: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .featured-projects .project-image {
    width: 50%;
    height: 100%;
    right: 0;
    position: absolute;
    top: -20%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    .no-cssvhunit .featured-projects .project-image {
      top: 0%; }
    @media (max-width: 825px) {
      .featured-projects .project-image {
        background-image: url(../img/project-grey-scruff.svg); } }
    .featured-projects .project-image.blank {
      background: none; }
    @media (min-width: 826px) and (max-width: 1235px) {
      .featured-projects .project-image {
        width: 40%; } }
  .featured-projects .blurb {
    width: 43%;
    font-weight: 100;
    line-height: 20pt;
    font-size: 12pt;
    color: #FFF; }
    @media (min-width: 826px) and (max-width: 1235px) {
      .featured-projects .blurb {
        width: 53%; } }
    @media (max-width: 825px) {
      .featured-projects .blurb {
        color: #000; } }
    .featured-projects .blurb p {
      opacity: 0.8; }
    .featured-projects .blurb h2 {
      margin-bottom: 0;
      font-size: 42pt;
      line-height: 45pt; }
      .featured-projects .blurb h2 a {
        color: inherit;
        text-decoration: none; }
      @media (min-width: 826px) and (max-width: 1235px) {
        .featured-projects .blurb h2 {
          font-size: 30pt;
          line-height: 33pt; } }
    .featured-projects .blurb h3 {
      margin-top: 10px;
      margin-bottom: 30px;
      font-size: 16pt;
      font-family: 'shit', sans-serif; }
      @media (min-width: 826px) and (max-width: 1235px) {
        .featured-projects .blurb h3 {
          font-size: 14pt; } }
    @media (max-width: 825px) {
      .featured-projects .blurb .more {
        display: none; } }
  .featured-projects ul.features {
    margin-top: 1em;
    font-size: 11pt;
    line-height: 24pt;
    font-weight: 400; }
    .featured-projects ul.features li {
      padding-left: 30px;
      position: relative;
      font-family: 'shit', sans-serif;
      font-size: 9pt;
      padding-bottom: 12px;
      position: relative; }
      .featured-projects ul.features li:after {
        display: block;
        content: '';
        background: url(../img/mobile-line-1.svg) no-repeat;
        background-position: bottom center;
        background-size: 100% 12px;
        opacity: 0.2;
        position: absolute;
        pointer-events: none;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0; }
      .featured-projects ul.features li:nth-child(1n):after {
        background-image: url(../img/mobile-line-1.svg); }
      .featured-projects ul.features li:nth-child(2n):after {
        background-image: url(../img/mobile-line-2.svg); }
      .featured-projects ul.features li:nth-child(3n):after {
        background-image: url(../img/mobile-line-3.svg); }
      .featured-projects ul.features li:before {
        content: '+';
        position: absolute;
        left: 0;
        font-family: 'shit', sans-serif;
        color: #FF0000;
        font-size: 50px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
    .featured-projects ul.features li.award:before {
      content: '±';
      margin-left: -15px; }
  @media (max-width: 825px) {
    .featured-projects .project-container {
      position: static;
      height: auto;
      padding-top: 0;
      -webkit-transform: none;
      transform: none;
      padding-bottom: 30px;
      background: #fff;
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: 70% 20px; }
      .featured-projects .project-container:nth-child(1n) {
        background-image: url(../img/mobile-line-1.svg); }
      .featured-projects .project-container:nth-child(2n) {
        background-image: url(../img/mobile-line-2.svg); }
      .featured-projects .project-container:nth-child(3n) {
        background-image: url(../img/mobile-line-3.svg); }
      .featured-projects .project-container:nth-last-child(5) {
        background-image: none; }
    .featured-projects .project-image {
      width: 100%;
      position: static;
      height: 80vw; }
      .no-cssvhunit .featured-projects .project-image {
        height: 80%; }
      .featured-projects .project-image .project-shot {
        height: 80vw;
        margin-top: 0;
        position: static;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto; }
        .no-cssvhunit .featured-projects .project-image .project-shot {
          height: 80%; }
    .featured-projects .bg {
      display: none; }
    .featured-projects .blurb {
      width: 100%;
      text-align: center; }
      .featured-projects .blurb p, .featured-projects .blurb .features {
        display: none; }
    .featured-projects .wrapper {
      position: static;
      margin: 0;
      height: auto; }
    .featured-projects .project-arrow, .featured-projects .project-dots {
      display: none; } }

.project-dots {
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 40px;
  left: 0;
  right: 0;
  pointer-events: none; }
  .project-dots .dot {
    background: url(../img/pagination-1.svg);
    background-size: contain;
    width: 12px;
    height: 12px;
    display: inline-block;
    pointer-events: auto;
    cursor: pointer;
    margin: 0 5px;
    -webkit-filter: brightness(0%) invert(1);
    filter: brightness(0%) invert(1); }
    .project-dots .dot:nth-child(2n) {
      background: url(../img/pagination-2.svg); }
    .project-dots .dot:nth-child(3n) {
      background: url(../img/pagination-3.svg); }
    .project-dots .dot:nth-child(4n) {
      background: url(../img/pagination-4.svg); }
    .project-dots .dot:nth-child(5n) {
      background: url(../img/pagination-5.svg); }
    .project-dots .dot:nth-child(6n) {
      background: url(../img/pagination-6.svg); }
    .project-dots .dot:nth-child(7n) {
      background: url(../img/pagination-7.svg); }
    .project-dots .dot:nth-child(8n) {
      background: url(../img/pagination-8.svg); }
    .project-dots .dot:nth-child(9n) {
      background: url(../img/pagination-9.svg); }
    .project-dots .dot:nth-child(10n) {
      background: url(../img/pagination-10.svg); }
    .project-dots .dot.active, .project-dots .dot:hover {
      -webkit-filter: none;
      filter: none; }

.project-arrow {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  z-index: 99;
  font-family: 'shit', sans-serif;
  cursor: pointer; }
  .project-arrow.left {
    background-image: url(../img/carousel-left.svg);
    width: 54px;
    height: 136px;
    margin-top: -68px; }
  .project-arrow.right {
    background-image: url(../img/carousel-right.svg);
    width: 51px;
    height: 119px;
    right: 0;
    margin-top: -60px; }

#projects_overlay {
  position: fixed;
  pointer-events: auto !important;
  text-align: center;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: 1000000;
  padding-top: 90px; }
  #projects_overlay .bg {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: scale(0.5) translateZ(0);
    opacity: 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    #projects_overlay .bg.active {
      opacity: 1;
      -webkit-transform: scale(1) translateZ(0); }
  #projects_overlay * {
    pointer-events: auto !important; }
  #projects_overlay .scrolling {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 0;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #projects_overlay .header-top {
    top: 0;
    position: fixed;
    background: url(../img/all-projects-header.svg);
    background-position: bottom center;
    background-size: 100% 100%;
    z-index: 3;
    bottom: auto;
    left: 0;
    right: 0; }
    #projects_overlay .header-top .wrapper {
      bottom: auto;
      min-height: 0;
      padding-bottom: 50px;
      padding-top: 0; }
    #projects_overlay .header-top h2 {
      margin-bottom: 0; }
      @media (max-width: 825px) {
        #projects_overlay .header-top h2 {
          text-align: left; } }
  #projects_overlay.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  #projects_overlay h2 {
    font-size: 1.5em; }
    @media (max-width: 825px) {
      #projects_overlay h2 {
        font-size: 1em; } }
    #projects_overlay h2 span {
      background: url(../img/mobile-line-1-red.svg);
      background-position: bottom center;
      background-size: 100% 16px;
      background-repeat: no-repeat;
      display: inline-block;
      padding: 16px; }
  #projects_overlay .close {
    top: 40px;
    background: none;
    -webkit-transform: rotate(135deg);
    -webkit-transform-origin: 50% 50%;
    transform: rotate(135deg);
    transform-origin: 50% 50%;
    font-size: 90px;
    font-family: shit, sans-serif;
    right: auto;
    left: auto;
    bottom: auto;
    margin-left: 530px;
    left: 50%; }
    @media (max-width: 1235px) {
      #projects_overlay .close {
        left: auto;
        margin-left: 0;
        right: 20px; } }
    @media (max-width: 825px) {
      #projects_overlay .close {
        right: 10px; } }
    #projects_overlay .close:hover {
      color: #f00; }
  #projects_overlay h3 {
    font-size: 2em; }
    #projects_overlay h3 a {
      color: inherit;
      text-decoration: none; }
  #projects_overlay li {
    cursor: pointer; }
    #projects_overlay li:hover h3 {
      color: #f00; }
  #projects_overlay .project-list h3 {
    font-family: shit, sans-serif; }
  #projects_overlay h4 {
    font-weight: 100;
    font-size: 1em; }
  #projects_overlay ul {
    margin-top: 130px; }
    #projects_overlay ul.categories {
      margin-top: 0; }
      @media (max-width: 1235px) {
        #projects_overlay ul.categories {
          display: none; } }
      #projects_overlay ul.categories li {
        display: inline-block;
        margin: 0 10px; }
        #projects_overlay ul.categories li h3 {
          display: inline-block;
          font-weight: bold;
          font-size: 0.8em; }
    #projects_overlay ul.project-list li {
      height: 0em;
      margin: 0;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      overflow: hidden; }
      #projects_overlay ul.project-list li h3, #projects_overlay ul.project-list li h4 {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease; }
      #projects_overlay ul.project-list li.active {
        height: 9em; }
        #projects_overlay ul.project-list li.active h3, #projects_overlay ul.project-list li.active h4 {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          overflow: visible;
          opacity: 1; }
  #projects_overlay li {
    margin-bottom: 90px; }

#page3 {
  background: #000;
  color: #fff; }
  #page3 .divider {
    display: none; }
  @media (max-width: 825px) {
    #page3 .divider {
      display: block; } }
  #page3 ul.clients, #page3 ul.artists {
    margin: 20px 0; }
    #page3 ul.clients.artists, #page3 ul.artists.artists {
      margin-bottom: 50px; }
    #page3 ul.clients li, #page3 ul.artists li {
      display: inline-block;
      margin: 0 0px 0 0px;
      width: 155px;
      height: 160px;
      padding-top: 40px;
      box-sizing: border-box;
      text-align: center;
      vertical-align: top;
      background: url(../img/logo-bg-1.svg) no-repeat center center;
      background-size: contain;
      overflow: hidden;
      color: #000;
      position: relative; }
      @media (max-width: 825px) {
        #page3 ul.clients li, #page3 ul.artists li {
          width: 130px;
          height: 130px; } }
      #page3 ul.clients li:nth-child(1n), #page3 ul.artists li:nth-child(1n) {
        background-image: url(../img/logo-bg-1.svg); }
      #page3 ul.clients li:nth-child(2n), #page3 ul.artists li:nth-child(2n) {
        background-image: url(../img/logo-bg-2.svg); }
      #page3 ul.clients li:nth-child(3n), #page3 ul.artists li:nth-child(3n) {
        background-image: url(../img/logo-bg-3.svg); }
      #page3 ul.clients li img, #page3 ul.artists li img {
        max-width: 60%;
        max-height: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-left: -3px;
        height: auto;
        width: auto;
        top: 50%;
        position: absolute;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        left: 50%; }
      #page3 ul.clients li:nth-child(1n) img, #page3 ul.artists li:nth-child(1n) img {
        margin-left: -3px; }
      #page3 ul.clients li:nth-child(2n) img, #page3 ul.artists li:nth-child(2n) img {
        margin-left: 0px; }
      #page3 ul.clients li:nth-child(3n) img, #page3 ul.artists li:nth-child(3n) img {
        margin-left: 3px; }
  @media (max-width: 825px) {
    #page3 {
      text-align: center; }
      #page3 h2 {
        padding: 0 20%; }
      #page3 ul.clients li, #page3 ul.artists li {
        display: none; }
        #page3 ul.clients li:nth-child(-n + 8), #page3 ul.artists li:nth-child(-n + 8) {
          display: inline-block; } }

.who {
  min-height: 900px;
  background-image: url(../img/mobile-line-3-black.svg);
  background-size: 100% 16px;
  background-position: bottom center;
  background-repeat: repeat-x; }
  .who:after {
    display: block;
    content: '';
    background-image: url(../img/divider-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px; }
  @media (max-width: 1235px) {
    .who .wrapper {
      width: 95%; }
    .who .keith {
      display: none; } }
  .who h1 {
    padding-top: 100px;
    margin-bottom: -50px; }
    @media (max-width: 1235px) {
      .who h1 {
        padding-top: 50px;
        margin-bottom: 0px; } }
  .who .people {
    position: absolute;
    top: -4%;
    top: -4vh;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (max-width: 1235px) {
      .who .people {
        position: static; } }
    @media (min-height: 940px) and (min-width: 1235px) {
      .who .people {
        bottom: auto;
        top: 50%;
        margin-top: -50%; } }
  .who .ball {
    position: absolute;
    width: 81px;
    height: 82px;
    background: url(../img/ball.png) no-repeat;
    background-size: contain;
    z-index: 99;
    top: 400px;
    left: 50%;
    margin-left: -300px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    @media (min-height: 940px) and (min-width: 1235px) {
      .who .ball {
        top: 50%;
        margin-top: -100px; } }
    .who .ball:hover {
      -webkit-transform: rotate(1080deg);
      transform: rotate(1080deg); }
    @media (max-width: 1235px) {
      .who .ball {
        left: auto;
        top: 320px;
        margin-left: 0;
        right: 40px; } }
  .who .duck {
    position: absolute;
    width: 44px;
    height: 45px;
    background: url(../img/duck.png) no-repeat;
    background-size: contain;
    z-index: 99;
    top: 570px;
    left: 50%;
    margin-left: 40px; }
    @media (max-width: 1235px) {
      .who .duck {
        top: 100px;
        left: 20px; } }
    .who .duck:hover {
      -webkit-animation-name: wobble;
      -moz-animation-name: wobble;
      -ms-animation-name: wobble;
      -o-animation-name: wobble;
      animation-name: wobble;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.2s;
      -moz-animation-delay: 0.2s;
      -ms-animation-delay: 0.2s;
      -o-animation-delay: 0.2s;
      animation-delay: 0.2s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: visible;
      -moz-backface-visibility: visible;
      -ms-backface-visibility: visible;
      -o-backface-visibility: visible;
      backface-visibility: visible; }
  .who .person {
    position: absolute;
    width: 220px;
    left: 50%;
    z-index: 3;
    pointer-events: none; }
    @media (max-width: 1235px) {
      .who .person {
        position: relative;
        margin: 0 !important;
        left: 0;
        top: 0;
        width: 60%;
        margin-bottom: 60px !important; } }
    .who .person p a {
      color: #000; }
    .who .person h2 {
      font-size: 30pt; }
    .who .person .avatar {
      background: no-repeat;
      background-size: contain;
      position: absolute;
      z-index: -1; }
    .who .person.nroc {
      margin-left: -310px;
      top: 110px; }
      .who .person.nroc .avatar {
        width: 367px;
        height: 337px;
        background-image: url(../img/nrocy.png);
        right: -270px;
        top: 40px; }
        @media (max-width: 1235px) {
          .who .person.nroc .avatar {
            background-image: url(../us/paul-mobile.png); } }
    .who .person.sophtly {
      left: auto;
      right: 1%;
      top: 120px; }
      .who .person.sophtly .avatar {
        width: 263px;
        height: 242px;
        background-image: url(../img/sophtly.png);
        left: -180px;
        top: 30px; }
        @media (max-width: 1235px) {
          .who .person.sophtly .avatar {
            background-image: url(../us/soph-mobile.png); } }
    .who .person.sydlawrence {
      margin-left: -490px;
      top: 530px; }
      .who .person.sydlawrence .avatar {
        width: 336px;
        height: 248px;
        background-image: url(../img/sydlawrence.png);
        left: -20px;
        top: -220px; }
        @media (max-width: 1235px) {
          .who .person.sydlawrence .avatar {
            background-image: url(../us/syd-mobile.png); } }
    .who .person.robhampson {
      margin-left: 29%;
      top: 470px; }
      .who .person.robhampson .avatar {
        width: 281px;
        height: 226px;
        background-image: url(../img/robhampson.png);
        left: -220px;
        top: -90px; }
        @media (max-width: 1235px) {
          .who .person.robhampson .avatar {
            background-image: url(../us/rob-mobile.png); } }
    .who .person.adverplanner {
      top: 570px;
      z-index: 4;
      margin-left: -160px; }
      .who .person.adverplanner .avatar {
        width: 425px;
        height: 261px;
        background-image: url(../img/adverplanner.png);
        left: -90px;
        top: -240px; }
        @media (max-width: 1235px) {
          .who .person.adverplanner .avatar {
            background-image: url(../us/tom-mobile.png); } }
    @media (max-width: 1235px) {
      .who .person {
        top: 0 !important;
        left: 0 !important; }
        .who .person h2 {
          margin-bottom: 0; }
        .who .person:nth-child(1n) h3 span {
          background-image: url(../img/mobile-line-1-black.svg); }
        .who .person:nth-child(2n) h3 span {
          background-image: url(../img/mobile-line-2-black.svg); }
        .who .person:nth-child(3n) h3 span {
          background-image: url(../img/mobile-line-3-black.svg); }
        .who .person h3 {
          margin-top: 5px; }
          .who .person h3 span {
            width: auto;
            display: inline-block;
            background-size: 200% 16px;
            background-repeat: no-repeat;
            background-position: bottom left;
            padding-bottom: 20px; }
        .who .person .avatar {
          width: 98px !important;
          height: 165px !important;
          left: 0 !important;
          top: 0 !important;
          margin: 0 !important; }
        .who .person:nth-child(even) .avatar {
          right: -75% !important;
          left: auto !important; } }
    @media (max-width: 1235px) and (max-width: 825px) {
      .who .person:nth-child(even) .avatar {
        right: -82% !important; } }
  @media (max-width: 1235px) and (max-width: 825px) {
    .who .person:nth-child(odd) {
      margin-left: 40% !important;
      width: 60% !important; } }
    @media (max-width: 1235px) {
        .who .person:nth-child(odd) .avatar {
          left: -75% !important;
          right: auto !important; } }
    @media (max-width: 1235px) and (max-width: 825px) {
      .who .person:nth-child(odd) .avatar {
        left: -82% !important; } }
  .who h3 {
    font-size: 1em;
    font-weight: bold; }
  @media (max-width: 1235px) and (min-width: 826px) {
    .who .people {
      text-align: center; }
    .who .ball {
      top: auto;
      bottom: 60px;
      right: 15%;
      left: auto; }
    .who .duck {
      top: auto;
      bottom: 120px;
      left: 10%; }
    .who .person {
      text-align: center;
      width: 30%;
      margin-left: 5% !important;
      margin-right: 5%  !important;
      display: inline-block;
      position: relative; }
      .who .person:nth-child(even) .avatar {
        right: -60% !important;
        left: auto !important; }
      .who .person:nth-child(odd) .avatar {
        left: -60% !important;
        right: auto !important; }
      .who .person:last-child .avatar {
        left: auto !important;
        right: 130% important;
        margin: 0 !important;
        margin-left: -60px !important;
        background-image: url(../img/sydlawrence-blank.png); } }

#page5 .wrapper {
  min-height: 0;
  padding-bottom: 5vw; }

#page5 .principles {
  margin: 0;
  padding: 0;
  font-size: 0; }
  #page5 .principles li {
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
    width: 33.333333%;
    display: inline-block;
    vertical-align: top; }
    #page5 .principles li p {
      font-size: 13pt; }
    @media (max-width: 825px) {
      #page5 .principles li {
        width: 100%; } }
    #page5 .principles li .img {
      position: relative;
      width: 100%;
      height: 176px;
      background-position: center center;
      background-size: cover; }
      #page5 .principles li .img .mask {
        outline: 2px solid #fff;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }

@media (max-width: 825px) {
  #page5 {
    text-align: center; } }

#page5 ul {
  margin-bottom: 40px; }

#page5 li {
  margin-top: 40px;
  cursor: pointer;
  padding: 0 50px;
  box-sizing: border-box; }
  @media (max-width: 825px) {
    #page5 li:nth-child(n + 4) {
      display: none; } }
  #page5 li:nth-child(1n) h2 {
    background-image: url(../img/burst-1.svg); }
  #page5 li:nth-child(2n) h2 {
    background-image: url(../img/burst-2.svg); }
  #page5 li:nth-child(3n) h2 {
    background-image: url(../img/burst-3.svg); }
  #page5 li:hover h2 {
    color: #f00; }
  @media (max-width: 825px) {
    #page5 li {
      padding: 0; } }
  #page5 li h2 {
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    text-align: center;
    width: 223px;
    margin-left: -30px;
    height: 145px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: -30px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 825px) {
      #page5 li h2 {
        margin: 0 auto; } }
    #page5 li h2.small {
      font-size: 1em; }
    #page5 li h2 span {
      position: absolute;
      display: block;
      margin-top: -15px;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .center #page5 li h2 {
      margin-left: auto;
      margin-right: auto;
      position: relative; }

.how-we-work .together {
  text-align: center;
  font-size: 3em; }

.how-we-work ul.work-ways {
  font-size: 0; }
  .how-we-work ul.work-ways li {
    box-sizing: border-box;
    font-size: 12pt;
    padding: 10px;
    width: 33.33333333%;
    display: inline-block; }
    .how-we-work ul.work-ways li:first-child h3:before {
      display: none !important; }
    .how-we-work ul.work-ways li:nth-child(1n) h3 {
      background-image: url(../img/how-we-work-bubble-1.svg); }
    .how-we-work ul.work-ways li:nth-child(2n) h3 {
      background-image: url(../img/how-we-work-bubble-2.svg); }
    .how-we-work ul.work-ways li:nth-child(3n) h3 {
      background-image: url(../img/how-we-work-bubble-3.svg); }
    .how-we-work ul.work-ways li h3 {
      background-repeat: no-repeat;
      background-position: center center;
      height: 250px;
      margin-top: 0;
      box-sizing: border-box;
      color: #fff;
      font-family: 'shit', sans-serif;
      padding: 20px;
      text-align: center;
      position: relative; }
      .how-we-work ul.work-ways li h3:before {
        content: 'or';
        position: absolute;
        left: -55px;
        font-size: 12pt;
        color: #000;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 825px) {
          .how-we-work ul.work-ways li h3:before {
            left: 0;
            right: 0;
            top: auto;
            bottom: 110%;
            -webkit-transform: none;
            transform: none; } }
      .how-we-work ul.work-ways li h3:after {
        display: block;
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        background: url(../img/divider-arrow.svg) no-repeat;
        background-size: contain; }
        @media (max-width: 825px) {
          .how-we-work ul.work-ways li h3:after {
            display: none; } }
      @media (max-width: 825px) {
        .how-we-work ul.work-ways li h3 {
          height: 70vw; } }
      .how-we-work ul.work-ways li h3 span {
        position: absolute;
        font-size: 0.8em;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 1235px) {
          .how-we-work ul.work-ways li h3 span {
            font-size: 0.5em; } }
        @media (max-width: 825px) {
          .how-we-work ul.work-ways li h3 span {
            font-size: 0.8em; } }
    @media (max-width: 825px) {
      .how-we-work ul.work-ways li {
        width: 100%;
        padding: 0; } }

@media (max-width: 825px) {
  .blog {
    text-align: center; } }

@media (min-height: 940px) {
  .blog #rss {
    height: 600px;
    position: absolute;
    top: 45%;
    margin-top: -300px; } }

.blog ul.blogposts {
  text-align: center; }
  .blog ul.blogposts li {
    margin-top: 3em;
    padding: 0 50px;
    box-sizing: border-box; }
    @media (max-width: 825px) {
      .blog ul.blogposts li {
        padding: 0; }
        .blog ul.blogposts li:nth-child(n+4) {
          display: none; } }
  .blog ul.blogposts h2 {
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.5em;
    font-weight: 100;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    font-family: 'Titillium Web', sans-serif;
    width: auto;
    display: inline-block;
    clear: both;
    background: url(../img/mobile-line-1.svg);
    padding-bottom: 20px;
    padding-right: 0px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 16px;
    text-overflow: ellipsis; }
    @media (max-width: 825px) {
      .blog ul.blogposts h2 {
        font-size: 1.2em; } }
    @media (max-width: 825px) {
      .blog ul.blogposts h2 {
        background-position: bottom center; } }
    .blog ul.blogposts h2 a {
      color: inherit;
      text-decoration: none; }
      .blog ul.blogposts h2 a:hover {
        color: #f00; }
  .blog ul.blogposts .author, .blog ul.blogposts .date {
    display: none;
    font-size: 0.5em; }

.blog li:nth-child(1n) h2 {
  background-image: url(../img/mobile-line-1.svg); }

.blog li:nth-child(2n) h2 {
  background-image: url(../img/mobile-line-2.svg); }

.blog li:nth-child(3n) h2 {
  background-image: url(../img/mobile-line-3.svg); }

.project-page {
  background-color: #fff; }
  @media (max-width: 825px) {
    .project-page h2, .project-page p {
      text-align: center; } }
  .project-page p a, .project-page p a:visited {
    color: #f00; }
  .project-page #contact .wrapper {
    margin-bottom: 20px; }
  .project-page .column {
    width: 45%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0 2.5% 3em; }
    @media (max-width: 825px) {
      .project-page .column {
        margin: 0 0 3em;
        width: 100%; } }
  .project-page h2 {
    text-align: center; }
    .project-page h2 span {
      display: inline-block;
      padding-bottom: 16px;
      background: url(../img/mobile-line-2-black.svg) no-repeat;
      background-position: bottom center;
      background-size: 100% 16px; }
  .project-page .black-page h2 span {
    background-image: url(../img/mobile-line-3.svg); }
  .project-page #hero {
    position: relative;
    height: 480px; }
    @media (min-width: 1235px) {
      .project-page #hero .wrapper {
        width: 920px; } }
    @media (max-width: 825px) {
      .project-page #hero {
        height: auto; } }
    .project-page #hero .h1 {
      font-family: shit, sans-serif;
      display: block;
      margin-bottom: 20px; }
    .project-page #hero .divider {
      bottom: 0;
      z-index: 09999;
      top: auto;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
  .project-page .slide {
    height: 400px;
    padding-top: 80px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 1; }
    @media (max-width: 825px) {
      .project-page .slide {
        height: auto;
        position: static;
        padding-top: 0; } }
    .project-page .slide.active {
      opacity: 1;
      z-index: 2; }
    .project-page .slide .wrapper {
      padding: 0;
      padding-top: 100px;
      height: 250px; }
      @media (max-width: 825px) {
        .project-page .slide .wrapper {
          height: auto;
          padding: 0; } }
    .project-page .slide .bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      @media (max-width: 825px) {
        .project-page .slide .bg {
          background: #fff !important; } }
    .project-page .slide .text {
      color: #fff;
      font-size: 30px;
      width: 50%;
      font-weight: 100;
      line-height: 1.3em;
      display: block;
      vertical-align: top;
      position: absolute;
      left: 0;
      top: 70%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 1235px) {
        .project-page .slide .text {
          font-size: 26px; } }
      @media (min-width: 825px) and (max-width: 893px) {
        .project-page .slide .text {
          left: 40px;
          width: 45%; } }
      @media (max-width: 825px) {
        .project-page .slide .text {
          color: #000;
          background: #fff;
          width: 100%;
          box-sizing: border-box;
          padding: 20px;
          position: static;
          -webkit-transform: none;
          transform: none;
          padding-bottom: 40px;
          margin-bottom: 0;
          font-size: 22px; } }
    .project-page .slide .image {
      width: 45%;
      position: absolute;
      right: 0;
      top: 50px;
      display: inline-block;
      height: 250px;
      border: 10px solid transparent;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .project-page .slide .image .divider {
        display: none; }
        .project-page .slide .image .divider svg path {
          fill: #fff; }
      @media (min-width: 825px) and (max-width: 893px) {
        .project-page .slide .image {
          right: 40px;
          width: 42%; } }
      @media (max-width: 825px) {
        .project-page .slide .image {
          width: 100%;
          position: relative;
          border: none;
          top: 0; }
          .project-page .slide .image .divider {
            display: block; } }
      .project-page .slide .image.video-image {
        height: 240px; }
      .project-page .slide .image iframe {
        width: 100%;
        height: 100%; }
      .project-page .slide .image:not(.no-border):before {
        z-index: 999;
        position: absolute;
        display: block;
        content: '';
        pointer-events: none;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        background: url(../img/three-principles-border.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%; }
        @media (max-width: 825px) {
          .project-page .slide .image:not(.no-border):before {
            display: none; } }
  .project-page .wrapper, .project-page section {
    min-height: 0;
    padding-bottom: 40px;
    background-color: transparent;
    padding-top: 10px; }
    .project-page .wrapper h2, .project-page section h2 {
      margin-bottom: 30px; }
    @media (max-width: 825px) {
      .project-page .wrapper, .project-page section {
        padding-bottom: 0;
        padding-top: 10px; } }
  .project-page .about-section .img-container {
    text-align: center; }
  .project-page .about-section img {
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
    margin: 0 10px; }
  .project-page .height_force {
    position: relative;
    padding-top: 58.035714286%;
    display: block;
    content: ''; }
  .project-page .iframe_container {
    position: relative; }
  .project-page .iframe_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .project-page .view-project {
    background-image: url(../img/contact-phone-uk-button.svg);
    background-size: 100% 100%;
    font-size: 2em;
    font-family: shit, sans-serif;
    color: #fff;
    position: absolute;
    left: 0;
    text-decoration: none;
    display: inline-block;
    padding: 10px 40px;
    white-space: nowrap; }
    @media (max-width: 1235px) {
      .project-page .view-project {
        position: static;
        margin: 0 150px;
        margin-bottom: 30px;
        font-size: 1.2em; } }
    @media (max-width: 825px) {
      .project-page .view-project {
        margin: 0;
        margin-bottom: 30px; } }
  .project-page .view-all-projects {
    background-image: url(../img/contact-phone-us-button.svg);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    font-size: 2em;
    font-family: shit, sans-serif;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 40px;
    white-space: nowrap; }
    .project-page .view-all-projects.pos-center {
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    @media (max-width: 1235px) {
      .project-page .view-all-projects {
        position: static;
        font-size: 1.2em;
        -webkit-transform: translateX(0);
        transform: translateX(0); }
        .project-page .view-all-projects.pos-center {
          right: auto;
          left: 50%;
          -webkit-transform: translateX(0%);
          transform: translateX(0%); } }
  .project-page .stats-section {
    background: #000;
    color: #fff; }
  .project-page .testimonials {
    font-size: 0; }
  .project-page .testimonial {
    margin-top: 40px;
    font-size: 12pt;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 825px) {
      .project-page .testimonial {
        width: 100%;
        padding-right: 0; } }
    .project-page .testimonial .more {
      padding-top: 10px;
      margin-top: -20px;
      margin-left: 140px; }
    @media (max-width: 825px) {
      .project-page .testimonial {
        text-align: center; } }
    .project-page .testimonial .client-img {
      float: left;
      width: 130px; }
      .project-page .testimonial .client-img .member {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
        @media (max-width: 825px) {
          .project-page .testimonial .client-img .member {
            display: block;
            width: 50px;
            height: 50px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            margin-bottom: 5px; } }
      .project-page .testimonial .client-img h4 {
        display: inline-block; }
      @media (max-width: 825px) {
        .project-page .testimonial .client-img {
          float: none;
          width: 100%;
          margin-bottom: 20px; } }
    .project-page .testimonial blockquote {
      padding-left: 140px; }
      .project-page .testimonial blockquote p {
        text-align: left; }
      @media (max-width: 825px) {
        .project-page .testimonial blockquote {
          padding-left: 0; }
          .project-page .testimonial blockquote p {
            text-align: center; } }
      .project-page .testimonial blockquote a {
        display: block; }
  .project-page p, .project-page iframe {
    margin-bottom: 2em; }
  .project-page .iframe_container {
    position: relative; }
    .project-page .iframe_container:before {
      z-index: 999;
      position: absolute;
      display: block;
      content: '';
      pointer-events: none;
      top: -30px;
      left: -30px;
      right: -30px;
      bottom: -30px;
      background-repeat: no-repeat;
      background-size: 100% 100%; }
  .project-page .iframe_container {
    margin-bottom: 2em; }
  .project-page ul.stats {
    font-size: 0; }
    .project-page ul.stats li {
      width: 33.33333333333%;
      display: inline-block;
      vertical-align: top;
      height: 169px;
      padding: 10px;
      box-sizing: border-box; }
      @media (max-width: 825px) {
        .project-page ul.stats li {
          width: 100%;
          padding: 0; } }
      .project-page ul.stats li .cell {
        height: 149px;
        overflow: hidden;
        color: #000;
        background: #fff;
        text-align: center;
        box-sizing: border-box;
        background-size: contain;
        background-position: center center;
        position: relative; }
        @media (min-width: 825px) and (max-width: 1235px) {
          .project-page ul.stats li .cell {
            height: 129px; } }
        .project-page ul.stats li .cell:after {
          position: absolute;
          z-index: 9;
          display: block;
          content: '';
          pointer-events: none;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: url(../img/three-principles-border-black.svg);
          background-repeat: no-repeat;
          background-size: 100% 100%; }
        .project-page ul.stats li .cell .stat {
          font-size: 50px;
          font-family: shit, sans-serif;
          margin-bottom: 20px;
          padding-top: 30px; }
          .project-page ul.stats li .cell .stat.heatmag {
            white-space: nowrap;
            line-height: 49px;
            overflow: hidden;
            text-overflow: ellipsis;
            letter-spacing: -3.5px;
            margin-left: -9px;
            font-size: 40px; }
          @media (min-width: 825px) and (max-width: 1235px) {
            .project-page ul.stats li .cell .stat {
              font-size: 30px; } }
          .project-page ul.stats li .cell .stat img {
            max-width: 60%;
            width: auto;
            height: auto;
            max-height: 50px; }
        .project-page ul.stats li .cell .text {
          font-weight: 100;
          color: #000;
          font-size: 10pt; }
      .project-page ul.stats li img {
        vertical-align: middle; }
  .project-page #credits {
    text-align: center; }
    .project-page #credits .team {
      padding: 0;
      margin: 0;
      width: 33%;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 825px) {
        .project-page #credits .team {
          width: 100%; } }
      .project-page #credits .team h3 {
        font-family: shit;
        font-size: 14px; }
      .project-page #credits .team ul {
        padding: 0;
        margin: 0;
        display: inline-block; }
      .project-page #credits .team li {
        padding: 0 20px;
        font-size: 12px;
        line-height: 1.5em; }

@media (max-width: 825px) {
  .contact {
    text-align: center; } }

.contact h2 {
  position: relative;
  width: auto; }

.contact, .contact .wrapper {
  min-height: 550px; }
  @media (min-height: 550px) {
    .cssvhunit .contact, .cssvhunit .contact .wrapper {
      min-height: 100vh; } }
  @media (min-height: 750px) and (min-width: 1235px) {
    .contact.wrapper, .contact .wrapper.wrapper {
      left: 0%;
      right: 0%;
      min-height: 0;
      height: 550px;
      position: absolute;
      top: 50%;
      margin-top: -275px; }
      .contact.wrapper h2, .contact .wrapper.wrapper h2 {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px); } }

.contact h2:after {
  content: 'Make awesome sh with us!';
  display: block;
  letter-spacing: 0;
  font-family: 'Titillium Web', sans-serif;
  background: url(../img/contact-make-awesome.svg);
  background-size: contain;
  width: 264px;
  height: 39px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 50px;
  margin-top: -10px;
  padding-top: 12px;
  padding-left: 82px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  color: #fff;
  font-weight: bold; }
  @media (max-width: 825px) {
    .contact h2:after {
      display: none; } }

.contact .laptops {
  background: url(../img/computer-graphic.png);
  background-size: contain;
  width: 426px;
  height: 138px;
  margin-left: -90px;
  position: absolute; }
  @media (max-width: 825px) {
    .contact .laptops {
      margin-left: 0;
      width: 100%;
      height: 108px;
      background-repeat: no-repeat;
      background-position: center top;
      position: static;
      display: inline-block;
      margin-bottom: 30px; } }

.contact .options {
  width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  height: 532px;
  width: 750px;
  position: relative;
  text-align: center; }
  @media (max-width: 1235px) {
    .contact .options {
      width: 700px; } }
  @media (max-width: 894px) {
    .contact .options {
      width: 100%;
      padding: 20px; } }
  .contact .options > div {
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 280px;
    padding-top: 20px; }
    .contact .options > div:after {
      content: '';
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      display: inline-block;
      background: url(../img/join-line.svg);
      height: 35px;
      width: 12px;
      background-size: 100% 100%;
      position: absolute;
      bottom: 0px; }
  .contact .options h3 {
    font-size: 50px;
    font-weight: 200; }
  .contact .options a {
    color: #fff;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    font-weight: bold;
    text-decoration: none; }
    .contact .options a:hover {
      -webkit-transform: scale(1.2) translateZ(0);
      transform: scale(1.2) translateZ(0); }
  .contact .options .email {
    position: absolute;
    top: 0px;
    left: 450px;
    background-image: url(../img/contact-email-circle.svg); }
    .contact .options .email a {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      width: 244px;
      height: 25px; }
    .contact .options .email .uk a {
      background-image: url(../img/contact-phone-uk-button.svg);
      width: 200px; }
    .contact .options .email .us a {
      width: 200px;
      background-image: url(../img/contact-phone-us-button.svg); }
    .contact .options .email:after {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
      height: 90px;
      bottom: -22px;
      margin-left: -140px; }
      @media (max-width: 825px) {
        .contact .options .email:after {
          height: 68px;
          bottom: -5px;
          margin-left: -100px;
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); } }
    .contact .options .email .numbers {
      display: inline-block;
      background-repeat: no-repeat;
      background-size: contain;
      width: 198px;
      height: 78px;
      line-height: 35px;
      padding-top: 3px;
      box-sizing: border-box; }
      .contact .options .email .numbers p {
        margin-left: -10px;
        margin-bottom: 10px;
        margin-top: -20px;
        margin-left: -20px; }
        .contact .options .email .numbers p:nth-child(2) {
          margin-top: 0px;
          padding-left: 10px; }
  .contact .options .find {
    position: absolute;
    top: 170px;
    left: 30px;
    background-image: url(../img/contact-subscribe-circle.svg); }
    .contact .options .find a {
      display: inline-block;
      background: url(../img/contact-email-button.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 244px;
      height: 33px; }
      .contact .options .find a.swear-link {
        background-image: url(../img/contact-email-swear-button.svg); }
    .contact .options .find:after {
      height: 208px;
      z-index: 1;
      bottom: 50%;
      margin-left: 205px;
      -webkit-transform: rotate(70deg);
      transform: rotate(70deg); }
      @media (max-width: 825px) {
        .contact .options .find:after {
          height: 68px;
          bottom: -5px;
          margin-left: -10px;
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); } }
  .contact .options .telephone {
    position: absolute;
    background-image: url(../img/contact-phone-circle.svg);
    top: 280px;
    left: 370px; }
    .contact .options .telephone a {
      display: inline-block;
      background: url(../img/contact-subscribe-button.svg);
      background-size: contain;
      background-repeat: no-repeat;
      color: #fff;
      width: 85px;
      height: 33px; }
    .contact .options .telephone:after {
      height: 98px;
      z-index: 1;
      bottom: 70%;
      margin-left: -160px;
      -webkit-transform: rotate(-70deg);
      transform: rotate(-70deg); }
      @media (max-width: 825px) {
        .contact .options .telephone:after {
          opacity: 0; } }
  @media (max-width: 825px) {
    .contact .options {
      height: 800px; }
      .contact .options .email, .contact .options .find, .contact .options .telephone {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .contact .options .find {
        top: 0; }
      .contact .options .email {
        top: 270px; }
      .contact .options .telephone {
        top: 540px; } }

.copyright {
  font-size: 0.8em;
  text-align: center; }

.map {
  min-height: 0 !important;
  padding-bottom: 20px; }
  .map .keith {
    display: none; }
  @media (max-width: 825px) {
    .map .keith {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      width: 480px;
      height: 350px;
      margin: -80px auto;
      margin-top: -50px;
      -webkit-transform: scale(0.6);
      transform: scale(0.6); } }

.swearing {
  display: none !important; }

.like-swearing .swearing {
  display: inline-block !important; }

.like-swearing .noswearing {
  display: none !important; }

.wrapper {
  width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative; }
  @media (max-width: 1235px) {
    .wrapper {
      width: 700px; } }
  @media (max-width: 894px) {
    .wrapper {
      width: 100%;
      padding: 20px; } }
  .wrapper.clearfix {
    min-height: 0; }
  .cssvhunit .wrapper {
    min-height: 100vh; }
  .cssvhunit .project-page .wrapper {
    min-height: 0; }
  @media (min-width: 1235px) and (max-height: 820px) {
    .cssvhunit #page4 .wrapper {
      min-height: 820px; } }

.summary {
  width: 65%; }
  .center .summary {
    position: relative;
    margin: 0 auto; }
  @media (max-width: 825px) {
    .summary {
      width: 100%; } }

/* tmp */
#img2 {
  -webkit-transform: translateZ(0);
  -webkit-filter: brightness(0.25); }

.placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%; }

#page3 .wrapper, #page5 .wrapper, #page6 .wrapper, #page7 .wrapper {
  padding-top: 5vw; }
  @media (max-width: 1235px) {
    #page3 .wrapper, #page5 .wrapper, #page6 .wrapper, #page7 .wrapper {
      padding-top: 60px; } }

.splitter {
  background-image: url(../img/mobile-line-1-black.svg);
  background-size: 100% 16px;
  background-position: bottom center;
  background-repeat: repeat-x;
  padding-bottom: 20px;
  position: relative; }
  .splitter:nth-child(1n) {
    background-image: url(../img/mobile-line-1-black.svg); }
  .splitter:nth-child(2n) {
    background-image: url(../img/mobile-line-2-black.svg); }
  .splitter:nth-child(3n) {
    background-image: url(../img/mobile-line-3-black.svg); }
  .splitter:before {
    display: block;
    content: '';
    background-image: url(../img/divider-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -25px; }
  .splitter.small-arrow:before {
    display: none; }
  .splitter.small-arrow:after {
    display: block;
    content: '';
    background-image: url(../img/divider-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px; }

ul.skills li, ul.blogposts li {
  vertical-align: top;
  width: 45%;
  margin-right: 20px;
  display: inline-block; }
  @media (max-width: 825px) {
    ul.skills li, ul.blogposts li {
      width: 100%;
      margin-right: 0; } }

.keith-small {
  width: 80px;
  height: 77px;
  position: absolute;
  top: 0;
  right: 20px;
  background: url(../img/keith-small.png) no-repeat; }
  .keith-small .face {
    width: 64px;
    height: 71px;
    position: absolute;
    top: 10px;
    left: 20px;
    background: url(../img/hat-glasses-small.png) no-repeat; }

.to-design:after {
  content: "To Design";
  font-size: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  text-align: center;
  margin-top: -25px;
  width: 600px;
  height: 100px;
  line-height: 100px;
  font-weight: bold;
  -webkit-transform: rotate(-20deg);
  text-transform: uppercase;
  color: #f00;
  background: #000;
  display: inline-block; }

.scribble {
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  z-index: 9999999999999999;
  pointer-events: none; }
  .scribble svg {
    z-index: 9999999999999999;
    position: fixed;
    top: -50%;
    width: 250%;
    height: 400%;
    left: -50%;
    right: -50%;
    bottom: -50%; }
    .scribble svg .path {
      stroke-linecap: round;
      stroke-dasharray: 645%;
      stroke-dashoffset: -774%;
      fill: transparent;
      stroke-width: 1;
      -webkit-transition: all 1s linear;
      transition: all 1s linear; }
  .scribble.fucked svg .path {
    stroke-width: 300;
    stroke-dasharray: 360%; }

.sticky-footer {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f00;
  padding: 10px 100px;
  text-align: center;
  z-index: 9999999;
  background-image: url(../img/webby_logo.png);
  background-size: auto 90%;
  background-position: 5% 5%;
  background-repeat: no-repeat; }
  .sticky-footer.hidden {
    pointer-events: none;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0; }
  @media (max-width: 1230px) {
    .sticky-footer {
      background-image: none; } }
  .sticky-footer .close {
    top: auto;
    background: none;
    display: block;
    position: absolute;
    -webkit-transform: rotate(135deg);
    -webkit-transform-origin: 50% 50%;
    transform: rotate(135deg);
    transform-origin: 50% 50%;
    font-size: 90px;
    font-family: shit, sans-serif;
    right: 20px;
    line-height: 44px;
    bottom: 20px;
    left: auto; }
  .sticky-footer p {
    color: #fff;
    font-weight: bold;
    font-size: 16px; }
  @media (max-width: 800px) {
    .sticky-footer {
      padding: 10px 50px; } }
  .sticky-footer .more {
    background: url(../img/more-about-this-black.svg);
    width: auto;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
    margin: 0 20px;
    margin-top: 10px;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); }
    .sticky-footer .more:hover {
      -webkit-transform: scale(1.2) translateZ(0);
      transform: scale(1.2) translateZ(0); }
  .sticky-footer .divider {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 1px; }
    .sticky-footer .divider path {
      fill: #f00; }

.goat {
  display: block;
  height: 250px;
  width: 126px;
  background: url(../img/goat.png);
  background-size: contain;
  position: fixed;
  bottom: 0;
  right: -150px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  .goat.active {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    right: -50px; }
