@charset "UTF-8";
/* Buttons
   ========================================================================== */
/* Main Colors
   ========================================================================== */
/*
$color-text: #5d5d5d;
$color-secondary: #1B1D1F; // #262424
$color-gray: #bfbfbf;
$color-gray-darker: darken($color-gray, 30%);
$color-separator: #ededed;
$color-light-gray: #ededed;
$color-header-text: #2e2f31;
*/
/* Breakpoints
   ========================================================================== */
/* ==========================================================================
   Vertical Align - Center
   ========================================================================== */
/* ==========================================================================
   Responsive Image
   ========================================================================== */
.swift-team-member .swift-team-member-img img, .swift-custom-grid-container .post-featured-img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   Column Animations
   ========================================================================== */
.c-has-animation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@-moz-keyframes c-animate-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes c-animate-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes c-animate-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-animated.c-animate-fade-in {
  -moz-animation: c-animate-fade-in 0.7s ease 1 none;
  -webkit-animation: c-animate-fade-in 0.7s ease 1 none;
  animation: c-animate-fade-in 0.7s ease 1 none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@-moz-keyframes c-animate-top {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0px, -100px, 0px);
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
@-webkit-keyframes c-animate-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -100px, 0px);
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
@keyframes c-animate-top {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0px, -100px, 0px);
    -ms-transform: translate3d(0px, -100px, 0px);
    -webkit-transform: translate3d(0px, -100px, 0px);
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0px, 0, 0px);
    -ms-transform: translate3d(0px, 0, 0px);
    -webkit-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
