/*------------------------------------------------------------------
[Master Stylesheet]

Project: Webuza - Landing Page
Version: 1.0.0
Last change: 18/11/14
Assigned to: Alexander Polishchuk (dv)
Primary use: Landing Page
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# Body: #666;

# a(standard): #ff2e41;
# a(hover):    #ff2e41;
# a(focus):    #e10014;

# Btn-color_Red:  #ff2e41;
# Btn-color_Grey: #f3f3f3;

# Header-lighten: rgba(0, 0, 0, 0.5), and-Active-Link: rgba(0, 0, 0, 0.7);
# Header-darken:  rgba(255, 255, 255, 0.5), and-Active-Link: rgba(255, 255, 255, 0.7);

# Footer_link: #333;

# Form-control_background: #f3f3f3;

#
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

Body copy: 1.5rem/2.6rem "Open Sans",Helvetica,Arial,sans-serif;
Headers:   700 1.1em/2.3rem "Montserrat",Arial,sans-serif;
Headings:  "Montserrat", Arial, sans-serif,


Notes: font size and some elements on page controlled in tag html { font-size: 10px };
-------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
    Notes: Any colors, size text you can change in file _variables.scss
\*------------------------------------------------------------------------*/
img {
  max-width: 100%; }

/*====================>-Header-<===================*/
.preloan-window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 9999; }

/****************************
  PRELOADER
*****************************/
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.spinner > div {
  border-radius: 100px;
  display: inline-block;
  height: 18px;
  width: 18px;
  background-color: #ff2e41;
  -webkit-animation: bouncedelay 1.4s ease-in-out infinite;
          animation: bouncedelay 1.4s ease-in-out infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center; }

.spinner .bounce:nth-child(1) {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
.spinner .bounce:nth-child(2) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s; }
.spinner .bounce:nth-child(3) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.fixed {
  position: fixed !important; }

.header {
  width: 100%;
  z-index: 1080;
  -webkit-transition: background 250ms ease-in;
          transition: background 250ms ease-in;
  position: absolute; }
  .header.shrink {
    top: 0; }

.header-container {
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 113px; }

.h-left-bar {
  float: left; }

.h-right-bar {
  float: right;
  font-size: 10px; }

.h-logo {
  padding-top: 50px; }
  .h-logo a {
    display: block; }
  .h-logo:after {
    content: '';
    clear: both;
    display: block; }

.logo-b {
  position: relative;
  float: left;
  width: 172px !important;
  height: 44px !important; }

.js-trigger-search {
  display: block;
  width: 24px; }
  .js-trigger-search .fa {
    font-size: 30px;
    font-size: 3em;
    color: #1dd2af;
    -webkit-transition: color 250ms ease;
            transition: color 250ms ease; }
    .js-trigger-search .fa:hover {
      color: #19b395; }

.ScrollSceneIndicators {
  display: none; }

.title-logo {
  font-size: 26px;
  font-weight: 800;
  color: #000;
  padding: 14px 0 0 32px;
  float: left;
  text-transform: uppercase; }

.h-social-links {
  list-style-type: none;
  padding: 64px 43px 0 0;
  margin: 0;
  float: left; }
  .h-social-links > li {
    float: left; }
    .h-social-links > li + li {
      margin-left: 21px; }
  .h-social-links a.fa {
    color: #cfcfcf;
    -webkit-transition: 250ms;
            transition: 250ms;
    font-size: 16px;
    -webkit-transition: 0.25s;
            transition: 0.25s;
    position: relative;
    will-change: transform;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; }
    .h-social-links a.fa:hover {
      color: #ff2e41;
      text-decoration: none;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(0, 0, 0, 0.1), 1px 2px 2px rgba(0, 0, 0, 0.25); }

/*================>-End--Header-<=================*/
/*===================>-Content-<==================*/
.muted {
  color: #000; }

.fullSlider-box {
  /*height: 100%;*/
  height: 620px !important;
  height: 4.2rem;
  padding-top: 12px !important;
  padding-top: 3.5rem;
  overflow: hidden;
  background: url(../img/bg6.png) center top no-repeat; }
  .fullSlider-box .flex-control-nav {
    bottom: 0;
    z-index: 10; }
  .fullSlider-box .slides {
    height: inherit; }
    .fullSlider-box .slides > li {
      height: inherit; }
      .fullSlider-box .slides > li .container {
        height: inherit;
        min-width: 0; }

.align-center {
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  height: inherit; }
  .align-center.setOffset1 {
    padding-top: 100px; }
  .align-center.setOffset2 {
    padding-top: 60px; }
  .align-center .col-md-6 {
    position: static; }

.md-title-slide {
  line-height: 60px;
  line-height: 6rem;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin: 27px 0 34px;
  margin: 2.7rem 0 3.4rem;
  text-transform: uppercase;
  max-width: 450px;
  color: #000;
  letter-spacing: -0.1px;
  position: relative; }

.xlg-title-slide {
  line-height: 72px;
  line-height: 7.2rem;
  font-size: 62px;
  font-size: 6.2rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 900;
  margin: 27px 0 34px;
  margin: 2.7rem 0 3.4rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: -0.1px;
  position: relative; }

.exerpt-slide {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: rgba(0, 0, 0, 0.7); }

.btn-left-group-slide {
  margin-top: 32px;
  margin-top: 3.2rem; }
  .btn-left-group-slide .btn-link-block {
    display: inline-block; }
    .btn-left-group-slide .btn-link-block .btn {
      padding: 16px 20px;
      padding: 1.6rem 2rem;
      letter-spacing: 1px;
      min-width: 150px; }
      .btn-left-group-slide .btn-link-block .btn.btn-transparent {
        padding: 14px 20px;
        padding: 1.4rem 2rem; }
  .btn-left-group-slide .btn + .btn, .btn-left-group-slide .btn-link-block + .btn-link-block {
    margin-left: 18px;
    margin-left: 1.8rem; }

.btn-link-block {
  letter-spacing: 1px; }
  .btn-link-block .btn-primary {
    color: #ecf0f1; }

.img-caption-slide {
  position: absolute; }

.left-caption {
  bottom: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px); }

.right-caption {
  bottom: 0; }

.mb-center {
  margin-top: -30px; }

.wh-mark-sm-title {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Georgia;
  line-height: 20px;
  line-height: 2rem;
  font-style: italic;
  color: #000; }

.slider-control-pag {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 32px 0 52px; }
  .slider-control-pag:after {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    background: #ff2e41; }

.slider-control-item {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative; }
  .slider-control-item li {
    float: left; }
    .slider-control-item li + li {
      margin-left: 37px; }
  .slider-control-item a {
    display: block;
    width: 52px;
    height: 52px;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    border: 2px solid #999;
    color: #999;
    -webkit-transition: 0.2s ease;
            transition: 0.2s ease;
    text-align: center;
    position: relative;
    z-index: 10;
    line-height: 46px;
    line-height: 4.6rem;
    font-size: 28px;
    font-size: 2.8rem; }
    .slider-control-item a.flex-active {
      border-color: #ff2e41;
      color: #ff2e41; }
      .slider-control-item a.flex-active .custom-item path {
        fill: #ff2e41; }

.custom-item {
  width: 28px;
  height: 26px;
  margin-top: 11px;
  margin-top: 1.1rem;
  display: inline-block; }
  .custom-item path {
    fill: #999;
    -webkit-transition: 0.2s ease;
            transition: 0.2s ease; }

.arr-magic {
  width: 0;
  height: 0;
  border: solid transparent;
  border-bottom-color: #ff2e41;
  border-width: 15px;
  position: absolute;
  bottom: -44px;
  left: 0;
  margin-left: -10px !important;
  z-index: 10; }

.mark-sm-title {
  color: #000;
  font: 15px/20rem Georgia;
  font: 1.5rem/2rem Georgia;
  font-style: italic;
  position: relative; }

.lg-title-slide {
  font: 72px/82rem "Montserrat", Arial, sans-serif;
  font: 7.2rem/8.2rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #000;
  margin: 28px 0 50px;
  margin: 1.9rem 0 5rem;
  text-transform: uppercase;
  letter-spacing: 2px; }

.lg-logo {
  display: inline-block;
  margin-bottom: 37px;
  position: relative; }
  .lg-logo.animation .logo-el-circle.big {
    -webkit-animation: moveBig 700ms both ease-in-out;
            animation: moveBig 700ms both ease-in-out; }
  .lg-logo.animation .logo-el-circle.small {
    -webkit-animation: moveSmall 700ms both ease-in-out;
            animation: moveSmall 700ms both ease-in-out; }
  .lg-logo.animation .logo-letter {
    will-change: transform;
    -webkit-animation: rotateY 2s ease-out 200ms;
            animation: rotateY 2s ease-out 200ms; }

.logo-el-circle {
  background: #ff2e41;
  border-radius: 50%;
  position: absolute;
  display: block; }
  .logo-el-circle.big {
    bottom: 49px;
    height: 36px;
    left: 42px;
    width: 36px;
    -webkit-transform-origin: 78px -86.6px 0;
        -ms-transform-origin: 78px -86.6px 0;
            transform-origin: 78px -86.6px 0; }
  .logo-el-circle.small {
    width: 21px;
    height: 21px;
    right: 50px;
    top: 40px;
    -webkit-transform-origin: -43.8px 106.2px 0;
        -ms-transform-origin: -43.8px 106.2px 0;
            transform-origin: -43.8px 106.2px 0; }

@-webkit-keyframes moveBig {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg);
    width: 21px;
    height: 21px; } }

@keyframes moveBig {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg);
    width: 21px;
    height: 21px; } }

@-webkit-keyframes moveSmall {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg);
    width: 36px;
    height: 36px; } }

