@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@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: 'Open Sans', sans-serif;
  font-weight: 700;
}
body.front-end p,
body.front-end li,
body.front-end a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
body.front-end a {
  font-family: 'Open Sans', sans-serif;
  color: #f18e23;
  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: 700;
}
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: 14px;
  background: rgba(0,0,0,0.9);
  color: #eee;
  padding: 10px 20px;
}
body.front-end .clear {
  clear: both;
}
body.front-end .aligncenter {
  text-align: center;
}
body.front-end a.aligncenter img {
  display: block;
  margin: 0 auto;
}
body.front-end a.alignnone {
  display: inline-block;
}
body.front-end .alignleft {
  float: left;
  text-align: left;
}
body.front-end .alignright {
  float: right;
  text-align: right;
}
body.front-end a.alignleft,
body.front-end a.alignnone,
body.front-end a.alignright {
  max-width: 100%;
}
body.front-end img.centered,
body.front-end .aligncenter {
  display: block;
  margin: 0 auto 10px;
}
body.front-end img.alignnone,
body.front-end .alignnone {
  margin-bottom: 15px;
}
body.front-end a.alignleft,
body.front-end img.alignleft {
  margin: 0 20px 20px 0;
}
body.front-end a.alignright,
body.front-end img.alignright {
  margin: 0 0 20px 20px;
}
p.form-msg {
  color: #fff !important;
}
html,
body {
  overflow-x: hidden;
}
#notification-bar {
  background-color: #f18e23;
  text-align: center;
  padding: 10px 0px;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
}
#notification-bar p {
  color: #fff;
  margin: 0px;
  font-weight: 300;
}
#notification-bar p .btn {
  display: inline-block;
  position: relative;
  border-radius: 4px;
  color: #000;
  padding: 8px 15px;
  margin-left: 10px;
  font-weight: 400;
  background-color: #fff;
}
#notification-bar p .btn:hover {
  opacity: .8;
  transition: all 0.2s ease-in-out 0s;
}
.page-template-default header,
.page-template-template-flexible header,
.front-end header,
#menu.sticky-menu {
  background-color: rgba(0,0,0,0.55);
  width: 100%;
  padding: 0px;
  height: 110px;
  position: absolute;
  z-index: 99999;
}
.page-template-default header .mobile-menu,
.page-template-default header .social-mobile,
.page-template-template-flexible header .mobile-menu,
.page-template-template-flexible header .social-mobile,
.front-end header .mobile-menu,
.front-end header .social-mobile,
#menu.sticky-menu .mobile-menu,
#menu.sticky-menu .social-mobile {
  display: none;
}
.page-template-default header .logo,
.page-template-template-flexible header .logo,
.front-end header .logo,
#menu.sticky-menu .logo {
  width: auto;
  float: left;
  padding: 10px 15px;
}
.page-template-default header .logo a,
.page-template-template-flexible header .logo a,
.front-end header .logo a,
#menu.sticky-menu .logo a {
  display: block;
  position: relative;
}
.page-template-default header .logo a img,
.page-template-template-flexible header .logo a img,
.front-end header .logo a img,
#menu.sticky-menu .logo a img {
  display: block;
  position: relative;
  max-width: 150px;
  height: auto;
}
.page-template-default header .right,
.page-template-template-flexible header .right,
.front-end header .right,
#menu.sticky-menu .right {
  text-align: right;
  width: auto;
  float: right;
}
.page-template-default header .right .menu-main-nav-container,
.page-template-template-flexible header .right .menu-main-nav-container,
.front-end header .right .menu-main-nav-container,
#menu.sticky-menu .right .menu-main-nav-container {
  display: inline-block;
  vertical-align: middle;
}
.page-template-default header .right .menu-main-nav-container ul,
.page-template-template-flexible header .right .menu-main-nav-container ul,
.front-end header .right .menu-main-nav-container ul,
#menu.sticky-menu .right .menu-main-nav-container ul {
  margin: 0px;
  padding: 0px;
}
.page-template-default header .right .menu-main-nav-container ul li,
.page-template-template-flexible header .right .menu-main-nav-container ul li,
.front-end header .right .menu-main-nav-container ul li,
#menu.sticky-menu .right .menu-main-nav-container ul li {
  display: inline-block;
}
.page-template-default header .right .menu-main-nav-container ul li a,
.page-template-template-flexible header .right .menu-main-nav-container ul li a,
.front-end header .right .menu-main-nav-container ul li a,
#menu.sticky-menu .right .menu-main-nav-container ul li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  padding: 44px 10px;
  transition: all 0.2s ease-in-out 0s;
}
.page-template-default header .right .menu-main-nav-container ul li a:hover,
.page-template-template-flexible header .right .menu-main-nav-container ul li a:hover,
.front-end header .right .menu-main-nav-container ul li a:hover,
#menu.sticky-menu .right .menu-main-nav-container ul li a:hover {
  color: #f18e23;
}
.page-template-default header .right .menu-main-nav-container ul li ul,
.page-template-template-flexible header .right .menu-main-nav-container ul li ul,
.front-end 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: 9999;
  padding: 0px;
}
.page-template-default header .right .menu-main-nav-container ul li ul li,
.page-template-template-flexible header .right .menu-main-nav-container ul li ul li,
.front-end header .right .menu-main-nav-container ul li ul li,
#menu.sticky-menu .right .menu-main-nav-container ul li ul li {
  display: block;
}
.page-template-default header .right .menu-main-nav-container ul li ul li a,
.page-template-template-flexible header .right .menu-main-nav-container ul li ul li a,
.front-end header .right .menu-main-nav-container ul li ul li a,
#menu.sticky-menu .right .menu-main-nav-container ul li ul li a {
  text-align: left !important;
  background-color: rgba(0,0,0,0.8);
  padding: 10px 15px !important;
  display: block;
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.2s ease-in-out 0s;
}
.page-template-default header .right .menu-main-nav-container ul li ul li a:hover,
.page-template-template-flexible header .right .menu-main-nav-container ul li ul li a:hover,
.front-end 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-color: #f18e23;
}
.page-template-default header .right .menu-main-nav-container ul li ul li.current-menu-item a,
.page-template-template-flexible header .right .menu-main-nav-container ul li ul li.current-menu-item a,
.front-end header .right .menu-main-nav-container ul li ul li.current-menu-item a,
#menu.sticky-menu .right .menu-main-nav-container ul li ul li.current-menu-item a {
  text-decoration: none;
  background-color: #f18e23;
}
.page-template-default header .right .menu-main-nav-container ul li.current-menu-item a,
.page-template-default header .right .menu-main-nav-container ul li.current-page-ancestor a,
.page-template-template-flexible header .right .menu-main-nav-container ul li.current-menu-item a,
.page-template-template-flexible header .right .menu-main-nav-container ul li.current-page-ancestor a,
.front-end header .right .menu-main-nav-container ul li.current-menu-item a,
.front-end header .right .menu-main-nav-container ul li.current-page-ancestor a,
#menu.sticky-menu .right .menu-main-nav-container ul li.current-menu-item a,
#menu.sticky-menu .right .menu-main-nav-container ul li.current-page-ancestor a {
  color: #f18e23;
}
.page-template-default header .right .menu-main-nav-container ul li:hover ul,
.page-template-template-flexible header .right .menu-main-nav-container ul li:hover ul,
.front-end header .right .menu-main-nav-container ul li:hover ul,
#menu.sticky-menu .right .menu-main-nav-container ul li:hover ul {
  display: block;
}
.page-template-default header .right .header-social,
.page-template-template-flexible header .right .header-social,
.front-end header .right .header-social,
#menu.sticky-menu .right .header-social {
  display: inline-block;
  vertical-align: middle;
}
.page-template-default header .right .header-social li,
.page-template-template-flexible header .right .header-social li,
.front-end header .right .header-social li,
#menu.sticky-menu .right .header-social li {
  display: inline-block;
  margin-right: 5px;
}
.page-template-default header .right .header-social li:last-child,
.page-template-template-flexible header .right .header-social li:last-child,
.front-end header .right .header-social li:last-child,
#menu.sticky-menu .right .header-social li:last-child {
  margin-right: 0;
}
.page-template-default header .right .header-social li:hover .fa,
.page-template-template-flexible header .right .header-social li:hover .fa,
.front-end header .right .header-social li:hover .fa,
#menu.sticky-menu .right .header-social li:hover .fa {
  color: #f18e23;
}
.page-template-default header .right .header-social li a,
.page-template-template-flexible header .right .header-social li a,
.front-end header .right .header-social li a,
#menu.sticky-menu .right .header-social li a {
  display: block;
  color: #fff;
}
.page-template-default header .right .header-social li a .fa,
.page-template-default header .right .header-social li a .fab,
.page-template-template-flexible header .right .header-social li a .fa,
.page-template-template-flexible header .right .header-social li a .fab,
.front-end header .right .header-social li a .fa,
.front-end header .right .header-social li a .fab,
#menu.sticky-menu .right .header-social li a .fa,
#menu.sticky-menu .right .header-social li a .fab {
  font-size: 14px;
  border: 2px solid;
  width: 35px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  transition: all 0.2s ease-in-out 0s;
  font-family: 'FontAwesome';
}
#menu.sticky-menu {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0px;
  margin-top: 58px;
  background-color: rgba(33,34,42,0.9);
  display: none;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
