@charset "UTF-8";
/* config variables */
/* roboto font */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,300,400italic,500,500italic,700,700italic,900,900italic);
/* source sans pro */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
/* lato */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
/* merriweather */
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300italic,300,400italic,700,700italic);
/* libre franklin */
@import url(https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,700);
/*Montserat*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
/* modules */
/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */
/* fade in up */
@-webkit-keyframes customFadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes customFadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes customFadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes customFadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.customFadeInUp {
  -webkit-animation-name: customFadeInUp;
  animation-name: customFadeInUp;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes customFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes customFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes customFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes customFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.customFadeInDown {
  -webkit-animation-name: customFadeInDown;
  animation-name: customFadeInDown;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes featureFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes featureFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes featureFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes featureFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.featureFadeInDown {
  -webkit-animation-name: featureFadeInDown;
  animation-name: featureFadeInDown;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.89, 0.89, 0.89);
    -o-transform: scale3d(0.89, 0.89, 0.89);
    -ms-transform: scale3d(0.89, 0.89, 0.89);
    -webkit-transform: scale3d(0.89, 0.89, 0.89);
    transform: scale3d(0.89, 0.89, 0.89);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInScale {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.89, 0.89, 0.89);
    -o-transform: scale3d(0.89, 0.89, 0.89);
    -ms-transform: scale3d(0.89, 0.89, 0.89);
    -webkit-transform: scale3d(0.89, 0.89, 0.89);
    transform: scale3d(0.89, 0.89, 0.89);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInScale {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.89, 0.89, 0.89);
    -o-transform: scale3d(0.89, 0.89, 0.89);
    -ms-transform: scale3d(0.89, 0.89, 0.89);
    -webkit-transform: scale3d(0.89, 0.89, 0.89);
    transform: scale3d(0.89, 0.89, 0.89);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.89, 0.89, 0.89);
    -o-transform: scale3d(0.89, 0.89, 0.89);
    -ms-transform: scale3d(0.89, 0.89, 0.89);
    -webkit-transform: scale3d(0.89, 0.89, 0.89);
    transform: scale3d(0.89, 0.89, 0.89);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInScale {
  -webkit-animation-name: fadeInScale;
  animation-name: fadeInScale;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInScaleDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInScaleDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInScaleDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInScaleDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInScaleDown {
  -webkit-animation-name: fadeInScaleDown;
  animation-name: fadeInScaleDown;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

@-webkit-keyframes stripey {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    -o-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    -ms-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    -webkit-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes stripey {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    -o-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    -ms-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    -webkit-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes stripey {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    -o-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    -ms-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    -webkit-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes stripey {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    -o-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    -ms-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    -webkit-transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
    transform: translate3d(0, 40%, 0) scale3d(0.92, 0.92, 0.92);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.stripey {
  -webkit-animation-name: stripey;
  animation-name: stripey;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

/* global notification */
.global-notification {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99999;
  height: 65px;
  width: 65px;
  border-radius: 50px;
  background: #25BAF0;
  padding: 15px 30px;
  opacity: 0;
  /*cubic-bezier(0.25, 0.25, 0.4, 1.6)*/
}
.global-notification .message {
  opacity: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-weight: 600;
  position: relative;
  top: -3px;
}

@-webkit-keyframes notification {
  0% {
    width: 65px;
    opacity: 1;
  }
  100% {
    width: 400px;
    opacity: 1;
  }
}
@-moz-keyframes notification {
  0% {
    width: 65px;
    opacity: 1;
  }
  100% {
    width: 400px;
    opacity: 1;
  }
}
@-o-keyframes notification {
  0% {
    width: 65px;
    opacity: 1;
  }
  100% {
    width: 400px;
    opacity: 1;
  }
}
@keyframes notification {
  0% {
    width: 65px;
    opacity: 1;
  }
  100% {
    width: 400px;
    opacity: 1;
  }
}
@-webkit-keyframes notification-remove {
  0% {
    width: 360px;
    opacity: 1;
  }
  100% {
    width: 65px;
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes notification-remove {
  0% {
    width: 360px;
    opacity: 1;
  }
  100% {
    width: 65px;
    opacity: 0;
    visibility: hidden;
  }
}
@-o-keyframes notification-remove {
  0% {
    width: 360px;
    opacity: 1;
  }
  100% {
    width: 65px;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes notification-remove {
  0% {
    width: 360px;
    opacity: 1;
  }
  100% {
    width: 65px;
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes notification-child {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes notification-child {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes notification-child {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes notification-child {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.uber-notification-remove {
  -webkit-animation-name: notification-remove;
  animation-name: notification-remove;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.37, 1.39, 0.41, 0.91);
}

.uber-notification {
  -webkit-animation-name: notification;
  animation-name: notification;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.37, 1.39, 0.41, 0.91);
}
.uber-notification .message {
  -webkit-animation-name: notification-child;
  animation-name: notification-child;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.55s;
  -moz-animation-duration: 0.55s;
  -o-animation-duration: 0.55s;
  -ms-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}

/* Generated with Bounce.js. Edit at http://goo.gl/PJ93gs */
@-webkit-keyframes anim-jelly {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes anim-jelly {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* bootstrap overrides */
body {
  font-size: .9rem;
}

::selection {
  background-color: #F90502;
  color: #222;
}

a {
  outline: none;
}
a:focus, a.active {
  outline: none;
}

@media (min-width: 1200px) {
  .container:not(.no-override) {
    max-width: 1070px;
  }
}
@media (min-width: 992px) {
  .container {
    position: relative;
  }
}

a {
  color: #3e70ff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: #459CE7;
  text-decoration: none;
}

.page-item.active .page-link {
  background-color: #4e7396;
}

.page-link {
  color: #5F8AB0;
  padding: 0.5rem 0.9rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media (max-width: 991px) {
  .table-responsive th,
  .table-responsive td {
    white-space: nowrap;
  }
}

/* bootstrap */
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #f90502;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #fa3102;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.is-invalid {
  color: red;
}

.is-invalid input {
  border-color: red;
}

.is-invalid textarea {
  border-color: red;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #f90502;
  border-color: #f90502;
}

.btn-primary:hover {
  color: #fff;
  background-color: #fa3102;
  border-color: #fa3102;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 5, 2, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #f77254;
  border-color: #f77254;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f90502;
  border-color: #f90502;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 5, 2, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff !important;
  border-bottom: 1px solid #f90502;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #f90202;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #7a0000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.font-xl {
  font-size: 100px;
  font-weight: bold;
}

.ctc-bar {
  color:#ffffff !important;
  background-color:#f90202 !important;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 0, 0, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #f90202;
  border-color: #f90202;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

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

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* components */
.alert-heading {
  margin-bottom: .7rem;
}

.alert-inverse {
  background-color: #353434;
  border-color: #484545;
  color: #fff;
}

.alert-inverse hr {
  border-top-color: #585858;
}

.alert-inverse .alert-link {
  color: #fff;
}

[data-animate] {
  opacity: 0;
}
[data-animate].animated, [data-animate].animated-end {
  opacity: 1;
}

.badge {
  font-size: 80%;
}
.badge.badge-outline {
  border: 1px solid;
  background: #fff;
}
.badge.badge-outline.badge-primary {
  border-color: #0275d8;
  color: #0275d8;
}
.badge.badge-outline.badge-secondary {
  border-color: #868e96;
  color: #6a7177;
}
.badge.badge-outline.badge-success {
  border-color: #5cb85c;
  color: #5cb85c;
}
.badge.badge-outline.badge-info {
  border-color: #5bc0de;
  color: #5bc0de;
}
.badge.badge-outline.badge-warning {
  border-color: #f0ad4e;
  color: #f0ad4e;
}
.badge.badge-outline.badge-danger {
  border-color: #d9534f;
  color: #d9534f;
}
.badge.badge-outline.badge-light {
  border-color: #a9a9a9;
  color: #8a8a8a;
}
.badge.badge-outline.badge-dark {
  border-color: #222;
  color: #222;
}

.btn-outline-secondary {
  color: #9c9c9c;
}

.btn-pill {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 27px;
  border-radius: 55px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  text-align: center;
}
.btn-pill:hover, .btn-pill:focus {
  text-decoration: none;
  color: #fff;
}
.btn-pill:active {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
}
.btn-pill.btn-pill-lg {
  font-size: 16px;
  padding: 12px 40px;
}
.btn-pill.btn-pill-sm {
  font-size: 13px;
  padding: 6px 21px;
}
.btn-pill.btn-pill-secondary {
  background: #fff;
  border: 1px solid #bbbbbb;
  color: #555;
  text-shadow: none;
}
.btn-pill.btn-pill-secondary:hover {
  color: #555;
}
.btn-pill.btn-pill-primary {
  background: #57B8F8;
  border: 1px solid #57B8F8;
}
.btn-pill.btn-pill-success {
  background: #7ab55c;
  border: 1px solid #7ab55c;
}
.btn-pill.btn-pill-dark {
  background: #2C394D;
  border: 1px solid #2C394D;
}
.btn-pill.btn-pill-info {
  background: #5bc0de;
  border: 1px solid #5bc0de;
}
.btn-pill.btn-pill-warning {
  background: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.btn-pill.btn-pill-danger {
  background: #d9534f;
  border: 1px solid #d9534f;
}

.btn-shadow {
  border: 0;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 12px 23px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-shadow:hover, .btn-shadow:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: rgba(23, 43, 99, 0.3) 0 8px 35px;
}
.btn-shadow:active {
  box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px, inset 0 2px 3px rgba(0, 0, 0, 0.3);
}
.btn-shadow.btn-shadow-sm {
  font-size: 11px;
  padding: 7px 14px;
}
.btn-shadow.btn-shadow-lg {
  font-size: 14px;
  padding: 16px 31px;
}
.btn-shadow.btn-shadow-secondary {
  background: #fff;
  color: #444;
  text-shadow: none;
}
.btn-shadow.btn-shadow-primary {
  background: linear-gradient(#fa3102, #f90202);
}
.btn-shadow.btn-shadow-dark {
  background: #2C394D;
}
.btn-shadow.btn-shadow-info {
  background: #42B1E2;
}
.btn-shadow.btn-shadow-warning {
  background: #E2B477;
}
.btn-shadow.btn-shadow-success {
  background: #0ad6bc;
}
.btn-shadow.btn-shadow-danger {
  background: #bd4242;
}

.btn-group .btn-primary {
  border-color: #075698;
}
.btn-group .btn-success {
  border-color: #4d9a4d;
}
.btn-group .btn-info {
  border-color: #54a3bb;
}
.btn-group .btn-warning {
  border-color: #ce9648;
}
.btn-group .btn-danger {
  border-color: #af4744;
}

.dropdown-menu {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.dropdown-menu.dropdown-menu-dark {
  background: #282f37 !important;
  border-color: #242a31 !important;
}
.dropdown-menu.dropdown-menu-dark .dropdown-item {
  color: #dadada !important;
}
.dropdown-menu.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu.dropdown-menu-dark .dropdown-item:active, .dropdown-menu.dropdown-menu-dark .dropdown-item:focus {
  color: #fff !important;
  background: #31353e !important;
}
.dropdown-menu.dropdown-menu-dark .dropdown-divider {
  border-top: 1px solid #191e23;
}

@media (min-width: 992px) {
  .show > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.navbar .dropdown-toggle::after {
  display: none;
}

.dropdown-submenu .dropdown-toggle i {
  font-size: 10px;
  position: absolute;
  right: 14px;
  top: 8px;
  color: #a3a7bd;
}
@media (max-width: 991px) {
  .dropdown-submenu .dropdown-menu {
    border-color: #e8e8e8;
  }
  .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .dropdown-submenu .dropdown-menu {
    left: 98%;
    top: -2px;
    border-radius: 0.25rem !important;
  }
}

.dropdown-extend {
  position: initial;
}

.dropdown-extend-menu {
  width: 100%;
}
@media (min-width: 768px) {
  .dropdown-extend-menu {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .dropdown-extend-menu .dropdown-item {
    margin: 5px 0;
  }
}
.dropdown-extend-menu .dropdown-item i {
  margin-right: 3px;
  font-size: 14px;
  color: #6b7386;
}
@media (max-width: 767px) {
  .dropdown-extend-menu .dropdown-item i {
    display: none;
  }
  #click-to-call-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    display: block;
    z-index: 10000;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-decoration: none !important;
    font-weight: 600;
  }
}

.iconav {
  background-color: #fff;
  border: 1px solid #eee;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .iconav {
    width: 70px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.iconav .iconav-nav {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
.iconav .iconav-brand {
  display: block;
  padding-top: 27px;
  padding-bottom: 27px;
  font-size: 32px;
  line-height: 1;
  color: #8691b5;
  text-align: center;
  border-bottom: 0;
  background-color: #f3f4f7;
}
.iconav .nav-item + .nav-item .nav-link {
  border-top: 1px solid #eee;
}
@media (max-width: 767px) {
  .iconav .nav-slider {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
.iconav .nav-link {
  position: relative;
  text-align: center;
  font-size: 23px;
  color: #7d8292;
}
.iconav .nav-link.active {
  background-color: #f4f4f7;
  color: #53565f;
}
.iconav .nav-link-label {
  font-size: 13px;
  display: block;
  text-align: center;
}
.iconav.iconav-inverse {
  background-color: #30343e;
  border: none;
}
.iconav.iconav-inverse .iconav-brand {
  background-color: #0f1013;
  color: #6f7890;
}
.iconav.iconav-inverse .nav-item + .nav-item .nav-link {
  border-top: 1px solid #212225;
}
.iconav.iconav-inverse .nav-link {
  color: #fff;
}
.iconav.iconav-inverse .nav-link.active {
  background-color: #20232b;
  color: #889cd0;
}

.nav-bordered.nav-vertical .nav-link.active:after {
  height: 80%;
  width: 3px;
  bottom: inherit;
  top: 2px;
  left: -5px;
  margin: auto 0;
}
.nav-bordered.nav-vertical .nav-header {
  text-transform: uppercase;
  padding: 0.5em 1em;
  color: #676767;
  letter-spacing: .5px;
  font-size: 90%;
}
.nav-bordered.nav-vertical li + .nav-header {
  margin-top: 20px;
}
.nav-bordered .nav-link.active {
  color: #333;
  position: relative;
}
.nav-bordered .nav-link.active:after {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #6f6f6f;
  width: 75%;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.spacial-select {
  /* background: #f9f9f9 url("../images/ecommerce/select.png") no-repeat right center; */
  border: 1px solid #ccc;
  padding: 7px 9px;
  outline: none;
  border-radius: 2px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: #555;
  margin: 0;
  width: 180px;
  max-width: 100%;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.statcard.statcard-primary {
  background: #1997c6;
  border-radius: 5px;
}
.statcard.statcard-primary .statcard-number {
  color: #fff;
}
.statcard.statcard-primary .statcard-desc {
  color: rgba(255, 255, 255, 0.8);
}
.statcard.statcard-primary .stat-indicator {
  color: #fff;
}
.statcard.statcard-success {
  border-radius: 5px;
  background: #16bf86;
}
.statcard.statcard-success .statcard-number {
  color: #fff;
}
.statcard.statcard-success .statcard-desc {
  color: rgba(255, 255, 255, 0.8);
}
.statcard.statcard-success .stat-indicator {
  color: #fff;
}
.statcard.statcard-dark {
  border-radius: 5px;
  background: #333;
}
.statcard.statcard-dark .statcard-number {
  color: #fff;
}
.statcard.statcard-dark .statcard-desc {
  color: rgba(255, 255, 255, 0.8);
}
.statcard.statcard-dark .stat-indicator {
  color: #fff;
}
.statcard.statcard-danger {
  border-radius: 5px;
  background: #E64759;
}
.statcard.statcard-danger .statcard-number {
  color: #fff;
}
.statcard.statcard-danger .statcard-desc {
  color: rgba(255, 255, 255, 0.8);
}
.statcard.statcard-danger .stat-indicator {
  color: #fff;
}
.statcard.statcard-warning {
  border-radius: 5px;
  background: #E4D836;
}
.statcard.statcard-warning .statcard-number {
  color: #fff;
}
.statcard.statcard-warning .statcard-desc {
  color: rgba(255, 255, 255, 0.85);
}
.statcard.statcard-warning .stat-indicator {
  color: #fff;
}

.statcard-number .stat-indicator {
  font-size: 13px;
  position: relative;
  top: -7px;
  left: 4px;
}
.statcard-number .stat-indicator:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  vertical-align: middle;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.statcard-number .indicator-positive {
  color: #09a209;
}
.statcard-number .indicator-positive:after {
  border-top: 0;
  border-bottom: 5px solid;
}
.statcard-number .indicator-negative {
  color: #d80808;
}
.statcard-number .indicator-negative:after {
  border-bottom: 0;
  border-top: 5px solid;
}

.statcard-desc {
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: .7px;
  font-weight: 500;
  color: #6b7c98;
}

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

Copyright (c) 2014 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;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

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

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

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

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

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

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

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

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

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

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

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

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

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: 500;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.pika-button:hover {
  color: #fff;
  background: #46728c;
  box-shadow: none;
  border-radius: 3px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
  -o-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
  -o-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.pv-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.pv-inner.pv-animating {
  -webkit-transition: background-position 500ms ease-out;
  -moz-transition: background-position 500ms ease-out;
  -o-transition: background-position 500ms ease-out;
  transition: background-position 500ms ease-out;
}

.pv-inner {
  display: inline-block;
  height: 100%;
  width: auto;
  cursor: move;
}

.pv-vertical .pv-inner {
  width: 100%;
}

.pv-inner .pv-pano {
  height: 100%;
  width: auto;
}

.pv-vertical .pv-inner .pv-pano {
  height: auto;
  width: 100%;
}

.pv-container .pv-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.pv-container .pv-overlay i.pvicon-overlay {
  margin-top: -43px;
  top: 50%;
  margin-left: -40px;
  position: absolute;
  left: 50%;
  width: 80px;
  height: 87px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABXCAYAAACTFMIVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RDhBRjE4Mzg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RDhBRjE4NDg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZEOEFGMTgxODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZEOEFGMTgyODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++haY+QAAD8FJREFUeNrkXXtUVHUevwzI+yEIGKBIiimQLyzXBc11tfCVbXLMU5m6nrNueTQzt/1jO6nt2tO2fLSn3bO27abuamlmmiQopWillAGmqCgCIiAIDMhrmAf7+cLvdn7zmzvDzDB3QPue8z3XufO7v/v7fe73fb+DHpKK1NHREYZDLHggOBQcAPaU+gZ1gHVgLfgmuAJ8zcPDw+jA/iQPFUDT4BAPHg0Ok24vagcXgfMBZJPbAcSEg3CYBA6Wbm8ygQvAZwCkQXUAMRGp5URwknRnEal3FkCsVw1ATOKNQxo4SrozSQ8+DBArXA4gJvDCYQ44UrqziVT6kAiiKwB8CIc4K18HgRPBg8GBzOuRSpSAz7Mn6ygNBY8H07q/B19xs4P5FCBqXQIgLh6Fwy8VviJpnMs2qrFyOYUPOeDPwS123nIyeKFwbi84040g1jIQjT0CEBeSRD0G9hK+SgU/Du5n51SN4H+CL3Uzzge8kR3Nn4ROt9vHxyfbjSDmAsAfZAA1Tk5yvwJ4M8CLRPAMBkNLU1NTBbjSZDKJakvhznNGo3FMN/eLVgKvE1kfnwU3b96c6kYAxwE4X/mDlxPSF8QCZZ7uAz/Kn6irq7uUn59/sqSkpJKeFJFGo/FISkqKT0hImBwYGHgXG+qJJ/q72tratwYMGFBi5bYNttYUHh6+oKamRh8REXHCDQB6sSThtMSMsaMAEljJ3ClKz/7Cjp1Dzp49eyg3Nzefv87f318PNkIKpZaWFt/JkydPGzx48C/k70lKIUlvxsXFtVq59dP09G2sy4SH8AHAPO0GEMlu76Tbejlx8TDh84MceNL58+czefDuvvvuprFjxzaEhoaaRfTFxcX/w4Z9IHVj6TMkMvrSpUspISEhx8SxjP4D8MMgxUOUFgUp1oSFhS3BQ9ABxHyVAfRncW+Fh4PSR3ZoMXeKbOjr4JBOj9DYWLZ3794dpLKenp4mSNnNoUOHtloNrkwmPxxeASgB8vUA9QeArrOx8Nm2NAdzGrRa7bsAs1BlEMmR5DoqgWKOO0gGjwgSdFq2d6mpqbW2wGM2kb4/wTIZKTg4OJa4J7vCnF6Q4mdggzcDRDXjxEhnnIi/AoASB2CnE4iJiWmOj4+PZTbrLnYfyicv0lMDt3GXFcoAuoog/T5+fn5LKioqNkRHR+tUAjDEGQD7WQO0vb39VltbW/vAgQNDp0+f/oSVDOV+5q13g0+xc9Vq7A4ARh45ciQOYU4x7KxeJTvocBxoFXAy4oMGDYpMS0tbAgmIszEH2bulsFWzZIFRzVW2tEg5OTlq1SQ1zgBoUkhtukSzX7+AKVOmPObl5eVnp616pLq6mkKiGDV2Bxt4ubm5uQ1HX71e7yGpiaIDJJa7S4WswKKQiiwD2t2uWN2Fw0iHlExQQfJqsrOzDzJ7aAKrgZ3OGRsoJv514HLRmch0+fLlr06ePPktQDTBI0enpKSke3t7B8nf+/r6knr9pGKVlZX5BQUFpzyt7BhzDAc/YHNXOl19RkbGfxESda41Nja2BdLeoQKAt5wBsFnh3DHwk+JJpFaFx48f/1r+DI947dy5c5+NGzfuSWuT4/vc69ev31T6buTIkXGIDyd1B94XX3yxo6GhoXOdCGPaJk2aVKeS9tY7AyCpokG4jkCaxsIViZOmy8y5dEyYMKEWOTBtqkIJbKKqqqqCsrKyTo+cmJjYAG7iwpKggICAebZMjgweAvFOyUA2o5s5c2YNbHOHSgBWOmwDAQY5kWvCaQI0ywLppqbOjQwbNuwWA49ogNK8CH/qjh07dkQGnMCDfTTIDPDuJY13BLxZs2ZVwyabVAKPHkqZM06EqEjhXH/xBHLSThFHaNNmLfBmm9cePXp0N3lM+jxixIhGAk0Y5m1tMRR/It7b5UbwiMrxoFucBbBUobwUKeTMRoQPVCyVgoKCDLYAhJ3cc+PGjXp58xMnTlQqXV2wBl5WVtYO+XoA3+4G8IjOOhvGdKqY1PU+gqcIQSXrESh32p7+/fvzAMYIib8eTqOGjWtHEF5txWNel7rK9x285CqAd8MN4FUCg3KnC6oMxMuQspFSV6XYQgJbW1vrWZhiFIz4IDFek4GeMWPGDX9/f1ubz4SaXgBg4zF/y4ULFy4DRAMPXjfXu4Jo/pM9CaR5+ooFk5R5BJrFOs3NdXIRlY+zweFmgdStW9UsbzXYs3nktGVwTtn5+fkXZPBIct0EHtFpCE+dXbmtHVLYBCkkz/m0ggfufPUXEhLCq2+0WMdDvFbNxtmd7CMkaoBnb0HY4w3vbESgrFMpULbIC7DnAruLA3aCeB0g1ojntVpt51MKDAzU23Ig8NTVshQ5cl+qrqhUYbFGJUzjJJcCyNfFzCoMtbWyYbfpgZGWJYaHh0fCU5NT0kp9k6gJ4CRznqoAOFQIYUyQrAYFFbaoukRHRyeD6Z8PsdBgp5wi9QGiuPRrcpiurMYoUbwQwlTCBjayuM6mBAo0CuC/yHl23vm4k6ji9CP4o+7AkyTJJd1ZVVJXB6ps105AqlbPmzcvbNeuXQYGHEnfq/bMp9fr6zHnJ97e3tQuN5xlIUZmhyjv/kahrOaK1Izs8RXmLNrs3HuPm4uoNNXInysuLt4FL/kWKzxcZOPScdjjos2SJ1wqJ/M9lDQjU9UWluc7uv8e28B4Bc96jS84Mhohjtu3b9/zmZmZRc8+++yjCQkJSx2452ij0fgxYs37YGPrpNuZ8ATmdwgEtV0pdXVmRXHjdvNjkH3oEIZMYOPGI6bL7HCQkJFQatevl/ffYycidilIp06dKlOQwNFCplKMUEe2Y4WIAz+1UuaqQK78GZySRTEhIiLiN8uWLZs0f/58T2xkIDiyr0hVIngL+EewFtwGPgveynoC+bHvC5Jl4CTLn43xpeoMP668vPwAGzOajVkiSlh9fX3ukCFDqP9wPPLp+0pKSj4SxyAVPAd1vsWdagBTZ0SiuySQ/0Ab/Xs3mmNiQPqxa47xXyLJvyarpcReV+L0eHGS77777q9szHBrAH744YdPc3MlrFy5cowDGm4Ar3CbCrOel0Pg39sR9qzAU89gIMYL1RXZgRi4UGO0OElhYaEcX1lt/YBdlOuC5CgKt27d6kjDED28rZDQZ9QGUbaBb4DtblL09PSc0tDQsFMMenFOyQNbNE/u2bOnqDsAeSyd3Zy/v//bmzdvvldVAJm9WGlR+DKZWmpqao4TQ+Is+pgRQjxqZwiTIATKtfv375fTNXv6o20WGrC25tLS0j3gT+jfZpvTaHzT0tJWSyr+YookcJmY0mm12tNz5sx5ODIy8nni2bNnzwE4J7ubrKys7BqXRypmO1Cri1z039aTxeMht7700kuL4uLiXge/un79+iUUIvFjYmJiqG871kV5vyKA0/kTBoOhYe7cuX/MyMiQbZDh8OHDJYsXL34G0mOzEQjOQSmE2cbv+csvv9zNgdyjOh5iwWOvvfaa3B2h37BhwzcIeczeEPr5+UUxmzhADQDpqYwUFnU8JyeniTPgtEDToUPkY6Q/CYCYCcT27dsrRQCRIlH4UZKXlzfzwIEDhWvXrr2ioL4WQDY2NnZb75NfHUhdvzmhNjl9cHDwFcFeB3NltxtqAGjWRtHe3t7KgVDCbw7x2AcAYxVAGSVOpNPpqhD06hUkkEA8zRL1OBlsMF+IzWEg9GNzVWzZsqVUYb1mL/Xl9ymsBGYVcICqwQPxVkuFbwgR/lhuUR0CECbwH5QmQnZRziXpSj3OtUxK6KGck7g2EcxZjMMMhEGZlZWVh2HLVmDDSsn9EbOqQkFBLnfPn0y4eFFycnKAWjaQYsBPrQSxUTauschdKVOQg94eLIdiy2Q+gBbuGw5P+w+kgd/Clq7jxvF593pxbb8C4auxagTS9FT+DX6E/wJe9ykcsm2UjEgK83gPW11dXarggR0lMh8UZIczKa4UNOAmC/apusO/CeRLahYNUKGhof0klRo5SYUpL73KnwwLC0t55ZVXkiXLnmh5I1STe5uzf9UbN27MVLJ/ThCBQSpdZsOuFTMbWs8A50GzuCYqKspX7ZxuuSj2FRUVGZLwvkOkq1evzsjKynoRwepUTp169Wf+WPpz4l6WL1/+MFubOsUEymvp9aRQWTGuXr2aVLu7dxJDOPASJde8Z7ltANQwlSTbs0VQU82qVavox4MDu5mHbN9FpkoXJMs+6juaeGn5m2iAY2Nj5yIDGWlH5ZcC74afG3hmALKej/cEKfRC5rDEDin82ZJor94WwxAk6ekLFy5MUC0QvZMAhMRR3PUvoSTk/fLLL/9Wun3+sIRFytbU1GRwlwQSvSHGUiSFixYtSpT6zp9tskX+CmW2VrcBCCksU5LCdevWLb1NbKHFntrb293r3BDfxILb+VgKOagOUji9r0shlrpJjAO5OFWdQNrKlxZv6IqLi6kYGt3HAfzA7PWcwdDMwEt2N4AWUkhN4StWrJjZl6UQy9zDrxnqW80AHONWANmA90QpZC/FY/owgMf59TY3NxcxAEf1BoBR4BYxR0ZYky71cl+KjTVf4tdbW1v7NZenuxdANuhVhcaeo1LX38Tqa+BpWCsKrzH7GYD3qFZM6IbelIS228jIyF9v27btQcnGT7B6ie4Rq0f19fXX2T9VaUrvFkD218peF88vWLBgja+vb1+zhaniiYsgORzsTdXwg+2rEFWZiqmSlap1L6zRA/y9uEY86IeYCkf0ig3kBlt0UFFDeXJy8ug+AuCT4vq0Wm0+F0QH9DaAGkihxRPOz8+nOmJIL4MXIVbUiQ4cOPACF0RrehVAdsEkcZFI8drWrFlDDsWjFwH8WEH68qgxkwE4TKX7OnXRbnGx1MHVW+Uu3P5xhQZL4+bNm59SU317AmAcNaOKKz548OBz7g6ucdthrK3XjIqKirZz4A1V8f5OX/hnJYcyderUJDeC56PkdVtbW0uTkpJSGXjjJBV/6dQTAH3hUIqtPPkgNwH4rkUDt8lkeOedd3jVHajyGnp0cZqS7dm5c+citR0K7vOEUmd5Xl7eFg68kW5YR88mgAfeoaBCZenp6cNVXHSyWOCQHRnndVVVXZcBiAkGAMRqhbaQz9XIUFi8V6rw0MqnTZvm9vaSHv9WDnlyLSahHut9/PmoqKhZVVVVuyIiIq66+Of49Me4zf7CJexe+6ZNm144evSo3KFFHVy312/oDAbD+x29RNnZ2Wsl835CtwX0PVZhbqJAvV5/yd3gwevv4MAb4+7ymssAZJMl0u803AUenMaJ4ODg+zkA3f6fwLgUQCIE03OgznVqg0dl+pSUlAfcFe/ZAtDl9iI1NTXIx8dnHIy7Kn2CjY2NxjNnzvA/kSCnUXrHAMiIyltxkvoNSbUMvI7eAvD/AgwAe/DxchhoDlEAAAAASUVORK5CYII=);
}

.pv-container.pv-vertical .pv-overlay i.pvicon-overlay {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABXCAYAAACTFMIVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RDhBRjE4Nzg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RDhBRjE4ODg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZEOEFGMTg1ODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZEOEFGMTg2ODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FSJ+/AAAC+1JREFUeNrkXQlQVOcdf7uALPch14iSqkBATYgQoihiPKitaKpTOx5NptbpYWzs2I5jp9NONWltO46pmtHMtBONOpFRSrFBSpuogXgkXqBiQMSyILiICnIuLOyy9PeH79GPl13Ot8tj95v5zzv28R2/97+/73uouru7hdEUlUo1rOfRXggO3wCFgfxBGvaTCdQMegKqIkLdZsGGZbRj7xm/vQBEO8/hkAAKGmLVBlAR6A7a6HJaAFE/cdhC0HMjbKIJlId2njgdgKjbD4c0kPco+0minI+2/qs0ANU21C++OLwmA3hiPxejzmmCworaRuC54rAM5CFz1QRikMMDiJIICrBRfwlEtcMCyPTeLBv2mVyfGY7MgXFkW2zc7zi8KJXDAYhBueAw3Q799gJNdkQOnAhys1PfI5QAoKvM9VkzHFNAG0HhIPLljoLqBnipZMFfAjWAPgY9svBcqCNyoJeVNrYwkSO9FQVR3242mwOtPPtD0CoWL8/Gs7/EsxorxsThAJxg4V4gIz56CTAajTv0en2QBfBekTzre+vWrTn19fVuNpYeRQBoqT7KsHRIb7q7uwe4urpuZyBaBK+vguZm47Vr1xTBcXYL5bjSCTpl6QcRRIjoZmvgNTQ0lFdUVOhaWlrcnBVAKpdbW1v/bg1EtVodZzEN09T0IDc3N4uC/pCQEIMzAyh4e3ufe/bsWe5Qn29sbKzIycnJ6OjoMAYEBHQkJSU1OjWAPdYkMPDjoYCIZ+5nZ2f3gbd8+fIn4FSz0wM4FBAJPHBelslk6lI6eGMCoAgijMNn4x28MQOQ2gVApV1dXc3iDVjiLp1OVwar7DJewOvxU+VM6aOuecLgqSyyuGtZ3Py1AlDbcMh2cXHJpyoHaftvo0x+KC4WHqxQij9toAcAnCcO6xCpRLq5uR0WeudDFFvsCeCrPHh1dXUlKDcePHjwCOLbPXny5JCYmJi4SZMmxYOzVADvZUQgJrg/R+Endjs7gJSlWSNKDmLb7MLCwmK6AFBmcpJxbASg5dXV1XcSExPXgxPdfX195+Je0YwZMwqcHcBUgeUJy8vLPxfBi46Obp4zZ04jwOvmjEk9imtwcPDrdB0WFrbo5s2bZbNnz25xZiucIBqIy5cvX+2xJHFxDcnJyQ08eD0dgrgCvIt4VtfDugEBkWVlZUHQiSpnBdBHYLk76D0t+XhBQUGGhISE5kGMyU1maVWhoaFhpaWlXs4KYN/ccFtbW088C50miiNZ3OmMPCV/Vy+eaDQa99raWo2z6kCTeAJxdadjeHg4rVrYCHpR+P8MHrkrt0GZQm+635vTi4JS01n2AJDmNSih6o4Q7rlp06aFe3h4kCOtsSANlMJ/Hsf3ILlR4g+PHz9+SiA6qwiTkSjtkVdPz5AFCxasswAeH114Qk++hdMX6Fqv19cibm6FGHc5K4BUPuOMgzsXthmqqqquwPe7SuecqHuLoq3Vam+wBESnM/uBpRDN2+CuOC4ONZ89e/Z4TU1Nz/RmRETEV0uWLNmk4oJr6D1dQUHBHTqPiorSOwMHmgYQzQ8BmlG8bm1trSHwKBJJSUl5unDhwuvQcw857uw4d+5cJoV5MDp6+IZGZ+DAgeYt2gGiSYxIiAOZS9MUGRnZJj7T9yZMJgN0nx4GxzR//vwGC/W1OSIHDjvcAmcNqNsQ7rV4e3tbMiDPHBHAetk7aD0T88jhAISIUnhmr9kzraO6MSV26PdDvKwmRwWQnOZWG/dbMflB2QFklvayHHWFhoYGgGJxGsslG+6ijccO7UhjgA/gptwRw7GRFHd3d7+0tLQ3uVs9e0WE3gkpp4hErgi9qaxIGaVlMfzDC2z2jxzrRJa1qQQV48V1OwyANBiUPOYcvyBbh11dYw0GwzWNRhMu9M8h3qPFmGg3154A2jSZQCCCvsTpJyMxLEajsaW0tDSjsrIyU4xcqAC8KOHrCVhKg/2rvb39Rw6XjSGdiEPGQLGypbJv3743Y2Nj90ydOvXPAPLoEHXnoTNnzsTbDUGanR8NWahPA3oFtBQ0k99VhPPGblYaGxtvr1u37rXz58/H4zIGNB30pfh7Z2cnZWloMooWm3uDG1O7JaWmpia3oKBgf1tbWzl/v7y8/ERxcfESnL4OWgMKt8XYe8YvF4A49wcdArVJxqkD/YL2kPAANjQ0FDCAfLg68sXfoedq2O/h7LdXJeD9h/2esGLFiiU049c9cMkATZQbQLVMXDwVh1tC72p86QbDSaC/YICfjtBoWUxjgctusNO6nJycPMo3DlLP99CHq83NzRMVpQPRcVqZf0YYZEO1i4vLYsHyNogRFbgzpE9JBKrJR0T9HYP9DZ6ZDiNzRJBxM5AcHPhj0EwOUGN1dfXpwsLC/XV1dZdsrMLNgpXFRwBKe+nSpT/cu3fvCPrUZ7xCQkJWrF27lkRfpRQA3+AZ8uTJk9siIiJ2JyQkfBQcHLzt7t27HwyjriLxRK/XV4wG2M2bN7+1YMGCf8bExLx///79D/kxr1mzhhzwQKUA2DfPAct6Y8OGDVc50bqZkZGxFRZ0qGD8tqOjY29FRcWprVu3vsNxGZUuieqwOs+JOp4eP378CdOfX0VHR/fbIRAUFBQoF4ByRCIaTmzEhGqt0Pv5EmHXrl2GnTt3bsfpP4aYT9wBimYhGgEgpq2K2bkfwOuC+1NszdiYzWZRHz4VeuekjZJohsbtrhQAdaKrgTf7cnh4uJtOp2uQAJOFQX2B47yh2CVQGbPmBpED8bfPANwcrVa7EVa3ZPfu3ZUSx5wc9aXMQv9bwrX9pg0QyVAU46IIRxp0hHe2Lly48Dbv23HtJPHP1dfXfyH1A4dYyJLTkpDZUjFEyBd/4MCBN0T/UGCLmtDcS3zb169ff5ccdEU40qAEvnOICrR4wxa/rgE/7IRkECMBsI+xraURhd5PAkzhXp4lAOMV4UhDtCii6Ft54OHhMRWW+DuWdIxarf5BSUnJpvT09C2JiYnplozDcITHyn1KtpYwI2axuLm5TZDLjZEllMNxGf+G4e1TMjViAM6Zxqy3XXadSzkQcfJfifsVE8qhfMoy0D3Fx8dnVmZm5korRopQpxk1Cr2qhHFeZAGQ5f3+yN9bunTpTwSFbMsfL/lAynaUihd+fn4vwpldLihkZ3m/MMVs7lYcgPStP9Db/L2VK1fSRuoQBWDWz+czGAx6JXKgyIVl4oW/v3/84cOHvymb0zry4jMeRFjkwj/x91atWvVTBehCD0mmRrEcSOUjcGHfupXAwMC5J06c+LYwdjtDBalPqtfr20fhf9oWQFqZAPo9fy8tLe3nY8yF/hIA9YJMmxhtxRX9uJAs8unTp787hrowVBIz1ysaQMaFv+HvpaamboU4TxojAPvNyiEWfioMc4rVpqGclXpV8Ldu8SFUfn7+7wT7fZyM70ue2Ieurq52T09PykhPV9S0ppWOf4sHsLOz83FycnK0ncHz5adaaT6aZYEiFA8g8/rzJIH8+8IAG21sAOAuvv2SkpLDDMDgcQEgy4SYORFq27ZtW5KdwKMVDwaxbfqwxZYtW1YyAL3GBYAskfqBhVUFPjYGj1ZCXOHb1Wq1pxh4s+TQ/3YDEM+F4u238IPJysraJNjwW6to4td8e0ajsX7ZsmWLGIAh4wpA1tkdktR/ZUpKyhQbgZdMk+l8e7m5ub9i4M0UX9x4A9ANolxswaBMkBm8INBDawuRBG4f8rgCkHV4Lm9QINamY8eOrZBZ733Cg9fe3q6bN29eCgNvipw+sN0BpGIymQ7xA0RYen/9+vWhMgG4h6+bJtj37t37fQbeDGnkJQeAqjH4hyy+GFiJWq3uC69qa2uzfXx83vPy8hpNhoQmqfbzNy5evPgO9Gw2i3spW94uBVCxodwgbS7iRdkWpaqqKovTe4G2GLucs3LD5do8WkRkq/qbmppuJyUl7WGXtEbHdjs7x4IDRYUPBX9Bbs4zGAyPVq9enco47/mBfM1xqQMlA/AsKir6WWdnZ5gczABnuePgwYOfp6en0wL1Tqb3jAMBOGppGksAuZwkfXjHV0bBoiVt5VKjYQsA/yfAACfHV19pyjS0AAAAAElFTkSuQmCC);
}

/* snippets */
/* 4 classes: navInLeft, navInRight, navOutLeft, navOutRight */
/*****************************************/
/* Soft Scale */
/*****************************************/
.fxSoftScale .navOutNext {
  -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxSoftScale .navInNext {
  -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxSoftScale .navOutPrev {
  -webkit-animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxSoftScale .navInPrev {
  -webkit-animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes scaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes scaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes scaleDownUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scaleDownUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
  }
}
@keyframes scaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*****************************************/
/* Press away */
/*****************************************/
.fxPressAway .navOutNext {
  -webkit-animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxPressAway .navInNext {
  opacity: 1;
  -webkit-animation: slideInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxPressAway .navOutPrev {
  -webkit-animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxPressAway .navInPrev {
  opacity: 1;
  -webkit-animation: slideInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes slideOutScaleRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
}
@keyframes slideOutScaleRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(100%) scale(0.9);
    transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
}
@-webkit-keyframes slideInFromLeft {
  from {
    -webkit-transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideOutScaleLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-100%) scale(0.9);
    opacity: 0;
  }
}
@keyframes slideOutScaleLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
    opacity: 0;
  }
}
@-webkit-keyframes slideInFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*****************************************/
/* Side Swing */
/*****************************************/
.fxSideSwing .navOutNext {
  -webkit-animation: slideOutScaleRight 1.2s forwards;
  animation: slideOutScaleRight 1.2s forwards;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  /* older webkit */
  -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
  animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

.fxSideSwing .navInNext {
  opacity: 1;
  -webkit-animation: slideInFromLeft 1.2s forwards;
  animation: slideInFromLeft 1.2s forwards;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  /* older webkit */
  -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
  animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

.fxSideSwing .navOutPrev {
  -webkit-animation: slideOutScaleLeft 1.2s forwards;
  animation: slideOutScaleLeft 1.2s forwards;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  /* older webkit */
  -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
  animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

.fxSideSwing .navInPrev {
  opacity: 1;
  -webkit-animation: slideInFromRight 1.2s forwards;
  animation: slideInFromRight 1.2s forwards;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  /* older webkit */
  -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
  animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

/*****************************************/
/* Fortune wheel */
/*****************************************/
.fxFortuneWheel .itemwrap {
  -webkit-perspective: 1600px;
  perspective: 1600px;
}

.fxFortuneWheel .navOutNext {
  -webkit-animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxFortuneWheel .navInNext {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: rotateInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxFortuneWheel .navOutPrev {
  -webkit-animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxFortuneWheel .navInPrev {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: rotateInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes rotateInFromLeft {
  from {
    -webkit-transform: translateX(-100%) rotateY(-55deg);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes rotateInFromLeft {
  from {
    -webkit-transform: translateX(-100%) rotateY(-55deg);
    transform: translateX(-100%) rotateY(-55deg);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInFromRight {
  from {
    -webkit-transform: translateX(100%) rotateY(55deg);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes rotateInFromRight {
  from {
    -webkit-transform: translateX(100%) rotateY(55deg);
    transform: translateX(100%) rotateY(55deg);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
/*****************************************/
/* Swipe */
/*****************************************/
.fxSwipe .navOutNext {
  -webkit-animation: decreaseHeight 0.8s forwards ease-in-out;
  animation: decreaseHeight 0.8s forwards ease-in-out;
}

.fxSwipe .navInNext {
  -webkit-animation: show 0.8s forwards ease-in-out;
  animation: show 0.8s forwards ease-in-out;
}

.fxSwipe .navOutPrev {
  -webkit-animation: hide 0.8s forwards ease-in-out;
  animation: hide 0.8s forwards ease-in-out;
}

.fxSwipe .navInPrev {
  z-index: 1001;
  opacity: 1;
  -webkit-animation: increaseHeight 0.8s forwards ease-in-out;
  animation: increaseHeight 0.8s forwards ease-in-out;
}

@-webkit-keyframes decreaseHeight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    height: 0;
  }
}
@keyframes decreaseHeight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    height: 0;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  1%,100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  1%,100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0%,99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0%,99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes increaseHeight {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes increaseHeight {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
/*****************************************/
/* Push reveal */
/*****************************************/
.fxPushReveal .navOutNext {
  opacity: 1;
  -webkit-animation: slideOutBottom 0.7s forwards ease-in-out;
  animation: slideOutBottom 0.7s forwards ease-in-out;
}

.fxPushReveal .navInNext {
  opacity: 1;
  -webkit-animation: slideInHalfFromTop 0.7s forwards ease-in-out;
  animation: slideInHalfFromTop 0.7s forwards ease-in-out;
}

.fxPushReveal .navOutPrev {
  opacity: 1;
  -webkit-animation: slideOutHalfTop 0.7s forwards ease-in-out;
  animation: slideOutHalfTop 0.7s forwards ease-in-out;
}

.fxPushReveal .navInPrev {
  opacity: 1;
  z-index: 1001;
  -webkit-animation: slideInFromBottom 0.7s forwards ease-in-out;
  animation: slideInFromBottom 0.7s forwards ease-in-out;
}

@-webkit-keyframes slideOutBottom {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(100%);
  }
}
@keyframes slideOutBottom {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes slideInHalfFromTop {
  from {
    -webkit-transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideInHalfFromTop {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutHalfTop {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(-50%);
  }
}
@keyframes slideOutHalfTop {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-webkit-keyframes slideInFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideInFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*****************************************/
/* Snap in */
/*****************************************/
.fxSnapIn .navOutNext {
  -webkit-animation: slideOutLeft 0.5s forwards ease-in;
  animation: slideOutLeft 0.5s forwards ease-in;
}

.fxSnapIn .navInNext {
  z-index: 1001;
  opacity: 1;
  -webkit-animation: slideFromRightFast 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideFromRightFast 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxSnapIn .navOutPrev {
  -webkit-animation: slideOutRight 0.5s forwards ease-in;
  animation: slideOutRight 0.5s forwards ease-in;
}

.fxSnapIn .navInPrev {
  z-index: 1001;
  opacity: 1;
  -webkit-animation: slideFromLeftFast 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideFromLeftFast 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxSnapIn li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.4s 0.1s ease-in;
}

.fxSnapIn .navOutPrev::after,
.fxSnapIn .navOutNext::after {
  opacity: 1;
}

@-webkit-keyframes slideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-10%);
  }
}
@keyframes slideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@-webkit-keyframes slideFromRightFast {
  0%,50% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes slideFromRightFast {
  0%,50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(10%);
  }
}
@keyframes slideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}
@-webkit-keyframes slideFromLeftFast {
  0%,50% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes slideFromLeftFast {
  0%,50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/*****************************************/
/* Let me in */
/*****************************************/
.fxLetMeIn .itemwrap {
  -webkit-perspective: 1600px;
  perspective: 1600px;
}

.fxLetMeIn .navOutNext {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateOutRight 0.5s forwards ease-in-out;
  animation: rotateOutRight 0.5s forwards ease-in-out;
}

.fxLetMeIn .navInNext {
  z-index: 1001;
  opacity: 1;
  -webkit-animation: slideFromRightFast 0.5s forwards ease;
  animation: slideFromRightFast 0.5s forwards ease;
}

.fxLetMeIn .navOutPrev {
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-animation: rotateOutLeft 0.5s forwards ease-in-out;
  animation: rotateOutLeft 0.5s forwards ease-in-out;
}

.fxLetMeIn .navInPrev {
  z-index: 1001;
  opacity: 1;
  -webkit-animation: slideFromLeftFast 0.5s forwards ease;
  animation: slideFromLeftFast 0.5s forwards ease;
}

.fxLetMeIn li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.5s ease-in-out;
}

.fxLetMeIn .navOutPrev::after,
.fxLetMeIn .navOutNext::after {
  opacity: 1;
}

@-webkit-keyframes rotateOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotateY(10deg);
  }
}
@keyframes rotateOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotateY(10deg);
    transform: rotateY(10deg);
  }
}
@-webkit-keyframes rotateOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotateY(-10deg);
  }
}
@keyframes rotateOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
  }
}
/*****************************************/
/* Stick it */
/*****************************************/
.fxStickIt .itemwrap {
  -webkit-perspective: 1600px;
  perspective: 1600px;
}

.fxStickIt .navOutNext {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateBottomSideOut 0.8s forwards ease-in;
  animation: rotateBottomSideOut 0.8s forwards ease-in;
}

.fxStickIt .navInNext {
  z-index: 1001;
  opacity: 1;
  -webkit-animation: slideInFromBottomDelayed 0.8s forwards;
  animation: slideInFromBottomDelayed 0.8s forwards;
}

.fxStickIt .navOutPrev {
  opacity: 1;
  -webkit-animation: slideOutToBottom 0.8s forwards;
  animation: slideOutToBottom 0.8s forwards;
}

.fxStickIt .navInPrev {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateBottomSideIn 0.8s 0.1s forwards ease-in;
  animation: rotateBottomSideIn 0.8s 0.1s forwards ease-in;
}

@-webkit-keyframes rotateBottomSideOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  40% {
    -webkit-transform: rotateX(-15deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateZ(-200px);
  }
}
@keyframes rotateBottomSideOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  40% {
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
  }
}
@-webkit-keyframes slideInFromBottomDelayed {
  0%, 30% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideInFromBottomDelayed {
  0%, 30% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes rotateBottomSideIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateZ(-200px);
  }
  60% {
    -webkit-transform: scale(1) translateZ(0) rotateX(-15deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) rotateX(0deg);
  }
}
@keyframes rotateBottomSideIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
  }
  60% {
    -webkit-transform: scale(1) translateZ(0) rotateX(-15deg);
    transform: scale(1) translateZ(0) rotateX(-15deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) rotateX(0deg);
    transform: scale(1) translateZ(0) rotateX(0deg);
  }
}
/*****************************************/
/* Archive me */
/*****************************************/
.fxArchiveMe .navOutNext {
  -webkit-animation: scaleHalfDown 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleHalfDown 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxArchiveMe .navInNext {
  z-index: 1001;
  opacity: 1;
  -webkit-animation: slideInFromBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideInFromBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxArchiveMe .navOutPrev {
  -webkit-animation: slideOutToBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideOutToBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxArchiveMe .navInPrev {
  -webkit-animation: scaleHalfUp 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleHalfUp 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxArchiveMe li::before,
.fxArchiveMe li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}

.fxArchiveMe li::after,
.fxArchiveMe .navOutNext::before {
  opacity: 1;
}

.fxArchiveMe li::before,
.fxArchiveMe li.current::after,
.fxArchiveMe .navInNext::after,
.fxArchiveMe .navInPrev::after {
  opacity: 0;
}

.fxArchiveMe .navInNext::after {
  transition: none;
}

@-webkit-keyframes scaleHalfDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes scaleHalfDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
}
@-webkit-keyframes slideOutToBottom {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(100%);
  }
}
@keyframes slideOutToBottom {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes scaleHalfUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scaleHalfUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*****************************************/
/* Vertical growth */
/*****************************************/
.fxVGrowth .navOutNext {
  -webkit-animation: scaleDown 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
  animation: scaleDown 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
}

.fxVGrowth .navInNext {
  z-index: 1001;
  opacity: 1;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: maximize 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
  animation: maximize 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
}

.fxVGrowth .navOutPrev {
  -webkit-animation: scaleDown 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
  animation: scaleDown 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
}

.fxVGrowth .navInPrev {
  z-index: 1001;
  opacity: 1;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: maximize 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
  animation: maximize 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
}

@-webkit-keyframes maximize {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes maximize {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*****************************************/
/* Slide Behind */
/* From https://github.com/hakimel/kontext by Hakim El Hattab, http://hakim.se */
/*****************************************/
.fxSlideBehind .itemwrap {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.fxSlideBehind .navOutNext {
  -webkit-animation: hideLeft 0.8s forwards;
  animation: hideLeft 0.8s forwards;
}

.fxSlideBehind .navInNext {
  -webkit-animation: showRight 0.8s forwards;
  animation: showRight 0.8s forwards;
}

.fxSlideBehind .navOutPrev {
  -webkit-animation: hideRight 0.8s forwards;
  animation: hideRight 0.8s forwards;
}

.fxSlideBehind .navInPrev {
  -webkit-animation: showLeft 0.8s forwards;
  animation: showLeft 0.8s forwards;
}

@-webkit-keyframes hideLeft {
  0% {
    -webkit-transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
  }
}
@keyframes hideLeft {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
  }
}
@-webkit-keyframes showRight {
  0% {
    -webkit-transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    opacity: 1;
  }
  41% {
    -webkit-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@keyframes showRight {
  0% {
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    opacity: 1;
  }
  41% {
    -webkit-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@-webkit-keyframes hideRight {
  0% {
    -webkit-transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
  }
}
@keyframes hideRight {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
  }
}
@-webkit-keyframes showLeft {
  0% {
    -webkit-transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    opacity: 1;
  }
  41% {
    -webkit-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@keyframes showLeft {
  0% {
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    opacity: 1;
  }
  41% {
    -webkit-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
/*****************************************/
/* Soft Pulse */
/*****************************************/
.fxSoftPulse .navOutPrev,
.fxSoftPulse .navOutNext {
  -webkit-animation: scaleUpFadeOut 0.8s forwards ease-in;
  animation: scaleUpFadeOut 0.8s forwards ease-in;
}

.fxSoftPulse .navInPrev,
.fxSoftPulse .navInNext {
  -webkit-animation: scaleDownFadeIn 0.8s forwards ease-out;
  animation: scaleDownFadeIn 0.8s forwards ease-out;
}

@-webkit-keyframes scaleUpFadeOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleUpFadeOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes scaleDownFadeIn {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scaleDownFadeIn {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*****************************************/
/* Earthquake */
/* From http://elrumordelaluz.github.io/csshake/ by Lionel, http://t.co/thCECnx1Yg */
/*****************************************/
.fxEarthquake .navOutNext {
  opacity: 1;
  -webkit-animation: shakeSlideBottom 1s 0.1s forwards;
  animation: shakeSlideBottom 1s 0.1s forwards;
}

.fxEarthquake .navInNext {
  -webkit-animation: pushFromTop 1s 0.1s forwards;
  animation: pushFromTop 1s 0.1s forwards;
}

.fxEarthquake .navOutPrev {
  opacity: 1;
  -webkit-animation: shakeSlideTop 1s 0.1s forwards;
  animation: shakeSlideTop 1s 0.1s forwards;
}

.fxEarthquake .navInPrev {
  opacity: 1;
  -webkit-animation: pushFromBottom 1s 0.1s forwards;
  animation: pushFromBottom 1s 0.1s forwards;
}

.fxEarthquake li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.5s;
}

.fxEarthquake .navOutPrev::after,
.fxEarthquake .navOutNext::after {
  opacity: 1;
}

@-webkit-keyframes shakeSlideBottom {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  4% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  6% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  10% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  12% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  14% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  16% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  18% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  20% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  22% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  24% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  26% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  30% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  32% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  36% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  38% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  40% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  42% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  44% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  46% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  48% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  50% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  52% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  54% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  58% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  60% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  62% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  66% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  68% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: translateY(100%);
  }
}
@keyframes shakeSlideBottom {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  4% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  6% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  10% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  12% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  14% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  16% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  18% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  20% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  22% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  24% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  26% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  30% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  32% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  36% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  38% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  40% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  42% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  44% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  46% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  48% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  50% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  52% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  54% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  58% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  60% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  62% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  66% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  68% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes pushFromTop {
  0%, 70% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes pushFromTop {
  0%, 70% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes shakeSlideTop {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  4% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  6% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  10% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  12% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  14% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  16% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  18% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  20% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  22% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  24% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  26% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  30% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  32% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  36% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  38% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  40% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  42% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  44% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  46% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  48% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  50% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  52% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  54% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  58% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  60% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  62% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  66% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  68% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes shakeSlideTop {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  4% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  6% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  10% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  12% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  14% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  16% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  18% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  20% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  22% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  24% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  26% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  30% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  32% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  36% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  38% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  40% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  42% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  44% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  46% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  48% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  50% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  52% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  54% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  58% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  60% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  62% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  66% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  68% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes pushFromBottom {
  0%, 70% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes pushFromBottom {
  0%, 70% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*****************************************/
/* Cliff diving */
/*****************************************/
.fxCliffDiving li {
  -webkit-transform-origin: 50% 400%;
  transform-origin: 50% 400%;
}

.fxCliffDiving .navOutNext {
  opacity: 1;
  -webkit-animation: rotateOutCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: rotateOutCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving .navInNext {
  opacity: 1;
  -webkit-animation: rotateInCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: rotateInCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving .navOutPrev {
  opacity: 1;
  -webkit-animation: rotateOutCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: rotateOutCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving .navInPrev {
  opacity: 1;
  -webkit-animation: rotateInCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: rotateInCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: black;
  transition: opacity 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving .navOutPrev::after,
.fxCliffDiving .navOutNext::after {
  opacity: 1;
}

@-webkit-keyframes rotateOutCircLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotate(-20deg) translateX(-100%);
  }
}
@keyframes rotateOutCircLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotate(-20deg) translateX(-100%);
    transform: rotate(-20deg) translateX(-100%);
  }
}
@-webkit-keyframes rotateInCircRight {
  from {
    -webkit-transform: rotate(20deg) translateX(100%);
  }
  to {
    -webkit-transform: rotate(0deg) translateX(0);
  }
}
@keyframes rotateInCircRight {
  from {
    -webkit-transform: rotate(20deg) translateX(100%);
    transform: rotate(20deg) translateX(100%);
  }
  to {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
}
@-webkit-keyframes rotateOutCircRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotate(20deg) translateX(100%);
  }
}
@keyframes rotateOutCircRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotate(20deg) translateX(100%);
    transform: rotate(20deg) translateX(100%);
  }
}
@-webkit-keyframes rotateInCircLeft {
  from {
    -webkit-transform: rotate(-20deg) translateX(-100%);
  }
  to {
    -webkit-transform: rotate(0deg) translateX(0);
  }
}
@keyframes rotateInCircLeft {
  from {
    -webkit-transform: rotate(-20deg) translateX(-100%);
    transform: rotate(-20deg) translateX(-100%);
  }
  to {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
}
.slider-component {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 680px;
  background: #333;
}
@media (max-width: 991px) {
  .slider-component {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .slider-component {
    height: 500px;
  }
}
.slider-component > ul {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.slider-component li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 995;
  overflow: hidden;
}
.slider-component li .pic {
  display: block;
  min-width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: cover;
  background-position: center center;
}
.slider-component .current {
  opacity: 1;
  pointer-events: auto;
  z-index: 996;
}
.slider-component nav {
  position: absolute;
  top: 47%;
  width: 100%;
  z-index: 1002;
}
.slider-component nav a {
  color: #fff;
  position: absolute;
  font-size: 22px;
  outline: none;
  width: 50px;
  display: block;
  height: 50px;
}
.slider-component nav a.prev {
  left: 70px;
}
@media (max-width: 991px) {
  .slider-component nav a.prev {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .slider-component nav a.prev {
    left: 20px;
  }
}
.slider-component nav a.next {
  right: 70px;
}
@media (max-width: 991px) {
  .slider-component nav a.next {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .slider-component nav a.next {
    right: 20px;
  }
}
.slider-component nav a.next .icon-wrap {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-component nav a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.slider-component nav a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.slider-component nav a:hover .icon-wrap:before, .slider-component nav a:hover .icon-wrap:after {
  background: #cc6055;
}
.slider-component nav a:hover .icon-wrap:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.slider-component nav a:hover .icon-wrap:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.slider-component nav a .icon-wrap {
  position: relative;
  display: block;
  margin: 10% 0 0 10%;
  width: 80%;
  height: 80%;
}
.slider-component nav a .icon-wrap:before {
  position: absolute;
  left: 25%;
  width: 3px;
  height: 50%;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.slider-component nav a .icon-wrap:after {
  position: absolute;
  left: 25%;
  width: 3px;
  height: 50%;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-30deg);
  transform: translateX(-50%) rotate(-30deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.footer-big-menu {
  margin-top: 120px;
  padding: 80px 0 130px;
  background: #2B4255;
  position: relative;
}
.footer-big-menu .cta .cta-title {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 40px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .footer-big-menu .cta .cta-title {
    font-size: 1.3rem;
  }
}
.footer-big-menu .cta a {
  font-size: 12px;
}
.footer-big-menu .cta .btn-outline {
  text-transform: uppercase;
  border: 2px solid #91bbe0;
  font-weight: 600;
  padding: 12px 23px;
  color: #b5dcff;
  border-radius: 0.25rem;
  letter-spacing: 0.5px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-big-menu .cta .btn-outline:hover {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 575px) {
  .footer-big-menu .cta .btn-outline {
    margin-top: 20px;
  }
}
.footer-big-menu .menu {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .footer-big-menu .menu {
    margin-top: 60px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer-big-menu .menu .col-md-3 {
    margin-bottom: 30px;
  }
}
.footer-big-menu .menu .menu-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-big-menu .menu .menu-link {
  color: #97b0c5;
  display: block;
  margin-bottom: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-big-menu .menu .menu-link:hover {
  color: #fff;
}
.footer-big-menu .menu .social-link {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  border-radius: 30px;
  color: #dfebf5;
  border: 2px solid #c6d8e8;
  margin-right: 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-big-menu .menu .social-link:last-child {
  margin-right: 0;
}
.footer-big-menu .menu .social-link:hover {
  color: #fff;
  border-color: #fff;
}
.footer-big-menu .menu .social-link i {
  position: absolute;
  font-size: 16px;
  left: 8px;
  top: 2px;
}
.footer-big-menu .menu .social-link i.ion-social-facebook {
  left: 11px;
}
.footer-big-menu .menu .social-link i.ion-social-whatsapp {
  left: 7px;
}
.footer-big-menu .bottom {
  color: #68849a;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 13px;
}
.footer-big-menu .bottom a {
  color: #68849a;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-big-menu .bottom a:hover {
  color: #fff;
}

.footer-signup {
  margin-top: 100px;
  background: #334054;
  color: #fff;
  padding: 55px 0 110px;
  text-align: center;
}
.footer-signup h3 {
  font-weight: 400;
  font-size: 27px;
}
@media (max-width: 767px) {
  .footer-signup h3 {
    font-size: 25px;
  }
}
.footer-signup p {
  font-size: 19px;
  color: #9AADC7;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .footer-signup p {
    font-size: 16px;
  }
}
.footer-signup form {
  width: 470px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 50px;
  border: 1px solid #334054;
  border-radius: 4px;
  background: #4B596E;
}
@media (max-width: 767px) {
  .footer-signup form {
    width: auto;
    padding: 25px;
  }
}
.footer-signup form input[type="email"],
.footer-signup form input[type="password"] {
  height: 46px;
  font-size: 15px;
}
.footer-signup form input[type="email"]::-webkit-input-placeholder,
.footer-signup form input[type="password"]::-webkit-input-placeholder {
  color: #999;
}
.footer-signup form input[type="email"]:-moz-placeholder,
.footer-signup form input[type="password"]:-moz-placeholder {
  color: #999;
}
.footer-signup form input[type="email"]::-moz-placeholder,
.footer-signup form input[type="password"]::-moz-placeholder {
  color: #999;
}
.footer-signup form input[type="email"]:-ms-input-placeholder,
.footer-signup form input[type="password"]:-ms-input-placeholder {
  color: #999;
}
.footer-signup form [type="submit"] {
  margin-top: 20px;
  display: block;
  width: 100%;
  padding: 14px 12px;
  font-weight: 500;
  border: 0;
  font-size: 16px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.08);
  background-color: #4AB2DF;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer-signup form [type="submit"]:active {
  outline: none;
}

.footer-light {
  padding: 40px 0;
  text-align: center;
  background: #212A38;
  font-size: 16px;
}
.footer-light span {
  color: #AEBDD3;
  margin: 0 55px;
}
.footer-light a {
  color: #AEBDD3;
  text-decoration: none;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .footer-light a {
    display: block;
    margin-top: 20px;
  }
}

/* layout */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* navbar light */
.navbar-light {
  background-color: #fff;
  box-shadow: 0 1px 1px #ddd;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .navbar-light {
    padding: 0 1rem;
  }
}
.navbar-light .navbar-brand {
  font-size: 21px;
  letter-spacing: .5px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (min-width: 992px) {
  .navbar-light .dropdown-menu {
    border-color: #fbfbfb;
    box-shadow: 0 13px 20px rgba(0, 0, 0, 0.07);
    margin-top: 0;
    border-radius: 0 0 0.25rem 0.25rem;
  }
  .navbar-light .dropdown-menu .dropdown-item {
    color: #555;
    padding: 4px 1.5rem;
    padding-right: 30px;
  }
  .navbar-light .dropdown-menu .dropdown-item:active {
    background-color: #f7f7f9;
  }
}
.navbar-light .nav-item .nav-link {
  font-weight: 500;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
@media (min-width: 992px) {
  .navbar-light .nav-item .nav-link {
    padding: 32px 10px;
    margin: 0 8px;
  }
}
.navbar-light .nav-item .nav-link:hover, .navbar-light .nav-item .nav-link:focus {
  color: #222;
  background: none;
}
@media (min-width: 1200px) {
  .navbar-light .nav-item .nav-link--rounded {
    text-transform: capitalize;
    border: 1px solid #aaa;
    color: #555;
    border-radius: 25px;
    margin-left: 20px;
    margin-top: 22px;
    padding: 8px 20px 9px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .navbar-light .nav-item .nav-link--rounded:hover {
    color: #333;
    border-color: #444;
  }
  .navbar-light .nav-item .nav-link--rounded:active {
    -moz-transform: scale(0.93);
    -o-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }
}
.navbar-light .nav-item .nav-link i {
  margin-left: 4px;
  font-size: 10px;
}

/* navbar dark */
.navbar-dark {
  background-color: #000 !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .navbar-dark {
    padding: 0 1rem;
  }
}
.navbar-dark .navbar-brand {
  font-size: 21px;
  letter-spacing: .5px;
  color: #fff;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (min-width: 992px) {
  .navbar-dark .dropdown-menu {
    border-color: #fbfbfb;
    box-shadow: 0 13px 20px rgba(0, 0, 0, 0.07);
    margin-top: -1px;
    border-radius: 0 0 0.25rem 0.25rem;
  }
  .navbar-dark .dropdown-menu .dropdown-item {
    color: #555;
    padding: 4px 1.5rem;
    padding-right: 30px;
  }
  .navbar-dark .dropdown-menu .dropdown-item:active {
    background-color: #f7f7f9;
  }
}
.navbar-dark .nav-item .nav-link {
  color: #dadada;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
@media (min-width: 992px) {
  .navbar-dark .nav-item .nav-link {
    margin: 20px 9px;
    padding: 12px 10px;
  }
}
.navbar-dark .nav-item .nav-link:hover, .navbar-dark .nav-item .nav-link:focus {
  color: #fff;
  background: none;
}
@media (min-width: 1200px) {
  .navbar-dark .nav-item .nav-link--rounded {
    text-transform: capitalize;
    border: 1px solid #868DA0;
    color: #E3E6EA;
    border-radius: 25px;
    margin-left: 20px;
    margin-top: 22px;
    padding: 8px 20px 9px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .navbar-dark .nav-item .nav-link--rounded:hover {
    border-color: #fff;
  }
  .navbar-dark .nav-item .nav-link--rounded:active {
    -moz-transform: scale(0.93);
    -o-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }
}
.navbar-dark .nav-item .nav-link i {
  margin-left: 4px;
}

/* navbar fixed bottom */
.navbar-fixed-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.navbar-fixed-bottom.navbar-fixed-bottom--stick {
  position: fixed;
  bottom: inherit;
  top: 0;
}

.header{
    background: red;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 9999;
width: 100%;
}
.header p{
    padding: 0;
    margin: 5px 0;
}


/* extra bg-transparent utility for navbar dark and light */
@media (min-width: 992px) {
  .navbar.bg-transparent {
    background-color: transparent !important;
    box-shadow: none !important;
    width: 100%;
    position: absolute;
    top: 35px; /* rbrg 0px */
    z-index: 999;
  }
}
@media (min-width: 992px) {
  .navbar.bg-transparent .dropdown-menu {
    border-radius: 0.25rem;
    margin-top: -7px;
  }
}

.navbar-dark.bg-transparent .nav-item .nav-link {
  color: #fff;
}
@media (min-width: 1200px) {
  .navbar-dark.bg-transparent .nav-item .nav-link--rounded {
    border-color: #fff;
    color: #fff;
  }
  .navbar-dark.bg-transparent .nav-item .nav-link--rounded:hover {
    background-color: #fff;
    color: #333;
  }
}

/* navbar-brand for logo centered */
@media (min-width: 992px) {
  .navbar-brand--centered {
    position: absolute;
    left: calc(50% - 70px);
  }
}

/* responsive offcanvas */
@media (max-width: 991px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    bottom: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: var(--gray-dark);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-collapse.open {
    -moz-transform: translateX(-1rem);
    -o-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }
}

/* off-canvas navigation */
.off-wrapper {
  position: relative;
  overflow: hidden;
}
.off-wrapper.active.off-wrapper-left .off-wrapper-content {
  -moz-transform: translate3d(290px, 0, 0);
  -o-transform: translate3d(290px, 0, 0);
  -ms-transform: translate3d(290px, 0, 0);
  -webkit-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0);
}
.off-wrapper.active.off-wrapper-right .off-wrapper-content {
  -moz-transform: translate3d(-290px, 0, 0);
  -o-transform: translate3d(-290px, 0, 0);
  -ms-transform: translate3d(-290px, 0, 0);
  -webkit-transform: translate3d(-290px, 0, 0);
  transform: translate3d(-290px, 0, 0);
}
.off-wrapper.active .off-wrapper-content {
  box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.off-wrapper.active .off-wrapper-menu {
  -moz-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.off-wrapper.off-wrapper-left .off-wrapper-menu {
  left: 0;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.off-wrapper.off-wrapper-right .off-wrapper-menu {
  right: 0;
  -moz-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.off-wrapper .off-wrapper-content {
  position: relative;
  z-index: 999;
  background: #fff;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.off-wrapper .off-wrapper-menu {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  z-index: 1;
  width: 290px;
  height: 100%;
  background: #2a313a;
  padding: 24px 20px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.off-wrapper .off-wrapper-menu .menu-title {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 25px;
  padding-left: 0.5em;
}
.off-wrapper .off-wrapper-menu .nav-link {
  color: #fff;
  font-size: 15px;
}
.off-wrapper .off-wrapper-menu .nav-link i {
  margin-left: 4px;
  font-size: 10px;
}
.off-wrapper .off-wrapper-menu .dropdown-menu {
  position: static;
  float: none;
  display: none;
}
.off-wrapper .off-wrapper-menu .show > .dropdown-menu {
  display: block;
}
.off-wrapper .off-wrapper-menu .dropdown-toggle::after {
  display: none;
}

/* footer */
.footer {
  margin-top: 100px;
  background: #283142;
  padding: 55px 0 35px;
}
.footer.footer--light {
  background: #fafafb;
  border-top: 1px solid #ddd;
  padding: 50px 0 40px;
}
.footer.footer--light .title {
  color: #333;
  font-size: 14px;
}
.footer.footer--light .menu a {
  color: #495879;
}
.footer.footer--light .menu a:hover {
  color: #333;
}
.footer.footer--light .menu i {
  color: #7994B3;
}
.footer.footer--light .newsletter p {
  color: #777;
}
.footer.footer--light .newsletter form input[type="email"]::-webkit-input-placeholder {
  color: #9BA1C2;
}
.footer.footer--light .newsletter form input[type="email"]:-moz-placeholder {
  color: #9BA1C2;
}
.footer.footer--light .newsletter form input[type="email"]::-moz-placeholder {
  color: #9BA1C2;
}
.footer.footer--light .newsletter form input[type="email"]:-ms-input-placeholder {
  color: #9BA1C2;
}
.footer.footer--light .newsletter form button {
  background: #93a5c7;
}
.footer.footer--light .bottom {
  border-top-color: #dadee4;
}
@media (max-width: 767px) {
  .footer .col-md-4 {
    margin-bottom: 20px;
  }
}
.footer .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}
.footer .menu {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}
.footer .menu a {
  color: #CDD6E9;
  display: inline-block;
  margin-bottom: 9px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer .menu a:hover {
  color: #fff;
}
.footer .menu i {
  font-size: 23px;
  margin-right: 12px;
  width: 21px;
  position: relative;
  top: 3px;
  margin-bottom: 5px;
}
.footer .newsletter p {
  color: #BCC7DF;
  margin-top: 25px;
  line-height: 20px;
}
.footer .newsletter form {
  margin-top: 27px;
  position: relative;
}
.footer .newsletter form input[type="email"] {
  height: 45px;
  padding-left: 17px;
}
.footer .newsletter form input[type="email"]::-webkit-input-placeholder {
  color: #9BA1C2;
}
.footer .newsletter form input[type="email"]:-moz-placeholder {
  color: #9BA1C2;
}
.footer .newsletter form input[type="email"]::-moz-placeholder {
  color: #9BA1C2;
}
.footer .newsletter form input[type="email"]:-ms-input-placeholder {
  color: #9BA1C2;
}
.footer .newsletter form input[type="email"]:focus {
  box-shadow: none;
}
.footer .newsletter form button {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 17px;
  height: 45px;
  background: #ADBFE0;
  padding: 0 15px;
  border-radius: 0 4px 4px 0;
  color: #fff;
}
.footer .bottom {
  margin-top: 40px;
  border-top: 1px solid #3A455A;
}
.footer .bottom ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-top: 15px;
}
.footer .bottom ul li {
  display: inline-block;
  margin: 0 11px;
}
.footer .bottom ul li:last-child a:after {
  content: '';
}
.footer .bottom ul a {
  color: #9DAAC2;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.footer .bottom ul a:after {
  content: '|';
  position: absolute;
  right: -15px;
  top: -1px;
  font-weight: bold;
}

/* settings bottom-left-side button */
#settings-module.opened .menu-wrap {
  height: 310px;
  width: 280px;
  padding: 20px;
  border-radius: 3px;
  -webkit-animation: anim-jelly 0.8s linear forwards;
  -moz-animation: anim-jelly 0.8s linear forwards;
  -o-animation: anim-jelly 0.8s linear forwards;
  -ms-animation: anim-jelly 0.8s linear forwards;
  animation: anim-jelly 0.8s linear forwards;
}
#settings-module.opened .menu-wrap .menu {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
#settings-module.opened .menu-wrap .menu .title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
#settings-module.opened .menu-wrap .menu .options {
  margin-bottom: 20px;
}
#settings-module #open-settings {
  cursor: pointer;
  position: fixed;
  bottom: 2.5em;
  left: 2.5em;
  background: #fff;
  border-radius: 40px;
  width: 42px;
  height: 42px;
  display: block;
  z-index: 11000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#settings-module #open-settings i {
  font-size: 24px;
  color: #333;
  position: absolute;
  top: 9px;
  left: 11px;
}
#settings-module .menu-wrap {
  position: fixed;
  width: 0;
  height: 0;
  bottom: 26px;
  left: 24px;
  z-index: 10999;
  background: #fff;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: width 0.3s, height 0.3s;
  -moz-transition: width 0.3s, height 0.3s;
  -ms-transition: width 0.3s, height 0.3s;
  -o-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
#settings-module .menu-wrap .menu {
  opacity: 0;
}
#settings-module .menu-wrap .options a {
  display: block;
  margin-bottom: 5px;
  color: #567cb9;
}

/* pages */
.index-intro-header {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .index-intro-header {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .index-intro-header {
    padding-top: 70px;
  }
}
.index-intro-header h1 {
  font-size: 2.6rem;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #34404a;
}
@media (max-width: 991px) {
  .index-intro-header h1 {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .index-intro-header h1 {
    font-size: 26px;
    line-height: 37px;
  }
}
.index-intro-header p {
  font-size: 16px;
  color: #505c75;
  line-height: 28px;
  margin: 40px auto 0;
}
@media (max-width: 991px) {
  .index-intro-header p {
    font-size: 15px;
  }
}
.index-intro-header p a {
  color: #222;
  font-weight: 500;
}

.index-intro-cta {
  margin-top: 70px;
  text-align: center;
}
.index-intro-cta .btn-outline {
  padding: 16px 29px;
  border: 1px solid #f90202;
  border-radius: 5px;
  color: #fa3102;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  padding-left: 60px;
}
.index-intro-cta .btn-outline i {
  font-size: 27px;
  position: absolute;
  left: 21px;
  top: 7px;
}
.index-intro-cta .btn-shadow {
  box-shadow: rgba(23, 43, 99, 0.35) 0 7px 28px;
}
.index-intro-cta .btn-shadow i {
  margin-left: 5px;
}

.index-intro-screens {
  margin-top: 120px;
}
.index-intro-screens .container {
  border-bottom: 1px solid #e2e2e2;
}

.index-intro-features {
  margin-top: 140px;
  text-align: center;
}
@media (max-width: 767px) {
  .index-intro-features {
    margin-top: 90px;
  }
}
.index-intro-features .col-md-4 {
  margin-bottom: 60px;
}
.index-intro-features i {
  display: inline-block;
  font-size: 54px;
  color: #4e94f1;
}
.index-intro-features i.ion-ios-infinite-outline {
  position: relative;
  top: -10px;
}
.index-intro-features i.ion-ios-book-outline {
  position: relative;
  top: -10px;
}
@media (max-width: 767px) {
  .index-intro-features p {
    margin-bottom: 35px;
  }
}

.index-intro-gallery {
  background: #f9f9f9;
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 70px;
  margin-bottom: 90px;
}
.index-intro-gallery .container-fluid {
  max-width: 1400px;
}
.index-intro-gallery h4 {
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}
.index-intro-gallery a {
  display: block;
  margin-bottom: 55px;
}
.index-intro-gallery a:hover .img-fluid {
  box-shadow: 0 7px 40px 1px rgba(0, 0, 0, 0.1);
  -moz-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.index-intro-gallery a .img-fluid {
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index-intro-gallery a p {
  margin-top: 20px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.index-intro-footer {
  text-align: center;
  margin-top: 110px;
  margin-bottom: 80px;
}
.index-intro-footer a {
  display: inline-block;
  margin: 0 10px;
}
.index-intro-footer p {
  margin-top: 15px;
  color: #656565;
}

.business-hero {
  /* background: url("../images/unsplash/michael-benz-189971.jpg"); */
  background-size: cover;
  background-position: center 0px;
  min-height: 100vh;
  padding-top: 220px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .business-hero {
    background-attachment: inherit;
  }
}
@media (max-width: 991px) {
  .business-hero {
    padding-top: 100px;
    height: auto;
    padding-bottom: 100px;
  }
}
.business-hero .container {
  position: relative;
  z-index: 10;
}
.business-hero:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, rgba(63, 89, 118, 0.3) 0, rgba(14, 20, 34, 0.5) 80%);
}
.business-hero h2 {
  color: #fff;
  font-size: 48px;
  letter-spacing: .5px;
  font-family: Source Sans Pro, Helvetica Neue, Arial;
  font-weight: 300;
  line-height: 54px;
  width: 800px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.11);
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@media (max-width: 991px) {
  .business-hero h2 {
    font-size: 43px;
    line-height: 50px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .business-hero h2 {
    text-align: center;
    font-size: 38px;
  }
}
.business-hero p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 40px;
  width: 480px;
  font-size: 16px;
  line-height: 25px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media (max-width: 991px) {
  .business-hero p {
    width: auto;
  }
}
@media (max-width: 767px) {
  .business-hero p {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }
}
.business-hero .actions {
  margin-top: 50px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media (max-width: 767px) {
  .business-hero .actions {
    text-align: center;
  }
}
.business-hero .actions .btn-pill {
  font-weight: 600;
  padding: 13px 44px 16px;
}
.business-hero .actions .btn-pill:active {
  border-color: #3b6b23;
}

.business-intro {
  margin-top: 90px;
}

.business-blog-grid {
  margin-top: 150px;
}
.business-blog-grid header {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.business-blog-grid header:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E9E9E9;
  top: 11px;
}
.business-blog-grid header h4 {
  position: relative;
  top: -8px;
  padding: 0 40px;
  background: #fff;
  color: #97A8B8;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.8px;
  word-spacing: 1.6px;
  font-weight: 600;
}
.business-blog-grid section {
  margin-top: 50px;
}
.business-blog-grid section .row {
  margin-bottom: 30px;
}
.business-blog-grid section .row:last-child {
  margin-bottom: 0;
}
.business-blog-grid section .post {
  position: relative;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.business-blog-grid section .post:hover .bg {
  -moz-transform: scale3d(1.12, 1.12, 1.12);
  -o-transform: scale3d(1.12, 1.12, 1.12);
  -ms-transform: scale3d(1.12, 1.12, 1.12);
  -webkit-transform: scale3d(1.12, 1.12, 1.12);
  transform: scale3d(1.12, 1.12, 1.12);
}
.business-blog-grid section .post .bg {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.business-blog-grid section .post .bg:after {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(9, 24, 42, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(9, 24, 42, 0.8) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(9, 24, 42, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(9, 24, 42, 0.8));
}
.business-blog-grid section .post p {
  color: #fff;
  z-index: 99;
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 60%;
  font-size: 16px;
  font-weight: 600;
}

.business-single-client {
  margin-top: 160px;
  height: 500px;
  /* background-image: url("../images/unsplash/photo-1479243396208-be1751535cdb.jpg"); */
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 767px) {
  .business-single-client {
    height: auto;
    margin-top: 100px;
  }
}
.business-single-client .quote-wrapper {
  width: 510px;
  height: 390px;
  background: #54657b;
  position: absolute;
  right: 13%;
  bottom: -60px;
  box-shadow: 0 5px 16px rgba(76, 84, 109, 0.4);
  padding: 60px 70px;
}
@media (max-width: 767px) {
  .business-single-client .quote-wrapper {
    width: auto;
    position: relative;
    left: 0;
    right: 0;
    height: auto;
    top: 0;
    padding: 50px 40px;
  }
}
.business-single-client .logo {
  max-width: 160px;
}
.business-single-client p {
  margin-top: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-style: italic;
}
@media (max-width: 767px) {
  .business-single-client p {
    font-size: 16px;
  }
}
.business-single-client .author {
  color: #cfdcec;
  margin-top: 20px;
  font-size: 16px;
}

.index-header {
  min-height: 650px;
  background-image: linear-gradient(-45deg, #5F6190 0%, #525480 20%, #131b2e 100%);
}
@media (max-width: 991px) {
  .index-header {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .index-header {
    min-height: 510px;
  }
}
.index-header section {
  padding-top: 180px;
}
@media (max-width: 991px) {
  .index-header section {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .index-header section {
    padding-top: 80px;
    text-align: center;
  }
}
.index-header section h1 {
  color: #fff;
  line-height: 44px;
  font-size: 34px;
  font-weight: 400;
  font-family: "Libre Franklin", "Lato", "Helvetica Neue", Arial;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .index-header section h1 {
    font-size: 25px;
    line-height: 37px;
  }
}
.index-header section p {
  color: #b7bde0;
  margin-top: 35px;
  font-size: 15px;
  width: 80%;
  line-height: 24px;
}
@media (max-width: 767px) {
  .index-header section p {
    width: 100%;
  }
}
.index-header section .cta {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .index-header section .cta {
    margin-top: 40px;
  }
}
.index-header section .cta .btn-primary {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 17px 32px;
  letter-spacing: .5px;
  background-color: #57B8F8;
  border: 1px solid #57B8F8;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.index-header section .cta .btn-primary:hover {
  background-color: #5196D0;
}
.index-header section .cta .btn-primary:active {
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
.index-header section .cta .btn-outline {
  text-transform: uppercase;
  color: #D3D9FA;
  border: 2px solid #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 15px 29px;
  border-radius: 45px;
  margin-left: 30px;
  letter-spacing: .5px;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media (max-width: 767px) {
  .index-header section .cta .btn-outline {
    margin-left: 15px;
  }
}
.index-header section .cta .btn-outline:hover {
  background: #fff;
  color: #333;
}
.index-header section .cta .btn-outline:hover .fa-play {
  color: #333;
}
.index-header section .cta .btn-outline:active {
  position: relative;
  top: 1px;
}
.index-header section .cta .btn-outline .fa-play {
  margin-right: 9px;
  color: #D3D9FA;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.index-header section .mobile-pic {
  position: absolute;
  right: 80px;
  top: -30px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media (max-width: 991px) {
  .index-header section .mobile-pic {
    right: 10px;
    top: 0;
    width: 70%;
  }
}

.index-intro {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .index-intro {
    margin-top: 80px;
  }
}
.index-intro header {
  position: relative;
}
.index-intro header:after {
  content: '';
  position: absolute;
  bottom: -50px;
  height: 1px;
  width: 85%;
  left: 0;
  right: 0;
  margin: auto;
  background: #eaeaea;
}
.index-intro header h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #555;
}
.index-intro header p {
  color: #666;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  width: 75%;
  margin: 0 auto;
  margin-top: 25px;
}
.index-intro section {
  width: 85%;
  margin: auto;
  margin-top: 90px;
}
.index-intro section h4 {
  font-size: 18px;
  color: #339BC0;
  line-height: 25px;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .index-intro section h4 {
    text-align: center;
  }
}
.index-intro section p {
  margin-top: 17px;
  line-height: 24px;
  width: 90%;
  color: #555;
}
@media (max-width: 767px) {
  .index-intro section p {
    margin-bottom: 35px;
    text-align: center;
    width: 100%;
  }
}

.index-features {
  margin-top: 120px;
  background: #fafafa;
  border-top: 1px solid #e2e1e1;
  border-bottom: 1px solid #e2e1e1;
  padding: 70px 0 40px;
}
.index-features header {
  position: relative;
}
.index-features header:after {
  content: '';
  position: absolute;
  bottom: -50px;
  height: 1px;
  width: 87%;
  left: 0;
  right: 0;
  margin: auto;
  background: #eaeaea;
}
.index-features header h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #555;
}
@media (max-width: 767px) {
  .index-features header h3 {
    font-size: 23px;
  }
}
.index-features header p {
  color: #666;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
}
.index-features .features {
  margin: auto;
  margin-top: 110px;
  width: 88%;
}
@media (min-width: 992px) {
  .index-features .features .icon {
    margin-right: 20px;
  }
}
.index-features .features .feature {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .index-features .features .feature {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
.index-features .features section {
  width: 83%;
  float: right;
}
@media (max-width: 991px) {
  .index-features .features section {
    width: 100%;
    margin-top: 20px;
    float: none;
  }
}
.index-features .features section h4 {
  margin-top: 0;
  font-size: 17px;
  color: #53575f;
}
.index-features .features section p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  width: 95%;
}

.index-devices {
  padding-top: 140px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .index-devices {
    padding-top: 80px;
    text-align: center;
  }
}
.index-devices > section {
  width: 850px;
  margin: 0 auto;
  min-height: 473px;
  position: relative;
}
@media (max-width: 991px) {
  .index-devices > section {
    padding: 0 30px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-devices > section {
    min-height: auto;
  }
}
.index-devices .devices {
  position: absolute;
  left: 430px;
  top: -15px;
}
@media (max-width: 767px) {
  .index-devices .devices {
    display: none;
  }
}
.index-devices h4 {
  font-size: 24px;
  color: #36AFDA;
  font-weight: 400;
  margin-bottom: 25px;
}
.index-devices p {
  width: 300px;
  margin-bottom: 25px;
  color: #666;
  line-height: 24px;
}
@media (max-width: 767px) {
  .index-devices p {
    width: auto;
  }
}
.index-devices .icons i {
  color: #C2C0E7;
  margin-right: 20px;
}
.index-devices .icons .ion-monitor {
  font-size: 44px;
}
.index-devices .icons .ion-ipad {
  font-size: 38px;
}
.index-devices .icons .ion-iphone {
  font-size: 32px;
}

.index-browsers {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .index-browsers {
    margin-top: 90px;
  }
}
.index-browsers header {
  position: relative;
}
.index-browsers header h3 {
  text-align: center;
  font-size: 25px;
  color: #555;
  font-weight: 400;
}
.index-browsers header p {
  color: #666;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  width: 75%;
  margin: 0 auto;
  margin-top: 12px;
}
.index-browsers section {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .index-browsers section {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .index-browsers section .img-fluid {
    margin: 0 auto;
  }
}
.index-browsers section .info {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .index-browsers section .info {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .index-browsers section .info {
    padding-left: 0;
    text-align: center;
    margin-top: 45px;
  }
}
.index-browsers section h4 {
  font-size: 18px;
  color: #555;
  margin-top: 20px;
  margin-bottom: 27px;
}
.index-browsers section h4 .badge {
  padding: 3px 8px;
  font-size: 12px;
  position: relative;
  top: -7px;
  margin-left: 5px;
}
.index-browsers section p {
  width: 80%;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
  color: #555;
}
@media (max-width: 991px) {
  .index-browsers section p {
    width: 100%;
  }
}
.index-browsers section .btn-rounded {
  border: 1px solid #459CE7;
  border-radius: 25px;
  padding: 10px 16px 9px;
  margin-top: 17px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index-browsers section .btn-rounded:hover i {
  margin-left: 15px;
}
.index-browsers section .btn-rounded i {
  margin-left: 7px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.index-clients {
  margin-top: 200px;
  text-align: center;
}
@media (max-width: 767px) {
  .index-clients {
    margin-top: 110px;
  }
}
.index-clients header {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
}
.index-clients header:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E9E9E9;
  top: 11px;
}
.index-clients header h4 {
  position: relative;
  top: -8px;
  padding: 0 40px;
  background: #fff;
  color: #97A8B8;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.8px;
  word-spacing: 1.6px;
  font-weight: 600;
  line-height: 24px;
}
.index-clients .img-responsive {
  margin: 0 auto;
}

.spacial-header {
  min-height: 780px;
  background-image: radial-gradient(40% 70%, #425282 15%, #1e3961 100%);
}
.spacial-header section {
  padding-top: 180px;
}
@media (max-width: 991px) {
  .spacial-header section {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .spacial-header section {
    text-align: center;
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .spacial-header section .left-col {
    padding-left: 45px;
  }
}
.spacial-header section h1 {
  color: #fff;
  font-size: 31px;
  font-family: "Libre Franklin", "Lato", "Helvetica Neue", Arial;
  text-align: center;
  letter-spacing: .8px;
}
@media (max-width: 767px) {
  .spacial-header section h1 {
    font-size: 27px;
    line-height: 35px;
  }
}
.spacial-header section .mobile-pic {
  position: absolute;
  top: 50px;
  right: 30px;
}
.spacial-header section .mobile-icon {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .spacial-header section .mobile-icon {
    margin-top: 60px;
  }
}
.spacial-header section h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-top: 52px;
}
.spacial-header section p {
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .spacial-header section p {
    width: auto;
  }
}
.spacial-header section a {
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 30px;
  border: 2px solid #455B90;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 12px;
  margin-top: 30px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.spacial-header section a:hover {
  background: #687ED8;
  border-color: #687ED8;
  color: #fff;
}
.spacial-header section a:active {
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}

.spacial-intro {
  margin-top: 230px;
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .spacial-intro {
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .spacial-intro {
    margin-top: 100px;
  }
}
.spacial-intro > section {
  min-height: 473px;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .spacial-intro > section {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .spacial-intro > section {
    padding: 0 20px;
  }
}
.spacial-intro h2 {
  width: 270px;
  font-size: 28px;
  font-weight: 400;
  margin: 0 auto;
  line-height: 36px;
  letter-spacing: .3px;
}
@media (max-width: 767px) {
  .spacial-intro h2 {
    width: auto;
    font-size: 23px;
  }
}
.spacial-intro p {
  color: #5A6C90;
  margin-top: 40px;
  letter-spacing: .3px;
  font-size: 15px;
  width: 350px;
  margin: 40px auto 0;
  line-height: 26px;
}
@media (max-width: 767px) {
  .spacial-intro p {
    width: auto;
  }
}
.spacial-intro a {
  display: inline-block;
  margin-top: 90px;
  border-radius: 7px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media (max-width: 991px) {
  .spacial-intro a {
    margin-top: 60px;
  }
}
.spacial-intro a:hover {
  box-shadow: rgba(0, 0, 0, 0.17) 0 1px 2px, rgba(112, 139, 232, 0.3) 0 10px 15px;
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.spacial-intro span {
  display: block;
  font-weight: 500;
  margin-top: 15px;
  color: #5375A2;
  opacity: .7;
}
.spacial-intro .pic-left {
  position: absolute;
  left: 0;
  top: -60px;
}
@media (max-width: 991px) {
  .spacial-intro .pic-left {
    width: 180px;
    top: -20px;
  }
}
@media (max-width: 767px) {
  .spacial-intro .pic-left {
    display: none;
  }
}
.spacial-intro .pic-right {
  position: absolute;
  right: 30px;
  top: -60px;
}
@media (max-width: 991px) {
  .spacial-intro .pic-right {
    width: 170px;
    right: 0;
    top: -20px;
  }
}
@media (max-width: 767px) {
  .spacial-intro .pic-right {
    display: none;
  }
}

.spacial-features {
  margin-top: 110px;
}
@media (max-width: 767px) {
  .spacial-features {
    margin-top: 60px;
  }
}
.spacial-features .header {
  text-align: center;
}
.spacial-features .header h2 {
  font-size: 26px;
  letter-spacing: .1px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .spacial-features .header h2 {
    font-size: 23px;
  }
}
.spacial-features .header p {
  color: #5A6C90;
  margin-top: 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .spacial-features .header p {
    font-size: 15px;
  }
}
.spacial-features .feature {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .spacial-features .feature {
    text-align: center;
  }
}
.spacial-features .feature h3 {
  color: #2F4166;
  font-size: 18px;
  margin-top: 20px;
}
.spacial-features .feature h3 .badge-new {
  background-image: linear-gradient(-90deg, #609CFF 0%, #8D7FFF 100%);
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  padding: 3px 8px;
  letter-spacing: 0.5px;
  font-weight: bold;
  position: relative;
  top: -3px;
  left: 7px;
}
.spacial-features .feature p {
  color: #7080A2;
  line-height: 25px;
  font-size: 15px;
  margin-top: 15px;
  width: 87%;
}
@media (max-width: 767px) {
  .spacial-features .feature p {
    width: auto;
  }
}

.spacial-cta-download {
  margin-top: 110px;
  /* background: url("../images/graphics/spacial-bg.jpg") no-repeat center center; */
  background-size: cover;
  text-align: center;
  padding: 150px 0;
}
@media (max-width: 991px) {
  .spacial-cta-download {
    padding: 90px 20px;
  }
}
@media (max-width: 767px) {
  .spacial-cta-download {
    padding: 70px 20px;
  }
}
.spacial-cta-download h2 {
  color: #fff;
  font-size: 34px;
  letter-spacing: .5px;
}
@media (max-width: 767px) {
  .spacial-cta-download h2 {
    font-size: 28px;
  }
}
.spacial-cta-download p {
  color: #fff;
  font-size: 16px;
  width: 42%;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 27px;
}
@media (max-width: 991px) {
  .spacial-cta-download p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .spacial-cta-download p {
    width: auto;
  }
}
.spacial-cta-download a {
  background: #7E58F9;
  color: #fff;
  display: inline-block;
  margin-top: 80px;
  padding: 20px 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .spacial-cta-download a {
    margin-top: 50px;
  }
}
.spacial-cta-download a:hover {
  background: #588ef9;
  box-shadow: 0 4px 18px 3px rgba(0, 0, 0, 0.42);
}

.spacial-app-store {
  margin-top: 140px;
}
@media (max-width: 991px) {
  .spacial-app-store {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .spacial-app-store section {
    text-align: center;
  }
}
.spacial-app-store section span {
  color: #4E6A8A;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}
.spacial-app-store section h1 {
  color: #213649;
  line-height: 46px;
  font-weight: 400;
  font-size: 28px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .spacial-app-store section h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.spacial-app-store section p {
  color: #7483a2;
  margin-top: 20px;
  font-size: 15px;
  width: 80%;
  line-height: 25px;
}
@media (max-width: 991px) {
  .spacial-app-store section p {
    width: auto;
  }
}
.spacial-app-store section p a {
  display: block;
  margin-top: 15px;
  text-decoration: none;
}
.spacial-app-store section .cta {
  margin-top: 35px;
  display: inline-block;
  border-radius: 6px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.spacial-app-store section .cta:hover {
  box-shadow: rgba(112, 139, 232, 0.15) 0 6px 20px;
}
.spacial-app-store section .mobile-pic {
  position: absolute;
  right: -40px;
  top: 10px;
}
@media (max-width: 1199px) {
  .spacial-app-store section .mobile-pic {
    right: 0px;
    top: 20px;
    width: 500px;
  }
}

@-webkit-keyframes slide-quote {
  0% {
    -moz-transform: scaleY(1.4) translateY(80px);
    -o-transform: scaleY(1.4) translateY(80px);
    -ms-transform: scaleY(1.4) translateY(80px);
    -webkit-transform: scaleY(1.4) translateY(80px);
    transform: scaleY(1.4) translateY(80px);
  }
}
@-moz-keyframes slide-quote {
  0% {
    -moz-transform: scaleY(1.4) translateY(80px);
    -o-transform: scaleY(1.4) translateY(80px);
    -ms-transform: scaleY(1.4) translateY(80px);
    -webkit-transform: scaleY(1.4) translateY(80px);
    transform: scaleY(1.4) translateY(80px);
  }
}
@-o-keyframes slide-quote {
  0% {
    -moz-transform: scaleY(1.4) translateY(80px);
    -o-transform: scaleY(1.4) translateY(80px);
    -ms-transform: scaleY(1.4) translateY(80px);
    -webkit-transform: scaleY(1.4) translateY(80px);
    transform: scaleY(1.4) translateY(80px);
  }
}
@keyframes slide-quote {
  0% {
    -moz-transform: scaleY(1.4) translateY(80px);
    -o-transform: scaleY(1.4) translateY(80px);
    -ms-transform: scaleY(1.4) translateY(80px);
    -webkit-transform: scaleY(1.4) translateY(80px);
    transform: scaleY(1.4) translateY(80px);
  }
}
.spacial-client-quotes {
  margin-top: 160px;
  text-align: center;
}
@media (max-width: 991px) {
  .spacial-client-quotes {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .spacial-client-quotes {
    margin-top: 80px;
  }
}
.spacial-client-quotes h2 {
  text-transform: uppercase;
  font-size: 13px;
  color: #4E7198;
  letter-spacing: 1px;
}
.spacial-client-quotes .client-quotes {
  margin-top: 40px;
  height: 240px;
}
@media (max-width: 767px) {
  .spacial-client-quotes .client-quotes {
    height: 260px;
  }
}
.spacial-client-quotes .client-quotes .client-quote {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.spacial-client-quotes .client-quotes .client-quote.active {
  opacity: 1;
  z-index: 10;
  -webkit-animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
  -moz-animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
  -o-animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
  -ms-animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
  animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
}
.spacial-client-quotes .client-quotes .client-quote .quote {
  font-size: 21px;
  width: 620px;
  margin: 0 auto;
  line-height: 37px;
  color: #4a5879;
}
@media (max-width: 767px) {
  .spacial-client-quotes .client-quotes .client-quote .quote {
    width: auto;
    padding: 0 30px;
    font-size: 17px;
    line-height: 34px;
  }
}
.spacial-client-quotes .client-quotes .client-quote .author {
  margin-top: 35px;
  font-size: 17px;
}
.spacial-client-quotes .client-quotes .client-quote .author .name {
  color: #4a5879;
}
.spacial-client-quotes .client-quotes .client-quote .author .role {
  color: #9CAFDA;
  margin-left: 6px;
}
.spacial-client-quotes .client-pictures {
  margin-top: 15px;
}
.spacial-client-quotes .client-pictures .client-picture {
  display: inline-block;
}
.spacial-client-quotes .client-pictures .client-picture:hover img, .spacial-client-quotes .client-pictures .client-picture.active img {
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
  -moz-transform: scale3d(0.8, 0.8, 0.8) translateY(-5px);
  -o-transform: scale3d(0.8, 0.8, 0.8) translateY(-5px);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translateY(-5px);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translateY(-5px);
  transform: scale3d(0.8, 0.8, 0.8) translateY(-5px);
}
@media (max-width: 767px) {
  .spacial-client-quotes .client-pictures .client-picture:hover img, .spacial-client-quotes .client-pictures .client-picture.active img {
    -moz-transform: scale3d(0.7, 0.7, 0.7) translateY(-5px);
    -o-transform: scale3d(0.7, 0.7, 0.7) translateY(-5px);
    -ms-transform: scale3d(0.7, 0.7, 0.7) translateY(-5px);
    -webkit-transform: scale3d(0.7, 0.7, 0.7) translateY(-5px);
    transform: scale3d(0.7, 0.7, 0.7) translateY(-5px);
  }
}
.spacial-client-quotes .client-pictures .client-picture img {
  border-radius: 100px;
  cursor: pointer;
  -moz-transform: scale3d(0.65, 0.65, 0.65);
  -o-transform: scale3d(0.65, 0.65, 0.65);
  -ms-transform: scale3d(0.65, 0.65, 0.65);
  -webkit-transform: scale3d(0.65, 0.65, 0.65);
  transform: scale3d(0.65, 0.65, 0.65);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .spacial-client-quotes .client-pictures .client-picture img {
    max-width: 100px;
  }
}

.index-mobile-alt-header {
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(ellipse farthest-side at 100% 0%, #A7CCDF -10%, #7cafbe 20%, #203466 110%);
}
.index-mobile-alt-header .container {
  position: relative;
  min-height: 630px;
  padding-top: 200px;
}
@media (max-width: 767px) {
  .index-mobile-alt-header .container {
    padding-top: 120px;
  }
}
.index-mobile-alt-header .container .iphone {
  position: absolute;
  bottom: -50px;
  left: 50px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 991px) {
  .index-mobile-alt-header .container .iphone {
    display: none;
  }
}
.index-mobile-alt-header .container .iphone:hover {
  bottom: -20px;
}
.index-mobile-alt-header .container .info {
  float: right;
  width: 560px;
}
@media (max-width: 991px) {
  .index-mobile-alt-header .container .info {
    width: auto;
    float: none;
  }
}
.index-mobile-alt-header .container .info h1 {
  font-size: 34px;
  line-height: 42px;
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .index-mobile-alt-header .container .info h1 {
    font-size: 28px;
  }
}
.index-mobile-alt-header .container .info p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #D7E9F5;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.index-mobile-alt-header .container .info .buttons {
  margin-top: 60px;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@media (max-width: 767px) {
  .index-mobile-alt-header .container .info .buttons {
    text-align: center;
  }
}
.index-mobile-alt-header .container .info .buttons a {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .index-mobile-alt-header .container .info .buttons a {
    display: block;
    margin: 0;
    margin-bottom: 20px;
  }
}
.index-mobile-alt-header .container .info .buttons img {
  border: 0;
}

@media (min-width: 992px) {
  .index-devices.mobile-alt {
    padding-top: 170px;
  }
}

.index-mobile-header {
  min-height: 520px;
  background-image: -o-linear-gradient(310deg, #6D92B9 0%, #272B53 90%);
  background-image: -moz-linear-gradient(310deg, #6D92B9 0%, #272B53 90%);
  background-image: -ms-linear-gradient(310deg, #6D92B9 0%, #272B53 90%);
  background-image: linear-gradient(310deg, #6D92B9 0%, #272B53 90%);
}
.index-mobile-header section {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .index-mobile-header section {
    text-align: center;
    padding-top: 80px;
  }
}
.index-mobile-header section h1 {
  color: #fff;
  line-height: 49px;
  font-size: 37px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .index-mobile-header section h1 {
    font-size: 33px;
  }
}
.index-mobile-header section h1 span > span {
  left: -5px;
  top: 1px;
  font-size: 40px;
}
.index-mobile-header section p {
  color: #d4dbf1;
  margin-top: 20px;
  font-size: 16px;
  width: 80%;
  line-height: 25px;
}
@media (max-width: 767px) {
  .index-mobile-header section p {
    width: auto;
  }
}
.index-mobile-header section .cta {
  margin-top: 65px;
}
.index-mobile-header section .cta a {
  display: inline-block;
  border-radius: 6px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index-mobile-header section .cta a:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0 1px 2px, #CCDEEE 0 1px 30px;
}
.index-mobile-header section .mobile-pic {
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.p {
  color: #212529 !important;
}

.index-mobile-features {
  margin-top: 10px;
  padding: 60px 0 65px;
  background-image: -o-linear-gradient(0deg, #fa3102 0%, #f90202 100%);
  background-image: -moz-linear-gradient(0deg, #fa3102 0%, #f90202 100%);
  background-image: -ms-linear-gradient(0deg, #fa3102 0%, #f90202 100%);
  background-image: linear-gradient(90deg, #fa3102 0%, #f90202 100%);
}
@media (max-width: 767px) {
  .index-mobile-features {
    margin-top: 90px;
  }
}
.index-mobile-features header {
  text-align: center;
}
.index-mobile-features header h3 {
  margin: 0;
  color: #fff;
  font-size: 29px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .index-mobile-features header h3 {
    font-size: 26px;
    line-height: 35px;
  }
}
.index-mobile-features header p {
  margin-top: 17px;
  font-size: 15px;
  color: #eee;
}
.index-mobile-features .features {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 55px;
}
.index-mobile-features .features .feature {
  float: left;
  width: 50%;
  text-align: center;
  padding: 40px 35px;
}
@media (max-width: 767px) {
  .index-mobile-features .features .feature {
    width: 100%;
    border-bottom: 1px solid #b50000;
  }
  .index-mobile-features .features .feature:last-child {
    border-bottom: 0;
  }
}
.index-mobile-features .features .feature:nth-child(1), .index-mobile-features .features .feature:nth-child(2) {
  border-bottom: 1px solid #b50000;
}
.index-mobile-features .features .feature:nth-child(1), .index-mobile-features .features .feature:nth-child(3) {
  border-right: 1px solid #b50000;
}
.index-mobile-features .features .feature .pic {
  min-height: 75px;
}
.index-mobile-features .features .feature .pic img.icon-camera {
  position: relative;
  top: 5px;
}
.index-mobile-features .features .feature p {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.index-mobile-devices {
  margin-top: 180px;
}
@media (max-width: 991px) {
  .index-mobile-devices {
    margin-top: 100px;
  }
}
.index-mobile-devices section {
  width: 870px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .index-mobile-devices section {
    padding: 0 30px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-mobile-devices section {
    text-align: center;
  }
}
.index-mobile-devices .devices {
  position: relative;
  top: -90px;
}
@media (max-width: 991px) {
  .index-mobile-devices .devices {
    width: 300px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .index-mobile-devices .devices {
    display: none;
  }
}
.index-mobile-devices h4 {
  font-size: 24px;
  font-weight: 400;
  color: #36AFDA;
  margin-bottom: 25px;
}
.index-mobile-devices p {
  width: 300px;
  font-size: 15px;
  margin-bottom: 25px;
  color: #666;
  line-height: 24px;
}
@media (max-width: 767px) {
  .index-mobile-devices p {
    width: auto;
  }
}
.index-mobile-devices .icons i {
  color: #C2C0E7;
  margin-right: 20px;
}
.index-mobile-devices .icons .ion-monitor {
  font-size: 44px;
}
.index-mobile-devices .icons .ion-ipad {
  font-size: 38px;
}
.index-mobile-devices .icons .ion-iphone {
  font-size: 32px;
}

.index-mobile-call-to-action {
  margin-top: 90px;
  /* background: url("../images/graphics/mobile-4-1.jpg"); */
}
@media (min-width: 1200px) {
  .index-mobile-call-to-action .container {
    width: 920px;
  }
}
@media (max-width: 991px) {
  .index-mobile-call-to-action .device {
    width: 330px;
  }
}
.index-mobile-call-to-action .info {
  padding-top: 70px;
  text-align: right;
  float: right;
  width: 50%;
}
@media (max-width: 991px) {
  .index-mobile-call-to-action .info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .index-mobile-call-to-action .info {
    float: none;
    width: auto;
    text-align: center;
  }
}
.index-mobile-call-to-action .info h3 {
  color: #fff;
  font-size: 28px;
  margin-top: 20px;
  line-height: 34px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .index-mobile-call-to-action .info h3 {
    font-size: 22px;
  }
}
.index-mobile-call-to-action .info p {
  color: #fff;
  line-height: 25px;
  font-size: 16px;
  margin-top: 40px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
.index-mobile-call-to-action .info .cta {
  margin-top: 45px;
}
.index-mobile-call-to-action .info .cta a {
  display: inline-block;
  border-radius: 6px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index-mobile-call-to-action .info .cta a:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0 1px 2px, #CCDEEE 0 1px 30px;
}

.index-mobile-footer {
  position: relative;
  padding: 50px 0 60px;
}
@media (max-width: 767px) {
  .index-mobile-footer {
    padding: 30px 0 50px;
  }
}
.index-mobile-footer:before {
  content: '';
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  background-image: -o-linear-gradient(90deg, #7FC0F4 0%, #5A5BC1 100%);
  background-image: -moz-linear-gradient(90deg, #7FC0F4 0%, #5A5BC1 100%);
  background-image: -ms-linear-gradient(90deg, #7FC0F4 0%, #5A5BC1 100%);
  background-image: linear-gradient(90deg, #7FC0F4 0%, #5A5BC1 100%);
}
.index-mobile-footer .links {
  text-align: center;
}
.index-mobile-footer .links a {
  display: inline-block;
  font-size: 15px;
  color: #8C99AB;
  margin: 0 33px;
}
@media (max-width: 767px) {
  .index-mobile-footer .links a {
    display: block;
    margin: 20px 0;
  }
}
.index-mobile-footer .bottom {
  margin-top: 45px;
  text-align: center;
}
.index-mobile-footer .bottom span {
  display: inline-block;
  margin: 0 25px;
  color: #8C99AB;
}
@media (max-width: 767px) {
  .index-mobile-footer .bottom span {
    display: block;
    margin: 20px 0;
  }
}
.index-mobile-footer .bottom span a {
  color: #689CE0;
}

.index-slider-header {
  position: relative;
  top: -1px;
}
.index-slider-header .slider-component {
  height: 650px;
}
.index-slider-header .slider-component .slide--center {
  text-align: center;
}
.index-slider-header .slider-component .slide--left {
  text-align: left;
}
@media (max-width: 991px) {
  .index-slider-header .slider-component .slide--left {
    text-align: center;
  }
}
.index-slider-header .slider-component .slide--right {
  text-align: right;
}
@media (max-width: 991px) {
  .index-slider-header .slider-component .slide--right {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .index-slider-header .slider-component .slide .container {
    width: 950px;
  }
}
.index-slider-header .slider-component .slide h2 {
  color: #fff;
  font-size: 37px;
  line-height: 45px;
  margin-top: 230px;
  font-weight: 400;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.17);
}
@media (max-width: 991px) {
  .index-slider-header .slider-component .slide h2 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .index-slider-header .slider-component .slide h2 {
    font-size: 27px;
    line-height: 35px;
  }
}
.index-slider-header .slider-component .slide a {
  margin-top: 35px;
}
.index-slider-header .slider-component .pic:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(82, 105, 128, 0.42);
}

.index-slider-features {
  margin-top: 110px;
}
@media (max-width: 991px) {
  .index-slider-features {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .index-slider-features .feature {
    text-align: center;
    margin-bottom: 35px;
  }
}
.index-slider-features h3 {
  font-size: 17px;
  color: #2F363F;
  line-height: 24px;
}
.index-slider-features h3 img {
  float: left;
  display: block;
  margin-right: 15px;
  position: relative;
  top: 1px;
}
@media (max-width: 991px) {
  .index-slider-features h3 img {
    float: none;
    margin-bottom: 25px;
    height: 35px;
    top: 0 !important;
  }
}
@media (max-width: 767px) {
  .index-slider-features h3 img {
    margin: 0 auto 25px;
  }
}
.index-slider-features p {
  font-size: 15px;
  margin-top: 25px;
  line-height: 25px;
  color: #81878C;
}
.index-slider-features a {
  position: relative;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .index-slider-features a {
    top: 0;
  }
}
.index-slider-features a:hover:after {
  right: -20px;
}
.index-slider-features a:after {
  content: "▸";
  position: absolute;
  right: -15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.call-to-action-signup {
  margin-top: 110px;
  margin-bottom: -100px;
  background: #fafafa;
  padding: 60px 0 70px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.call-to-action-signup h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 1px #fff;
}
.call-to-action-signup form {
  margin-top: 40px;
  position: relative;
}
.call-to-action-signup form .form-group {
  margin-right: 7px;
  width: 250px;
}
@media (max-width: 991px) {
  .call-to-action-signup form .form-group {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .call-to-action-signup form .form-group {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.call-to-action-signup form input {
  box-shadow: 0 1px 1px #fff;
  height: 42px;
  width: 100% !important;
  font-size: 15px;
}
.call-to-action-signup form input:focus {
  box-shadow: none;
}
@media (max-width: 1199px) {
  .call-to-action-signup form [type="submit"] {
    margin-top: 25px;
  }
}
.call-to-action-signup form .agree {
  top: 20px;
  position: relative;
  display: block;
  text-align: right;
  padding-right: 50px;
  color: #555;
}
@media (max-width: 1199px) {
  .call-to-action-signup form .agree {
    text-align: center;
    padding: 0;
  }
}

.scrollspy-enabled {
  position: relative;
}

.index-features-header {
  min-height: 570px;
  position: relative;
  /* background: url("../images/unsplash/photo-1479243396208-be1751535cdb.jpg"); */
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .index-features-header {
    min-height: 540px;
  }
}
.index-features-header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(58, 71, 90, 0.85);
}
.index-features-header section {
  padding: 200px 20px 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .index-features-header section {
    padding-top: 140px;
  }
}
.index-features-header section > h1 {
  color: #fff;
  line-height: 46px;
  font-size: 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .index-features-header section > h1 {
    font-size: 27px;
    line-height: 40px;
  }
}
.index-features-header section > p {
  text-align: center;
  color: #C3CADA;
  font-size: 16px;
  position: relative;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.index-features-header section .cta {
  text-align: center;
  margin-top: 50px;
}

.index-features-nav {
  height: 85px;
}
.index-features-nav .features {
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.index-features-nav .features.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.index-features-nav .features li {
  display: inline-block;
}
.index-features-nav .features li:nth-child(1) a {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.index-features-nav .features li:nth-child(2) a {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.index-features-nav .features li:nth-child(3) a {
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.index-features-nav .features li:nth-child(4) a {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.index-features-nav .features .nav-link {
  display: inline-block;
  padding: 32px 0;
  height: 85px;
  vertical-align: top;
  margin: 0 10px;
  font-size: 15px;
  width: 180px;
  color: #333;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-features-nav .features .nav-link {
    width: 150px;
    font-size: 14px;
  }
}
.index-features-nav .features .nav-link.active {
  color: #ea9538;
}
.index-features-nav .features .nav-link.active:after {
  bottom: 0;
  background: #f7b063;
}
.index-features-nav .features .nav-link:after {
  content: '';
  position: absolute;
  height: 3px;
  bottom: -3px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.index-features-nav .features .nav-link:hover, .index-features-nav .features .nav-link:focus {
  opacity: 1;
  background: none;
}
.index-features-nav .features .nav-link:hover:after, .index-features-nav .features .nav-link:focus:after {
  bottom: 0;
  background: #fdd0ad;
}

.index-features-friends {
  padding-top: 130px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .index-features-friends {
    padding-top: 60px;
    text-align: center;
  }
}
.index-features-friends section {
  width: 850px;
  margin: 0 auto;
  min-height: 473px;
  position: relative;
}
@media (max-width: 991px) {
  .index-features-friends section {
    padding: 0 30px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-features-friends section {
    min-height: auto;
  }
}
.index-features-friends img.browser {
  position: absolute;
  left: 450px;
  top: -15px;
}
@media (max-width: 767px) {
  .index-features-friends img.browser {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.index-features-friends .info {
  width: 330px;
}
@media (max-width: 767px) {
  .index-features-friends .info {
    width: auto;
  }
}
.index-features-friends h3 {
  font-size: 14px;
  color: #70A9CD;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2px;
  font-weight: 600;
}
.index-features-friends h4 {
  font-size: 27px;
  color: #4B4B4B;
  line-height: 36px;
  letter-spacing: 0px;
  font-weight: 300;
  margin-top: 15px;
}
.index-features-friends p {
  font-size: 15px;
  color: #7B8398;
  line-height: 27px;
  margin-top: 30px;
}

.index-features-camera {
  margin-top: 110px;
  padding-top: 70px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  text-align: center;
}
@media (max-width: 767px) {
  .index-features-camera {
    margin-top: 80px;
  }
}
.index-features-camera h3 {
  font-size: 13px;
  color: #70A9CD;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2px;
  font-weight: 600;
}
.index-features-camera h4 {
  font-size: 27px;
  color: #4B4B4B;
  line-height: 37px;
  font-weight: 300;
  width: 550px;
  margin: auto;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .index-features-camera h4 {
    width: auto;
    padding: 0 20px;
  }
}
.index-features-camera .pic {
  margin-top: 60px;
}
.index-features-camera .pic img {
  margin: 0 auto;
}

.index-features-user {
  padding-top: 140px;
}
@media (max-width: 767px) {
  .index-features-user {
    padding-top: 100px;
  }
}
.index-features-user header {
  text-align: center;
}
.index-features-user header h3 {
  font-size: 13px;
  color: #70A9CD;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2px;
  font-weight: 600;
}
.index-features-user header h4 {
  font-size: 26px;
  color: #4B4B4B;
  line-height: 37px;
  font-weight: 300;
  width: 620px;
  margin: auto;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .index-features-user header h4 {
    width: auto;
    padding: 0 20px;
  }
}
.index-features-user section {
  width: 850px;
  margin: 0 auto;
  margin-top: 150px;
  position: relative;
}
@media (max-width: 991px) {
  .index-features-user section {
    padding: 0 30px;
    width: auto;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .index-features-user section {
    text-align: center;
  }
}
.index-features-user section .devices {
  position: relative;
  top: -80px;
}
@media (max-width: 991px) {
  .index-features-user section .devices {
    width: 300px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .index-features-user section .devices {
    float: none !important;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.index-features-user section h4 {
  font-size: 23px;
  color: #36AFDA;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .index-features-user section h4 {
    font-size: 21px;
  }
}
.index-features-user section p {
  width: 300px;
  font-size: 15px;
  margin-bottom: 25px;
  color: #666;
  line-height: 23px;
}
@media (max-width: 767px) {
  .index-features-user section p {
    width: auto;
  }
}
.index-features-user section .icons i {
  color: #C2C0E7;
  margin-right: 20px;
}
.index-features-user section .icons .ion-monitor {
  font-size: 44px;
}
.index-features-user section .icons .ion-ipad {
  font-size: 38px;
}
.index-features-user section .icons .ion-iphone {
  font-size: 32px;
}

.index-features-files {
  padding-top: 90px;
}
.index-features-files .container2 {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e2e9f0;
}
.index-features-files .container2 .container1 {
  float: left;
  width: 100%;
  position: relative;
  right: 50%;
  background: #f5f7f9;
  border-right: 1px solid #e2e9f0;
}
@media (max-width: 991px) {
  .index-features-files .container2 .container1 {
    right: auto;
  }
}
.index-features-files .col-left {
  float: left;
  width: 50%;
  position: relative;
  left: 50%;
  overflow: hidden;
  padding: 78px 50px 0;
}
@media (max-width: 991px) {
  .index-features-files .col-left {
    width: 100%;
    left: 0;
    padding: 60px 70px 0;
  }
}
@media (max-width: 767px) {
  .index-features-files .col-left {
    padding: 50px 30px 0;
  }
}
.index-features-files .col-left .features {
  float: right;
  width: 400px;
}
@media (max-width: 991px) {
  .index-features-files .col-left .features {
    float: none;
    width: auto;
  }
}
.index-features-files .col-left .features .feature {
  margin-bottom: 30px;
}
.index-features-files .col-left .features .image, .index-features-files .col-left .features .info {
  float: left;
}
@media (max-width: 767px) {
  .index-features-files .col-left .features .image, .index-features-files .col-left .features .info {
    float: none;
  }
}
.index-features-files .col-left .features .info {
  width: 80%;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .index-features-files .col-left .features .info {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
}
.index-features-files .col-left .features .info strong {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #444;
  letter-spacing: .5px;
}
.index-features-files .col-left .features .info p {
  color: #657790;
  margin-top: 12px;
  line-height: 24px;
  width: 90%;
}
.index-features-files .col-right {
  float: left;
  width: 50%;
  position: relative;
  left: 50%;
  overflow: hidden;
  padding: 50px 70px 70px;
}
@media (max-width: 991px) {
  .index-features-files .col-right {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .index-features-files .col-right {
    padding: 30px;
  }
}
.index-features-files .col-right .info {
  width: 340px;
}
@media (max-width: 991px) {
  .index-features-files .col-right .info {
    width: auto;
  }
}
.index-features-files .col-right h3 {
  font-size: 13px;
  margin-top: 20px;
  color: #70A9CD;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2px;
  font-weight: 600;
}
.index-features-files .col-right h4 {
  font-size: 27px;
  color: #4B4B4B;
  line-height: 37px;
  font-weight: 300;
  margin-top: 15px;
}
.index-features-files .col-right p {
  font-size: 15px;
  color: #7B8398;
  line-height: 27px;
  margin-top: 30px;
}

.index-features-cta {
  background: #495a7a;
  text-align: center;
  padding: 60px 0;
}
.index-features-cta .info {
  text-align: left;
  display: inline-block;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .index-features-cta .info {
    text-align: center;
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.index-features-cta .info strong {
  color: #fff;
  font-size: 18px;
  display: block;
  font-weight: 600;
  text-shadow: 1px 1px #5B6162;
}
.index-features-cta .info p {
  margin-top: 6px;
  color: #D4DEF0;
  font-size: 16px;
}
.index-features-cta a {
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
  background-image: -o-linear-gradient(-89deg, #FFFFFF 0%, #f0f4fa 100%);
  background-image: -moz-linear-gradient(-89deg, #FFFFFF 0%, #f0f4fa 100%);
  background-image: -ms-linear-gradient(-89deg, #FFFFFF 0%, #f0f4fa 100%);
  background-image: linear-gradient(-179deg, #FFFFFF 0%, #f0f4fa 100%);
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.32);
  font-size: 15px;
  color: #468bb6;
  line-height: 20px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.72);
  padding: 17px 32px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index-features-cta a:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0 1px 2px, #CCDEEE 0 1px 30px;
}

.index-features-footer {
  position: relative;
  padding: 70px 0 90px;
}
@media (max-width: 767px) {
  .index-features-footer {
    padding: 30px 0 50px;
  }
}
.index-features-footer .links {
  text-align: center;
}
.index-features-footer .links a {
  display: inline-block;
  font-size: 16px;
  color: #8C99AB;
  margin: 0 33px;
}
@media (max-width: 767px) {
  .index-features-footer .links a {
    display: block;
    margin: 20px 0;
  }
}
.index-features-footer .bottom {
  margin-top: 45px;
  text-align: center;
}
.index-features-footer .bottom span {
  display: inline-block;
  margin: 0 25px;
  color: #8C99AB;
}
@media (max-width: 767px) {
  .index-features-footer .bottom span {
    display: block;
    margin: 20px 0;
  }
}
.index-features-footer .bottom span a {
  color: #689CE0;
}

.index-photography-body {
  background: #f9f9f9;
}

.red-cta i {
  font-size: 90px;
  color: #7a0000 !important;
  margin-bottom: 20px;
}

.index-photography-header {
  position: relative;
}
.index-photography-header .slider-component {
  height: 70vh;
}
.index-photography-header .slider-component ul.itemwrap:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 996;
  /* background: linear-gradient(rgba(238, 210, 210, 0.2) 10%, rgba(0, 0, 0, 0.25) 100%); */
}
.index-photography-header .intro {
  position: absolute;
  left: 0;
  right: 0;
  top: 260px;
  z-index: 998;
  text-align: center;
}
@media (max-width: 767px) {
  .index-photography-header .intro {
    top: 175px;
  }
}
.index-photography-header .intro h1 {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 767px) {
  .index-photography-header .intro h1 {
    font-size: 25px;
  }
}
.index-photography-header .intro h2 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 15px;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.index-photography-header .intro a {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-radius: 35px;
  display: inline-block;
  letter-spacing: 2px;
  margin-top: 20px;
  font-size: 12px;
  padding: 13px 25px 12px;
  background: #f90502;
  text-decoration: none;
  box-shadow: 0 4px 18px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.index-photography-header .intro a:hover {
  background: #fff;
  color: #999;
}

.index-photography-intro {
  margin-top: 65px;
  text-align: center;
}
@media (max-width: 767px) {
  .index-photography-intro {
    margin-top: 70px;
  }
}
.index-photography-intro h2 {
  font-size: 33px;
  text-shadow: 1px 1px #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .index-photography-intro h2 {
    font-size: 28px;
  }
}
.index-photography-intro p {
  color: #777d88;
  width: 60%;
  font-size: 16px;
  margin: 30px auto 0;
  line-height: 27px;
}
@media (max-width: 991px) {
  .index-photography-intro p {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .index-photography-intro p {
    width: 90%;
  }
}

.index-photography-gallery {
  margin-top: 90px;
}
.index-photography-gallery .scroller {
  height: 380px;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .index-photography-gallery .scroller {
    height: 300px;
  }
}

.index-photography-cta {
  /* margin-top: 70px; */
  height: 600px;
  background: url("../img/photo-bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-top: 120px;
}
.index-photography-cta h2 {
  color: #fff;
  font-size: 32px;
  letter-spacing: .5px;
}
@media (max-width: 767px) {
  .index-photography-cta h2 {
    font-size: 27px;
    line-height: 35px;
  }
}
.uppercase {
  text-transform: uppercase;
}
.index-photography-cta a {
  background: #f90502;
  box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-top: 50px;
  padding: 20px 35px;
  font-size: 13px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index-photography-cta a:hover {
  background: #f90202;
}

.index-photography-feature {
  padding-top: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .index-photography-feature {
    padding-top: 80px;
  }
}
.index-photography-feature p {
  text-align: center;
  color: #777d88;
  /* width: 70%; */
  font-size: 16px;
  margin: 0 auto;
  line-height: 27px;
}
@media (max-width: 767px) {
  .index-photography-feature p {
    width: 100%;
  }
}
.index-photography-feature .gallery {
  margin-top: 70px;
}
.index-photography-feature .gallery .bg-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .index-photography-feature .gallery .bg-img {
    height: 250px !important;
  }
}
.index-photography-feature .gallery .col-md-1,
.index-photography-feature .gallery .col-md-2,
.index-photography-feature .gallery .col-md-3,
.index-photography-feature .gallery .col-md-4,
.index-photography-feature .gallery .col-md-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.index-photography-feature .gallery .col-md-1 .bg-img,
.index-photography-feature .gallery .col-md-2 .bg-img,
.index-photography-feature .gallery .col-md-3 .bg-img,
.index-photography-feature .gallery .col-md-4 .bg-img,
.index-photography-feature .gallery .col-md-5 .bg-img {
  height: 210px;
}
.index-photography-feature .gallery .col-md-6,
.index-photography-feature .gallery .col-md-7,
.index-photography-feature .gallery .col-md-8,
.index-photography-feature .gallery .col-md-9,
.index-photography-feature .gallery .col-md-10,
.index-photography-feature .gallery .col-md-11 {
  padding-left: 5px;
  padding-right: 5px;
}
.index-photography-feature .gallery .col-md-6 .bg-img,
.index-photography-feature .gallery .col-md-7 .bg-img,
.index-photography-feature .gallery .col-md-8 .bg-img,
.index-photography-feature .gallery .col-md-9 .bg-img,
.index-photography-feature .gallery .col-md-10 .bg-img,
.index-photography-feature .gallery .col-md-11 .bg-img {
  height: 430px;
}
.index-photography-feature .gallery .col-md-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.index-photography-feature .gallery .col-md-12 .bg-img {
  height: 330px;
}

.index-photography-footer {
  /* margin-top: 300px; */
  background: #222;
}
@media (max-width: 767px) {
  .index-photography-footer {
    margin-top: 100px;
  }
}
.index-photography-footer .footer-wrapper {
  box-shadow: 0px 15px 40px rgba(0,0,0,0.7);
  background: #fff;
  position: relative;
  width: 590px;
  min-height: 350px;
  margin: 0 auto;
  padding: 40px 70px;
  top: -40px;
  border-radius: 7px;
}
@media (max-width: 991px) {
  .index-photography-footer .footer-wrapper {
    -moz-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
}
@media (max-width: 767px) {
  .index-photography-footer .footer-wrapper {
    width: auto;
    padding: 30px 20px;
  }
}
.index-photography-footer .footer-wrapper h3 {
  text-align: center;
  margin-top: 0;
}
.index-photography-footer .footer-wrapper form {
  margin-top: 0px;
}
.index-photography-footer .footer-wrapper form label {
  font-weight: 400;
}
.index-photography-footer .footer-wrapper form .form-actions {
  margin-top: 30px;
  text-align: center;
}
.index-photography-footer .social {
  text-align: center;
  padding-bottom: 100px;
  color: #fff;
}
.index-photography-footer .social a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin: 0 17px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.index-photography-footer .social a:hover {
  -moz-transform: scale3d(1.6, 1.6, 1.6);
  -o-transform: scale3d(1.6, 1.6, 1.6);
  -ms-transform: scale3d(1.6, 1.6, 1.6);
  -webkit-transform: scale3d(1.6, 1.6, 1.6);
  transform: scale3d(1.6, 1.6, 1.6);
}

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
  height: 100vh;
}
.homepage-hero-module .video-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #111;
}
.homepage-hero-module .video-container #video {
  position: relative;
  background: transparent;
  height: 100%;
}
.homepage-hero-module .video-container .ytplayer-container {
  position: absolute;
  top: 0;
  z-index: -1;
}
.homepage-hero-module .video-container .ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  background: rgba(64, 76, 93, 0.65);
}

.homepage-hero-content {
  position: absolute;
  z-index: 99;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  top: calc(50% - 140px);
}
@media (max-width: 767px) {
  .homepage-hero-content {
    top: 25%;
  }
}
.homepage-hero-content h2 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: .3px;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@media (max-width: 991px) {
  .homepage-hero-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .homepage-hero-content h2 {
    font-size: 33px;
    line-height: 45px;
    padding: 0 20px;
  }
}
.homepage-hero-content p {
  font-size: 17px;
  width: 50%;
  margin: 25px auto 0;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media (max-width: 991px) {
  .homepage-hero-content p {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .homepage-hero-content p {
    width: 90%;
    font-size: 15px;
  }
}
.homepage-hero-content a.btn-cta {
  display: inline-block;
  padding: 11px 29px;
  border: 2px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #fff;
  color: #333;
  text-decoration: none;
  margin-top: 45px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-hero-content a.btn-cta:hover {
  color: #fff;
  background: transparent;
}

.index-video-intro {
  margin-top: 70px;
  position: relative;
}
.index-video-intro .bg-text {
  position: absolute;
  font-weight: 600;
  font-family: Source Sans Pro, Helvetica Neue, Arial;
  font-size: 110px;
  color: #f3f3f3;
  top: 0px;
  letter-spacing: -2px;
  left: 10px;
}
@media (max-width: 991px) {
  .index-video-intro .bg-text {
    font-size: 70px;
  }
}
.index-video-intro .index-video-title {
  margin-top: 90px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .index-video-intro .index-video-title {
    margin-top: 60px;
  }
}
.index-video-intro .index-video-title h3 {
  margin: 0;
  width: 45%;
  float: left;
  font-weight: 600;
  line-height: 31px;
}
@media (max-width: 767px) {
  .index-video-intro .index-video-title h3 {
    width: 100%;
  }
}
.index-video-intro .index-video-title p {
  margin: 0;
  float: right;
  width: 45%;
  font-size: 15px;
  color: #666;
  line-height: 24px;
}
@media (max-width: 767px) {
  .index-video-intro .index-video-title p {
    width: 100%;
    margin-top: 20px;
  }
}
.index-video-intro .img-bg {
  display: block;
  text-decoration: none;
  height: 420px;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .index-video-intro .img-bg {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .index-video-intro .img-bg {
    margin-bottom: 25px;
  }
}
.index-video-intro .img-bg:hover {
  -moz-transform: scale3d(1.04, 1.04, 1.04);
  -o-transform: scale3d(1.04, 1.04, 1.04);
  -ms-transform: scale3d(1.04, 1.04, 1.04);
  -webkit-transform: scale3d(1.04, 1.04, 1.04);
  transform: scale3d(1.04, 1.04, 1.04);
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.25);
}
.index-video-intro .img-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(36, 43, 60, 0.89) 100%);
}
.index-video-intro .img-bg p {
  position: absolute;
  bottom: 15px;
  color: #fff;
  z-index: 9;
  text-align: center;
  left: 0;
  font-size: 23px;
  font-weight: 500;
  right: 0;
}
.index-video-intro .img-bg p span {
  display: block;
  font-weight: normal;
  font-size: 15px;
  font-family: Georgia;
  color: rgba(255, 255, 255, 0.65);
}

.index-video-feature {
  margin-top: 110px;
  padding-top: 70px;
  position: relative;
}
@media (max-width: 991px) {
  .index-video-feature {
    padding-top: 50px;
    margin-top: 80px;
  }
}
.index-video-feature .bg-text {
  position: absolute;
  font-family: Source Sans Pro, Helvetica Neue, Arial;
  font-weight: 600;
  font-size: 110px;
  color: #f3f3f3;
  top: 0px;
  letter-spacing: -2px;
  right: 10px;
  z-index: -1;
}
@media (max-width: 991px) {
  .index-video-feature .bg-text {
    font-size: 70px;
  }
}
.index-video-feature .index-video-title {
  width: 33%;
  font-weight: 600;
  line-height: 32px;
  margin-left: 37%;
}
@media (max-width: 1199px) {
  .index-video-feature .index-video-title {
    width: 50%;
    margin: 20px auto 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .index-video-feature .index-video-title {
    width: 90%;
  }
}
.index-video-feature .gallery p {
  text-align: center;
  margin: 10px auto 50px;
  width: 70%;
  font-size: 15px;
  line-height: 23px;
  color: #555;
}
@media (max-width: 991px) {
  .index-video-feature .gallery p {
    width: 90%;
  }
}
.index-video-feature .gallery .bg-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
}
@media (max-width: 767px) {
  .index-video-feature .gallery .bg-img {
    height: 210px !important;
    margin-bottom: 25px !important;
  }
}
.index-video-feature .gallery .col-md-3 .bg-img {
  height: 210px;
  margin-bottom: 25px;
}
.index-video-feature .gallery .col-md-3 .bg-img + .bg-img {
  margin-bottom: 0;
}
.index-video-feature .gallery .col-md-6 .bg-img {
  height: 445px;
}

.index-video-scroll {
  margin-top: 80px;
  margin-bottom: -60px;
  position: relative;
}
.index-video-scroll .bg-text {
  position: absolute;
  font-family: Source Sans Pro, Helvetica Neue, Arial;
  font-weight: 600;
  font-size: 110px;
  color: #f3f3f3;
  top: 0px;
  letter-spacing: -2px;
  left: 10px;
}
@media (max-width: 991px) {
  .index-video-scroll .bg-text {
    font-size: 70px;
  }
}
.index-video-scroll .index-scroll-title {
  width: 33%;
  font-weight: 600;
  line-height: 32px;
  position: absolute;
  top: 70px;
  left: 25%;
}
@media (max-width: 991px) {
  .index-video-scroll .index-scroll-title {
    width: 100%;
    left: 0;
    top: 40px;
    padding: 0 20px;
    text-align: center;
  }
}
.index-video-scroll .scroll-wrapper {
  padding-top: 200px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-video-scroll .scroll-wrapper {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .index-video-scroll .scroll-wrapper {
    padding-top: 170px;
  }
}
.index-video-scroll .scroll-wrapper .holder {
  overflow: hidden;
  height: 430px;
}
.index-video-scroll .scroll-wrapper .wrap {
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
}
.index-video-scroll .scroll-wrapper .item {
  width: 270px;
  display: inline-block;
  margin: 3px 3px 90px;
}
@media (max-width: 767px) {
  .index-video-scroll .scroll-wrapper .item {
    width: 250px;
  }
}
.index-video-scroll .scroll-wrapper .item:first-child {
  margin-left: 280px;
}
@media (max-width: 991px) {
  .index-video-scroll .scroll-wrapper .item:first-child {
    margin-left: 180px;
  }
}
@media (max-width: 767px) {
  .index-video-scroll .scroll-wrapper .item:first-child {
    margin-left: 50px;
  }
}
.index-video-scroll .scroll-wrapper .item .img-bg {
  display: block;
  text-decoration: none;
  height: 370px;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .index-video-scroll .scroll-wrapper .item .img-bg {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .index-video-scroll .scroll-wrapper .item .img-bg {
    height: 300px;
  }
}
.index-video-scroll .scroll-wrapper .item .img-bg:hover {
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}
.index-video-scroll .scroll-wrapper .item .img-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(36, 43, 60, 0.89) 100%);
}
.index-video-scroll .scroll-wrapper .item p {
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px;
}

.index-app-hero {
  /* background: url("../images/unsplash/jared-erondu-10472.jpg"); */
  background-position: center 0;
  background-size: cover;
  background-attachment: fixed;
  height: 590px;
  padding-top: 150px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .index-app-hero {
    background-attachment: inherit;
  }
}
@media (max-width: 767px) {
  .index-app-hero {
    text-align: center;
    padding-top: 60px;
  }
}
.index-app-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 35, 62, 0.58);
}
.index-app-hero .container {
  position: relative;
  z-index: 10;
}
.index-app-hero h2 {
  color: #fff;
  margin-top: 40px;
  font-size: 44px;
  font-weight: 200;
  line-height: 54px;
  width: 590px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.11);
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@media (max-width: 991px) {
  .index-app-hero h2 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .index-app-hero h2 {
    width: auto;
  }
}
.index-app-hero p {
  color: #DFEDFF;
  font-weight: 400;
  margin-top: 30px;
  font-size: 17px;
  line-height: 27px;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.index-app-hero .btn-pill {
  margin-top: 30px;
  font-weight: 600;
  padding: 13px 44px 16px;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.index-app-hero .btn-pill:active {
  border-color: #3b6b23;
}
@media (max-width: 767px) {
  .index-app-hero .btn-pill {
    margin-top: 30px;
  }
}

.index-app-news {
  text-align: center;
  padding: 25px 0;
  background: #F9F9F9;
  border-bottom: 1px solid #DADADA;
  color: #6E6E6E;
  font-size: 15px;
}
.index-app-news span {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #8e82de;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 10px;
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.index-app-news strong {
  font-weight: 600;
  color: #333;
  margin-right: 10px;
}
.index-app-news a {
  color: #0C80E4;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .index-app-news a {
    display: block;
    margin-top: 7px;
  }
}

.index-app-features {
  padding-top: 160px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .index-app-features {
    padding-top: 60px;
    text-align: center;
  }
}
.index-app-features section {
  width: 870px;
  margin: 0 auto;
  min-height: 473px;
  position: relative;
}
@media (max-width: 991px) {
  .index-app-features section {
    padding: 0 30px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-app-features section {
    min-height: auto;
  }
}
.index-app-features img.browser {
  position: absolute;
  left: 450px;
  top: -15px;
}
@media (max-width: 767px) {
  .index-app-features img.browser {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.index-app-features .info {
  width: 330px;
}
@media (max-width: 767px) {
  .index-app-features .info {
    width: auto;
  }
}
.index-app-features h3 {
  font-size: 13px;
  color: #70A9CD;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2px;
  font-weight: 600;
}
.index-app-features h4 {
  font-size: 29px;
  color: #4B4B4B;
  line-height: 38px;
  font-weight: 300;
  margin-top: 15px;
}
.index-app-features p {
  font-size: 15px;
  color: #7B8398;
  width: 90%;
  line-height: 26px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .index-app-features p {
    width: auto;
  }
}

.index-features-files.index-app {
  margin-top: 50px;
  border-bottom: 1px solid #e2e9f0;
}

.business-single-client.index-app {
  margin-top: 100px;
}

.index-app-devices {
  margin-top: 220px;
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .index-app-devices {
    margin-top: 150px;
    margin-bottom: 0;
  }
}
.index-app-devices .cta {
  margin-top: 90px;
  text-align: center;
}
@media (max-width: 767px) {
  .index-app-devices .cta {
    margin-top: 70px;
  }
}
.index-app-devices .cta h3 {
  font-size: 29px;
}
@media (max-width: 767px) {
  .index-app-devices .cta h3 {
    line-height: 35px;
    font-size: 26px;
  }
}
.index-app-devices .cta p {
  font-size: 17px;
  margin-top: 20px;
  color: #777;
}
.index-app-devices .cta a {
  margin-top: 25px;
  display: inline-block;
  background: #459CE7;
  color: #fff;
  padding: 13px 30px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.index-app-devices .cta a:hover {
  background: #66B1F2;
}

.index-dark-page {
  background: #1d1e1f;
}

.index-dark-header {
  min-height: 650px;
  /* background-image: url("../images/unsplash/photo-1454942901704-3c44c11b2ad1.jpg"); */
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
}
.index-dark-header:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}
.index-dark-header .container {
  position: relative;
  z-index: 9;
}
.index-dark-header h1 {
  text-align: center;
  padding-top: 210px;
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .index-dark-header h1 {
    font-size: 35px;
    padding-top: 100px;
  }
}
.index-dark-header p {
  text-align: center;
  font-size: 17px;
  width: 80%;
  margin: 15px auto;
}
@media (max-width: 767px) {
  .index-dark-header p {
    width: 100%;
  }
}
.index-dark-header form {
  margin: 50px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .index-dark-header form {
    margin-top: 30px;
  }
}
.index-dark-header form .form-control {
  height: 50px;
  font-size: 18px;
  padding: 6px 18px;
  width: 330px;
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .index-dark-header form .form-control {
    width: 100%;
    margin-top: 20px;
  }
}
.index-dark-header form .btn-shadow {
  padding: 16px 25px;
  position: relative;
  top: -2px;
}
@media (max-width: 991px) {
  .index-dark-header form .btn-shadow {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .index-dark-header form .btn-shadow {
    width: 100%;
  }
}

.index-dark-videos {
  color: #fff;
  margin-top: 60px;
}
.index-dark-videos h1 {
  line-height: 44px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 20px;
}
.index-dark-videos p {
  margin-top: 10px;
  font-size: 19px;
  font-weight: 500;
  color: #B0976D;
}
.index-dark-videos .grid-videos {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .index-dark-videos .grid-videos .video {
    margin-bottom: 30px;
  }
}
.index-dark-videos .grid-videos .bg {
  height: 200px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
}
.index-dark-videos .grid-videos .bg a.btn-play {
  position: relative;
  top: 65px;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.index-dark-videos .grid-videos .bg a.btn-play:hover {
  background: rgba(0, 0, 0, 0.85);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.index-dark-videos .grid-videos .bg a.btn-play i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 22px;
}
.index-dark-videos .grid-videos .title {
  font-size: 17px;
  margin-top: 20px;
  line-height: 27px;
}
.index-dark-videos .grid-videos .author {
  margin-top: 15px;
  color: #dadada;
}

.index-dark-portfolio {
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .index-dark-portfolio {
    margin-top: 60px;
    padding-top: 20px;
  }
}
.index-dark-portfolio h1 {
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 20px;
}
.index-dark-portfolio .img-left {
  margin-right: 10px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .index-dark-portfolio .img-left {
    width: 48%;
    float: left;
    margin-right: 0;
  }
}
.index-dark-portfolio .img-right {
  margin-left: 10px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .index-dark-portfolio .img-right {
    width: 48%;
    float: right;
    margin-left: 0;
  }
}

.index-dark-features-device {
  margin-top: 110px;
  padding-top: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.index-dark-features-device .info {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .index-dark-features-device .info {
    padding-top: 50px;
  }
}
.index-dark-features-device .label-title {
  color: #b79e75;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.index-dark-features-device h4 {
  font-size: 29px;
  line-height: 37px;
  margin-top: 20px;
  font-weight: 400;
  margin-bottom: 27px;
}
.index-dark-features-device p {
  width: 80%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  color: #ccc;
}
@media (max-width: 991px) {
  .index-dark-features-device p {
    width: auto;
  }
}

.index-dark-features-ipad {
  margin-top: 90px;
  padding-top: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
@media (max-width: 767px) {
  .index-dark-features-ipad {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.index-dark-features-ipad .info {
  padding-top: 50px;
  padding-left: 100px;
}
@media (max-width: 991px) {
  .index-dark-features-ipad .info {
    padding-top: 0;
    padding-left: 15px;
  }
}
.index-dark-features-ipad .label-title {
  color: #b79e75;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.index-dark-features-ipad h4 {
  font-size: 29px;
  line-height: 36px;
  margin-top: 20px;
  font-weight: 400;
  margin-bottom: 27px;
}
.index-dark-features-ipad p {
  width: 80%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  color: #ccc;
}
@media (max-width: 991px) {
  .index-dark-features-ipad p {
    width: auto;
  }
}

.index-dark-banner {
  margin-top: 120px;
  height: 400px;
  /* background-image: url("../images/unsplash/photo-1467659226669-a1360d97be2d.jpg"); */
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
}
.index-dark-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.index-dark-banner .dark-banner-wrapper {
  text-align: center;
  padding-top: 80px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .index-dark-banner .dark-banner-wrapper {
    padding: 60px 20px 0;
  }
}
.index-dark-banner h2 {
  font-size: 32px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .index-dark-banner h2 {
    font-size: 26px;
  }
}
.index-dark-banner p {
  font-size: 17px;
  width: 560px;
  margin: 15px auto;
}
@media (max-width: 767px) {
  .index-dark-banner p {
    width: auto;
  }
}
.index-dark-banner a.btn-play {
  position: relative;
  margin-top: 20px;
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.index-dark-banner a.btn-play:hover {
  background: rgba(0, 0, 0, 0.85);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.index-dark-banner a.btn-play i {
  color: #fff;
  font-size: 33px;
  position: absolute;
  top: 8px;
  left: 25px;
}

.index-dark-cta {
  margin-top: 130px;
  color: #fff;
  text-align: center;
}
.index-dark-cta h2 {
  font-size: 29px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .index-dark-cta h2 {
    line-height: 37px;
  }
}
.index-dark-cta p {
  color: #ccc;
  font-size: 15px;
  margin-top: 15px;
}
.index-dark-cta a {
  margin-top: 30px;
}

.footer.footer--dark {
  background: #292929;
  margin-top: 150px;
}
.footer.footer--dark .title {
  color: #bfa578;
}
.footer.footer--dark .menu a {
  color: #fff;
}
.footer.footer--dark .newsletter p {
  color: #c2c5cc;
}
.footer.footer--dark .bottom {
  border-top: 1px solid #3e3c3c;
}
.footer.footer--dark .bottom ul a {
  color: #7c7d80;
}

@media (min-width: 1200px) {
  .navbar.navbar-restaurant .container {
    width: 1170px;
  }
}
@media (max-width: 991px) {
  .navbar.navbar-restaurant .navbar-brand {
    top: 0;
  }
}
.navbar.navbar-restaurant .navbar-brand img {
  max-width: inherit;
}
@media (max-width: 991px) {
  .navbar.navbar-restaurant .navbar-brand img {
    display: block;
    width: 126px;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-restaurant .navbar-brand img {
    width: 105px;
  }
  .navbar-brand .w-75 {
    width: 60% !important;
  }
}
.navbar.navbar-restaurant .link-rest-call-us {
  text-transform: uppercase;
  letter-spacing: 4.5px;
  font-size: 14px;
  font-weight: 400;
}

.restaurant-header {
  min-height: 680px;
  /* background-image: url("../images/unsplash/sunset.jpg"); */
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (min-width: 1200px) {
  .restaurant-header .container {
    width: 1170px;
  }
}
.restaurant-header .intro {
  padding-top: 250px;
  text-align: center;
}
@media (max-width: 767px) {
  .restaurant-header .intro {
    padding: 200px 20px 0;
  }
}
.restaurant-header .intro h1 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 37px;
  color: #FFFFFF;
  letter-spacing: 3.8px;
  line-height: 38px;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.73);
  margin-top: 20px;
}
@media (max-width: 767px) {
  .restaurant-header .intro h1 {
    font-size: 35px;
  }
}
.restaurant-header .intro p {
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  line-height: 38px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.restaurant-header .bottom {
  position: absolute;
  width: 100%;
  bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 2.5px;
  line-height: 38px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media (max-width: 767px) {
  .restaurant-header .bottom .float-left,
  .restaurant-header .bottom .float-right {
    float: none !important;
    text-align: center;
  }
}

.restaurant-intro {
  margin-top: 125px;
  text-align: center;
}
@media (max-width: 767px) {
  .restaurant-intro {
    padding: 0 20px;
    margin-top: 80px;
  }
}
.restaurant-intro h2 {
  text-transform: uppercase;
  color: #48494B;
  letter-spacing: 2px;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .restaurant-intro h2 {
    line-height: 32px;
  }
}
.restaurant-intro p {
  width: 720px;
  margin: 35px auto 0;
  font-size: 16px;
  color: #546579;
  line-height: 28px;
}
@media (max-width: 767px) {
  .restaurant-intro p {
    width: auto;
    font-size: 16px;
  }
}

.restaurant-grid {
  margin-top: 125px;
}
.restaurant-grid .banner {
  height: 310px;
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .restaurant-grid .banner {
    width: 50%;
    height: 260px;
  }
}
@media (max-width: 767px) {
  .restaurant-grid .banner {
    width: 100%;
  }
}
.restaurant-grid .banner:hover .bg {
  -moz-transform: scale3d(1.07, 1.07, 1.07);
  -o-transform: scale3d(1.07, 1.07, 1.07);
  -ms-transform: scale3d(1.07, 1.07, 1.07);
  -webkit-transform: scale3d(1.07, 1.07, 1.07);
  transform: scale3d(1.07, 1.07, 1.07);
}
.restaurant-grid .banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.restaurant-grid .banner .bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(39, 41, 64, 0.32);
}
.restaurant-grid .banner section {
  color: #fff;
  text-align: center;
  margin-top: 115px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .restaurant-grid .banner section {
    margin-top: 90px;
  }
}
.restaurant-grid .banner section .title {
  font-size: 26px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .restaurant-grid .banner section .title {
    font-size: 22px;
  }
}
.restaurant-grid .banner section p {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 12px;
  margin-top: 7px;
}

.restaurant-menu {
  background: #f7f7f7;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .restaurant-menu {
    padding-top: 60px;
    text-align: center;
  }
}
.restaurant-menu h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.restaurant-menu .menu-section {
  margin-top: 30px;
}
.restaurant-menu .menu-section h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
}
.restaurant-menu .menu-section p {
  font-size: 15px;
  margin-bottom: 12px;
}

.restaurant-gallery {
  margin-top: 100px;
}
.restaurant-gallery h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .restaurant-gallery h1 {
    font-size: 25px;
  }
}
.restaurant-gallery .gallery {
  margin-top: 50px;
}
.restaurant-gallery .gallery .bg-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
}
@media (max-width: 767px) {
  .restaurant-gallery .gallery .bg-img {
    height: 210px !important;
    margin-bottom: 25px !important;
  }
}
.restaurant-gallery .gallery .col-md-3 .bg-img {
  height: 210px;
  margin-bottom: 25px;
}
.restaurant-gallery .gallery .col-md-3 .bg-img + .bg-img {
  margin-bottom: 0;
}
.restaurant-gallery .gallery .col-md-6 .bg-img {
  height: 445px;
}

.restaurant-reservation {
  margin-top: 140px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .restaurant-reservation {
    margin-top: 90px;
    margin-bottom: 100px;
  }
}
.restaurant-reservation h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .restaurant-reservation h1 {
    font-size: 25px;
  }
}
.restaurant-reservation form {
  margin-top: 50px;
}
.restaurant-reservation form .form-group {
  margin-bottom: 32px;
}
.restaurant-reservation form .form-group label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #9198b5;
  font-weight: 600;
}
.restaurant-reservation form .form-group .form-control {
  height: 45px;
  border-radius: 1px;
  border: 2px solid #e2e2e8;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.restaurant-reservation form .form-group .form-control:focus {
  border-color: #acb2c3;
}
.restaurant-reservation form input[type="submit"] {
  padding: 14px 23px;
  width: 100%;
}

.event-bg {
  background: #F4F6F2;
}

.event-title {
  color: #1D1D1F;
  line-height: 38px;
  font-size: 27px;
  font-weight: 400;
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}
.event-title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 90%;
  margin: auto;
  bottom: -30px;
  left: 0;
  right: 0;
  background: #CFD1CD;
}

.event-hero {
  /* background-image: url("../images/unsplash/aranxa-esteve-130749.jpg"); */
  background-size: cover;
  background-position: center center;
  min-height: 540px;
  position: relative;
}
@media (max-width: 991px) {
  .event-hero {
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  .event-hero {
    min-height: 370px;
  }
}
.event-hero .container {
  z-index: 10;
  position: relative;
}
.event-hero:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(150deg, rgba(111, 32, 154, 0.19) 0, rgba(227, 249, 47, 0.15) 100%);
}
.event-hero h2 {
  color: #fff;
  text-align: center;
  padding-top: 240px;
  font-size: 2.9rem;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .event-hero h2 {
    padding-top: 100px;
    font-size: 2.2rem;
  }
}
.event-hero .tickets {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -50px;
  background: #fff;
  padding: 23px 65px;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.2);
}
.event-hero .tickets p {
  color: #1D1D1F;
  font-size: 16px;
}

.btn-get-tickets {
  border: 2px solid #7a37a2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 60px;
  color: #7a37a2;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-get-tickets:hover {
  background: #7a37a2;
  color: #fff;
}
@media (max-width: 767px) {
  .btn-get-tickets {
    margin-bottom: 20px;
  }
}

.event-intro {
  margin-top: 200px;
}
@media (max-width: 991px) {
  .event-intro {
    margin-top: 130px;
  }
}
@media (min-width: 992px) {
  .event-intro .event-title {
    width: 80%;
  }
}
.event-intro .event-title:after {
  width: 50%;
  margin-left: 0;
}
.event-intro p {
  color: #363841;
  line-height: 21px;
}
@media (min-width: 992px) {
  .event-intro p {
    width: 80%;
  }
}

.event-speakers {
  margin-top: 180px;
}
@media (max-width: 991px) {
  .event-speakers {
    margin-top: 80px;
  }
}
.event-speakers .event-title {
  margin-bottom: 90px;
}
.event-speakers .speaker {
  background: #fff;
  max-width: 309px;
  margin: auto;
}
@media (min-width: 768px) {
  .event-speakers .speaker.mt-half {
    margin-top: 60px;
  }
  .event-speakers .speaker.mt-full {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .event-speakers .speaker {
    margin-bottom: 30px;
  }
}
.event-speakers .speaker-name {
  font-size: 19px;
  color: #3746A3;
  padding: 12px 15px 7px;
}
.event-speakers .speaker-role {
  color: #1D1D1F;
  font-size: 13px;
  padding: 0 15px;
}
.event-speakers .speaker-company {
  font-size: 16px;
  color: #B0B1B4;
  padding: 10px 15px;
}

.event-schedule {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .event-schedule {
    margin-top: 80px;
  }
}
.event-schedule .event-title {
  margin-bottom: 30px;
}
.event-schedule .event-title:after {
  display: none;
}
.event-schedule .date-tab {
  line-height: 38px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.event-schedule .date-tab:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 110%;
  margin: auto;
  bottom: -20px;
  left: -5px;
  right: 0;
  background: #CFD1CD;
}
@media (max-width: 576px) {
  .event-schedule .date-tab:after {
    width: 100%;
  }
}
.event-schedule .activity {
  padding: 32px 30px 0;
  width: 330px;
  margin: auto;
  position: relative;
}
.event-schedule .activity:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 143px;
  top: 0;
  background: #cfd1cd;
}
.event-schedule .activity:after {
  content: '';
  width: 11px;
  height: 11px;
  border: 1px solid #854bde;
  background: #F4F6F2;
  border-radius: 100%;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 138px;
}
.event-schedule .activity .time {
  display: inline-block;
  width: 40%;
  float: left;
}
.event-schedule .activity .title {
  width: 60%;
  display: inline-block;
  text-align: left;
  padding-left: 30px;
}

.event-tickets {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .event-tickets {
    margin-top: 80px;
  }
}
.event-tickets .event-title {
  margin-bottom: 80px;
}
.event-tickets .ticket {
  background: #fff;
  padding: 40px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .event-tickets .ticket {
    margin-bottom: 30px;
  }
}
.event-tickets .ticket:hover {
  box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.09);
}
.event-tickets .ticket-title {
  text-align: center;
  font-size: 29px;
  margin-bottom: 30px;
}
.event-tickets h5 {
  margin-top: 45px;
}

.event-location {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .event-location {
    margin-top: 80px;
  }
}
.event-location .event-title {
  margin-bottom: 80px;
}
.event-location .address-container {
  box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.09);
}
.event-location .address {
  background: #fff;
  padding: 50px 30px;
}
.event-location #map {
  height: 470px;
  width: 100%;
}
.event-location i {
  font-size: 27px;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.event-location .social-link {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  margin-top: 15px;
}
.event-location .social-link i {
  font-size: 25px;
}
.event-location .social-link i.ion-social-twitter {
  color: #1da1f2;
}
.event-location .social-link i.ion-social-facebook {
  color: #3b5998;
}

.event-sponsors {
  margin-top: 130px;
  margin-bottom: 160px;
}
@media (max-width: 991px) {
  .event-sponsors {
    margin-top: 80px;
  }
}
.event-sponsors .event-title {
  margin-bottom: 80px;
}
.event-sponsors img {
  margin-bottom: 50px;
}

/* general pages */
.pricing-charts-header {
  min-height: 280px;
  background-image: linear-gradient(90deg, #20345A 0%, #476991 100%);
}
.pricing-charts-header section {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .pricing-charts-header section {
    padding-top: 90px;
  }
}
.pricing-charts-header section h3 {
  color: #fff;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .pricing-charts-header section h3 {
    font-size: 27px;
  }
}
.pricing-charts-header section p {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  color: #EFF7FF;
}
@media (max-width: 767px) {
  .pricing-charts-header section p {
    font-size: 15px;
  }
}

.pricing-charts-tabs {
  margin-top: 55px;
  text-align: center;
}
.pricing-charts-tabs .tabs {
  margin: 0 auto;
  width: 330px;
}
.pricing-charts-tabs .tab {
  display: inline-block;
  width: 165px;
  float: left;
  border: 1px solid #c7c7c7;
  padding: 13px 0;
  background: #f9f9f9;
  color: #8F8B8B;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.pricing-charts-tabs .tab:hover {
  color: #222;
}
.pricing-charts-tabs .tab.active {
  background: #fff;
  color: #222;
  font-weight: 600;
  cursor: default;
}
.pricing-charts-tabs .tab.active:hover {
  color: #222;
}
.pricing-charts-tabs .tab.monthly {
  border-radius: 45px 0 0 45px;
}
.pricing-charts-tabs .tab.monthly span {
  position: relative;
  left: 5px;
}
.pricing-charts-tabs .tab.annual {
  border-left: 0;
  border-radius: 0 45px 45px 0;
}
.pricing-charts-tabs .tab.annual span {
  position: relative;
  left: -5px;
}
.pricing-charts-tabs .tab .discount {
  position: absolute;
  top: -10px;
  font-size: 13px;
}

.pricing-charts {
  margin-top: 60px;
}
.pricing-charts .chart {
  border: 1px solid #d6d6d6;
  width: 300px;
  display: inline-block;
  border-radius: 3px;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .pricing-charts .chart {
    width: 240px;
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .pricing-charts .chart {
    display: block;
    width: 290px;
    margin: 0 auto 30px;
  }
}
.pricing-charts .chart > header {
  background: #f8f8f8;
  border-bottom: 1px solid #d6d6d6;
  padding: 25px 0 17px;
  height: 185px;
  position: relative;
}
@media (max-width: 991px) {
  .pricing-charts .chart > header {
    height: 175px;
  }
}
.pricing-charts .chart > header .name {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
  letter-spacing: 6.3px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
}
.pricing-charts .chart > header .price {
  padding-top: 5px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pricing-charts .chart > header .price.monthly {
  -moz-transform: translateY(25px);
  -o-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}
.pricing-charts .chart > header .price.monthly.active {
  opacity: 1;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.pricing-charts .chart > header .price.monthly.go-out {
  opacity: 0;
  -moz-transform: translateY(25px);
  -o-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}
.pricing-charts .chart > header .price.annually {
  -moz-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.pricing-charts .chart > header .price.annually.active {
  opacity: 1;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.pricing-charts .chart > header .price.annually.go-out {
  opacity: 0;
  -moz-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.pricing-charts .chart > header .price .currency {
  font-size: 23px;
  position: relative;
  top: -32px;
  color: #444;
}
.pricing-charts .chart > header .price .qty {
  font-size: 80px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .pricing-charts .chart > header .price .qty {
    font-size: 75px;
  }
}
.pricing-charts .chart > header .price .period {
  font-size: 19px;
  color: #555;
  position: relative;
  top: -1px;
}
.pricing-charts .chart .features {
  padding: 25px 0;
}
.pricing-charts .chart .features .feature {
  text-align: center;
  font-size: 16px;
  padding: 8px 0;
  color: #555;
}
@media (max-width: 991px) {
  .pricing-charts .chart .features .feature {
    font-size: 15px;
  }
}
.pricing-charts .chart .action {
  text-align: center;
  padding: 15px 0 27px;
}

.pricing-charts-faqs {
  margin-top: 120px;
  background: #fafafa;
  border-top: 1px solid #e2e1e1;
  border-bottom: 1px solid #e2e1e1;
  padding: 45px 0 40px;
}
@media (min-width: 1200px) {
  .pricing-charts-faqs .container {
    width: 980px;
  }
}
.pricing-charts-faqs .faq-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #d8fbd9;
  border-radius: 100%;
  position: relative;
}
.pricing-charts-faqs .faq-icon i {
  position: absolute;
  color: #1bce40;
  font-size: 26px;
  left: 18px;
  top: 8px;
}
.pricing-charts-faqs h3 {
  text-align: center;
  font-size: 24px;
  color: #444;
  margin-bottom: 70px;
  margin-top: 40px;
}
.pricing-charts-faqs .faq {
  margin-bottom: 45px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .pricing-charts-faqs .faq {
    text-align: center;
    padding-left: 15px;
  }
}
.pricing-charts-faqs .faq strong {
  font-size: 17px;
  font-weight: 500;
}
.pricing-charts-faqs .faq p {
  margin-top: 17px;
  color: #666;
  font-size: 15px;
  line-height: 24px;
  width: 85%;
}
@media (max-width: 767px) {
  .pricing-charts-faqs .faq p {
    width: auto;
  }
}

.pricing-charts-doubts {
  margin-top: 80px;
  margin-bottom: 130px;
}
.pricing-charts-doubts h3 {
  text-align: center;
  font-size: 20px;
  color: #555;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.pricing-charts-doubts .alts {
  text-align: center;
}
.pricing-charts-doubts .alts a {
  display: inline-block;
  margin: 0 35px;
  color: #6eaaea;
  font-size: 17px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .pricing-charts-doubts .alts a {
    display: block;
    margin-bottom: 20px;
  }
}
.pricing-charts-doubts .alts a .fa-twitter {
  font-size: 26px;
  position: relative;
  top: 2px;
  margin-right: 7px;
}
.pricing-charts-doubts .alts a .ion-email {
  font-size: 27px;
  position: relative;
  top: 4px;
  margin-right: 9px;
}
.pricing-charts-doubts .alts a .fa-phone {
  font-size: 26px;
  position: relative;
  top: 3px;
  margin-right: 7px;
}

.pricing-comparison-section {
  overflow-x: scroll;
  margin-top: 50px;
}
.pricing-comparison-section .main-header {
  text-align: center;
  margin-top: 30px;
}
.pricing-comparison-section .main-header h3 {
  font-size: 24px;
  color: #444;
  line-height: 25px;
  font-weight: 500;
}
.pricing-comparison-section .main-header p {
  font-size: 16px;
  font-weight: 400;
  color: #888;
}
.pricing-comparison-section .chart {
  margin-top: 60px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  min-width: 930px;
}
@media (max-width: 991px) {
  .pricing-comparison-section .chart {
    margin-right: 50px;
  }
}
.pricing-comparison-section .chart .header {
  text-align: center;
  background: #fbfbfb;
  font-weight: 500;
  font-size: 18px;
  color: #444;
  padding: 13px 0px;
  border-bottom: 1px solid #dfdfdf;
}
.pricing-comparison-section .chart .header .price {
  color: #1a80d9;
  position: relative;
  top: 3px;
  font-size: 14px;
}
.pricing-comparison-section .chart .features-col {
  width: 40%;
}
.pricing-comparison-section .chart .features-col .header {
  text-align: left;
  border-radius: 3px 3px 0px 0px;
  margin-bottom: 30px;
  padding: 23px 30px;
  font-size: 18px;
  height: 75px;
}
.pricing-comparison-section .chart .features-col .spec {
  margin-bottom: 32px;
  padding-left: 70px;
  font-size: 15px;
  position: relative;
}
.pricing-comparison-section .chart .features-col .spec .icon {
  position: absolute;
  font-size: 21px;
  color: #8aa6cc;
  left: 23px;
}
.pricing-comparison-section .chart .plan-col {
  width: 20%;
  border-left: 1px solid #dfdfdf;
}
.pricing-comparison-section .chart .plan-col.last .header {
  border-radius: 0px 3px 0px 0px;
}
.pricing-comparison-section .chart .plan-col .spec {
  margin-top: 33px;
}
.pricing-comparison-section .chart .plan-col .spec .check {
  margin: 0 auto;
  display: block;
  max-width: 20px;
}
.pricing-comparison-section .chart .plan-col .btn-shadow {
  margin-bottom: 20px;
}
.pricing-comparison-section .message {
  text-align: center;
  font-size: 14px;
  color: #656565;
  margin-top: 30px;
}

.pricing-tabs-section {
  margin-top: 90px;
}
.pricing-tabs-section .divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin: 100px 0 80px;
}
.pricing-tabs-section .divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
}
.pricing-tabs-section .header {
  text-align: center;
}
.pricing-tabs-section .header h3 {
  font-size: 24px;
  color: #444;
  line-height: 25px;
  font-weight: 500;
}
.pricing-tabs-section .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888;
}
.pricing-tabs-section .tabs {
  background: #F8F8F8;
  text-align: center;
  border-radius: 3px;
  margin-top: 40px;
}
.pricing-tabs-section .tabs .tab {
  background-color: #F8F8F8;
  font-weight: 500;
  color: #555;
  display: inline-block;
  padding: 18px 25px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.pricing-tabs-section .tabs .tab.anually {
  padding: 18px 18px 18px 23px;
}
.pricing-tabs-section .tabs .tab.active {
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 0px;
}
.pricing-tabs-section .tabs .tab span {
  position: relative;
  top: -2px;
}
.pricing-tabs-section .tabs .tab small {
  color: #32ACDA;
  margin-left: 3px;
}
.pricing-tabs-section .plans {
  margin-top: 40px;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}
.pricing-tabs-section .plans .plan {
  border-right: 0px;
  min-height: 220px;
  text-align: center;
}
.pricing-tabs-section .plans .plan:first-child {
  padding-right: 0;
}
.pricing-tabs-section .plans .plan:last-child {
  padding-left: 0;
}
.pricing-tabs-section .plans .plan.middle {
  border-right: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
  padding: 0;
}
.pricing-tabs-section .plans .plan .header {
  text-align: center;
  padding: 22px 25px 18px;
  border-bottom: 1px solid #E3E3E3;
  font-weight: 500;
  font-size: 15px;
}
.pricing-tabs-section .plans .plan .header .icon {
  color: #B7C5D8;
  font-size: 18px;
  position: relative;
  top: 2px;
  left: -4px;
}
.pricing-tabs-section .plans .plan .header .price {
  color: #3CA2E5;
  margin-top: 10px;
}
.pricing-tabs-section .plans .plan .specs {
  margin-top: 25px;
  padding: 0px 10px 17px 10px;
}
.pricing-tabs-section .plans .plan .specs .spec {
  font-size: 15px;
  color: #666;
  margin-bottom: 13px;
}
.pricing-tabs-section .plans .plan .specs .spec .variable {
  color: #1FBEE7;
  font-weight: 400;
}
.pricing-tabs-section .signup {
  margin-top: 50px;
  text-align: center;
}
.pricing-tabs-section .signup .message {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: #888;
}
.pricing-tabs-section .faq {
  margin-top: 90px;
}
.pricing-tabs-section .faq .header h3 {
  font-size: 20px;
  color: #454545;
  text-align: center;
  font-weight: 600;
}
.pricing-tabs-section .faq .questions {
  margin-top: 50px;
}
.pricing-tabs-section .faq .questions .question {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .pricing-tabs-section .faq .questions .question {
    width: 90%;
  }
}
.pricing-tabs-section .faq .questions .question strong {
  font-weight: 500;
  font-size: 16px;
  color: #454545;
}
.pricing-tabs-section .faq .questions .question p {
  color: #555;
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
}

.pricing-header {
  height: 320px;
  background-image: linear-gradient(90deg, #20345A 0%, #476991 100%);
}
@media (max-width: 767px) {
  .pricing-header {
    height: 260px;
  }
}
.pricing-header section {
  padding-top: 170px;
}
@media (max-width: 767px) {
  .pricing-header section {
    padding-top: 100px;
  }
}
.pricing-header section h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .pricing-header section h3 {
    font-size: 23px;
  }
}

@media (min-width: 1200px) {
  .pricing-plans .container {
    width: 920px;
  }
}
.pricing-plans .wrapper {
  background: #fff;
  position: relative;
  top: -70px;
  margin-bottom: -100px;
  border-radius: 6px 6px 0 0;
  padding: 30px;
}
@media (max-width: 991px) {
  .pricing-plans .wrapper {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .pricing-plans .wrapper {
    padding: 0;
  }
}
.pricing-plans .wrapper .plans {
  border: 1px solid #dee1e7;
  border-radius: 4px;
}
.pricing-plans .wrapper .plans .plan {
  padding: 36px 45px;
  border-bottom: 1px solid #dee1e7;
}
@media (max-width: 767px) {
  .pricing-plans .wrapper .plans .plan {
    padding: 20px;
  }
}
.pricing-plans .wrapper .plans .plan:first-child {
  padding-bottom: 28px;
}
.pricing-plans .wrapper .plans .plan:last-child {
  border-bottom: 0;
  position: relative;
  top: -8px;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .pricing-plans .wrapper .plans .plan:last-child {
    top: 0;
  }
}
.pricing-plans .wrapper .plans .plan.popular {
  background: #f7fbff;
}
@media (min-width: 768px) {
  .pricing-plans .wrapper .plans .plan.popular {
    padding: 36px 55px;
    position: relative;
    top: -8px;
    left: -12px;
    width: calc(100% + 24px);
    border-radius: 4px;
    border: 1px solid #31b3ec;
  }
}
.pricing-plans .wrapper .plans .plan.popular .flag {
  position: absolute;
  left: -71px;
  top: 65px;
  background: #1f7ff7;
  padding: 3px 10px 2px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 3px 3px 0 0;
  text-transform: uppercase;
  color: #fff;
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media (max-width: 991px) {
  .pricing-plans .wrapper .plans .plan.popular .flag {
    font-size: 12px;
    left: -67px;
  }
}
@media (max-width: 767px) {
  .pricing-plans .wrapper .plans .plan.popular .flag {
    display: none;
  }
}
.pricing-plans .wrapper .plans .plan.popular .choose a {
  padding: 12px 18px;
  top: 10px;
}
@media (max-width: 767px) {
  .pricing-plans .wrapper .plans .plan.popular .choose a {
    top: -20px;
    padding: 12px;
    font-size: 12px;
  }
}
.pricing-plans .wrapper .plans .plan > div {
  float: left;
  width: 25%;
  text-align: center;
}
.pricing-plans .wrapper .plans .plan > div:first-child {
  text-align: left;
}
.pricing-plans .wrapper .plans .plan > div:first-child + div {
  text-align: left;
}
.pricing-plans .wrapper .plans .plan .plan-details {
  float: left;
  margin-top: 15px;
  color: #0b89e8;
}
@media (max-width: 767px) {
  .pricing-plans .wrapper .plans .plan .plan-details {
    font-size: 13px;
  }
}
.pricing-plans .wrapper .plans .plan .plan-details strong {
  font-weight: 600;
}
.pricing-plans .wrapper .plans .plan .name {
  font-size: 20px;
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .pricing-plans .wrapper .plans .plan .name {
    width: auto;
    float: none;
    font-size: 18px;
  }
}
.pricing-plans .wrapper .plans .plan .users {
  font-size: 18px;
  color: #555;
}
@media (max-width: 767px) {
  .pricing-plans .wrapper .plans .plan .users {
    width: 40%;
    font-size: 15px;
  }
}
.pricing-plans .wrapper .plans .plan .price {
  font-size: 30px;
  color: #5b7386;
  position: relative;
  top: -7px;
}
@media (max-width: 767px) {
  .pricing-plans .wrapper .plans .plan .price {
    font-size: 24px;
  }
}
.pricing-plans .wrapper .plans .plan .price small {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .pricing-plans .wrapper .plans .plan .price small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pricing-plans .wrapper .plans .plan .choose {
    float: right;
    width: 30%;
  }
}
.pricing-plans .wrapper .plans .plan .choose a {
  position: relative;
  top: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .pricing-plans .wrapper .plans .plan .choose a {
    font-size: 12px;
    top: 0;
  }
}
.pricing-plans .wrapper .free-plan {
  margin-top: 30px;
  text-align: center;
  color: #555;
}
.pricing-plans .wrapper .free-plan a {
  font-size: 15px;
  color: #888;
  text-decoration: underline;
}

.pricing-features {
  margin-top: 80px;
}
.pricing-features .title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
}
.pricing-features .features {
  margin: auto;
  width: 92%;
}
@media (max-width: 991px) {
  .pricing-features .features {
    width: auto;
  }
}
@media (max-width: 767px) {
  .pricing-features .features .icon {
    display: block;
    margin: 0 auto;
  }
}
.pricing-features .features .feature {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .pricing-features .features .feature {
    margin-top: 40px;
    text-align: center;
  }
}
.pricing-features .features section {
  float: right;
  width: 83%;
}
@media (max-width: 991px) {
  .pricing-features .features section {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .pricing-features .features section {
    float: none;
    width: auto;
    margin-top: 10px;
    text-align: center;
  }
}
.pricing-features .features section h4 {
  margin-top: 0;
  font-size: 17px;
  color: #53575f;
}
.pricing-features .features section p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  width: 95%;
}
@media (max-width: 767px) {
  .pricing-features .features section p {
    width: auto;
  }
}

.coming-background {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.coming-background .device {
  position: absolute;
  left: calc(50% - 135px);
  z-index: 99;
  top: 56%;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media (max-width: 991px) {
  .coming-background .device {
    display: none;
  }
}
.coming-background .device:hover {
  top: 50%;
}
.coming-background .left-side {
  height: 100%;
  width: 50%;
  float: left;
  position: relative;
  z-index: 9;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.23);
}
@media (max-width: 991px) {
  .coming-background .left-side {
    height: 35%;
    width: 100%;
  }
}
.coming-background .left-side > section {
  position: relative;
  top: 25%;
  right: 16%;
  float: right;
}
@media (max-width: 991px) {
  .coming-background .left-side > section {
    float: none;
    right: auto;
    text-align: center;
  }
}
.coming-background .left-side > section img {
  border: 0;
}
.coming-background .left-side > section p {
  color: #394658;
  font-weight: 400;
  margin-top: 10px;
  font-size: 16px;
  margin-left: 12px;
}
.coming-background .right-side {
  height: 100%;
  width: 50%;
  position: relative;
  float: left;
  background-image: linear-gradient(-25deg, rgba(38, 180, 208, 0.8) 0%, rgba(51, 55, 130, 0.8) 100%);
}
@media (max-width: 991px) {
  .coming-background .right-side {
    height: 65%;
    width: 100%;
  }
}
.coming-background .right-side > section {
  position: relative;
  top: 30%;
  left: 15%;
  float: left;
}
@media (max-width: 991px) {
  .coming-background .right-side > section {
    float: none;
    left: auto;
    text-align: center;
  }
}
.coming-background .right-side > section p {
  font-weight: 500;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.2px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}
.coming-background .right-side > section form {
  margin-top: 27px;
}
.coming-background .right-side > section form input[type="text"] {
  border-radius: 5px;
  border: 1px solid #526582;
  padding: 11px 17px 12px;
  font-size: 15px;
  width: 270px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.coming-background .right-side > section form input[type="text"]::-webkit-input-placeholder {
  color: #AAC0CE;
  font-size: 15px;
}
.coming-background .right-side > section form input[type="text"]:-moz-placeholder {
  color: #AAC0CE;
  font-size: 15px;
}
.coming-background .right-side > section form input[type="text"]::-moz-placeholder {
  color: #AAC0CE;
  font-size: 15px;
}
.coming-background .right-side > section form input[type="text"]:-ms-input-placeholder {
  color: #AAC0CE;
  font-size: 15px;
}
.coming-background .right-side > section form input[type="text"]:focus {
  outline: none;
  box-shadow: 0 0 6px -1px #fff;
}
.coming-background .right-side > section form input[type="submit"] {
  border-radius: 6px;
  border: 0;
  padding: 12px 20px 13px;
  background-image: -o-linear-gradient(-89deg, #FFFFFF 0%, #ECF1F9 100%);
  background-image: -moz-linear-gradient(-89deg, #FFFFFF 0%, #ECF1F9 100%);
  background-image: -ms-linear-gradient(-89deg, #FFFFFF 0%, #ECF1F9 100%);
  background-image: linear-gradient(-179deg, #FFFFFF 0%, #ECF1F9 100%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
  color: #4D6777;
  line-height: 20px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.coming-background .right-side > section form input[type="submit"]:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0 1px 2px, #CCDEEE 0 1px 15px;
}
.coming-background .right-side > section form input[type="submit"]:focus {
  outline: none;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.49), 0px 1px 2px 0px rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.3) 0 1px 2px, #CCDEEE 0 1px 15px;
}

.timeline-wrapper {
  margin-top: 60px;
  position: relative;
  /* the first node that comes right next to a year */
}
.timeline-wrapper:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  left: 0;
  background: #e7e8ec;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.timeline-wrapper .year {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 16px;
}
.timeline-wrapper .year:nth-child(1) {
  margin-top: 0px;
  margin-bottom: 60px;
}
.timeline-wrapper .year.last {
  margin-bottom: 0;
  font-size: 21px;
}
.timeline-wrapper .year span {
  display: inline-block;
  background: #E7E8EC;
  padding: 6px 20px;
  color: #333;
  font-weight: 600;
  border-radius: 3px;
}
.timeline-wrapper .year + .node {
  margin-top: -20px;
}
.timeline-wrapper .node {
  position: relative;
  float: right;
  clear: right;
  width: 44%;
  margin: 35px 0;
  border-radius: 5px;
  /*&:nth-child(2n) {*/
}
@media (max-width: 767px) {
  .timeline-wrapper .node {
    width: 100%;
  }
}
.timeline-wrapper .node.left {
  float: left;
  clear: left;
}
.timeline-wrapper .node.left:before {
  right: -51px;
  left: inherit;
}
@media (max-width: 991px) {
  .timeline-wrapper .node.left:before {
    right: -42px;
    width: 43px;
  }
}
.timeline-wrapper .node.left .marker {
  left: inherit;
  right: -71px;
}
@media (max-width: 991px) {
  .timeline-wrapper .node.left .marker {
    right: -52px;
  }
}
.timeline-wrapper .node:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  background: #E7E8EC;
  left: -51px;
  top: 62px;
}
@media (max-width: 991px) {
  .timeline-wrapper .node:before {
    left: -42px;
    width: 43px;
  }
}
@media (max-width: 767px) {
  .timeline-wrapper .node:before {
    display: none;
  }
}
.timeline-wrapper .node .marker {
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 25px;
  background: #e7e8ec;
  left: -70px;
  top: 55px;
  border: 3px solid #F7F8FA;
}
@media (max-width: 991px) {
  .timeline-wrapper .node .marker {
    left: -51px;
  }
}
@media (max-width: 767px) {
  .timeline-wrapper .node .marker {
    display: none;
  }
}
.timeline-wrapper .node .entry {
  position: relative;
  padding: 20px;
  height: 400px;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.26);
}
.timeline-wrapper .node .entry:before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  border-radius: 0 0 5px 5px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.94) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.94) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.94) 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.94) 100%);
}
.timeline-wrapper .node .entry.smallish {
  height: 320px;
}
.timeline-wrapper .node .entry.smallish .intro {
  top: 68%;
}
.timeline-wrapper .node .entry.short-entry {
  background: #E7E8EC;
  color: #63696f;
  font-size: 16px;
  height: inherit;
  padding: 20px;
  box-shadow: none;
  position: relative;
  top: 41px;
  line-height: 25px;
  left: -1px;
  margin-bottom: 20px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
}
.timeline-wrapper .node .entry.short-entry:before {
  background: none;
}
.timeline-wrapper .node .entry .intro {
  position: relative;
  top: 75%;
  color: #FFF;
  z-index: 9;
  letter-spacing: .3px;
}
.timeline-wrapper .node .entry .intro h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  letter-spacing: .5px;
}
@media (max-width: 767px) {
  .timeline-wrapper .node .entry .intro h4 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .timeline-wrapper .node .entry .intro p {
    font-size: 13px;
  }
}
.timeline-wrapper .node .news {
  position: relative;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.26);
  background: #fff;
}
.timeline-wrapper .node .news section {
  padding: 30px 20px 60px 20px;
}
.timeline-wrapper .node .news section h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
}
.timeline-wrapper .node .news section p {
  margin-top: 21px;
  line-height: 24px;
  color: #7A7979;
}
.timeline-wrapper .node .news footer {
  position: absolute;
  bottom: 0;
  padding: 12px 20px;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #9EAEBE;
}
.timeline-wrapper .node .news footer .tag {
  position: relative;
  padding-left: 27px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.timeline-wrapper .node .news footer .tag span {
  font-size: 24px;
  position: absolute;
  top: -7px;
  left: 0;
}
.timeline-wrapper .node .news footer .date {
  font-size: 14px;
}

#api-docs {
  position: relative;
}
#api-docs #guide {
  background: #f3f6f9;
  border-right: 1px solid #DADFE5;
  left: 0;
  top: 0;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  width: 210px;
  z-index: 25;
  height: 100%;
}
#api-docs #guide .logo {
  margin-top: 0;
  font-size: 25px;
}
#api-docs #guide .logo a {
  color: #000;
  padding: 20px 0 15px 23px;
  display: block;
  border-bottom: 1px solid #D6DCE0;
  box-shadow: 0px 1px #FFF;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
#api-docs #guide .logo a:hover {
  color: #858585;
  text-decoration: none;
}
#api-docs #guide .nav-link {
  color: #4a5a63;
  font-weight: 500;
  font-size: 13px;
  padding: 10px 15px 10px 25px;
  display: block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#api-docs #guide .nav-link:hover {
  background: #e1e8ef;
}
#api-docs #guide .nav-link.active {
  background: #dee7f1;
}
#api-docs #guide .nav-link.active + .nav {
  display: block;
}
#api-docs #guide .nav-link + .nav {
  margin-bottom: 7px;
  display: none;
}
#api-docs #guide .nav-link + .nav li a {
  font-weight: 400;
  color: #48A0D6;
  padding: 6px 15px 5px 35px;
}
#api-docs #api-info {
  background: #FFF;
  margin-left: 210px;
  min-width: 750px;
}
#api-docs #api-info #methods {
  background: #292E33;
  position: relative;
  margin-left: 50%;
}
#api-docs #api-info #methods .languages {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 5px 0 5px 20px;
  background: #3B4249;
  box-shadow: 2px 1px 3px #000;
  z-index: 999;
}
#api-docs #api-info #methods .languages .language {
  display: inline-block;
  color: #C0CEDD;
  padding: 5px 15px;
  font-size: 15px;
  text-decoration: none;
}
#api-docs #api-info #methods .languages .language.selected {
  color: #fff;
  font-weight: 500;
}
#api-docs #api-info #methods .method:nth-child(2) .method-section .method-description {
  padding-top: 0px;
  border-top: 0px;
}
#api-docs #api-info #methods .method:nth-child(2) .method-section .method-example {
  padding-top: 35px;
  border-top: 0;
  box-shadow: none;
}
#api-docs #api-info #methods .method:last-child .method-section {
  padding-bottom: 70px;
}
#api-docs #api-info #methods .method .method-section {
  margin-left: -100%;
  position: relative;
  padding-top: 50px;
}
#api-docs #api-info #methods .method .method-section .method-description {
  width: 50%;
  float: left;
  padding: 0 30px;
  border-top: 1px solid #E5E7EB;
  padding-top: 40px;
}
#api-docs #api-info #methods .method .method-section .method-description h3 {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 20px;
}
#api-docs #api-info #methods .method .method-section .method-description p {
  color: #666;
  line-height: 23px;
  margin-bottom: 20px;
}
#api-docs #api-info #methods .method .method-section .method-description .info {
  margin-top: 45px;
  margin-bottom: 40px;
}
#api-docs #api-info #methods .method .method-section .method-description .info h4 {
  font-size: 14px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 15px;
}
#api-docs #api-info #methods .method .method-section .method-description .info .field {
  margin-top: 17px;
  font-size: 13px;
}
#api-docs #api-info #methods .method .method-section .method-description .info .field .key {
  width: 40%;
  float: left;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  color: #333;
}
#api-docs #api-info #methods .method .method-section .method-description .info .field .desc {
  width: 60%;
  float: right;
  padding-left: 10px;
  color: #555;
  line-height: 21px;
}
#api-docs #api-info #methods .method .method-section .method-description .info .field .desc strong {
  display: block;
  color: #333;
  margin-bottom: 5px;
}
#api-docs #api-info #methods .method .method-section .method-example {
  margin-left: 50%;
  width: 50%;
  padding: 75px 30px 0;
  border-top: 1px solid #000;
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.17);
  color: #fff;
}
#api-docs #api-info #methods .method .method-section .method-example pre {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
#api-docs #api-info #methods .method .method-section .method-example pre code {
  background: none;
  font-family: Monaco, Consolas, Menlo;
  font-size: 12px;
  display: none;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  color: #DAE4F2;
}
#api-docs #api-info #methods .method .method-section .method-example pre code.always-visible {
  display: block !important;
}
#api-docs #api-info #methods .method .method-section .method-example pre code.ruby {
  display: block;
}
#api-docs #api-info #methods .method .method-section .method-example pre code > * {
  color: #DAE4F2;
  line-height: 20px;
}
#api-docs #api-info #methods .method .method-section .method-example pre .ruby {
  color: #DAE4F2;
}
#api-docs #api-info #methods .method .method-section .method-example pre .ruby > * {
  color: #DAE4F2;
  line-height: 20px;
}
#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=keyword] {
  color: #9AB4DB;
}
#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=string] {
  color: #DAD0C6;
}
#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=comment] {
  color: #B4B4B4;
}
#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=constant] {
  color: #FFDF9D;
}
#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=symbol] {
  color: #9ECBEE;
}
#api-docs #api-info #methods .method .method-section .method-example pre .python {
  color: #DAE4F2;
}
#api-docs #api-info #methods .method .method-section .method-example pre .python > * {
  color: #DAE4F2;
  line-height: 20px;
}
#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=keyword] {
  color: #9AB4DB;
}
#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=string] {
  color: #DAD0C6;
}
#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=comment] {
  color: #B4B4B4;
}
#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=class] {
  color: #FFDF9D;
}
#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=params] {
  color: #9ECBEE;
}
#api-docs #api-info #methods .method .method-section .method-example pre .php {
  color: #DAE4F2;
}
#api-docs #api-info #methods .method .method-section .method-example pre .php > * {
  color: #DAE4F2;
  line-height: 20px;
}
#api-docs #api-info #methods .method .method-section .method-example pre .php [class*=keyword] {
  color: #9AB4DB;
}
#api-docs #api-info #methods .method .method-section .method-example pre .php [class*=string] {
  color: #DAD0C6;
}
#api-docs #api-info #methods .method .method-section .method-example pre .php [class*=comment] {
  color: #B4B4B4;
}

.support-hero {
  padding-top: 130px;
  position: relative;
  background: #f5f7f9;
  border-bottom: 1px solid #DEE4EA;
}
@media (max-width: 767px) {
  .support-hero {
    padding-top: 70px;
  }
}
.support-hero .container {
  position: relative;
  z-index: 10;
}
.support-hero form {
  position: relative;
}
.support-hero form input[type="text"] {
  border: 1px solid #D4DAE0;
  width: 100%;
  padding: 14px 80px;
  border-radius: 50px;
  outline: none;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.support-hero form input[type="text"]::-webkit-input-placeholder {
  color: #A1A1A1;
}
.support-hero form input[type="text"]:-moz-placeholder {
  color: #A1A1A1;
}
.support-hero form input[type="text"]::-moz-placeholder {
  color: #A1A1A1;
}
.support-hero form input[type="text"]:-ms-input-placeholder {
  color: #A1A1A1;
}
@media (max-width: 767px) {
  .support-hero form input[type="text"] {
    font-size: 16px;
    padding: 15px 70px;
  }
}
.support-hero form input[type="text"]:focus {
  border-color: #A4B8CB;
}
.support-hero form .fa-search {
  position: absolute;
  font-size: 22px;
  top: 17px;
  left: 30px;
  color: #9cabcc;
}
@media (max-width: 767px) {
  .support-hero form .fa-search {
    top: 16px;
  }
}
.support-hero .topics {
  margin: 30px 0;
}
.support-hero .topics .topic {
  display: inline-block;
  float: left;
  text-decoration: none;
  width: 25%;
  text-align: center;
  padding: 50px 0;
  border: 1px solid #f5f7f9;
  border-radius: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .support-hero .topics .topic {
    width: 50%;
    padding: 35px 0;
    text-align: left;
  }
}
.support-hero .topics .topic:hover {
  border-color: #E3E7EC;
  background: #EEF2F5;
  color: #459CE7;
}
.support-hero .topics .topic i {
  color: #32628c;
  font-size: 52px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .support-hero .topics .topic i {
    font-size: 39px;
  }
}
.support-hero .topics .topic span {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 5px;
  color: #3d3e46;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.85);
}
@media (max-width: 991px) {
  .support-hero .topics .topic span {
    font-size: 13px;
  }
}

.support-faq {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .support-faq {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .support-faq .col-md-4 {
    margin-bottom: 30px;
  }
}
.support-faq h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
}
.support-faq h4 {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 15px;
}
.support-faq ul {
  padding-left: 0;
  list-style-type: circle;
  color: #9ab0ce;
}
@media (max-width: 767px) {
  .support-faq ul {
    list-style-type: none;
  }
}
.support-faq a {
  display: block;
  margin-bottom: 13px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.support-contact {
  margin-top: 60px;
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .support-contact {
    text-align: center;
    margin-bottom: 100px;
  }
}
.support-contact h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 50px;
  border-top: 1px solid #eee;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .support-contact .col-md-6:first-child {
    border-right: 1px solid #eee;
  }
}
@media (min-width: 768px) {
  .support-contact .col-md-6:last-child {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .support-contact .col-md-6:last-child {
    margin-top: 40px;
  }
}
.support-contact img {
  margin-bottom: 20px;
}
.support-contact img.devices {
  max-width: 190px;
}
.support-contact img.messages {
  max-width: 106px;
}
.support-contact h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.support-contact p {
  font-size: 15px;
  color: #454545;
  width: 80%;
  line-height: 26px;
}
@media (max-width: 767px) {
  .support-contact p {
    width: auto;
  }
}

.support-topic-hero {
  height: 220px;
  padding-top: 110px;
  overflow: hidden;
  position: relative;
  background: #f5f7f9;
  border-bottom: 1px solid #DEE4EA;
}
@media (max-width: 767px) {
  .support-topic-hero {
    height: 200px;
    padding-top: 70px;
  }
}
.support-topic-hero .container {
  position: relative;
  z-index: 10;
}
.support-topic-hero form {
  position: relative;
}
.support-topic-hero form input[type="text"] {
  border: 1px solid #D4DAE0;
  width: 100%;
  padding: 14px 80px;
  border-radius: 50px;
  outline: none;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.support-topic-hero form input[type="text"]::-webkit-input-placeholder {
  color: #A1A1A1;
}
.support-topic-hero form input[type="text"]:-moz-placeholder {
  color: #A1A1A1;
}
.support-topic-hero form input[type="text"]::-moz-placeholder {
  color: #A1A1A1;
}
.support-topic-hero form input[type="text"]:-ms-input-placeholder {
  color: #A1A1A1;
}
@media (max-width: 767px) {
  .support-topic-hero form input[type="text"] {
    font-size: 16px;
    padding: 15px 70px;
  }
}
.support-topic-hero form input[type="text"]:focus {
  border-color: #A4B8CB;
}
.support-topic-hero form .fa-search {
  position: absolute;
  font-size: 22px;
  top: 19px;
  left: 30px;
  color: #9cabcc;
}
@media (max-width: 767px) {
  .support-topic-hero form .fa-search {
    top: 16px;
  }
}

.support-topic-content {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .support-topic-content {
    margin-top: 50px;
  }
}

.support-topic-sidebar {
  background: #f5f7f9;
  padding: 30px;
  border-radius: 4px;
}
.support-topic-sidebar h4 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #dfe4e8;
}
.support-topic-sidebar a.related-link {
  color: #3650dc;
  display: block;
  margin-bottom: 9px;
  line-height: 22px;
  font-size: 13px;
}

.support-topic-body {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .support-topic-body {
    padding: 0;
  }
}
.support-topic-body .topic-title {
  font-weight: 300;
  margin-top: 10px;
  font-size: 32px;
  color: #444;
}
@media (max-width: 767px) {
  .support-topic-body .topic-title {
    font-size: 29px;
    margin-top: 0;
    line-height: 36px;
  }
}
.support-topic-body .min-read {
  margin-top: 20px;
  font-weight: 500;
}
.support-topic-body p {
  margin-top: 25px;
  line-height: 22px;
  color: #454545;
}
.support-topic-body pre {
  margin-top: 30px;
}
.support-topic-body h1, .support-topic-body h2, .support-topic-body h3, .support-topic-body h4, .support-topic-body h5 {
  font-size: 17px;
  margin: 35px 0 25px;
}
.support-topic-body ul {
  padding-left: 20px;
  color: #454545;
}
.support-topic-body ul li {
  margin-bottom: 6px;
}
.support-topic-body iframe {
  width: 96%;
  height: 330px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .support-topic-body iframe {
    width: 100%;
    height: 270px;
  }
}
.support-topic-body .article-helpful {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .support-topic-body .article-helpful {
    text-align: center;
  }
}
.support-topic-body .article-helpful p {
  margin: 0;
  font-size: 15px;
}
.support-topic-body .article-helpful a {
  background: #e8e8e8;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  top: 18px;
  margin-left: 20px;
}
.support-topic-body .article-helpful a i {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 8px;
  font-size: 30px;
  color: #555;
}
.support-topic-body .article-helpful a i.ion-thumbsdown {
  top: 11px;
}

.signup-page {
  background-color: #f3f5f7;
}
.signup-page .wrapper {
  text-align: center;
}
.signup-page .header {
  margin-top: 80px;
}
.signup-page .header .logo {
  display: block;
  margin: 0 auto;
}
.signup-page .header .logo img {
  max-width: 80px;
}
.signup-page form {
  width: 360px;
  margin: 45px auto 60px;
}
@media (max-width: 575px) {
  .signup-page form {
    width: auto;
    padding: 0 20px;
  }
}
.signup-page form .form-field {
  margin-bottom: 16px;
}
.signup-page form input[type="text"],
.signup-page form input[type="email"],
.signup-page form input[type="password"] {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  outline: none;
  border-radius: 3px;
  border: 1px solid #C6C9CE;
  box-shadow: inset 0 1px 0 #D5D7DE;
  font-size: 18px;
  background: #dcdee4;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.signup-page form input[type="text"]::-webkit-input-placeholder,
.signup-page form input[type="email"]::-webkit-input-placeholder,
.signup-page form input[type="password"]::-webkit-input-placeholder {
  color: #7e7e9a;
}
.signup-page form input[type="text"]:-moz-placeholder,
.signup-page form input[type="email"]:-moz-placeholder,
.signup-page form input[type="password"]:-moz-placeholder {
  color: #7e7e9a;
}
.signup-page form input[type="text"]::-moz-placeholder,
.signup-page form input[type="email"]::-moz-placeholder,
.signup-page form input[type="password"]::-moz-placeholder {
  color: #7e7e9a;
}
.signup-page form input[type="text"]:-ms-input-placeholder,
.signup-page form input[type="email"]:-ms-input-placeholder,
.signup-page form input[type="password"]:-ms-input-placeholder {
  color: #7e7e9a;
}
.signup-page form input[type="text"]:focus,
.signup-page form input[type="email"]:focus,
.signup-page form input[type="password"]:focus {
  background: #fff;
  border-color: #7B97F5;
}
.signup-page form input[type="text"]:focus::-webkit-input-placeholder,
.signup-page form input[type="email"]:focus::-webkit-input-placeholder,
.signup-page form input[type="password"]:focus::-webkit-input-placeholder {
  color: #B5B5B5;
}
.signup-page form input[type="text"]:focus:-moz-placeholder,
.signup-page form input[type="email"]:focus:-moz-placeholder,
.signup-page form input[type="password"]:focus:-moz-placeholder {
  color: #B5B5B5;
}
.signup-page form input[type="text"]:focus::-moz-placeholder,
.signup-page form input[type="email"]:focus::-moz-placeholder,
.signup-page form input[type="password"]:focus::-moz-placeholder {
  color: #B5B5B5;
}
.signup-page form input[type="text"]:focus:-ms-input-placeholder,
.signup-page form input[type="email"]:focus:-ms-input-placeholder,
.signup-page form input[type="password"]:focus:-ms-input-placeholder {
  color: #B5B5B5;
}
.signup-page form .terms {
  font-weight: 500;
  font-size: 15px;
  color: #9CA4B3;
  margin-top: 18px;
}
.signup-page form .terms input[type="checkbox"] {
  font-size: 20px;
  margin-right: 6px;
}
.signup-page form .terms a {
  text-decoration: underline;
}
.signup-page form .form-action {
  margin-top: 30px;
}
.signup-page form .form-action input[type="submit"] {
  width: 100%;
  padding: 14px 23px;
  box-shadow: rgba(23, 43, 99, 0.35) 0 7px 28px;
}
.signup-page form .form-bottom {
  margin-top: 40px;
  color: #768298;
}
.signup-page form .form-bottom a {
  margin-left: 5px;
}

.signin-page {
  background-color: #f3f5f7;
}
.signin-page .wrapper {
  text-align: center;
}
.signin-page .header {
  margin-top: 80px;
}
.signin-page .header .logo {
  display: block;
  margin: 0 auto;
}
.signin-page .header .logo img {
  max-width: 80px;
}
.signin-page form {
  width: 360px;
  margin: 45px auto 60px;
}
@media (max-width: 575px) {
  .signin-page form {
    width: auto;
    padding: 0 20px;
  }
}
.signin-page form .form-field {
  margin-bottom: 16px;
}
.signin-page form input[type="text"],
.signin-page form input[type="email"],
.signin-page form input[type="password"] {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  outline: none;
  border-radius: 3px;
  border: 1px solid #C6C9CE;
  box-shadow: inset 0 1px 0 #D5D7DE;
  font-size: 18px;
  background: #dcdee4;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.signin-page form input[type="text"]::-webkit-input-placeholder,
.signin-page form input[type="email"]::-webkit-input-placeholder,
.signin-page form input[type="password"]::-webkit-input-placeholder {
  color: #7e7e9a;
}
.signin-page form input[type="text"]:-moz-placeholder,
.signin-page form input[type="email"]:-moz-placeholder,
.signin-page form input[type="password"]:-moz-placeholder {
  color: #7e7e9a;
}
.signin-page form input[type="text"]::-moz-placeholder,
.signin-page form input[type="email"]::-moz-placeholder,
.signin-page form input[type="password"]::-moz-placeholder {
  color: #7e7e9a;
}
.signin-page form input[type="text"]:-ms-input-placeholder,
.signin-page form input[type="email"]:-ms-input-placeholder,
.signin-page form input[type="password"]:-ms-input-placeholder {
  color: #7e7e9a;
}
.signin-page form input[type="text"]:focus,
.signin-page form input[type="email"]:focus,
.signin-page form input[type="password"]:focus {
  background: #fff;
  border-color: #7B97F5;
}
.signin-page form input[type="text"]:focus::-webkit-input-placeholder,
.signin-page form input[type="email"]:focus::-webkit-input-placeholder,
.signin-page form input[type="password"]:focus::-webkit-input-placeholder {
  color: #B5B5B5;
}
.signin-page form input[type="text"]:focus:-moz-placeholder,
.signin-page form input[type="email"]:focus:-moz-placeholder,
.signin-page form input[type="password"]:focus:-moz-placeholder {
  color: #B5B5B5;
}
.signin-page form input[type="text"]:focus::-moz-placeholder,
.signin-page form input[type="email"]:focus::-moz-placeholder,
.signin-page form input[type="password"]:focus::-moz-placeholder {
  color: #B5B5B5;
}
.signin-page form input[type="text"]:focus:-ms-input-placeholder,
.signin-page form input[type="email"]:focus:-ms-input-placeholder,
.signin-page form input[type="password"]:focus:-ms-input-placeholder {
  color: #B5B5B5;
}
.signin-page form .form-action {
  margin-top: 30px;
}
.signin-page form .form-action input[type="submit"] {
  width: 100%;
  padding: 14px 23px;
  box-shadow: rgba(23, 43, 99, 0.35) 0 7px 28px;
}
.signin-page form .form-bottom {
  margin-top: 40px;
  color: #768298;
}
.signin-page form .form-bottom a {
  margin-left: 5px;
}

.careers-header {
  min-height: 500px;
  position: relative;
  background-size: cover;
  background-position: center center;
  /* background-image: url("../images/bgs/google-office-irvine-5.jpg"); */
}
.careers-header:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.careers-header section {
  padding-top: 230px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .careers-header section {
    padding-top: 190px;
  }
}
.careers-header section h1 {
  color: #fff;
  font-size: 33px;
  font-weight: 500 !important;
  text-align: center;
  width: 55%;
  letter-spacing: 1px;
  margin: 0 auto;
  line-height: 42px;
}
@media (max-width: 991px) {
  .careers-header section h1 {
    width: auto;
    font-size: 29px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .careers-header section h1 {
    font-size: 26px;
  }
}

.careers-intro {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .careers-intro {
    margin-top: 50px;
  }
}
.careers-intro h3 {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .careers-intro h3 {
    font-size: 25px;
  }
}
.careers-intro p {
  /* width: 74%; */
  /* text-align: center; */
  font-size: 15px;
  color: #555;
  line-height: 24px;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .careers-intro p {
    width: auto;
  }
}
.careers-intro .careers-intro-gallery {
  margin-top: 65px;
}
.careers-intro .careers-intro-gallery img {
  margin-bottom: 20px !important;
}

.careers-perks {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .careers-perks {
    margin-top: 50px;
  }
}
.careers-perks h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.careers-perks p {
  width: 70%;
  margin: 20px auto 55px;
  text-align: center;
  color: #444;
  line-height: 22px;
}

.careers-benefits {
  margin-top: 90px;
  height: 480px;
}
@media (max-width: 991px) {
  .careers-benefits {
    height: auto;
  }
}
@media (max-width: 767px) {
  .careers-benefits {
    margin-top: 60px;
  }
}
.careers-benefits .pic {
  float: left;
  width: 50%;
  /* background-image: url("../images/unsplash/photo-1470753937643-efeb931202a9.jpg"); */
  height: 100%;
  display: block;
  background-size: cover;
  background-position: 0px 0;
  position: relative;
}
.careers-benefits .list {
  float: right;
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #f9fafc;
  padding: 60px 100px 0 120px;
}
@media (max-width: 991px) {
  .careers-benefits .list {
    float: none;
    width: auto;
    padding: 40px;
    text-align: center;
  }
}
.careers-benefits .list h3 {
  font-weight: 400;
  color: #4c4c4c;
  font-size: 24px;
}
.careers-benefits .list ul {
  margin-top: 30px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .careers-benefits .list ul {
    padding-left: 0;
  }
}
.careers-benefits .list ul li {
  margin-bottom: 12px;
  list-style-type: circle;
  font-size: 15px;
  color: #626a7b;
}
@media (max-width: 991px) {
  .careers-benefits .list ul li {
    list-style-type: none;
  }
}

.careers-listing {
  margin-top: 110px;
}
@media (max-width: 767px) {
  .careers-listing {
    margin-top: 60px;
  }
}
.careers-listing .title {
  text-align: center;
  margin-bottom: 65px;
  font-size: 25px;
}
@media (max-width: 767px) {
  .careers-listing .title {
    font-size: 23px;
  }
}
.careers-listing .department {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .careers-listing .department {
    text-align: center;
  }
}
.careers-listing .department h4 {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 20px;
}
.careers-listing .department .role {
  margin-bottom: 20px;
}
.careers-listing .department .role a {
  font-size: 16px;
}
.careers-listing .department .role .city {
  color: #555;
}

.career-post-header {
  min-height: 380px;
  position: relative;
  background-size: cover;
  background-position: center center;
  /* background-image: url("../images/unsplash/photo-1474843148229-3163319fcc4c.jpg"); */
}
.career-post-header:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.career-post-header section {
  padding-top: 190px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .career-post-header section {
    padding-top: 150px;
  }
}
.career-post-header section h1 {
  color: #fff;
  font-size: 33px;
  font-weight: 500 !important;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto;
  line-height: 41px;
}
@media (max-width: 767px) {
  .career-post-header section h1 {
    font-size: 27px;
  }
}
.career-post-header section p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .career-post-header section p {
    font-size: 15px;
  }
}

.career-post-content {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .career-post-content {
    margin-top: 40px;
  }
}
.career-post-content > .container {
  max-width: 750px;
}
.career-post-content section {
  margin-bottom: 40px;
}
.career-post-content h4 {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 20px;
}
.career-post-content p {
  color: #444;
}
.career-post-content ul {
  padding-left: 20px;
  color: #444;
}
.career-post-content ul li {
  margin-bottom: 5px;
}
.career-post-content .apply-now {
  padding: 21px;
  border: 1px solid #e5e7ea;
  border-radius: 5px;
  text-align: center;
  margin-top: 55px;
  font-size: 16px;
  color: #454545;
}
.career-post-content .apply-now a {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .career-post-content .apply-now a {
    display: block;
    margin: 25px 0 0;
  }
}

.customers-header {
  height: 260px;
  background-image: linear-gradient(-45deg, #5F6190 0%, #525480 20%, #131b2e 100%);
}
.customers-header section {
  padding-top: 170px;
}
@media (max-width: 767px) {
  .customers-header section {
    padding-top: 110px;
  }
}
.customers-header section h1 {
  color: #fff;
  line-height: 44px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 991px) {
  .customers-header section h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .customers-header section h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

.customers-grid {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .customers-grid {
    margin-top: 60px;
  }
}
.customers-grid--bottom {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .customers-grid--bottom {
    margin-bottom: 100px;
  }
}
.customers-grid .logo {
  margin-top: 20px;
}
.customers-grid p {
  margin-top: 20px;
  color: #64738e;
  line-height: 21px;
}
.customers-grid a.read-story {
  display: inline-block;
  color: #1f8ceb;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
}
@media (max-width: 767px) {
  .customers-grid a.read-story {
    margin-bottom: 40px;
  }
}

.customer-testimonial {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .customer-testimonial {
    margin-top: 60px;
  }
}
.customer-testimonial .row {
  padding: 20px;
  padding-top: 70px;
  padding-bottom: 50px;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}
@media (max-width: 767px) {
  .customer-testimonial .row {
    padding-top: 50px;
  }
}
.customer-testimonial .customer-pic {
  width: 100px;
  border-radius: 100%;
  margin: 0 auto;
}
.customer-testimonial .logo {
  display: block;
  width: 105px;
  margin: 15px auto;
}
@media (max-width: 991px) {
  .customer-testimonial .logo {
    width: 90px;
  }
}
.customer-testimonial .author {
  font-weight: 500;
  text-align: right;
  margin-right: 20px;
  position: relative;
  top: -5px;
}
@media (max-width: 767px) {
  .customer-testimonial .author {
    top: 0;
  }
}
.customer-testimonial p {
  font-size: 20px;
  position: relative;
  color: #777;
  line-height: 33px;
}
@media (max-width: 991px) {
  .customer-testimonial p {
    font-size: 17px;
    line-height: 28px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .customer-testimonial p {
    margin-top: 30px;
    margin-left: 10px;
  }
}
.customer-testimonial p span {
  font-family: Georgia;
  font-size: 49px;
  position: absolute;
  left: -25px;
  top: 0px;
}

.customer-story-header {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fcfdfd;
  text-align: center;
  border-bottom: 1px solid #f7f7f7;
}
.customer-story-header p {
  margin: 28px auto 0;
  font-size: 18px;
  font-weight: 400;
  width: 63%;
  color: #75779a;
  line-height: 28px;
}
@media (max-width: 767px) {
  .customer-story-header p {
    width: auto;
  }
}

.customer-story-content {
  margin-top: 30px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .customer-story-content {
    margin-bottom: 120px;
  }
}
.customer-story-content .customer-story-body h1, .customer-story-content .customer-story-body h2, .customer-story-content .customer-story-body h3, .customer-story-content .customer-story-body h4, .customer-story-content .customer-story-body h5 {
  font-size: 18px;
  margin-top: 25px;
  color: #444;
  line-height: 25px;
}
.customer-story-content .customer-story-body p {
  margin-top: 20px;
  line-height: 25px;
  color: #454545;
}
.customer-story-content .customer-story-body .img-fluid {
  margin: 40px 0;
}
.customer-story-content .customer-story-body .quote-wrapper {
  margin: 45px 0;
}
.customer-story-content .customer-story-body .quote-wrapper .quote {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding-left: 45px;
  width: 95%;
}
@media (max-width: 767px) {
  .customer-story-content .customer-story-body .quote-wrapper .quote {
    font-size: 18px;
  }
}
.customer-story-content .customer-story-body .quote-wrapper .quote span {
  font-family: Georgia;
  font-size: 75px;
  position: absolute;
  left: 0;
  color: #94a7d4;
  top: 10px;
}
.customer-story-content .customer-story-body .quote-wrapper .author {
  padding-left: 40px;
  margin-top: 15px;
  font-size: 15px;
  color: #656565;
}
.customer-story-content .read-more-stories {
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid #f7f7f7;
}
@media (max-width: 767px) {
  .customer-story-content .read-more-stories .col-md-6 {
    margin-bottom: 30px;
  }
}
.customer-story-content .read-more-stories h3 {
  font-size: 24px;
  font-weight: 400;
}
.customer-story-content .read-more-stories .customers-grid {
  margin-top: 50px;
}
.customer-story-content .sidebar {
  float: right;
  width: 80%;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .customer-story-content .sidebar {
    float: none;
    width: auto;
  }
}
.customer-story-content .sidebar .block {
  margin-top: 25px;
}
.customer-story-content .sidebar .block:first-child {
  margin-top: 0;
}
.customer-story-content .sidebar .ion-social-twitter {
  color: #1da1f2;
  font-size: 21px;
}
.customer-story-content .sidebar .ion-social-facebook {
  color: #3b5998;
  font-size: 24px;
  margin-left: 10px;
}
.customer-story-content .sidebar .ion-social-linkedin {
  color: #007bb6;
  font-size: 24px;
  margin-left: 10px;
}
.customer-story-content .sidebar .title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #4A90E2;
  font-weight: 600;
  margin-bottom: 5px;
}
.customer-story-content .sidebar p {
  margin-top: 10px;
  line-height: 22px;
  font-size: 13px;
}
.customer-story-content .sidebar a.website {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.theme-docs-header {
  background-image: linear-gradient(310deg, #272B53 0, #4f7296 90%);
}
.theme-docs-header section {
  padding-top: 120px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .theme-docs-header section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .theme-docs-header section {
    padding-top: 90px;
    text-align: center;
  }
}
.theme-docs-header section h1 {
  color: #fff;
  line-height: 44px;
  font-size: 33px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .theme-docs-header section h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .theme-docs-header section h1 {
    font-size: 27px;
  }
}
.theme-docs-header section p {
  color: #cbcfe4;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

.nav-sidebar {
  margin-top: 25px;
  padding-left: 10px;
}
.nav-sidebar.fixed {
  position: fixed;
  top: 0;
}
.nav-sidebar li {
  margin: 0 !important;
}
.nav-sidebar .nav .nav-link {
  color: #444;
  position: relative;
  padding: 0.35em 1em;
}
.nav-sidebar .nav .nav-link:hover, .nav-sidebar .nav .nav-link:focus {
  background-color: transparent;
}
.nav-sidebar .nav .nav-link.active {
  color: #724dc5;
}
.nav-sidebar .nav .nav-link.active:before {
  content: '';
  position: absolute;
  left: 0;
  height: 67%;
  top: 6px;
  width: 1px;
  background-color: #724dc5;
}
.nav-sidebar .nav .nav-link.active + .nav {
  display: block;
}
.nav-sidebar .nav .nav-link + .nav {
  padding-left: 17px;
  list-style-type: none;
  display: none;
}
.nav-sidebar .nav .nav-link + .nav .nav-link {
  padding: 5px 20px;
}

.theme-docs-wrapper {
  margin-top: 20px;
  margin-bottom: 100px;
}
.theme-docs-wrapper .h5 {
  line-height: 29px;
}
.theme-docs-wrapper .btn-pill,
.theme-docs-wrapper .btn-shadow {
  outline: none;
}
.theme-docs-wrapper pre {
  margin: 25px 0;
  padding: 20px;
  background-color: #f5f7f9;
  border: 1px solid #dee0e2;
}
.theme-docs-wrapper pre code {
  margin-top: -10px;
  display: block;
}
.theme-docs-wrapper pre code.html > * {
  color: #2f6f9f;
  line-height: 20px;
}
.theme-docs-wrapper pre code.html [class*=hljs-tag] {
  color: #2f6f9f;
}
.theme-docs-wrapper pre code.html [class*=hljs-name] {
  color: #2f6f9f;
}
.theme-docs-wrapper pre code.html [class*=hljs-attr] {
  color: #4f9fcf;
}
.theme-docs-wrapper pre code.html [class*=hljs-string] {
  color: #d44950;
}
.theme-docs-wrapper pre code.css {
  color: #2f6f9f;
}
.theme-docs-wrapper pre code.css > * {
  color: #2f6f9f;
  line-height: 20px;
}
.theme-docs-wrapper pre code.css [class*=hljs-keyword] {
  color: #069;
}
.theme-docs-wrapper pre code.css [class*=hljs-number] {
  color: #f60;
}
.theme-docs-wrapper .panel {
  margin: 25px 0;
}
.theme-docs-wrapper .panel .panel-body {
  padding: 20px;
  border: 2px solid #f5f7f9;
  border-bottom: 0;
}
.theme-docs-wrapper .panel .panel-footer {
  background-color: #f5f7f9;
}
.theme-docs-wrapper .panel .panel-footer pre {
  padding: 20px;
  margin: 0;
  border: none;
}
.theme-docs-wrapper .transparent-navbar-wrapper {
  position: relative;
}
.navbar-dark .nav-item .nav-link i.fa{
  display: contents;
}
.theme-docs-wrapper .transparent-navbar-wrapper .fa-chevron-down {
  font-size: 10px;
  display: contents;
}
.theme-docs-wrapper .transparent-navbar-wrapper .transparent-navbar-header {
  height: 190px;
}
.theme-docs-wrapper .slider-component {
  height: 450px;
}
.theme-docs-wrapper .slider-component li {
  margin: 0;
}
.theme-docs-wrapper .slider-component h3 {
  color: #fff;
  text-align: center;
  position: absolute;
  top: calc(50% - 60px);
  left: 0;
  right: 0;
  font-size: 26px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}
.theme-docs-wrapper .slider-options {
  padding: 0;
}
.theme-docs-wrapper .slider-options li {
  display: inline-block;
  margin: 3px 25px 3px 0;
}
.theme-docs-wrapper .slider-options li a.active {
  text-decoration: underline;
}
.theme-docs-wrapper .grid-example .row div[class^='col'] {
  border: 1px solid #dedede;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f7f7;
}

.header-hero {
  /* background: url("../images/unsplash/michael-benz-189971.jpg"); */
  background-size: cover;
  background-position: center 0px;
  padding-top: 270px;
  overflow: hidden;
  position: relative;
  min-height: 70vh;
}
.header-hero--larger {
  min-height: 100vh;
  padding-top: 290px;
}
.header-hero--light {
  /* background-image: url("../images/unsplash/jorg-angeli-220264.jpg"); */
  border-bottom: 1px solid #DEE4EA;
}
.header-hero--light:after {
  background: rgba(249, 251, 255, 0.25) !important;
}
.header-hero .container {
  position: relative;
  z-index: 10;
}
.header-hero:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, rgba(63, 89, 118, 0.3) 0, rgba(14, 20, 34, 0.5) 80%);
}
.header-hero h2 {
  color: #fff;
  padding-bottom: 60px;
}

.panorama-hero {
  position: relative;
}
.panorama-hero h2 {
  position: absolute;
  top: 52%;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 2.1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.panorama-hero i.panorama-move {
  bottom: 30px;
  margin-left: -25px;
  position: absolute;
  left: 50%;
  width: 50px;
  height: 57px;
  background-size: 50px 57px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABXCAYAAACTFMIVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RDhBRjE4Mzg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RDhBRjE4NDg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZEOEFGMTgxODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZEOEFGMTgyODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++haY+QAAD8FJREFUeNrkXXtUVHUevwzI+yEIGKBIiimQLyzXBc11tfCVbXLMU5m6nrNueTQzt/1jO6nt2tO2fLSn3bO27abuamlmmiQopWillAGmqCgCIiAIDMhrmAf7+cLvdn7zmzvDzDB3QPue8z3XufO7v/v7fe73fb+DHpKK1NHREYZDLHggOBQcAPaU+gZ1gHVgLfgmuAJ8zcPDw+jA/iQPFUDT4BAPHg0Ok24vagcXgfMBZJPbAcSEg3CYBA6Wbm8ygQvAZwCkQXUAMRGp5URwknRnEal3FkCsVw1ATOKNQxo4SrozSQ8+DBArXA4gJvDCYQ44UrqziVT6kAiiKwB8CIc4K18HgRPBg8GBzOuRSpSAz7Mn6ygNBY8H07q/B19xs4P5FCBqXQIgLh6Fwy8VviJpnMs2qrFyOYUPOeDPwS123nIyeKFwbi84040g1jIQjT0CEBeSRD0G9hK+SgU/Du5n51SN4H+CL3Uzzge8kR3Nn4ROt9vHxyfbjSDmAsAfZAA1Tk5yvwJ4M8CLRPAMBkNLU1NTBbjSZDKJakvhznNGo3FMN/eLVgKvE1kfnwU3b96c6kYAxwE4X/mDlxPSF8QCZZ7uAz/Kn6irq7uUn59/sqSkpJKeFJFGo/FISkqKT0hImBwYGHgXG+qJJ/q72tratwYMGFBi5bYNttYUHh6+oKamRh8REXHCDQB6sSThtMSMsaMAEljJ3ClKz/7Cjp1Dzp49eyg3Nzefv87f318PNkIKpZaWFt/JkydPGzx48C/k70lKIUlvxsXFtVq59dP09G2sy4SH8AHAPO0GEMlu76Tbejlx8TDh84MceNL58+czefDuvvvuprFjxzaEhoaaRfTFxcX/w4Z9IHVj6TMkMvrSpUspISEhx8SxjP4D8MMgxUOUFgUp1oSFhS3BQ9ABxHyVAfRncW+Fh4PSR3ZoMXeKbOjr4JBOj9DYWLZ3794dpLKenp4mSNnNoUOHtloNrkwmPxxeASgB8vUA9QeArrOx8Nm2NAdzGrRa7bsAs1BlEMmR5DoqgWKOO0gGjwgSdFq2d6mpqbW2wGM2kb4/wTIZKTg4OJa4J7vCnF6Q4mdggzcDRDXjxEhnnIi/AoASB2CnE4iJiWmOj4+PZTbrLnYfyicv0lMDt3GXFcoAuoog/T5+fn5LKioqNkRHR+tUAjDEGQD7WQO0vb39VltbW/vAgQNDp0+f/oSVDOV+5q13g0+xc9Vq7A4ARh45ciQOYU4x7KxeJTvocBxoFXAy4oMGDYpMS0tbAgmIszEH2bulsFWzZIFRzVW2tEg5OTlq1SQ1zgBoUkhtukSzX7+AKVOmPObl5eVnp616pLq6mkKiGDV2Bxt4ubm5uQ1HX71e7yGpiaIDJJa7S4WswKKQiiwD2t2uWN2Fw0iHlExQQfJqsrOzDzJ7aAKrgZ3OGRsoJv514HLRmch0+fLlr06ePPktQDTBI0enpKSke3t7B8nf+/r6knr9pGKVlZX5BQUFpzyt7BhzDAc/YHNXOl19RkbGfxESda41Nja2BdLeoQKAt5wBsFnh3DHwk+JJpFaFx48f/1r+DI947dy5c5+NGzfuSWuT4/vc69ev31T6buTIkXGIDyd1B94XX3yxo6GhoXOdCGPaJk2aVKeS9tY7AyCpokG4jkCaxsIViZOmy8y5dEyYMKEWOTBtqkIJbKKqqqqCsrKyTo+cmJjYAG7iwpKggICAebZMjgweAvFOyUA2o5s5c2YNbHOHSgBWOmwDAQY5kWvCaQI0ywLppqbOjQwbNuwWA49ogNK8CH/qjh07dkQGnMCDfTTIDPDuJY13BLxZs2ZVwyabVAKPHkqZM06EqEjhXH/xBHLSThFHaNNmLfBmm9cePXp0N3lM+jxixIhGAk0Y5m1tMRR/It7b5UbwiMrxoFucBbBUobwUKeTMRoQPVCyVgoKCDLYAhJ3cc+PGjXp58xMnTlQqXV2wBl5WVtYO+XoA3+4G8IjOOhvGdKqY1PU+gqcIQSXrESh32p7+/fvzAMYIib8eTqOGjWtHEF5txWNel7rK9x285CqAd8MN4FUCg3KnC6oMxMuQspFSV6XYQgJbW1vrWZhiFIz4IDFek4GeMWPGDX9/f1ubz4SaXgBg4zF/y4ULFy4DRAMPXjfXu4Jo/pM9CaR5+ooFk5R5BJrFOs3NdXIRlY+zweFmgdStW9UsbzXYs3nktGVwTtn5+fkXZPBIct0EHtFpCE+dXbmtHVLYBCkkz/m0ggfufPUXEhLCq2+0WMdDvFbNxtmd7CMkaoBnb0HY4w3vbESgrFMpULbIC7DnAruLA3aCeB0g1ojntVpt51MKDAzU23Ig8NTVshQ5cl+qrqhUYbFGJUzjJJcCyNfFzCoMtbWyYbfpgZGWJYaHh0fCU5NT0kp9k6gJ4CRznqoAOFQIYUyQrAYFFbaoukRHRyeD6Z8PsdBgp5wi9QGiuPRrcpiurMYoUbwQwlTCBjayuM6mBAo0CuC/yHl23vm4k6ji9CP4o+7AkyTJJd1ZVVJXB6ps105AqlbPmzcvbNeuXQYGHEnfq/bMp9fr6zHnJ97e3tQuN5xlIUZmhyjv/kahrOaK1Izs8RXmLNrs3HuPm4uoNNXInysuLt4FL/kWKzxcZOPScdjjos2SJ1wqJ/M9lDQjU9UWluc7uv8e28B4Bc96jS84Mhohjtu3b9/zmZmZRc8+++yjCQkJSx2452ij0fgxYs37YGPrpNuZ8ATmdwgEtV0pdXVmRXHjdvNjkH3oEIZMYOPGI6bL7HCQkJFQatevl/ffYycidilIp06dKlOQwNFCplKMUEe2Y4WIAz+1UuaqQK78GZySRTEhIiLiN8uWLZs0f/58T2xkIDiyr0hVIngL+EewFtwGPgveynoC+bHvC5Jl4CTLn43xpeoMP668vPwAGzOajVkiSlh9fX3ukCFDqP9wPPLp+0pKSj4SxyAVPAd1vsWdagBTZ0SiuySQ/0Ab/Xs3mmNiQPqxa47xXyLJvyarpcReV+L0eHGS77777q9szHBrAH744YdPc3MlrFy5cowDGm4Ar3CbCrOel0Pg39sR9qzAU89gIMYL1RXZgRi4UGO0OElhYaEcX1lt/YBdlOuC5CgKt27d6kjDED28rZDQZ9QGUbaBb4DtblL09PSc0tDQsFMMenFOyQNbNE/u2bOnqDsAeSyd3Zy/v//bmzdvvldVAJm9WGlR+DKZWmpqao4TQ+Is+pgRQjxqZwiTIATKtfv375fTNXv6o20WGrC25tLS0j3gT+jfZpvTaHzT0tJWSyr+YookcJmY0mm12tNz5sx5ODIy8nni2bNnzwE4J7ubrKys7BqXRypmO1Cri1z039aTxeMht7700kuL4uLiXge/un79+iUUIvFjYmJiqG871kV5vyKA0/kTBoOhYe7cuX/MyMiQbZDh8OHDJYsXL34G0mOzEQjOQSmE2cbv+csvv9zNgdyjOh5iwWOvvfaa3B2h37BhwzcIeczeEPr5+UUxmzhADQDpqYwUFnU8JyeniTPgtEDToUPkY6Q/CYCYCcT27dsrRQCRIlH4UZKXlzfzwIEDhWvXrr2ioL4WQDY2NnZb75NfHUhdvzmhNjl9cHDwFcFeB3NltxtqAGjWRtHe3t7KgVDCbw7x2AcAYxVAGSVOpNPpqhD06hUkkEA8zRL1OBlsMF+IzWEg9GNzVWzZsqVUYb1mL/Xl9ymsBGYVcICqwQPxVkuFbwgR/lhuUR0CECbwH5QmQnZRziXpSj3OtUxK6KGck7g2EcxZjMMMhEGZlZWVh2HLVmDDSsn9EbOqQkFBLnfPn0y4eFFycnKAWjaQYsBPrQSxUTauschdKVOQg94eLIdiy2Q+gBbuGw5P+w+kgd/Clq7jxvF593pxbb8C4auxagTS9FT+DX6E/wJe9ykcsm2UjEgK83gPW11dXarggR0lMh8UZIczKa4UNOAmC/apusO/CeRLahYNUKGhof0klRo5SYUpL73KnwwLC0t55ZVXkiXLnmh5I1STe5uzf9UbN27MVLJ/ThCBQSpdZsOuFTMbWs8A50GzuCYqKspX7ZxuuSj2FRUVGZLwvkOkq1evzsjKynoRwepUTp169Wf+WPpz4l6WL1/+MFubOsUEymvp9aRQWTGuXr2aVLu7dxJDOPASJde8Z7ltANQwlSTbs0VQU82qVavox4MDu5mHbN9FpkoXJMs+6juaeGn5m2iAY2Nj5yIDGWlH5ZcC74afG3hmALKej/cEKfRC5rDEDin82ZJor94WwxAk6ekLFy5MUC0QvZMAhMRR3PUvoSTk/fLLL/9Wun3+sIRFytbU1GRwlwQSvSHGUiSFixYtSpT6zp9tskX+CmW2VrcBCCksU5LCdevWLb1NbKHFntrb293r3BDfxILb+VgKOagOUji9r0shlrpJjAO5OFWdQNrKlxZv6IqLi6kYGt3HAfzA7PWcwdDMwEt2N4AWUkhN4StWrJjZl6UQy9zDrxnqW80AHONWANmA90QpZC/FY/owgMf59TY3NxcxAEf1BoBR4BYxR0ZYky71cl+KjTVf4tdbW1v7NZenuxdANuhVhcaeo1LX38Tqa+BpWCsKrzH7GYD3qFZM6IbelIS228jIyF9v27btQcnGT7B6ie4Rq0f19fXX2T9VaUrvFkD218peF88vWLBgja+vb1+zhaniiYsgORzsTdXwg+2rEFWZiqmSlap1L6zRA/y9uEY86IeYCkf0ig3kBlt0UFFDeXJy8ug+AuCT4vq0Wm0+F0QH9DaAGkihxRPOz8+nOmJIL4MXIVbUiQ4cOPACF0RrehVAdsEkcZFI8drWrFlDDsWjFwH8WEH68qgxkwE4TKX7OnXRbnGx1MHVW+Uu3P5xhQZL4+bNm59SU317AmAcNaOKKz548OBz7g6ucdthrK3XjIqKirZz4A1V8f5OX/hnJYcyderUJDeC56PkdVtbW0uTkpJSGXjjJBV/6dQTAH3hUIqtPPkgNwH4rkUDt8lkeOedd3jVHajyGnp0cZqS7dm5c+citR0K7vOEUmd5Xl7eFg68kW5YR88mgAfeoaBCZenp6cNVXHSyWOCQHRnndVVVXZcBiAkGAMRqhbaQz9XIUFi8V6rw0MqnTZvm9vaSHv9WDnlyLSahHut9/PmoqKhZVVVVuyIiIq66+Of49Me4zf7CJexe+6ZNm144evSo3KFFHVy312/oDAbD+x29RNnZ2Wsl835CtwX0PVZhbqJAvV5/yd3gwevv4MAb4+7ymssAZJMl0u803AUenMaJ4ODg+zkA3f6fwLgUQCIE03OgznVqg0dl+pSUlAfcFe/ZAtDl9iI1NTXIx8dnHIy7Kn2CjY2NxjNnzvA/kSCnUXrHAMiIyltxkvoNSbUMvI7eAvD/AgwAe/DxchhoDlEAAAAASUVORK5CYII=);
}

.panorama-content {
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px;
  pointer-events: none;
}
.panorama-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 10px;
  font-size: 2.2rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.panorama-content p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.panorama-progress {
  height: 5px;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 9999;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.panorama-progress.finish {
  opacity: 0;
}

/* blogs */
.blog-header {
  min-height: 400px;
  /* background-image: url("../images/unsplash/photo-1442965416224-f6a7eca980fa.jpg"); */
  background-size: cover;
  background-position: center center;
  position: relative;
}
.blog-header:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(9, 24, 42, 0.1)), color-stop(100%, rgba(9, 24, 42, 0.7)));
  background: -webkit-linear-gradient(top, rgba(9, 24, 42, 0.1) 0%, rgba(9, 24, 42, 0.7) 100%);
  background: -moz-linear-gradient(top, rgba(9, 24, 42, 0.1), rgba(9, 24, 42, 0.7));
  background: -o-linear-gradient(top, rgba(9, 24, 42, 0.1), rgba(9, 24, 42, 0.7));
}
.blog-header section {
  padding-top: 190px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .blog-header section {
    padding-top: 110px;
  }
}
.blog-header a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 26px;
  text-decoration: none;
  font-weight: 500;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media (max-width: 767px) {
  .blog-header a {
    font-size: 23px;
  }
}
.blog-header a span {
  font-style: italic;
  text-align: center;
  text-transform: none;
  margin-top: 8px;
  display: block;
  font-size: 16px;
  color: #E1F0FF;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.blog-header .bottom {
  position: absolute;
  z-index: 9;
  width: 750px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .blog-header .bottom {
    width: 100%;
    padding: 0 20px;
  }
}
.blog-header .bottom .author {
  float: left;
}
.blog-header .bottom .author .avatar {
  border-radius: 50px;
  max-width: 55px;
  float: left;
}
.blog-header .bottom .author .name {
  color: #fff;
  float: left;
  position: relative;
  top: 10px;
  font-weight: 500;
  margin-left: 10px;
}
.blog-header .bottom .featured {
  float: right;
  position: relative;
  top: 30px;
  color: #13C5E5;
  font-style: italic;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: right;
}
@media (max-width: 767px) {
  .blog-header .bottom .featured {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .blog-posts-list > .container {
    width: 720px;
  }
}
.blog-posts-list .post {
  margin-top: 80px;
}
.blog-posts-list .post .bg {
  width: 100%;
  height: 330px;
  margin-top: 25px;
  display: block;
  text-decoration: none;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .blog-posts-list .post .bg {
    height: 280px;
  }
}
.blog-posts-list .post .title {
  font-size: 25px;
  font-weight: 500;
  color: #222;
  display: block;
  text-decoration: none;
}
.blog-posts-list .post .author {
  margin-top: 2px;
  color: #888;
  position: relative;
}
.blog-posts-list .post .author .avatar {
  position: absolute;
  top: -10px;
  left: -65px;
  width: 40px;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .blog-posts-list .post .author .avatar {
    display: none;
  }
}
.blog-posts-list .post .description {
  font-size: 15px;
  line-height: 24px;
  color: #555;
  margin-top: 25px;
}
.blog-posts-list .post .read-more {
  display: inline-block;
  margin-top: 15px;
}
.blog-posts-list .post .read-more i {
  font-size: 12px;
  margin-left: 10px;
}

.blog-pager {
  margin-top: 80px;
}

.blog-grid-slider .slider-component {
  height: 400px;
}
@media (max-width: 767px) {
  .blog-grid-slider .slider-component {
    height: 360px;
  }
}
.blog-grid-slider .slider-component .pic:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(rgba(34, 34, 45, 0.25) 10%, rgba(32, 45, 80, 0.65) 100%);
}
.blog-grid-slider .slider-component .post {
  position: relative;
  top: 250px;
}
@media (max-width: 991px) {
  .blog-grid-slider .slider-component .post {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blog-grid-slider .slider-component .post {
    top: 220px;
  }
}
.blog-grid-slider .slider-component .post h1 {
  color: #fff;
  font-size: 33px;
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-grid-slider .slider-component .post h1 {
    font-size: 25px;
  }
}
.blog-grid-slider .slider-component .post h1 a {
  color: #fff;
  text-decoration: none;
}
.blog-grid-slider .slider-component .post .bottom {
  margin-top: 15px;
}
.blog-grid-slider .slider-component .post .avatar {
  width: 50px;
  border-radius: 70%;
  position: relative;
  top: -3px;
  margin-right: 15px;
}
.blog-grid-slider .slider-component .post .category {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #13C5E5;
  font-size: 12px;
}
.blog-grid-slider .slider-component .post .date {
  color: #dadada;
  margin-left: 30px;
}

.blog-posts-grid {
  margin-top: 50px;
}
.blog-posts-grid--keep-reading {
  margin-top: 50px;
  padding: 40px 0 100px;
  background: #fbfbfb;
  margin-bottom: -100px;
}
.blog-posts-grid--keep-reading h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
.blog-posts-grid .post {
  margin: 2px;
  position: relative;
  display: inline-block;
  height: 280px;
  width: calc(33.333% - 8px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-posts-grid .post {
    width: 100% !important;
    margin: 0px !important;
  }
}
.blog-posts-grid .post:first-child {
  width: calc(66.666% - 9px);
}
.blog-posts-grid .post:nth-child(8n-2) {
  width: calc(100% - 10px);
  margin: 0 2px;
}
.blog-posts-grid .post:nth-child(8n-1) {
  width: calc(66.666% - 10px);
  height: 400px;
}
.blog-posts-grid .post:nth-child(8) {
  height: 400px;
}
.blog-posts-grid .post:hover .bg {
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.blog-posts-grid .post:hover .info .author {
  opacity: 1;
}
.blog-posts-grid .post:hover .info .date {
  opacity: 1;
}
.blog-posts-grid .post .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -moz-transform: scale3d(1.15, 1.15, 1.15);
  -o-transform: scale3d(1.15, 1.15, 1.15);
  -ms-transform: scale3d(1.15, 1.15, 1.15);
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}
.blog-posts-grid .post .bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(34, 34, 45, 0.2) 10%, rgba(32, 45, 80, 0.6) 100%);
}
.blog-posts-grid .post .info {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-decoration: none;
  padding: 40px;
}
.blog-posts-grid .post .info .title {
  font-size: 26px;
  color: #fff;
  display: block;
  position: absolute;
  font-weight: 400;
  width: 70%;
}
@media (max-width: 767px) {
  .blog-posts-grid .post .info .title {
    font-size: 20px;
  }
}
.blog-posts-grid .post .info .author {
  color: #fff;
  display: block;
  position: absolute;
  font-size: 13px;
  bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blog-posts-grid .post .info .date {
  color: #fff;
  display: block;
  font-size: 13px;
  position: absolute;
  bottom: 20px;
  right: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (min-width: 1200px) {
  .blog-masonry-container {
    width: 1200px !important;
  }
}
.blog-masonry-container .header {
  margin-top: 80px;
  position: relative;
}
.blog-masonry-container .header .search {
  position: absolute;
  right: 20px;
  width: 230px;
}
@media (max-width: 991px) {
  .blog-masonry-container .header .search {
    display: none;
  }
}
.blog-masonry-container .header .search form {
  position: relative;
}
.blog-masonry-container .header .search form input[type="text"] {
  box-shadow: none;
  -moz-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-masonry-container .header .search form input[type="text"].nice {
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.blog-masonry-container .header .search form i.ion-search {
  font-size: 27px;
  color: #CBCBCB;
  position: absolute;
  right: 10px;
  top: -1px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.blog-masonry-container .header .search form i.ion-search:hover {
  color: #000;
}
.blog-masonry-container .header h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1px;
}
.blog-masonry-container .header h1 a {
  color: #222;
  text-decoration: none;
}
.blog-masonry-container .header .slogan {
  text-align: center;
  color: #777;
  font-size: 15px;
}
.blog-masonry-container .posts {
  margin-top: 80px;
}
.blog-masonry-container .posts .post {
  float: left;
  margin-bottom: 50px;
  border-radius: 3px;
  opacity: 0;
  padding-left: 30px;
  width: 33%;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media (max-width: 991px) {
  .blog-masonry-container .posts .post {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .blog-masonry-container .posts .post {
    width: 100%;
    padding-left: 0;
  }
}
.blog-masonry-container .posts .post.is-visible {
  opacity: 1;
}
.blog-masonry-container .posts .post .pic {
  position: relative;
}
.blog-masonry-container .posts .post .pic:hover .mask {
  opacity: 1;
}
.blog-masonry-container .posts .post .pic img {
  height: auto;
  max-width: 100%;
  border-radius: 3px;
}
.blog-masonry-container .posts .post .pic .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 3px;
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
  background: radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.blog-masonry-container .posts .post .pic .mask span {
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 20px);
}
.blog-masonry-container .posts .post .wrapper.dark > header {
  background: #242424;
}
.blog-masonry-container .posts .post .wrapper.dark > header .title {
  color: #fff;
}
.blog-masonry-container .posts .post .wrapper.green > header {
  background: #79c3ab;
}
.blog-masonry-container .posts .post .wrapper.green > header .date {
  color: #DAEFE8;
}
.blog-masonry-container .posts .post .wrapper.green > header .title {
  color: #fff;
}
.blog-masonry-container .posts .post .wrapper.white > header {
  border: 1px solid #ececec;
  border-bottom: 0;
  border-radius: 3px;
  padding-bottom: 0;
}
.blog-masonry-container .posts .post .wrapper.white > header .title {
  color: #222;
}
.blog-masonry-container .posts .post .wrapper.white > section {
  padding-top: 25px;
}
.blog-masonry-container .posts .post .wrapper > .video {
  height: 215px;
}
.blog-masonry-container .posts .post .wrapper > .video iframe {
  width: 100%;
  height: 215px;
}
.blog-masonry-container .posts .post .wrapper > .image {
  height: 215px;
}
.blog-masonry-container .posts .post .wrapper > .image > a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 3px 3px 0 0;
}
.blog-masonry-container .posts .post .wrapper > header {
  padding: 23px;
  border-radius: 3px 3px 0 0;
}
.blog-masonry-container .posts .post .wrapper > header .date {
  font-size: 13px;
  color: #B5B5B5;
}
.blog-masonry-container .posts .post .wrapper > header .title {
  display: block;
  text-decoration: none;
  font-size: 23px;
  line-height: 28px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .blog-masonry-container .posts .post .wrapper > header .title {
    font-size: 18px;
  }
}
.blog-masonry-container .posts .post .wrapper > section {
  padding: 35px 20px 30px;
  border: 1px solid #ececec;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}
.blog-masonry-container .posts .post .wrapper > section .intro {
  font-weight: 300;
  font-size: 20px;
  color: #444;
}
.blog-masonry-container .posts .post .wrapper > section .description {
  margin-top: 20px;
  color: #888;
  line-height: 22px;
}
.blog-masonry-container .posts .post .wrapper > section .btn-shadow {
  margin-top: 10px;
}
.blog-masonry-container .posts .posts-width {
  width: 33%;
}
.blog-masonry-container .pager {
  margin-top: 50px;
  text-align: center;
}
.blog-masonry-container .pager a {
  background: #333;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.blog-masonry-container .pager a:hover {
  background: #667B96;
}

.timeline-page {
  background: #f7f8fa;
}

.blog-timeline-header {
  margin-top: 55px;
  position: relative;
}
.blog-timeline-header .container {
  position: relative;
}
.blog-timeline-header .search {
  position: absolute;
  right: 0px;
  width: 250px;
}
@media (max-width: 767px) {
  .blog-timeline-header .search {
    display: none;
  }
}
.blog-timeline-header .search form {
  position: relative;
}
.blog-timeline-header .search form input[type="text"] {
  box-shadow: none;
  -moz-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-timeline-header .search form input[type="text"].nice {
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.blog-timeline-header .search form i.ion-search {
  font-size: 27px;
  color: #CBCBCB;
  position: absolute;
  right: 10px;
  top: -1px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.blog-timeline-header .search form i.ion-search:hover {
  color: #000;
}
.blog-timeline-header h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  margin-top: 0;
  letter-spacing: 1px;
}
.blog-timeline-header h1 a {
  color: #222;
  text-decoration: none;
}
.blog-timeline-header .slogan {
  text-align: center;
  color: #777;
  font-size: 16px;
}

.blog-timeline-wrapper {
  margin-top: 40px;
  position: relative;
}
.blog-timeline-wrapper:before {
  content: '';
  position: absolute;
  background: #e7e8ec;
  width: 5px;
  height: 97%;
  left: 0;
  right: 0;
  top: 95px;
  margin: 0 auto;
  z-index: -1;
}
.blog-timeline-wrapper .post {
  position: relative;
  float: right;
  clear: right;
  width: 44%;
  margin: 40px 0;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .blog-timeline-wrapper .post {
    width: 100%;
  }
}
.blog-timeline-wrapper .post:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  background: #E7E8EC;
  left: -60px;
  top: 62px;
}
@media (max-width: 991px) {
  .blog-timeline-wrapper .post:before {
    left: -42px;
    width: 43px;
  }
}
@media (max-width: 767px) {
  .blog-timeline-wrapper .post:before {
    display: none;
  }
}
.blog-timeline-wrapper .post:nth-child(2) {
  margin-top: 100px;
}
.blog-timeline-wrapper .post.left {
  float: left;
  clear: left;
}
.blog-timeline-wrapper .post.left:before {
  right: -60px;
  left: inherit;
}
@media (max-width: 991px) {
  .blog-timeline-wrapper .post.left:before {
    right: -42px;
    width: 43px;
  }
}
.blog-timeline-wrapper .post.left .marker {
  left: inherit;
  right: -71px;
}
@media (max-width: 991px) {
  .blog-timeline-wrapper .post.left .marker {
    right: -52px;
  }
}
.blog-timeline-wrapper .post .marker {
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 25px;
  background: #e7e8ec;
  left: -70px;
  top: 55px;
  border: 3px solid #F7F8FA;
}
@media (max-width: 991px) {
  .blog-timeline-wrapper .post .marker {
    left: -51px;
  }
}
@media (max-width: 767px) {
  .blog-timeline-wrapper .post .marker {
    display: none;
  }
}
.blog-timeline-wrapper .post .entry {
  position: relative;
  padding: 20px;
  height: 400px;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.26);
}
.blog-timeline-wrapper .post .entry:before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  border-radius: 0 0 5px 5px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.94) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.94) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.94) 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.94) 100%);
}
.blog-timeline-wrapper .post .entry.smallish {
  height: 320px;
}
.blog-timeline-wrapper .post .entry.smallish .intro {
  top: 68%;
}
.blog-timeline-wrapper .post .entry .intro {
  position: relative;
  top: 75%;
  color: #FFF;
  z-index: 9;
  letter-spacing: .3px;
}
.blog-timeline-wrapper .post .entry .intro h4 {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  letter-spacing: .5px;
}
@media (max-width: 767px) {
  .blog-timeline-wrapper .post .entry .intro h4 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .blog-timeline-wrapper .post .entry .intro p {
    font-size: 13px;
  }
}
.blog-timeline-wrapper .post .news {
  position: relative;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(12, 26, 36, 0.25);
  background: #fff;
}
.blog-timeline-wrapper .post .news .author {
  position: absolute;
  left: 0;
  top: -35px;
  right: 0;
  text-align: center;
}
.blog-timeline-wrapper .post .news .author img {
  border-radius: 50%;
  width: 68px;
}
.blog-timeline-wrapper .post .news section {
  padding: 60px 25px 75px 25px;
}
.blog-timeline-wrapper .post .news section h3 {
  margin-top: 0;
}
.blog-timeline-wrapper .post .news section h3 a {
  color: #333;
  text-decoration: none;
  font-size: 21px;
  text-align: center;
  display: block;
  line-height: 31px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.blog-timeline-wrapper .post .news section h3 a:hover {
  color: #459CE7;
}
.blog-timeline-wrapper .post .news section p {
  margin-top: 21px;
  line-height: 24px;
  color: #555;
}
.blog-timeline-wrapper .post .news section a.read-more {
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.blog-timeline-wrapper .post .news section a.read-more:hover:after {
  right: -18px;
}
.blog-timeline-wrapper .post .news section a.read-more:after {
  content: "▸";
  position: absolute;
  right: -15px;
  top: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.blog-timeline-wrapper .post .news footer {
  position: absolute;
  bottom: 0;
  padding: 12px 25px;
  width: 100%;
  font-weight: 500;
  background: #EEF1F4;
  color: #92A2B2;
}
.blog-timeline-wrapper .post .news footer .tag {
  position: relative;
  padding-left: 27px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 11px;
  top: 3px;
}
.blog-timeline-wrapper .post .news footer .tag span {
  font-size: 24px;
  position: absolute;
  top: -7px;
  left: 0;
}
.blog-timeline-wrapper .post .news footer .date {
  font-weight: 600;
  font-size: 14px;
}
.blog-timeline-wrapper .pager {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
}
.blog-timeline-wrapper .pager a {
  display: inline-block;
  position: relative;
  top: -10px;
  background: #E7E8EC;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 6px 23px;
  border-radius: 3px;
  color: #444;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.blog-timeline-wrapper .pager a:hover {
  box-shadow: 0 6px 15px -1px rgba(0, 0, 0, 0.15);
}

.blog-sidebar-header {
  padding: 32px 0 15px;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 9;
  border-bottom: 1px solid #E4E4E4;
}
@media (min-width: 992px) {
  .blog-sidebar-header.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #E4E4E4;
  }
}
.blog-sidebar-header .title {
  margin: 0;
}
.blog-sidebar-header .categories {
  float: left;
}
@media (max-width: 991px) {
  .blog-sidebar-header .categories {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .blog-sidebar-header .categories {
    display: none;
  }
}
.blog-sidebar-header .categories a {
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-right: 35px;
  color: #4D4D4D;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
@media (max-width: 991px) {
  .blog-sidebar-header .categories a {
    display: inline-block;
    margin-bottom: 10px;
  }
}
.blog-sidebar-header .categories a:hover {
  color: #4E8CC8;
}
.blog-sidebar-header .search {
  float: right;
  width: 243px;
  position: relative;
  top: -7px;
}
.blog-sidebar-header .search form {
  position: relative;
}
.blog-sidebar-header .search form input[type="text"] {
  box-shadow: none;
  -moz-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-sidebar-header .search form input[type="text"].opened {
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.blog-sidebar-header .search form i.ion-search {
  font-size: 27px;
  color: #aaa;
  position: absolute;
  right: 10px;
  top: -1px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.blog-sidebar-header .search form i.ion-search:hover {
  color: #000;
}

.blog-sidebar-posts {
  margin-top: 130px;
}
.blog-sidebar-posts .post {
  margin-bottom: 90px;
}
.blog-sidebar-posts .post .pic {
  border: 0px;
  height: 330px;
  width: 90%;
  display: block;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-sidebar-posts .post .pic {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-sidebar-posts .post .pic {
    height: 250px;
  }
}
.blog-sidebar-posts .post .pic:hover > div {
  -moz-transform: scale3d(1.03, 1.03, 1.03);
  -o-transform: scale3d(1.03, 1.03, 1.03);
  -ms-transform: scale3d(1.03, 1.03, 1.03);
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
}
.blog-sidebar-posts .post .pic > div {
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .blog-sidebar-posts .post .video {
    max-width: 700px;
  }
}
.blog-sidebar-posts .post .video .iframe-wrapper {
  position: relative;
  padding-bottom: 56%;
  height: 0;
}
.blog-sidebar-posts .post .video .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-sidebar-posts .post .title {
  font-size: 26px;
  font-weight: 500;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .blog-sidebar-posts .post .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar-posts .post .title {
    font-size: 23px;
  }
}
.blog-sidebar-posts .post .title a {
  color: #111;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
.blog-sidebar-posts .post .title a:hover {
  text-decoration: none;
  color: #428bca;
}
.blog-sidebar-posts .post .author {
  color: #888;
  margin-top: 4px;
  position: relative;
}
.blog-sidebar-posts .post .author .avatar {
  max-width: 60px;
  border-radius: 50px;
  position: absolute;
  left: -75px;
  top: -15px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 991px) {
  .blog-sidebar-posts .post .author .avatar {
    display: none;
  }
}
.blog-sidebar-posts .post .intro {
  margin-top: 18px;
  font-size: 15px;
  line-height: 26px;
  color: #555;
}
@media (min-width: 992px) {
  .blog-sidebar-posts .post .intro {
    width: 90%;
  }
}
.blog-sidebar-posts .post .continue-reading {
  font-size: 15px;
  display: inline-block;
  margin-top: 8px;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
@media (max-width: 991px) {
  .blog-sidebar-posts .sidebar {
    margin-top: 70px;
    text-align: center;
  }
}
.blog-sidebar-posts .sidebar .updates {
  padding: 25px 17px;
  border-radius: 5px;
  border: 1px solid #E2E7F0;
  text-align: center;
}
.blog-sidebar-posts .sidebar .updates i {
  color: #2083fe;
  font-size: 22px;
  position: relative;
  margin-left: 5px;
}
.blog-sidebar-posts .sidebar .updates strong {
  color: #444;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-top: 12px;
}
.blog-sidebar-posts .sidebar .updates p {
  margin-top: 9px;
  color: #555;
  margin-bottom: 5px;
}
.blog-sidebar-posts .sidebar .updates a {
  margin-top: 30px;
}
.blog-sidebar-posts .sidebar .best-hits {
  margin-top: 35px;
  padding: 20px 17px 25px;
  border-radius: 5px;
  border: 1px solid #E2E7F0;
  text-align: center;
}
@media (max-width: 991px) {
  .blog-sidebar-posts .sidebar .best-hits {
    margin-top: 40px;
  }
}
.blog-sidebar-posts .sidebar .best-hits i {
  color: #2083fe;
  font-size: 30px;
  position: relative;
  margin-left: 5px;
}
.blog-sidebar-posts .sidebar .best-hits strong {
  color: #444;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  margin-top: 12px;
}
.blog-sidebar-posts .sidebar .best-hits a {
  text-decoration: none;
  display: inline-block;
  color: #2083fe;
  margin-bottom: 7px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .blog-sidebar-posts .sidebar .best-hits a {
    display: block;
    margin-bottom: 10px;
  }
}

.blog-cols-page {
  background: #FCFCFC;
}

.blog-cols-header {
  margin-top: 60px;
  position: relative;
}
.blog-cols-header h1 {
  font-size: 23px;
  margin-top: 0;
  color: #555;
}
.blog-cols-header p {
  color: #757575;
  font-size: 17px;
  margin-top: 12px;
}

.blog-cols-wrapper {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .blog-cols-wrapper {
    text-align: center;
  }
}
.blog-cols-wrapper .post {
  display: inline-block;
}
@media (min-width: 992px) {
  .blog-cols-wrapper .post:nth-child(3n+3) .post-wrapper {
    margin: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-cols-wrapper .post:nth-child(2n+2) .post-wrapper {
    margin: 20px 0;
  }
}
.blog-cols-wrapper .post .post-wrapper {
  display: inline-block;
  position: relative;
  width: 330px;
  background-color: #fff;
  vertical-align: top;
  text-align: left;
  color: #4B4F56;
  height: 480px;
  margin: 20px 20px 30px 0;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  -ms-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  -o-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
}
@media (max-width: 1199px) {
  .blog-cols-wrapper .post .post-wrapper {
    width: 293px;
  }
}
@media (max-width: 991px) {
  .blog-cols-wrapper .post .post-wrapper {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .blog-cols-wrapper .post .post-wrapper {
    margin: 20px 0;
  }
}
.blog-cols-wrapper .post .post-wrapper:hover {
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.16);
  transform: translate(0, -20px);
}
.blog-cols-wrapper .post .post-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 295px;
}
@media (max-width: 1199px) {
  .blog-cols-wrapper .post .post-bg {
    height: 260px;
  }
}
.blog-cols-wrapper .post .post-intro {
  padding: 20px 20px 0;
}
.blog-cols-wrapper .post .post-title {
  font-size: 22px;
  line-height: 32px;
}
.blog-cols-wrapper .post .post-min-read {
  margin-top: 5px;
  font-size: 12px;
  color: #777;
}
.blog-cols-wrapper .post .post-description {
  font-size: 15px;
  margin-top: 13px;
  line-height: 23px;
  color: #90949C;
}

.blog-post {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .blog-post {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .blog-post > .container {
    width: 880px;
  }
}

.blog-post-title {
  font-size: 31px;
  font-weight: 400;
  color: #444;
}
@media (max-width: 991px) {
  .blog-post-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-post-title {
    font-size: 24px;
    line-height: 35px;
  }
}

.blog-post-header {
  margin-top: 20px;
}

.blog-post-author {
  color: #888;
  display: inline-block;
}
.blog-post-author img {
  border-radius: 100%;
  width: 55px;
  margin-right: 17px;
  position: relative;
  top: -2px;
}
.blog-post-author span {
  color: #333;
}

.blog-post-date {
  display: inline-block;
  margin-left: 35px;
  color: #888;
}
@media (max-width: 767px) {
  .blog-post-date {
    margin-left: 15px;
  }
}
.blog-post-date span {
  color: #333;
}

.blog-post-share {
  float: right;
  color: #888;
}
@media (max-width: 767px) {
  .blog-post-share {
    float: none;
  }
}
.blog-post-share a {
  margin-left: 13px;
  position: relative;
  top: 3px;
  text-decoration: none;
}
.blog-post-share i {
  font-size: 25px;
}
.blog-post-share i.ion-social-twitter {
  color: #1da1f2;
}
.blog-post-share i.ion-social-facebook {
  color: #3b5998;
  font-size: 28px;
  margin-right: 3px;
}
.blog-post-share i.ion-social-buffer {
  color: #2d2d2d;
}

.blog-post-content {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .blog-post-content {
    margin-top: 30px;
  }
}
.blog-post-content h1, .blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content h5 {
  margin: 45px 0 20px;
  font-size: 23px;
}
.blog-post-content p {
  font-size: 16px;
  color: #6b6b6b;
  line-height: 29px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blog-post-content p {
    font-size: 14px;
  }
}
.blog-post-content .blog-post-video {
  margin: 40px 0;
}
.blog-post-content .blog-post-video iframe {
  width: 92%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .blog-post-content .blog-post-video iframe {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .blog-post-content .blog-post-video iframe {
    width: 100%;
    height: 270px;
  }
}
.blog-post-content .blog-post-gallery {
  margin: 45px -20px;
}
@media (max-width: 991px) {
  .blog-post-content .blog-post-gallery {
    margin: 45px 0;
  }
}
@media (max-width: 767px) {
  .blog-post-content .blog-post-gallery img {
    margin-top: 20px !important;
  }
}
.blog-post-content .blog-post-gallery .zoomerang {
  display: block;
}
.blog-post-content .blog-post-quote-wrapper {
  margin: 60px 0;
  position: relative;
}
.blog-post-content .blog-post-quote-wrapper:before {
  content: '';
  position: absolute;
  left: -25px;
  width: 3px;
  height: 100%;
  background: #e1e5ea;
}
.blog-post-content .blog-post-quote-wrapper .quote {
  font-family: Georgia, "Merriweather", Arial;
  color: #444;
  font-style: italic;
  font-size: 21px;
  line-height: 32px;
  width: 95%;
}
@media (max-width: 767px) {
  .blog-post-content .blog-post-quote-wrapper .quote {
    font-size: 18px;
    width: 100%;
  }
}
.blog-post-content .blog-post-quote-wrapper .author {
  margin-top: 15px;
  font-size: 15px;
  color: #9097a0;
  padding-bottom: 10px;
}
.blog-post-content .blog-post-side-image {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .blog-post-content .blog-post-side-image {
    margin-bottom: 30px;
  }
}
.blog-post-content .blog-post-side-image img {
  max-width: 315px;
  float: left;
  margin-left: -120px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .blog-post-content .blog-post-side-image img {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.blog-post-content .blog-post-side-image p {
  margin-top: 20px;
}

.blog-post-subscribe {
  border-top: 1px solid #ececec;
  margin-top: 80px;
  padding-top: 40px;
  margin-bottom: 100px;
  text-align: center;
}
.blog-post-subscribe h3 {
  font-size: 19px;
}
.blog-post-subscribe form {
  margin-top: 30px;
}
.blog-post-subscribe form input {
  outline: none;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  position: relative;
  top: 1px;
  width: 230px;
  font-size: 16px;
  margin-right: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .blog-post-subscribe form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.blog-post-subscribe form input:focus {
  border-color: #333;
}

.blog-post-alt-hero {
  height: 330px;
  /* background-image: url("../images/unsplash/michael-benz-189971.jpg"); */
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 991px) {
  .blog-post-alt-hero {
    height: 300px;
  }
}
.blog-post-alt-hero:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

.blog-post-alt {
  background: #f3f3f5;
  margin-bottom: -120px;
}
.blog-post-alt > .container {
  padding: 50px 80px;
  border-radius: 5px;
  background: #fff;
  position: relative;
  top: -140px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px) {
  .blog-post-alt > .container {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .blog-post-alt > .container {
    padding: 30px 50px 50px;
  }
}
@media (max-width: 767px) {
  .blog-post-alt > .container {
    padding: 20px 20px 50px;
    top: -160px;
  }
}
.blog-post-alt .blog-post-title {
  text-align: center;
  font-weight: 300;
  margin-bottom: 35px;
  font-size: 35px;
}
@media (max-width: 767px) {
  .blog-post-alt .blog-post-title {
    font-size: 28px;
  }
}
.blog-post-alt .blog-post-title img {
  display: block;
  margin: 35px auto 0;
}
.blog-post-alt .blog-post-content {
  margin-top: 40px;
}
.blog-post-alt .blog-post-content p {
  font-size: 15px;
}

.blog-post-3-hero {
  height: 560px;
  /* background-image: url("../images/unsplash/photo-1470753937643-efeb931202a9.jpg"); */
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 230px;
}
@media (max-width: 991px) {
  .blog-post-3-hero {
    height: 400px;
    padding-top: 150px;
  }
}
.blog-post-3-hero:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(64, 64, 64, 0.5);
}
.blog-post-3-hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
}
.blog-post-3-hero h1 {
  width: 60%;
  color: #fff;
  font-family: "Libre Franklin", "Lato", "Helvetica Neue", Arial;
  font-size: 35px;
  line-height: 45px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .blog-post-3-hero h1 {
    font-size: 30px;
    line-height: 40px;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .blog-post-3-hero h1 {
    width: 100%;
    font-size: 28px;
    line-height: 35px;
  }
}

.blog-post-3 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog-post-3 {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .blog-post-3 > .container {
    width: 800px;
  }
}

.blog-post-3-footer {
  margin-top: 90px;
  height: 510px;
  /* background-image: url("../images/unsplash/photo-1465311530779-5241f5a29892.jpg"); */
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-post-3-footer {
    margin-top: 50px;
  }
}
.blog-post-3-footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 80%;
  background-image: linear-gradient(-180deg, white 0, rgba(255, 255, 255, 0.65) 43%, rgba(255, 255, 255, 0) 100%);
}
.blog-post-3-footer:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  bottom: 0;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(107, 107, 107, 0.47) 100%);
}
.blog-post-3-footer .container {
  position: relative;
  z-index: 1;
}
.blog-post-3-footer .story {
  width: 240px;
}
@media (max-width: 767px) {
  .blog-post-3-footer .story {
    float: none !important;
    margin: 0 0 20px !important;
    text-align: center;
    width: auto;
  }
}
.blog-post-3-footer .story.story--left {
  float: right;
  margin-right: 40px;
}
.blog-post-3-footer .story.story--left i {
  left: -27px;
}
.blog-post-3-footer .story.story--right {
  margin-left: 40px;
}
.blog-post-3-footer .story.story--right i {
  right: -27px;
}
@media (min-width: 768px) {
  .blog-post-3-footer .story.story--right a {
    float: right;
    margin-right: 40px;
  }
}
.blog-post-3-footer .story h3 {
  font-size: 19px;
  line-height: 27px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px) {
  .blog-post-3-footer .story h3 {
    font-size: 16px;
  }
}
.blog-post-3-footer .story p {
  color: #676c79;
}
@media (max-width: 767px) {
  .blog-post-3-footer .story p {
    display: none;
  }
}
.blog-post-3-footer .story a {
  position: relative;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
  color: #367fad;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .blog-post-3-footer .story a {
    margin-top: 0;
  }
}
.blog-post-3-footer .story a i {
  font-size: 28px;
  position: absolute;
  top: -8px;
}
.blog-post-3-footer .bottom-menu {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.blog-post-3-footer .bottom-menu .copyright {
  float: left;
  color: #fff;
}
@media (max-width: 767px) {
  .blog-post-3-footer .bottom-menu .copyright {
    float: none;
  }
}
.blog-post-3-footer .bottom-menu .links {
  float: right;
}
@media (max-width: 767px) {
  .blog-post-3-footer .bottom-menu .links {
    float: none;
    margin-top: 17px;
  }
}
.blog-post-3-footer .bottom-menu .links a {
  color: #fff;
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .blog-post-3-footer .bottom-menu .links a {
    margin: 3px 10px;
  }
}

/* agency */
.agency-hero {
  min-height: 100vh;
  position: relative;
  /* background-image: url("../images/graphics/hero-01.jpg"); */
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .agency-hero {
    background-attachment: inherit;
  }
}
.agency-hero:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.17);
}
.agency-hero section {
  position: relative;
  z-index: 9;
  height: 100vh;
}
.agency-hero .hero-text {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 110px);
  text-align: center;
}
@media (max-width: 767px) {
  .agency-hero .hero-text {
    top: calc(50% - 190px);
  }
}
.agency-hero h1 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.agency-hero p {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
  margin-top: 17px;
  width: 80%;
  margin: 30px auto;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media (max-width: 991px) {
  .agency-hero p {
    font-size: 30px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .agency-hero p {
    width: 100%;
    font-size: 28px;
    line-height: 38px;
  }
}
.agency-hero a {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  padding: 11px 22px;
  border-radius: 63px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.agency-hero a:hover {
  background: #fff;
  color: #222;
  text-decoration: none;
}

.agency-intro {
  margin-top: 90px;
}
.agency-intro h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
.agency-intro hr {
  width: 130px;
  margin: 35px auto;
  border-top: 2px solid #E4E4E4;
}
.agency-intro p {
  text-align: center;
  font-size: 16px;
  color: #454545;
  width: 65%;
  margin: auto;
  line-height: 29px;
}
@media (max-width: 767px) {
  .agency-intro p {
    width: auto;
  }
}

.agency-portfolio {
  padding-top: 60px;
  padding-bottom: 100px;
  background: #F9F8F8;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .agency-portfolio {
    padding-bottom: 60px;
  }
}
.agency-portfolio h2 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.agency-portfolio .project {
  width: 100%;
  margin-right: 35px;
  margin-bottom: 35px;
  overflow: hidden;
  display: block;
  position: relative;
}
.agency-portfolio .project:hover .mask {
  opacity: 1;
}
.agency-portfolio .project:hover .mask .info {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.agency-portfolio .project:hover .mask .btn-see-project {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.agency-portfolio .project:hover .pic {
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.agency-portfolio .project .mask {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(68, 101, 144, 0.9);
  opacity: 0;
  z-index: 9;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio .project .mask .info {
  display: block;
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio .project .mask h3 {
  margin-top: 70px;
  font-size: 20px;
  font-weight: 500;
}
.agency-portfolio .project .mask p {
  color: #222;
  font-size: 15px;
  font-weight: 500;
}
.agency-portfolio .project .mask .btn-see-project {
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #fff;
  padding: 9px 16px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.8px;
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio .project .pic {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 280px;
  width: 100%;
  float: left;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.agency-testimonial {
  margin-top: 120px;
}
.agency-testimonial .quote {
  text-align: center;
  width: 82%;
  margin: 0 auto;
  font-size: 22px;
  position: relative;
  font-weight: 300;
  line-height: 40px;
  color: #2381B8;
}
@media (max-width: 767px) {
  .agency-testimonial .quote {
    width: 90%;
    font-size: 20px;
    line-height: 33px;
  }
}
.agency-testimonial .quote .quote-mark {
  font-family: Georgia, "Merriweather", Arial;
  font-size: 59px;
  position: absolute;
  top: 9px;
  color: #55a2ce;
  left: -25px;
}
.agency-testimonial .author {
  text-align: center;
  margin-top: 30px;
}
.agency-testimonial .author img {
  border-radius: 50%;
  max-width: 65px;
}
.agency-testimonial .author .name {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #555;
  position: relative;
  top: 12px;
}
.agency-testimonial .author .name .company {
  display: block;
  text-align: left;
  font-size: 13px;
  margin-top: 3px;
  color: #777;
}

.agency-from-the-blog {
  margin-top: 120px;
  border-top: 1px solid #ececec;
  padding-top: 60px;
}
.agency-from-the-blog h3 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .agency-from-the-blog .post {
    margin-bottom: 40px;
  }
}
.agency-from-the-blog .post .pic {
  display: block;
  text-decoration: none;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.agency-from-the-blog .post .pic:hover {
  -moz-transform: scale3d(1.04, 1.04, 1.04);
  -o-transform: scale3d(1.04, 1.04, 1.04);
  -ms-transform: scale3d(1.04, 1.04, 1.04);
  -webkit-transform: scale3d(1.04, 1.04, 1.04);
  transform: scale3d(1.04, 1.04, 1.04);
}
.agency-from-the-blog .post .pic:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(51, 51, 51, 0.3);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.agency-from-the-blog .post .title {
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.agency-from-the-blog .post .min-read {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}
.agency-from-the-blog .post p {
  margin-top: 20px;
  line-height: 25px;
  color: #666;
  font-size: 14px;
}

.agency-footer {
  margin-top: 200px;
  padding: 70px 0 90px;
  background: #353D4D;
  position: relative;
}
@media (max-width: 767px) {
  .agency-footer {
    margin-top: 130px;
    padding-bottom: 60px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .agency-footer .col-md-3 {
    margin-bottom: 35px;
  }
}
.agency-footer .go-top {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -25px;
  width: 50px;
  height: 50px;
  font-size: 12px;
  letter-spacing: 1px;
  background: #fff;
  padding-left: 2px;
  padding-top: 8px;
  border-radius: 50%;
  text-align: center;
  color: #222;
  text-decoration: none;
}
.agency-footer .go-top i {
  display: block;
  font-size: 16px;
}
.agency-footer h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: "Lato", "Helvetica Neue", Arial;
  font-size: 16px;
}
.agency-footer a.legal {
  color: #AFB9CB;
  display: block;
  margin-top: 35px;
  font-size: 14px;
  font-family: "Merriweather", Georgia;
  line-height: 28px;
}
.agency-footer a.legal + .legal {
  margin-top: 0px;
}
.agency-footer p {
  color: #AFB9CB;
  margin-top: 35px;
  font-size: 14px;
  font-family: "Merriweather", Georgia;
  line-height: 28px;
}
.agency-footer a.social {
  width: 30px;
  height: 30px;
  background: #BABFCD;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin-right: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.agency-footer a.social:hover {
  background: #fff;
}
.agency-footer a.social.first {
  margin-top: 20px;
}
.agency-footer a.social i {
  position: absolute;
  color: #3F4552;
  font-size: 19px;
}
.agency-footer a.social i.fa-facebook {
  top: 7px;
  left: 10px;
}
.agency-footer a.social i.fa-twitter {
  top: 7px;
  left: 6px;
}
.agency-footer a.social i.fa-dribbble {
  top: 6px;
  left: 7px;
}
.agency-footer a.social i.fa-github {
  top: 6px;
  left: 7px;
}

.agency-about-hero {
  height: 550px;
  position: relative;
  /* background-image: url("../images/unsplash/photo-1422558041234-896cd9791234.jpg"); */
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
@media (max-width: 1024px) {
  .agency-about-hero {
    background-attachment: inherit;
  }
}
@media (max-width: 767px) {
  .agency-about-hero {
    height: 500px;
  }
}
.agency-about-hero:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom left, rgba(28, 46, 79, 0.62) 0%, rgba(28, 46, 79, 0.7) 14.87%, rgba(45, 83, 123, 0.6) 100%);
  background: linear-gradient(to bottom left, rgba(28, 46, 79, 0.62) 0%, rgba(28, 46, 79, 0.7) 14.87%, rgba(45, 83, 123, 0.6) 100%);
}
.agency-about-hero section {
  position: relative;
  z-index: 9;
  height: 100%;
}
.agency-about-hero .hero-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 240px;
}
@media (max-width: 767px) {
  .agency-about-hero .hero-text {
    top: 170px;
  }
}
.agency-about-hero p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 37px;
  width: 70%;
  margin: 0 auto;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@media (max-width: 767px) {
  .agency-about-hero p {
    font-size: 21px;
    width: 80%;
  }
}

.agency-about-intro {
  margin-top: 90px;
}
.agency-about-intro p {
  text-align: center;
  font-size: 17px;
  width: 65%;
  margin: auto;
  line-height: 32px;
  color: #828A98;
}
@media (max-width: 767px) {
  .agency-about-intro p {
    width: auto;
  }
}

.agency-about-team {
  margin-top: 100px;
  background: #F9F9F9;
  padding-top: 50px;
  padding-bottom: 70px;
  border-top: 1px solid #F0F0F0;
}
.agency-about-team h4 {
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.agency-about-team hr {
  width: 50px;
  margin: 20px auto 25px;
  border-top: 2px solid #ccc;
}
.agency-about-team h3 {
  margin-bottom: 70px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #444;
}
.agency-about-team .member {
  text-align: center;
  margin: 0 auto;
  width: 128px;
  height: 128px;
  position: relative;
}
.agency-about-team .member:hover .mask {
  opacity: 1;
}
.agency-about-team .member .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: rgba(29, 32, 34, 0.7);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.agency-about-team .member .mask a {
  font-size: 18px;
  text-align: center;
  margin: 0 3px;
  position: relative;
  top: 52px;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  color: #38404a;
}
.agency-about-team .member img {
  border-radius: 50%;
}
.agency-about-team .name {
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 45px;
  font-weight: 500;
}

@-webkit-keyframes collage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(-1810px, 0, 0);
    -o-transform: translate3d(-1810px, 0, 0);
    -ms-transform: translate3d(-1810px, 0, 0);
    -webkit-transform: translate3d(-1810px, 0, 0);
    transform: translate3d(-1810px, 0, 0);
  }
}
@-moz-keyframes collage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(-1810px, 0, 0);
    -o-transform: translate3d(-1810px, 0, 0);
    -ms-transform: translate3d(-1810px, 0, 0);
    -webkit-transform: translate3d(-1810px, 0, 0);
    transform: translate3d(-1810px, 0, 0);
  }
}
@-o-keyframes collage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(-1810px, 0, 0);
    -o-transform: translate3d(-1810px, 0, 0);
    -ms-transform: translate3d(-1810px, 0, 0);
    -webkit-transform: translate3d(-1810px, 0, 0);
    transform: translate3d(-1810px, 0, 0);
  }
}
@keyframes collage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(-1810px, 0, 0);
    -o-transform: translate3d(-1810px, 0, 0);
    -ms-transform: translate3d(-1810px, 0, 0);
    -webkit-transform: translate3d(-1810px, 0, 0);
    transform: translate3d(-1810px, 0, 0);
  }
}
.agency-about-pics {
  position: relative;
  height: 450px;
  width: 100%;
  max-width: inherit;
  overflow: hidden;
}
.agency-about-pics #photos {
  position: absolute;
  height: 100%;
  width: 5430px;
  /* background: transparent url("../images/graphics/collage.jpg") repeat-x left top; */
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: collage 60s linear infinite;
  -moz-animation: collage 60s linear infinite;
  -o-animation: collage 60s linear infinite;
  -ms-animation: collage 60s linear infinite;
  animation: collage 60s linear infinite;
}

.agency-about-cta {
  margin-top: 70px;
  text-align: center;
}
.agency-about-cta h3 {
  font-size: 28px;
  color: #4a5969;
}
@media (max-width: 767px) {
  .agency-about-cta h3 {
    font-size: 25px;
  }
}
.agency-about-cta p {
  font-size: 16px;
  color: #7B899E;
  margin-top: 18px;
  line-height: 28px;
}

.agency-about-clients {
  margin-top: 140px;
  margin-bottom: -60px;
  text-align: center;
}
.agency-about-clients header {
  margin-bottom: 30px;
  position: relative;
}
.agency-about-clients header:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E9E9E9;
  top: 11px;
}
.agency-about-clients header h4 {
  position: relative;
  padding: 0 40px;
  background: #fff;
  color: #97A8B8;
  font-family: "Lato", "Helvetica Neue", Arial;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.8px;
}

.about-2-hero {
  position: relative;
  padding-top: 130px;
}
@media (max-width: 991px) {
  .about-2-hero {
    padding-top: 90px;
  }
}
@media (min-width: 1200px) {
  .about-2-hero .container {
    width: 940px;
  }
}
.about-2-hero h1 {
  color: #677284;
  font-weight: 300;
  width: 70%;
  line-height: 51px;
  font-size: 2.4rem;
}
@media (max-width: 991px) {
  .about-2-hero h1 {
    width: 100%;
    font-size: 2.3rem;
  }
}
.about-2-hero .pic1 {
  margin-top: 120px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.about-2-hero .pic2 {
  position: absolute;
  top: 330px;
  right: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.about-2-intro {
  margin-top: 200px;
}
.about-2-intro p {
  font-size: 27px;
  line-height: 39px;
  color: #606771;
  font-weight: 300;
}

.about-2-stats {
  margin-top: 90px;
}
.about-2-stats span {
  font-weight: 200;
  font-size: 50px;
}
.about-2-stats p {
  font-weight: 500;
  margin-top: 10px;
}

.about-2-team {
  margin-top: 90px;
}
.about-2-team .member {
  margin-bottom: 40px;
}
.about-2-team .member img {
  border-radius: 3px;
}
.about-2-team .member p {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 3px;
}
.about-2-team .member span {
  color: #777;
  font-size: 13px;
}

.agency-contact-hero {
  min-height: 290px;
  position: relative;
  background-image: url("/img/reclamewerken.jpg");
  background-size: cover;
  background-position: center -250px;
}
@media (max-width: 767px) {
  .agency-contact-hero {
    background-position: center center;
    min-height: 270px;
  }
}
.agency-contact-hero:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.2); */
}
.agency-contact-hero h3 {
  position: relative;
  top: 200px;
  color: #fff;
  text-align: center;
  z-index: 1;
  font-size: 29px;
  font-weight: 400;
  line-height: 43px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .agency-contact-hero h3 {
    font-size: 25px;
    top: 130px;
  }
}

.agency-contact-intro {
  margin-top: 50px;
}
.agency-contact-intro p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  width: 75%;
  margin: 27px auto 0;
  color: #61686E;
}
@media (max-width: 767px) {
  .agency-contact-intro p {
    width: auto;
    font-size: 15px;
    line-height: 27px;
  }
}

.agency-contact-form form {
  width: 550px;
  margin: 35px auto 0;
}
@media (max-width: 767px) {
  .agency-contact-form form {
    width: 100%;
  }
}
.agency-contact-form form input[type="text"],
.agency-contact-form form input[type="email"],
.agency-contact-form form textarea {
  font-size: 18px;
  margin-top: 20px;
  outline: none;
  color: #888;
  background: white;
  padding: 18px 20px;
  border: 1px solid #cbcdd2;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.agency-contact-form form input[type="text"]::-webkit-input-placeholder,
.agency-contact-form form input[type="email"]::-webkit-input-placeholder,
.agency-contact-form form textarea::-webkit-input-placeholder {
  color: #B8BBC7;
}
.agency-contact-form form input[type="text"]:-moz-placeholder,
.agency-contact-form form input[type="email"]:-moz-placeholder,
.agency-contact-form form textarea:-moz-placeholder {
  color: #B8BBC7;
}
.agency-contact-form form input[type="text"]::-moz-placeholder,
.agency-contact-form form input[type="email"]::-moz-placeholder,
.agency-contact-form form textarea::-moz-placeholder {
  color: #B8BBC7;
}
.agency-contact-form form input[type="text"]:-ms-input-placeholder,
.agency-contact-form form input[type="email"]:-ms-input-placeholder,
.agency-contact-form form textarea:-ms-input-placeholder {
  color: #B8BBC7;
}
@media (max-width: 767px) {
  .agency-contact-form form input[type="text"],
  .agency-contact-form form input[type="email"],
  .agency-contact-form form textarea {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.agency-contact-form form input[type="text"]:focus,
.agency-contact-form form input[type="email"]:focus,
.agency-contact-form form textarea:focus {
  border-color: #656565;
}
.agency-contact-form form input[type="text"]:focus::-webkit-input-placeholder,
.agency-contact-form form input[type="email"]:focus::-webkit-input-placeholder,
.agency-contact-form form textarea:focus::-webkit-input-placeholder {
  color: #666;
}
.agency-contact-form form input[type="text"]:focus:-moz-placeholder,
.agency-contact-form form input[type="email"]:focus:-moz-placeholder,
.agency-contact-form form textarea:focus:-moz-placeholder {
  color: #666;
}
.agency-contact-form form input[type="text"]:focus::-moz-placeholder,
.agency-contact-form form input[type="email"]:focus::-moz-placeholder,
.agency-contact-form form textarea:focus::-moz-placeholder {
  color: #666;
}
.agency-contact-form form input[type="text"]:focus:-ms-input-placeholder,
.agency-contact-form form input[type="email"]:focus:-ms-input-placeholder,
.agency-contact-form form textarea:focus:-ms-input-placeholder {
  color: #666;
}
.agency-contact-form form input[type="submit"] {
  background: linear-gradient(to bottom, #6fb1f5 0%, #3b97f7 100%);
  box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px;
  width: 100%;
  padding: 18px 20px;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 23px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(106, 132, 158, 0.6);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.agency-contact-form form input[type="submit"]:hover {
  color: #fff;
}

.agency-contact-map {
  margin-top: 120px;
  position: relative;
  height: 450px;
  width: 100%;
}
.agency-contact-map #map {
  height: 450px;
  width: 100%;
}

.agency-alt-hero {
  min-height: 500px;
  position: relative;
  /* background-image: url("../images/unsplash/breather-187923.jpg"); */
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .agency-alt-hero {
    background-position: center center;
    min-height: 270px;
  }
}
.agency-alt-hero:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(85, 93, 107, 0.35);
}
.agency-alt-hero h3 {
  position: relative;
  top: 230px;
  color: #fff;
  text-align: center;
  z-index: 1;
  font-size: 48px;
  font-weight: 500;
  line-height: 43px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .agency-alt-hero h3 {
    font-size: 33px;
    top: 130px;
  }
}

.agency-alt-contact-info {
  padding: 80px 0 90px;
}
@media (max-width: 767px) {
  .agency-alt-contact-info .col-md-4 {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .agency-alt-contact-info .col-md-4 {
    padding-left: 25px;
    /* border-left: 1px solid #ddd; */
    padding-top: 10px;
  }
}
.agency-alt-contact-info h4 {
  font-weight: 400;
}
@media (max-width: 767px) {
  .agency-alt-contact-info h4 {
    font-size: 1.3rem;
  }
}
.agency-alt-contact-info h4 i {
  font-size: 2rem;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.agency-alt-contact-info p {
  font-size: 17px;
}

.agency-alt-map {
  position: relative;
}
.agency-alt-map #map {
  height: 580px;
  width: 100%;
}
.agency-alt-map .location {
  background: #fff;
  padding: 45px 30px;
  max-width: 300px;
  position: absolute;
  z-index: 10;
  top: 90px;
  border-radius: 3px;
  box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.09);
}
@media (max-width: 991px) {
  .agency-alt-map .location {
    max-width: 260px;
  }
}
.agency-alt-map .location h5 {
  margin-bottom: 20px;
  color: #356c9d;
}

#project-hero {
  height: 650px;
  position: relative;
  overflow: hidden;
  /* background: #909396 url("../images/loading-dark.gif") no-repeat center center; */
  background-position: center center;
}
@media (max-width: 767px) {
  #project-hero {
    height: 500px;
  }
}
#project-hero.show .inner-bg {
  opacity: 1;
}
#project-hero .inner-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  /* background-image: url("../images/unsplash/photo-1474843148229-3163319fcc4c.jpg"); */
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#project-hero .inner-bg:after {
  content: '';
  width: 100%;
  height: 100%;
  /* background: rgba(32, 43, 55, 0.4) url("../images/graphics/noise.png"); */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#project-hero .inner-bg img {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}
#project-hero > section {
  position: relative;
  z-index: 999;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -moz-transform: scale(1.13);
  -o-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -webkit-transform: scale(1.13);
  transform: scale(1.13);
}
#project-hero > section.ready {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#project-hero h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  position: relative;
  padding-top: 280px;
  margin: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.14);
  letter-spacing: .3px;
}
@media (max-width: 767px) {
  #project-hero h1 {
    font-size: 30px;
    line-height: 40px;
    padding-top: 200px;
  }
}

#project-intro {
  margin-top: 90px;
  position: relative;
  z-index: 10;
}
#project-intro p {
  font-size: 16px;
  width: 60%;
  margin: auto;
  line-height: 30px;
  text-align: justify;
  color: #555;
  margin-bottom: 19px;
  font-weight: 300;
  font-family: Georgia, "Merriweather", Arial;
}
@media (max-width: 991px) {
  #project-intro p {
    width: 80%;
  }
}
#project-intro .devices {
  margin-top: 90px;
}

#project-showcase {
  background: #F5F8FA;
  padding: 95px 0 80px;
  position: relative;
  top: -40px;
  border-top: 1px solid #E2E6E8;
  border-bottom: 1px solid #E2E6E8;
}
#project-showcase h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 26px;
  margin-top: 30px;
}
#project-showcase p {
  font-size: 16px;
  width: 60%;
  text-align: justify;
  margin: auto;
  line-height: 30px;
  color: #555;
  margin-bottom: 25px;
  font-weight: 300;
  font-family: Georgia, "Merriweather", Arial;
}
@media (max-width: 991px) {
  #project-showcase p {
    width: 80%;
  }
}
#project-showcase .browser {
  margin-top: 80px;
  margin-bottom: 100px;
}
#project-showcase .browser2 {
  margin-top: 80px;
}

#project-bottom {
  margin-top: 30px;
}
#project-bottom .link-to-site {
  text-align: center;
}
#project-bottom .link-to-site a {
  color: #5b8ec1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#project-bottom .link-to-site a:after {
  content: '';
  position: absolute;
  height: 2px;
  background: #5b8ec1;
  width: 0%;
  bottom: -7px;
  left: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#project-bottom .link-to-site a:hover {
  text-decoration: none;
}
#project-bottom .link-to-site a:hover:after {
  width: 100%;
}
#project-bottom .paging {
  padding: 30px 100px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  width: 85%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: -100px;
}
@media (max-width: 767px) {
  #project-bottom .paging {
    width: auto;
    margin-bottom: -50px;
  }
}
@media (max-width: 767px) {
  #project-bottom .paging .previous,
  #project-bottom .paging .next {
    float: none !important;
    text-align: center;
  }
}
#project-bottom .paging a {
  font-family: "Merriweather", Georgia;
  font-style: italic;
  font-size: 15px;
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 767px) {
  #project-bottom .paging a {
    margin-top: 10px;
    display: block;
  }
}
#project-bottom .paging a:hover {
  color: #000;
}

.agency-portfolio-hero {
  margin-top: 100px;
}
.agency-portfolio-hero h1 {
  color: #333;
  text-align: center;
  font-size: 29px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .agency-portfolio-hero h1 {
    font-size: 26px;
  }
}
.agency-portfolio-hero p {
  margin-top: 13px;
  text-align: center;
  font-size: 17px;
  color: #777;
}

.agency-portfolio-gallery {
  margin: 80px auto 0;
  text-align: center;
  max-width: 1400px;
}
.agency-portfolio-gallery .project {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 5px;
}
.agency-portfolio-gallery .project:hover .mask {
  opacity: 1;
}
.agency-portfolio-gallery .project:hover .mask .info {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.agency-portfolio-gallery .project:hover .mask .btn-see-project {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.agency-portfolio-gallery .project:hover .pic {
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.agency-portfolio-gallery .project .mask {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(249, 5, 2, 0.9);
  opacity: 0;
  z-index: 9;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio-gallery .project .mask .info {
  display: block;
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio-gallery .project .mask h3 {
  margin-top: 70px;
  font-size: 23px;
}
.features i {
  color: #f90502;
  font-size: 45px;
}
.agency-portfolio-gallery .project .mask p {
  color: #222;
  font-size: 15px;
  font-weight: 600;
}
.agency-portfolio-gallery .project .mask .btn-see-project {
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #fff;
  padding: 9px 16px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.8px;
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio-gallery .project .pic {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 300px;
  width: 100%;
  float: left;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.agency-portfolio-cta {
  margin-top: 100px;
  text-align: center;
  margin-bottom: -50px;
}
.agency-portfolio-cta h3 {
  font-size: 28px;
  color: #4a5969;
}
@media (max-width: 767px) {
  .agency-portfolio-cta h3 {
    font-size: 25px;
  }
}
.agency-portfolio-cta p {
  font-size: 16px;
  color: #7B899E;
  margin-top: 18px;
  line-height: 28px;
}

.agency-start-project-intro {
  margin-top: 80px;
}
.agency-start-project-intro h3 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #57616B;
}
@media (max-width: 767px) {
  .agency-start-project-intro h3 {
    font-size: 25px;
  }
}
.agency-start-project-intro p {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  text-align: center;
  width: 70%;
  margin: 20px auto 0;
  color: #61686E;
}
@media (max-width: 767px) {
  .agency-start-project-intro p {
    width: auto;
    font-size: 15px;
  }
}

.agency-start-project-form form {
  width: 550px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .agency-start-project-form form {
    width: 100%;
  }
}
.agency-start-project-form form h3 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 40px;
}
.agency-start-project-form form p {
  margin-bottom: -5px;
  color: #5f748c;
}
.agency-start-project-form form input[type="text"],
.agency-start-project-form form input[type="email"],
.agency-start-project-form form textarea {
  font-size: 17px;
  margin-top: 20px;
  outline: none;
  color: #666;
  background: white;
  padding: 18px 20px;
  border: 1px solid #cbcdd2;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.agency-start-project-form form input[type="text"]::-webkit-input-placeholder,
.agency-start-project-form form input[type="email"]::-webkit-input-placeholder,
.agency-start-project-form form textarea::-webkit-input-placeholder {
  color: #B8BBC7;
}
.agency-start-project-form form input[type="text"]:-moz-placeholder,
.agency-start-project-form form input[type="email"]:-moz-placeholder,
.agency-start-project-form form textarea:-moz-placeholder {
  color: #B8BBC7;
}
.agency-start-project-form form input[type="text"]::-moz-placeholder,
.agency-start-project-form form input[type="email"]::-moz-placeholder,
.agency-start-project-form form textarea::-moz-placeholder {
  color: #B8BBC7;
}
.agency-start-project-form form input[type="text"]:-ms-input-placeholder,
.agency-start-project-form form input[type="email"]:-ms-input-placeholder,
.agency-start-project-form form textarea:-ms-input-placeholder {
  color: #B8BBC7;
}
@media (max-width: 767px) {
  .agency-start-project-form form input[type="text"],
  .agency-start-project-form form input[type="email"],
  .agency-start-project-form form textarea {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.agency-start-project-form form input[type="text"]:focus,
.agency-start-project-form form input[type="email"]:focus,
.agency-start-project-form form textarea:focus {
  border-color: #656565;
}
.agency-start-project-form form input[type="text"]:focus::-webkit-input-placeholder,
.agency-start-project-form form input[type="email"]:focus::-webkit-input-placeholder,
.agency-start-project-form form textarea:focus::-webkit-input-placeholder {
  color: #666;
}
.agency-start-project-form form input[type="text"]:focus:-moz-placeholder,
.agency-start-project-form form input[type="email"]:focus:-moz-placeholder,
.agency-start-project-form form textarea:focus:-moz-placeholder {
  color: #666;
}
.agency-start-project-form form input[type="text"]:focus::-moz-placeholder,
.agency-start-project-form form input[type="email"]:focus::-moz-placeholder,
.agency-start-project-form form textarea:focus::-moz-placeholder {
  color: #666;
}
.agency-start-project-form form input[type="text"]:focus:-ms-input-placeholder,
.agency-start-project-form form input[type="email"]:focus:-ms-input-placeholder,
.agency-start-project-form form textarea:focus:-ms-input-placeholder {
  color: #666;
}
.agency-start-project-form form textarea {
  font-size: 16px;
}
.agency-start-project-form form input[type="submit"] {
  background: linear-gradient(to bottom, #6fb1f5 0%, #3b97f7 100%);
  box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px;
  width: 100%;
  padding: 18px 20px;
  text-align: center;
  outline: none;
  border: none;
  margin-top: 23px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(106, 132, 158, 0.6);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.agency-start-project-form form input[type="submit"]:hover {
  color: #fff;
}

.agency-start-city-bg {
  /* background: url("../images/graphics/city-bw.jpg"); */
  height: 370px;
  margin-bottom: -200px;
  margin-top: -60px;
  background-size: cover;
  background-position: center center;
}


.index-photography-feature .bg-img{
  cursor: pointer;
}
/*# sourceMappingURL=theme.css.map */

@media (max-width: 992px) {
  .navbar-brand{
      width: 50%;
  }
}

form #website {
display:none;
}