.c-animated.c-animate-top {
  -moz-animation: c-animate-top 0.7s ease 1 none;
  -webkit-animation: c-animate-top 0.7s ease 1 none;
  animation: c-animate-top 0.7s ease 1 none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@-moz-keyframes c-animate-bottom {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0px, 100px, 0px);
    transform: translate3d(0px, 100px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
@-webkit-keyframes c-animate-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 100px, 0px);
    transform: translate3d(0px, 100px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
@keyframes c-animate-bottom {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0px, 100px, 0px);
    -ms-transform: translate3d(0px, 100px, 0px);
    -webkit-transform: translate3d(0px, 100px, 0px);
    transform: translate3d(0px, 100px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0px, 0, 0px);
    -ms-transform: translate3d(0px, 0, 0px);
    -webkit-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
.c-animated.c-animate-bottom {
  -moz-animation: c-animate-bottom 0.7s ease 1 none;
  -webkit-animation: c-animate-bottom 0.7s ease 1 none;
  animation: c-animate-bottom 0.7s ease 1 none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@-moz-keyframes c-animate-left {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-100px, 0px, 0px);
    transform: translate3d(-100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
@-webkit-keyframes c-animate-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0px, 0px);
    transform: translate3d(-100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
@keyframes c-animate-left {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -ms-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    transform: translate3d(-100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0px, 0, 0px);
    -ms-transform: translate3d(0px, 0, 0px);
    -webkit-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
.c-animated.c-animate-left {
  -moz-animation: c-animate-left 0.7s ease 1 none;
  -webkit-animation: c-animate-left 0.7s ease 1 none;
  animation: c-animate-left 0.7s ease 1 none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@-moz-keyframes c-animate-right {
  0% {
    opacity: 0;
    -moz-transform: translate3d(100px, 0px, 0px);
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
@-webkit-keyframes c-animate-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0px, 0px);
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
@keyframes c-animate-right {
  0% {
    opacity: 0;
    -moz-transform: translate3d(100px, 0px, 0px);
    -ms-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0px, 0, 0px);
    -ms-transform: translate3d(0px, 0, 0px);
    -webkit-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
.c-animated.c-animate-right {
  -moz-animation: c-animate-right 0.7s ease 1 none;
  -webkit-animation: c-animate-right 0.7s ease 1 none;
  animation: c-animate-right 0.7s ease 1 none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@-moz-keyframes c-animate-zoom-in {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes c-animate-zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes c-animate-zoom-in {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.c-animated.c-animate-zoom-in {
  -moz-animation: c-animate-zoom-in 0.7s ease 1 none;
  -webkit-animation: c-animate-zoom-in 0.7s ease 1 none;
  animation: c-animate-zoom-in 0.7s ease 1 none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@-moz-keyframes c-animate-zoom-in-spin {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3) rotate(360deg);
    transform: scale(0.3) rotate(360deg);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes c-animate-zoom-in-spin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(360deg);
    transform: scale(0.3) rotate(360deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes c-animate-zoom-in-spin {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3) rotate(360deg);
    -ms-transform: scale(0.3) rotate(360deg);
    -webkit-transform: scale(0.3) rotate(360deg);
    transform: scale(0.3) rotate(360deg);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.c-animated.c-animate-zoom-in-spin {
  -moz-animation: c-animate-zoom-in-spin 0.7s ease 1 none;
  -webkit-animation: c-animate-zoom-in-spin 0.7s ease 1 none;
  animation: c-animate-zoom-in-spin 0.7s ease 1 none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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 {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    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 {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -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 {
  from, to {
    -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);
  }
  to {
    -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);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -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);
  }
  to {
    -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 {
  from {
    -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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: 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);
  }
  to {
    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);
  }
  to {
    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-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }
  to {
    -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 {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -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;
  }
  to {
    -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-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -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;
  }
  to {
    -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-keyframes lightSpeedIn {
  from {
    -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;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -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;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -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;
  }
  to {
    -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;
  }
  to {
    -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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    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 {
  from {
    opacity: 1;
  }
  to {
    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 {
  from {
    opacity: 1;
  }
  to {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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 {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.swift-btn {
  position: relative;
  color: #1B1D1F;
  background-color: transparent;
  font-size: 11px;
  line-height: 1.429em;
  padding: 0 23px;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #1B1D1F;
  box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: 2px;
  -moz-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, opacity 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, opacity 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, opacity 0.2s linear;
  /* Only icon
     ========================================================================== */
  /* Slide/Push
     ========================================================================== */
  /* Icon Fixed
     ========================================================================== */
}
@media (min-width: 768px) {
  .swift-btn {
    padding: 0 25px;
    font-size: 12px;
  }
}
.swift-btn span {
  position: relative;
  z-index: 1;
  padding: 9px 0;
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  .swift-btn span {
    padding: 10px 0;
  }
}
.swift-btn:hover, .swift-btn:active {
  border-color: #f04649;
  background-color: #f04649;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.swift-btn:focus {
  outline: none;
}
.swift-btn.swift-btn-icon-only.swift-btn-icon i {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: static;
  margin: 0;
}
.swift-btn.swift-btn-icon i {
  position: absolute;
  z-index: 1;
  color: inherit !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swift-btn.swift-btn-icon:hover i {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.swift-btn.swift-btn-icon-push-top span {
  bottom: 0;
}
.swift-btn.swift-btn-icon-push-left span {
  left: 0;
}
.swift-btn.swift-btn-icon-slide-right span {
  left: 0;
}
.swift-btn.swift-btn-icon-slide-left span {
  right: 0;
}
.swift-btn.swift-btn-icon-push-top:hover span {
  bottom: -100%;
}
.swift-btn.swift-btn-icon-push-left:hover span {
  left: 1000%;
}
.swift-btn.swift-btn-icon-slide-right:hover span {
  left: -10px;
}
.swift-btn.swift-btn-icon-slide-left:hover span {
  right: -10px;
}
.swift-btn.swift-btn-icon-push-top i {
  top: -100%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swift-btn.swift-btn-icon-push-left i {
  top: 50%;
  left: -100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swift-btn.swift-btn-icon-slide-right i {
  top: 0;
  right: -100%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swift-btn.swift-btn-icon-slide-left i {
  top: 0;
  left: -100%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swift-btn.swift-btn-icon-push-top:hover i {
  top: 50%;
}
.swift-btn.swift-btn-icon-push-left:hover i {
  left: 50%;
}
.swift-btn.swift-btn-icon-slide-right:hover i {
  right: 10px;
}
@media (min-width: 768px) {
  .swift-btn.swift-btn-icon-slide-right:hover i {
    right: 15px;
  }
}
.swift-btn.swift-btn-icon-slide-left:hover i {
  left: 10px;
}
@media (min-width: 768px) {
  .swift-btn.swift-btn-icon-slide-left:hover i {
    left: 15px;
  }
}
.swift-btn.swift-btn-icon-default-left {
  /*
  	    span {
  		    float: right;
  	    }
  */
}
.swift-btn.swift-btn-icon-default-left i {
  margin-right: 15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: static;
}
.swift-btn.swift-btn-icon-default-right i {
  margin-left: 15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: static;
}

.swift-btn-full {
  background-color: #1B1D1F;
  color: #fff;
  border: 0;
  padding: 0 23px;
}
.swift-btn-full span {
  padding: 11px 0;
}
@media (min-width: 768px) {
  .swift-btn-full {
    padding: 0 25px;
  }
  .swift-btn-full span {
    padding: 12px 0;
  }
}
.swift-btn-full:hover {
  color: #fff;
  cursor: pointer;
}

.swift-btn-rounded {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .swift-btn-rounded {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }
}

.swift-btn-s {
  font-size: 11px;
  padding: 0 19px;
  font-weight: normal;
  border-width: 1px;
  letter-spacing: 0;
}
.swift-btn-s span {
  padding: 6px 0;
}
.swift-btn-s.swift-btn-full {
  padding: 0 19px;
  font-size: 12px;
}
.swift-btn-s.swift-btn-full span {
  padding: 7px 0;
}

.swift-btn-l {
  font-size: 13px;
  padding: 0 18px;
}
.swift-btn-l span {
  padding: 8px 0;
}
.swift-btn-l.swift-btn-full {
  padding: 0 28px;
}
.swift-btn-l.swift-btn-full span {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .swift-btn-l {
    font-size: 16px;
    padding: 0 30px;
  }
  .swift-btn-l span {
    padding: 10px 0;
  }
  .swift-btn-l.swift-btn-full {
    padding: 0 30px;
  }
  .swift-btn-l.swift-btn-full span {
    padding: 12px 0;
  }
}

.swift-btn-xl {
  font-size: 18px;
  padding: 0 36px;
}
.swift-btn-xl span {
  padding: 12px 0;
}
.swift-btn-xl.swift-btn-full {
  padding: 0 36px;
}
.swift-btn-xl.swift-btn-full span {
  padding: 14px 0;
}
.swift-btn-xl.swift-btn-icon-slide-right:hover span {
  left: -16px;
}
.swift-btn-xl.swift-btn-icon-slide-right:hover i {
  right: 16px;
}
.swift-btn-xl.swift-btn-icon-slide-left:hover span {
  right: -16px;
}
.swift-btn-xl.swift-btn-icon-slide-left:hover i {
  left: 16px;
}
@media (min-width: 768px) {
  .swift-btn-xl {
    font-size: 22px;
    padding: 0 45px;
  }
  .swift-btn-xl span {
    padding: 15px 0;
  }
  .swift-btn-xl.swift-btn-full {
    padding: 0 45px;
  }
  .swift-btn-xl.swift-btn-full span {
    padding: 17px 0;
  }
  .swift-btn-xl.swift-btn-icon-slide-right:hover span {
    left: -20px;
  }
  .swift-btn-xl.swift-btn-icon-slide-right:hover i {
    right: 20px;
  }
  .swift-btn-xl.swift-btn-icon-slide-left:hover span {
    right: -20px;
  }
  .swift-btn-xl.swift-btn-icon-slide-left:hover i {
    left: 20px;
  }
}

.swift-btn-xxl {
  font-size: 20px;
  padding: 0 48px;
}
.swift-btn-xxl span {
  padding: 16px 0;
}
.swift-btn-xxl.swift-btn-full {
  padding: 0 48px;
}
.swift-btn-xxl.swift-btn-full span {
  padding: 18px 0;
}
.swift-btn-xxl.swift-btn-icon-slide-right:hover span {
  left: -24px;
}
.swift-btn-xxl.swift-btn-icon-slide-right:hover i {
  right: 24px;
}
.swift-btn-xxl.swift-btn-icon-slide-left:hover span {
  right: -24px;
}
.swift-btn-xxl.swift-btn-icon-slide-left:hover i {
  left: 24px;
}
@media (min-width: 768px) {
  .swift-btn-xxl {
    font-size: 26px;
    padding: 0 60px;
  }
  .swift-btn-xxl span {
    padding: 20px 0;
  }
  .swift-btn-xxl.swift-btn-full {
    padding: 0 60px;
  }
  .swift-btn-xxl.swift-btn-full span {
    padding: 22px 0;
  }
  .swift-btn-xxl.swift-btn-icon-slide-right:hover span {
    left: -30px;
  }
  .swift-btn-xxl.swift-btn-icon-slide-right:hover i {
    right: 30px;
  }
  .swift-btn-xxl.swift-btn-icon-slide-left:hover span {
    right: -30px;
  }
  .swift-btn-xxl.swift-btn-icon-slide-left:hover i {
    left: 30px;
  }
}

.swift-btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.swift-btn-uppercase {
  text-transform: uppercase;
}

.swift-btn-3d {
  -moz-box-shadow: 0 6px black;
  -webkit-box-shadow: 0 6px black;
  box-shadow: 0 6px black;
}
.swift-btn-3d:hover {
  top: 2px;
  -moz-box-shadow: 0 4px black;
  -webkit-box-shadow: 0 4px black;
  box-shadow: 0 4px black;
}
.swift-btn-3d:active {
  top: 6px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Hover Effects
   ========================================================================== */
.swift-btn-hover-fill-top:hover, .swift-btn-hover-fill-top:active,
.swift-btn-hover-fill-right:hover,
.swift-btn-hover-fill-right:active,
.swift-btn-hover-fill-bottom:hover,
.swift-btn-hover-fill-bottom:active,
.swift-btn-hover-fill-left:hover,
.swift-btn-hover-fill-left:active,
.swift-btn-hover-expand-vertical:hover,
.swift-btn-hover-expand-vertical:active,
.swift-btn-hover-expand-horizontal:hover,
.swift-btn-hover-expand-horizontal:active,
.swift-btn-hover-expand-diagonal:hover,
.swift-btn-hover-expand-diagonal:active {
  background-color: transparent;
}
.swift-btn-hover-fill-top.swift-btn-full:active, .swift-btn-hover-fill-top.swift-btn-full:hover,
.swift-btn-hover-fill-right.swift-btn-full:active,
.swift-btn-hover-fill-right.swift-btn-full:hover,
.swift-btn-hover-fill-bottom.swift-btn-full:active,
.swift-btn-hover-fill-bottom.swift-btn-full:hover,
.swift-btn-hover-fill-left.swift-btn-full:active,
.swift-btn-hover-fill-left.swift-btn-full:hover,
.swift-btn-hover-expand-vertical.swift-btn-full:active,
.swift-btn-hover-expand-vertical.swift-btn-full:hover,
.swift-btn-hover-expand-horizontal.swift-btn-full:active,
.swift-btn-hover-expand-horizontal.swift-btn-full:hover,
.swift-btn-hover-expand-diagonal.swift-btn-full:active,
.swift-btn-hover-expand-diagonal.swift-btn-full:hover {
  background-color: #1B1D1F;
}
.swift-btn-hover-fill-top:after,
.swift-btn-hover-fill-right:after,
.swift-btn-hover-fill-bottom:after,
.swift-btn-hover-fill-left:after,
.swift-btn-hover-expand-vertical:after,
.swift-btn-hover-expand-horizontal:after,
.swift-btn-hover-expand-diagonal:after {
  position: absolute;
  content: ' ';
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swift-btn-hover-fill-top:hover:after, .swift-btn-hover-fill-top:active:after {
  height: 100%;
}
.swift-btn-hover-fill-top:after {
  background-color: #f04649;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.swift-btn-hover-fill-right:hover:after, .swift-btn-hover-fill-right:active:after {
  right: 0;
}
.swift-btn-hover-fill-right:after {
  background-color: #f04649;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
}

.swift-btn-hover-fill-bottom:hover:after, .swift-btn-hover-fill-bottom:active:after {
  bottom: 0;
}
.swift-btn-hover-fill-bottom:after {
  background-color: #f04649;
  bottom: -100%;
  right: 0;
  width: 100%;
  height: 100%;
}

.swift-btn-hover-fill-left:hover:after, .swift-btn-hover-fill-left:active:after {
  width: 100%;
}
.swift-btn-hover-fill-left:after {
  background-color: #f04649;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.swift-btn-hover-expand-horizontal:hover:after, .swift-btn-hover-expand-horizontal:active:after {
  width: 90%;
}
.swift-btn-hover-expand-horizontal:after {
  background-color: #f04649;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swift-btn-hover-expand-vertical:hover:after, .swift-btn-hover-expand-vertical:active:after {
  height: 70%;
}
.swift-btn-hover-expand-vertical:after {
  background-color: #f04649;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swift-btn-hover-expand-diagonal:hover:after, .swift-btn-hover-expand-diagonal:active:after {
  height: 260%;
}
.swift-btn-hover-expand-diagonal:after {
  background-color: #f04649;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/* ==========================================================================
   Accordion
   ========================================================================== */
.swift-accordion .swift-accordion-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.swift-accordion .swift-accordion-item {
  display: block;
  margin-bottom: 15px;
}
.swift-accordion .swift-accordion-item a {
  position: relative;
  display: block;
  line-height: 1.2em;
  padding: 20px 15px;
  font-weight: 600;
  color: #2e2f31;
  background-color: #fff;
  text-decoration: none;
}
.swift-accordion .swift-accordion-item a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: '';
  font-family: 'FontAwesome';
  color: #2e2f31;
  font-size: 1.429em;
  margin-top: -10px;
}
.swift-accordion .swift-accordion-item .swift-accordion-content {
  display: none;
  background-color: #fff;
  padding: 15px;
}
.swift-accordion .swift-accordion-item .accordion-icon-active {
  display: none;
}
.swift-accordion .swift-accordion-item.accordion-item-active a {
  color: #fff;
  background-color: #f04649;
}
.swift-accordion .swift-accordion-item.accordion-item-active a:after {
  color: #fff;
  content: '';
}
.swift-accordion .swift-accordion-item.accordion-item-active .accordion-icon-active {
  display: block;
}
.swift-accordion .swift-accordion-item.accordion-item-active .accordion-icon-default {
  display: none;
}
.swift-accordion.swift-accordion-custom-icon .swift-accordion-item > a {
  *zoom: 1;
}
.swift-accordion.swift-accordion-custom-icon .swift-accordion-item > a:after {
  content: "";
  display: table;
  clear: both;
}
.swift-accordion.swift-accordion-custom-icon .swift-accordion-item > a i {
  float: right;
}
.swift-accordion.swift-accordion-custom-icon .swift-accordion-item > a:after {
  display: none;
}

/* ==========================================================================
   Ajax login
   ========================================================================== */
.swift-ajax-login-container {
  position: relative;
  overflow: hidden;
}

.swift-ajax-login-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.swift-ajax-login-loading .swift-ajax-login-overlay {
  display: block;
}

/* ==========================================================================
   Dropcaps
   ========================================================================== */
.swift-dropcaps {
  font-size: 2em;
  font-weight: bold;
  margin-right: 15px;
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.swift-dropcaps.swift-dropcaps-rounded {
  background-color: #f04649;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.swift-dropcaps.swift-dropcaps-square {
  background-color: #f04649;
  color: #fff;
}

/* ==========================================================================
   Icon Shortcode
   ========================================================================== */
.swift-icon-sc {
  vertical-align: middle;
}

.swift-animated-svg {
  opacity: 0;
}

.swift-animated-svg.icon-animation-fired {
  opacity: 1;
}

/* ==========================================================================
   Icon Box
   ========================================================================== */
.icon-box {
  position: relative;
}
.icon-box .icon-box-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.143em;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.icon-box .icon-box-icon:hover {
  color: #f04649;
  cursor: default;
}
.icon-box .icon-box-icon i {
  width: 100%;
  margin: 0;
}
.icon-box .icon-box-content {
  padding-left: 50px;
}
.icon-box .icon-box-content h4 {
  font-size: 1.286em;
}
.icon-box.icon-box-right .icon-box-icon {
  left: auto;
  right: 0;
}
.icon-box.icon-box-right .icon-box-content {
  padding-left: 0 !important;
  padding-right: 50px;
}
.icon-box.icon-box-top {
  text-align: center;
}
.icon-box.icon-box-top .icon-box-icon {
  position: relative;
  left: auto;
  display: inline-block;
}
.icon-box.icon-box-top .icon-box-content {
  padding-top: 20px;
  padding-left: 0 !important;
}
.icon-box.icon-box-circle .icon-box-icon, .icon-box.icon-box-square .icon-box-icon {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.icon-box.icon-box-circle .icon-box-icon object,
.icon-box.icon-box-circle .icon-box-icon img,
.icon-box.icon-box-circle .icon-box-icon svg, .icon-box.icon-box-square .icon-box-icon object,
.icon-box.icon-box-square .icon-box-icon img,
.icon-box.icon-box-square .icon-box-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon-box.icon-box-circle .icon-box-icon:hover, .icon-box.icon-box-square .icon-box-icon:hover {
  color: #fff;
  background-color: #f04649;
}
.icon-box.icon-box-circle .icon-box-icon:hover:after, .icon-box.icon-box-square .icon-box-icon:hover:after {
  border-color: #f04649;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.icon-box.icon-box-circle .icon-box-icon:after, .icon-box.icon-box-square .icon-box-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ededed;
  content: ' ';
  -moz-transition: -moz-transform 0.3s ease, border-color 0.3s ease;
  -o-transition: -o-transform 0.3s ease, border-color 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.icon-box.icon-box-circle .icon-box-content, .icon-box.icon-box-square .icon-box-content {
  padding-left: 100px;
}
.icon-box.icon-box-circle.icon-box-right, .icon-box.icon-box-square.icon-box-right {
  padding-right: 100px;
}
.icon-box.icon-box-square .icon-box-icon,
.icon-box.icon-box-square .icon-box-icon:after {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.icon-box.icon-box-no-animation .icon-box-icon:after {
  display: none !important;
}
.icon-box.icon-box-spinning .icon-box-icon:hover i {
  -moz-animation: spinAround 2s linear infinite;
  -webkit-animation: spinAround 2s linear infinite;
  animation: spinAround 2s linear infinite;
}

/* ==========================================================================
   MAP
   ========================================================================== */
.swiftmap {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ==========================================================================
   Team Members
   ========================================================================== */
.swift-team-member {
  position: relative;
}
.swift-team-member .swift-team-member-img img {
  display: block;
}
.swift-team-member .swift-team-member-details {
  padding-top: 15px;
}
.swift-team-member .swift-team-member-name {
  font-size: 1.429em;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: normal;
  margin: 0;
  text-align: center;
}
.swift-team-member .swift-team-member-position {
  text-align: center;
  display: block;
}
.swift-team-member .swift-team-member-description {
  margin: 15px 0;
}
.swift-team-member .swift-team-member-social {
  text-align: center;
  display: block;
  padding: 5px 0;
  border-top: 1px solid #ededed;
}
.swift-team-member.swift-team-member-rounded .swift-team-member-img {
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.swift-team-member.swift-team-member-rounded .swift-team-member-img img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.swift-team-member.swift-team-member-overlay .swift-team-member-details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
}
.swift-team-member.swift-team-member-overlay a {
  color: inherit;
}
.swift-team-member.swift-team-member-overlay .swift-team-member-img {
  background-color: #000;
}
.swift-team-member.swift-team-member-overlay .swift-team-member-img img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.swift-team-member.swift-team-member-overlay .swift-team-member-name {
  color: inherit;
}
.swift-team-member.swift-team-member-overlay .swift-team-member-social {
  border-color: inherit;
}
.swift-team-member.swift-team-member-overlay:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* ==========================================================================
   Message Box
   ========================================================================== */
.swift-message-box {
  position: relative;
  background-color: #fff;
  padding: 15px;
  border-top: 3px solid #8fae1b;
  margin-bottom: 30px;
}
.swift-message-box > i,
.swift-message-box > object {
  vertical-align: middle;
  margin-right: 15px;
}
.swift-message-box.swift-message-box-close {
  padding-right: 50px;
}
.swift-message-box.swift-message-box-close .swift-message-box-close-trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  color: inherit;
  cursor: pointer;
}

/* ==========================================================================
   Pricing Tables - Available styles: Dark, Light, Colorful
   ========================================================================== */
.pricing-table {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 -15px 30px -15px;
}

.pricing-table-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  align-self: stretch;
  text-align: center;
  -webkit-flex: 0 1 80%;
  flex: 0 1 80%;
  padding: 30px;
  margin: 30px 1%;
  background-color: #fff;
}
@media (min-width: 768px) {
  [data-pricing-table-columns="1"] .pricing-table-item {
    -webkit-flex: 0 1 92%;
    flex: 0 1 92%;
  }
  [data-pricing-table-columns="1"].pricing-table-no-gutter .pricing-table-item {
    -webkit-flex: 0 1 94%;
    flex: 0 1 94%;
  }
  [data-pricing-table-columns="2"] .pricing-table-item {
    -webkit-flex: 0 1 42%;
    flex: 0 1 42%;
  }
  [data-pricing-table-columns="2"].pricing-table-no-gutter .pricing-table-item {
    -webkit-flex: 0 1 44%;
    flex: 0 1 44%;
  }
  [data-pricing-table-columns="3"] .pricing-table-item {
    -webkit-flex: 0 1 25.3333333333%;
    flex: 0 1 25.3333333333%;
  }
  [data-pricing-table-columns="3"].pricing-table-no-gutter .pricing-table-item {
    -webkit-flex: 0 1 27.3333333333%;
    flex: 0 1 27.3333333333%;
  }
  [data-pricing-table-columns="4"] .pricing-table-item {
    -webkit-flex: 0 1 17%;
    flex: 0 1 17%;
  }
  [data-pricing-table-columns="4"].pricing-table-no-gutter .pricing-table-item {
    -webkit-flex: 0 1 19%;
    flex: 0 1 19%;
  }
  [data-pricing-table-columns="5"] .pricing-table-item {
    -webkit-flex: 0 1 12%;
    flex: 0 1 12%;
  }
  [data-pricing-table-columns="5"].pricing-table-no-gutter .pricing-table-item {
    -webkit-flex: 0 1 14%;
    flex: 0 1 14%;
  }
  [data-pricing-table-columns="6"] .pricing-table-item {
    -webkit-flex: 0 1 8.6666666667%;
    flex: 0 1 8.6666666667%;
  }
  [data-pricing-table-columns="6"].pricing-table-no-gutter .pricing-table-item {
    -webkit-flex: 0 1 10.6666666667%;
    flex: 0 1 10.6666666667%;
  }
  [data-pricing-table-columns="7"] .pricing-table-item {
    -webkit-flex: 0 1 6.2857142857%;
    flex: 0 1 6.2857142857%;
  }
  [data-pricing-table-columns="7"].pricing-table-no-gutter .pricing-table-item {
    -webkit-flex: 0 1 8.2857142857%;
    flex: 0 1 8.2857142857%;
  }
  [data-pricing-table-columns="8"] .pricing-table-item {
    -webkit-flex: 0 1 4.5%;
    flex: 0 1 4.5%;
  }
  [data-pricing-table-columns="8"].pricing-table-no-gutter .pricing-table-item {
    -webkit-flex: 0 1 6.5%;
    flex: 0 1 6.5%;
  }
  [data-pricing-table-columns="9"] .pricing-table-item {
    -webkit-flex: 0 1 3.1111111111%;
    flex: 0 1 3.1111111111%;
  }
  [data-pricing-table-columns="9"].pricing-table-no-gutter .pricing-table-item {
    -webkit-flex: 0 1 5.1111111111%;
    flex: 0 1 5.1111111111%;
  }
  [data-pricing-table-columns="10"] .pricing-table-item {
    -webkit-flex: 0 1 2%;
    flex: 0 1 2%;
  }
  [data-pricing-table-columns="10"].pricing-table-no-gutter .pricing-table-item {
    -webkit-flex: 0 1 4%;
    flex: 0 1 4%;
  }
  [data-pricing-table-columns="11"] .pricing-table-item {
    -webkit-flex: 0 1 1.0909090909%;
    flex: 0 1 1.0909090909%;
  }
  [data-pricing-table-columns="11"].pricing-table-no-gutter .pricing-table-item {
    -webkit-flex: 0 1 3.0909090909%;
    flex: 0 1 3.0909090909%;
  }
  [data-pricing-table-columns="12"] .pricing-table-item {
    -webkit-flex: 0 1 0.3333333333%;
    flex: 0 1 0.3333333333%;
  }
  [data-pricing-table-columns="12"].pricing-table-no-gutter .pricing-table-item {
    -webkit-flex: 0 1 2.3333333333%;
    flex: 0 1 2.3333333333%;
  }
}
.pricing-table-no-gutter .pricing-table-item {
  margin-left: 0;
  margin-right: 0;
}
.pricing-table-rounded .pricing-table-item {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pricing-table-dark .pricing-table-item {
  background-color: #1B1D1F;
  color: #fff;
}
.pricing-table-light .pricing-table-item {
  background-color: #fff;
}
.pricing-table-colorful .pricing-table-item {
  background-color: #f04649;
  color: #fff;
}

.pricing-table-title {
  font-weight: bold;
  font-size: 1.429em;
  color: inherit;
  margin: 0;
  line-height: 2.6em;
  border-bottom: 2px solid #fff;
}
@media (min-width: 1200px) {
  .pricing-table-title {
    font-size: 1.857em;
  }
}
.pricing-table-light .pricing-table-title {
  border-color: #f04649;
}

.pricing-table-price {
  font-size: 2.429em;
  font-weight: bold;
  color: #f04649;
  padding: 25px 0;
}
.pricing-table-colorful .pricing-table-price {
  color: #fff;
}

.pricing-currency {
  font-size: 0.6em;
  vertical-align: top;
  line-height: 1em;
}

.pricing-table-period {
  font-size: 0.6em;
}

.pricing-table-sentence {
  font-weight: bold;
}

.pricing-table-item-featured {
  margin: 0;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 0;
  z-index: 100;
}

.pricing-table-feature-list {
  text-align: left;
}

.pricing-table-action {
  color: #fff;
  background-color: #f04649;
  margin-top: auto;
  font-size: 12px;
  line-height: 1.429em;
  padding: 15px 5px;
  display: block;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
  -moz-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, opacity 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, opacity 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, opacity 0.2s linear;
}
.pricing-table-rounded .pricing-table-action {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.pricing-table-colorful .pricing-table-action {
  background-color: #fff;
  color: #f04649;
}
.pricing-table-colorful .pricing-table-action:hover {
  color: #262424;
}

.pricing-table-action:focus {
  outline: none;
}

/* ==========================================================================
   Search Shortcode
   ========================================================================== */
.swift-search {
  width: 100%;
}

.swift-ajax-search-container {
  position: relative;
}

.swift-ajax-results {
  width: 100%;
  border: 1px solid #737373;
  border-top: 0;
}
@media (min-width: 460px) {
  .swift-ajax-results {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
  }
}
.swift-ajax-results .swift-ajax-results-meta {
  text-transform: uppercase;
  font-size: 0.786em;
}
.swift-ajax-results .post-featured-img {
  float: left;
  margin: 0 15px 0 0;
}
.swift-ajax-results .post-featured-img img {
  height: 80px;
  width: auto;
  display: block;
}
@media (min-width: 768px) {
  .swift-ajax-results .post-featured-img img {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .swift-ajax-results .post-featured-img img {
    height: 140px;
  }
}
.swift-ajax-results .post-title {
  letter-spacing: normal;
  font-weight: 600;
  font-size: 1.143em;
  margin: 0;
}
.swift-ajax-results .swift-ajax-result {
  border-bottom: 1px solid #ededed;
  padding: 15px;
  *zoom: 1;
  background: #F8F8F8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.swift-ajax-results .swift-ajax-result:after {
  content: "";
  display: table;
  clear: both;
}
.swift-ajax-results .swift-ajax-result:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.swift-ajax-results .swift-ajax-result:last-child {
  border-bottom: 0;
}
.swift-ajax-results .swift-ajax-result .swift-result-content {
  min-width: 80%;
}
.swift-ajax-results .swift-ajax-loader {
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  background: #F8F8F8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

/* ==========================================================================
   Separator
   ========================================================================== */
.swift-separator {
  display: block;
  clear: both;
}

/* ==========================================================================
   Tabs
   ========================================================================== */
.swift-tabs {
  *zoom: 1;
}
.swift-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.swift-tabs .swift-tabs-content {
  display: none;
}
.swift-tabs .swift-tabs-content.active-content {
  display: block;
}
.swift-tabs ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  *zoom: 1;
}
.swift-tabs ul:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .swift-tabs ul {
    border-bottom: 1px solid #ededed;
  }
}
.swift-tabs ul li {
  display: block;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media (min-width: 768px) {
  .swift-tabs ul li {
    display: inline-block;
  }
}
.swift-tabs ul li.active-tab {
  border-color: #f04649;
}
.swift-tabs ul li.active-tab a {
  color: #f04649;
}
.swift-tabs ul a {
  line-height: 1em;
  padding: 15px 25px;
  display: block;
  color: #2e2f31;
  font-weight: 600;
}
.swift-tabs ul a:focus {
  outline: none;
}
.swift-tabs ul a:hover {
  color: #f04649;
}
@media (min-width: 768px) {
  .swift-tabs.swift-tabs-center ul {
    text-align: center;
  }
  .swift-tabs.swift-tabs-left ul, .swift-tabs.swift-tabs-right ul {
    width: 25%;
    border-bottom: 0;
    border-right: 1px solid #ededed;
    float: left;
  }
  .swift-tabs.swift-tabs-left ul li, .swift-tabs.swift-tabs-right ul li {
    display: block;
    margin-right: -1px;
    margin-bottom: 0;
    border-right: 2px solid transparent;
    border-bottom: 0;
  }
  .swift-tabs.swift-tabs-left ul li.active-tab, .swift-tabs.swift-tabs-right ul li.active-tab {
    border-color: #f04649;
  }
  .swift-tabs .swift-tabs-content {
    margin-bottom: 30px;
    display: none;
  }
  .swift-tabs .swift-tabs-content.active-content {
    display: block;
  }
  .swift-tabs.swift-tabs-right ul {
    border-left: 1px solid #ededed;
    border-right: 0;
    float: right;
  }
  .swift-tabs.swift-tabs-right ul li {
    margin-right: 0;
    margin-left: -1px;
    border-left: 2px solid transparent;
    border-right: 0;
  }
  .swift-tabs.swift-tabs-right ul li.active-tab {
    border-right: 0;
    border-color: #f04649;
  }
  .swift-tabs .swift-tabs-content {
    margin-bottom: 30px;
    display: none;
  }
  .swift-tabs .swift-tabs-content.active-content {
    display: block;
  }
  .swift-tabs.swift-tabs-left .swift-tabs-content, .swift-tabs.swift-tabs-right .swift-tabs-content {
    width: 75%;
    float: left;
    padding-left: 25px;
  }
  .swift-tabs.swift-tabs-right .swift-tabs-content {
    padding-left: 0;
    padding-right: 25px;
  }
}

/* ==========================================================================
   Testimonials
   ========================================================================== */
.swift-testimonials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.swift-testimonials li {
  text-align: center;
  font-size: 1.429em;
  line-height: 2em;
  font-family: "Playfair Display", serif;
}
.swift-testimonials li span {
  display: block;
  margin: 20px 0 0 0;
  font-size: 0.8em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* ==========================================================================
   VC Video Background
   ========================================================================== */
.vc_media-bg-container {
  position: relative;
  overflow: hidden;
}

.vc-media-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

/* ==========================================================================
   Background Animations
   ========================================================================== */
.swift-bg-animation.swift-bg-animation-slow {
  background-position: 0px 50% !important;
  -moz-transition: background-position 1500s linear;
  -o-transition: background-position 1500s linear;
  -webkit-transition: background-position 1500s linear;
  transition: background-position 1500s linear;
}
.swift-bg-animation.swift-bg-animation-slow.vc_row[data-vc-full-width] {
  -moz-transition: background-position 1500s linear 0s, opacity 0.5s ease 0s;
  -o-transition: background-position 1500s linear 0s, opacity 0.5s ease 0s;
  -webkit-transition: background-position 1500s linear, opacity 0.5s ease;
  -webkit-transition-delay: 0s, 0s;
  transition: background-position 1500s linear 0s, opacity 0.5s ease 0s;
}
.swift-bg-animation.swift-bg-animation-normal {
  -moz-transition: background-position 1000s linear;
  -o-transition: background-position 1000s linear;
  -webkit-transition: background-position 1000s linear;
  transition: background-position 1000s linear;
}
.swift-bg-animation.swift-bg-animation-normal.vc_row[data-vc-full-width] {
  -moz-transition: background-position 1000s linear 0s, opacity 0.5s ease 0s;
  -o-transition: background-position 1000s linear 0s, opacity 0.5s ease 0s;
  -webkit-transition: background-position 1000s linear, opacity 0.5s ease;
  -webkit-transition-delay: 0s, 0s;
  transition: background-position 1000s linear 0s, opacity 0.5s ease 0s;
}
.swift-bg-animation.swift-bg-animation-fast {
  -moz-transition: background-position 700s linear;
  -o-transition: background-position 700s linear;
  -webkit-transition: background-position 700s linear;
  transition: background-position 700s linear;
}
.swift-bg-animation.swift-bg-animation-fast.vc_row[data-vc-full-width] {
  -moz-transition: background-position 700s linear 0s, opacity 0.5s ease 0s;
  -o-transition: background-position 700s linear 0s, opacity 0.5s ease 0s;
  -webkit-transition: background-position 700s linear, opacity 0.5s ease;
  -webkit-transition-delay: 0s, 0s;
  transition: background-position 700s linear 0s, opacity 0.5s ease 0s;
}
.swift-bg-animation.swift-bg-animation-left-to-right, .swift-bg-animation.swift-bg-animation-right-to-left {
  background-repeat: repeat-x !important;
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.swift-carousel {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  /* Custom Arrows
     ========================================================================== */
}
.swift-carousel .swift-carousel-nav {
  width: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.5s ease 0.5s, visibility 0s ease 1s;
  -o-transition: opacity 0.5s ease 0.5s, visibility 0s ease 1s;
  -webkit-transition: opacity 0.5s ease, visibility 0s ease;
  -webkit-transition-delay: 0.5s, 1s;
  transition: opacity 0.5s ease 0.5s, visibility 0s ease 1s;
}
.swift-carousel .swift-carousel-nav > div {
  width: 30px;
  height: 50px;
  pointer-events: all;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.swift-carousel .swift-carousel-nav > div:hover {
  background-color: #fff;
}
.swift-carousel .swift-carousel-nav > div:after {
  display: block;
  width: 30px;
  height: 50px;
  line-height: 50px;
  font-family: "Fontawesome";
  text-align: center;
}
.swift-carousel .swift-carousel-nav .owl-prev {
  float: left;
}
.swift-carousel .swift-carousel-nav .owl-prev:after {
  content: "";
}
.swift-carousel .swift-carousel-nav .owl-next {
  float: right;
}
.swift-carousel .swift-carousel-nav .owl-next:after {
  content: "";
}
.swift-carousel:hover .swift-carousel-nav {
  opacity: 1;
  visibility: visible;
  visibility: visible;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.5s ease 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.swift-carousel .animated {
  -moz-animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.swift-carousel .owl-animated-in {
  z-index: 0;
}
.swift-carousel .owl-animated-out {
  z-index: 1;
}
.swift-carousel .fadeOut {
  -moz-animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.swift-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.swift-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.swift-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.swift-carousel .swift-carousel-controls .swift-carousel-nav .owl-prev,
.swift-carousel .swift-carousel-controls .swift-carousel-nav .owl-next,
.swift-carousel .swift-carousel-controls .swift-carousel-dot {
  cursor: pointer;
  cursor: hand;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.swift-carousel.owl-loaded {
  display: block;
}
.swift-carousel.owl-loading {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: block;
}
.swift-carousel.owl-hidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.swift-carousel .owl-refresh .swift-carousel-item {
  display: none;
}
.swift-carousel .swift-carousel-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.swift-carousel .swift-carousel-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.swift-carousel.owl-text-select-on .swift-carousel-item {
  -moz-user-select: auto;
  -ms-user-select: auto;
  -webkit-user-select: auto;
  user-select: auto;
}
.swift-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.swift-carousel.owl-rtl {
  direction: rtl;
}
.swift-carousel.owl-rtl .swift-slider-item {
  float: right;
}
.no-js .swift-carousel {
  display: block;
}
.swift-carousel .swift-carousel-item .owl-lazy {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.swift-carousel .swift-carousel-item img {
  transform-style: preserve-3d;
}
.swift-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.swift-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.swift-carousel .owl-video-play-icon:hover {
  -moz-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.swift-carousel .owl-video-playing .owl-video-tn,
.swift-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.swift-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.swift-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.swift-carousel-height {
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* ==========================================================================
   Theme
   ========================================================================== */
.swift-theme .swift-carousel-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.swift-theme .swift-carousel-controls .swift-carousel-nav .disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
.swift-theme[data-swift-carousel-dots="false"] .swift-carousel-controls {
  margin-top: 0 !important;
}
.swift-theme .swift-carousel-dots .swift-carousel-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.swift-theme .swift-carousel-dots .swift-carousel-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: rgba(186, 186, 186, 0.88);
  display: block;
  -webkit-backface-visibility: visible;
  -moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, -o-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.swift-theme .swift-carousel-dots .swift-carousel-dot:hover span, .swift-theme .swift-carousel-dots .swift-carousel-dot.active span {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.swift-theme .swift-slider-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.swift-theme .swift-slider-dots .swift-slider-dot span {
  background: #fff;
}
[data-skin="dark"] .swift-theme .swift-slider-dots .swift-slider-dot span {
  background: #000;
}
.swift-theme .swift-slider-dots .swift-slider-dot:hover span, .swift-theme .swift-slider-dots .swift-slider-dot.active span {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

/* ==========================================================================
   Countdown -> States: Rounded (.swift-countdown-rounded), Circle (.swift-countdown-circle), Dashed (.swift-countdown-dashed)
   ========================================================================== */
.swift-countdown-section {
  margin-bottom: 15px;
  text-align: center;
  *zoom: 1;
}
.swift-countdown-section:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 460px) {
  .swift-countdown-section {
    width: 25%;
    display: inline-block;
    margin-bottom: 0;
  }
  [data-clockface="year"] .swift-countdown-section {
    width: 16.66%;
  }
  [data-clockface="month"] .swift-countdown-section {
    width: 20%;
  }
  [data-clockface="day"] .swift-countdown-section {
    width: 25%;
  }
  [data-clockface="hour"] .swift-countdown-section {
    width: 33.3333%;
  }
  [data-clockface="minute"] .swift-countdown-section {
    width: 50%;
  }
}
.swift-countdown-section > div:first-child {
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 600;
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
}
.swift-countdown-circle .swift-countdown-section > div:first-child {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 15px;
}
.swift-countdown-rounded .swift-countdown-section > div:first-child {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
}
.swift-countdown-dashed .swift-countdown-section > div:first-child {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  border-style: dashed;
  padding: 15px;
}
.swift-countdown-section .swift-countdown-label {
  color: #b5b5b5;
  font-style: italic;
}
.swift-countdown-section .swift-countdown-label {
  display: block;
}

.swift-popup {
  position: fixed !important;
  left: 50% !important;
  top: 50%;
  z-index: 999998;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s ease 0.5s, visibility 0s ease 1s;
  -o-transition: opacity 0.5s ease 0.5s, visibility 0s ease 1s;
  -webkit-transition: opacity 0.5s ease, visibility 0s ease;
  -webkit-transition-delay: 0.5s, 1s;
  transition: opacity 0.5s ease 0.5s, visibility 0s ease 1s;
}
.swift-popup > .vc_row {
  position: relative;
}
.swift-popup.swift-visible {
  visibility: visible;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.5s ease 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.swift-popup:after,
.swift-popup:before {
  display: none !important;
}

.swift-popup-overlay {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.5s ease 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  z-index: 999997;
}
.swift-popup-overlay.swift-overlay-hidden {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s ease 0.5s, visibility 0s ease 1s;
  -o-transition: opacity 0.5s ease 0.5s, visibility 0s ease 1s;
  -webkit-transition: opacity 0.5s ease, visibility 0s ease;
  -webkit-transition-delay: 0.5s, 1s;
  transition: opacity 0.5s ease 0.5s, visibility 0s ease 1s;
}

.swift-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999999;
}

.page-submenu-sticky {
  position: fixed;
  z-index: 2147483647;
}

/* ==========================================================================
   Social Buttons
   ========================================================================== */
.swift-btn.swift-share-facebook {
  background-color: #3765A3;
}
.swift-btn.swift-share-facebook.swift-btn-3d {
  -moz-box-shadow: 0 6px #265085;
  -webkit-box-shadow: 0 6px #265085;
  box-shadow: 0 6px #265085;
}
.swift-btn.swift-share-facebook.swift-btn-3d:hover {
  -moz-box-shadow: 0 4px #265085;
  -webkit-box-shadow: 0 4px #265085;
  box-shadow: 0 4px #265085;
}
.swift-btn.swift-share-facebook.swift-btn-3d:active {
  top: 6px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.swift-btn.swift-share-facebook:hover {
  background-color: #265085;
}
.swift-btn.swift-share-twitter {
  background-color: #28A9E2;
}
.swift-btn.swift-share-twitter.swift-btn-3d {
  -moz-box-shadow: 0 6px #207ca3;
  -webkit-box-shadow: 0 6px #207ca3;
  box-shadow: 0 6px #207ca3;
}
.swift-btn.swift-share-twitter.swift-btn-3d:hover {
  -moz-box-shadow: 0 4px #207ca3;
  -webkit-box-shadow: 0 4px #207ca3;
  box-shadow: 0 4px #207ca3;
}
.swift-btn.swift-share-twitter.swift-btn-3d:active {
  top: 6px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.swift-btn.swift-share-twitter:hover {
  background-color: #207ca3;
}
.swift-btn.swift-share-google-plus {
  background-color: #DC483B;
}
.swift-btn.swift-share-google-plus.swift-btn-3d {
  -moz-box-shadow: 0 6px #a1261b;
  -webkit-box-shadow: 0 6px #a1261b;
  box-shadow: 0 6px #a1261b;
}
.swift-btn.swift-share-google-plus.swift-btn-3d:hover {
  -moz-box-shadow: 0 4px #a1261b;
  -webkit-box-shadow: 0 4px #a1261b;
  box-shadow: 0 4px #a1261b;
}
.swift-btn.swift-share-google-plus.swift-btn-3d:active {
  top: 6px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.swift-btn.swift-share-google-plus:hover {
  background-color: #a1261b;
}
.swift-btn.swift-share-linkedin {
  background-color: #007BB6;
}
.swift-btn.swift-share-linkedin.swift-btn-3d {
  -moz-box-shadow: 0 6px #006492;
  -webkit-box-shadow: 0 6px #006492;
  box-shadow: 0 6px #006492;
}
.swift-btn.swift-share-linkedin.swift-btn-3d:hover {
  -moz-box-shadow: 0 4px #006492;
  -webkit-box-shadow: 0 4px #006492;
  box-shadow: 0 4px #006492;
}
.swift-btn.swift-share-linkedin.swift-btn-3d:active {
  top: 6px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.swift-btn.swift-share-linkedin:hover {
  background-color: #006492;
}
.swift-btn.swift-share-pinterest {
  background-color: #CB2027;
}
.swift-btn.swift-share-pinterest.swift-btn-3d {
  -moz-box-shadow: 0 6px #a01b1f;
  -webkit-box-shadow: 0 6px #a01b1f;
  box-shadow: 0 6px #a01b1f;
}
.swift-btn.swift-share-pinterest.swift-btn-3d:hover {
  -moz-box-shadow: 0 4px #a01b1f;
  -webkit-box-shadow: 0 4px #a01b1f;
  box-shadow: 0 4px #a01b1f;
}
.swift-btn.swift-share-pinterest.swift-btn-3d:active {
  top: 6px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.swift-btn.swift-share-pinterest:hover {
  background-color: #a01b1f;
}

.swift-social-sidebar {
  display: none;
  position: fixed;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 460px) {
  .swift-social-sidebar {
    display: block;
    margin-bottom: 0;
  }
  .swift-social-sidebar a {
    padding: 0 15px;
    display: block;
  }
  .swift-social-sidebar.social-sidebar-left {
    left: 0;
  }
  .swift-social-sidebar.social-sidebar-right {
    right: 0;
  }
}
.swift-social-sidebar.grayscale {
  -webkit-filter: sepia(70%);
  filter: sepia(70%);
}
.swift-social-sidebar.pastel {
  -webkit-filter: sepia(50%);
  filter: sepia(50%);
}

/* ==========================================================================
   Social Locker
   ========================================================================== */
.swift-social-locker-wrapper {
  background: #fff;
  border: 1px solid #ececec;
  padding: 20px 0;
  position: absolute;
  z-index: 20;
  display: none;
}

.swift-social-locker-heading {
  font-weight: bold;
}

.swift-social-locker-container {
  text-align: center;
  width: 100%;
}

.social-locker-countdown-container {
  margin-top: 15px;
}
.social-locker-countdown-container > div {
  text-align: center;
}

.swift-social-locker.swift-social-locker-hidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.swift-social-locker-resized {
  overflow: hidden;
}

.swift-social-locker.swift-social-locker-blur .vc_column-inner,
.swift-social-locker.swift-social-locker-blur .wpb_wrapper {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -moz-transition: blur 0.5s ease;
  -o-transition: blur 0.5s ease;
  -webkit-transition: blur 0.5s ease;
  transition: blur 0.5s ease;
}

.swift-social-locker.swift-social-locker-blur * {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.swift-social-locker-btn {
  width: 120px;
  height: 40px;
  display: inline-block;
  -moz-transition: -moz-transform 0.33s ease;
  -o-transition: -o-transform 0.33s ease;
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-left: 4px;
  vertical-align: top;
}

.swift-social-locker-btn a,
.swift-social-locker-btn a:hover {
  text-decoration: none;
  color: #fff;
}

.swift-social-locker-btn .swift-default-state,
.swift-social-locker-btn .swift-active-state {
  height: 40px;
}

.swift-social-locker-btn .swift-default-state {
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -webkit-transform: translateZ(20px);
  transform: translateZ(20px);
}

.swift-social-locker-btn.swift-flip-to-top .swift-active-state {
  -moz-transform: rotateX(-90deg) translateZ(-20px);
  -ms-transform: rotateX(-90deg) translateZ(-20px);
  -webkit-transform: rotateX(-90deg) translateZ(-20px);
  transform: rotateX(-90deg) translateZ(-20px);
}

/* Rotate the cube */
.swift-social-locker-btn.swift-flip-to-top:hover {
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.swift-default-state,
.swift-active-state {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  -webkit-transition: background 250ms ease;
  transition: background 250ms ease;
}

.swift-social-locker-btn-facebook,
.swift-social-locker-btn-facebook a,
.swift-social-locker-btn-facebook a:hover,
.swift-social-locker-btn-twitter,
.swift-social-locker-btn-google {
  color: #fff;
}

.swift-social-locker-btn-twitter .swift-active-state iframe {
  vertical-align: middle;
}

.swift-social-locker-btn-facebook .swift-default-state {
  background: #4A66A0;
}

.swift-social-locker-btn-facebook .swift-active-state {
  background: #425987;
}

.swift-social-locker-btn-twitter .swift-default-state {
  background: #55ACEE;
}

.swift-social-locker-btn-twitter .swift-active-state {
  background: #1C90E8;
}

.swift-social-locker-btn-google .swift-default-state {
  background: #D73D32;
}

.swift-social-locker-btn-google .swift-active-state {
  background: #B5221B;
}

.swift-social-locker-btn-facebook .fb_iframe_widget span {
  vertical-align: middle !important;
}

.swift-social-locker-btn-twitter .twitter-share-button {
  margin-bottom: 0 !important;
}

.swift-social-locker-btn-google .swift-active-state div {
  vertical-align: middle !important;
}

.swift-fb-share {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNGI2N2ExIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDU2MWIwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #4b67a1), color-stop(100%, #4561b0));
  background-image: -moz-linear-gradient(#ffffff, #4b67a1, #4561b0);
  background-image: -webkit-linear-gradient(#ffffff, #4b67a1, #4561b0);
  background-image: linear-gradient(#ffffff, #4b67a1, #4561b0);
  background: #4A66A0;
  padding: 3px;
  font-size: 11px;
  font-weight: bold;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
}
.swift-fb-share:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTg3OGNmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTc3N2NlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #5878cf), color-stop(100%, #5777ce));
  background-image: -moz-linear-gradient(#ffffff, #5878cf, #5777ce);
  background-image: -webkit-linear-gradient(#ffffff, #5878cf, #5777ce);
  background-image: linear-gradient(#ffffff, #5878cf, #5777ce);
  background: #5777CE;
}
.swift-fb-share i {
  font-size: 17px;
  vertical-align: middle;
}

.swift-twitter-share {
  background: #55ACEE;
  padding: 3px;
  font-size: 11px;
  font-weight: bold;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
}
.swift-twitter-share:hover {
  background: #55ACEE;
}
.swift-twitter-share i {
  font-size: 17px;
  vertical-align: middle;
}

.page-submenu-sticky {
  position: fixed;
  z-index: 2147483647;
}

/* ==========================================================================
   Page submenu
   ========================================================================== */
.page-submenu {
  background: black;
}
.page-submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.page-submenu ul li {
  display: inline-block;
}
.page-submenu ul li a {
  display: inline-block;
  padding: 15px 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
.page-submenu ul li:hover a {
  color: inherit;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.page-submenu.page-submenu-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.page-submenu li.one-page-active a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* ==========================================================================
   One Page Dots
   ========================================================================== */
.one-page-slide-dots {
  display: none;
}

@media (min-width: 768px) {
  .one-page-slide-dots {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 50%;
    right: 30px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .one-page-slide-dots li {
    position: relative;
    z-index: 2;
    width: 10px;
    height: 10px;
    background-color: rgba(186, 186, 186, 0.88);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .one-page-slide-dots li:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: ' ';
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease;
    -o-transition: -o-transform 0.3s ease, opacity 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .one-page-slide-dots li.one-page-active:after {
    opacity: 0.6;
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }

  .one-page-slide-dots li a {
    position: relative;
    z-index: 3;
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
  }
}
/* ==========================================================================
   Custom grid
   ========================================================================== */
.swift-custom-grid-container {
  position: relative;
  margin-top: 30px;
}
.swift-custom-grid-container .swift-post {
  margin-bottom: 30px;
  /*
  a {
  	border: 1px solid #EC4842;
  	padding: 5px 10px;
  	display: inline-block;
  	color: #EC4842;
  	font-weight: normal;
  	@include border-radius(15px);
  	@include transition(border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease);
  	
  	&:hover {
  		color: #fff;
  		background-color:#EC4842;
  	}
  }
  */
}
.swift-custom-grid-container .swift-post.swift-card-style {
  background-color: #fff;
  padding: 15px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.swift-custom-grid-container .swift-post .swift-post-cat {
  margin: 10px 0 5px 0;
}
.swift-custom-grid-container .swift-post .swift-post-cat a {
  font-size: 0.8em !important;
}
.swift-custom-grid-container .swift-post.swift-post-meta a {
  font-size: 0.8em !important;
}
.swift-custom-grid-container .swift-post h2.swift-post-title {
  margin-top: 0;
  font-size: 1.4em !important;
}
.swift-card-style .swift-custom-grid-container .post-featured-img {
  margin: -15px -15px 0;
}
.swift-custom-grid-container .swift-pagination-container {
  clear: both;
  padding: 0 15px;
  margin: 15px 0;
}
.swift-custom-grid-container .swift-custom-grid-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.2);
  font-size: 40px;
  color: #000;
}
.swift-custom-grid-container .swift-custom-grid-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swift-custom-grid-filter-container {
  display: inline-block;
}
.swift-custom-grid-filter-container input, .swift-custom-grid-filter-container select {
  width: 100%;
}

.swift-visible {
  display: block !important;
}

.swift-hidden {
  display: none !important;
}

.woocommerce span.onsale {
  z-index: 1;
}

.woocommerce .swift-carousel .owl-stage-outer {
  padding-top: 15px;
}

/* Column Overlay
   ========================================================================== */
.swift-column-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.swift-column-overlay + .wpb_wrapper {
  position: relative;
}