#contact-form-section {
  background: url('https://drivewaydoctor.com.au/wp-content/themes/project-ym/less/../images/cf-bg.jpg') no-repeat top center / cover;
  position: relative;
  text-align: center;
}
#contact-form-section::before {
  content: '';
  width: 100%;
  background-color: rgba(53,52,60,0.88);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#contact-form-section .col-ym-12 {
  padding: 60px 15px;
}
#contact-form-section .ym-container {
  max-width: 1033px;
}
#contact-form-section .ym-container h2 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.5em;
  font-family: 'Open Sans', sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}
#contact-form-section .ym-container h2 span.orange {
  color: #f18e23;
}
#contact-form-section .ym-container .wpcf7,
#contact-form-section .ym-container .gform_wrapper {
  margin-top: 50px;
}
#contact-form-section .ym-container .wpcf7 input[type="submit"],
#contact-form-section .ym-container .gform_wrapper input[type="submit"] {
  width: auto;
  margin: 20px auto 0;
  padding: 15px 50px;
  height: auto;
  font-size: 18px;
}
#contact-form-section .ym-container .wpcf7 .wpcf7-form,
#contact-form-section .ym-container .gform_wrapper .wpcf7-form {
  font-size: 0px;
}
#contact-form-section .ym-container .wpcf7 .wpcf7-form p,
#contact-form-section .ym-container .gform_wrapper .wpcf7-form p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
#contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(2),
#contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(3),
#contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(4),
#contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(5),
#contact-form-section .ym-container .gform_wrapper .wpcf7-form p:nth-child(2),
#contact-form-section .ym-container .gform_wrapper .wpcf7-form p:nth-child(3),
#contact-form-section .ym-container .gform_wrapper .wpcf7-form p:nth-child(4),
#contact-form-section .ym-container .gform_wrapper .wpcf7-form p:nth-child(5) {
  width: 50%;
  float: left;
}
#contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(2),
#contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(4),
#contact-form-section .ym-container .gform_wrapper .wpcf7-form p:nth-child(2),
#contact-form-section .ym-container .gform_wrapper .wpcf7-form p:nth-child(4) {
  padding-right: 5px;
}
#contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(3),
#contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(5),
#contact-form-section .ym-container .gform_wrapper .wpcf7-form p:nth-child(3),
#contact-form-section .ym-container .gform_wrapper .wpcf7-form p:nth-child(5) {
  padding-left: 5px;
}
#contact-form-section .ym-container .wpcf7 .wpcf7-form p input[type="submit"],
#contact-form-section .ym-container .gform_wrapper .wpcf7-form p input[type="submit"] {
  width: auto;
  margin: 20px auto 0;
  padding: 15px 50px;
  height: auto;
  font-size: 18px;
}
#long-footer {
  background: #35343c;
  color: #fff;
  padding: 30px 0 50px;
}
#long-footer a {
  color: #fff;
}
#long-footer p {
  font-size: 14px;
}
#long-footer ul {
  padding-left: 0;
  margin: 0;
}
#long-footer ul li {
  list-style: none;
  padding-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
