/*
Theme Name: SOGO Child
Theme URI: http://sogo.co.il/
Template:   sogo
Author: Oren Havshush
Author URI: https://sogo.co.il/
Description: SOGO child theme
Version: 1.0
License: Commercial Use only
License URI: Commercial Use only
Text Domain: sogo
*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic';
/*  variables.less  */
@media only screen and (max-width: 750px) {
    ol {
    list-style-type: decimal !important;
  }
}
ol li {
  line-height: 2;
  font-size: 24px;
}
ul {
  font-size: 21px;
  font-weight: 200;
}
.bg-page-gray {
  background:#ededed;
}
.wp-video {
  margin: 0 auto;
}
.title-family {
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
}
.light-gray {
  color: #eeefec;
}
.bg-light-gray {
  background: #eeefec;
}
.light-blue {
  color: #2acecd;
}
.bg-light-blue {
  background: #2acecd;
}
.dark-gray {
  color: #3c4553;
}
.orange {
  color: #f39900;
}
.bg-orange {
  background: #f39900;
}
.light-yellow {
  color: #fae111;
}
.bg-light-yellow {
  background: #fae111;
}
.white {
  color: #fff;
}
.yellow {
  color: #fac109;
}
.bg-yellow {
  background: #fac109;
}
.bg-light-gray{
  background-color: #FAC311;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.thin {
  font-weight: 100;
}
.bold-100 {
  font-weight: 100;
}
.font-18 {
  font-size: 18px;
}
.font-36 {
  font-size: 36px;
}
.font-50 {
  font-size: 44px;
}
@media (min-width: 992px) {
  .font-50 {
    font-size: 50px !important;
  }
}
.font-100 {
  font-size: 100px;
}
.circle-subjects {
  width: 50px;
  display: inline-block;
  height: 50px;
  border-radius: 50%;
  margin: 0 9px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
.circle-subjects-small {
  font-size: 12px;
}
.rotate-down {
  -ms-transform: rotate(2deg);
  /* IE 9 */
  -webkit-transform: rotate(2deg);
  /* Chrome, Safari, Opera */
  transform: rotate(2deg);
  color:white;
}
.rotate-up {
  -ms-transform: rotate(-2deg);
  /* IE 9 */
  -webkit-transform: rotate(-2deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-2deg);
}
.half-rotation {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.out-side-left {
  margin-left: -100px;
}
.in-block {
  display: inline-block;
}
.block {
  display: block;
}
.half {
  width: 50%;
}
.blog-float-right {
  float: right;
  margin-left: 30px;
  padding-bottom: 60px;
  margin-top: 100px;
}
.blog-float-left {
  float: left;
  margin-right: 30px;
  padding-bottom: 60px;
  margin-top: 100px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.float-right-margin {
  float: right;
  margin-left: 130px;
  padding-bottom: 60px;
}
.float-left-margin {
  float: left;
  margin-right: 130px;
  padding-bottom: 60px;
}
.line-height-1 {
  line-height: 1.2;
}
.opacity {
  opacity: 1 !important;
}
.btn {
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  border: 5px solid #fff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.333;
  color: #fff;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .btn {
    margin: 40px 0;
    font-size: 36px;
  }
}
.btn:hover {
  background-color: #2acecd;
  color: #fff;
}
.title-like {
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  border-width: 6px;
  border-color: #2acecd;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0);
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  width: 95%;
  display: inline-block;
  line-height: 1.2;
  padding: 10px 10px 5px;
  -ms-transform: rotate(-18deg);
  /* IE 9 */
  -webkit-transform: rotate(-18deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-18deg);
  position: absolute;
  top: -200px;
  left: 0;
}
@media (min-width: 768px) {
  .title-like {
    left: 130px;
    width: 485px;
  }
}
@media (min-width: 992px) {
  .title-like {
    top: -55px;
    position: relative;
    font-size: 44px;
    float: right;
    right: auto;
    left: -20px;
  }
}
@media (min-width: 1170px) {
  .title-like {
    right: auto;
    left: -250px;
  }
}
      
 
          
@media (max-width: 991px) {
  .title-like span {
    font-size: 35pt !important;
  }
}
@media (max-width: 1024px) {
  .sm-pb-160 {
    padding-bottom: 150px;
  }
}
          
@media only screen and (min-width: 762px) {
.no-links h1 {
    width: 80%;
}
}   
              
.margin-left-20 {
  margin-left: 20px;
}
/* animate.less */
.vis-hidden {
  visibility: hidden;
}
.z-index-high {
  z-index: 999999 !important;
}
.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;
  animation-delay: 2s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}


@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* end animate.less */
/* acquisition.less */
#aqusistion-floor-2 {
  margin: 50px 0;
}
/* end acquisition.less */
/* clients.less */
#clients-floor-1 {
  background: #fac109;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  #clients-floor-1 {
    padding-bottom: 30px;
    margin-bottom: 90px;
  }
}
#clients-floor-1 .title-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  #clients-floor-1 .title-wrapper h1 {
    font-size: 56px;
    text-align: left;
  }
}
#clients-floor-1 .btn {
  margin-top: -20px;
}
@media (max-width: 480px) {
  #clients-floor-1 .btn {
    float: none;
  }
}
@media (min-width: 768px) {
  #clients-floor-1 .btn {
    margin-top: 0;
    position: relative;
    top: 10px;
  }
}
#clients-floor-1 .case-btn-wrapper {
  position: relative;
  top: 20px;
}
@media (min-width: 768px) {
  #clients-floor-1 .case-btn-wrapper {
    top: 50px;
  }
}
#clients-floor-2 {
  padding-top: 75px;
}
#clients-floor-2 .case-study-title-wrapper {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  #clients-floor-2 .case-study-title-wrapper {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  #clients-floor-2 .case-study-title-wrapper h1 {
    margin-bottom: 30px;
  }
}
/* end clients.less */
/*  optimization.less*/
#optimization-floor-1 .three-bulletin {
  padding-top: 40px;
}
@media (min-width: 992px) {
  #optimization-floor-1 .three-bulletin {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #optimization-floor-1 ul {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 40px 0;
  }
  #optimization-floor-1 ul li {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #optimization-floor-1 .wp-video {
    width: 49% !important;
  }
}
@media (min-width: 1200px) {
  #optimization-floor-1 .wp-video {
    display: inline-block;
  }
}
#optimization-floor .three-bulletin {
  padding-top: 40px;
}
#optimization-floor-2 .standard {
  margin-bottom: 0;
  margin-top: 100px;
}
#optimization-floor-2 .title-h2-bg {
  margin-top: 70px;
}
#optimization-floor-2 .unique {
  font-size: 18px;
  color: #9d9d9d;
  font-style: italic;
}
#optimization-floor-3,
#optimization-floor-4,
#optimization-floor-5,
#optimization-floor-6 {
  padding: 35px 0 25px;
}
#optimization-floor-5,
#optimization-floor-2 {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #optimization-floor-5,
  #optimization-floor-2 {
    padding-bottom: 0;
  }
}.blog-box h1
/*  end optimization.less*/
/* about.less */
#about-floor-1 {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  #about-floor-1 h1:before {
    content: "";
    background: url("images/lamp-icon.png") no-repeat;
    position: absolute;
    width: 87px;
    height: 144px;
    left: 0;
    top: -14px;
  }
}
#about-floor-1 h1 {
  padding-left: 0;
}
@media (min-width: 992px) {
  #about-floor-1 h1 {
    text-align: left;
    padding-left: 120px;
    margin-bottom: 40px;
  }
}
#about-floor-1 p {
  padding: 10px 0 120px;
}
@media (min-width: 992px) {
  #about-floor-1 p {
    padding: 50px 0 120px;
  }
}
@media (min-width: 1170px) {
  #about-floor-1 p {
    padding: 30px 0 120px;
  }
}
.title-wrapper h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .title-wrapper h1 {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  .title-wrapper h1 {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  #about-floor-4 img {
    margin-left: -150px;
  }
}
.img-center-wrapper {
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .img-center-wrapper {
    margin-bottom: 50px;
    margin-top: 70px;
  }
}
/* end about.less */
/* ppc page */
#position-floor-1 h1 {
  padding: 0;
}
#position-floor-1 .title-wrapper {
  padding: 30px 0 120px;
}
#position-floor-2 .entry-content h2 {
  background: #fac109;
}
#ppc-floor-2,
#position-floor-2 {
  padding-top: 60px;
}
@media (min-width: 992px) {
  #ppc-floor-2,
  #position-floor-2 {
    padding-top: 120px;
  }
}
#seo-floor-2 {
  padding-top: 75px;
}
/* social-media.less */
@media (min-width: 992px) {
  #social-floor-2 {
    padding: 100px 0 50px;
  }
}
#social-floor-3 img {
  margin-top: 0px;
}
/* end social-media.less */
/* 404.less */
.error-page {
  background-image: url("images/404-page.jpg");
  height: calc(100vh - 100px);
  height: -moz-calc(100vh - 100px);
  height: -webkit-calc(100vh - 100px);
  height: -o-calc(100vh - 100px);
  background-size: cover;
}
.error-page .rotate-up {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.error-wrapper h1 {
  padding-left: 0;
  margin: 0;
}
.error-wrapper .error-number {
  display: block;
  font-size: 120px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: bold;
}
@media (min-width: 992px) {
  .error-wrapper .error-number {
    font-size: 100px;
  }
}
.error-wrapper .title-h2-bg {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 992px) {
  .error-wrapper .title-h2-bg {
    margin-left: -70px;
  }
}
.error-wrapper .title-h2-bg .normal {
  margin-left: 0px;
  font-weight: 100;
  font-size: 36px;
}
.back-to {
  font-size: 24px;
  margin-top: 100px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .back-to {
    margin-top: 200px;
  }
}
.back-to .blog-btn-wrapper {
  text-align: center;
}
.back-to .blog-btn-wrapper .circle-subjects {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 30px;
  white-space: nowrap;
}
/* mixin.less */
/* end mixin.less */
/* mobile-menu.css */
@media (max-width: 991px) {
  .navbar {
    border: none;
  }
  #fp-nav {
    display: none;
  }
  #page {
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
  }
  #main-header {
    width: 100%;
    top: 0;
    left: 0;
    height: 57px;
    z-index: 999999;
    background: #fcfcfc;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  #main-header #open-nav {
    background: transparent;
    margin: 0;
    float: left;
    border-radius: 0;
    padding-left: 22px;
  }
  #main-header #open-nav .icon-bar {
    background: #ffffff;
    width: 45px;
    height: 5px;
    margin-bottom: 6px;
  }
  .primary-navigation-collapse {
    transform: translate3d(-100%, 0, 0) !important;
    -o-transform: translate3d(-100%, 0, 0) !important;
    -ms-transform: translate3d(-100%, 0, 0) !important;
    -moz-transform: translate3d(-100%, 0, 0) !important;
    -webkit-transform: translate3d(-100%, 0, 0) !important;
    position: fixed;
    left: 0;
    text-align: left;
    width: 55%;
    height: 100vh;
    background: #fac211;
    padding-top: 0;
    top: 0;
  }
  .primary-navigation-collapse .menu-primary-menu-container li {
    line-height: 40px;
  }
  .primary-navigation-collapse .menu-primary-menu-container li a {
    font-size: 1em;
    color: #373837;
  }
  .push-nav #section_top_nav {
    display: block !important;
    height: 0;
    min-height: 0;
  }
  .push-nav #main-header {
    transform: translate3d(55%, 0, 0) !important;
    -o-transform: translate3d(55%, 0, 0) !important;
    -ms-transform: translate3d(55%, 0, 0) !important;
    -moz-transform: translate3d(55%, 0, 0) !important;
    -webkit-transform: translate3d(55%, 0, 0) !important;
    position: fixed;
    height: 56px;
  }
  .push-nav > #page {
    box-shadow: 2px 1px 12px #373837;
    margin-top: 50px;
  }
  .push-nav > #page:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .push-nav > #page .navbar-toggle {
    background: #373837;
    padding: 20px 15px;
    margin: 0;
    position: absolute;
    border-radius: 0;
    left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .primary-navigation-collapse {
    width: 35%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .push-nav #main-header {
    transform: translate3d(35%, 0, 0) !important;
    -o-transform: translate3d(35%, 0, 0) !important;
    -ms-transform: translate3d(35%, 0, 0) !important;
    -moz-transform: translate3d(35%, 0, 0) !important;
    -webkit-transform: translate3d(35%, 0, 0) !important;
  }
}
.push-nav .btn-medium {
  padding: 0 59px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .push-nav .btn-medium {
    padding: 0 98px;
  }
}
.push-nav .mobile-white {
  background: #fff;
}
.push-nav #main-header {
  box-shadow: none;
}
.push-nav #main-header .navbar-toggle {
  padding: 13px;
  box-shadow: 2px 1px 12px #373837;
}
.push-nav #logo {
  display: none;
}
.push-nav .social_link_wrapper {
  display: block;
  position: fixed;
  z-index: 9;
  left: 0;
  text-align: center;
  width: 55vw;
  top: 70vh;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (min-width: 768px) {
  .push-nav .social_link_wrapper {
    width: 37vw;
  }
}
.push-nav .social_link_wrapper li {
  border: none;
}
.push-nav .social_link_wrapper li a {
  padding: 0 20px;
}
.push-nav .social_link_wrapper li a i {
  color: #2acecd;
}
@media (min-width: 992px) {
  .push-nav .social_link_wrapper {
    width: 55vw;
  }
}
.push-nav .social_link_wrapper ul {
  text-align: center;
}
.push-nav.scrollActive #main-header #primary-navigation a {
  line-height: 40px;
}
.push-nav.scrollActive #main-header .social-navigation .menu-top-social-menu-container {
  padding: 0;
}
/* flip-mobile-btn */
#open-nav {
  border: none;
}
#open-nav .icon-bar {
  transition: all 1.0s;
}
.push-nav #open-nav .top-bar {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 20% 10%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 19% 10%;
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transform-origin: 19% 10%;
}
.push-nav #open-nav .middle-bar {
  opacity: 0;
}
.push-nav #open-nav .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -ms-transform-origin: 10% 90%;
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 10% 90%;
  /* Chrome, Safari, Opera */
}
#open-nav .top-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
}
#open-nav .middle-bar {
  opacity: 1;
}
#open-nav .bottom-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
}
/* entry-content.less */
.entry-content {
  margin: 20px 0;
}
.entry-content p {
  font-size: 18px;
  color: #5c5c5c;
  margin: 15px 0;
  padding-bottom: 20px;
}
.entry-content h2 {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  letter-spacing: 1px;
  margin-top: 0;
  padding: 5px;
  margin-bottom: 0;
  background: #f39900;
}
@media (min-width: 992px) {
  .entry-content h2 {
  padding: 5px 50px 5px 50px;
  font-size: 24px;
  display: inline-block;
  }
}
.entry-content h2:before {
  content: "";
  margin-bottom: 25px;
  margin-top: 40px;
  background: red;
}
@media (min-width: 992px) {
  .entry-content h2:before {
  }
}
.entry-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.entry-content ul li {
  font-size: 18px;
  line-height: 1.571;
  color: #5c5c5c;
  font-weight: 200;
  padding-left: 20px;
  position: relative;
  padding-bottom: 40px;
}
.entry-content ul li:before {
  position: absolute;
  left: 0;
  
  color: #2acecd;
}
.entry-content ol {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}
.entry-content ol > li {
  counter-increment: step-counter;
  font-size: 18px;
  line-height: 1.2;
}
.entry-content ol li {
  font-size: 18px;
  font-weight: 200;
  padding-left: 30px;
}
.entry-content ol li ul {
  padding-top: 10px;
}
.entry-content ol li ul li {
  padding-bottom: 5px;
}
.entry-content ol > li:before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 34px;
  color: #c5e5e5;
  font-weight: 900;
  padding: 3px 8px;
  position: relative;
  top: 6px;
  min-width: 40px;
  text-align: center;
  display: inline-block;
  margin-left: -36px;
}
@media (max-width: 768px) {
  .entry-content ul li {
  font-size: 15px;
}
}                                                                                                                                                                 
@media (min-width: 992px) {
  .entry-content ol > li:before {
    margin-left: -47px;
  }
}
.entry-content .alignright {
  float: right;
}
@media (min-width: 768px) {
  .entry-content .alignright {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .entry-content .alignright {
    margin-left: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .entry-content .alignright {
    margin-top: -30px;
  }
}
.entry-content .alignleft {
  float: left;
}
@media (min-width: 768px) {
  .entry-content .alignleft {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .entry-content .alignleft {
    margin-right: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .entry-content .alignleft {
    margin-top: -30px;
  }
}
ol {
  margin-left: 20px;
  padding: 0;
  list-style-type: none;
}
ol > li {
  counter-increment: step-counter;
  font-size: 21px;
  line-height: 1.2;
  margin-left: 20px;
  line-height: 35px;
}
ol li {
  font-size: 18px;
  font-weight: 200;
  position: relative;
}
ol li ul {
  margin-left: -98px;
}
ol li ul li:before {
  margin-left: 56px;
}
ol > li:before {
  content: counter(step-counter);
  font-size: 30px;
  color: #c5e5e5;
  font-weight: 900;
  position: absolute;
  top: 3px;
  min-width: 50px;
  text-align: left ;
  display: inline-block;
  left: -45px;
}
/* end entry-content.less */
/* aside.less */
aside {
  display: none;
}
@media (min-width: 992px) {
  aside {
    display: block;
  }
}
/* end aside.less */
/* search.less */
#searchform label {
  display: none;
}
#searchform input {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding-left: 35px;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  #searchform input {
    width: 280px;
  }
}
#searchform #searchsubmit {
  margin: 0;
  text-indent: -999999px;
  width: 35px;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background: url("images/magnified.png") no-repeat;
  background-position: 50% 50%;
  box-shadow: none;
}
.search-wrapper {
  display: inline-block;
  position: relative;
  float: right;
  width: 100%;
}
@media (min-width: 992px) {
  .search-wrapper {
    width: 280px;
  }
}
/* end search.less */
/* single.less */
.no-links .blog-content-full {
  width: 100%;
}
@media (min-width: 768px) {
  .no-links .blog-content-full {
  width: 69%;
}
}                                                                                                                                                                                                                                                                                                                                           
.no-links .blog-content-full .under-line {
  position: relative;
  padding-bottom: 50px;
  padding-top: 10px;
}
.no-links .blog-content-full .under-line:after {
  content: "";
  background: url("images/gradient-line.png");
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.facebook-comments-wrapper {
  padding-top: 50px;
}
/* end single.less */
/* blog.less */
#blog-floor-1 {
  position: relative;
}
#blog-floor-1 h1 {
  padding-left: 0;
  display: inline-block;
  font-size: 100px;
}
@media (min-width: 768px) {
  #blog-floor-1 h1 {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  #blog-floor-1 h1 {
    font-size: 70px;
  }
}
@media (min-width: 374px) {
  #blog-floor-1 h1:after {
    content: "";
    background: url("images/blog-baloon.png");
    width: 206px;
    right: -129px;
    height: 148px;
    top: -25px;
    position: absolute;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  #blog-floor-1 h1:after {
    right: auto;
  }
}
@media (max-width: 991px) {
  #blog-floor-1 .title-wrapper {
    text-align: left;
  }
}
#blog-floor-1 .animal-icon-wrapper {
  left: 100px;
}
.blog-btn-wrapper {
  margin: 15px 0 0;
  text-align: right;
}
.blog-btn-wrapper a {
  text-align: center;
}
.blog-box {
  padding: 50px 0 0 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .blog-box {
    overflow: inherit;
    display: inline-block;
  }
}
@media (min-width: 1170px) {
  .blog-box {
    padding: 45px 0 60px 100px;
  }
}
.blog-box button {
  margin: 0;
}
@media (min-width: 992px) {
  .blog-box article {
    max-height: 405px;
  }
}
.blog-box .circle-subjects {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.blog-box .date,
.blog-box .author {
  line-height: 1;
  margin: 5px 0;
  font-size: 14px;
}
.blog-box .author {
  font-style: italic;
}
.blog-box h1 {
  font-size: 19px;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  color: #4e4e4d;
  font-weight: bold;
  line-height: 1.167;
  letter-spacing: 1px;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .blog-box h1 {
   font-size: 20px;
  }
}
@media (min-width: 1170px) {
  .blog-box h1 {
    font-size: 39px;
    border-bottom: 3px solid #2acecd;
  }
}
.blog-box h1:hover {
  color: #A0A0A0;
}
.blog-box .thumbnail-wrapper {
  margin-right: 20px;
  margin-top: 20px;
}
.blog-box .meta-content {
  height: 30px;
  border-top: 3px solid #2acecd;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .blog-box .meta-content {
    margin-top: 0;
    height: 65px;
  }
}
@media (min-width: 1170px) {
  .blog-box .meta-content {
    border-top: none;
  }
}
.blog-box .meta-content span {
  margin: 10px 0 0 0;
}
.blog-box .meta-content span a {
  font-size: 12px;
  display: block;
  color: #fff;
}
@media (min-width: 1170px) {
  .blog-box .blog-content-wrapper {
    margin-left: 132px;
  }
}
.blog-box .blog-content p {
  margin-top: 35px;
  margin-bottom: 0;
  font-weight: 100;
}
@media (min-width: 992px) {
  .blog-box .blog-content p {
    max-height: 160px;
    margin-top: 0;
    overflow: hidden;
  }
}
.blog-box a {
  margin: 0;
  font-weight: 300;
}
.blog-box .back:hover {
  background-color: #f39900;
}
.blog-box p {
  font-size: 18px;
  font-weight: 200;
}
.blog-box .article-link-wrapper {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .blog-box .article-link-wrapper {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.blog-box .article-link-wrapper span {
  font-size: 16px;
  margin: 0 2%;
}
@media (min-width: 768px) {
  .blog-box .article-link-wrapper span {
    font-size: 24px;
    margin: 0 10%;
  }
}
@media (min-width: 992px) {
  .blog-box .article-link-wrapper span {
    margin: 0 35px;
  }
}
@media (max-width: 768px) {
  .blog-box p {
    font-size: 15px;
    font-weight: 200;
}
}                                                                                                                             
                                                                                                                              
.blog-rows-wrapper .row:nth-child(even) {
  background: #eeefec;
}
.widget-wrapper {
  min-height: 515px;
  max-height: 515px;
  padding-top: 50px;
  display: inline-block;
  width: 100%;
  border-left: 1px solid #dcdbd9;
}
.widget-wrapper .normal-numbers {
  text-align: left;
  margin-left: 50px;
}
.widget-wrapper .normal-numbers li {
  font-size: 21px;
  line-height: 40px;
  padding-bottom: 0px;
  position: relative;
}
.widget-wrapper .normal-numbers a {
  color: #000;
}
.widget-wrapper .normal-numbers li:before {
  content: counter(step-counter) ". ";
  color: #000;
  padding: 0;
  min-width: 15px;
  top: 2px;
  font-size: 21px;
  left: -40px;
  position: absolute;
}
.widget-wrapper h2 {
  font-size: 26px;
}
/* end blog.less */
/*  slider.less */
#gallery {
  padding: 10px 0 0;
}
@media (min-width: 992px) {
  #gallery {
    padding: 70px 0 0;
  }
}
#gallery .bx-wrapper img {
  margin-bottom: 5px;
}
#gallery .bx-controls.bx-has-controls-direction {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  z-index: 9999;
  width: 100%;
}
@media (min-width: 992px) {
  #gallery .bx-controls.bx-has-controls-direction {
    margin-top: -36px;
  }
}
#gallery .bx-next {
  right: 5px;
  background: url("images/arrow-right-mobile.png");
  background-repeat: no-repeat;
  width: 60px;
  height: 90px;
}
@media (min-width: 992px) {
  #gallery .bx-next {
    background: url("images/arrows-gallery2.png");
    width: 53px;
    height: 62px;
  }
}
#gallery .bx-prev {
  left: 5px;
  background: url("images/arrow-left-mobile.png");
  background-repeat: no-repeat;
  width: 60px;
  height: 90px;
}
@media (min-width: 992px) {
  #gallery .bx-prev {
    background: url("images/arrows-gallery.png");
    width: 53px;
    height: 62px;
  }
}
#gallery .bx-wrapper .bx-viewport {
  border: none;
  left: 0;
}
#gallery .bx-wrapper .bx-controls-direction a {
  margin-top: 0;
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: block !important;
}
/*  end slider.less*/
/* seo.less */
#seo-floor-3 {
  padding-top: 30px;
}
#seo-floor-3 .blue-bulletin {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
}
#seo-floor-3 .blue-bulletin li {
  list-style: none;
}
#seo-floor-3 .blue-bulletin > li {
  color: #3c4553;
  font-weight: 500;
}
#seo-floor-3 .blue-bulletin > li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  color: #2acecd;
  /* or whatever color you prefer */
  font-size: 10px;
  position: relative;
  right: 30px;
  bottom: 3px;
  left: auto;
}
#seo-floor-3 .blue-bulletin > li ul {
  padding-left: 20px;
}
#seo-floor-3 .blue-bulletin > li ul li:before {
  content: '';
}
#seo-floor-3 a {
  position: absolute;
  bottom: -105px;
  right: 50%;
  margin-right: -110px;
  padding: 10px 20px;
}
#seo-floor-3 P {
  padding-bottom: 40px;
}
#seo-floor-3 .ad-services {
  color: white;
  text-transform: uppercase;
  background: #2acecd;
  font-weight: normal;
  padding-top: 7px;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 45px;
  padding-right: 140px;
}
#seo-floor-4 {
  padding-top: 30px;
}
.contact:hover {
  background-color: #2acecd;
  color: #fff;
}
/* end seo.less */
/* defualt.less */
#default-floor-2 {
  padding: 85px 0 40px;
}
/* end defualt.less */
/* careers.less */
#career-floor-1 h1 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #career-floor-1 h1 {
    margin-top: 50px;
    padding-left: 60px;
  }
}
#career-floor-1 .title-family {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #career-floor-1 .title-family {
    margin-bottom: 100px;
  }
}
.left-content {
  position: absolute;
  left: -60px;
  top: 150px;
}
@media (min-width: 992px) {
  .left-content {
    left: -65px;
  }
}
@media (min-width: 1170px) {
  .left-content {
    left: -130px;
  }
}
.left-content:after {
  content: "";
  background: url("images/blue-animal.png");
  width: 245px;
  height: 262px;
  position: absolute;
  bottom: 30px;
  right: -150px;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.left-content h2 {
  letter-spacing: 10px !important;
}
#career-floor-2 {
  padding-top: 100px;
}
@media (min-width: 992px) {
  #career-floor-2 {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  #career-floor-2 h2 {
    margin-top: 120px;
  }
}
#career-floor-4 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 1000px;
}
@media (min-width: 768px) {
  #career-floor-4 {
    min-height: 2200px;
    background-size: auto;
  }
}
@media (min-width: 992px) {
  #career-floor-4 {
    min-height: 900px;
    background-size: contain;
  }
}
@media (min-width: 1400px) {
  #career-floor-4 {
    min-height: 900px;
    background-size: contain;
  }
}
.black-title-box {
  margin: 0 auto 40px;
}
@media (min-width: 1170px) {
  .black-title-box {
    margin: 0 auto 75px;
    width: 350px;
  }
}
@media (min-width: 992px) {
  .career-btn-wrapper {
    text-align: right;
    margin-right: 50px;
  }
}
.career:hover {
  background-color: #f39900;
  color: #fff;
}
/* end careers.less */
/* case-study.less */
#case-study-floor-1 .title-wrapper {
  padding: 30px 0 100px;
}
@media (min-width: 992px) {
  #case-study-floor-1 .title-wrapper {
    padding: 30px 0 130px;
  }
}
#case-study-floor-2 {
  padding: 40px 0;
}
@media (min-width: 992px) {
  #case-study-floor-2 {
    padding: 90px 0 50px;
  }
}
#case-study-floor-5 p {
  margin-bottom: 70px;
}
#case-study-floor-5 p:last-child {
  margin-bottom: 0;
}
#case-study-floor-6 p {
  margin-bottom: 70px;
}
#case-study-floor-6 p:last-child {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .case-btn-wrapper {
    text-align: center;
    margin: -30px 0 90px;
  }
}
.case-btn-wrapper a:hover {
  background-color: #fac109;
  color: #fff;
}
.case-study-bg {
  width: 100%;
  background-color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .case-study-bg:before {
    width: 100%;
    height: 535px;
    bottom: 0;
    background: #eeefec;
    position: absolute;
    z-index: -1;
    left: 0;
    content: '';
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .case-study-bg:before {
    height: 400px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .case-study-bg:before {
    height: 300px;
  }
}
.case-study-box p {
  line-height: 1.5;
  font-size: 21px;
  margin: 15px 0 35px;
  font-weight: 200;
}
@media (min-width: 992px) {
  .case-study-box p {
    margin: 15px 0 0;
  }
}
.case-content-wrapper button {
  margin: 40px 0 70px;
}
@media (min-width: 992px) {
  .case-content-wrapper button {
    margin: 20px 0 35px;
  }
}
.case-content-wrapper button span {
  font-size: 38px;
}
@media (min-width: 992px) {
  .case-content-wrapper button span {
    font-size: 46px;
  }
}
.case-logo-wrapper {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cases-wrapper .case-study-bg-box-wrapper:not(:first-child) {
    margin-top: 75px;
  }
}
@media (min-width: 992px) {
  .case-study-bg-box-wrapper {
    padding-bottom: 50px;
  }
}
#clients-floor-2 .blog-btn-wrapper {
  text-align: center;
}
.ri-grid {
  max-width: 100%;
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
  .ri-grid ul li a {
    box-shadow: 0 1px 5px gray;
  }
}
@media (max-width: 991px) {
  .case-content-wrapper .case-study-text:nth-child(even) {
    background-color: #eeefec;
    margin: 0 -15px;
    padding: 1px 15px 15px;
  }
}
@media (min-width: 992px) {
  .case-content-wrapper .case-study-text:nth-child(odd) {
    position: relative;
    bottom: 60px;
  }
}
@media (min-width: 992px) {
  .case-content-wrapper .btn-case {
    position: relative;
    top: 40px;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .title-like + a {
    float: none;
  }
}
@media (max-width: 480px) {
  .text-center-480 {
    text-align: center;
  }
}
/* end case-study.less */
/* forms.less */
.contact-us-wrapper {
  background-color: #FADB11;
  box-sizing: border-box;
  padding: 20px 30px 20px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  .contact-us-wrapper {
    padding: 20px 30px 40px;
    max-width: 680px;
    margin-bottom: -50px;
    max-height: 460px;
    background-color: #FCD866
  }
}
input {
  width: 100%;
  display: inline-block;
  margin-right: 45px;
  margin-bottom: 25px;
  height: 40px;
  border-width: 1px;
  border-color: #acacac;
  border-style: solid;
  background-color: #ffffff;
  box-shadow: 0px 2px 0.97px 0.03px rgba(0, 0, 0, 0.31);
  padding-left: 20px;
  line-height: 40px;
}
@media (min-width: 992px) {
  input {
    width: 175px;
  }/*wrapper*/
}
input[name='email'] {
  margin-right: 0;
}
input[type='submit'] {
  padding: 0 10px;
  margin-bottom: 20px;
  background: #2acecd;
  width: auto;
  height: auto;
}
@media (min-width: 992px) {
  input[type='submit'] {
    margin-bottom: 100px;
    float: right;
  }
}
input[type='submit']:hover {
  background-color: #f39900;
}
textarea {
  width: 100%;
  height: 150px;
  padding-left: 15px;
  padding-top: 15px;
  border-width: 1px;
  border-color: #acacac;
  border-style: solid;
  background-color: #ffffff;
  box-shadow: 0px 2px 0.97px 0.03px rgba(0, 0, 0, 0.31);
  margin-bottom: -1.8%
}
::-webkit-input-placeholder {
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  font-size: 20px;
  color: #d7d7d7;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  font-size: 20px;
  color: #d7d7d7;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  font-size: 20px;
  color: #d7d7d7;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  font-size: 20px;
  color: #d7d7d7;
  text-transform: uppercase;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  font-size: 11px !important;
  bottom: -30px;
}
div.wpcf7-response-output {
  position: absolute;
  bottom: -50px;
  margin: 2em 0 1em !important;
}
div.wpcf7-validation-errors {
  border: none !important;
  color: red;
  position: absolute;
  bottom: 40px;
  left: 20px;
  font-size: 12px;
  padding: 0;
  margin: 0 !important;
}
@media (min-width: 768px) {
  div.wpcf7-validation-errors {
    bottom: 50px;
    font-size: 14px;
  }
}
/* end forms.less */
/* contact.less */
#contact-floor-1 {
  line-height: 1.2;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  #contact-floor-1 {
    margin-bottom: 0;
  }
}
#contact-floor-1 h1 {
  margin-bottom: 30px;
}
.contact-us-info {
  padding-top: 88px;
  position: absolute;
  margin: 0 10px;
}
@media (min-width: 1600px) {
  .contact-us-info {
    right: -250px;
    background: #fcd867;
    top: 50%;
    margin-top: -150px;
  }
}
.contact-us-info span {
  display: block;
  font-size: 30px;
  color: #6a6a69;
}
.contact-us-info span i {
  transform: rotate(20deg);
}
#contact-floor-2 {
  margin-top: 10px;
}
.directions-wrapper {
  padding-bottom: 80px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .directions-wrapper {
    float: left;
    padding-bottom: 20px;
    width: 230px;
  }
}
@media (min-width: 1200px) {
  .directions-wrapper {
    padding-top: 0;
  }
}
.directions-wrapper a {
  margin-right: 20px;
}
.directions-title {
  font-size: 32px;
  TEXT-ALIGN: LEFT;
  color: #fff;
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  margin-bottom: 10px;
}
#map {
  height: 300px;
  width: 100%;
}
.gm-style-iw {
  padding-left: 14px;
}
.address {
  color: #6a6a69;
  font-size: 21px;
  font-weight: 200;
  text-transform: uppercase;
}
.country {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500;
}
.address-wrapper {
  margin-top: 10px;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-send {
  margin: 0;
  position: relative;
  top: 40px;
}
@media (max-width: 320px) {
  input.wpcf7-form-control.wpcf7-submit.btn.btn-send {
    top: 70px;
  }
}
/* end contact.less */
/* body.less  */
@font-face {
  font-family: "Depressionist";
  src: url('css/fonts/Depressionist_3_Revisited_2010.ttf');
}
body {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 14px;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .home .main-content {
    height: calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    height: -webkit-calc(100vh - 100px);
    height: -o-calc(100vh - 100px);
    

  }
}
.main-content {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
}
@media (min-width: 1360px) {
  .main-content {
    width: 1320px;
    padding-left: 0;
  }
}
.main-content ul {
  list-style: none;
}
.main-content ul > li:before {
  content: "• ";
  color: #2acecd;
  left: 0;
}

img {
  max-width: 100%;
  height: auto;
}
p {
  font-size: 24px;
  color: #5c5c5c;
}
.overlay-image {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.continue-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 9;
}
.continue-down .continue {
  cursor: pointer;
}
.group {
  clear: both;
  position: relative;
  margin-bottom: 39px;
}
.group input {
  -webkit-appearance: none;
  font-size: 18px;
  display: block;
  background: 0 0;
  color: #1f2532;
  width: 100%;
  border: none;
  border-bottom: 1px solid #b5bdce;
  box-shadow: none;
  border-radius: 0;
  padding: 29px 0 21px;
}
.group input:focus {
  border-color: #2088cd;
  outline: 0;
  box-shadow: none;
}
.group .labelfocus {
  outline: 0;
  font-size: 11px;
  color: #a2aabd;
  text-transform: uppercase;
  letter-spacing: .6px;
  top: 0;
}
.group label {
  color: #a2aabd;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
img.alignright {
  float: none;
  margin: 2em auto;
}
@media (min-width: 992px) {
  img.alignright {
    float: right;
    margin: 2em;
  }
}
img.alignleft {
  float: none;
  margin: 2em auto;
}
@media (min-width: 992px) {
  img.alignleft {
    float: left;
    margin: 2em;
  }
}
.alignright {
  float: right;
  margin: 2em;
}
.alignleft {
  float: left;
  margin: 2em;
}
.flex-slider {
  height: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .flex-slider {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
  }
}
.facebook-icon:before {
  content: "\f09a";
  font-family: FontAwsomne;
  width: 100%;
  height: 100%;
  font: normal normal normal 14px/1 FontAwesome;
  text-indent: 1px;
}
.facebook-icon a {
  display: block;
  /* text-indent: -999px; */
}
.main-content h3 {
  color: #2acecd;
}
/* reset.less */
.home h1 {
  font-size: 44px;
  margin-bottom: 65px;
  max-width: 100%;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .home h1 {
    font-size: 10vh;
    letter-spacing: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .home h1 {
    margin-top: 0;
  }
}
.home h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 30px 0 15px;
}
@media (min-width: 992px) {
  .home h3 {
    font-size: 3vh;
    margin: 2% 0 1%;
  }
}
.floor-padding {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .floor-padding {
    padding: 50px 0;
  }
}
h1 {
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  font-size: 42px;
  position: relative;
  letter-spacing: 5px;
  margin-top: 35px;
  color: #fff;
}
@media (min-width: 768px) {
  h1 {
    font-size: 70px;
    letter-spacing: 10px;
  }
}
h1 .under-title {
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 5px;
  padding-left: 40%;
}
@media (min-width: 768px) {
  h1 .under-title {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  h1 .under-title {
    font-size: 7vh;
    letter-spacing: 18px;
  }
}
.page-title {
  font-size: 40px;
}
.title-family {
  font-size: 60px;
  margin: 0 0 90px;
  display: inline-block;
}
@media (min-width: 992px) {
  .title-family {
    font-size: 80px;
  }
}
h2 {
  font-family: "Depressionist";
  letter-spacing: 10px;
  color: #fff;
  font-size: 40px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 10vh;
  }
}
h2.standard {
  font-size: 26px;
  margin-bottom: 50px;
  margin-top: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h2.standard {
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 26px;
  }
}
h2.on-black {
  font-size: 30px;
  text-transform: uppercase;
  background: #3c4553;
  font-family: "Gotham SSm A", "Gotham SSm B";
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  display: inline-block;
  font-weight: bold;
}
@media (min-width: 992px) {
  h2.on-black {
    margin-bottom: 20px;
  }
}
.title-h2-bg-right {
  margin-right: -400px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 40px;
  max-width: 100%;
}
.title-h2-bg-right h2.normal {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  margin-right: 400px;
  letter-spacing: 1px;
  margin-top: 0;
  padding: 5px 0 5px 15px;
  margin-bottom: 0;
}
.title-h2-bg {
  margin-left: -400px;
  display: inline-block;
  margin-bottom: 0;
}
.title-h2-bg h2.normal {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  margin-left: 400px;
  letter-spacing: 1px;
  margin-top: 0;
  padding: 5px 5px 5px 0;
  margin-bottom: 0;
}
p {
  line-height: 1.5;
  margin: 15px 0 0;
  font-size: 21px;
  font-weight: 200;
}
a {
  color: #2acecd;
}
@media (max-width: 758px) {
  a {
  font-size: 15px;
}
}                           
.floor {
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
@media (min-width: 1170px) {
  .floor {
    min-height: calc(100vh - 100px);
    min-height: -moz-calc(100vh - 100px);
    min-height: -webkit-calc(100vh - 100px);
    min-height: -o-calc(100vh - 100px);
    
  }
}
.full-floor {
  min-height: 100vh;
}
.animal-icon-in-center-wrapper {
  position: absolute;
  left: 50%;
  bottom: -50px;
  z-index: 1;
  border-radius: 50%;
  margin-left: -50px;
  border: 5px solid #fff;
  width: 105px;
  height: 105px;
  line-height: 94px;
}
@media (min-width: 992px) {
  .animal-icon-in-center-wrapper {
    bottom: -85px;
    width: 155px;
    height: 155px;
    line-height: 140px;
    margin-left: -70px;
  }
}
.animal-icon-in-center-wrapper img {
  width: 37%;
}
@media (min-width: 992px) {
  .animal-icon-in-center-wrapper img {
    width: initial;
  }
}
.animal-icon-in-center-no-border-wrapper {
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  line-height: 75px;
  margin-left: -30px;
  border: none;
}
@media (min-width: 992px) {
  .animal-icon-in-center-no-border-wrapper {
    bottom: -75px;
    width: 152px;
    height: 145px;
    line-height: 145px;
    margin-left: -70px;
  }
}
.three-bulletin {
  list-style-type: none;
  padding-bottom: 60px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .three-bulletin {
    padding-bottom: 120px;
  }
}
.three-bulletin ul {
  list-style: none;
}
.three-bulletin li {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  font-weight: 200;
}
.three-bulletin li:before {
  content: '' !important;
  background: url("images/bulatin.png");
  width: 42px;
  height: 23px;
  position: absolute;
  left: -50px !important;
  top: 5px;
}
.blue-bulletin {
  line-height: 2;
  margin-bottom: 50px;
}
.blue-bulletin > li {
  color: #2acecd;
  list-style: square;
  font-size: 21px;
}
.blue-bulletin > li > span {
  text-decoration: none;
  color: #5c5c5c;
  font-weight: bold;
}
.blue-bulletin li ul {
  padding: 0;
}
.blue-bulletin li ul li {
  padding-right: 30px;
  list-style-type: none;
  font-size: 21px;
  font-weight: 200;
  color: #5c5c5c;
}
.blue-bulletin-circle {
  padding: 0;
  line-height: 2;
  margin-bottom: 25px;
}
.blue-bulletin-circle > li {
  color: #2acecd;
  list-style: disc;
  font-size: 21px;
  margin-left: 20px;
}
.blue-bulletin-circle > li > span {
  text-decoration: none;
  color: #5c5c5c;
}
.blue-bulletin-circle li ul li {
  padding-right: 30px;
  list-style-type: none;
  font-size: 24px;
  font-weight: normal;
  color: #5c5c5c;
}
.numbers {
  list-style-type: none;
  counter-reset: my-badass-counter;
  color: #5c5c5c;
  padding-bottom: 30px;
}
.numbers li {
  position: relative;
  line-height: 2;
  font-size: 20px;
}
.numbers li ul {
  list-style-type: disc;
}
.numbers li ul li {
  color: #2acecd;
}
.numbers li ul li span {
  color: #5c5c5c;
}
.numbers > li:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  color: rgba(43, 206, 205, 0.271);
  text-transform: uppercase;
  left: -40px;
  top: 7px;
  font: bold 30px/1 Sans-Serif;
}
.normal-numbers {
  margin: 0 auto;
}
.normal-numbers li {
  padding-bottom: 10px;
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  color: #f39900;
}
.gotham {
  font-family: "Gotham SSm A";
  font-weight: bold;
}
.no-margin {
  margin: 0;
}
.alignleft,
.alignright,
.alignnone {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .alignleft,
  .alignright,
  .alignnone {
    margin-bottom: inherit;
  }
}
/* end reset.less */
/* home-floor-1.less */
#home-floor-1 {
  background: #2acecd;
}
.scroll-wrapper {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -77.5px;
}
.home-icons-wrapper {
  padding: 0 0 10px;
  z-index: 9999;
  position: relative;
  display: inline-block;
  text-align: center;
}
@media (max-height: 700px) {
  .home-icons-wrapper {
    padding: 3vh 0 0 !important;
  }
}
@media (min-width: 992px) {
  .home-icons-wrapper {
    padding: 12vh 0 0;
  }
}
.home-box {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 20px 0;
  max-width: 200px;
  position: relative;
}
@media (min-width: 992px) {
  .home-box {
    font-size: 26px;
    display: inline-block;
    margin: 0;
    max-width: 100%;
  }
}
@media (min-width: 1350px) {
  .home-box {
    margin: 0 70px;
  }
}
.home-box span:first-child {
  margin-bottom: 20px;
}
.home-box span:last-child {
  font-weight: 100;
}
.home-box span {
  display: inline-block;
  color: #fff;
}
@media (min-width: 992px) {
  .home-box span {
    display: block;
  }
}
/* scroll */
.scroll-wrapper span {
  display: inline-flex;
}
/* home icons */
.gif-hover {
  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;
  position: absolute;
  top: 0;
  left: 0;
}
.home-box:hover .gif-hover {
  opacity: 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;
}
.home-box:hover .bold {
  color: #fae111;
}
.call-to-action {
  display: block;
  padding: 25px 50px;
}
/* end home-floor-1.less */
/* home-floor-2 */
#home-floor-2 {
  background: #f39900;
}
#home-floor-2 h2 {
  padding: 20px 0;
}
@media (min-width: 1200px) {
  #home-floor-2 h2 {
    padding: 2% 0 0;
    margin: 0;
  }
}
#home-floor-2 .home-text-box-wrapper {
  color: #fff;
  padding-bottom: 25px;
}
#home-floor-2 .home-text-box-wrapper p {
  color: #fff;
  font-size: 2vh;
}
#home-floor-2 .scroll-wrapper {
  bottom: -70px;
}
.home-text-box {
  font-size: 24px;
  font-weight: 100;
}
@media (min-width: 992px) {
  .home-text-box {
    width: 60%;
    margin: 0 auto;
  }
}
/* end home-floor-2 */
/* home-floor-3.less */
#home-floor-3 {
  position: relative;
}
#home-floor-3 .home-clients-wrapper {
  padding-bottom: 150px;
}
@media (min-width: 1200px) {
  #home-floor-3 .home-clients-wrapper {
    padding-bottom: 45px;
  }
}
#home-floor-3 h1 {
  margin-bottom: 0;
  text-align: left;
  padding-top: 30px;
}
.animal-icon-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* end home-floor-3.less */
/* footer.less */
.ri-grid ul li {
  margin-bottom: 3px !important;
}
small,
.small {
  font-size: 50%;
}
.page-template-page-case-study #site-footer,
.page-template-page-acquisition #site-footer,
.page-template-page-technologies #site-footer,
.page-template-page-defualt #site-footer,
.page-template-web-marketing #site-footer,
.page-template-page-ppc #site-footer,
.page-template-page-seo #site-footer,
.single #site-footer {
  background: #ededed;
}
.page-template-page-seo #site-footer {
  padding-top: 50px;
}
#site-footer {
  background: #fff;
  color: #737373;
  line-height: 1.2;
  padding-bottom: 10px;
}
#site-footer .navbar {
  min-height: 1px;
}
#site-footer #menu-footer_menu {
  text-align: center;
  padding: 0;
}
#site-footer #menu-footer_menu li {
  display: inline-block;
  margin: 0 5px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #site-footer #menu-footer_menu li {
    margin: 0 10px;
  }
}
#site-footer #menu-footer_menu li a {
  color: #737373;
  font-size: 14px;
  font-weight: 300;
}
#site-footer #menu-footer_menu li a:hover {
  color: #3c4553;
}
.social-wrapper {
  padding: 10px 0 5px;
}
@media (min-width: 768px) {
  .social-wrapper {
    padding: 15px 0 0px;
  }
}
@media (min-width: 992px) {
  .social-wrapper {
    padding: 0;
  }
}
.social-wrapper .menu {
  list-style-type: none;
  padding: 0;
}
.social-wrapper .menu li {
  display: inline-block;
  margin: 0 5px;
}
.social-wrapper .menu li a {
   vertical-align: middle;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.social-wrapper .menu li i {
  font-size: 24px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  width: 37px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.social-wrapper .menu a:hover {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #020202;
}
.social-wrapper .menu a:hover i {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-top-wrapper a {
  margin: 0;
  color: #737373;
  display: inline-block;
  font-size: 16px;
}
@media (min-width: 992px) {
  .footer-top-wrapper a {
    margin: 0px 0 10px;
  }
}
.copy-rights {
  text-transform: uppercase;
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
}
.copy-rights p {
  font-size: 16px;
}
@media (min-width: 992px) {
  .copy-rights p {
    font-size: 14px;
  }
}
.nav-blog a {
  background-image: url("images/blog-image.png");
  width: 39px;
  height: 39px;
  display: inline-block;
}
.nav-google a {
  background-image: url("images/g+.png");
  width: 39px;
  height: 39px;
  display: inline-block;
}
.nav-twitter a {
  background-image: url("images/twitter.png");
  width: 39px;
  height: 39px;
  display: inline-block;
}
.sprite.lamp {
  margin-top: 40px;
  margin-bottom: 25px;
}
.sogo-logo a {
  color: #737373 !important;
}
a:focus,
a:active {
  text-decoration: none;
}
.footer-top-wrapper a {
  vertical-align: top !important;
}
.footer-top-wrapper a:first-child:hover {
  color: #fae111;
}
.footer-top-wrapper a:nth-child(2):hover {
  color: #f39900;
}
.footer-top-wrapper a:nth-child(3):hover {
  color: #fac109;
}
.footer-top-wrapper a:nth-child(4):hover {
  color: #2acecd;
}
.sogo-logo {
  padding: 10px 0 0;
  display: none;
}
.google-partner{
  position: absolute; 
  bottom: 0; 
  left: 0;
}
@media (max-width: 997px) {
  .google-partner{
        position: inherit;
        margin-top: 5%;
  }
}
/* end footer.less */
/* marketing.less */
#marketing-floor-2 {
  padding-top: 50px;
}
@media (min-width: 992px) {
}
#marketing-floor-5 {
  padding-top: 190px;
  padding-bottom: 50px;
}
#marketing-floor-5 img {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #marketing-floor-5 img {
    position: absolute;
    margin-bottom: 0;
    top: -110px;
  }
}
@media (min-width: 992px) {
  #marketing-floor-5 a {
    position: absolute;
    right: 0;
    top: 165px;
  }
}
.padding-thumbnail-wrapper {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .padding-thumbnail-wrapper {
    padding-top: 0;
    margin-left: -70px;
  }
}
.read-more {
  margin-top: 15px;
  display: inline-block;
}
/* end marketing.less */
/* sprite.less */
.sprite {
  background: url('images/sprite.png') no-repeat;
  margin: 0 auto;
}
.sprite.home-floor-1-main-img {
  background-position: 0px 0px;
  width: 715px;
  height: 166px;
}
.sprite.home-icon-1 {
  background-position: 0px -176px;
  width: 112px;
  height: 181px;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 992px) {
  .sprite.home-icon-1 {
    margin-bottom: 0;
  }
}
.sprite.home-icon-2 {
  background-position: 0px -367px;
  width: 190px;
  height: 164px;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 992px) {
  .sprite.home-icon-2 {
    margin-bottom: 0;
  }
}
.sprite.home-icon-3 {
  background-position: 0px -541px;
  width: 191px;
  height: 191px;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 992px) {
  .sprite.home-icon-3 {
    margin-bottom: 0;
  }
}
.sprite.scroll-down {
  background-position: 0px -742px;
  width: 55px;
  height: 22px;
}
.sprite.home-floor-2-main-img {
  background-position: 0px -774px;
  width: 538px;
  height: 84px;
}
.sprite.icon-animal {
  background-position: 0px -868px;
  width: 119px;
  height: 168px;
}
.sprite.home-floor-3-main-img {
  background-position: 0px -1046px;
  width: 639px;
  height: 101px;
  margin: inherit;
}
.sprite.lamp {
  background-position: 0px -1157px;
  width: 55px;
  height: 91px;
}
/* end sprite.less  */
/*  technologies.less*/
#tech-floor-1 h1 {
  margin-bottom: 150px;
}
#tech-floor-2 {
  margin: 100px 0;
}
/* end technologies.less */
/* skip-content.less  */
a.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-link:focus,
a.skip-link:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}
/* header.less  */
.admin-bar #main-header {
  top: 32px;
}
#primary-navigation {
  padding-right: 195px;
}
.home #main-header,
.page-template-page-app-marketing #main-header,
.page-template-page-ab-testing #main-header,
.page-template-page-technologies #main-header,
.page-template-page-acquisition #main-header,
.page-template-page-store-optimization #main-header,
.blog #main-header,
.single #main-header {
  background: #2acecd;
}
#main-header {
  background: #fac109;
  height: 110px;
}
@media (min-width: 992px) {
  #main-header {
    height: 101px;
    width: 100%;
    z-index: 1000;
  }
}
.page-template-page-positions #main-header {
  background: #fac109;
}
.error404 #main-header,
.page-template-page-case-study #main-header,
.single-case_study #main-header,
.page-template-page-marketing #main-header,
.page-template-web-marketing #main-header,
.page-template-page-ppc #main-header,
.page-template-page-seo #main-header,
.page-template-page-services #main-header {
  background: #f39900;
}
.animal {
  position: absolute;
  z-index: 1001;
  bottom: 0;
}
@media (min-width: 768px) {
  .animal {
    bottom: -135px;
    width: 39%;
  }
}
@media (min-width: 992px) {
  .animal {
    max-width: 25vh;
    top: 100px;
    bottom: auto;
    width: inherit;
  }
}
@media (min-width: 1200px) {
  .animal {
    max-width: 50vh;
  }
}
@media (min-width: 1400px) {
  .animal {
    max-width: 100%;
    height: 100%;
  }
}
#logo {
  text-align: center;
  /*padding-top: 10px;*/
  padding-top: 6px;
  position: absolute;
  right: 35px;
  top: 0;
}
@media (min-width: 992px) {
  #logo {
    /*right: -100px;*/
    right: -85px;
  }
}
#logo a {
  /*background-image: url("images/logo-mobile.png");*/
  background-image: url("images/logo2017-mobile.png");
  background-repeat: no-repeat;
  width: 200px;
  /*width: 326px;*/
  height: 90px;
  display: inline-block;
  text-indent: -9999px;
}
@media (min-width: 992px) {
  #logo a {
    background-image: url("images/logo2017.png");
    /*width: 306px;*/
    width: 432px;
    height: 135px;
    /*background-size: 60%;*/
  }
}
.navbar {
  border: none;
}
.primary-navigation .navbar-toggle .icon-bar {
  width: 30px;
  height: 4px;
  background: #fff;
}
.primary-navigation .navbar-toggle {
  margin: 5px -20px 10px 0;
}
.primary-navigation ul {
  list-style: none;
  margin-bottom: 0;
  top: 32px;
  right: 0;
  text-align: left;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  background: #fac211;
}
@media (min-width: 992px) {
  .primary-navigation ul {
    background: #fff;
    text-align: right;
    /*margin-right: -6px;*/
    margin-right: 135px;
    /*padding: 0;*/
    padding: 9px 59px 10px 0;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .primary-navigation ul {
    /*padding: 0 50px 0 0;*/
    padding: 9px 59px 10px 0;
  }
}
.primary-navigation ul li {
  background-color: #f6a907;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .primary-navigation ul li {
    margin-left: 25px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .primary-navigation ul li {
    margin-left: 40px;
    margin-right: 0;
  }
}
.primary-navigation ul li:hover .sub-menu {
  display: block;
}
.primary-navigation ul li a {
  text-transform: uppercase;
  color: #5c5c5c;
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 10px 0 14px 10px;
}
@media (min-width: 992px) {
  .primary-navigation ul li a {
    padding: 3px 0 3px;
    font-size: 16px;
    font-weight: normal;
  }
}
.primary-navigation ul li a:hover {
  color: #2acecd;
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 992px) {
  .primary-navigation ul li .sub-menu {
    position: absolute;
    display: none;
    right: auto;
    background-color: transparent;
    text-align: left;
    padding: 0;
    z-index: 3;
    margin-left: -15px;
    top: 29px;
    border-top: none;
  }
}
.primary-navigation ul li .sub-menu li {
  background: #fac211;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
  .primary-navigation ul li .sub-menu li {
    display: inline-block;
    background: transparent;
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 14px;
    border-bottom: none;
    line-height: 35px;
    padding: 0;
    position: relative;
  }
}
.primary-navigation ul li .sub-menu li a {
  color: #fff;
  font-weight: 100;
  font-size: 18px;
  padding: 20px 0 20px 30px;
}
@media (min-width: 992px) {
  .primary-navigation ul li .sub-menu li a {
    padding: 9px 0 9px 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
  }
}
@media (min-width: 992px) {
  .primary-navigation ul li .sub-menu li:before {
    content: "";
    background: url("images/white-side.png");
    width: 11px;
    height: 15px;
    position: absolute;
    left: -14px;
    top: 10px;
  }
}
.primary-navigation ul li .sub-menu li:last-child {
  border-bottom: none;
}
.screen-reader-text::nth-last-word {
  font-weight: 100;
}
.navbar-collapse.collapse {
  padding: 0;
  background: #fac211;
}
@media (min-width: 992px) {
  .navbar-collapse.collapse {
    background: transparent;
  }
}
.current_page_item > a,
.current-menu-item > a,
.current-menu-parent > a {
  color: #2acecd !important;
  text-decoration: none;
  font-weight: 700 !important;
}
.page-template-page-app-marketing .current_page_item > a,
.page-template-page-marketing .current_page_item > a,
.page-template-page-app-marketing .current-menu-item > a,
.page-template-page-marketing .current-menu-item > a,
.page-template-page-app-marketing .current-menu-parent > a,
.page-template-page-marketing .current-menu-parent > a {
  color: #fae111 !important;
}
.page-template-page-social-media .current_page_item > a,
.page-template-page-social-media .current-menu-item > a,
.page-template-page-social-media .current-menu-parent > a {
  color: #f39900 !important;
}
.page-template-page-contact .current_page_item > a,
.page-template-page-contact .current-menu-item > a,
.page-template-page-contact .current-menu-parent > a,
.archive .current_page_item > a,
.archive .current-menu-item > a,
.archive .current-menu-parent > a {
  color: #fac109 !important;
}
.post-type-archive-case_study .menu-item-has-children ul li a {
  color: #fff !important;
}
.page-template-page-about .current_page_item > a,
.page-template-page-about .current-menu-item > a,
.page-template-page-about .current-menu-parent > a,
.page-template-page-careers .current_page_item > a,
.page-template-page-careers .current-menu-item > a,
.page-template-page-careers .current-menu-parent > a {
  color: #2acecd !important;
}


body.category-7 #main-header {background: #2acecd;}
body.category-6 #main-header {background: #2acecd;}
body.category-5 #main-header {background: #2acecd;}

body.category-7 .blog-btn-wrapper{display: none;}
body.category-6 .blog-btn-wrapper{display: none;}
body.category-5 .blog-btn-wrapper{display: none;}
/*
Theme Name: SOGO Child
Theme URI: http://sogo.co.il/
Template:   sogo
Author: Oren Havshush
Author URI: https://sogo.co.il/
Description: SOGO child theme
Version: 1.0
License: Commercial Use only
License URI: Commercial Use only
Text Domain: sogo
*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic';
/*  variables.less  */

@media only screen and (max-width: 750px) {
    ol {
    list-style-type: decimal !important;;
    }
}
ol li {
  line-height: 2;
  font-size: 24px;
}
ul {
  font-size: 21px;
  font-weight: 200;
}
.bg-page-gray {
  background:#ededed;
}
.wp-video {
  margin: 0 auto;
}
.title-family {
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
}
.light-gray {
  color: #eeefec;
}
.bg-light-gray {
  background: #eeefec;
}
.light-blue {
  color: #2acecd;
}
.bg-light-blue {
  background: #2acecd;
}
.dark-gray {
  color: #3c4553;
}
.orange {
  color: #f39900;
}
.bg-orange {
  background: #f39900;
}
.light-yellow {
  color: #fae111;
}
.bg-light-yellow {
  background: #fae111;
}
.white {
  color: #fff;
}
.yellow {
  color: #fac109;
}
.bg-yellow {
  background: #fac109;
}
.bg-light-gray{
  background-color: #FAC311;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.thin {
  font-weight: 100;
}
.bold-100 {
  font-weight: 100;
}
.font-18 {
  font-size: 18px;
}
.font-36 {
  font-size: 36px;
}
.font-50 {
  font-size: 44px;
}
@media (min-width: 992px) {
  .font-50 {
    font-size: 50px !important;
  }
}
.font-100 {
  font-size: 100px;
}
.circle-subjects {
  width: 50px;
  display: inline-block;
  height: 50px;
  border-radius: 50%;
  margin: 0 9px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
.circle-subjects-small {
  font-size: 12px;
}
.rotate-down {
  -ms-transform: rotate(2deg);
  /* IE 9 */
  -webkit-transform: rotate(2deg);
  /* Chrome, Safari, Opera */
  transform: rotate(2deg);
  color:white;
}
.rotate-up {
  -ms-transform: rotate(-2deg);
  /* IE 9 */
  -webkit-transform: rotate(-2deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-2deg);
}
.half-rotation {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.out-side-left {
  margin-left: -100px;
}
.in-block {
  display: inline-block;
}
.block {
  display: block;
}
.half {
  width: 50%;
}
.blog-float-right {
  float: right;
  margin-left: 30px;
  padding-bottom: 60px;
  margin-top: 100px;
}
.blog-float-left {
  float: left;
  margin-right: 30px;
  padding-bottom: 60px;
  margin-top: 100px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.float-right-margin {
  float: right;
  margin-left: 130px;
  padding-bottom: 60px;
}
.float-left-margin {
  float: left;
  margin-right: 130px;
  padding-bottom: 60px;
}
.line-height-1 {
  line-height: 1.2;
}
.opacity {
  opacity: 1 !important;
}
.btn {
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  border: 5px solid #fff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.333;
  color: #fff;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .btn {
    margin: 40px 0;
    font-size: 36px;
  }
}
.btn:hover {
  background-color: #2acecd;
  color: #fff;
}
.title-like {
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  border-width: 6px;
  border-color: #2acecd;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0);
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  width: 95%;
  display: inline-block;
  line-height: 1.2;
  padding: 10px 10px 5px;
  -ms-transform: rotate(-18deg);
  /* IE 9 */
  -webkit-transform: rotate(-18deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-18deg);
  position: absolute;
  top: -200px;
  left: 0;
}
@media (min-width: 768px) {
  .title-like {
    left: 130px;
    width: 485px;
  }
}
@media (min-width: 992px) {
  .title-like {
    top: -55px;
    position: relative;
    font-size: 44px;
    float: right;
    right: auto;
    left: -20px;
  }
}
@media (min-width: 1170px) {
  .title-like {
    right: auto;
    left: -250px;
  }
}
@media (max-width: 991px) {
  .title-like span {
    font-size: 35pt !important;
  }
}
@media (max-width: 1024px) {
  .sm-pb-160 {
    padding-bottom: 150px;
  }
}
.margin-left-20 {
  margin-left: 20px;
}
/* animate.less */
.vis-hidden {
  visibility: hidden;
}
.z-index-high {
  z-index: 999999 !important;
}
.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;
  animation-delay: 2s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}


@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* end animate.less */
/* acquisition.less */
#aqusistion-floor-2 {
  margin: 50px 0;
}
/* end acquisition.less */
/* clients.less */
#clients-floor-1 {
  background: #fac109;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  #clients-floor-1 {
    padding-bottom: 30px;
    margin-bottom: 90px;
  }
}
#clients-floor-1 .title-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  #clients-floor-1 .title-wrapper h1 {
    font-size: 56px;
    text-align: left;
  }
}
#clients-floor-1 .btn {
  margin-top: -20px;
}
@media (max-width: 480px) {
  #clients-floor-1 .btn {
    float: none;
  }
}
@media (min-width: 768px) {
  #clients-floor-1 .btn {
    margin-top: 0;
    position: relative;
    top: 10px;
  }
}
#clients-floor-1 .case-btn-wrapper {
  position: relative;
  top: 20px;
}
@media (min-width: 768px) {
  #clients-floor-1 .case-btn-wrapper {
    top: 50px;
  }
}
#clients-floor-2 {
  padding-top: 75px;
}
#clients-floor-2 .case-study-title-wrapper {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  #clients-floor-2 .case-study-title-wrapper {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  #clients-floor-2 .case-study-title-wrapper h1 {
    margin-bottom: 30px;
  }
}
/* end clients.less */
/*  optimization.less*/
#optimization-floor-1 .three-bulletin {
  padding-top: 40px;
}
@media (min-width: 992px) {
  #optimization-floor-1 .three-bulletin {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #optimization-floor-1 ul {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 40px 0;
  }
  #optimization-floor-1 ul li {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #optimization-floor-1 .wp-video {
    width: 49% !important;
  }
}
@media (min-width: 1200px) {
  #optimization-floor-1 .wp-video {
    display: inline-block;
  }
}
#optimization-floor .three-bulletin {
  padding-top: 40px;
}
#optimization-floor-2 .standard {
  margin-bottom: 0;
  margin-top: 100px;
}
#optimization-floor-2 .title-h2-bg {
  margin-top: 70px;
}
#optimization-floor-2 .unique {
  font-size: 18px;
  color: #9d9d9d;
  font-style: italic;
}
#optimization-floor-3,
#optimization-floor-4,
#optimization-floor-5,
#optimization-floor-6 {
  padding: 35px 0 25px;
}
#optimization-floor-5,
#optimization-floor-2 {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #optimization-floor-5,
  #optimization-floor-2 {
    padding-bottom: 0;
  }
}
/*  end optimization.less*/
/* about.less */
#about-floor-1 {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  #about-floor-1 h1:before {
    content: "";
    background: url("images/lamp-icon.png") no-repeat;
    position: absolute;
    width: 87px;
    height: 144px;
    left: 0;
    top: -14px;
  }
}
#about-floor-1 h1 {
  padding-left: 0;
}
@media (min-width: 992px) {
  #about-floor-1 h1 {
    text-align: left;
    padding-left: 120px;
    margin-bottom: 40px;
  }
}
#about-floor-1 p {
  padding: 10px 0 120px;
}
@media (min-width: 992px) {
  #about-floor-1 p {
    padding: 50px 0 120px;
  }
}
@media (min-width: 1170px) {
  #about-floor-1 p {
    padding: 30px 0 120px;
  }
}
.title-wrapper h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .title-wrapper h1 {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  .title-wrapper h1 {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  #about-floor-4 img {
    margin-left: -150px;
  }
}
.img-center-wrapper {
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .img-center-wrapper {
    margin-bottom: 50px;
    margin-top: 70px;
  }
}
/* end about.less */
/* ppc page */
#position-floor-1 h1 {
  padding: 0;
}
#position-floor-1 .title-wrapper {
  padding: 30px 0 120px;
}
#position-floor-2 .entry-content h2 {
  background: #fac109;
}
#ppc-floor-2,
#position-floor-2 {
  padding-top: 60px;
}
@media (min-width: 992px) {
  #ppc-floor-2,
  #position-floor-2 {
    padding-top: 120px;
  }
}
#seo-floor-2 {
  padding-top: 75px;
}
/* social-media.less */
@media (min-width: 992px) {
  #social-floor-2 {
    padding: 100px 0 50px;
  }
}
#social-floor-3 img {
  margin-top: 0px;
}
/* end social-media.less */
/* 404.less */
.error-page {
  background-image: url("images/404-page.jpg");
  height: calc(100vh - 0px) !important;
  height: -moz-calc(100vh - 100px);
  height: -webkit-calc(100vh - 100px);
  height: -o-calc(100vh - 100px);
  background-size: cover;
}
.error-page .rotate-up {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.error-wrapper h1 {
  padding-left: 0;
  margin: 0;
}
.error-wrapper .error-number {
  display: block;
  font-size: 120px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: bold;
}
@media (min-width: 992px) {
  .error-wrapper .error-number {
    font-size: 100px;
  }
}
.error-wrapper .title-h2-bg {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 992px) {
  .error-wrapper .title-h2-bg {
    margin-left: -70px;
  }
}
.error-wrapper .title-h2-bg .normal {
  margin-left: 0px;
  font-weight: 100;
  font-size: 36px;
}
.back-to {
  font-size: 24px;
  margin-top: 100px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .back-to {
    margin-top: 200px;
  }
}
.back-to .blog-btn-wrapper {
  text-align: center;
}
.back-to .blog-btn-wrapper .circle-subjects {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 30px;
  white-space: nowrap;
}
/* mixin.less */
/* end mixin.less */
/* mobile-menu.css */
@media (max-width: 991px) {
  .navbar {
    border: none;
  }
  #fp-nav {
    display: none;
  }
  #page {
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
  }
  #main-header {
    width: 100%;
    top: 0;
    left: 0;
    height: 57px;
    z-index: 999999;
    background: #fcfcfc;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  #main-header #open-nav {
    background: transparent;
    margin: 0;
    float: left;
    border-radius: 0;
    padding-left: 22px;
  }
  #main-header #open-nav .icon-bar {
    background: #ffffff;
    width: 45px;
    height: 5px;
    margin-bottom: 6px;
  }
  .primary-navigation-collapse {
    transform: translate3d(-100%, 0, 0) !important;
    -o-transform: translate3d(-100%, 0, 0) !important;
    -ms-transform: translate3d(-100%, 0, 0) !important;
    -moz-transform: translate3d(-100%, 0, 0) !important;
    -webkit-transform: translate3d(-100%, 0, 0) !important;
    position: fixed;
    left: 0;
    text-align: left;
    width: 55%;
    height: 100vh;
    background: #fac211;
    padding-top: 0;
    top: 0;
  }
  .primary-navigation-collapse .menu-primary-menu-container li {
    line-height: 40px;
  }
  .primary-navigation-collapse .menu-primary-menu-container li a {
    font-size: 1em;
    color: #373837;
  }
  .push-nav #section_top_nav {
    display: block !important;
    height: 0;
    min-height: 0;
  }
  .push-nav #main-header {
    transform: translate3d(55%, 0, 0) !important;
    -o-transform: translate3d(55%, 0, 0) !important;
    -ms-transform: translate3d(55%, 0, 0) !important;
    -moz-transform: translate3d(55%, 0, 0) !important;
    -webkit-transform: translate3d(55%, 0, 0) !important;
    position: fixed;
    height: 56px;
  }
  .push-nav > #page {
    box-shadow: 2px 1px 12px #373837;
    margin-top: 50px;
  }
  .push-nav > #page:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .push-nav > #page .navbar-toggle {
    background: #373837;
    padding: 20px 15px;
    margin: 0;
    position: absolute;
    border-radius: 0;
    left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .primary-navigation-collapse {
    width: 35%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .push-nav #main-header {
    transform: translate3d(35%, 0, 0) !important;
    -o-transform: translate3d(35%, 0, 0) !important;
    -ms-transform: translate3d(35%, 0, 0) !important;
    -moz-transform: translate3d(35%, 0, 0) !important;
    -webkit-transform: translate3d(35%, 0, 0) !important;
  }
}
.push-nav .btn-medium {
  padding: 0 59px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .push-nav .btn-medium {
    padding: 0 98px;
  }
}
.push-nav .mobile-white {
  background: #fff;
}
.push-nav #main-header {
  box-shadow: none;
}
.push-nav #main-header .navbar-toggle {
  padding: 13px;
  box-shadow: 2px 1px 12px #373837;
}
.push-nav #logo {
  display: none;
}
.push-nav .social_link_wrapper {
  display: block;
  position: fixed;
  z-index: 9;
  left: 0;
  text-align: center;
  width: 55vw;
  top: 70vh;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (min-width: 768px) {
  .push-nav .social_link_wrapper {
    width: 37vw;
  }
}
.push-nav .social_link_wrapper li {
  border: none;
}
.push-nav .social_link_wrapper li a {
  padding: 0 20px;
}
.push-nav .social_link_wrapper li a i {
  color: #2acecd;
}
@media (min-width: 992px) {
  .push-nav .social_link_wrapper {
    width: 55vw;
  }
}
.push-nav .social_link_wrapper ul {
  text-align: center;
}
.push-nav.scrollActive #main-header #primary-navigation a {
  line-height: 40px;
}
.push-nav.scrollActive #main-header .social-navigation .menu-top-social-menu-container {
  padding: 0;
}
/* flip-mobile-btn */
#open-nav {
  border: none;
}
#open-nav .icon-bar {
  transition: all 1.0s;
}
.push-nav #open-nav .top-bar {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 20% 10%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 19% 10%;
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transform-origin: 19% 10%;
}
.push-nav #open-nav .middle-bar {
  opacity: 0;
}
.push-nav #open-nav .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -ms-transform-origin: 10% 90%;
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 10% 90%;
  /* Chrome, Safari, Opera */
}
#open-nav .top-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
}
#open-nav .middle-bar {
  opacity: 1;
}
#open-nav .bottom-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
}
/* entry-content.less */
.entry-content {
  margin: 20px 0;
}
.entry-content p {
  font-size: 18px;
  color: #5c5c5c;
  margin: 15px 0;
  padding-bottom: 20px;
}
.entry-content h2 {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  letter-spacing: 1px;
  margin-top: 0;
  padding: 5px;
  margin-bottom: 0;
  background: #f39900;
}
@media (min-width: 992px) {
  .entry-content h2 {
  padding: 5px 50px 5px 50px;
  font-size: 24px;
  display: inline-block;
  }
}
.entry-content h2:before {
  content: "";
  margin-bottom: 25px;
  margin-top: 40px;
  background: red;
}
@media (min-width: 992px) {
  .entry-content h2:before {
  }
}
.entry-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.entry-content ul li {
  font-size: 18px;
  line-height: 1.571;
  color: #5c5c5c;
  font-weight: 200;
  padding-left: 20px;
  position: relative;
  padding-bottom: 40px;
}
.entry-content ul li:before {
  position: absolute;
  left: 0;
  content: "• ";
  color: #2acecd;
}
.entry-content ol {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}
.entry-content ol > li {
  counter-increment: step-counter;
  font-size: 18px;
  line-height: 1.2;
}
.entry-content ol li {
  font-size: 18px;
  font-weight: 200;
  padding-left: 30px;
}
.entry-content ol li ul {
  padding-top: 10px;
}
.entry-content ol li ul li {
  padding-bottom: 5px;
}
.entry-content ol > li:before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 34px;
  color: #c5e5e5;
  font-weight: 900;
  padding: 3px 8px;
  position: relative;
  top: 6px;
  min-width: 40px;
  text-align: center;
  display: inline-block;
  margin-left: -36px;
}
@media (max-width: 768px) {
  .entry-content ul li {
  font-size: 15px;
}
}                                                                                                                                                                 
@media (min-width: 992px) {
  .entry-content ol > li:before {
    margin-left: -47px;
  }
}
.entry-content .alignright {
  float: right;
}
@media (min-width: 768px) {
  .entry-content .alignright {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .entry-content .alignright {
    margin-left: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .entry-content .alignright {
    margin-top: -30px;
  }
}
.entry-content .alignleft {
  float: left;
}
@media (min-width: 768px) {
  .entry-content .alignleft {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .entry-content .alignleft {
    margin-right: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .entry-content .alignleft {
    margin-top: -30px;
  }
}
ol {
  margin-left: 20px;
  padding: 0;
  list-style-type: none;
}
ol > li {
  counter-increment: step-counter;
  font-size: 21px;
  line-height: 1.2;
  margin-left: 20px;
  line-height: 35px;
}
ol li {
  font-size: 18px;
  font-weight: 200;
  position: relative;
}
ol li ul {
  margin-left: -98px;
}
ol li ul li:before {
  margin-left: 56px;
}
ol > li:before {
  content: counter(step-counter);
  font-size: 30px;
  color: #c5e5e5;
  font-weight: 900;
  position: absolute;
  top: 3px;
  min-width: 50px;
  text-align: left ;
  display: inline-block;
  left: -45px;
}
/* end entry-content.less */
/* aside.less */
aside {
  display: none;
}
@media (min-width: 992px) {
  aside {
    display: block;
  }
}
/* end aside.less */
/* search.less */
#searchform label {
  display: none;
}
#searchform input {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding-left: 35px;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  #searchform input {
    width: 280px;
  }
}
#searchform #searchsubmit {
  margin: 0;
  text-indent: -999999px;
  width: 35px;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background: url("images/magnified.png") no-repeat;
  background-position: 50% 50%;
  box-shadow: none;
}
.search-wrapper {
  display: inline-block;
  position: relative;
  float: right;
  width: 100%;
}
@media (min-width: 992px) {
  .search-wrapper {
    width: 280px;
  }
}
/* end search.less */
/* single.less */
.no-links .blog-content-full {
  width: 100%;
}
@media (min-width: 768px) {
  .no-links .blog-content-full {
  width: 69%;
}
}                                                                                                                                                                                                                                                                                                                                           
.no-links .blog-content-full .under-line {
  position: relative;
  padding-bottom: 50px;
  padding-top: 10px;
}
.no-links .blog-content-full .under-line:after {
  content: "";
  background: url("images/gradient-line.png");
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.facebook-comments-wrapper {
  padding-top: 50px;
}
/* end single.less */
/* blog.less */
#blog-floor-1 {
  position: relative;
}
#blog-floor-1 h1 {
  padding-left: 0;
  display: inline-block;
  font-size: 100px;
}
@media (min-width: 768px) {
  #blog-floor-1 h1 {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  #blog-floor-1 h1 {
    font-size: 70px;
  }
}
@media (min-width: 374px) {
  #blog-floor-1 h1:after {
    content: "";
    background: url("images/blog-baloon.png");
    width: 206px;
    right: -129px;
    height: 148px;
    top: -25px;
    position: absolute;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  #blog-floor-1 h1:after {
    right: auto;
  }
}
@media (max-width: 991px) {
  #blog-floor-1 .title-wrapper {
    text-align: left;
  }
}
#blog-floor-1 .animal-icon-wrapper {
  left: 100px;
}
.blog-btn-wrapper {
  margin: 15px 0 0;
  text-align: right;
}
.blog-btn-wrapper a {
  text-align: center;
}
.blog-box {
  padding: 50px 0 0 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .blog-box {
    overflow: inherit;
    display: inline-block;
  }
}
@media (min-width: 1170px) {
  .blog-box {
    padding: 45px 0 60px 100px;
  }
}
.blog-box button {
  margin: 0;
}
@media (min-width: 992px) {
  .blog-box article {
    max-height: 405px;
  }
}
.blog-box .circle-subjects {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.blog-box .date,
.blog-box .author {
  line-height: 1;
  margin: 5px 0;
  font-size: 14px;
}
.blog-box .author {
  font-style: italic;
}
.blog-box h1 {
  font-size: 19px;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  color: #4e4e4d;
  font-weight: bold;
  line-height: 1.167;
  letter-spacing: 1px;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .blog-box h1 {
    font-size: 20px;
  }
}
@media (min-width: 1170px) {
  .blog-box h1 {
    font-size: 39px;
    border-bottom: 3px solid #2acecd;
  }
}
.blog-box h1:hover {
  color: #A0A0A0;
}
.blog-box .thumbnail-wrapper {
  margin-right: 20px;
  margin-top: 20px;
}
.blog-box .meta-content {
  height: 30px;
  border-top: 3px solid #2acecd;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .blog-box .meta-content {
    margin-top: 0;
    height: 65px;
  }
}
@media (min-width: 1170px) {
  .blog-box .meta-content {
    border-top: none;
  }
}
.blog-box .meta-content span {
  margin: 10px 0 0 0;
}
.blog-box .meta-content span a {
  font-size: 12px;
  display: block;
  color: #fff;
}
@media (min-width: 1170px) {
  .blog-box .blog-content-wrapper {
    margin-left: 132px;
  }
}
.blog-box .blog-content p {
  margin-top: 35px;
  margin-bottom: 0;
  font-weight: 100;
}
@media (min-width: 992px) {
  .blog-box .blog-content p {
    max-height: 160px;
    margin-top: 0;
    overflow: hidden;
  }
}
.blog-box a {
  margin: 0;
  font-weight: 300;
}
.blog-box .back:hover {
  background-color: #f39900;
}
.blog-box p {
  font-size: 18px;
  font-weight: 200;
}
.blog-box .article-link-wrapper {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .blog-box .article-link-wrapper {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.blog-box .article-link-wrapper span {
  font-size: 16px;
  margin: 0 2%;
}
@media (min-width: 768px) {
  .blog-box .article-link-wrapper span {
    font-size: 24px;
    margin: 0 10%;
  }
}
@media (min-width: 992px) {
  .blog-box .article-link-wrapper span {
    margin: 0 35px;
  }
}
@media (max-width: 768px) {
  .blog-box p {
    font-size: 15px;
    font-weight: 200;
}
}                                                                                                                             
                                                                                                                              
.blog-rows-wrapper .row:nth-child(even) {
  background: #eeefec;
}
.widget-wrapper {
  min-height: 515px;
  max-height: 515px;
  padding-top: 50px;
  display: inline-block;
  width: 100%;
  border-left: 1px solid #dcdbd9;
}
.widget-wrapper .normal-numbers {
  text-align: left;
  margin-left: 50px;
}
.widget-wrapper .normal-numbers li {
  font-size: 21px;
  line-height: 40px;
  padding-bottom: 0px;
  position: relative;
}
.widget-wrapper .normal-numbers a {
  color: #000;
}
.widget-wrapper .normal-numbers li:before {
  content: counter(step-counter) ". ";
  color: #000;
  padding: 0;
  min-width: 15px;
  top: 2px;
  font-size: 21px;
  left: -40px;
  position: absolute;
}
.widget-wrapper h2 {
  font-size: 38px;
}
/* end blog.less */
/*  slider.less */
#gallery {
  padding: 10px 0 0;
}
@media (min-width: 992px) {
  #gallery {
    padding: 70px 0 0;
  }
}
#gallery .bx-wrapper img {
  margin-bottom: 5px;
}
#gallery .bx-controls.bx-has-controls-direction {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  z-index: 9999;
  width: 100%;
}
@media (min-width: 992px) {
  #gallery .bx-controls.bx-has-controls-direction {
    margin-top: -36px;
  }
}
#gallery .bx-next {
  right: 5px;
  background: url("images/arrow-right-mobile.png");
  background-repeat: no-repeat;
  width: 60px;
  height: 90px;
}
@media (min-width: 992px) {
  #gallery .bx-next {
    background: url("images/arrows-gallery2.png");
    width: 53px;
    height: 62px;
  }
}
#gallery .bx-prev {
  left: 5px;
  background: url("images/arrow-left-mobile.png");
  background-repeat: no-repeat;
  width: 60px;
  height: 90px;
}
@media (min-width: 992px) {
  #gallery .bx-prev {
    background: url("images/arrows-gallery.png");
    width: 53px;
    height: 62px;
  }
}
#gallery .bx-wrapper .bx-viewport {
  border: none;
  left: 0;
}
#gallery .bx-wrapper .bx-controls-direction a {
  margin-top: 0;
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: block !important;
}
/*  end slider.less*/
/* seo.less */
#seo-floor-3 {
  padding-top: 30px;
}
#seo-floor-3 .blue-bulletin {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
}
#seo-floor-3 .blue-bulletin li {
  list-style: none;
}
#seo-floor-3 .blue-bulletin > li {
  color: #3c4553;
  font-weight: 500;
}
#seo-floor-3 .blue-bulletin > li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  color: #2acecd;
  /* or whatever color you prefer */
  font-size: 10px;
  position: relative;
  right: 30px;
  bottom: 3px;
  left: auto;
}
#seo-floor-3 .blue-bulletin > li ul {
  padding-left: 20px;
}
#seo-floor-3 .blue-bulletin > li ul li:before {
  content: '';
}
#seo-floor-3 a {
  position: absolute;
  bottom: -105px;
  right: 50%;
  margin-right: -110px;
  padding: 10px 20px;
}
#seo-floor-3 P {
  padding-bottom: 40px;
}
#seo-floor-3 .ad-services {
  color: white;
  text-transform: uppercase;
  background: #2acecd;
  font-weight: normal;
  padding-top: 7px;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 45px;
  padding-right: 140px;
}
#seo-floor-4 {
  padding-top: 30px;
}
.contact:hover {
  background-color: #2acecd;
  color: #fff;
}
/* end seo.less */
/* defualt.less */
#default-floor-2 {
  padding: 85px 0 40px;
}
/* end defualt.less */
/* careers.less */
#career-floor-1 h1 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #career-floor-1 h1 {
    margin-top: 50px;
    padding-left: 60px;
  }
}
#career-floor-1 .title-family {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #career-floor-1 .title-family {
    margin-bottom: 100px;
  }
}
.left-content {
  position: absolute;
  left: -60px;
  top: 150px;
}
@media (min-width: 992px) {
  .left-content {
    left: -65px;
  }
}
@media (min-width: 1170px) {
  .left-content {
    left: -130px;
  }
}
.left-content:after {
  content: "";
  background: url("images/blue-animal.png");
  width: 245px;
  height: 262px;
  position: absolute;
  bottom: 30px;
  right: -150px;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.left-content h2 {
  letter-spacing: 10px !important;
}
#career-floor-2 {
  padding-top: 100px;
}
@media (min-width: 992px) {
  #career-floor-2 {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  #career-floor-2 h2 {
    margin-top: 120px;
  }
}
#career-floor-4 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 1000px;
}
@media (min-width: 768px) {
  #career-floor-4 {
    min-height: 2200px;
    background-size: auto;
  }
}
@media (min-width: 992px) {
  #career-floor-4 {
    min-height: 900px;
    background-size: contain;
  }
}
@media (min-width: 1400px) {
  #career-floor-4 {
    min-height: 900px;
    background-size: contain;
  }
}
.black-title-box {
  margin: 0 auto 40px;
}
@media (min-width: 1170px) {
  .black-title-box {
    margin: 0 auto 75px;
    width: 350px;
  }
}
@media (min-width: 992px) {
  .career-btn-wrapper {
    text-align: right;
    margin-right: 50px;
  }
}
.career:hover {
  background-color: #f39900;
  color: #fff;
}
/* end careers.less */
/* case-study.less */
#case-study-floor-1 .title-wrapper {
  padding: 30px 0 100px;
}
@media (min-width: 992px) {
  #case-study-floor-1 .title-wrapper {
    padding: 30px 0 130px;
  }
}
#case-study-floor-2 {
  padding: 40px 0;
}
@media (min-width: 992px) {
  #case-study-floor-2 {
    padding: 90px 0 50px;
  }
}
#case-study-floor-5 p {
  margin-bottom: 70px;
}
#case-study-floor-5 p:last-child {
  margin-bottom: 0;
}
#case-study-floor-6 p {
  margin-bottom: 70px;
}
#case-study-floor-6 p:last-child {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .case-btn-wrapper {
    text-align: center;
    margin: -30px 0 90px;
  }
}
.case-btn-wrapper a:hover {
  background-color: #fac109;
  color: #fff;
}
.case-study-bg {
  width: 100%;
  background-color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .case-study-bg:before {
    width: 100%;
    height: 535px;
    bottom: 0;
    background: #eeefec;
    position: absolute;
    z-index: -1;
    left: 0;
    content: '';
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .case-study-bg:before {
    height: 400px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .case-study-bg:before {
    height: 300px;
  }
}
.case-study-box p {
  line-height: 1.5;
  font-size: 21px;
  margin: 15px 0 35px;
  font-weight: 200;
}
@media (min-width: 992px) {
  .case-study-box p {
    margin: 15px 0 0;
  }
}
.case-content-wrapper button {
  margin: 40px 0 70px;
}
@media (min-width: 992px) {
  .case-content-wrapper button {
    margin: 20px 0 35px;
  }
}
.case-content-wrapper button span {
  font-size: 38px;
}
@media (min-width: 992px) {
  .case-content-wrapper button span {
    font-size: 46px;
  }
}
.case-logo-wrapper {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cases-wrapper .case-study-bg-box-wrapper:not(:first-child) {
    margin-top: 75px;
  }
}
@media (min-width: 992px) {
  .case-study-bg-box-wrapper {
    padding-bottom: 50px;
  }
}
#clients-floor-2 .blog-btn-wrapper {
  text-align: center;
}
.ri-grid {
  max-width: 100%;
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
  .ri-grid ul li a {
    box-shadow: 0 1px 5px gray;
  }
}
@media (max-width: 991px) {
  .case-content-wrapper .case-study-text:nth-child(even) {
    background-color: #eeefec;
    margin: 0 -15px;
    padding: 1px 15px 15px;
  }
}
@media (min-width: 992px) {
  .case-content-wrapper .case-study-text:nth-child(odd) {
    position: relative;
    bottom: 60px;
  }
}
@media (min-width: 992px) {
  .case-content-wrapper .btn-case {
    position: relative;
    top: 40px;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .title-like + a {
    float: none;
  }
}
@media (max-width: 480px) {
  .text-center-480 {
    text-align: center;
  }
}
/* end case-study.less */
/* forms.less */
.contact-us-wrapper {
  background-color: #FADB11;
  box-sizing: border-box;
  padding: 20px 30px 20px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  .contact-us-wrapper {
    padding: 20px 30px 40px;
    max-width: 680px;
    margin-bottom: -50px;
    max-height: 460px;
    background-color: #FCD866
  }
}
input {
  width: 100%;
  display: inline-block;
  margin-right: 45px;
  margin-bottom: 25px;
  height: 40px;
  border-width: 1px;
  border-color: #acacac;
  border-style: solid;
  background-color: #ffffff;
  box-shadow: 0px 2px 0.97px 0.03px rgba(0, 0, 0, 0.31);
  padding-left: 20px;
  line-height: 40px;
}
@media (min-width: 992px) {
  input {
    width: 175px;
  }/*wrapper*/
}
input[name='email'] {
  margin-right: 0;
}
input[type='submit'] {
  padding: 0 10px;
  margin-bottom: 20px;
  background: #2acecd;
  width: auto;
  height: auto;
}
@media (min-width: 992px) {
  input[type='submit'] {
    margin-bottom: 100px;
    float: right;
  }
}
input[type='submit']:hover {
  background-color: #f39900;
}
textarea {
  width: 100%;
  height: 150px;
  padding-left: 15px;
  padding-top: 15px;
  border-width: 1px;
  border-color: #acacac;
  border-style: solid;
  background-color: #ffffff;
  box-shadow: 0px 2px 0.97px 0.03px rgba(0, 0, 0, 0.31);
  margin-bottom: -1.8%
}
::-webkit-input-placeholder {
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  font-size: 20px;
  color: #d7d7d7;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  font-size: 20px;
  color: #d7d7d7;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  font-size: 20px;
  color: #d7d7d7;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  font-size: 20px;
  color: #d7d7d7;
  text-transform: uppercase;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  font-size: 11px !important;
  bottom: -30px;
}
div.wpcf7-response-output {
  position: absolute;
  bottom: -50px;
  margin: 2em 0 1em !important;
}
div.wpcf7-validation-errors {
  border: none !important;
  color: red;
  position: absolute;
  bottom: 40px;
  left: 20px;
  font-size: 12px;
  padding: 0;
  margin: 0 !important;
}
@media (min-width: 768px) {
  div.wpcf7-validation-errors {
    bottom: 50px;
    font-size: 14px;
  }
}
/* end forms.less */
/* contact.less */
#contact-floor-1 {
  line-height: 1.2;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  #contact-floor-1 {
    margin-bottom: 0;
  }
}
#contact-floor-1 h1 {
  margin-bottom: 30px;
}
.contact-us-info {
  padding-top: 88px;
  position: absolute;
  margin: 0 10px;
}
@media (min-width: 1600px) {
  .contact-us-info {
    right: -250px;
    background: #fcd867;
    top: 50%;
    margin-top: -150px;
  }
}
.contact-us-info span {
  display: block;
  font-size: 30px;
  color: #6a6a69;
}
.contact-us-info span i {
  transform: rotate(20deg);
}
#contact-floor-2 {
  margin-top: 10px;
}
.directions-wrapper {
  padding-bottom: 80px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .directions-wrapper {
    float: left;
    padding-bottom: 20px;
    width: 230px;
  }
}
@media (min-width: 1200px) {
  .directions-wrapper {
    padding-top: 0;
  }
}
.directions-wrapper a {
  margin-right: 20px;
}
.directions-title {
  font-size: 32px;
  TEXT-ALIGN: LEFT;
  color: #fff;
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  margin-bottom: 10px;
}
#map {
  height: 300px;
  width: 100%;
}
.gm-style-iw {
  padding-left: 14px;
}
.address {
  color: #6a6a69;
  font-size: 21px;
  font-weight: 200;
  text-transform: uppercase;
}
.country {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500;
}
.address-wrapper {
  margin-top: 10px;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-send {
  margin: 0;
  position: relative;
  top: 40px;
}
@media (max-width: 320px) {
  input.wpcf7-form-control.wpcf7-submit.btn.btn-send {
    top: 70px;
  }
}
/* end contact.less */
/* body.less  */
@font-face {
  font-family: "Depressionist";
  src: url('css/fonts/Depressionist_3_Revisited_2010.ttf');
}
body {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 14px;
}
@media (min-width: 992px) {
  .home .main-content {
    height: calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    height: -webkit-calc(100vh - 100px);
    height: -o-calc(100vh - 100px);
    

  }
}
.main-content {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
}
@media (min-width: 1360px) {
  .main-content {
    width: 1320px;
    padding-left: 0;
  }
}
.main-content ul {
  list-style: none;
}
.main-content ul > li:before {
  content: "• ";
  color: #2acecd;
  left: 0;
}

img {
  max-width: 100%;
  height: auto;
}
p {
  font-size: 24px;
  color: #5c5c5c;
}
.overlay-image {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.continue-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 9;
}
.continue-down .continue {
  cursor: pointer;
}
.group {
  clear: both;
  position: relative;
  margin-bottom: 39px;
}
.group input {
  -webkit-appearance: none;
  font-size: 18px;
  display: block;
  background: 0 0;
  color: #1f2532;
  width: 100%;
  border: none;
  border-bottom: 1px solid #b5bdce;
  box-shadow: none;
  border-radius: 0;
  padding: 29px 0 21px;
}
.group input:focus {
  border-color: #2088cd;
  outline: 0;
  box-shadow: none;
}
.group .labelfocus {
  outline: 0;
  font-size: 11px;
  color: #a2aabd;
  text-transform: uppercase;
  letter-spacing: .6px;
  top: 0;
}
.group label {
  color: #a2aabd;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
img.alignright {
  float: none;
  margin: 2em auto;
}
@media (min-width: 992px) {
  img.alignright {
    float: right;
    margin: 2em;
  }
}
img.alignleft {
  float: none;
  margin: 2em auto;
}
@media (min-width: 992px) {
  img.alignleft {
    float: left;
    margin: 2em;
  }
}
.alignright {
  float: right;
  margin: 2em;
}
.alignleft {
  float: left;
  margin: 2em;
}
.flex-slider {
  height: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .flex-slider {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
  }
}
.facebook-icon:before {
  content: "\f09a";
  font-family: FontAwsomne;
  width: 100%;
  height: 100%;
  font: normal normal normal 14px/1 FontAwesome;
  text-indent: 1px;
}
.facebook-icon a {
  display: block;
  /* text-indent: -999px; */
}
.main-content h3 {
  color: #2acecd;
}
/* reset.less */
.home h1 {
  font-size: 44px;
  margin-bottom: 65px;
  max-width: 100%;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .home h1 {
    font-size: 10vh;
    letter-spacing: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .home h1 {
    margin-top: 0;
  }
}
.home h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 30px 0 15px;
}
@media (min-width: 992px) {
  .home h3 {
    font-size: 3vh;
    margin: 2% 0 1%;
  }
}
.floor-padding {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .floor-padding {
    padding: 50px 0;
  }
}
h1 {
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
  font-size: 42px;
  position: relative;
  letter-spacing: 5px;
  margin-top: 35px;
  color: #fff;
}
@media (min-width: 768px) {
  h1 {
    font-size: 70px;
    letter-spacing: 10px;
  }
}
h1 .under-title {
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 5px;
  padding-left: 40%;
}
@media (min-width: 768px) {
  h1 .under-title {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  h1 .under-title {
    font-size: 7vh;
    letter-spacing: 18px;
  }
}
.page-title {
  font-size: 40px;
}
.title-family {
  font-size: 60px;
  margin: 0 0 90px;
  display: inline-block;
}
@media (min-width: 992px) {
  .title-family {
    font-size: 80px;
  }
}
h2 {
  font-family: "Depressionist";
  letter-spacing: 10px;
  color: #fff;
  font-size: 40px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 10vh;
  }
}
h2.standard {
  font-size: 26px;
  margin-bottom: 50px;
  margin-top: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h2.standard {
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 26px;
  }
}
h2.on-black {
  font-size: 30px;
  text-transform: uppercase;
  background: #3c4553;
  font-family: "Gotham SSm A", "Gotham SSm B";
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  display: inline-block;
  font-weight: bold;
}
@media (min-width: 992px) {
  h2.on-black {
    margin-bottom: 20px;
  }
}
.title-h2-bg-right {
  margin-right: -400px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 40px;
  max-width: 100%;
}
.title-h2-bg-right h2.normal {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  margin-right: 400px;
  letter-spacing: 1px;
  margin-top: 0;
  padding: 5px 0 5px 15px;
  margin-bottom: 0;
}
.title-h2-bg {
  margin-left: -400px;
  display: inline-block;
  margin-bottom: 0;
}
.title-h2-bg h2.normal {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  margin-left: 400px;
  letter-spacing: 1px;
  margin-top: 0;
  padding: 5px 5px 5px 0;
  margin-bottom: 0;
}
p {
  line-height: 1.5;
  margin: 15px 0 0;
  font-size: 21px;
  font-weight: 200;
}
a {
  color: #2acecd;
}
@media (max-width: 758px) {
  a {
  font-size: 15px;
}
}                           
.floor {
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
@media (min-width: 1170px) {
  .floor {
    min-height: calc(100vh - 100px);
    min-height: -moz-calc(100vh - 100px);
    min-height: -webkit-calc(100vh - 100px);
    min-height: -o-calc(100vh - 100px);
    
  }
}
.full-floor {
  min-height: 100vh;
}
.animal-icon-in-center-wrapper {
  position: absolute;
  left: 50%;
  bottom: -50px;
  z-index: 1;
  border-radius: 50%;
  margin-left: -50px;
  border: 5px solid #fff;
  width: 105px;
  height: 105px;
  line-height: 94px;
}
@media (min-width: 992px) {
  .animal-icon-in-center-wrapper {
    bottom: -85px;
    width: 155px;
    height: 155px;
    line-height: 140px;
    margin-left: -70px;
  }
}
.animal-icon-in-center-wrapper img {
  width: 37%;
}
@media (min-width: 992px) {
  .animal-icon-in-center-wrapper img {
    width: initial;
  }
}
.animal-icon-in-center-no-border-wrapper {
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  line-height: 75px;
  margin-left: -30px;
  border: none;
}
@media (min-width: 992px) {
  .animal-icon-in-center-no-border-wrapper {
    bottom: -75px;
    width: 152px;
    height: 145px;
    line-height: 145px;
    margin-left: -70px;
  }
}
.three-bulletin {
  list-style-type: none;
  padding-bottom: 60px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .three-bulletin {
    padding-bottom: 120px;
  }
}
.three-bulletin ul {
  list-style: none;
}
.three-bulletin li {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  font-weight: 200;
}
.three-bulletin li:before {
  content: '' !important;
  background: url("images/bulatin.png");
  width: 42px;
  height: 23px;
  position: absolute;
  left: -50px !important;
  top: 5px;
}
.blue-bulletin {
  line-height: 2;
  margin-bottom: 50px;
}
.blue-bulletin > li {
  color: #2acecd;
  list-style: square;
  font-size: 21px;
}
.blue-bulletin > li > span {
  text-decoration: none;
  color: #5c5c5c;
  font-weight: bold;
}
.blue-bulletin li ul {
  padding: 0;
}
.blue-bulletin li ul li {
  padding-right: 30px;
  list-style-type: none;
  font-size: 21px;
  font-weight: 200;
  color: #5c5c5c;
}
.blue-bulletin-circle {
  padding: 0;
  line-height: 2;
  margin-bottom: 25px;
}
.blue-bulletin-circle > li {
  color: #2acecd;
  list-style: disc;
  font-size: 21px;
  margin-left: 20px;
}
.blue-bulletin-circle > li > span {
  text-decoration: none;
  color: #5c5c5c;
}
.blue-bulletin-circle li ul li {
  padding-right: 30px;
  list-style-type: none;
  font-size: 24px;
  font-weight: normal;
  color: #5c5c5c;
}
.numbers {
  list-style-type: none;
  counter-reset: my-badass-counter;
  color: #5c5c5c;
  padding-bottom: 30px;
}
.numbers li {
  position: relative;
  line-height: 2;
  font-size: 20px;
}
.numbers li ul {
  list-style-type: disc;
}
.numbers li ul li {
  color: #2acecd;
}
.numbers li ul li span {
  color: #5c5c5c;
}
.numbers > li:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  color: rgba(43, 206, 205, 0.271);
  text-transform: uppercase;
  left: -40px;
  top: 7px;
  font: bold 30px/1 Sans-Serif;
}
.normal-numbers {
  margin: 0 auto;
}
.normal-numbers li {
  padding-bottom: 10px;
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  color: #f39900;
}
.gotham {
  font-family: "Gotham SSm A";
  font-weight: bold;
}
.no-margin {
  margin: 0;
}
.alignleft,
.alignright,
.alignnone {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .alignleft,
  .alignright,
  .alignnone {
    margin-bottom: inherit;
  }
}
/* end reset.less */
/* home-floor-1.less */
#home-floor-1 {
  background: #2acecd;
}
.scroll-wrapper {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -77.5px;
}
.home-icons-wrapper {
  padding: 0 0 10px;
  z-index: 9999;
  position: relative;
  display: inline-block;
  text-align: center;
}
@media (max-height: 700px) {
  .home-icons-wrapper {
    padding: 3vh 0 0 !important;
  }
}
@media (min-width: 992px) {
  .home-icons-wrapper {
    padding: 12vh 0 0;
  }
}
.home-box {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 20px 0;
  max-width: 200px;
  position: relative;
}
@media (min-width: 992px) {
  .home-box {
    font-size: 26px;
    display: inline-block;
    margin: 0;
    max-width: 100%;
  }
}
@media (min-width: 1350px) {
  .home-box {
    margin: 0 70px;
  }
}
.home-box span:first-child {
  margin-bottom: 20px;
}
.home-box span:last-child {
  font-weight: 100;
}
.home-box span {
  display: inline-block;
  color: #fff;
}
@media (min-width: 992px) {
  .home-box span {
    display: block;
  }
}
/* scroll */
.scroll-wrapper span {
  display: inline-flex;
}
/* home icons */
.gif-hover {
  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;
  position: absolute;
  top: 0;
  left: 0;
}
.home-box:hover .gif-hover {
  opacity: 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;
}
.home-box:hover .bold {
  color: #fae111;
}
.call-to-action {
  display: block;
  padding: 25px 50px;
}
/* end home-floor-1.less */
/* home-floor-2 */
#home-floor-2 {
  background: #f39900;
}
#home-floor-2 h2 {
  padding: 20px 0;
}
@media (min-width: 1200px) {
  #home-floor-2 h2 {
    padding: 2% 0 0;
    margin: 0;
  }
}
#home-floor-2 .home-text-box-wrapper {
  color: #fff;
  padding-bottom: 25px;
}
#home-floor-2 .home-text-box-wrapper p {
  color: #fff;
  font-size: 2vh;
}
#home-floor-2 .scroll-wrapper {
  bottom: -70px;
}
.home-text-box {
  font-size: 24px;
  font-weight: 100;
}
@media (min-width: 992px) {
  .home-text-box {
    width: 60%;
    margin: 0 auto;
  }
}
/* end home-floor-2 */
/* home-floor-3.less */
#home-floor-3 {
  position: relative;
}
#home-floor-3 .home-clients-wrapper {
  padding-bottom: 150px;
}
@media (min-width: 1200px) {
  #home-floor-3 .home-clients-wrapper {
    padding-bottom: 45px;
  }
}
#home-floor-3 h1 {
  margin-bottom: 0;
  text-align: left;
  padding-top: 30px;
}
.animal-icon-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* end home-floor-3.less */
/* footer.less */
.ri-grid ul li {
  margin-bottom: 3px !important;
}
small,
.small {
  font-size: 50%;
}
.page-template-page-case-study #site-footer,
.page-template-page-acquisition #site-footer,
.page-template-page-technologies #site-footer,
.page-template-page-defualt #site-footer,
.page-template-web-marketing #site-footer,
.page-template-page-ppc #site-footer,
.page-template-page-seo #site-footer,
.single #site-footer {
  background: #ededed;
}
.page-template-page-seo #site-footer {
  padding-top: 50px;
}
#site-footer {
  background: #fff;
  color: #737373;
  line-height: 1.2;
  padding-bottom: 10px;
}
#site-footer .navbar {
  min-height: 1px;
}
#site-footer #menu-footer_menu {
  text-align: center;
  padding: 0;
}
#site-footer #menu-footer_menu li {
  display: inline-block;
  margin: 0 5px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #site-footer #menu-footer_menu li {
    margin: 0 10px;
  }
}
#site-footer #menu-footer_menu li a {
  color: #737373;
  font-size: 14px;
  font-weight: 300;
}
#site-footer #menu-footer_menu li a:hover {
  color: #3c4553;
}
.social-wrapper {
  padding: 10px 0 5px;
}
@media (min-width: 768px) {
  .social-wrapper {
    padding: 15px 0 0px;
  }
}
@media (min-width: 992px) {
  .social-wrapper {
    padding: 0;
  }
}
.social-wrapper .menu {
  list-style-type: none;
  padding: 0;
}
.social-wrapper .menu li {
  display: inline-block;
  margin: 0 5px;
}
.social-wrapper .menu li a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.social-wrapper .menu li i {
  font-size: 24px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  width: 37px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.social-wrapper .menu a:hover {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #020202;
}
.social-wrapper .menu a:hover i {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-top-wrapper a {
  margin: 0;
  color: #737373;
  display: inline-block;
  font-size: 16px;
}
@media (min-width: 992px) {
  .footer-top-wrapper a {
    margin: 0px 0 10px;
  }
}
.copy-rights {
  text-transform: uppercase;
  font-family: "Depressionist", "Gotham SSm A", "Gotham SSm B";
}
.copy-rights p {
  font-size: 16px;
}
@media (min-width: 992px) {
  .copy-rights p {
    font-size: 14px;
  }
}
.nav-blog a {
  background-image: url("images/blog-image.png");
  width: 39px;
  height: 39px;
  display: inline-block;
}
.nav-google a {
  background-image: url("images/g+.png");
  width: 39px;
  height: 39px;
  display: inline-block;
}
.nav-twitter a {
  background-image: url("images/twitter.png");
  width: 39px;
  height: 39px;
  display: inline-block;
}
.sprite.lamp {
  margin-top: 40px;
  margin-bottom: 25px;
}
.sogo-logo a {
  color: #737373 !important;
}
a:focus,
a:active {
  text-decoration: none;
}
.footer-top-wrapper a {
  vertical-align: top !important;
}
.footer-top-wrapper a:first-child:hover {
  color: #fae111;
}
.footer-top-wrapper a:nth-child(2):hover {
  color: #f39900;
}
.footer-top-wrapper a:nth-child(3):hover {
  color: #fac109;
}
.footer-top-wrapper a:nth-child(4):hover {
  color: #2acecd;
}
.sogo-logo {
  padding: 10px 0 0;
  display: none;
}
.google-partner{
  position: absolute; 
  bottom: 0; 
  left: 0;
}
@media (max-width: 997px) {
  .google-partner{
        position: inherit;
        margin-top: 5%;
  }
}
/* end footer.less */
/* marketing.less */
#marketing-floor-2 {
  padding-top: 50px;
}
@media (min-width: 992px) {
}
#marketing-floor-5 {
  padding-top: 190px;
  padding-bottom: 50px;
}
#marketing-floor-5 img {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #marketing-floor-5 img {
    position: absolute;
    margin-bottom: 0;
    top: -110px;
  }
}
@media (min-width: 992px) {
  #marketing-floor-5 a {
    position: absolute;
    right: 0;
    top: 165px;
  }
}
.padding-thumbnail-wrapper {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .padding-thumbnail-wrapper {
    padding-top: 0;
    margin-left: -70px;
  }
}
.read-more {
  margin-top: 15px;
  display: inline-block;
}
/* end marketing.less */
/* sprite.less */
.sprite {
  background: url('images/sprite.png') no-repeat;
  margin: 0 auto;
}
.sprite.home-floor-1-main-img {
  background-position: 0px 0px;
  width: 715px;
  height: 166px;
}
.sprite.home-icon-1 {
  background-position: 0px -176px;
  width: 112px;
  height: 181px;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 992px) {
  .sprite.home-icon-1 {
    margin-bottom: 0;
  }
}
.sprite.home-icon-2 {
  background-position: 0px -367px;
  width: 190px;
  height: 164px;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 992px) {
  .sprite.home-icon-2 {
    margin-bottom: 0;
  }
}
.sprite.home-icon-3 {
  background-position: 0px -541px;
  width: 191px;
  height: 191px;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 992px) {
  .sprite.home-icon-3 {
    margin-bottom: 0;
  }
}
.sprite.scroll-down {
  background-position: 0px -742px;
  width: 55px;
  height: 22px;
}
.sprite.home-floor-2-main-img {
  background-position: 0px -774px;
  width: 538px;
  height: 84px;
}
.sprite.icon-animal {
  background-position: 0px -868px;
  width: 119px;
  height: 168px;
}
.sprite.home-floor-3-main-img {
  background-position: 0px -1046px;
  width: 639px;
  height: 101px;
  margin: inherit;
}
.sprite.lamp {
  background-position: 0px -1157px;
  width: 55px;
  height: 91px;
}
/* end sprite.less  */
/*  technologies.less*/
#tech-floor-1 h1 {
  margin-bottom: 150px;
}
#tech-floor-2 {
  margin: 100px 0;
}
/* end technologies.less */
/* skip-content.less  */
a.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-link:focus,
a.skip-link:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}
/* header.less  */
.admin-bar #main-header {
  top: 32px;
}
#primary-navigation {
  padding-right: 195px;
}
.home #main-header,
.page-template-page-app-marketing #main-header,
.page-template-page-ab-testing #main-header,
.page-template-page-technologies #main-header,
.page-template-page-acquisition #main-header,
.page-template-page-store-optimization #main-header,
.blog #main-header,
.single #main-header {
  background: #2acecd;
}
#main-header {
  background: #fac109;
  height: 110px;
}
@media (min-width: 992px) {
  #main-header {
    height: 101px;
    width: 100%;
    z-index: 1000;
  }
}
.page-template-page-positions #main-header {
  background: #fac109;
}
.error404 #main-header,
.page-template-page-case-study #main-header,
.single-case_study #main-header,
.page-template-page-marketing #main-header,
.page-template-web-marketing #main-header,
.page-template-page-ppc #main-header,
.page-template-page-seo #main-header,
.page-template-page-services #main-header {
  background: #f39900;
}
.animal {
  position: absolute;
  z-index: 1001;
  bottom: 0;
}
@media (min-width: 768px) {
  .animal {
    bottom: -135px;
    width: 39%;
  }
}
@media (min-width: 992px) {
  .animal {
    max-width: 25vh;
    top: 100px;
    bottom: auto;
    width: inherit;
  }
}
@media (min-width: 1200px) {
  .animal {
    max-width: 50vh;
  }
}
@media (min-width: 1400px) {
  .animal {
    max-width: 100%;
    height: 100%;
  }
}
#logo {
  text-align: center;
  /*padding-top: 10px;*/
  padding-top: 6px;
  position: absolute;
  right: 35px;
  top: 0;
}
@media (min-width: 992px) {
  #logo {
    /*right: -100px;*/
    right: -85px;
  }
}
#logo a {
  /*background-image: url("images/logo-mobile.png");*/
  background-image: url("images/logo2017-mobile.png");
  background-repeat: no-repeat;
  width: 200px;
  /*width: 326px;*/
  height: 90px;
  display: inline-block;
  text-indent: -9999px;
}
@media (min-width: 992px) {
  #logo a {
    background-image: url("images/logo2017.png");
    /*width: 306px;*/
    width: 432px;
    height: 135px;
    /*background-size: 60%;*/
  }
}
.navbar {
  border: none;
}
.primary-navigation .navbar-toggle .icon-bar {
  width: 30px;
  height: 4px;
  background: #fff;
}
.primary-navigation .navbar-toggle {
  margin: 5px -20px 10px 0;
}
.primary-navigation ul {
  list-style: none;
  margin-bottom: 0;
  top: 32px;
  right: 0;
  text-align: left;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  background: #fac211;
}
@media (min-width: 992px) {
  .primary-navigation ul {
    background: #fff;
    text-align: right;
    /*margin-right: -6px;*/
    margin-right: 135px;
    /*padding: 0;*/
    padding: 9px 59px 10px 0;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .primary-navigation ul {
    /*padding: 0 50px 0 0;*/
    padding: 9px 59px 10px 0;
  }
}
.primary-navigation ul li {
  background-color: #f6a907;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .primary-navigation ul li {
    margin-left: 25px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .primary-navigation ul li {
    margin-left: 40px;
    margin-right: 0;
  }
}
.primary-navigation ul li:hover .sub-menu {
  display: block;
}

.primary-navigation ul li a {
  text-transform: uppercase;
  color: #5c5c5c;
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 10px 0 14px 10px;
}
@media (min-width: 992px) {
  .primary-navigation ul li a {
    padding: 3px 0 3px;
    font-size: 16px;
    font-weight: normal;
  }
}
.primary-navigation ul li a:hover {
  color: #2acecd;
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 992px) {
  .primary-navigation ul li .sub-menu {
    position: absolute;
    display: none;
    right: auto;
    background-color: transparent;
    text-align: left;
    padding: 0;
    z-index: 3;
    margin-left: -15px;
    top: 29px;
    border-top: none;
  }
}
.primary-navigation ul li .sub-menu li {
  background: #fac211;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
  .primary-navigation ul li .sub-menu li {
    display: inline-block;
    background: transparent;
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 14px;
    border-bottom: none;
    line-height: 35px;
    padding: 0;
    position: relative;
  }
}
.primary-navigation ul li .sub-menu li a {
  color: #fff;
  font-weight: 100;
  font-size: 18px;
  padding: 20px 0 20px 30px;
}
@media (min-width: 992px) {
  .primary-navigation ul li .sub-menu li a {
    padding: 9px 0 9px 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
  }
}
@media (min-width: 992px) {
  .primary-navigation ul li .sub-menu li:before {
    content: "";
    background: url("images/white-side.png");
    width: 11px;
    height: 15px;
    position: absolute;
    left: -14px;
    top: 10px;
  }
}
.primary-navigation ul li .sub-menu li:last-child {
  border-bottom: none;
}
.screen-reader-text::nth-last-word {
  font-weight: 100;
}
.navbar-collapse.collapse {
  padding: 0;
  background: #fac211;
}
@media (min-width: 992px) {
  .navbar-collapse.collapse {
    background: transparent;
  }
}
.current_page_item > a,
.current-menu-item > a,
.current-menu-parent > a {
  color: #2acecd !important;
  text-decoration: none;
  font-weight: 700 !important;
}
.page-template-page-app-marketing .current_page_item > a,
.page-template-page-marketing .current_page_item > a,
.page-template-page-app-marketing .current-menu-item > a,
.page-template-page-marketing .current-menu-item > a,
.page-template-page-app-marketing .current-menu-parent > a,
.page-template-page-marketing .current-menu-parent > a {
  color: #fae111 !important;
}
.page-template-page-social-media .current_page_item > a,
.page-template-page-social-media .current-menu-item > a,
.page-template-page-social-media .current-menu-parent > a {
  color: #f39900 !important;
}
.page-template-page-contact .current_page_item > a,
.page-template-page-contact .current-menu-item > a,
.page-template-page-contact .current-menu-parent > a,
.archive .current_page_item > a,
.archive .current-menu-item > a,
.archive .current-menu-parent > a {
  color: #fac109 !important;
}
.post-type-archive-case_study .menu-item-has-children ul li a {
  color: #fff !important;
}
.page-template-page-about .current_page_item > a,
.page-template-page-about .current-menu-item > a,
.page-template-page-about .current-menu-parent > a,
.page-template-page-careers .current_page_item > a,
.page-template-page-careers .current-menu-item > a,
.page-template-page-careers .current-menu-parent > a {
  color: #2acecd !important;
}


body.category-7 #main-header {background: #2acecd;}
body.category-6 #main-header {background: #2acecd;}
body.category-5 #main-header {background: #2acecd;}

body.category-7 .blog-btn-wrapper{display: none;}
body.category-6 .blog-btn-wrapper{display: none;}
body.category-5 .blog-btn-wrapper{display: none;}
