@import url("//fonts.googleapis.com/css?family=Nunito+Sans:300,400,700|Lato:300,400,700,900|Kaushan+Script");
@charset "UTF-8";
.ym-container {
  width: 1140px;
  margin: 0 auto;
}
.col-ym-12,
.col-ym-11,
.col-ym-10,
.col-ym-9,
.col-ym-8,
.col-ym-7,
.col-ym-6,
.col-ym-5,
.col-ym-4,
.col-ym-3,
.col-ym-2,
.col-ym-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-ym-12 {
  width: 100%;
  float: left;
}
.col-ym-11 {
  width: 91.66666667%;
  float: left;
}
.col-ym-10 {
  width: 83.33333333%;
  float: left;
}
.col-ym-9 {
  width: 75%;
  float: left;
}
.col-ym-8 {
  width: 66.66666667%;
  float: left;
}
.col-ym-7 {
  width: 58.33333333%;
  float: left;
}
.col-ym-6 {
  width: 50%;
  float: left;
}
.col-ym-5 {
  width: 41.66666667%;
  float: left;
}
.col-ym-4 {
  width: 33.33333333%;
  float: left;
}
.col-ym-3 {
  width: 25%;
  float: left;
}
.col-ym-2 {
  width: 16.66666667%;
  float: left;
}
.col-ym-1 {
  width: 8.33333333%;
  float: left;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -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.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -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;
}
@-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(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.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(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-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(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.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(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.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;
}
@-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.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.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(.97,.97,.97);
    transform: scale3d(.97,.97,.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.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.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(.97,.97,.97);
    transform: scale3d(.97,.97,.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.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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(.9,.9,.9);
    transform: scale3d(.9,.9,.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(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.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(.3,.3,.3);
    transform: scale3d(.3,.3,.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(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.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(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.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;
}
@-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;
}
@-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(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.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.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.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.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.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(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.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(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.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.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.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.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,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;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
}
.acf-hidden {
  display: none;
}
body.front-end * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6,
body.front-end p,
body.front-end ul,
body.front-end ol,
body.front-end pre,
body.front-end blockquote,
body.front-end textarea,
body.front-end button {
  margin-bottom: 0 0 20px 0;
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
}
body.front-end p,
body.front-end li,
body.front-end a {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
body.front-end a {
  font-family: 'Nunito Sans', sans-serif;
  color: #666;
  text-decoration: none;
}
body.front-end a:hover,
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
body.front-end a:active {
  text-decoration: none;
}
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
body.front-end code {
  font-family: Consolas, "Courier New", Courier, mono;
}
body.front-end strong {
  font-weight: 600;
}
body.front-end ul,
body.front-end ol {
  margin-left: 10px;
  padding-left: 20px;
}
body.front-end blockquote {
  display: block;
  opacity: .95;
  border-left: 4px solid;
  border-left-color: #ddd;
  padding: 0 10px;
  font-style: italic;
  margin-left: 10px;
}
body.front-end blockquote p:last-child {
  margin-bottom: 10px;
}
body.front-end pre {
  font-family: Consolas, "Courier New", Courier, mono;
  background: black;
  font-size: 12px;
  background: rgba(0,0,0,0.9);
  color: #eee;
  padding: 10px 20px;
}
body.front-end .clear {
  clear: both;
}
body h1,
body .higher-size {
  font-size: 36px;
}
body h2,
body .lower-size {
  font-size: 30px;
}
body h3 {
  font-size: 24px;
}
body h4 {
  font-size: 20px;
}
body h5 {
  font-size: 18px;
}
body h6 {
  font-size: 16px;
}
@font-face {
  font-family: 'asm-medium';
  src: url('https://reneemcdonald.com/wp-content/themes/project-ym/less/../fonts/asm-medium.eot');
  src: url('https://reneemcdonald.com/wp-content/themes/project-ym/less/../fonts/asm-medium.woff2') format('woff2'), url('https://reneemcdonald.com/wp-content/themes/project-ym/less/../fonts/asm-medium.woff') format('woff'), url('https://reneemcdonald.com/wp-content/themes/project-ym/less/../fonts/asm-medium.ttf') format('truetype'), url('https://reneemcdonald.com/wp-content/themes/project-ym/less/../fonts/asm-medium.svg#asm-medium') format('svg'), url('https://reneemcdonald.com/wp-content/themes/project-ym/less/../fonts/asm-medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
.header ul li,
.sticky-menu ul li {
  list-style-type: none;
  display: inline;
  vertical-align: middle;
}
.header ul,
.sticky-menu ul {
  padding: 0 !important;
  margin: 0 !important;
}
.header ul li a,
.sticky-menu ul li a {
  padding: 64px 12px;
  text-transform: uppercase;
  font-size: 16px;
}
.header .left.
	.sticky-menu .left {
  float: left;
  text-align: left;
}
.header .left,
.header .logo,
.header .right,
.sticky-menu .left,
.sticky-menu .logo,
.sticky-menu .right {
  height: 149px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header ul li.menu-item-has-children ul,
.sticky-menu ul li.menu-item-has-children ul {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 0px;
  top: 100%;
  max-width: 250px;
}
.header ul li:hover ul,
.sticky-menu ul li:hover ul {
  display: block;
}
.header ul li.menu-item-has-children ul li
	.sticky-menu ul li.menu-item-has-children ul li {
  display: block;
}
.header ul li.menu-item-has-children ul li a,
.sticky-menu ul li.menu-item-has-children ul li a {
  background: rgba(0,0,0,0.9);
  padding: 10px 15px;
  color: #fff;
  display: block;
  text-align: center;
  border-bottom: 1px solid #434343;
  transition: all 0.2s ease-in-out 0s;
}
.header ul li.menu-item-has-children ul li a:hover,
.sticky-menu ul li.menu-item-has-children ul li a:hover {
  background: #f195a1;
}
#notification-bar {
  text-align: center;
  padding: 17px 0px;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  text-transform: uppercase;
}
#notification-bar p {
  color: #fff;
  margin: 0px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}
#notification-bar p .btn {
  display: inline-block;
  position: relative;
  border-radius: 4px;
  color: #090909;
  padding: 9px 40px;
  margin-left: 85px;
  font-weight: 700;
  background-color: #fff;
  font-size: 18px;
}
#notification-bar p .btn:hover {
  opacity: .8;
  transition: all 0.2s ease-in-out 0s;
}
header,
#menu.sticky-menu {
  margin-top: 76px;
  width: 100%;
  padding: 0px;
  height: 149px;
  position: relative;
  z-index: 999;
}
header .mobile-menu,
#menu.sticky-menu .mobile-menu {
  display: none;
}
header .logo,
#menu.sticky-menu .logo {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 149px;
}
header .logo h3,
#menu.sticky-menu .logo h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
}
header .logo h3 a,
#menu.sticky-menu .logo h3 a {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
header .logo .logo img,
#menu.sticky-menu .logo .logo img {
  width: 190px;
  height: auto;
  padding: 10px 0;
}
header .right,
#menu.sticky-menu .right {
  text-align: right;
  float: right;
}
header .right .menu-main-nav-container,
#menu.sticky-menu .right .menu-main-nav-container {
  display: inline-block;
  font-size: 0px;
}
header .right .menu-main-nav-container ul,
#menu.sticky-menu .right .menu-main-nav-container ul {
  margin: 0;
  padding: 0px;
}
header .right .menu-main-nav-container ul li,
#menu.sticky-menu .right .menu-main-nav-container ul li {
  display: inline-block;
}
header .right .menu-main-nav-container ul li a,
#menu.sticky-menu .right .menu-main-nav-container ul li a {
  color: #000;
  display: inline-block;
  padding: 43px 15px;
  font-size: 16px;
}
header .right .menu-main-nav-container ul li a:hover,
#menu.sticky-menu .right .menu-main-nav-container ul li a:hover {
  text-decoration: underline;
  background-color: none;
}
header .right .menu-main-nav-container ul li ul,
#menu.sticky-menu .right .menu-main-nav-container ul li ul {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 0px;
}
header .right .menu-main-nav-container ul li ul li,
#menu.sticky-menu .right .menu-main-nav-container ul li ul li {
  display: block;
}
header .right .menu-main-nav-container ul li ul li a,
#menu.sticky-menu .right .menu-main-nav-container ul li ul li a {
  background: rgba(0,0,0,0.5);
  padding: 10px 15px;
  color: #fff;
  display: block;
}
header .right .menu-main-nav-container ul li ul li a:hover,
#menu.sticky-menu .right .menu-main-nav-container ul li ul li a:hover {
  text-decoration: none;
  background: rgba(39,170,225,0.95);
}
header .right .menu-main-nav-container ul li:hover ul,
#menu.sticky-menu .right .menu-main-nav-container ul li:hover ul {
  display: block;
}
#menu.sticky-menu {
  position: fixed;
  top: 76px;
  margin-top: 0px !important;
  width: 100%;
  display: none;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.inner-container {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: auto;
}
.inner-container ul {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.inner-container ul li {
  display: inline-block;
  background-image: url("https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/flower.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px 22px;
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  padding-left: 35px;
  line-height: 1.5em;
  margin-bottom: 6px;
}
.inner-container p {
  font-size: 16px;
}
.inner-container .cta {
  margin: 50px 0px 0px;
}
#before-footer {
  background: url(https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/footer.jpg) no-repeat center center / cover;
  text-align: center;
  padding: 40px 0px;
}
#before-footer .inner-container h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff !important;
  font-family: 'Kaushan Script', cursive;
  margin-top: 0;
}
#before-footer .inner-container p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
}
#before-footer .inner-container .button {
  background-color: #fff;
  border: 0;
  color: #363636;
  cursor: pointer;
  font-size: 26px;
  font-weight: 600;
  padding: 21px 0px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  max-width: 548px;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