#long-footer ul li a {
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
#long-footer ul li.current-menu-item a,
#long-footer ul li.current-page-ancestor a,
#long-footer ul li:hover a {
  color: #f18e23;
}
#long-footer .opening-hours {
  padding-right: 50px;
}
#long-footer .opening-hours li {
  padding: 6px 0;
  border-bottom: 1px solid #4b4b50;
}
#long-footer .opening-hours li span {
  float: right;
}
#long-footer .opening-hours li.today {
  color: #f18e23;
  font-weight: 700;
}
#long-footer .footer-contact img {
  margin-top: 20px;
  max-width: 130px;
  width: 100%;
  display: block;
}
#long-footer .footer-contact li {
  display: inline-block;
  margin-right: 5px;
}
#long-footer .footer-contact li:last-child {
  margin-right: 0;
}
#long-footer .footer-contact li:hover .fa {
  color: #f18e23;
}
#long-footer .footer-contact li a {
  display: block;
}
#long-footer .footer-contact li a .fa,
#long-footer .footer-contact li a .fab {
  font-size: 17px;
  border: 2px solid;
  width: 35px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 400;
  font-family: 'FontAwesome';
}
footer {
  padding: 20px 0;
  background-color: #35343c;
  border-top: 1px solid #424247;
}
footer .copyright-section p {
  font-size: 12px !important;
  color: #fff;
  margin: 0;
}
footer .copyright-section #copyright p {
  display: block;
  position: relative;
  float: none;
  line-height: 2em;
}
footer .copyright-section #credit {
  margin-top: 0px;
  text-align: right;
}
footer .copyright-section #credit p {
  line-height: 1.5em;
}
footer .copyright-section #credit p a {
  display: inline-block;
  position: relative;
}
footer .copyright-section #credit p a img {
  display: block;
  position: relative;
  width: auto;
  height: 25px;
  margin: 0px 0px -6px 2px;
}
body.error404 .section-1 {
  padding: 50px 30px 100px;
}
body.error404 .section-1 h1 {
  font-size: 150px;
  font-weight: 300;
  color: #404041;
  text-align: center;
  margin: 0;
}
body.error404 .section-1 p {
  text-align: center;
  line-height: 1.5em;
}
body.error404 .section-1 p a {
  color: #fff;
  padding: 10px 20px;
  margin: 25px 0 0;
  display: inline-block;
  background: #f18e23 none repeat scroll 0% 0%;
  border: 1px solid #f18e23;
  transition: all 0.2s ease-in-out 0s;
}
body.error404 .section-1 p a:hover {
  color: #fff;
  background: #000 none repeat scroll 0% 0%;
  border: 1px solid #04b3d8;
}
.gform_wrapper,
.wpcf7 {
  margin-top: 20px;
}
.gform_wrapper h2.gform_submission_error.hide_summary,
.gform_wrapper .validation_message,
.wpcf7 h2.gform_submission_error.hide_summary,
.wpcf7 .validation_message {
  font-size: 13px !important;
  color: #c02b0a !important;
  text-transform: unset !important;
  font-family: 'Open Sans', sans-serif !important;
  margin: 0 !important;
}
.gform_wrapper span#gfield_upload_rules_2_7,
.wpcf7 span#gfield_upload_rules_2_7 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.gform_wrapper .gform_confirmation_message,
.wpcf7 .gform_confirmation_message {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.gform_wrapper input,
.wpcf7 input {
  width: 100%;
  display: block;
  position: relative;
  text-indent: 15px;
  border: 1px solid transparent;
  background-color: rgba(255,255,255,0.5);
  color: #fff;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px;
  height: 41px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.gform_wrapper textarea,
.wpcf7 textarea {
  width: 100%;
  display: block;
  position: relative;
  text-indent: 15px;
  border: 1px solid transparent;
  background-color: rgba(255,255,255,0.5);
  color: #fff;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px;
  height: 152x;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.gform_wrapper input[type="submit"],
.wpcf7 input[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  height: 41px;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 4px;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f18e23;
  border: 2px solid #f18e23;
  color: #ffffff;
}
.gform_wrapper input[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover {
  background-color: #fff;
  color: #f18e23;
}
.gform_wrapper input[type="submit"]:focus,
.wpcf7 input[type="submit"]:focus {
  outline: none;
}
.gform_wrapper .wpcf7-form,
.wpcf7 .wpcf7-form {
  font-size: 0px;
}
.gform_wrapper .wpcf7-form .text,
.wpcf7 .wpcf7-form .text {
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0px 20px;
  width: 80% !important;
  float: none !important;
}
.gform_wrapper .wpcf7-form p span,
.wpcf7 .wpcf7-form p span {
  display: block;
  position: relative;
  width: 100%;
}
.gform_wrapper .wpcf7-form p span input,
.wpcf7 .wpcf7-form p span input {
  width: 100%;
  display: block;
  position: relative;
  text-indent: 15px;
  border: 1px solid transparent;
  background-color: rgba(255,255,255,0.5);
  color: #fff;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px;
  height: 41px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.gform_wrapper .wpcf7-form p span textarea,
.wpcf7 .wpcf7-form p span textarea {
  width: 100%;
  display: block;
  position: relative;
  text-indent: 15px;
  border: 1px solid transparent;
  background-color: rgba(255,255,255,0.5);
  color: #fff;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px;
  height: 152x;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.gform_wrapper .wpcf7-form p span .wpcf7-not-valid,
.wpcf7 .wpcf7-form p span .wpcf7-not-valid {
  border: 1px solid #ff0000;
}
.gform_wrapper .wpcf7-form p span .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-form p span .wpcf7-not-valid-tip {
  display: none !important;
}
.gform_wrapper .wpcf7-form p span input:focus,
.gform_wrapper .wpcf7-form p span textarea:focus,
.wpcf7 .wpcf7-form p span input:focus,
.wpcf7 .wpcf7-form p span textarea:focus {
  outline: none;
}
.gform_wrapper .wpcf7-form p span input::-webkit-input-placeholder,
.gform_wrapper .wpcf7-form p span textarea::-webkit-input-placeholder,
.wpcf7 .wpcf7-form p span input::-webkit-input-placeholder,
.wpcf7 .wpcf7-form p span textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.gform_wrapper .wpcf7-form p span input:-moz-placeholder,
.gform_wrapper .wpcf7-form p span textarea:-moz-placeholder,
.wpcf7 .wpcf7-form p span input:-moz-placeholder,
.wpcf7 .wpcf7-form p span textarea:-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.gform_wrapper .wpcf7-form p span input::-moz-placeholder,
.gform_wrapper .wpcf7-form p span textarea::-moz-placeholder,
.wpcf7 .wpcf7-form p span input::-moz-placeholder,
.wpcf7 .wpcf7-form p span textarea::-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.gform_wrapper .wpcf7-form p span input:-ms-input-placeholder,
.gform_wrapper .wpcf7-form p span textarea:-ms-input-placeholder,
.wpcf7 .wpcf7-form p span input:-ms-input-placeholder,
.wpcf7 .wpcf7-form p span textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.gform_wrapper .wpcf7-form p .ajax-loader,
.wpcf7 .wpcf7-form p .ajax-loader {
  display: none !important;
}
.gform_wrapper .wpcf7-form p input[type="submit"],
.wpcf7 .wpcf7-form p input[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  height: 41px;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 4px;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f18e23;
  border: 2px solid #f18e23;
  color: #ffffff;
}
.gform_wrapper .wpcf7-form p input[type="submit"]:hover,
.wpcf7 .wpcf7-form p input[type="submit"]:hover {
  background-color: #fff;
  color: #f18e23;
}
.gform_wrapper .wpcf7-form p input[type="submit"]:focus,
.wpcf7 .wpcf7-form p input[type="submit"]:focus {
  outline: none;
}
.gform_wrapper .wpcf7-form .wpcf7-response-output,
.wpcf7 .wpcf7-form .wpcf7-response-output {
  clear: both;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
}
.gform_wrapper .wpcf7-form div.wpcf7-validation-errors,
.wpcf7 .wpcf7-form div.wpcf7-validation-errors {
  background-color: #f7e700;
  color: #000000;
  margin: 0px;
}
.gform_wrapper .wpcf7-form div.wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok {
  background-color: #398f14;
  margin: 0px;
}
body.page .section-1,
body.blog .section-1,
body.page-template-template-flexible .section-1 {
  margin-top: 58px;
  height: 350px;
  position: relative;
}
body.page .section-1::before,
body.blog .section-1::before,
body.page-template-template-flexible .section-1::before {
  content: '';
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.page .section-1 .ym-container,
body.blog .section-1 .ym-container,
body.page-template-template-flexible .section-1 .ym-container {
  height: 350px;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: stretch;
}
body.page .section-1 .ym-container h1,
body.blog .section-1 .ym-container h1,
body.page-template-template-flexible .section-1 .ym-container h1 {
  color: #ffffff;
  font-size: 50px;
  line-height: 1.3em;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 25px;
}
body.page .section-1 .ym-container p,
body.blog .section-1 .ym-container p,
body.page-template-template-flexible .section-1 .ym-container p {
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
body.page .section-1 .ym-container p span,
body.blog .section-1 .ym-container p span,
body.page-template-template-flexible .section-1 .ym-container p span {
  color: #f18e23;
}
body.page .section-1 .ym-container .banner-cf,
body.blog .section-1 .ym-container .banner-cf,
body.page-template-template-flexible .section-1 .ym-container .banner-cf {
  overflow: hidden;
  max-width: 790px;
  width: 100%;
  margin: 25px auto 0;
}
body.page .section-1 .ym-container .wpcf7,
body.page .section-1 .ym-container .gform_wrapper,
body.blog .section-1 .ym-container .wpcf7,
body.blog .section-1 .ym-container .gform_wrapper,
body.page-template-template-flexible .section-1 .ym-container .wpcf7,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper {
  margin-top: 20px;
}
body.page .section-1 .ym-container .wpcf7 .gform_confirmation_message,
body.page .section-1 .ym-container .gform_wrapper .gform_confirmation_message,
body.blog .section-1 .ym-container .wpcf7 .gform_confirmation_message,
body.blog .section-1 .ym-container .gform_wrapper .gform_confirmation_message,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .gform_confirmation_message,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .gform_confirmation_message {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
body.page .section-1 .ym-container .wpcf7 input,
body.page .section-1 .ym-container .gform_wrapper input,
body.blog .section-1 .ym-container .wpcf7 input,
body.blog .section-1 .ym-container .gform_wrapper input,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 input,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper input {
  display: block;
  position: relative;
  text-indent: 15px;
  width: 96%;
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #000;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px;
  height: 41px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
body.page .section-1 .ym-container .wpcf7 input[type="submit"],
body.page .section-1 .ym-container .gform_wrapper input[type="submit"],
body.blog .section-1 .ym-container .wpcf7 input[type="submit"],
body.blog .section-1 .ym-container .gform_wrapper input[type="submit"],
body.page-template-template-flexible .section-1 .ym-container .wpcf7 input[type="submit"],
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper input[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  height: 41px;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 4px;
  padding: 8px 30px;
  padding-left: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f18e23;
  border: 2px solid #f18e23;
  color: #ffffff;
}
body.page .section-1 .ym-container .wpcf7 input[type="submit"]:hover,
body.page .section-1 .ym-container .gform_wrapper input[type="submit"]:hover,
body.blog .section-1 .ym-container .wpcf7 input[type="submit"]:hover,
body.blog .section-1 .ym-container .gform_wrapper input[type="submit"]:hover,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 input[type="submit"]:hover,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper input[type="submit"]:hover {
  background-color: #fff;
  color: #f18e23;
}
body.page .section-1 .ym-container .wpcf7 input[type="submit"]:focus,
body.page .section-1 .ym-container .gform_wrapper input[type="submit"]:focus,
body.blog .section-1 .ym-container .wpcf7 input[type="submit"]:focus,
body.blog .section-1 .ym-container .gform_wrapper input[type="submit"]:focus,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 input[type="submit"]:focus,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper input[type="submit"]:focus {
  outline: none;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form {
  font-size: 0px;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form .text,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form .text,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form .text,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form .text,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form .text,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form .text {
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0px 20px;
  width: 80% !important;
  float: none !important;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form p,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form p,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form p,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form p,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form p,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form p {
  margin: 0px;
  display: inline-block;
  position: relative;
  width: 25%;
  float: left;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form p span,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form p span,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form p span,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form p span,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form p span,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form p span {
  display: block;
  position: relative;
  width: 100%;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form p span input,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form p span input,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form p span input,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form p span input,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form p span input,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form p span input {
  display: block;
  position: relative;
  text-indent: 15px;
  width: 96%;
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #000;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px;
  height: 41px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form p span .wpcf7-not-valid,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form p span .wpcf7-not-valid,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form p span .wpcf7-not-valid,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form p span .wpcf7-not-valid,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form p span .wpcf7-not-valid,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form p span .wpcf7-not-valid {
  border: 1px solid #ff0000;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form p span .wpcf7-not-valid-tip,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form p span .wpcf7-not-valid-tip,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form p span .wpcf7-not-valid-tip,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form p span .wpcf7-not-valid-tip,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form p span .wpcf7-not-valid-tip,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form p span .wpcf7-not-valid-tip {
  display: none !important;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form p span input:focus,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form p span input:focus,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form p span input:focus,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form p span input:focus,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form p span input:focus,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form p span input:focus {
  outline: none;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form p span input::-webkit-input-placeholder,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form p span input::-webkit-input-placeholder,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form p span input::-webkit-input-placeholder,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form p span input::-webkit-input-placeholder,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form p span input::-webkit-input-placeholder,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form p span input::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form p span input:-moz-placeholder,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form p span input:-moz-placeholder,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form p span input:-moz-placeholder,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form p span input:-moz-placeholder,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form p span input:-moz-placeholder,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form p span input:-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form p span input::-moz-placeholder,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form p span input::-moz-placeholder,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form p span input::-moz-placeholder,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form p span input::-moz-placeholder,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form p span input::-moz-placeholder,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form p span input::-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form p span input:-ms-input-placeholder,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form p span input:-ms-input-placeholder,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form p span input:-ms-input-placeholder,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form p span input:-ms-input-placeholder,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form p span input:-ms-input-placeholder,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form p span input:-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form p .ajax-loader,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form p .ajax-loader,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form p .ajax-loader,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form p .ajax-loader,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form p .ajax-loader,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form p .ajax-loader {
  display: none !important;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form p input[type="submit"],
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form p input[type="submit"],
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form p input[type="submit"],
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form p input[type="submit"],
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form p input[type="submit"],
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form p input[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  height: 41px;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 4px;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f18e23;
  border: 2px solid #f18e23;
  color: #ffffff;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form p input[type="submit"]:hover,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form p input[type="submit"]:hover,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form p input[type="submit"]:hover,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form p input[type="submit"]:hover,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form p input[type="submit"]:hover,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form p input[type="submit"]:hover {
  background-color: #fff;
  color: #f18e23;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form p input[type="submit"]:focus,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form p input[type="submit"]:focus,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form p input[type="submit"]:focus,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form p input[type="submit"]:focus,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form p input[type="submit"]:focus,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form p input[type="submit"]:focus {
  outline: none;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form .wpcf7-response-output,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form .wpcf7-response-output,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form .wpcf7-response-output,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form .wpcf7-response-output,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form .wpcf7-response-output,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form .wpcf7-response-output {
  clear: both;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form div.wpcf7-validation-errors,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form div.wpcf7-validation-errors,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form div.wpcf7-validation-errors,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form div.wpcf7-validation-errors,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form div.wpcf7-validation-errors,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form div.wpcf7-validation-errors {
  background-color: #f7e700;
  color: #000000;
  margin: 0px;
}
body.page .section-1 .ym-container .wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok,
body.page .section-1 .ym-container .gform_wrapper .wpcf7-form div.wpcf7-mail-sent-ok,
body.blog .section-1 .ym-container .wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok,
body.blog .section-1 .ym-container .gform_wrapper .wpcf7-form div.wpcf7-mail-sent-ok,
body.page-template-template-flexible .section-1 .ym-container .wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok,
body.page-template-template-flexible .section-1 .ym-container .gform_wrapper .wpcf7-form div.wpcf7-mail-sent-ok {
  background-color: #398f14;
  margin: 0px;
}
body.page .the-content span.orange,
body.blog .the-content span.orange,
body.page-template-template-flexible .the-content span.orange {
  color: #f18e23;
}
body.page .the-content .row,
body.blog .the-content .row,
body.page-template-template-flexible .the-content .row {
  margin-left: -15px;
  margin-right: -15px;
}
body.page .the-content .col-ym-12,
body.page .the-content .col-ym-6,
body.blog .the-content .col-ym-12,
body.blog .the-content .col-ym-6,
body.page-template-template-flexible .the-content .col-ym-12,
body.page-template-template-flexible .the-content .col-ym-6 {
  padding: 60px 15px;
}
body.page .the-content .col-ym-12 h2,
body.page .the-content .col-ym-6 h2,
body.blog .the-content .col-ym-12 h2,
body.blog .the-content .col-ym-6 h2,
body.page-template-template-flexible .the-content .col-ym-12 h2,
body.page-template-template-flexible .the-content .col-ym-6 h2 {
  font-size: 34px;
  color: #424242;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 20px;
  clear: left;
}
body.page .the-content .col-ym-12 img,
body.page .the-content .col-ym-6 img,
body.blog .the-content .col-ym-12 img,
body.blog .the-content .col-ym-6 img,
body.page-template-template-flexible .the-content .col-ym-12 img,
body.page-template-template-flexible .the-content .col-ym-6 img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.page .the-content .col-ym-12 img.fullwidth,
body.page .the-content .col-ym-6 img.fullwidth,
body.blog .the-content .col-ym-12 img.fullwidth,
body.blog .the-content .col-ym-6 img.fullwidth,
body.page-template-template-flexible .the-content .col-ym-12 img.fullwidth,
body.page-template-template-flexible .the-content .col-ym-6 img.fullwidth {
  width: 100%;
}
body.page .the-content .col-ym-12 h3,
body.page .the-content .col-ym-6 h3,
body.blog .the-content .col-ym-12 h3,
body.blog .the-content .col-ym-6 h3,
body.page-template-template-flexible .the-content .col-ym-12 h3,
body.page-template-template-flexible .the-content .col-ym-6 h3 {
  font-size: 30px;
}
body.page .the-content .col-ym-12 h4,
body.page .the-content .col-ym-6 h4,
body.blog .the-content .col-ym-12 h4,
body.blog .the-content .col-ym-6 h4,
body.page-template-template-flexible .the-content .col-ym-12 h4,
body.page-template-template-flexible .the-content .col-ym-6 h4 {
  font-size: 26px;
}
body.page .the-content .col-ym-12 h5,
body.page .the-content .col-ym-6 h5,
body.blog .the-content .col-ym-12 h5,
body.blog .the-content .col-ym-6 h5,
body.page-template-template-flexible .the-content .col-ym-12 h5,
body.page-template-template-flexible .the-content .col-ym-6 h5 {
  font-size: 20px;
}
body.page .the-content .col-ym-12 h3,
body.page .the-content .col-ym-12 h4,
body.page .the-content .col-ym-12 h5,
body.page .the-content .col-ym-6 h3,
body.page .the-content .col-ym-6 h4,
body.page .the-content .col-ym-6 h5,
body.blog .the-content .col-ym-12 h3,
body.blog .the-content .col-ym-12 h4,
body.blog .the-content .col-ym-12 h5,
body.blog .the-content .col-ym-6 h3,
body.blog .the-content .col-ym-6 h4,
body.blog .the-content .col-ym-6 h5,
body.page-template-template-flexible .the-content .col-ym-12 h3,
body.page-template-template-flexible .the-content .col-ym-12 h4,
body.page-template-template-flexible .the-content .col-ym-12 h5,
body.page-template-template-flexible .the-content .col-ym-6 h3,
body.page-template-template-flexible .the-content .col-ym-6 h4,
body.page-template-template-flexible .the-content .col-ym-6 h5 {
  color: #424242;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
body.page .the-content .col-ym-12 ul li,
body.page .the-content .col-ym-6 ul li,
body.blog .the-content .col-ym-12 ul li,
body.blog .the-content .col-ym-6 ul li,
body.page-template-template-flexible .the-content .col-ym-12 ul li,
body.page-template-template-flexible .the-content .col-ym-6 ul li {
  color: #424242;
  margin-bottom: 10px;
}
body.page .the-content .col-ym-12 ul.drop,
body.page .the-content .col-ym-6 ul.drop,
body.blog .the-content .col-ym-12 ul.drop,
body.blog .the-content .col-ym-6 ul.drop,
body.page-template-template-flexible .the-content .col-ym-12 ul.drop,
body.page-template-template-flexible .the-content .col-ym-6 ul.drop {
  list-style-type: none;
  margin: 40px 0 40px 0;
}
body.page .the-content .col-ym-12 ul.drop li,
body.page .the-content .col-ym-6 ul.drop li,
body.blog .the-content .col-ym-12 ul.drop li,
body.blog .the-content .col-ym-6 ul.drop li,
body.page-template-template-flexible .the-content .col-ym-12 ul.drop li,
body.page-template-template-flexible .the-content .col-ym-6 ul.drop li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
body.page .the-content .col-ym-12 ul.drop li::before,
body.page .the-content .col-ym-6 ul.drop li::before,
body.blog .the-content .col-ym-12 ul.drop li::before,
body.blog .the-content .col-ym-6 ul.drop li::before,
body.page-template-template-flexible .the-content .col-ym-12 ul.drop li::before,
body.page-template-template-flexible .the-content .col-ym-6 ul.drop li::before {
  content: url('https://drivewaydoctor.com.au/wp-content/themes/project-ym/less/../images/drop-of-water.png');
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -10px;
  top: -5px;
}
body.page .the-content .col-ym-12 hr,
body.page .the-content .col-ym-6 hr,
body.blog .the-content .col-ym-12 hr,
body.blog .the-content .col-ym-6 hr,
body.page-template-template-flexible .the-content .col-ym-12 hr,
body.page-template-template-flexible .the-content .col-ym-6 hr {
  color: #424242;
  width: 50px;
  text-align: center;
  margin: 30px auto 30px;
  border: none;
  height: 1px;
  background-color: #424242;
}
body.page .the-content .col-ym-12 a,
body.page .the-content .col-ym-6 a,
body.blog .the-content .col-ym-12 a,
body.blog .the-content .col-ym-6 a,
body.page-template-template-flexible .the-content .col-ym-12 a,
body.page-template-template-flexible .the-content .col-ym-6 a {
  color: #f18e23;
}
body.page .the-content .col-ym-12 p,
body.page .the-content .col-ym-6 p,
body.blog .the-content .col-ym-12 p,
body.blog .the-content .col-ym-6 p,
body.page-template-template-flexible .the-content .col-ym-12 p,
body.page-template-template-flexible .the-content .col-ym-6 p {
  font-size: 16px;
  font-weight: 300;
  color: #424242;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body.page .the-content .col-ym-12 .btn,
body.page .the-content .col-ym-6 .btn,
body.blog .the-content .col-ym-12 .btn,
body.blog .the-content .col-ym-6 .btn,
body.page-template-template-flexible .the-content .col-ym-12 .btn,
body.page-template-template-flexible .the-content .col-ym-6 .btn {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 30px;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  border-radius: 8px;
  background-color: #f18e23;
  border: 2px solid #f18e23;
}
body.page .the-content .col-ym-12 .btn:hover,
body.page .the-content .col-ym-6 .btn:hover,
body.blog .the-content .col-ym-12 .btn:hover,
body.blog .the-content .col-ym-6 .btn:hover,
body.page-template-template-flexible .the-content .col-ym-12 .btn:hover,
body.page-template-template-flexible .the-content .col-ym-6 .btn:hover {
  background-color: transparent !important;
  color: #f18e23;
}
body.page .the-content .col-ym-6,
body.blog .the-content .col-ym-6,
body.page-template-template-flexible .the-content .col-ym-6 {
  padding: 0 15px;
}
body.page-template-template-services .main-services-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  margin-right: -30px;
  margin-left: -30px;
}
body.page-template-template-services .main-services-wrapper .services-inner-wrap {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 50px;
}
body.page-template-template-services .main-services-wrapper .services-inner-wrap a {
  display: block;
}
body.page-template-template-services .main-services-wrapper .services-inner-wrap .service-image {
  position: relative;
  overflow: hidden;
}
body.page-template-template-services .main-services-wrapper .services-inner-wrap .service-image:hover .service-overlay {
  visibility: visible;
  opacity: 1;
}
body.page-template-template-services .main-services-wrapper .services-inner-wrap .service-image:hover .service-overlay .overlay-center {
  top: 50%;
}
body.page-template-template-services .main-services-wrapper .services-inner-wrap .service-image:hover img {
  transform: scale(1.2);
}
body.page-template-template-services .main-services-wrapper .services-inner-wrap .service-image img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: 2s all ease;
  -webkit-transition: 2s all ease;
  -moz-transition: 2s all ease;
}
body.page-template-template-services .main-services-wrapper .services-inner-wrap .service-image .service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 2px;
  background-color: rgba(0,0,0,0.4);
  transition: all 100ms ease-out;
}
body.page-template-template-services .main-services-wrapper .services-inner-wrap .service-image .overlay-center {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  transition: top 200ms ease-out;
}
body.page-template-template-services .main-services-wrapper .services-inner-wrap .service-image .overlay-center span {
  color: #fff;
  background-color: #f18e23;
  padding: 8px 22px;
  border-radius: 30px;
  font-size: 14px;
}
body.page-template-template-services .main-services-wrapper .services-inner-wrap .service-content h4 {
  margin-top: 20px;
}
body.page-template-template-services .main-services-wrapper .services-inner-wrap .service-content h4 a {
  font-size: 20px;
  color: #424242;
}
.breadcrumbs {
  overflow: hidden;
  padding: 10px 0;
  background: #35343c;
}
.breadcrumbs span {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs span a {
  padding-right: 10px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs span.breadcrumb_last {
  color: #f18e23;
  font-family: 'Open Sans', sans-serif;
  padding-left: 10px;
  font-weight: 700;
}
body.page-template-template-contact #contact-form-section,
body.blog #contact-form-section,
body.single #contact-form-section {
  display: none;
}
body.page-template-template-contact .col-ym-12 .row {
  margin-left: -15px;
  margin-right: -15px;
}
body.page-template-template-contact .col-ym-12 .row .contact-section {
  color: #fff;
  background-color: #35343c;
  padding: 50px 30px;
  margin-bottom: 30px;
}
body.page-template-template-contact .col-ym-12 .row .contact-section .section {
  margin-bottom: 40px;
}
body.page-template-template-contact .col-ym-12 .row .contact-section .section p {
  color: rgba(255,255,255,0.6);
  margin: 0;
}
body.page-template-template-contact .col-ym-12 .row .contact-section .section p strong {
  color: #fff;
}
body.page-template-template-contact .col-ym-12 .row .contact-section .section:last-child {
  margin-bottom: 0;
}
body.page-template-template-contact .col-ym-12 .row .contact-section .section .social {
  padding: 0;
  margin: 15px 0 0;
}
body.page-template-template-contact .col-ym-12 .row .contact-section .section .social li {
  display: inline-block;
  margin-right: 5px;
}
body.page-template-template-contact .col-ym-12 .row .contact-section .section .social li:last-child {
  margin-right: 0;
}
body.page-template-template-contact .col-ym-12 .row .contact-section .section .social li:hover .fa {
  color: #f18e23;
}
body.page-template-template-contact .col-ym-12 .row .contact-section .section .social li a {
  display: block;
  color: #fff;
}
body.page-template-template-contact .col-ym-12 .row .contact-section .section .social li a .fa {
  font-size: 17px;
  border: 2px solid;
  width: 35px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  transition: all 0.2s ease-in-out 0s;
}
body.page-template-template-contact .col-ym-12 .row .opening-hours {
  background-color: #fbfbf5;
  padding: 30px;
  margin-bottom: 30px;
}
body.page-template-template-contact .col-ym-12 .row .opening-hours ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.page-template-template-contact .col-ym-12 .row .opening-hours ul li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  color: #989898;
}
body.page-template-template-contact .col-ym-12 .row .opening-hours ul li span {
  float: right;
}
body.page-template-template-contact .col-ym-12 .row .opening-hours ul li.today {
  color: #f18e23;
  font-weight: 700;
}
body.page-template-template-contact .col-ym-12 .row .map {
  width: 100%;
  display: block;
  height: 359px;
  margin-bottom: 30px;
}
body.page-template-template-contact .col-ym-12 .row .cf-wrapper {
  padding: 30px;
  background-color: #fbfbf5;
}
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 {
  margin-top: 10px;
}
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form {
  font-size: 0px;
}
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p:nth-child(2),
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p:nth-child(3),
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p:nth-child(4),
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p:nth-child(5) {
  width: 50%;
  float: left;
}
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p:nth-child(2),
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p:nth-child(4) {
  padding-right: 5px;
}
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p:nth-child(3),
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p:nth-child(5) {
  padding-left: 5px;
}
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p span input,
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p span textarea {
  color: #000;
  background-color: #fff;
}
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p input[type="submit"] {
  width: auto;
  margin: 20px auto 0;
  padding: 15px 50px;
  height: auto;
  font-size: 18px;
}
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p input::-webkit-input-placeholder,
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p textarea::-webkit-input-placeholder {
  color: #989898;
  opacity: 1 !important;
}
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p input:-moz-placeholder,
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p textarea:-moz-placeholder {
  color: #989898;
  opacity: 1 !important;
}
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p input::-moz-placeholder,
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p textarea::-moz-placeholder {
  color: #989898;
  opacity: 1 !important;
}
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p input:-ms-input-placeholder,
body.page-template-template-contact .col-ym-12 .row .cf-wrapper .wpcf7 .wpcf7-form p textarea:-ms-input-placeholder {
  color: #989898;
  opacity: 1 !important;
}
body.page-template-template-flexible .section {
  text-align: center;
}
body.page-template-template-flexible .section span.orange {
  color: #f18e23;
}
body.page-template-template-flexible .section .col-ym-12,
body.page-template-template-flexible .section .col-ym-6 {
  padding: 60px 15px;
}
body.page-template-template-flexible .section .col-ym-12 h2,
body.page-template-template-flexible .section .col-ym-6 h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #424242;
  line-height: 1.5em;
  font-family: 'Open Sans', sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}
body.page-template-template-flexible .section .col-ym-12 hr,
body.page-template-template-flexible .section .col-ym-6 hr {
  color: #424242;
  width: 50px;
  text-align: center;
  margin: 30px auto 30px;
  border: none;
  height: 1px;
  background-color: #424242;
}
body.page-template-template-flexible .section .col-ym-12 p,
body.page-template-template-flexible .section .col-ym-6 p {
  font-size: 16px;
  font-weight: 300;
  color: #424242;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body.page-template-template-flexible .section .col-ym-12 .btn,
body.page-template-template-flexible .section .col-ym-6 .btn {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 30px;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  border-radius: 8px;
  background-color: #f18e23;
  border: 2px solid #f18e23;
}
body.page-template-template-flexible .section .col-ym-12 .btn:hover,
body.page-template-template-flexible .section .col-ym-6 .btn:hover {
  background-color: transparent !important;
  color: #f18e23;
}
body.page-template-template-flexible #why-choose-us-sealing {
  background: url(https://drivewaydoctor.com.au/wp-content/themes/project-ym/less/../images/about-us-bg.jpg) no-repeat top center / cover;
  position: relative;
}
body.page-template-template-flexible #why-choose-us-sealing::before {
  content: '';
  width: 100%;
  background-color: rgba(241,142,35,0.88);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
body.page-template-template-flexible #why-choose-us-sealing .ym-container h2 {
  margin-bottom: 50px;
}
body.page-template-template-flexible #why-choose-us-sealing .ym-container h2 span {
  color: #fff;
}
body.page-template-template-flexible #why-choose-us-sealing .ym-container p {
  font-size: 23px;
  color: #fff;
}
body.page-template-template-flexible #repair-process {
  text-align: left;
}
body.page-template-template-flexible #repair-process .ym-container h2 {
  text-align: center;
  margin-bottom: 50px;
}
body.page-template-template-flexible #repair-process .ym-container ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
body.page-template-template-flexible #repair-process .ym-container ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  list-style: none;
  position: relative;
  font-size: 21px;
  padding-left: 70px;
  margin-bottom: 40px;
}
body.page-template-template-flexible #repair-process .ym-container ul li .number {
  color: #f18e23;
  font-weight: 700;
  font-size: 43px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
body.page-template-template-flexible #crack-repair-adelaide {
  background: url(https://drivewaydoctor.com.au/wp-content/themes/project-ym/less/../images/crack-roads.jpg) no-repeat top center / cover;
  position: relative;
}
body.page-template-template-flexible #crack-repair-adelaide::before {
  content: '';
  width: 100%;
  background-color: rgba(53,52,60,0.88);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
body.page-template-template-flexible #crack-repair-adelaide .ym-container h2 {
  color: #fff;
}
body.page-template-template-flexible #crack-repair-adelaide .ym-container ul.check {
  padding: 0;
  text-align: left;
}
body.page-template-template-flexible #crack-repair-adelaide .ym-container ul.check li {
  position: relative;
  list-style-type: none;
  padding-left: 35px;
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}
body.page-template-template-flexible #crack-repair-adelaide .ym-container ul.check li:before {
  content: '\f00c';
  position: absolute;
  font-size: 28px;
  left: 0;
  top: 0;
  font-family: 'Fontawesome';
  color: #f18e23;
}
body.page-template-template-flexible #concrete-sealing-process {
  background-color: #35343c;
  text-align: left;
}
body.page-template-template-flexible #concrete-sealing-process .ym-container h2 {
  color: #fff;
}
body.page-template-template-flexible #concrete-sealing-process .ym-container p,
body.page-template-template-flexible #concrete-sealing-process .ym-container li {
  color: #fff;
}
body.page-template-template-flexible #concrete-sealing-process .ym-container h4 {
  color: #f18e23;
}
body.page-template-template-flexible #faq-section {
  background-color: #f4f5fa;
}
body.page-template-template-flexible #faq-section .accordion-panel {
  background-color: #fff !important;
}
.tmls .tmls_container .tmls_item .tmls_text,
.tmls .tmls_container .tmls_item .tmls_name {
  font-family: 'Open Sans', sans-serif;
}
.tmls .tmls_container .tmls_item .tmls_name::before {
  content: '-';
  margin-right: 5px;
}
.faqs .accordion {
  padding: 0px !important;
  margin: 40px auto 0px !important;
  text-align: left !important;
  max-width: 800px;
}
.faqs .accordion li {
  list-style-type: none !important;
  margin-bottom: 20px;
  padding-left: 0px !important;
  background-image: none !important;
  display: block !important;
  position: relative !important;
}
.faqs .accordion li .accordion-control {
  display: block;
  position: relative;
  font-size: 16px;
  width: 100%;
  background-color: #f18e23;
  border-radius: 0px 0px;
  color: #ffffff;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 30px;
  transition: all 0.2s ease-in-out 0s !important;
  border: none !important;
}
.faqs .accordion li .accordion-control:focus {
  outline: 0;
}
.faqs .accordion li .accordion-panel {
  display: none;
  background-color: #f4f5fa;
  padding: 15px 30px;
  border-radius: 0px 0px 6px 6px;
}
.faqs .accordion li .accordion-panel p {
  line-height: 1.5em;
  color: #424242;
  font-size: 16px;
  font-weight: 200;
}
.faqs .accordion li .accordion-panel p a {
  line-height: 1.5em;
  color: #f18e23;
  font-size: 16px;
  font-weight: 200;
}
body.home .home-banner {
  height: 600px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 99;
}
body.home .section-1 {
  position: absolute;
  z-index: 99;
  top: 0px;
  height: 600px;
  position: relative;
  z-index: 999;
  margin-top: 58px;
}
body.home .section-1 .ym-container {
  height: 600px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  justify-content: center;
  text-align: center;
}
body.home .section-1 .ym-container .member-logo {
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: #fff;
  padding: 15px;
}
body.home .section-1 .ym-container .member-logo img {
  display: block;
  position: relative;
  width: 220px;
  height: auto;
}
body.home .section-1 .ym-container h1 {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1.3em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
body.home .section-1 .ym-container p {
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  line-height: 1.3em;
}
body.home .section-1 .ym-container p span {
  color: #f18e23;
}
body.home .section-1 .ym-container p.form-msg {
  font-size: 16px !important;
  font-weight: 400;
  margin-bottom: 10px;
}
body.home .section-1 .ym-container .banner-cf {
  overflow: hidden;
  max-width: 790px;
  width: 100%;
}
body.home .section-1 .ym-container .wpcf7 {
  margin-top: 20px;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form {
  font-size: 0px;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form .text {
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0px 20px;
  width: 80% !important;
  float: none !important;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form p {
  margin: 0px;
  display: inline-block;
  position: relative;
  width: 25%;
  float: left;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form p span {
  display: block;
  position: relative;
  width: 100%;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form p span input {
  display: block;
  position: relative;
  text-indent: 15px;
  width: 96%;
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #000;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px;
  height: 41px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form p span .wpcf7-not-valid {
  border: 1px solid #ff0000;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form p span .wpcf7-not-valid-tip {
  display: none !important;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form p span input:focus {
  outline: none;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form p span input::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form p span input:-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form p span input::-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form p span input:-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form p .ajax-loader {
  display: none !important;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form p input[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  height: 41px;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 4px;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f18e23;
  border: 2px solid #f18e23;
  color: #ffffff;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form p input[type="submit"]:hover {
  background-color: #fff;
  color: #f18e23;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form p input[type="submit"]:focus {
  outline: none;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form .wpcf7-response-output {
  clear: both;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form div.wpcf7-validation-errors {
  background-color: #f7e700;
  color: #000000;
  margin: 0px;
}
body.home .section-1 .ym-container .wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok {
  background-color: #398f14;
  margin: 0px;
}
body.home .section {
  text-align: center;
}
body.home .section .orange {
  color: #f18e23;
}
body.home .section .col-ym-12,
body.home .section .col-ym-6 {
  padding: 60px 15px;
}
body.home .section .col-ym-12 h2,
body.home .section .col-ym-6 h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #424242;
  line-height: 1.5em;
  font-family: 'Open Sans', sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}
body.home .section .col-ym-12 hr,
body.home .section .col-ym-6 hr {
  color: #424242;
  width: 50px;
  text-align: center;
  margin: 30px auto 30px;
  border: none;
  height: 1px;
  background-color: #424242;
}
body.home .section .col-ym-12 p,
body.home .section .col-ym-6 p {
  font-size: 16px;
  font-weight: 300;
  color: #424242;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body.home .section .col-ym-12 .btn,
body.home .section .col-ym-6 .btn {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 30px;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  border-radius: 8px;
  background-color: #f18e23;
  border: 2px solid #f18e23;
}
body.home .section .col-ym-12 .btn:hover,
body.home .section .col-ym-6 .btn:hover {
  background-color: transparent !important;
  color: #f18e23;
}
body.home .section.half .col-ym-6:nth-child(2) {
  padding-top: 163px;
}
body.home #services-section .ym-container {
  width: 100%;
}
body.home #services-section .ym-container .col-ym-12 {
  padding: 60px 0 0;
}
body.home #services-section .ym-container .col-ym-12 h2 {
  margin-bottom: 50px;
}
body.home #services-section .ym-container .col-ym-12 .services-wrapper .image {
  height: 530px;
}
body.home #services-section .ym-container .col-ym-12 .services-wrapper .content {
  padding: 0;
}
body.home #services-section .ym-container .col-ym-12 .services-wrapper .content h3 {
  font-size: 35px;
  text-transform: uppercase;
  margin: 0;
}
body.home #services-section .ym-container .col-ym-12 .services-wrapper:nth-child(odd) .image {
  float: right;
}
body.home #services-section .ym-container .col-ym-12 .services-wrapper:nth-child(odd) .content .inner-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  max-width: 535px;
  margin-left: auto;
  margin-right: 85px;
  text-align: left;
  height: 530px;
}
body.home #services-section .ym-container .col-ym-12 .services-wrapper:nth-child(even) .content .inner-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  max-width: 535px;
  margin-right: auto;
  margin-left: 85px;
  text-align: left;
  height: 530px;
}
body.home #welcome-section .col-ym-12 {
  padding: 60px 15px;
}
body.home #welcome-section .col-ym-12 .inner-wrap {
  max-width: 1050px;
  margin: 0 auto;
}
body.home #welcome-section .col-ym-12 .inner-wrap .row {
  margin: 0 -15px;
}
body.home #welcome-section .col-ym-12 .inner-wrap .row .mission-container {
  padding: 0 15px;
  margin-top: 30px;
}
body.home #welcome-section .col-ym-12 .inner-wrap .row .mission-container h3 {
  margin-top: 0;
  color: #f18e23;
  text-transform: uppercase;
  border-bottom: 1px solid #f18e23;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  min-height: 72px;
}
body.home #welcome-section .col-ym-12 .inner-wrap .row .mission-container p {
  text-align: center;
  text-align: justify;
}
body.home #about-us-section {
  background: url('https://drivewaydoctor.com.au/wp-content/themes/project-ym/less/../images/about-us-bg.jpg') no-repeat top center / cover;
  position: relative;
  text-align: left;
}
body.home #about-us-section::before {
  content: '';
  width: 100%;
  background-color: rgba(241,142,35,0.88);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