@keyframes moveSmall {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg);
    width: 36px;
    height: 36px; } }

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0); }

  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }

@keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0); }

  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }

.logo-letter {
  position: absolute;
  top: 60px;
  left: 66px;
  display: block; }
  .logo-letter svg {
    width: 143px;
    height: 145px; }
    .logo-letter svg path {
      fill: #ff2e41; }

.form-notification {
  background: #2ecc71;
  border-radius: inherit;
  color: #fff;
  line-height: 120px;
  line-height: 12rem;
  font-size: 14px;
  font-size: 1.6rem;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 70%;
  z-index: 1071;
  display: none; }
  .form-notification.md-align {
    line-height: 50px;
    line-height: 5rem;
    border-radius: 5px; }

.captcha-text {
  padding: 14px 0 0; }

.discover-block {
  padding: 40px 0 90px;
  padding: 4rem 0 9rem; }

.db-mark-title {
  text-transform: uppercase;
  color: #ff2e41;
  font: 11px/16rem "Montserrat", Arial, sans-serif;
  font: 1.1rem/1.6rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 27px;
  margin: 0 0 2.7rem;
  letter-spacing: 1px; }

.db-title {
  font: 29px/32rem "Montserrat", Arial, sans-serif;
  font: 2.9rem/3.2rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 29px;
  margin: 0 0 2.9rem;
  letter-spacing: 0.25px;
  text-transform: uppercase; }

.db-content {
  line-height: 26px;
  line-height: 2.6rem;
  font-size: 15px;
  font-size: 1.5rem; }

.multicolumn-block {
  background: #f3f3f3;
  padding: 46px 0 90px;
  padding: 4.6rem 0 9rem; }

.db-mark-title-sm {
  text-transform: uppercase;
  color: #ff2e41;
  font: 11px/16rem "Montserrat", Arial, sans-serif;
  font: 1.1rem/1.6rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 27px;
  margin: 0 0 1.9rem;
  letter-spacing: 1px; }

.db-title-sm {
  font: 24px/26rem "Montserrat", Arial, sans-serif;
  font: 2.4rem/2.6rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 22px;
  margin: 0 0 2.2rem;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.mb-content {
  line-height: 26px;
  line-height: 2.6rem;
  font-size: 15px;
  font-size: 1.5rem; }

.primary-discover-block {
  background: #ff2e41;
  color: #fff;
  padding: 108px 0 0; }
  .primary-discover-block .col-md-3 {
    margin-bottom: 110px;
    margin-bottom: 11rem;
    text-align: center; }

.second-discover-block {
  background: #f3f3f3;
  padding: 108px 0 0; }
  .second-discover-block .col-md-3 {
    margin-bottom: 110px;
    margin-bottom: 11rem;
    text-align: center; }

.pdb-thumb {
  min-height: 78px;
  line-height: 78px;
  font-size: 60px;
  color: #ff2e41;
  cursor: default; }

.pbm-body {
  padding-top: 22px;
  padding-top: 2.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  cursor: default;}

.pbm-block {
    -webkit-transition: background 200ms ease-in, border-color 200ms ease-in, box-shadow 200ms ease-in;
            transition: background 200ms ease-in, border-color 200ms ease-in, box-shadow 200ms ease-in;
    padding: 0 1px 1px;
    border-bottom: 3px solid transparent;
    min-height: inherit;
    color: #666;
    display: block; }
  .pbm-block:hover {
    background: #f3f3f3;
    border-color: #aaa;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.8) inset; }
/* personalizado */

.pbm-caption {
  font-weight: 700;
  color: #fff;
  line-height: 26px;
  line-height: 2.6rem;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 8px;
  margin: 0 0 0.8rem; }
  .pbm-caption.dark-text {
    color: #000; }

.main-features-block {
  overflow: hidden;
  padding-bottom: 33px; }

.features-viewport {
  background: url(../img/mobile_gridimob_img.png) 0 0 no-repeat;
  width: 401px;
  height: 651px;
  padding-bottom: 22px;
  padding-bottom: 2.2rem;
  margin-left: -27px;
  margin-top: 14px; }

.features-heading {
  padding: 64px 0 50px;
  padding: 7.3rem 0 5rem; }

.bound-ico {
  border-radius: 50%;
  width: 53px;
  height: 53px;
  display: block;
  background: #ff2e41;
  color: #fff;
  text-align: center;
  line-height: 53px;
  font-size: 30px;
  cursor: default; }

.bound-ico:hover{
color: #fff;
background: #666;
}

.mvb-media:first-child {
  padding-top: 56px; }
.mvb-media .pull-right {
  margin-left: 32px;
  margin-left: 3.2rem; }
.mvb-media .pull-left {
  margin-right: 32px;
  margin-right: 3.2rem; }
.mvb-media + .mvb-media {
  margin-top: 40px;
  margin-top: 4rem; }

.mvb-heading {
  line-height: 20px;
  line-height: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
  margin: 0 0 10px;
  margin: 0 0 1rem; }

.mvb-body {
  line-height: 26px;
  line-height: 2.6rem; }

.mvb-media-left {
  text-align: left; }

.mvb-media-right {
  text-align: right; }

.center-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.free-section {
  background: #f3f3f5;
  padding: 36px 0 34px;
  padding: 3.6rem 0 3.4rem; }

.free-section-white {
  background: #fff;
  padding: 36px 0 34px;
  padding: 3.6rem 0 3.4rem; }


.fs-content {
  font-family: Georgia;
  font-style: italic;
  line-height: 26px;
  line-height: 2.6rem; }

.fs-btn-link {
  text-align: right; }

.animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: hidden; }

.visible {
  visibility: visible; }

body {
  position: relative; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

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

  25%, 75% {
    opacity: 0; } }

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

  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

  100% {
    opacity: 0; } }

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

  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

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

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.content-box {
  padding: 102px 0 150px;
  padding: 10.2rem 0 15rem; }
  .content-box.grey-bg {
    background: #f3f3f3; }

.content-box-two {
  padding: 102px 0 160px;
  padding: 10.2rem 0 16rem; }
  .content-box-two.grey-bg {
    background: #f3f3f3; }

.content-title-group small {
  text-transform: uppercase;
  color: #ff2e41;
  font: 11px/16rem "Montserrat", Arial, sans-serif;
  font: 1.1rem/1.6rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  color: #000;
  letter-spacing: 1px;
  display: block; }

.ctp-caption {
  text-transform: uppercase;
  color: #ff2e41;
  font: 29px/32rem "Montserrat", Arial, sans-serif;
  font: 2.9rem/3.2rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  margin: 2rem 0 0;
  color: #000;
  letter-spacing: -0.1px; }
  .ctp-caption.ctp-offset-caption {
    margin-top: 12px;
    margin-top: 1.2rem; }

.cb-body-item {
  line-height: 26px;
  line-height: 2.6rem;
  padding-top: 28px;
  padding-top: 2.8rem; }

.cb-footer-item {
  padding: 42px 0 0;
  padding: 4.2rem 0 0; }
  .cb-footer-item.offset-type_1 {
    padding-top: 22px;
    padding-top: 2.2rem; }

.thumb-stuck {
  text-align: left; }

.gallery-block {
  padding-bottom: 143px;
  padding-bottom: 14.3rem;
  border-top: 7px solid #fff;
  position: relative;
  overflow: hidden; }

.cover-parallax {
  background: url(../img/bg1.jpg) center 0 no-repeat;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0; }

.cover-parallax-v2 {
  background: url(../img/bg7.jpg) center 0 no-repeat;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0; }

.mark-title-group {
  padding: 63px 0 74px;
  padding: 6.3rem 0 7.4rem; }
  .mark-title-group em {
    color: #ff2e41;
    font-family: Georgia; }

.mtg-caption {
  color: #fff;
  text-transform: uppercase;
  font: 29px/42rem "Montserrat", Arial, sans-serif;
  font: 2.9rem/4.2rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  margin: 2rem 0 0;
  font-weight: 700;
  letter-spacing: 3px; }

.carousel-slider .slides > li, .tab-carousel-slider .slides > li {
  margin-right: 30px;
  text-align: center; }
  .carousel-slider .slides > li > a, .tab-carousel-slider .slides > li > a {
    border-radius: 5px;
    border: 5px solid rgba(0, 0, 0, 0.5);
    display: inline-block; }

.prop-thumb img, .review-thumb img {
  border-radius: 50%; }

.double-title-xsm {
  padding: 64px 0 50px;
  padding: 6.4rem 0 5rem; }
  .double-title-xsm em {
    font-family: Georgia;
    color: #ff2e41; }
  .double-title-xsm span {
    text-transform: uppercase;
    color: #ff2e41;
    display: inline-block;
    letter-spacing: 1px;
    font: 11px/15rem "Montserrat", Arial, sans-serif;
    font: 1.1rem/1.5rem "Montserrat", Arial, sans-serif;
    font-weight: 700; }
  .double-title-xsm .description-block {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-top: 2rem; }

.double-title-xxsm {
  padding: 64px 0 78px;
  padding: 6.4rem 0 7.8rem; }
  .double-title-xxsm em {
    font-family: Georgia;
    color: #ff2e41; }

.db-title-xsm {
  font: 29px/32rem "Montserrat", Arial, sans-serif;
  font: 2.9rem/3.2rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin: 20px 0 0;
  margin: 2rem 0 0;
  text-transform: uppercase; }

.db-title-xxsm {
  font: 29px/32rem "Montserrat", Arial, sans-serif;
  font: 2.9rem/3.2rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin: 10px 0 0;
  margin: 1rem 0 0;
  text-transform: uppercase; }

.sub-caption {
  margin: 20px 0 0;
  margin: 2rem 0 0;
  max-width: 645px;
  display: inline-block; }

.xsub-caption {
  margin: 8px 0 0;
  margin: 0.8rem 0 0;
  max-width: 645px;
  display: inline-block; }

.pricing-table {
  list-style-type: none;
  margin-left: 0;
  padding: 8px 23px;
  padding: 0.8rem 2.3rem;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 80px;
  margin-bottom: 8rem; }
  .pricing-table.primary-pricing_table {
    background: #000;
    position: relative; }
    .pricing-table.primary-pricing_table .cta-button {
      padding: 35px 0 35px;
      padding: 3.4rem 0 3.5rem; }
    .pricing-table.primary-pricing_table:after {
      content: '';
      display: block;
      bottom: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 923px;
      height: 26px;
      position: absolute;
      background-image: -webkit-radial-gradient(closest-side, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
      background-image: radial-gradient(closest-side, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0)); }

.minor-pricing_table {
  position: relative;
  background-color: #ff2e41; }
  .minor-pricing_table:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.3); }

.pricing-table .title {
  color: #fff;
  line-height: 20px;
  line-height: 2rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 24px 0;
  text-align: center; }
  .pricing-table .title.str_bb {
    border-bottom: 2px solid #fff; }

.pricing-table .price {
  /*line-height: 30px;
  line-height: 3rem;*/
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  padding: 22px 0 16px;
  color: #fff;
  text-align: center; }
  .pricing-table .price sub {
    line-height: 30px;
    line-height: 3rem;
    font-size: 24px;
    font-size: 2.4rem;
    bottom: 0; }

.pricing-table .bullet-item {
  color: rgba(255, 255, 255, 0.7);
  text-align: center; }

  .pricing-table .bullet-item-invert {
  color: rgba(255, 200, 0, 0.7);
  text-align: center; }

	.pricing-table .bullet-item + .bullet-item {
    margin-top: 5px;
    margin-top: 0.3rem; }

	.pricing-table .bullet-item:hover{
	color: #fff;
	}

.pricing-table .cta-button {
  text-align: center;
  padding: 53px 0 36px;
  padding: 2.3rem 0 1.6rem; }

.faq-block {
  background: #f3f3f3;
  padding: 30px 0 72px;
  padding: 3rem 0 7.2rem; }

.title-down-sub-mark {
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  .title-down-sub-mark .tsm-caption {
    font: 29px/32rem "Montserrat", Arial, sans-serif;
    font: 2.9rem/3.2rem "Montserrat", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  .title-down-sub-mark em {
    color: #ff2e41;
    font-family: Georgia; }

.see-more-block {
  padding: 80px 0 104px;
  padding: 8rem 0 10.4rem;
  overflow: hidden; }

.tsm-text {
  max-width: 260px; }

.title-down-sup-mark {
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  .title-down-sup-mark .tsm-caption {
    font: 29px/32rem "Montserrat", Arial, sans-serif;
    font: 2.9rem/3.2rem "Montserrat", Arial, sans-serif;
    font-weight: 700;
    margin: 22px 0 0;
    margin: 2.2rem 0 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  .title-down-sup-mark em {
    color: #ff2e41;
    font-family: Georgia; }

.view-more {
  display: inline-block;
  margin-top: 16px; }
  .view-more .fa {
    margin-right: 6px;
    margin-right: 0.6rem;
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: middle; }
  .view-more span {
    text-decoration: underline; }

.device-kit {
  padding-top: 66px;
  padding-top: 6.6rem;
  position: relative;
  font-size: 10px; }
  .device-kit .animated {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s; }

.desktop-kit {
  background: url(../img/device_desktop-kit_1.png) 0 0 no-repeat;
  width: 70.6em;
  height: 53.8em;
  background-size: cover; }

.tablet-kit {
  background: url(../img/device_tablet-kit.png) 0 0 no-repeat;
  width: 19.3em;
  height: 28.2em;
  position: absolute;
  bottom: -2.3em;
  left: 8em;
  background-size: cover; }

.mobile-kit {
  background: url(../img/device_mobile-kit.png) 0 0 no-repeat;
  width: 13.2em;
  height: 20.5em;
  position: absolute;
  bottom: -1.3em;
  left: 21.4em;
  background-size: cover; }

.fadeInRightBottom {
  -webkit-animation-name: fadeInRightBottom;
          animation-name: fadeInRightBottom; }

.our-team-block {
  background: #f3f3f3; }

.best-prop-block {
  text-align: center;
  background: #ededed; }

.prop-block {
  padding: 25px 15px 32px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 90px;
  margin-bottom: 9rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: background 200ms ease-in, border-color 200ms ease-in, box-shadow 200ms ease-in;
          transition: background 200ms ease-in, border-color 200ms ease-in, box-shadow 200ms ease-in; }
  .prop-block:hover {
    background: #f3f3f3;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.8) inset;
    border-bottom-color: #aaa; }

.prop-author {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 32px 0 6px;
  margin: 3.2rem 0 0.6rem; }

.prop-content-block {
  font-size: 14px;
  font-size: 1.4rem; }

.prop-body {
  padding-top: 15px;
  padding-top: 1.5rem; }

.prop-position {
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem; }

.social-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block; }
  .social-links > li {
    float: left; }
    .social-links > li + li {
      margin-left: 22px; }
  .social-links .fa {
    color: #cfcfcf;
    -webkit-transition: 250ms;
            transition: 250ms;
    font-size: 16px;
    will-change: transform;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; }
    .social-links .fa:hover {
      color: #ff2e41;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(0, 0, 0, 0.1), 1px 2px 2px rgba(0, 0, 0, 0.25); }

.prop-block-footer {
  padding-top: 22px;
  padding-top: 2.2rem; }

.skills-block {
  padding: 36px 0 0;
  padding: 3.6rem 0 0; }

.chart-col {
  text-align: center;
  margin-bottom: 116px;
  margin-bottom: 11.6rem; }

.chart {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 210px;
  margin-top: 24px;
  margin-top: 2.4rem; }

.chart canvas {
  position: absolute;
  top: 0;
  left: 0; }

.percent {
  display: inline-block;
  line-height: 210px;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 210px;
  color: #000;
  font-weight: 800;
  z-index: 2; }

.percent:after {
  content: '%';
  margin-left: 0.1em; }

.chart canvas {
  position: absolute;
  top: 0;
  left: 0; }

.caption-pie {
  font: 18px/26rem "Montserrat", Arial, sans-serif;
  font: 1.8rem/2.6rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin: 26px 0 10px;
  margin: 2.6rem 0 1rem;
  color: #000; }

.excl-prop-block {
  background: #ff2e41;
  color: #fff;
  padding: 50px 0 60px;
  padding: 5rem 0 6rem; }

.bp-price-block {
  float: right;
  margin-right: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 64px;
  line-height: 18px; }

.bp-price-block {
  text-align: right; }

.bp-price {
  line-height: 85px;
  line-height: 8.5rem;
  font-size: 98px;
  font-size: 9.8rem;
  font-weight: 700; }

.bp-subprice {
  font: 11px/18px "Montserrat", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  display: block; }

.bp-text {
  font: 29px/42rem "Montserrat", Arial, sans-serif;
  font: 2.9rem/4.2rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 5px; }

.single-slider .slides {
  text-align: center; }
  .single-slider .slides img {
    width: auto;
    display: inline; }
.single-slider .flex-control-nav {
  bottom: -106px; }

.review-body {
  max-width: 780px;
  display: inline-block; }

.gallery-block_2 {
  padding-bottom: 170px;
  padding-bottom: 17rem;
  position: relative;
  overflow: hidden; }

.review-text {
  padding-top: 50px;
  color: #999;
  font: 18px/42rem Georgia;
  font: 1.8rem/4.2rem Georgia;
  font-style: italic; }

.review-footer {
  padding-top: 20px;
  padding-top: 2rem; }

.rw-author {
  font-family: Georgia;
  font-weight: bold;
  font-style: italic;
  color: #fff; }
  .rw-author:before {
    content: '- '; }

.white-title-group {
  padding: 57px 0 79px;
  padding: 5.7rem 0 7.9rem; }
  .white-title-group small {
    text-transform: uppercase;
    font: 11px/15rem "Montserrat", Arial, sans-serif;
    font: 1.1rem/1.5rem "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #fff; }
  .white-title-group .wtg-caption {
    margin: 60px 0 0;
    margin: 0.6rem 0 0;
    font: 28px/42rem "Montserrat", Arial, sans-serif;
    font: 2.8rem/4.2rem "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }

.brands-block {
  height: 185px;
  height: 18.5rem;
  background: #f3f3f3;
  text-align: center; }
  .brands-block .container {
    height: inherit; }

.brand-wrap {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  width: inherit; }
  .brand-wrap .container {
    height: inherit; }
  .brand-wrap img {
    width: 100%; }

.fig-product {
  padding: 15px;
  margin-bottom: 66px;
  margin-bottom: 6.6rem;
  -webkit-transition: background 200ms ease-in, border-color 200ms ease-in, box-shadow 200ms ease-in;
          transition: background 200ms ease-in, border-color 200ms ease-in, box-shadow 200ms ease-in;
  border-bottom: 3px solid transparent;
  min-height: 430px;
  text-align: center; }
  .fig-product:hover {
    background: #f3f3f3;
    border-color: #aaa;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }
    .fig-product:hover .gallery-thumb:before {
      opacity: 0.9; }
    .fig-product:hover .ico-zoom {
      opacity: 1; }
    .fig-product:hover .gallery-caption:before {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .fig-product:hover .lorem-caption {
      opacity: 1; }
    .fig-product:hover .xmd-h, .fig-product:hover .pub-date {
      opacity: 0; }

.caption-gallery {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 15px;
  margin-left: 15px;
  margin-right: 8.5rem;
  font-weight: 700;
  font-family: "Montserrat", Arial, sans-serif; }
  .caption-gallery a {
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: none;
    font-family: "Open Sans", Helvectica, sans-serif; }

.ico-zoom {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/circle.svg) 0 0 no-repeat;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  opacity: 0;
  -webkit-transition: opacity 250ms, -webkit-transform 250ms;
          transition: opacity 250ms, transform 250ms;
  z-index: 2;
  -webkit-transform-origin: 50% 51%;
      -ms-transform-origin: 50% 51%;
          transform-origin: 50% 51%; }
  .ico-zoom:hover {
    -webkit-transform: scale(1.16);
        -ms-transform: scale(1.16);
            transform: scale(1.16); }

.gallery-thumb {
  position: relative;
  display: table-cell;
  width: 1%;
  height: 285px;
  vertical-align: middle;
  background: #f3f3f3; }
  .gallery-thumb:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #ff2e41;
    opacity: 0;
    -webkit-transition: opacity 250ms;
            transition: opacity 250ms; }

.gallery-caption {
  position: relative;
  padding-top: 28px; }
  .gallery-caption:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    border: solid transparent;
    border-width: 14px;
    border-bottom-color: #f3f3f3;
    margin-left: -14px;
    -webkit-transform: translate3d(0, 24px, 0);
            transform: translate3d(0, 24px, 0);
    -webkit-transition: 250ms;
            transition: 250ms; }

.md-h {
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  line-height: 14px;
  line-height: 1.4rem;
  text-transform: uppercase;
  margin: 0 0 83px;
  -webkit-transition: 250ms opacity;
          transition: 250ms opacity; }

.lorem-caption {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 2.6rem;
  display: block;
  opacity: 0;
  margin-top: -59px;
  -webkit-transition: 250ms opacity;
          transition: 250ms opacity;
  z-index: 1; }

.pub-date {
  line-height: 16px;
  line-height: 1.6rem;
  font-size: 13px;
  font-size: 1.3rem; }

.xmd-h {
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  line-height: 21px;
  line-height: 2.1rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 7px;
  letter-spacing: 0.5px;
  -webkit-transition: 250ms opacity;
          transition: 250ms opacity; }

.fig-col {
  padding-left: 0;
  padding-right: 0; }

.mpdt-offset {
  padding-bottom: 60px;
  padding-bottom: 6rem; }

.dw-app-block {
  text-align: center;
  /*background: #000;*/
  background: #282626;
  padding-bottom: 96px; }

.db-sub-caption {
  margin: 1px 0 0;
  margin: 1rem 0 0;
  max-width: 745px;
  display: inline-block; }

.double-title-mini {
  padding: 55px 0 42px;
  padding: 5.5rem 0 4.2rem; }
  .double-title-mini .db-caption-mini {
    margin: 25px 0 0;
    margin: 2.5rem 0 0;
    font: 24px/32rem "Montserrat", Arial, sans-serif;
    font: 2.4rem/3.2rem "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase; }

.sup-dtm {
  text-transform: uppercase;
  font: 11px/15rem "Montserrat", Arial, sans-serif;
  font: 1.1rem/1.5rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #ff2e41; }

.icon-btn {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 8px;
  margin-right: 0.8rem; }

/*================>-End--Content-<================*/
/*====================>-Footer-<==================*/
.footer .container:first-of-type .f-bottom {
  border-top: none; }

.widget-block {
  padding-top: 64px;
  padding-top: 6.4rem; }

.w-col-title {
  text-transform: uppercase;
  font: 12px/36rem "Montserrat", Arial, sans-serif;
  font: 1.2rem/3.6rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 14px;
  margin: 0 0 1.4rem; }

.restriction-f-ctr {
  width: 70%;
  width: calc(100% - 120px);
  float: left;
  margin-right: 20px; }

.btn-it-corner {
  width: 100px; }

.w-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 16px; }
  .w-list li + li {
    margin-top: 15px;
    margin-top: 1.5rem; }
  .w-list a {
    color: #333;
    font-size: 13px;
    -webkit-transition: 0.25s;
            transition: 0.25s;
    border-bottom: 1px solid transparent; }
    .w-list a:hover {
      color: #ff2e41;
      border-color: #ff2e41; }

.widget-item {
  margin-bottom: 125px;
  margin-bottom: 12.5rem; }

.form {
  position: relative; }

.help-text {
  font-size: 13px;
  font-size: 1.3rem;
  color: #333; }

.f-left-col {
  float: left; }

.f-right-col {
  float: right; }

.f-bottom {
  border-top: 1px solid #dbdbdb;
  padding: 15px 0;
  padding: 1.5rem 0; }

.mini-logo {
  float: left; }

.contact-site {
  float: left;
  margin-left: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
  padding-top: 13px; }

.f-right-col .social-links {
  padding-top: 12px; }

/*=================>-End--Footer-<================*/
/*====================>-Other-<===================*/
[class*=space] {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  width: 100%; }

.space10 {
  height: 10px; }

.space15 {
  height: 15px; }

.space20 {
  height: 20px; }

.space25 {
  height: 25px; }

.space30 {
  height: 30px; }

.space35 {
  height: 35px; }

.space40 {
  height: 40px; }

.space45 {
  height: 45px; }

.space50 {
  height: 50px; }

.space55 {
  height: 55px; }

.space60 {
  height: 60px; }

.space65 {
  height: 65px; }

.space70 {
  height: 70px; }

.space75 {
  height: 75px; }

.space80 {
  height: 80px; }

.space85 {
  height: 85px; }

.space90 {
  height: 90px; }

.space95 {
  height: 95px; }

.space100 {
  height: 100px; }

.space200 {
  height: 200px; }

.space250 {
  height: 250px; }

/*================>-End--other-<=================*/
.light-text-page .title-logo {
  color: #fff; }
.light-text-page .primary-nav .primary-list > li.active > a {
  color: #fff; }
.light-text-page .primary-nav .primary-list > li > a {
  color: rgba(255, 255, 255, 0.7); }
  .light-text-page .primary-nav .primary-list > li > a:hover {
    color: #fff; }
.light-text-page .header-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.light-text-page .navbar-toggle .icon-bar {
  background: #fff; }

.content-page {
  padding: 60px 0 278px;
  padding: 6rem 0 27.8rem; }

.blog-article {
  padding-bottom: 55px;
  padding-bottom: 5.5rem;
  border-bottom: 1px solid #dbdbdb; }
  .blog-article + .blog-article {
    padding-top: 36px;
    padding-top: 3.6rem; }

.blog-md-article {
  border-bottom: 1px solid #dbdbdb;
  padding: 24px 0 39px;
  padding: 2.4rem 0 3.9rem; }
  .blog-md-article + .blog-article {
    padding-top: 26px;
    padding-top: 2.6rem; }

.ba-caption > .pull-left {
  margin-right: 35px;
  margin-right: 3.5rem; }

.item-pub-date {
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background: #202020;
  width: 60px;
  height: 60px;
  width: 6rem;
  height: 6rem;
  display: block;
  padding: 12px;
  padding: 1.2rem;
  line-height: 20px;
  line-height: 2rem; }
  .item-pub-date .day {
    font-weight: 600;
    font-size: 24px;
    font-size: 2.4rem; }
  .item-pub-date .month {
    padding-top: 3px;
    font-size: 13px;
    font-size: 1.3rem; }

.title-article {
  font: 24px/32rem "Montserrat", Arial, sans-serif;
  font: 2.4rem/3.2rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin: 3px 0 0;
  text-transform: uppercase;
  letter-spacing: -0.15px; }
  .title-article a {
    color: #000;
    -webkit-transition: 0.2s;
            transition: 0.2s; }
    .title-article a:hover {
      color: #ff2e41;
      text-decoration: underline; }

.descr-title {
  margin-top: 8px;
  margin-top: 0.8rem;
  display: inline-block;
  line-height: 16px;
  line-height: 1.6rem;
  font-size: 13px;
  font-size: 1.3rem; }

.a-body {
  padding: 33px 0 0;
  padding: 3.3rem 0 0; }

.lg-ab {
  padding-bottom: 35px;
  padding-bottom: 3.5rem; }
  .lg-ab .a-body {
    padding-top: 20px;
    padding-top: 2rem; }

.ab-thumb {
  padding-bottom: 35px;
  padding-bottom: 3.5rem; }

.sm-h {
  line-height: 20px;
  line-height: 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 18px;
  padding-bottom: 1.8rem;
  margin: 6px 2px 19px;
  margin: 0.6rem 2px 1.9rem;
  border-bottom: 1px solid #dbdbdb;
  font-weight: 600; }
  .sm-h mark {
    background: none;
    color: #ff2e41; }

.as-block-1 {
  padding-bottom: 65px;
  padding-bottom: 6.5rem; }

.as-block-2 {
  padding-bottom: 66px;
  padding-bottom: 6.6rem; }

.as-block-3 {
  padding-bottom: 65px;
  padding-bottom: 6.5rem; }

.trial-form .form-group {
  margin-bottom: 15px; }
  .trial-form .form-group:last-child {
    margin-bottom: 0; }
.trial-form .btn {
  margin: 17px 0 0;
  color: #ecf0f1; }

.updates-list {
  list-style-type: none;
  padding: 10px 0 0;
  margin: 0 0 20px;
  line-height: 1.6rem; }
  .updates-list a {
    color: #000;
    -webkit-transition: 0.2s;
            transition: 0.2s; }
    .updates-list a:hover {
      color: #ff2e41; }
    .updates-list a:before {
      content: '';
      font-family: fontAwesome;
      display: inline-block;
      margin-right: 10px;
      color: #ff2e41; }
  .updates-list li + li {
    margin-top: 24px;
    margin-top: 2.4rem; }

.archives-list {
  list-style-type: none;
  padding: 5px 0 0;
  margin: 0;
  line-height: 16px;
  line-height: 1.6rem;
  font-size: 13px;
  font-size: 1.3rem; }
  .archives-list li {
    width: 50%;
    float: left;
    margin-bottom: 16px; }
    .archives-list li:nth-child(odd) {
      padding-right: 10px; }
    .archives-list li:nth-child(even) {
      padding-left: 10px; }
  .archives-list a {
    color: #333;
    -webkit-transition: 0.2s;
            transition: 0.2s; }
    .archives-list a:hover {
      color: #ff2e41; }

.article-page .navbar-toggle .icon-bar {
  background: #fff; }

.beige-bg {
  background: url(../img/bg4.jpg) center top no-repeat; }

.title-group {
  padding: 205px 0 61px;
  padding: 20.5rem 0 6.1rem; }
  .title-group em {
    font-family: Georgia;
    color: #ff2e41; }
  .title-group .title-block {
    font: 60px/60rem "Montserrat", Arial, sans-serif;
    font: 6rem/6rem "Montserrat", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 7px 0 0;
    margin: 0.7rem 0 0;
    white-space: nowrap; }
  .title-group .description-block {
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-size: 1.8rem;
    margin: 30px auto 0;
    margin: 3rem auto 0;
    max-width: 80%; }

.video-frame {
  margin: 0 auto 89px;
  width: 74.5%;
  border: 10px solid #fff;
  border-radius: 10px;
  position: relative; }
  .video-frame:after {
    content: '';
    background: url(../img/video-shd.png) 0 0 no-repeat;
    width: 100%;
    background-size: contain;
    height: 43px;
    position: absolute;
    bottom: -53px;
    left: 0; }

.services-block {
  padding: 146px 0 68px;
  padding: 14.6rem 0 6.8rem;
  text-align: center; }

.propos-block {
  padding-left: 0;
  padding-right: 0;
  min-height: 440px;
  margin-top: 24px; }
  .propos-block a {
    -webkit-transition: background 200ms ease-in, border-color 200ms ease-in, box-shadow 200ms ease-in;
            transition: background 200ms ease-in, border-color 200ms ease-in, box-shadow 200ms ease-in;
    padding: 0 50px 20px;
    border-bottom: 3px solid transparent;
    min-height: inherit;
    color: #666;
    display: block; }
  .propos-block:hover a {
    background: #f3f3f3;
    border-color: #aaa;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.8) inset; }

.xsm-h {
  font-weight: 600;
  line-height: 20px;
  line-height: 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 10px;
  margin: 0 0 1rem; }

.p-thumb {
  height: 232px;
  height: 23.2rem;
  display: table-cell;
  vertical-align: middle;
  width: 1%; }

.prop-content-block {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem; }

.lg-h {
  font: 29px/32rem "Montserrat", Arial, sans-serif;
  font: 2.9rem/3.2rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 8px;
  margin: 0 0 0.8rem;
  text-transform: uppercase; }

.lg-h-subcaption {
  margin: 0 auto;
  max-width: 410px; }

.media-feat-block {
  /*background: #ff2e41;*/
  background: #D02232;
  padding: 87px 0 0;
  padding: 12.7rem 0 0;
  color: #fff;
  min-height: 460px;
  }
  .media-feat-block .col-md-4 {
    /*margin-bottom: 95px;
    margin-bottom: 9.5rem;
    min-height: 107px; */
	margin-bottom: 34px;
    margin-bottom: 3.5rem;
    min-height: 85px;
	}

/* personalizado */
.media-feat-block p{
font-size: 14px;
}

.mf-b {
  font: 29px/32rem "Montserrat", Arial, sans-serif;
  font: 2.9rem/3.2rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: -3px 0 1px;
  letter-spacing: -0.1px; }

.mfb-title {
  font-weight: 600;
  line-height: 20px;
  line-height: 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 10px;
  margin: 0 0 1rem; }

.mfb-media > .pull-left {
  margin-right: 43px;
  min-width: 50px; }

.section-bg-grey {
  background: #f3f3f3; }

.section-bg-white {
  background: #fff; }

.main-features-block_2 {
  padding-bottom: 11px;
  overflow: hidden; }

.tab-section {
  padding: 118px 0 144px;
  padding: 11.8rem 0 14.4rem; }

.col-tab-2, .col-tab-content-8 {
  padding-left: 15px;
  padding-right: 15px; }

.col-tab-2 {
  width: 193px;
  float: left; }

.col-tab-content-8 {
  overflow: hidden;
  padding-left: 30px;
  border-left: 1px solid #ccc;
  min-height: 300px;
  padding-left: 50px; }

.no-pr {
  padding-right: 0; }

.lg-row {
  margin-left: -25px;
  margin-right: -25px; }
  .lg-row:before, .lg-row:after {
    content: " ";
    display: table; }
  .lg-row:after {
    clear: both; }
  .lg-row > div {
    padding-left: 25px;
    padding-right: 25px; }

.tab-group-title {
  padding: 0 0 16px;
  padding: 0 0 1.6rem; }
  .tab-group-title em {
    font-family: Georgia;
    color: #ff2e41; }

.tb-title-block {
  font: 24px/29rem "Montserrat", Arial, sans-serif;
  font: 2.4rem/2.9rem "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin: 10px 0 0;
  margin: 1rem 0 0;
  text-transform: uppercase; }

.our-club-block {
  background: url(../img/bg5.jpg) 0 0 no-repeat fixed;
  padding-bottom: 79px;
  padding-bottom: 7.9rem;
  text-align: center;
  background-size: cover; }

.oc-group-title {
  padding: 43px 0 28px;
  padding: 4.3rem 0 2.8rem; }
  .oc-group-title .sup-title {
    color: #fff;
    text-transform: uppercase;
    font: 11px/16rem "Montserrat", Arial, sans-serif;
    font: 1.1rem/1.6rem "Montserrat", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px; }
  .oc-group-title .oc-title {
    color: #fff;
    text-transform: uppercase;
    font: 29px/32rem "Montserrat", Arial, sans-serif;
    font: 2.9rem/3.2rem "Montserrat", Arial, sans-serif;
    font-weight: 700;
    margin: 22px 0 0;
    letter-spacing: 0.25px;
    margin: 2.2rem 0 0; }

.oc-desctiption {
  color: #999;
  max-width: 76%;
  margin: 0 auto; }

.box-reg-form {
  max-width: 470px;
  margin: 60px auto;
  margin: 6rem auto;
  padding: 0 15px; }
  .box-reg-form .form-group {
    margin-bottom: 16px; }
  .box-reg-form .btn {
    margin-top: 24px;
    padding-top: 21px;
    padding-bottom: 19px;
    padding-top: 2.1rem;
    padding-bottom: 1.9rem; }

.btn-tumid {
  padding: 19px 35px;
  padding: 1.9rem 3.5rem; }

.see-more-block_2 {
  overflow: hidden;
  padding: 100px 0 144px;
  padding: 10rem 0 14.4rem; }

.package-block_2 {
  padding-bottom: 45px;
  padding-bottom: 4.5rem; }
  .package-block_2 .double-title-xsm {
    padding: 44px 0 50px;
    padding: 4.4rem 0 5rem; }

.more-products-block_2 {
  padding-bottom: 37px;
  padding-bottom: 3.7rem; }

.pricing-table.primary-pricing_table--type_2 {
  background: #000;
  position: relative; }

.cover-static-bg {
  background: url(../img/bg3.jpg) center 0 no-repeat;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0; }

.static-bg-block {
  overflow: hidden;
  position: relative; }
  .static-bg-block > .container {
    height: inherit; }

.lh-col-text {
  color: #fff; }
  .lh-col-text .xlg-title-slide, .lh-col-text .wh-mark-sm-title, .lh-col-text .exerpt-slide {
    color: #fff; }

.dash-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 15px; }
  .dash-list > li {
    display: inline-block; }
    .dash-list > li + li:before {
      content: '|';
      margin: 0 3px 0 1px;
      display: inline-block; }
  .dash-list a {
    font-size: 13px;
    font-size: 1.3rem;
    color: #666; }
    .dash-list a:hover {
      text-decoration: underline; }

.stick-tabs-block {
  border-bottom: 6px solid #ff2e41;
  padding: 23px 0 32px;
  padding: 2.3rem 0 3.2rem;
  text-align: center; }

.stick-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block; }
  .stick-tabs > li {
    float: left;
    position: relative; }
    .stick-tabs > li.active a {
      color: #ff2e41; }
    .stick-tabs > li.active:after {
      opacity: 1;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
    .stick-tabs > li + li {
      margin-left: 50px;
      margin-left: 5rem; }
    .stick-tabs > li:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: solid transparent;
      border-top-color: #ff2e41;
      border-width: 10px;
      position: absolute;
      bottom: -65px;
      bottom: -6.5rem;
      left: 50%;
      opacity: 0;
      -webkit-transition: 0.2s ease-in;
              transition: 0.2s ease-in;
      -webkit-transform: translate(0, -5px);
          -ms-transform: translate(0, -5px);
              transform: translate(0, -5px);
      margin-left: -12px !important;
      z-index: 10; }
  .stick-tabs a {
    color: #b2b2b2;
    -webkit-transition: 0.2s;
            transition: 0.2s;
    font-size: 36px;
    font-size: 3.6rem; }

.stick-tab-content {
  margin-left: -15px;
  margin-right: -15px; }

.sec-tab {
  /*padding: 130px 0 140px;
  padding: 11.3rem 0 14rem;*/
  padding: 43px 0 100px;
  padding: 4.3rem 0 10rem;
  min-height: 600px; }
  .sec-tab.not_pb {
    padding-bottom: 0; }
  .sec-tab .double-title-xsm {
    padding-top: 0; }

.slider-tab {
  padding-bottom: 120px;
  padding-bottom: 12rem; }

.lg-size-btn {
  margin-top: 51px; }
  .lg-size-btn .btn {
    padding: 19px 30px;
    padding: 1.9rem 3rem; }
    .lg-size-btn .btn.btn-transparent {
      padding-top: 17px;
      padding-bottom: 17px;
      padding-top: 1.7rem;
      padding-bottom: 1.7rem; }
    .lg-size-btn .btn + .btn {
      margin-left: 15px;
      margin-left: 1.5rem; }

.second-discover-block_2 {
  background: #f3f3f3;
  padding: 73px 0 0;
  padding: 7.3rem 0 0; }
  .second-discover-block_2 .pbm-body {
    /*padding-top: 33px;
    padding-top: 3.3rem;*/
	padding-top: 14px;
    padding-top: 0.4rem;
	}
	
  .second-discover-block_2 .col-md-3 {
    /*margin-bottom: 110px;
    margin-bottom: 11rem;*/
	margin-bottom: 32px;
    margin-bottom: 3;5rem;
    text-align: center; }
	

.db-title-md {
  text-transform: uppercase;
  font: 24px/29rem "Montserrat", Arial, sans-serif;
  font: 2.4rem/2.9rem "Montserrat", Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 27px 0 0;
  margin: 2.7rem 0 0; }

/*------------------------------------*\
    #ALTERNATIVE FLAGMAN
\*------------------------------------*/
.slider-bullet {
  height: inherit !important; }
  .slider-bullet .slides {
    height: inherit; }
    .slider-bullet .slides > li {
      height: inherit; }
  .slider-bullet .container {
    height: inherit; }
  .slider-bullet .flex-control-nav {
    bottom: 20px;
    z-index: 10; }
    .slider-bullet .flex-control-nav li a {
      background: #999; }
      .slider-bullet .flex-control-nav li a.flex-active {
        background: #ff2e41; }

.img-back-01 {
  background: url(../img/bg9.jpg) center 0 no-repeat; }

.img-back-02 {
  background: url(../img/bg10.jpg) center 0 no-repeat; }

.ib-sett {
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%; }

/*------------------------------------*\
    #alternative video
\*------------------------------------*/
.video-propos {
  position: relative; }

.descktop-video-frame {
  margin-top: -250px;
  position: relative; }
  .descktop-video-frame .embed-responsive {
    position: absolute;
    top: 5%;
    left: 4%;
    right: 3.8%;
    height: 68.5%;
    padding-bottom: 0; }

.bg-back-02 {
  background: url(../img/bg11.jpg) 0 0 no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1; }

.video-propos .container {
  height: inherit; }

.white-text-group .title-block {
  color: #fff; }
.white-text-group .description-block {
  color: rgba(255, 255, 255, 0.7); }
.white-text-group em {
  color: #fff; }

.white-text-group {
  padding: 0 0 20rem; }


/* Personalizações */
.text-muted{
font-size: 12.5px !important;
/*width: 80%;
text-align:center;
padding-left: 10px;*/
clear: both; 
border-top: 1px solid #e2e2e2;
}


.carousel-slider img{
opacity: 0.3 !important;
}

.carousel-slider img:hover{
opacity: 1 !important;
}

.panel-title >a{
color: #666 !important;
}
.panel-title >a:hover{
color: #cc0033 !important;
}