#before-footer .inner-container .button:hover {
  opacity: .8;
  transition: .2s all ease-in-out;
}
footer .copyright-section {
  padding: 25px 0;
}
footer .copyright-section ul {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
}
footer .copyright-section ul li {
  list-style-type: none;
  vertical-align: middle;
  display: inline-block;
}
footer .copyright-section ul li p {
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin: 0;
}
footer .copyright-section ul li a {
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  font-size: 18px;
}
footer .copyright-section ul li span {
  font-size: 20px;
  color: #fff;
}
footer .copyright-section ul li img {
  margin-left: 5px;
}
body.page-template .testimonials {
  padding: 40px 0;
}
body.page-template .testimonials .test-wrap {
  position: relative;
}
body.page-template .testimonials .test-wrap img {
  position: absolute;
}
body.page-template .testimonials .test-wrap .inner-wrap {
  max-width: 810px;
  margin: 0 auto;
}
body.page-template .testimonials .test-wrap .inner-wrap h2 {
  text-align: left;
  color: #fff;
}
body.page-template .additional-section {
  padding: 70px 0;
}
body.page-template .additional-section .wrapper {
  max-width: 961px;
  margin: 0 auto;
}
body.page-template .additional-section .wrapper h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}
body.page-template .services .text-wrap p {
  margin-bottom: unset;
}
body.page-template .inner-container .btn-wrap {
  text-align: center;
  padding-top: 30px;
}
body.page-template .inner-container .btn-wrap .button {
  background-color: #f195a1;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  padding: 15px;
  text-decoration: none;
  white-space: normal;
  width: auto !important;
  max-width: none;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
}
body.page-template .inner-container .btn-wrap .btn-one,
body.page-template .inner-container .btn-wrap .btn-two {
  display: inline-block;
  width: 100% !important;
  max-width: 334px !important;
  margin-bottom: 30px;
}
body.page-template .inner-container p {
  margin-bottom: 30px;
}
body.page-template .inner-container ul {
  margin: 0 0 30px 0 !important;
}
body.page-template .inner-container ul li {
  display: block;
  background-image: none;
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  line-height: 24px;
  margin-bottom: 10px;
}
body.page-template .testimonials .tmls_name {
  margin-top: 40px;
}
body.page-template .testimonials .tmls .tmls_container .tmls_item .tmls_text,
body.page-template .testimonials .tmls .tmls_container .tmls_item .tmls_name {
  font-family: 'Nunito Sans', sans-serif;
}
body.page-template #help ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
body.page-template #cta-section h2,
body.page-template #cta-section h3 {
  color: #fff;
}
body.page-template #questions .two-col {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}
body.page-template #questions h3 {
  color: #b45b6a;
}
body.page-template #questions .btn-wrap .button {
  padding: 13px 15px;
  background-color: #6ac7cf;
}
body .home-section-2 {
  background-color: #c8e1e1;
  padding: 52px 0px;
  text-align: center;
}
body .home-section-2 .wrapper {
  max-width: 961px;
  margin: 0 auto;
}
body .home-section-2 .col-ym-6:first-child .inner-wrap .button {
  background-color: #fff;
  color: #303030;
}
body .home-section-2 .col-ym-6:first-child .inner-wrap .button i:after {
  content: "\f095";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 29px;
}
body .home-section-2 .col-ym-6:last-child .inner-wrap .button {
  background-color: #272c2d;
  color: #fff;
}
body .home-section-2 .col-ym-6:last-child .inner-wrap .button i:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 29px;
}
body .home-section-2 button,
body .home-section-2 input[type="button"],
body .home-section-2 input[type="reset"],
body .home-section-2 input[type="submit"],
body .home-section-2 .button {
  background-color: #f195a1;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  padding: 15px 0px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  max-width: 457px;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
body .home-section-2 .button:hover {
  opacity: .8;
  transition: .2s all ease-in-out;
}
body .home-section-3 {
  padding: 80px 0px 80px;
  text-align: center;
}
body .home-section-3 .wrapper h2 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
body .home-section-3 .wrapper h1 {
  font-family: 'Kaushan Script', cursive;
  margin: 0;
  letter-spacing: 1px;
}
body .home-section-3 .wrapper .dash-line {
  max-width: 92px;
  margin: 0 auto;
  border-bottom: 1px solid #0fcbd7;
  padding-top: 30px;
}
body .home-section-3 .wrapper .row .col-ym-6:first-of-type {
  float: right;
}
body .home-section-3 .wrapper .row .col-ym-6:first-of-type .inner-wrap img {
  padding-top: 40px;
  max-width: 100%;
  height: auto;
}
body .home-section-3 .wrapper .row .inner-wrap p {
  text-align: left;
  margin-bottom: 30px;
}
body .home-section-3 .wrapper .row .inner-wrap p:first-child {
  font-weight: 700;
}
body .home-section-3 .wrapper .row .inner-wrap .author-detail {
  font-family: 'asm-medium';
  font-size: 36px;
  margin-bottom: 0px;
}
body .home-section-4 {
  background-image: url("https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/cta.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 50px 0;
}
body .home-section-4 .wrapper {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
body .home-section-4 .wrapper h2 {
  color: #fff;
}
body .home-section-4 .wrapper h2:first-child {
  font-weight: 400;
}
body .home-section-4 .wrapper h2:last-of-type {
  margin-bottom: 0px;
  font-weight: 700;
  padding-bottom: 40px;
}
body .home-section-4 .wrapper .button {
  background-color: #fff;
  border: 0;
  color: #363636;
  cursor: pointer;
  font-size: 26px;
  font-weight: 700;
  padding: 21px 0px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  max-width: 499px;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
body .home-section-4 .wrapper .button i:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 26px;
}
body .home-section-4 .wrapper .button:hover {
  opacity: .8;
  transition: .2s all ease-in-out;
}
body .home-section-5 {
  background-color: #f6f7fa;
}
body .home-section-5 .higher-size {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 60px 0;
}
body .home-section-5 .row .bg-wrap {
  max-width: 1140px;
  margin: 0 auto;
}
body .home-section-5 .row .bg-wrap .inner-wrap {
  height: 746px;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
body .home-section-5 .row .bg-wrap .inner-wrap img {
  max-width: 100%;
  height: auto;
}
body .home-section-5 .row .bg-wrap .inner-wrap h2 {
  margin-bottom: 10px;
  color: #d27d8a;
  text-align: left;
}
body .home-section-5 .row .bg-wrap .inner-wrap .btn-btn {
  margin-top: 20px;
}
body .home-section-5 .row .button {
  background-color: #6ac7cf;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 0px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  max-width: 196px;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin-right: auto;
}
body .home-section-5 .row .button:hover {
  opacity: .8;
  transition: .2s all ease-in-out;
}
body .home-section-5 .row:nth-child(odd) .col-ym-6:nth-child(odd) {
  float: right;
}
body .home-section-5 .row:nth-child(odd) {
  background-color: #f6f7fa;
}
body .home-section-5 .row:nth-child(odd) .col-ym-6:last-child .inner-wrap {
  padding-right: 27px;
}
body .home-section-5 .row:nth-child(even) {
  background-color: #fff;
}
body .home-section-5 .row:nth-child(even) .col-ym-6:last-child .inner-wrap {
  padding-left: 27px;
}
body .home-section-6 {
  background-image: url('https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/ReneeMcDonald_02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 0;
}
body .home-section-6 .wrapper h2 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 70px;
}
body .home-section-6 .wrapper p {
  font-weight: 700;
  margin-bottom: 40px;
}
body .home-section-6 .wrapper li {
  display: block;
  list-style-type: none;
  background-image: unset;
  padding-left: 0;
  line-height: normal;
}
body .home-section-6 .wrapper li span {
  display: inline-block;
  float: left;
  line-height: normal;
  padding-right: 15px;
}
body .home-section-6 .wrapper li p {
  overflow: hidden;
  margin: 0;
  line-height: normal;
  font-weight: 400;
}
body .home-section-7 {
  padding: 45px 0;
}
body .home-section-7 .wrapper {
  max-width: 1015px;
  margin: 0 auto;
  text-align: center;
}
body .home-section-7 .wrapper h2 {
  text-transform: uppercase;
  font-weight: 400;
}
body .home-section-7 .wrapper h3:first-of-type {
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
body .home-section-7 .wrapper i:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 29px;
}
body .home-section-7 .wrapper .button {
  background-color: #f195a1;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  padding: 15px 0px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  max-width: 420px;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}
body .home-section-7 .wrapper .button:hover {
  opacity: .8;
  transition: .2s all ease-in-out;
}
body .home-section-7 .wrapper .btn-btn {
  margin-top: 30px;
}
body .home-section-8 {
  background-image: url('https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/ReneeMcDonald_04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 0;
}
body .home-section-8 .wrapper .inner-wrap {
  padding-left: 40px;
}
body .home-section-8 .wrapper ul {
  padding-left: 20px !important;
}
body .home-section-8 .wrapper h2 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 70px;
}
body .home-section-8 .wrapper p {
  font-weight: 700;
  margin-bottom: 40px;
}
body .home-section-8 .wrapper li {
  display: block;
  list-style-type: none;
  background-image: unset;
  padding-left: 0;
  line-height: normal;
}
body .home-section-8 .wrapper li span {
  display: inline-block;
  float: left;
  line-height: normal;
  padding-right: 15px;
}
body .home-section-8 .wrapper li p {
  overflow: hidden;
  margin: 0;
  line-height: normal;
  font-weight: 400;
}
body .home-section-9 {
  padding: 80px 0;
}
body .home-section-9 .inner-container {
  max-width: 1080px;
  margin: 0 auto;
}
body .home-section-9 .inner-container h2 {
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 70px;
}
body .home-section-9 .inner-container ul {
  column-count: 2;
  -webkit-column-count: 2;
}
body .home-section-9 .inner-container ul li {
  display: block;
  text-align: left;
  margin-bottom: 30px;
}
body .home-section-9 .inner-container ul li p {
  margin-top: 0;
}
body .home-section-10 {
  background-image: url('https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/inner1.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
body .home-section-10 .inner-container .wrapper {
  max-width: 640px;
}
body .home-section-10 .inner-container .wrapper h2 {
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 70px;
  margin: 0;
}
body .home-section-10 .inner-container .wrapper h3:last-of-type {
  margin-bottom: 50px;
}
body .home-section-10 .inner-container .wrapper p {
  margin-bottom: 30px;
}
body .home-section-10 .inner-container .wrapper p:last-of-type {
  margin-top: 50px;
  font-weight: 700;
}
body .home-section-10 .inner-container .wrapper ul {
  -webkit-column-count: 3;
  column-count: 3;
}
body .home-section-10 .inner-container .wrapper ul li {
  display: block;
  background-image: unset;
  padding-left: 0;
  line-height: 1.625;
  margin-bottom: 10px;
}
body .home-section-10 .inner-container .wrapper ul li span {
  display: inline-block;
  float: left;
  padding-right: 10px;
}
body .home-section-10 .inner-container .wrapper ul li p {
  margin: 0 !important;
  overflow: hidden;
  font-weight: 400 !important;
}
body .home-section-11 .inner-container .wrapper h2 {
  margin: 0;
  padding: 80px 0;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
body .home-section-11 .inner-container .wrapper .row:last-of-type {
  margin-bottom: 70px;
}
body .home-section-11 .inner-container .wrapper .row {
  box-shadow: 0 0 45px 4px #ddd;
  margin-bottom: 57px;
  padding: 55px 35px;
}
body .home-section-11 .inner-container .wrapper .row .col-ym-5 .inner-wrap {
  padding-left: 90px;
}
body .home-section-11 .inner-container .wrapper .row .inner-wrap {
  margin: 0 auto;
}
body .home-section-11 .inner-container .wrapper .row .inner-wrap p {
  margin-bottom: 30px;
}
body .home-section-11 .inner-container .wrapper .row .inner-wrap p:last-child {
  margin: 0;
}
body .home-section-11 .inner-container .wrapper .row .inner-wrap h3 {
  color: #db828d;
  margin-top: 0;
}
body .home-section-11 .inner-container .wrapper .row .inner-wrap h5 {
  margin-bottom: 0;
}
body .home-section-11 .inner-container .wrapper .row .inner-wrap ul li {
  background-image: unset;
  display: block;
  padding-left: 0;
}
body .home-section-11 .inner-container .wrapper .row .inner-wrap ul li p {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
body .home-section-11 .inner-container .wrapper .row .inner-wrap ul li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
body .home-section-11 .inner-container .wrapper .row .inner-wrap .btn-btn {
  margin-top: 30px;
}
body .home-section-11 .inner-container .wrapper .row .inner-wrap .button {
  background-color: #f195a1;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 0px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  max-width: 340px;
  border-radius: 4px;
  display: block;
  text-align: center;
}
body .home-section-11 .inner-container .wrapper .row .inner-wrap .button:hover {
  opacity: .8;
  transition: .2s all ease-in-out;
}
body .home-section-12 {
  background-color: #f6f7fa;
}
body .home-section-12 .inner-container .wrapper {
  padding: 80px 0;
}
body .home-section-12 .inner-container .wrapper .higher-size {
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding-bottom: 70px;
}
body .home-section-12 .inner-container .wrapper .col-ym-6:first-of-type .inner-wrap {
  text-align: right;
}
body .home-section-12 .inner-container .wrapper .col-ym-6:first-of-type .inner-wrap img {
  max-width: 100%;
  height: auto;
}
body .home-section-12 .inner-container .wrapper .inner-wrap ul li {
  display: block;
  background-image: unset;
  font-size: 16px;
  padding-left: 0;
  margin-bottom: 6px;
}
body .home-section-12 .inner-container .wrapper .inner-wrap ul li p:nth-child(n+3) {
  margin: 30px 0;
}
body .home-section-12 .inner-container .wrapper .inner-wrap ul li img {
  max-width: 100%;
  height: auto;
}
body .retreat-section {
  background: url(https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/resort-bg.jpg) no-repeat center center / cover;
  text-align: center;
  padding: 20px 0 40px;
  position: relative;
  background-attachment: fixed !important;
}
body .retreat-section::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0,0,0,0.7);
}
body .retreat-section h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400px;
}
body .retreat-section p {
  color: #fff;
  font-size: 20px;
}
body .retreat-section a {
  color: #e88d96;
  font-weight: 700;
  font-size: 20px;
}
body .home-section-13 .inner-container .testimonials .higher-size {
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding-top: 60px;
}
body .home-section-13 .inner-container .testimonials p {
  text-align: center;
  margin-bottom: 50px;
}
body .home-section-13 .inner-container .testimonials .text-wrap {
  padding: 40px 0;
  background: url(https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/cta.jpg) no-repeat center center / cover;
}
body .home-section-13 .inner-container .testimonials .text-wrap .ym-container .col-ym-12 {
  position: relative;
}
body .home-section-13 .inner-container .testimonials .text-wrap .ym-container .col-ym-12 img {
  position: absolute;
}
body .home-section-13 .inner-container .testimonials .text-wrap .ym-container .col-ym-12 .inner-wrap {
  max-width: 810px;
  margin: 0 auto;
}
body .home-section-13 .inner-container .testimonials .text-wrap .ym-container .col-ym-12 .inner-wrap h2 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 40px;
}
body .home-section-13 .inner-container .testimonials .text-wrap .ym-container .col-ym-12 .inner-wrap p {
  color: #fff;
}
body .home-section-13 .inner-container .testimonials .text-wrap .ym-container .col-ym-12 .inner-wrap .tmls_name {
  margin-top: 40px;
}
body .home-section-13 .inner-container .testimonials .text-wrap .ym-container .col-ym-12 .inner-wrap .tmls .tmls_container .tmls_item .tmls_text,
body .home-section-13 .inner-container .testimonials .text-wrap .ym-container .col-ym-12 .inner-wrap .tmls .tmls_container .tmls_item .tmls_name {
  font-family: 'Nunito Sans', sans-serif;
}
body .home-section-14 .inner-container {
  padding: 40px 0;
}
body .home-section-14 .inner-container img {
  position: absolute;
}
body .home-section-14 .inner-container .wrapper {
  max-width: 810px;
  margin: 0 auto;
}
body .home-section-14 .inner-container .wrapper h2 {
  color: #bc7377;
  padding-bottom: 40px;
  margin: 0;
}
body .home-section-14 .inner-container .wrapper .tmls_name {
  margin-top: 40px;
}
body .home-section-14 .inner-container .wrapper .tmls .tmls_container .tmls_item .tmls_text,
body .home-section-14 .inner-container .wrapper .tmls .tmls_container .tmls_item .tmls_name {
  font-family: 'Nunito Sans', sans-serif;
}
body .home-section-15 {
  background: url(https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/inner2.jpg) no-repeat center center / cover;
  text-align: center;
  padding: 70px 0;
}
body .home-section-15 .inner-container .wrapper .higher-size {
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
}
body .home-section-15 .inner-container .wrapper h2 {
  font-weight: 400;
  color: #fff;
}
body .home-section-15 .inner-container .wrapper .btn-btn {
  margin-top: 30px;
}
body .home-section-15 .inner-container .wrapper .btn-btn .button {
  background-color: #fff;
  border: 0;
  color: #363636;
  cursor: pointer;
  font-size: 26px;
  font-weight: 400;
  padding: 21px 0px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  max-width: 497px;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
body .home-section-15 .inner-container .wrapper .btn-btn .button:hover {
  opacity: .8;
  transition: .2s all ease-in-out;
}
body .home-section-15 {
  background: url(https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/inner2.jpg) no-repeat center center / cover;
  text-align: center;
  padding: 70px 0;
}
body .home-section-15 .inner-container .wrapper .higher-size {
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
}
body .home-section-15 .inner-container .wrapper h2 {
  font-weight: 400;
  color: #fff;
}
body .home-section-15 .inner-container .wrapper .btn-btn {
  margin-top: 30px;
}
body .home-section-15 .inner-container .wrapper .btn-btn .button {
  background-color: #fff;
  border: 0;
  color: #363636;
  cursor: pointer;
  font-size: 26px;
  font-weight: 400;
  padding: 21px 0px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  max-width: 497px;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
body .home-section-15 .inner-container .wrapper .btn-btn .button:hover {
  opacity: .8;
  transition: .2s all ease-in-out;
}
body .home-section-16 {
  padding: 80px 0;
}
body .home-section-16 .inner-container .higher-size {
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin: 0px;
  padding-bottom: 40px;
}
body .home-section-17 {
  background: url(https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/inner3.jpg) no-repeat center center / cover;
  padding: 50px 0;
}
body .home-section-17 .inner-container .text-wrap {
  background-color: rgba(243,153,164,0.85);
  color: #fff;
  padding: 40px 50px;
  max-width: 640px;
}
body .home-section-17 .inner-container .text-wrap .higher-size {
  text-transform: uppercase;
  margin-top: 0;
}
body .home-section-17 .inner-container .text-wrap ul li {
  background-image: unset;
  display: block;
  padding-left: 0;
  line-height: 1.5em;
  margin-bottom: 20px;
}
body .home-section-17 .inner-container .text-wrap ul li p {
  color: #fff;
  margin: 0;
  font-size: 18px;
}
body .home-section-17 .inner-container .text-wrap ul li .prices {
  font-weight: 700;
}
body .home-section-17 .inner-container .text-wrap .btn-btn {
  margin-top: 30px;
}
body .home-section-17 .inner-container .text-wrap .btn-btn .button {
  background-color: #fff;
  border: 0;
  color: #363636;
  cursor: pointer;
  font-size: 30px;
  font-weight: 400;
  padding: 18px 0px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  max-width: 495px;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
body .home-section-17 .inner-container .text-wrap .btn-btn .button:hover {
  opacity: .8;
  transition: .2s all ease-in-out;
}
body .home-section-18 {
  padding: 100px 0;
}
body .home-section-18 .inner-container .wrapper .higher-size {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 70px;
}
body .home-section-18 .inner-container .wrapper .col-ym-6:first-of-type {
  border-right: 4px solid #b5eff3;
}
body .home-section-18 .inner-container .wrapper .inner-wrap {
  max-width: 500px;
  margin: 0 auto;
}
body .home-section-18 .inner-container .wrapper .inner-wrap h3 {
  color: #b45b6a;
}
body .home-section-18 .inner-container .wrapper .inner-wrap p {
  margin-bottom: 30px;
}
body .home-section-18 .inner-container .wrapper .inner-wrap .tobebold {
  font-weight: 700;
}
body .home-section-18 .inner-container .wrapper .inner-wrap ul li {
  background-image: unset;
  display: block;
  padding-left: 0;
  line-height: 1.5em;
  margin-bottom: 0px;
}
body .home-section-18 .inner-container .wrapper .inner-wrap .btn-btn {
  margin-top: 30px;
}
body .home-section-18 .inner-container .wrapper .inner-wrap .btn-btn .button {
  background-color: #6ac7cf;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  padding: 13px 0px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  max-width: 141px;
  border-radius: 4px;
  display: block;
  text-align: center;
}
body .home-section-18 .inner-container .wrapper .inner-wrap .btn-btn .button:hover {
  opacity: .8;
  transition: .2s all ease-in-out;
}
body.page-template-template-counselling .list-null {
  margin-bottom: 40px;
}
body.page-template-template-counselling .list-null li {
  display: block;
  background-image: none;
  list-style-type: none;
  font-size: unset;
  font-weight: 400;
  padding-left: 0;
  line-height: 1.5em;
  margin-bottom: 10px;
}
body.page-template-template-counselling .list-global {
  margin-bottom: 40px;
}
body.page-template-template-counselling .list-global li {
  margin-bottom: 10px;
}
body.page-template-template-counselling .list-global li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  float: left;
}
body.page-template-template-counselling .list-global li:before p {
  overflow: hidden;
}
body.page-template-template-counselling .home-section-3 .inner-container
				.wrapper,
body.page-template-template-counselling .home-section-6 .inner-container
				.wrapper,
body.page-template-template-counselling .home-section-8 .inner-container
				.wrapper,
body.page-template-template-counselling .home-section-9 .inner-container
				.wrapper,
body.page-template-template-counselling .home-section-18 .inner-container
				.wrapper,
body.page-template-template-counselling .home-section-12 .inner-container
				.wrapper {
  max-width: 961px;
  margin: 0 auto;
}
body.page-template-template-counselling .home-section-6,
body.page-template-template-counselling .home-section-8 {
  background-image: none;
  background: #C2EBED !important;
}
body.page-template-template-counselling .home-section-6 .inner-container .wrapper .btn-btn .button,
body.page-template-template-counselling .home-section-8 .inner-container .wrapper .btn-btn .button,
body.page-template-template-counselling .home-section-9 .inner-container .wrapper .btn-btn .button,
body.page-template-template-counselling .home-section-12 .inner-container .wrapper .btn-btn .button {
  background-color: #f195a1;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  padding: 15px 0px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  max-width: 457px;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
body.page-template-template-counselling .home-section-2 .inner-container .wrapper p,
body.page-template-template-counselling .home-section-7 .inner-container .wrapper p,
body.page-template-template-counselling .home-section-9 .inner-container .wrapper p {
  text-align: left;
}
body.page-template-template-counselling .home-section-2 .inner-container .wrapper ul,
body.page-template-template-counselling .home-section-7 .inner-container .wrapper ul,
body.page-template-template-counselling .home-section-9 .inner-container .wrapper ul {
  margin-left: 40px !important;
}
body.page-template-template-counselling .home-section-2 .inner-container .wrapper ul li,
body.page-template-template-counselling .home-section-7 .inner-container .wrapper ul li,
body.page-template-template-counselling .home-section-9 .inner-container .wrapper ul li {
  display: block;
  background-image: none;
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  line-height: normal;
  margin-bottom: 10px;
  text-align: left;
}
body.page-template-template-counselling .home-section-6 .inner-container .wrapper ul {
  margin-left: 20px;
}
body.page-template-template-counselling .home-section-6 .inner-container .wrapper p {
  font-weight: 400;
}
body.page-template-template-counselling .home-section-7 .wrapper .button {
  max-width: 800px;
}
body.page-template-template-counselling .home-section-8 .wrapper p {
  font-weight: 400;
}
body.page-template-template-counselling .home-section-9 .inner-container .wrapper ul {
  column-count: 1;
  -webkit-column-count: 1;
}
body.page-template-template-counselling .home-section-12 .inner-container .wrapper .btn-btn .button {
  max-width: 550px !important;
}
body.page-template-template-counselling .home-section-18 .inner-container .wrapper .button {
  background-color: #f195a1;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 6px 0px;
  text-decoration: none;
  white-space: normal;
  max-width: 100px;
  width: 100%;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
body.page .section-1 {
  background-image: url('https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/innerpage-images.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
}
body.page .section-1 h1 {
  font-size: 40px;
  margin: 0px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
}
body.page .the-content {
  padding: 60px 0px 80px;
}
body.page .the-content h2 {
  font-size: 24px;
  font-weight: 700;
}
body.page .the-content h3 {
  font-size: 21px;
  font-weight: 700;
}
body.page .the-content h4 {
  font-size: 18px;
  font-weight: 700;
}
body.page .the-content h5 {
  font-size: 15px;
  font-weight: 700;
}
body.page .the-content p {
  font-size: 15px;
  font-weight: 300;
}
body.page .the-content p strong {
  font-weight: 700;
}
body.page .the-content p:last-child {
  margin: 0;
}
body.page .the-content li {
  font-size: 15px;
  font-weight: 300;
  color: #626262;
  line-height: 24px;
}
body.page .the-content li strong {
  font-weight: 700;
}
body.page-template-template-sidebar .the-content .col-ym-4 {
  padding-left: 60px;
  float: right;
}
body.single-post .articles {
  background: #f3f3f3;
  padding: 55px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
body.single-post .articles .single-article {
  margin-bottom: 30px;
}
body.blog header {
  position: relative;
}
body.blog .meta {
  padding: 25px 0;
  background-image: url('https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/innerpage-images.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.blog .meta .title h1 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
body.blog .meta .breadcrumb {
  text-align: right;
}
body.blog .meta .breadcrumb p {
  font-size: 13px;
  color: #4a4a4a;
}
body.blog .meta .breadcrumb p a {
  font-size: 13px;
  color: #4a4a4a;
}
body.blog .meta .breadcrumb p span.breadcrumb_last {
  color: #2d3a48;
}
body.blog .articles {
  background: #f3f3f3;
  padding: 55px 0;
}
body.blog .articles .ym-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
body.blog .articles .single-article {
  margin-bottom: 30px;
}
body.blog .articles .single-article .box {
  background: #fff;
}
body.blog .articles .single-article .box .featured-image img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
body.blog .articles .single-article .box .article-content {
  padding: 20px 25px 0;
}
body.blog .articles .single-article .box .article-content h4 {
  font-size: 20px;
  color: #404f5f;
  margin: 0;
  padding: 0 0 0px;
}
body.blog .articles .single-article .box .article-content p.excerpt {
  font-size: 14px;
  color: #696969;
  margin: 0;
  padding: 15px 0 20px;
}
body.blog .articles .single-article .box .article-content p.date {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #1c2732;
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
}
body.single-post header {
  position: relative;
  background: #2d3a48;
}
body.single-post .meta {
  padding: 25px 0;
  background-image: url('https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/innerpage-images.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.single-post .meta .title h3 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
body.single-post .meta .breadcrumb {
  text-align: right;
}
body.single-post .meta .breadcrumb p {
  font-size: 13px;
  color: #4a4a4a;
}
body.single-post .meta .breadcrumb p a {
  font-size: 13px;
  color: #4a4a4a;
}
body.single-post .meta .breadcrumb p span.breadcrumb_last {
  color: #2d3a48;
}
body.single-post .article {
  background: #f3f3f3;
  padding: 55px 0;
}
body.single-post .article .article-box {
  background: #fff;
}
body.single-post .article .article-box .the-thumbnail img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
body.single-post .article .article-box .the-title {
  background: #2d3a48;
  padding: 25px;
}
body.single-post .article .article-box .the-title h1 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
body.single-post .article .article-box .the-title .col-ym-2 {
  text-align: right;
}
body.single-post .article .article-box .the-title p {
  font-size: 13px;
  font-weight: 700;
  color: #2d3a48;
  background: #f3f3f3;
  display: inline-block;
  padding: 5px 15px;
  margin: 7px 0 0;
}
body.single-post .article .article-box .the-content {
  padding: 25px;
}
body.single-post .article .article-box .the-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content h3 {
  font-size: 21px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content h5 {
  font-size: 15px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content p {
  font-size: 15px;
  font-weight: 300;
  color: #626262;
  line-height: 21px;
  margin: 0 0 17px;
}
body.single-post .article .article-box .the-content p strong {
  font-weight: 700;
}
body.single-post .article .article-box .the-content p:last-child {
  margin: 0;
}
body.single-post .article .article-box .the-content li {
  font-size: 15px;
  font-weight: 300;
  color: #626262;
  line-height: 24px;
}
body.single-post .article .article-box .the-content li strong {
  font-weight: 700;
}
body.single-post .latest-blog {
  padding: 55px 0;
}
body.single-post .latest-blog .section-title h3 {
  font-size: 40px;
  font-weight: 800;
  color: #4a4a4a;
  text-transform: uppercase;
  margin-top: 0;
}
body.single-post .latest-blog .single-article .box {
  background: #fff;
}
body.single-post .latest-blog .single-article .box .featured-image img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
body.single-post .latest-blog .single-article .box .article-content {
  padding: 20px 25px 0;
}
body.single-post .latest-blog .single-article .box .article-content h4 {
  font-size: 20px;
  color: #404f5f;
  margin: 0;
  padding: 0 0 0px;
}
body.single-post .latest-blog .single-article .box .article-content p.excerpt {
  font-size: 14px;
  color: #696969;
  margin: 0;
  padding: 15px 0 20px;
}
body.single-post .latest-blog .single-article .box .article-content p.date {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #1c2732;
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
}
body.error404 .section-1 {
  background-image: url('https://reneemcdonald.com/wp-content/themes/project-ym/less/../images/innerpage-images');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 30px 100px;
}
body.error404 .section-1 h1 {
  font-size: 150px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0;
}
body.error404 .section-1 p {
  text-align: center;
}
body.error404 .section-1 p a {
  color: #fff;
  padding: 10px 20px;
  margin: 25px 0 0;
  border-radius: 4px;
  display: inline-block;
  background: #000 none repeat scroll 0% 0%;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out 0s;
}
body.error404 .section-1 p a:hover {
  color: #000;
  background: #FFF none repeat scroll 0% 0%;
}
.home-section-1 .wrapper {
  max-width: 961px;
  margin: 0 auto;
}
.home-section-1 .text-wrap {
  height: 706px;
  vertical-align: middle;
  display: table-cell;
}
.home-section-1 .text-wrap h1,
.home-section-1 .text-wrap h2 {
  color: #fff;
  text-transform: uppercase;
}
.home-section-1 .text-wrap h1,
.home-section-1 .text-wrap h3 {
  font-weight: 700;
}
.home-section-1 .text-wrap h2 {
  font-weight: 300;
}
.home-section-1 .text-wrap h1 {
  font-family: 'Lato', sans-serif;
}
.home-section-1 .text-wrap h3 {
  font-size: 22px;
  color: #fff;
}
.home-section-1 .text-wrap .btn-wrap button,
.home-section-1 .text-wrap .btn-wrap input[type="button"],
.home-section-1 .text-wrap .btn-wrap input[type="reset"],
.home-section-1 .text-wrap .btn-wrap input[type="submit"],
.home-section-1 .text-wrap .btn-wrap .button {
  background-color: #f195a1;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  padding: 18px 0px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  max-width: 457px;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.home-section-1 .text-wrap .btn-wrap button i:before,
.home-section-1 .text-wrap .btn-wrap input[type="button"] i:before,
.home-section-1 .text-wrap .btn-wrap input[type="reset"] i:before,
.home-section-1 .text-wrap .btn-wrap input[type="submit"] i:before,
.home-section-1 .text-wrap .btn-wrap .button i:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 12px;
}
.home-section-1 .text-wrap .btn-wrap .button:hover {
  opacity: .8;
  transition: .2s all ease-in-out;
}
.wpcf7 {
  padding: 0px 0px 0px;
}
.wpcf7 .wpcf7-form p {
  margin: 0px 0px 10px;
  display: block;
  position: relative;
  width: 100%;
}
.wpcf7 .wpcf7-form p span {
  display: block;
  position: relative;
  width: 100%;
}
.wpcf7 .wpcf7-form p span input {
  display: block;
  position: relative;
  text-indent: 15px;
  width: 100%;
  border: 1px solid transparent;
  background-color: #ddd;
  color: #000;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px;
  height: 41px;
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
}
.wpcf7 .wpcf7-form p span .wpcf7-not-valid {
  border: 1px solid #ff0000;
}
.wpcf7 .wpcf7-form p span .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 .wpcf7-form p span textarea:focus,
.wpcf7 .wpcf7-form p span input:focus {
  outline: none;
}
.wpcf7 .wpcf7-form p span textarea {
  border-radius: 4px;
  display: block;
  position: relative;
  text-indent: 0px;
  padding: 15px;
  width: 100%;
  border: 1px solid transparent;
  background-color: #ddd;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  height: 100px;
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
}
.wpcf7 .wpcf7-form p span textarea::-webkit-input-placeholder,
.wpcf7 .wpcf7-form p span input::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p span textarea:-moz-placeholder,
.wpcf7 .wpcf7-form p span input:-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p span textarea::-moz-placeholder,
.wpcf7 .wpcf7-form p span input::-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p span textarea:-ms-input-placeholder,
.wpcf7 .wpcf7-form p span input:-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p .ajax-loader {
  display: none !important;
}
.wpcf7 .wpcf7-form p input[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  height: 41px;
  border: 2px solid #000000;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 4px;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:focus {
  outline: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover {
  background-color: transparent;
  color: #000000;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  clear: both;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
}
.wpcf7 .wpcf7-form div.wpcf7-validation-errors {
  background-color: #f7e700;
  color: #000000;
  margin: 0px;
}
.wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok {
  background-color: #398f14;
  margin: 0px;
}
.row::after,
.row::before {
  display: table;
  content: "";
}
.row::after {
  clear: both;
}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}
.nav-collapse > ul {
  border-top: 1px solid rgba(255,255,255,0.15);
}
.nav-collapse li {
  float: left;
  width: 100%;
}
.nav-collapse a {
  background: #0578ea;
  color: #fff;
  float: left;
  padding: 0.9em 1.1em;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .nav-collapse a {
    border-bottom: 0;
    padding: 1em 1.5em;
    margin: 0;
    float: left;
    text-align: center;
  }
}
.js .nav-collapse.multiple-level-nav.opened.dropdown-active {
  max-height: 9999px !important;
}
.js .nav-collapse.multiple-level-nav .sub-menu {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: none;
  overflow: hidden;
  zoom: 1;
}
.js .nav-collapse.multiple-level-nav .sub-menu.toggled {
  display: block;
  max-height: 9999px;
  position: relative;
}
.js .nav-collapse li {
  position: relative;
}
.js .nav-collapse .dropdown-toggle {
  border: 0;
  color: #fff;
  content: "";
  height: 50px;
  width: 46px;
  padding: 0;
  position: absolute;
  margin: 0;
  text-transform: lowercase;
  top: 0;
  right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.js .nav-collapse .dropdown-toggle:hover,
.js .nav-collapse .dropdown-toggle:focus,
.js .nav-collapse .dropdown-toggle:active {
  background-color: none !important;
  color: #212428 !important;
}
.js .nav-collapse .dropdown-toggle:after {
  content: "+";
  font-size: 25px;
  color: #fff !important;
}
.js .nav-collapse .dropdown-toggle.toggled:after {
  content: "-";
  font-weight: 500;
  font-size: 25px;
  color: #fff !important;
}
.dropdown ul a {
  background: #0578ea;
  padding-left: 1.5em;
}
.dropdown ul ul a {
  background: #0578ea;
  padding-left: 2.5em;
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cat-menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .cat-menu {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.cat-menu.opened {
  max-height: 9999px;
}
.category-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 1145px) {
  .ym-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .home-section-5 .row {
    height: auto !important;
    padding: 50px !important;
  }
  .home-section-5 .row .bg-wrap .col-ym-6 {
    width: 100% !important;
    float: none !important;
  }
  .home-section-5 .row .bg-wrap .col-ym-6 .inner-wrap {
    height: auto !important;
    display: block !important;
  }
  .home-section-5 .row .bg-wrap .col-ym-6:first-of-type .inner-wrap {
    text-align: center;
  }
  .home-section-5 .row:nth-child(even) .col-ym-6:last-child .inner-wrap,
  .home-section-5 .row:nth-child(odd) .col-ym-6:last-child .inner-wrap {
    padding-left: unset !important;
    padding-right: unset !important;
  }
}
@media screen and (max-width: 950px) {
  header,
  #menu.sticky-menu {
    margin-top: 76px;
    height: auto !important;
  }
  header .logo,
  #menu.sticky-menu .logo {
    position: relative;
    height: 110px !important;
  }
  header .logo h3,
  #menu.sticky-menu .logo h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
  }
  header .logo h3 a,
  #menu.sticky-menu .logo h3 a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  header .logo .logo img,
  #menu.sticky-menu .logo .logo img {
    width: 136px;
    height: auto;
  }
  header .right,
  header .left,
  #menu.sticky-menu .right,
  #menu.sticky-menu .left {
    height: 110px !important;
  }
  header .right ul li a,
  header .left ul li a,
  #menu.sticky-menu .right ul li a,
  #menu.sticky-menu .left ul li a {
    padding: 0 5px;
    font-size: 15px;
  }
  .inner-container {
    display: block;
    width: 100%;
  }
  #long-footer {
    padding: 60px 0px;
  }
  #long-footer .social {
    float: left;
    margin-right: 0px;
    margin-top: 10px;
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  #long-footer .social li {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 10px;
  }
  #long-footer .social li a {
    display: block;
    position: relative;
  }
  #long-footer .social li a img {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
  }
  #long-footer .menu-footer-menu-container #menu-footer-menu {
    margin-left: 0px;
    padding: 0px;
  }
  #long-footer .menu-footer-menu-container #menu-footer-menu li {
    list-style-type: none;
  }
  #long-footer .menu-footer-menu-container #menu-footer-menu li a {
    color: #fff !important;
    font-weight: 300;
  }
  #long-footer .tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_text {
    color: #fff !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 300 !important;
  }
  #long-footer .tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_name {
    color: #fff !important;
    font-family: 'Nunito Sans', sans-serif !important;
  }
  #long-footer .logo img {
    width: 30%;
    height: auto;
  }
  #long-footer .footer-menu {
    width: 30%;
  }
  #long-footer .footer-testimonial {
    width: 70%;
  }
  #long-footer .footer-contact {
    clear: both;
    padding-top: 30px;
    display: block;
    position: relative;
    float: none;
    width: 100%;
    padding-left: 15px;
  }
  body.page-template-template-sidebar .the-content .col-ym-4 {
    padding-left: 0px;
  }
  body .home-section-11 .inner-container .wrapper .row .col-ym-5 .inner-wrap {
    padding-left: 15px;
  }
  body .home-section-13 .inner-container .text-wrap img {
    right: 0;
    transform: scaleX(-1);
    padding-left: 15px;
  }
  body .home-section-14 .inner-container img {
    right: 0;
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body.front-end p,
  body.front-end li,
  body.front-end a {
    font-size: 14px;
  }
  .col-ym-1,
  .col-ym-2,
  .col-ym-3,
  .col-ym-4,
  .col-ym-5,
  .col-ym-6,
  .col-ym-7,
  .col-ym-8,
  .col-ym-9,
  .col-ym-10,
  .col-ym-11,
  .col-ym-12 {
    float: none;
    width: 100%;
  }
  .ym-container {
    width: 100% !important;
  }
  #notification-bar p {
    color: #fff;
    margin: 0px;
    font-weight: 300;
    font-size: 14px;
  }
  #notification-bar p .btn {
    display: block;
    position: relative;
    width: 100%;
    margin: 10px 0px 0px 0px;
    font-size: 14px;
  }
  header {
    padding: 0;
    margin-top: 110px;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  }
  header .col-ym-5.left,
  header .col-ym-5.right {
    display: none !important;
  }
  header .right {
    display: none;
  }
  header .logo {
    text-align: left;
    height: auto !important;
    width: auto !important;
    padding-right: 0px;
    float: left;
    width: 100%;
  }
  header .logo h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
  }
  header .logo h3 a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  header .logo .logo {
    padding: 7px 0px 6px;
  }
  header .logo .logo img {
    width: auto !important;
    height: 60px !important;
    padding: 0;
  }
  header .mobile-menu {
    display: block;
  }
  header .mobile-menu .menu-toggle {
    color: #fff;
    text-decoration: none;
    flex: 1;
    padding: 10px !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    margin: 15px 0;
  }
  header .mobile-menu .menu-label {
    margin-bottom: -0.2em;
    display: inline-block;
    vertical-align: middle;
  }
  header .mobile-menu .menu-icon + .menu-label {
    margin-left: .2em;
  }
  header .mobile-menu .menu-icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: .5em;
    color: inherit;
    background: currentColor;
    border-radius: .5em;
    height: 2px;
    width: 25px;
  }
  header .mobile-menu .menu-icon:before,
  header .mobile-menu .menu-icon:after {
    border-radius: .5em;
    height: 2px;
    width: 100%;
    left: 0;
    background: currentColor;
    position: absolute;
    display: block;
    content: '';
  }
  header .mobile-menu .menu-icon:before {
    top: -0.83em;
  }
  header .mobile-menu .menu-icon:after {
    top: .8em;
  }
  header .mobile-menu .menu-icon,
  header .mobile-menu .menu-icon:before,
  header .mobile-menu .menu-icon:after {
    transition: all .5s ease-in-out;
  }
  header .mobile-menu .open .cross {
    background-color: transparent;
    transform: rotate(0deg) translate(0%,-50%);
    -moz-transform: rotate(0deg) translate(0%,-50%);
    -webkit-transform: rotate(0deg) translate(0%,-50%);
  }
  header .mobile-menu .open .cross:before,
  header .mobile-menu .open .cross:after {
    top: 0em;
  }
  header .mobile-menu .open .cross:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  header .mobile-menu .open .cross:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  header .mobile-menu nav {
    float: none;
    position: relative;
    z-index: 9999;
  }
  header .mobile-menu nav ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    border-top: 0;
    float: none;
  }
  header .mobile-menu nav ul li {
    float: none;
  }
  header .mobile-menu nav ul li a {
    color: #ffffff;
    background-color: #1c2732;
    padding: 10px 15px;
    text-align: left !important;
    border-top: none;
    border-bottom: none;
    float: none;
    width: 100%;
    display: inline-block;
  }
  header .mobile-menu nav ul li a:hover {
    background-color: #87c7d0;
  }
  header .mobile-menu nav ul .menu-item-has-children .sub-menu {
    height: 0px;
    top: 35px;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: static;
    max-width: 100%;
  }
  header .mobile-menu nav ul .menu-item-has-children .sub-menu .menu-item a {
    background-color: #444444;
  }
  header .mobile-menu nav ul .menu-item-has-children:hover .sub-menu,
  header .mobile-menu nav ul .menu-item-has-children:focus .sub-menu {
    height: auto;
    top: 50px;
    visibility: visible;
  }
  header .mobile-menu nav ul li a {
    font-size: 14px;
  }
  #menu.sticky-menu {
    display: none !important;
  }
  #content {
    margin-top: 183px !important;
  }
  #before-footer {
    padding: 30px 0;
  }
  #before-footer .inner-container p {
    font-size: 18px;
    line-height: 24px;
  }
  #before-footer .inner-container h2 {
    font-size: 22px;
  }
  #before-footer .inner-container .cta {
    margin-top: 25px;
  }
  #before-footer .inner-container .cta .button {
    font-size: 16px !important;
    padding: 15px 0 !important;
  }
  footer .copyright-section ul li p,
  footer .copyright-section ul li a {
    font-size: 14px;
  }
  footer .copyright-section {
    text-align: center;
  }
  footer .copyright-section p {
    font-size: 12px;
    color: #fff;
    margin: 0;
  }
  footer .copyright-section .copyright {
    display: block;
    position: relative;
    width: 100%;
  }
  footer .copyright-section .credit {
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  body .additional-section .inner-container .btn-wrap .button {
    display: block;
    font-size: 16px;
  }
  body .testimonials .test-wrap img {
    position: absolute;
    right: 0;
    transform: scaleX(-1);
    top: -20px;
  }
  body #questions .two-col {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
  body h1,
  body .higher-size {
    font-size: 28px;
  }
  body h2,
  body .lower-size {
    font-size: 22px;
  }
  body h3 {
    font-size: 18px;
  }
  body h4 {
    font-size: 15px;
  }
  body h5 {
    font-size: 14px;
  }
  body.page .section-1 {
    padding: 40px 0px;
  }
  body .home-section-1:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.35);
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  body .home-section-1 {
    margin-top: 184px;
    padding: 0;
    text-align: center;
    position: relative;
  }
  body .home-section-1 .wrapper .col-ym-6.right {
    width: 100%;
    display: table;
  }
  body .home-section-1 .wrapper .text-wrap {
    height: 606px;
  }
  body .home-section-1 .wrapper .text-wrap .higher-size {
    margin: 10px 0;
  }
  body .home-section-1 .wrapper .text-wrap .lower-size,
  body .home-section-1 .wrapper .text-wrap h3 {
    margin: 0;
  }
  body .home-section-1 .wrapper .text-wrap .lower-size {
    font-size: 22px;
  }
  body .home-section-1 .wrapper .text-wrap h3 {
    padding-bottom: 10px;
    font-size: 18px;
  }
  body .home-section-1 .wrapper .text-wrap .contact-form {
    max-width: 521px;
    margin: 0 auto;
  }
  body .home-section-1 .wrapper .text-wrap .contact-form .input-cf {
    margin-bottom: 10px;
  }
  body .home-section-1 .wrapper .text-wrap .contact-form .input-cf input {
    padding: 15px 10px;
    font-size: 16px;
  }
  body .home-section-1 .wrapper .text-wrap .contact-form .input-cf input[type="submit"] {
    padding: 16px 0px;
    font-size: 17px;
  }
  body .home-section-1 .wrapper .text-wrap .contact-form .right,
  body .home-section-1 .wrapper .text-wrap .contact-form .left {
    width: 100%;
    float: none;
    padding: 0;
  }
  body .home-section-2 {
    padding: 35px 0px;
  }
  body .home-section-2 .button {
    font-size: 16px;
    padding: 14px 0px;
  }
  body .home-section-2 .col-ym-6:first-child .inner-wrap .button {
    margin-bottom: 30px;
  }
  body .home-section-3 {
    padding: 60px 0px;
  }
  body .home-section-3 .inner-container .wrapper .row .col-ym-6:first-of-type {
    float: none;
  }
  body .home-section-3 .inner-container .wrapper .row .inner-wrap .author-detail {
    font-size: 26px;
  }
  body .home-section-4 {
    padding: 20px 0;
  }
  body .home-section-4 .wrapper h2 {
    padding-bottom: 20px;
  }
  body .home-section-4 .wrapper .button {
    font-size: 16px !important;
    padding: 15px 0px !important;
  }
  body .home-section-4 .wrapper .button i:before {
    font-size: 16px;
  }
  body .home-section-5 .higher-size {
    padding: 30px 0;
  }
  body .home-section-5 .row {
    padding: 50px 20px !important;
  }
  body .home-section-5 .row .button {
    font-size: 16px !important;
    padding: 15px 0 !important;
  }
  body .home-section-6 {
    background-image: unset;
    background-color: #c1ebed !important;
    padding: 30px 0;
  }
  body .home-section-6 .inner-container .wrapper h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  body .home-section-7 {
    padding: 25px 0;
  }
  body .home-section-7 .wrapper .button {
    font-size: 16px !important;
  }
  body .home-section-7 .wrapper .button i:before {
    font-size: 16px;
  }
  body .home-section-8 {
    background-image: unset;
    background-color: #c1ebed !important;
    padding: 30px 0;
  }
  body .home-section-8 .inner-container .wrapper h2 {
    padding-bottom: 20px;
  }
  body .home-section-8 .inner-container .wrapper .inner-wrap {
    padding-left: 0;
  }
  body .home-section-8 .inner-container .wrapper .inner-wrap ul {
    padding-left: 0 !important;
  }
  body .home-section-9 {
    padding: 40px 0;
  }
  body .home-section-9 .inner-container .wrapper h2 {
    padding-bottom: 20px;
  }
  body .home-section-9 .inner-container .wrapper ul {
    column-count: 1;
    -webkit-column-count: 1;
  }
  body .home-section-10 {
    padding: 40px 0;
  }
  body .home-section-10 .inner-container .wrapper h2 {
    padding-bottom: 20px;
  }
  body .home-section-10 .inner-container .wrapper ul {
    column-count: 1;
    -webkit-column-count: 1;
  }
  body .home-section-11 .inner-container .wrapper h2 {
    padding: 40px 0;
  }
  body .home-section-11 .inner-container .wrapper .row .col-ym-5 .inner-wrap {
    padding-top: 0;
    padding-left: 0;
  }
  body .home-section-11 .inner-container .wrapper .row .col-ym-5 .inner-wrap h5 {
    margin-top: 30px;
  }
  body .home-section-11 .inner-container .wrapper .row .col-ym-5 .inner-wrap .button {
    font-size: 13px !important;
    padding: 12px 0 !important;
  }
  body .home-section-12 .inner-container .wrapper {
    padding: 40px 0;
  }
  body .home-section-12 .inner-container .wrapper .higher-size {
    padding-bottom: 20px;
  }
  body .home-section-12 .inner-container .wrapper .col-ym-6 .inner-wrap {
    text-align: center;
  }
  body .home-section-13 .inner-container .testimonials .higher-size {
    padding-top: 30px;
  }
  body .home-section-13 .inner-container .testimonials p {
    margin-bottom: 20px;
  }
  body .home-section-15 {
    padding: 35px 0;
  }
  body .home-section-15 .inner-container .wrapper .button {
    font-size: 16px !important;
    padding: 14px 0 !important;
  }
  body .home-section-16 {
    padding: 40px 0;
  }
  body .home-section-17 {
    padding: 30px 0;
  }
  body .home-section-17 .inner-container .text-wrap {
    padding: 20px;
  }
  body .home-section-17 .inner-container .text-wrap .button {
    font-size: 16px !important;
    padding: 14px 0 !important;
  }
  body .home-section-17 .inner-container .text-wrap ul li p {
    font-size: 14px !important;
  }
  body .home-section-18 {
    padding: 40px 0;
  }
  body .home-section-18 .inner-container .wrapper .higher-size {
    padding-bottom: 20px;
  }
  body .home-section-18 .inner-container .wrapper .inner-wrap {
    max-width: none;
  }
  body .home-section-18 .inner-container .wrapper .inner-wrap .button {
    font-size: 16px !important;
    padding: 12px 0 !important;
  }
  body.page .section-1 h1 {
    font-size: 28px;
  }
  body.page .section-1 p {
    font-size: 16px;
  }
  body.page-template-template-sidebar .the-content .col-ym-4 {
    margin-top: 80px;
    padding-left: 15px;
    float: none;
  }
  body.blog .meta .title h1,
  body.blog .meta .title h3,
  body.single-post .meta .title h1,
  body.single-post .meta .title h3 {
    font-size: 28px;
  }
  body.blog .meta .breadcrumb,
  body.single-post .meta .breadcrumb {
    text-align: left;
  }
  body.single-post .article .article-box .the-title h1 {
    font-size: 20px;
  }
  body.single-post .article .article-box .the-title .col-ym-2 {
    text-align: left;
  }
  body.blog #content,
  body.single-post #content {
    margin-top: 0 !important;
  }
  body.blog .articles .single-article .box .article-content,
  body.single-post .articles .single-article .box .article-content {
    margin-bottom: 30px;
  }
  body.single-post .latest-blog .section-title h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #content {
    margin-top: 207px !important;
  }
  body.blog h1,
  body.blog h3,
  body.single-post h1,
  body.single-post h3 {
    font-size: 24px !important;
  }
  header {
    margin-top: 134px;
  }
  body .home-section-5 .row {
    padding: 50px 0px !important;
  }
  body h1,
  body .higher-size {
    font-size: 22px;
  }
  body h2,
  body .lower-size {
    font-size: 18px;
  }
  body h3 {
    font-size: 16px;
  }
  body h4 {
    font-size: 14px;
  }
  body h5 {
    font-size: 13px;
  }
  body.page .section-1 {
    padding: 20px 0px;
    margin-top: 161px;
  }
  body .home-section-1 {
    margin-top: 208px;
  }
  body .home-section-1 .wrapper .text-wrap {
    height: 506px;
  }
  body .home-section-1 .wrapper .text-wrap .lower-size {
    font-size: 18px;
  }
  body .home-section-1 .wrapper .text-wrap h3 {
    padding-bottom: 10px;
    font-size: 16px;
  }
  header .mobile-menu .menu-toggle {
    padding: 8px !important;
    margin: 17px 0;
  }
  body .home-section-11 .inner-container .wrapper .row {
    box-shadow: 0 0 45px 4px #ddd;
    margin-bottom: 57px;
    padding: 20px 0px;
  }
  footer .copyright-section ul li p,
  footer .copyright-section ul li a {
    font-size: 12px;
  }
  .home-section-1 .text-wrap .btn-wrap .button {
    font-size: 15px;
  }
  .home-section-1 .text-wrap .btn-wrap .button i:before {
    vertical-align: middle;
    font-size: 15px;
  }
}
body .pagination {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
body .pagination .button {
  padding: 0;
  margin: 0;
  position: absolute;
}
body .pagination .button.prev {
  left: 0;
}
body .pagination .button.next {
  right: 0;
}
body .pagination .button a {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  white-space: normal;
  width: auto;
  background-color: #6ac7cf;
  color: #fff;
  transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
body .pagination .button a:hover {
  opacity: .8;
}