body.home #about-us-section .col-ym-12 {
  padding-left: 0;
  padding-right: 0;
}
body.home #about-us-section .col-ym-12 h2 {
  text-align: center;
}
body.home #about-us-section .col-ym-12 h2 span {
  color: #fff;
}
body.home #about-us-section .col-ym-12 p {
  color: #fff;
  font-size: 23px;
}
body.home #about-us-section .col-ym-12 .btn {
  background-color: #35343c;
  border: 2px solid #35343c;
  transition: all 0.2s ease-in-out 0s;
}
body.home #about-us-section .col-ym-12 .btn:hover {
  color: #35343c;
}
body.home #about-us-section .col-ym-12 img {
  max-width: 100%;
  height: auto;
}
body.home #affiliations {
  background-color: #fafafa;
}
body.home #affiliations img {
  height: 145px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 30px;
  transition: all 0.3s ease-in-out 0s;
}
body.home #affiliations img:hover {
  cursor: pointer;
  transform: scale(1.1);
}
body.blog .meta {
  padding: 25px 0;
}
body.blog .meta .title h1 {
  font-size: 40px;
  font-weight: 800;
  color: #4a4a4a;
  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 .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: 18px;
  color: #424242;
  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.excerpt .read-more {
  font-size: 14px;
  color: #f18e23;
}
body.blog .articles .single-article .box .article-content p.date {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #f18e23;
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
}
body.single-post header {
  position: relative;
  background: #424242;
  margin-top: 58px;
}
body.single-post .meta {
  padding: 25px 0;
}
body.single-post .meta .title h3 {
  font-size: 40px;
  font-weight: 800;
  color: #4a4a4a;
  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: #424242;
  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: 26px;
  font-weight: 700;
  color: #424242;
}
body.single-post .article .article-box .the-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #424242;
}
body.single-post .article .article-box .the-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #424242;
}
body.single-post .article .article-box .the-content h5 {
  font-size: 20px;
  font-weight: 700;
  color: #424242;
}
body.single-post .article .article-box .the-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
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: 18px;
  color: #424242;
  margin: 0;
  padding: 0 0 0px;
}
body.single-post .latest-blog .single-article .box .article-content p.excerpt {
  font-size: 14px;
  color: #424242;
  margin: 0;
  padding: 15px 0 20px;
}
body.single-post .latest-blog .single-article .box .article-content p.excerpt .read-more {
  font-size: 14px;
  color: #f18e23;
}
body.single-post .latest-blog .single-article .box .article-content p.date {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #f18e23;
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
}
.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%;
  }
  body.page-template-template-services .main-services-wrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 1075px) {
  body.home .services-half-image .section-services .col-ym-6 .text-container {
    padding: 0px 30px 0px !important;
    width: 100%;
  }
  body.home .services-half-image .section-services:nth-child(odd) .col-ym-6:nth-child(2) .text-container {
    padding: 0px 30px !important;
  }
  body.home .services-half-image .section-services:nth-child(even) .col-ym-6:first-child {
    background-image: none !important;
  }
  body.home .services-half-image .section-services:nth-child(even) .col-ym-6:first-child .text-container {
    padding: 0px 30px !important;
  }
  body.home #section3 .col-ym-6 .col-ym-8 {
    width: 70%;
  }
  body.home #button-section .col-ym-12 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 950px) {
  header .logo a img,
  #menu.sticky-menu .logo a img {
    width: auto;
    height: 40px;
  }
  header .right .menu-main-nav-container ul li a,
  #menu.sticky-menu .right .menu-main-nav-container ul li a {
    padding: 37px 10px 24px;
  }
  header {
    background: #35343c;
    padding: 0;
    height: 58px !important;
    position: fixed !important;
    top: 0 !important;
    z-index: 9999;
  }
  header .right {
    display: none;
  }
  header .ym-container {
    display: block;
    position: relative;
  }
  header .logo {
    background-image: none !important;
    padding: 0px !important;
    width: auto !important;
    display: inline-block;
    position: relative;
  }
  header .logo a {
    display: block;
    position: relative;
    padding: 10px;
  }
  header .logo a img {
    margin-top: 0px;
    width: 65px !important;
    height: auto !important;
    z-index: 99999;
    position: relative;
  }
  header .mobile-menu {
    display: block;
  }
  header .mobile-menu .menu-toggle {
    color: #fff;
    text-decoration: none;
    flex: 1;
    padding: 18px 15px 17px !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #f18e23;
  }
  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;
    top: -4px;
    position: absolute;
    top: 58px;
  }
  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: rgba(0,0,0,0.88);
    padding: 10px 15px;
    text-align: center !important;
    border-top: none;
    border-bottom: none;
    float: none;
    width: 100%;
    display: inline-block;
  }
  header .mobile-menu nav ul .menu-item-has-children a:after {
    content: "+";
    font-size: 20px;
    color: #ffffff;
    float: right;
  }
  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;
  }
  header .mobile-menu nav ul .menu-item-has-children .sub-menu .menu-item a {
    background-color: rgba(53,52,60,0.98);
  }
  header .mobile-menu nav ul .menu-item-has-children .sub-menu .menu-item a:after {
    display: none;
  }
  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;
  }
  #content {
    margin-top: 53px;
  }
  #menu.sticky-menu {
    display: none !important;
  }
  #notification-bar {
    display: none;
  }
  .social-mobile {
    display: inline-block !important;
    position: absolute;
    text-align: right;
    font-size: 0px;
    top: 0;
    right: 55px;
    padding: 12px 10px;
  }
  .social-mobile a {
    display: none;
    position: relative;
  }
  .social-mobile a img {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
  }
  .social-mobile a:first-of-type {
    display: inline-block !important;
    margin-right: 5px;
    vertical-align: middle;
  }
  .social-mobile .social {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }
  .social-mobile .social li {
    display: inline-block;
  }
  .social-mobile .social li:last-child {
    margin-right: 0;
  }
  .social-mobile .social li:hover .fa {
    color: #f18e23;
  }
  .social-mobile .social li a {
    display: block;
    color: #fff;
  }
  .social-mobile .social li a .fa {
    font-size: 17px;
    border: 2px solid;
    width: 35px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    transition: all 0.2s ease-in-out 0s;
  }
  body.page-template-template-services .main-services-wrapper .services-inner-wrap {
    width: 50%;
  }
  body.page .section-1,
  body.page-template .section-1,
  body.blog .section-1 {
    height: 200px;
  }
  body.page .section-1 .ym-container,
  body.page-template .section-1 .ym-container,
  body.blog .section-1 .ym-container {
    height: 200px;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: stretch;
  }
  body.page .section-1 .ym-container h1,
  body.page-template .section-1 .ym-container h1,
  body.blog .section-1 .ym-container h1 {
    font-size: 38px;
    margin-top: 0;
  }
  body.home .home-banner {
    height: 400px;
  }
  body.home .section-1 {
    position: absolute;
    z-index: 99;
    top: 0px;
    height: auto;
    position: relative;
    z-index: 999;
  }
  body.home .section-1 .ym-container {
    height: 400px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    padding: 0 !important;
    justify-content: center;
  }
  body.home .section-1 .ym-container h1 {
    font-size: 38px;
    margin-top: 0;
  }
  body.home .section-1 .ym-container p {
    font-size: 18px;
  }
  body.home .section-1 .ym-container p:first-of-type {
    font-size: 24px;
  }
  body.home .section-1 .col-ym-6 {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    padding: 0px 30px !important;
  }
  body.home .section-1 .col-ym-6 .form-container {
    width: 100%;
    margin: 40px auto 0px;
  }
  body.home .section {
    margin-left: 0px;
  }
  body.home .section .col-ym-12,
  body.home .section .col-ym-6 {
    padding: 60px 30px;
  }
  body.home .section .col-ym-12 h2,
  body.home .section .col-ym-6 h2 {
    font-size: 34px;
  }
  body.home .services {
    margin-left: 0px;
  }
  body.home .services .col-ym-12 {
    padding: 60px 30px;
  }
  body.home .services .tabs {
    max-width: none !important;
  }
  body.home .gallery {
    margin-left: 0px;
  }
  body.home .gallery .col-ym-12 {
    padding: 60px 30px 80px;
  }
  body.home .services-half-image .section-services .col-ym-6 .text-container .btn {
    font-size: 16px;
    padding: 10px 25px;
    margin-right: 15px;
  }
  body.home #section3 .col-ym-6 {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    padding: 0px 30px !important;
  }
  body.home #section3 .col-ym-6 .col-ym-8 {
    width: 75%;
  }
  body.home #section3 .col-ym-6:nth-child(2) {
    padding: 0px 30px;
    text-align: center !important;
  }
  body.home #section3 .col-ym-6:nth-child(2) img {
    display: inline-block;
    margin: 0px auto;
    width: 60%;
    height: auto;
  }
  body.home #button-section .col-ym-12 {
    padding-top: 0px;
  }
  body.home #causes .col-ym-4 {
    padding: 30px 15px 0px;
  }
  body.home #contact {
    margin-left: 0px;
  }
  body.home #contact .col-ym-6:first-child {
    padding: 60px 15px 30px 30px;
  }
  body.home #contact .col-ym-6:first-child .social-btns {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 20px auto 0px;
    padding: 0px;
  }
  body.home #contact .col-ym-6:first-child .social-btns li {
    float: left;
    display: inline-block;
    position: relative;
  }
  body.home #contact .col-ym-6:first-child .social-btns li a {
    display: block;
    position: relative;
    padding: 0px 5px;
    transition: all 0.5s ease-in-out 0s;
  }
  body.home #contact .col-ym-6:first-child .social-btns li a img {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
  }
  body.home #contact .col-ym-6:first-child .social-btns li a:hover {
    opacity: .4;
  }
  body.home #contact .col-ym-6:nth-child(2) {
    padding: 60px 30px 60px 15px;
  }
  body.error404 #footer {
    display: block;
  }
  body.error404 .section-1 {
    margin-left: 0px;
    height: 100vh;
    padding: 60px 30px !important;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    -webkit-text-size-adjust: 100%;
  }
  .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;
  }
  #long-footer .opening-hours {
    padding: 0;
  }
  footer .copyright-section #credit,
  footer .copyright-section #copyright {
    text-align: center;
  }
  body.home .home-banner {
    height: 590px;
  }
  body.home #services-section .ym-container {
    width: 100%;
  }
  body.home #services-section .ym-container .col-ym-12 h2 {
    margin-bottom: 50px;
  }
  body.home #services-section .ym-container .col-ym-12 .services-wrapper .image {
    height: 530px;
  }
  body.home #services-section .ym-container .col-ym-12 .services-wrapper:nth-child(odd) .image {
    float: none;
  }
  body.home #services-section .ym-container .col-ym-12 .services-wrapper:nth-child(odd) .content .inner-wrap {
    display: block;
    max-width: 535px;
    margin: 0 auto;
    text-align: left;
    height: auto;
    padding: 60px 15px;
  }
  body.home #services-section .ym-container .col-ym-12 .services-wrapper:nth-child(even) .content .inner-wrap {
    display: block;
    max-width: 535px;
    margin: 0 auto;
    text-align: left;
    height: auto;
    padding: 60px 15px;
  }
  body.home .section-1 .ym-container {
    height: 590px;
  }
  body.home .section-1 .ym-container .banner-cf {
    max-width: 350px;
  }
  body.home .section-1 .ym-container .banner-cf .wpcf7 {
    margin-top: 0;
  }
  body.home .section-1 .ym-container .banner-cf .wpcf7 .wpcf7-form p {
    width: 100%;
    margin-bottom: 10px;
  }
  body.home .section-1 .ym-container .banner-cf .wpcf7 .wpcf7-form p span input {
    width: 100%;
  }
  body.page-template-template-services .main-services-wrapper .services-inner-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body.home .section-1 .ym-container .banner-cf {
    max-width: 350px;
  }
  body.home .section-1 .ym-container .banner-cf .wpcf7 {
    margin-top: 0;
  }
  body.home .section-1 .ym-container .banner-cf .wpcf7 .wpcf7-form p {
    width: 100%;
    margin-bottom: 10px;
  }
  body.home .section-1 .ym-container .banner-cf .wpcf7 .wpcf7-form p span input {
    width: 100%;
  }
  #contact-form-section .ym-container h2 {
    font-size: 30px;
  }
  #contact-form-section .ym-container .wpcf7 {
    margin-top: 20px;
  }
  #contact-form-section .ym-container .wpcf7 .wpcf7-form p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(2),
  #contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(3),
  #contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(4),
  #contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(5) {
    width: 100%;
    float: none;
  }
  #contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(2),
  #contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(4) {
    padding-right: 0px;
  }
  #contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(3),
  #contact-form-section .ym-container .wpcf7 .wpcf7-form p:nth-child(5) {
    padding-left: 0px;
  }
}
