@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Lato:400,700");
@charset "UTF-8";
@font-face {
  font-family: 'Mont-ExtraLightDEMO';
  src: url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Mont-ExtraLightDEMO.eot');
  src: url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Mont-ExtraLightDEMO.eot?#iefix') format('embedded-opentype'), url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Mont-ExtraLightDEMO.svg#Mont-ExtraLightDEMO') format('svg'), url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Mont-ExtraLightDEMO.ttf') format('truetype'), url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Mont-ExtraLightDEMO.woff') format('woff'), url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Mont-ExtraLightDEMO.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mont-HeavyDEMO';
  src: url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Mont-HeavyDEMO.eot');
  src: url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Mont-HeavyDEMO.eot?#iefix') format('embedded-opentype'), url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Mont-HeavyDEMO.svg#Mont-HeavyDEMO') format('svg'), url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Mont-HeavyDEMO.ttf') format('truetype'), url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Mont-HeavyDEMO.woff') format('woff'), url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Mont-HeavyDEMO.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.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: 'Mont-HeavyDEMO';
  font-weight: 600;
}
body.front-end p,
body.front-end li,
body.front-end a {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}
body.front-end a {
  font-family: 'Lato', sans-serif;
  color: #000;
  text-decoration: none;
}
body.front-end a:hover,
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
body.front-end a:active {
  text-decoration: none;
}
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
body.front-end code {
  font-family: Consolas, "Courier New", Courier, mono;
}
body.front-end strong {
  font-weight: 600;
}
body.front-end ul,
body.front-end ol {
  margin-left: 10px;
  padding-left: 20px;
}
body.front-end blockquote {
  display: block;
  opacity: .95;
  border-left: 4px solid;
  border-left-color: #ddd;
  padding: 0 10px;
  font-style: italic;
  margin-left: 10px;
}
body.front-end blockquote p:last-child {
  margin-bottom: 10px;
}
body.front-end pre {
  font-family: Consolas, "Courier New", Courier, mono;
  background: black;
  font-size: 16px;
  background: rgba(0,0,0,0.9);
  color: #eee;
  padding: 10px 20px;
}
body.front-end .clear {
  clear: both;
}
#notification-bar {
  text-align: center;
  padding: 20px 0px;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
}
#notification-bar p {
  color: #fff;
  margin: 0px;
  font-weight: 700;
  font-size: 16px;
}
#notification-bar p a {
  color: #fff;
  margin: 0px;
  font-weight: 700;
  font-size: 16px;
}
header,
#menu.sticky-menu {
  margin-top: 63px;
  width: 100%;
  padding: 0px;
  height: 110px;
  position: relative;
  z-index: 999;
}
header .mobile-menu,
#menu.sticky-menu .mobile-menu {
  display: none;
}
header .logo,
#menu.sticky-menu .logo {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 110px;
  width: auto !important;
}
header .logo h3,
#menu.sticky-menu .logo h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
}
header .logo h3 a,
#menu.sticky-menu .logo h3 a {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
header .logo .logo img,
#menu.sticky-menu .logo .logo img {
  width: 310px;
  height: auto;
}
header .right,
#menu.sticky-menu .right {
  text-align: right;
  float: right;
  height: 110px !important;
}
header .right .menu-main-nav-container,
#menu.sticky-menu .right .menu-main-nav-container {
  display: inline-block;
  font-size: 0px;
}
header .right .menu-main-nav-container ul,
#menu.sticky-menu .right .menu-main-nav-container ul {
  margin: 0;
  padding: 0px;
}
header .right .menu-main-nav-container ul li,
#menu.sticky-menu .right .menu-main-nav-container ul li {
  display: inline-block;
}
header .right .menu-main-nav-container ul li a,
#menu.sticky-menu .right .menu-main-nav-container ul li a {
  color: #fff;
  display: inline-block;
  padding: 41px 13px;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
header .right .menu-main-nav-container ul li a:hover,
#menu.sticky-menu .right .menu-main-nav-container ul li a:hover {
  text-decoration: none;
  background-color: none;
  color: #f4b60d;
}
header .right .menu-main-nav-container ul li.phone,
#menu.sticky-menu .right .menu-main-nav-container ul li.phone {
  margin-left: 5px;
}
header .right .menu-main-nav-container ul li.phone a,
#menu.sticky-menu .right .menu-main-nav-container ul li.phone a {
  background-color: #f4b60d;
  padding: 15px;
  border-radius: 10px;
  line-height: 1;
}
header .right .menu-main-nav-container ul li.phone a:hover,
#menu.sticky-menu .right .menu-main-nav-container ul li.phone a:hover {
  background-color: #e0a913;
  color: #fff;
}
header .right .menu-main-nav-container ul li ul,
#menu.sticky-menu .right .menu-main-nav-container ul li ul {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 0px;
}
header .right .menu-main-nav-container ul li ul li,
#menu.sticky-menu .right .menu-main-nav-container ul li ul li {
  display: block;
}
header .right .menu-main-nav-container ul li ul li a,
#menu.sticky-menu .right .menu-main-nav-container ul li ul li a {
  background: rgba(0,0,0,0.5);
  padding: 10px 15px;
  color: #fff;
  display: block;
  text-align: left;
}
header .right .menu-main-nav-container ul li ul li a:hover,
#menu.sticky-menu .right .menu-main-nav-container ul li ul li a:hover {
  text-decoration: none;
  background: rgba(0,74,128,0.95);
}
header .right .menu-main-nav-container ul li:hover ul,
#menu.sticky-menu .right .menu-main-nav-container ul li:hover ul {
  display: block;
}
#menu.sticky-menu {
  position: fixed;
  top: 63px;
  margin-top: 0px !important;
  width: 100%;
  display: none;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.inner-container {
  position: relative;
  width: 100%;
  margin: auto;
}
.inner-container p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  margin-bottom: 30px;
}
.inner-container .cta {
  justify-content: center;
  align-items: center;
}
.inner-container h3 {
  font-size: 34px;
}
.inner-container h4 {
  font-size: 24px;
}
.inner-container ul {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.inner-container ul li {
  display: block;
  background-image: url("https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../images/check-black.png");
  background-repeat: no-repeat;
  background-position: left center;
  list-style-type: none;
  font-size: 18px;
  font-weight: 400;
  padding-left: 35px;
  line-height: 1.5em;
  margin-bottom: 6px;
}
.inner-container p {
  font-size: 16px;
}
.inner-container .cta {
  margin: 50px 0px 0px;
}
#before-footer {
  text-align: center;
  padding: 80px 0px;
}
#before-footer .inner-container h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff !important;
}
#before-footer .inner-container p {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
}
#before-footer .inner-container .btn-wrap .button {
  max-width: 456px;
  width: 100%;
  font-size: 22px !important;
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  background-color: #16355d;
  color: #fff !important;
  padding: 9px;
  border: 2px solid #16355d;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
#before-footer .inner-container .btn-wrap .button:first-of-type {
  margin-right: 5px;
  margin-bottom: 10px;
}
#before-footer .inner-container .btn-wrap .button:last-of-type {
  margin-left: 5px;
  border: 2px solid #fff;
  background-color: #f4b60d;
}
#before-footer .inner-container .btn-wrap .button:hover {
  background-color: #fff;
  color: #16355d !important;
  border: 2px solid #16355d !important;
}
#long-footer {
  padding: 60px 0px;
}
#long-footer h3 {
  color: #fff !important;
}
#long-footer p {
  color: #fff;
  font-weight: 300;
  margin: 0px;
}
#long-footer p a {
  color: #fff;
}
#long-footer .social {
  float: left;
  margin-right: 0px;
  margin-top: 10px;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
#long-footer .social li {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 10px;
}
#long-footer .social li a {
  display: block;
  position: relative;
}
#long-footer .social li a img {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
}
#long-footer .menu-footer-menu-container #menu-footer-menu {
  margin-left: 0px;
  padding: 0px;
}
#long-footer .menu-footer-menu-container #menu-footer-menu li {
  list-style-type: none;
}
#long-footer .menu-footer-menu-container #menu-footer-menu li a {
  color: #fff !important;
  font-weight: 300;
}
#long-footer .tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_text {
  color: #fff !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300 !important;
}
#long-footer .tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_name {
  color: #fff !important;
  font-family: 'Open Sans', sans-serif !important;
}
#long-footer .logo img {
  width: 244px;
  height: auto;
}
#long-footer .logo .invert {
  filter: brightness(0) invert(1);
}
#long-footer .footer-contact {
  padding-left: 60px;
}
footer {
  border-top: 1px solid rgba(255,255,255,0.1);
}
footer .copyright-section {
  padding: 25px 0;
}
footer .copyright-section p {
  font-size: 12px;
  color: #fff;
  margin: 0;
}
footer .copyright-section .copyright {
  width: auto;
}
footer .copyright-section .credit {
  text-align: right;
  width: auto;
  float: right;
  margin-top: -9px;
}
footer .copyright-section .credit p a {
  display: inline-block;
  position: relative;
}
footer .copyright-section .credit p a img {
  display: block;
  position: relative;
  width: 128px;
  height: auto;
  margin: 0px 0px -6px 6px;
}
body .what-to-expect strong {
  font-family: Mont-HeavyDEMO;
}
body .white-text h2,
body .white-text h3,
body .white-text h4,
body .white-text h5,
body .white-text h6,
body .white-text p,
body .white-text ul li {
  color: #fff !important;
}
body .white-text .btn-wrap .button {
  border: 2px solid #f4b60d !important;
  background-color: #f4b60d !important;
}
body .white-text .btn-wrap .button:hover {
  background-color: #fff !important;
  color: #f4b60d !important;
}
body .white-text ul li::before {
  filter: brightness(0) invert(1) !important;
}
body .cta-yellow h2 {
  color: #fff !important;
  margin: 0;
  float: left;
}
body .cta-yellow ul {
  float: right;
  margin: 0 !important;
}
body .cta-yellow ul li {
  color: #fff;
}
body .cta-yellow ul li::before {
  filter: brightness(0) invert(1) !important;
}
body .why-choose-us h2,
body .why-choose-us p {
  color: #fff !important;
}
body .why-choose-us ul {
  max-width: 680px;
  margin: 0 auto !important;
}
body .why-choose-us ul li {
  color: #fff;
}
body .why-choose-us ul li::before {
  filter: brightness(0) invert(1) !important;
}
body .flex-faq {
  background-color: #fafafa;
  padding: 60px 0px 80px;
}
body .flex-faq h2 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
body .flex-faq h2:first-child {
  margin-top: 0;
}
body .flex-faq .ym-container {
  max-width: 950px;
  margin: 0 auto;
}
body .testimonials {
  padding: 60px 0px 80px;
}
body .testimonials h2 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
body .testimonials h2:first-child {
  margin-top: 0;
}
body .testimonials .text-wrap {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
}
body .testimonials .text-wrap .tmls {
  max-width: 525px;
  margin-right: auto;
}
body .testimonials .text-wrap .tmls .tmls_name:before {
  content: "- ";
}
body .testimonials .text-wrap .tmls .tmls_prev {
  background-image: none;
  background-color: transparent !important;
}
body .testimonials .text-wrap .tmls .tmls_next {
  background-image: none;
  background-color: transparent !important;
}
body .testimonials .text-wrap .tmls .tmls_prev:before {
  content: "<";
}
body .testimonials .text-wrap .tmls .tmls_next:before {
  content: ">";
}
body .testimonials .text-wrap .tmls .tmls_prev,
body .testimonials .text-wrap .tmls .tmls_next {
  font-size: 20px;
  font-weight: 700;
}
body .testimonials .text-wrap .tmls .tmls_prev:hover,
body .testimonials .text-wrap .tmls .tmls_next:hover {
  text-decoration: none;
}
body .testimonials .text-wrap .tmls .tmls.style2 .tmls_next_prev {
  right: 30px;
}
body .home-section-8 {
  padding: 60px 0px 60px;
  background-color: #16355d;
}
body .home-section-8 .ym-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
body .home-section-8 .inner-container h3 {
  color: #fff !important;
  margin: 0;
  font-size: 33px;
}
body .home-section-8 .inner-container ul {
  text-align: left !important;
}
body .home-section-8 .inner-container ul li {
  color: #fff !important;
}
body .home-section-8 .inner-container .cta {
  margin: 0;
}
body .home-section-8 .inner-container .cta .cta-btn {
  background-color: #f4b60d;
  border: 2px solid #f4b60d;
  max-width: 246px;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
}
body .home-section-8 .inner-container .cta .cta-btn:hover {
  background-color: #fff;
  color: #f4b60d;
}
body .services {
  background-color: #16355d;
  padding: 60px 0;
}
body .services .btn-wrap {
  text-align: center;
}
body .services .btn-wrap .button {
  border-radius: 4px;
  font-size: 24px;
  text-transform: uppercase;
  width: auto;
  color: #fff;
  background-color: #f4b60d;
  padding: 8px 30px;
  border: 2px solid #f4b60d;
}
body .services .btn-wrap .button:hover {
  background-color: #fff;
  color: #f4b60d;
}
body .services .btn-wrap .button:empty {
  display: none;
}
body .services h2 {
  font-size: 34px;
  margin-top: 0;
}
body .services h3 {
  margin: 20px 0;
  font-size: 24px;
  margin-top: 0;
}
body .services h2,
body .services h3 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
body .services .boxes {
  max-width: 802px;
  margin: 0 auto;
}
body .services .boxes .box {
  display: inline-block;
  position: relative;
  float: left;
  width: 50%;
  padding: 0 15px 30px;
}
body .services .boxes .box .inner-box {
  background-color: transparent;
  position: relative;
  max-width: 371px;
  margin: 0 auto;
}
body .services .boxes .box .inner-box:hover .zoom-wrap {
  opacity: 1;
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  -o-transform: scale(.6);
  transform: scale(.6);
}
body .services .boxes .box .inner-box:hover .title {
  opacity: 0;
}
body .services .boxes .box .inner-box:hover .title span {
  letter-spacing: .1em;
  opacity: 0;
}
body .services .boxes .box .inner-box:hover .title img {
  opacity: 0;
}
body .services .boxes .box .inner-box .img-container {
  overflow: hidden;
  height: auto;
}
body .services .boxes .box .inner-box .img-container img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 3s linear;
  -o-transition: all 3s linear;
  transition: all 3s linear;
}
body .services .boxes .box .inner-box .title-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
}
body .services .boxes .box .inner-box .title-wrap .title {
  padding: 15px;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 0.5;
}
body .services .boxes .box .inner-box .title-wrap .title span {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body .services .boxes .box .inner-box .title-wrap .title img {
  float: right;
}
body .services .boxes .box .inner-box .zoom-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9em;
  height: 9em;
  margin: -4.5em;
  border-radius: 50%;
  background-color: rgba(70,63,55,0.48);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
body .services .boxes .box .inner-box .zoom-wrap::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.625em;
  height: 2.625em;
  background: url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../images/zoom-img.png') center no-repeat / cover;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
body .flex-section {
  padding: 60px 0;
}
body .flex-section h2 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
body .flex-section h2:first-child {
  margin-top: 0;
}
body .flex-section h2 span {
  font-family: 'Lato', sans-serif;
}
body .flex-section h3 span,
body .flex-section h4 span,
body .flex-section h5 span,
body .flex-section h6 span {
  font-family: 'Lato', sans-serif;
}
body .flex-section h3 {
  font-size: 24px;
}
body .flex-section h4 {
  font-size: 20px;
}
body .flex-section p {
  line-height: 30px;
  margin: 30px 0;
  font-size: 18px;
}
body .flex-section p:last-of-type {
  margin-bottom: 0;
}
body .flex-section .btn-wrap {
  text-align: center;
}
body .flex-section .btn-wrap .button {
  border-radius: 4px;
  font-size: 24px;
  text-transform: uppercase;
  width: auto;
  color: #fff;
  background-color: #16355d;
  padding: 10px 30px;
  margin-top: 40px;
  border: 2px solid #16355d;
}
body .flex-section .btn-wrap .button:hover {
  background-color: #fff;
  color: #16355d;
}
body .flex-section .btn-wrap .button:empty {
  display: none;
}
body .flex-section .areas-width {
  max-width: 370px;
  margin: 40px auto 0;
}
body .flex-section i.fa.fa-check-square-o {
  vertical-align: middle;
}
body .flex-section .default-list {
  padding-left: 40px;
}
body .flex-section .default-list li:before {
  content: "-";
  float: left;
  width: 25px;
  height: 25px;
}
body .flex-section ul {
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
body .flex-section ul:last-child {
  margin-bottom: 0;
}
body .flex-section ul li {
  margin: 0 0 15px;
  line-height: 1;
  font-size: 18px;
}
body .flex-section ul li:last-child {
  margin-bottom: 0;
}
body .flex-section .columns {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
}
body .flex-section .icon-check li::before {
  content: url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../images/icon-check.png');
  float: left;
  width: 25px;
  height: 25px;
}
body.home .col-count {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
}
body.home .black-check li {
  padding-left: 0;
  line-height: 1;
  margin-bottom: 15px;
}
body.home .black-check li::before {
  content: url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../images/check-black.png');
  float: left;
  width: 25px;
  height: 25px;
}
body.home .white-check li {
  padding-left: 0;
  line-height: 1;
  margin-bottom: 15px;
}
body.home .white-check li::before {
  content: url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../images/check-white.png');
  float: left;
  width: 25px;
  height: 25px;
}
body.home h2 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  margin-top: 0px;
}
body.home .col-ym-10 {
  margin: 0 auto;
  float: none;
}
body.home .cta-btn {
  background-color: #16355d;
  border: 2px solid #16355d;
  color: #fff;
  width: auto;
  padding: 10px 50px;
}
body.home .cta-btn:hover {
  background-color: transparent;
  color: #16355d;
}
body.home .home-section-2 h2,
body.home .home-section-4 h2,
body.home .home-section-7 h2,
body.home .home-section-faq h2,
body.home .home-section-testimonials h2 {
  color: #000;
}
body.home .home-section-2 {
  padding: 60px 0px 80px;
}
body.home .home-section-2 h2 {
  text-align: center;
}
body.home .home-section-3 {
  padding: 80px 0px 80px;
  text-align: center;
}
body.home .home-section-3 .inner-container .boxes {
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
}
body.home .home-section-3 .inner-container .boxes .box:first-child {
  padding: 0;
}
body.home .home-section-3 .inner-container .boxes .box {
  display: inline-block;
  position: relative;
  float: left;
  width: 33.33%;
  padding: 0 0 6px 13px;
}
body.home .home-section-3 .inner-container .boxes .box .inner-box {
  background-color: transparent;
  position: relative;
  max-width: 371px;
  margin: 0 auto;
}
body.home .home-section-3 .inner-container .boxes .box .inner-box:hover .zoom-wrap {
  opacity: 1;
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  -o-transform: scale(.6);
  transform: scale(.6);
}
body.home .home-section-3 .inner-container .boxes .box .inner-box:hover .title {
  opacity: 0;
}
body.home .home-section-3 .inner-container .boxes .box .inner-box:hover .title span {
  letter-spacing: .1em;
  opacity: 0;
}
body.home .home-section-3 .inner-container .boxes .box .inner-box:hover .title img {
  opacity: 0;
}
body.home .home-section-3 .inner-container .boxes .box .inner-box .img-container {
  overflow: hidden;
  height: auto;
}
body.home .home-section-3 .inner-container .boxes .box .inner-box .img-container img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 3s linear;
  -o-transition: all 3s linear;
  transition: all 3s linear;
}
body.home .home-section-3 .inner-container .boxes .box .inner-box .title-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
}
body.home .home-section-3 .inner-container .boxes .box .inner-box .title-wrap .title {
  padding: 15px;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.2;
  position: relative;
}
body.home .home-section-3 .inner-container .boxes .box .inner-box .title-wrap .title span {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.home .home-section-3 .inner-container .boxes .box .inner-box .title-wrap .title img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
body.home .home-section-3 .inner-container .boxes .box .inner-box .zoom-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9em;
  height: 9em;
  margin: -4.5em;
  border-radius: 50%;
  background-color: rgba(70,63,55,0.48);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
body.home .home-section-3 .inner-container .boxes .box .inner-box .zoom-wrap::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.625em;
  height: 2.625em;
  background: url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../images/zoom-img.png') center no-repeat / cover;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
body.home .home-section-4 {
  padding: 60px 0px 80px;
  text-align: center;
}
body.home .home-section-4 p {
  margin: 0 0 30px;
  display: inline-block;
}
body.home .home-section-4 .black-check {
  margin: 0 auto 30px !important;
  column-count: 2;
  max-width: 370px;
}
body.home .home-section-4 .black-check li {
  display: block;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  line-height: 1;
  margin-bottom: 15px;
  text-align: left;
}
body.home .home-section-4 .black-check li::before {
  content: url(https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../images/check-black.png);
  float: left;
  width: 25px;
  height: 25px;
}
body.home .home-section-5 ul {
  text-align: left;
  margin-bottom: 30px;
}
body.home .home-section-5 {
  padding: 60px 0px 80px;
  text-align: center;
  color: #fff;
}
body.home .home-section-5 .ym-container {
  width: 750px;
}
body.home .home-section-5 .cta-btn {
  background-color: #f4b60d;
  border: 2px solid #f4b60d;
}
body.home .home-section-5 .cta-btn:hover {
  background-color: #fff;
  color: #f4b60d;
}
body.home .home-section-5 li {
  color: #fff;
  background-image: url("https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../images/check-white.png");
}
body.home .home-section-5 .cta {
  display: inline-block;
}
body.home .home-section-6 {
  padding: 60px 0px 60px;
}
body.home .home-section-6 .ym-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
body.home .home-section-6 .ym-container .inner-container h3 {
  color: #fff !important;
  margin: 0;
}
body.home .home-section-6 .ym-container .inner-container h4 {
  color: #fff !important;
}
body.home .home-section-6 .ym-container .inner-container ul li {
  color: #fff !important;
}
body.home .home-section-6 .ym-container .inner-container p {
  color: #fff !important;
  margin-top: 0;
}
body.home .home-section-6 .ym-container .inner-container h2 {
  margin-bottom: 0;
}
body.home .home-section-6 .ym-container .inner-container h2 span {
  font-family: 'Lato';
  font-weight: 700;
}
body.home .home-section-6 .ym-container .inner-container .cta-btn {
  max-width: 246px;
  padding: 10px 15px;
  width: 100%;
}
body.home .home-section-2 .ym-container,
body.home .home-section-6 .ym-container,
body.home .home-section-7 .ym-container {
  padding: 0 75px;
}
body.home .home-section-7 {
  padding: 60px 0px 60px;
}
body.home .home-section-7 h2 {
  text-align: center;
}
body.home .home-section-7 h2 span {
  font-family: 'Lato';
  font-weight: 700;
}
body.home .home-section-8 {
  padding: 60px 0px 60px;
  background-color: #16355d;
}
body.home .home-section-8 .ym-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
body.home .home-section-8 .inner-container h3 {
  color: #fff !important;
  margin: 0;
  font-size: 33px;
}
body.home .home-section-8 .inner-container ul {
  text-align: left !important;
}
body.home .home-section-8 .inner-container ul li {
  color: #fff !important;
}
body.home .home-section-8 .cta {
  margin: 0;
}
body.home .home-section-8 .cta-btn {
  background-color: #f4b60d;
  border: 2px solid #f4b60d;
  padding: 10px 50px;
}
body.home .home-section-8 .cta-btn:hover {
  background-color: #fff;
  color: #f4b60d;
}
body.home .home-section-testimonials {
  padding: 60px 0px 80px;
  text-align: center;
}
body.home .home-section-testimonials .inner-container {
  font-family: 'Open Sans', sans-serif;
}
body.home .home-section-testimonials .inner-container .tmls_name:before {
  content: "- ";
}
body.home .home-section-testimonials .inner-container .tmls_prev {
  background-image: none;
  background-color: transparent !important;
}
body.home .home-section-testimonials .inner-container .tmls_next {
  background-image: none;
  background-color: transparent !important;
}
body.home .home-section-testimonials .inner-container .tmls_prev:before {
  content: "<";
}
body.home .home-section-testimonials .inner-container .tmls_next:before {
  content: ">";
}
body.home .home-section-testimonials .inner-container .tmls_prev,
body.home .home-section-testimonials .inner-container .tmls_next {
  font-size: 20px;
  font-weight: 700;
}
body.home .home-section-testimonials .inner-container .tmls_prev:hover,
body.home .home-section-testimonials .inner-container .tmls_next:hover {
  text-decoration: none;
}
body.home .home-section-testimonials .inner-container .tmls.style2 .tmls_next_prev {
  right: 30px;
}
body.home .home-section-blog {
  padding: 60px 0px 80px;
}
body.home .home-section-blog .inner-container h2 {
  text-align: center;
}
body.home .home-section-blog .inner-container .blog-wrap {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}
body.home .home-section-blog .inner-container .blog-wrap .blog-image {
  overflow: hidden;
}
body.home .home-section-blog .inner-container .blog-wrap .blog-image img {
  display: block;
  width: 100%;
}
body.home .home-section-blog .inner-container .blog-wrap .blog-title {
  position: absolute;
  bottom: 0;
  width: 100%;
}
body.home .home-section-blog .inner-container .blog-wrap .blog-title .title {
  padding: 15px;
  background-color: rgba(255,255,255,0.85);
}
body.home .home-section-blog .inner-container .blog-wrap .blog-title .title span {
  color: #202020;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
}
body.home .home-section-blog .inner-container .cta {
  display: inline-block;
  margin: 25px 15px 0;
  float: right;
}
body.home .home-section-blog .inner-container .cta-btn {
  color: #2c3e19;
  background-color: #fff;
  border: none;
  padding: 8px 35px;
  font-size: 18px !important;
  border-radius: 10px;
  border: 2px solid #fff;
}
body.home .home-section-blog .inner-container .cta-btn:hover {
  color: #16355d !important;
  border: 2px solid #16355d;
}
body.home .home-section-9 {
  padding: 60px 0px 80px;
  text-align: center;
}
body.home .home-section-10 {
  padding: 60px 0px 80px;
  text-align: center;
}
body.home .home-section-11 {
  padding: 60px 0px 80px;
  text-align: center;
}
body.home .home-section-12 {
  padding: 60px 0px 80px;
  text-align: center;
}
body.home .home-section-13 {
  padding: 60px 0px 80px;
  text-align: center;
}
body.home .home-section-14 {
  padding: 60px 0px 80px;
  text-align: center;
}
body.home .home-section-15 {
  padding: 60px 0px 80px;
  text-align: center;
}
body.home .home-section-faq {
  background-color: #fafafa;
  padding: 60px 0px 80px;
  text-align: center;
}
body.home .home-section-faq .ym-container {
  max-width: 950px;
  margin: 0 auto;
}
body.home .home-section-faq .ym-container .inner-container h2 {
  font-size: 40px;
  font-weight: 600;
}
body.page .section-1 {
  position: relative;
  padding: 80px 0px;
}
body.page .section-1::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22,53,93,0.35);
  position: absolute;
  content: "";
}
body.page .section-1 h1 {
  font-size: 40px;
  margin: 0px;
  font-weight: 600;
  color: #fff !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body.page .the-content {
  padding: 60px 0px 80px;
}
body.page .the-content h2 {
  font-size: 24px;
  font-weight: 700;
}
body.page .the-content h3 {
  font-size: 21px;
  font-weight: 700;
}
body.page .the-content h4 {
  font-size: 18px;
  font-weight: 700;
}
body.page .the-content h5 {
  font-size: 15px;
  font-weight: 700;
}
body.page .the-content p {
  font-size: 18px;
  font-weight: 300;
}
body.page .the-content p strong {
  font-weight: 700;
}
body.page .the-content p:last-child {
  margin: 0;
}
body.page .the-content li {
  font-size: 15px;
  font-weight: 300;
  color: #626262;
  line-height: 24px;
}
body.page .the-content li strong {
  font-weight: 700;
}
body.page-template-template-sidebar .the-content .col-ym-4 {
  padding-left: 60px;
  float: right;
}
body.blog #content,
body.single-post #content {
  margin-top: 0 !important;
}
body.blog .meta,
body.single-post .meta {
  padding: 80px 0 !important;
  position: relative;
  background: url('https://shepplumb.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../images/Plumbing-Service-banner-img.jpg') no-repeat center / cover;
}
body.blog .meta::before,
body.single-post .meta::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22,53,93,0.35);
  position: absolute;
  content: "";
}
body.blog .meta .title h1,
body.blog .meta .title h3,
body.single-post .meta .title h1,
body.single-post .meta .title h3 {
  color: #fff !important;
}
body.blog header {
  position: relative;
}
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: 20px;
  color: #17365e;
  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: #17365e;
  font-weight: 700;
}
body.blog .articles .single-article .box .article-content p.date {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #1c2732;
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
}
body.single-post header {
  position: relative;
  background: #2d3a48;
}
body.single-post .meta {
  padding: 25px 0;
}
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: #17365e;
  padding: 25px;
}
body.single-post .article .article-box .the-title h1 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
body.single-post .article .article-box .the-title .col-ym-2 {
  text-align: right;
}
body.single-post .article .article-box .the-title p {
  font-size: 13px;
  font-weight: 700;
  color: #2d3a48;
  background: #f3f3f3;
  display: inline-block;
  padding: 5px 15px;
  margin: 7px 0 0;
}
body.single-post .article .article-box .the-content {
  padding: 25px;
}
body.single-post .article .article-box .the-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content h5 {
  font-size: 15px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content p {
  font-size: 15px;
  font-weight: 300;
  color: #626262;
  line-height: 21px;
  margin: 0 0 17px;
}
body.single-post .article .article-box .the-content p strong {
  font-weight: 700;
}
body.single-post .article .article-box .the-content p:last-child {
  margin: 0;
}
body.single-post .article .article-box .the-content li {
  font-size: 15px;
  font-weight: 300;
  color: #626262;
  line-height: 24px;
}
body.single-post .article .article-box .the-content li strong {
  font-weight: 700;
}
body.single-post .latest-blog {
  padding: 55px 0;
}
body.single-post .latest-blog .section-title h3 {
  font-size: 40px;
  font-weight: 800;
  color: #4a4a4a;
  text-transform: uppercase;
  margin-top: 0;
}
body.single-post .latest-blog .single-article .box {
  background: #fff;
}
body.single-post .latest-blog .single-article .box .featured-image img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
body.single-post .latest-blog .single-article .box .article-content {
  padding: 20px 25px 0;
}
body.single-post .latest-blog .single-article .box .article-content h4 {
  font-size: 20px;
  color: #404f5f;
  margin: 0;
  padding: 0 0 0px;
}
body.single-post .latest-blog .single-article .box .article-content h4 a {
  color: #404f5f;
}
body.single-post .latest-blog .single-article .box .article-content p.excerpt {
  font-size: 14px;
  color: #696969;
  margin: 0;
  padding: 15px 0 20px;
}
body.single-post .latest-blog .single-article .box .article-content p.excerpt .read-more {
  font-size: 14px;
  color: #17365e;
  font-weight: 700;
}
body.single-post .latest-blog .single-article .box .article-content p.date {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #17365e;
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
}
body.page-template-template-contact .the-content .contact-wrapper {
  max-width: 650px;
  margin: 0 auto;
}
body.page-template-template-contact .the-content .contact-wrapper h2 {
  margin-top: 0;
}
body.page-template-template-contact .the-content .contact-wrapper h3 {
  margin-bottom: 20px;
}
body.error404 .section-1 {
  padding: 50px 30px 100px;
}
body.error404 .section-1 h1 {
  font-size: 150px;
  font-weight: 600;
  color: #404041;
  text-align: center;
  margin: 0;
}
body.error404 .section-1 p {
  text-align: center;
}
body.error404 .section-1 p a {
  color: #fff;
  padding: 10px 20px;
  margin: 25px 0 0;
  border-radius: 4px;
  display: inline-block;
  background: #000 none repeat scroll 0% 0%;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out 0s;
}
body.error404 .section-1 p a:hover {
  color: #000;
  background: #FFF none repeat scroll 0% 0%;
}
body.page .home-section-1:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(0,0,0,0.55);
  content: '';
}
body.home.page .home-section-1:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  content: '';
}
.home-section-1 {
  position: relative;
  padding: 80px 0px;
}
.home-section-1 h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.home-section-1 p {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.home-section-1 .left h1 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  margin-bottom: 20px;
}
.home-section-1 .left p {
  font-weight: 600;
  font-size: 22px;
}
.home-section-1 .left p img {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.home-section-1 .left .wpcf7 {
  margin-top: 20px;
}
.home-section-1 .left .wpcf7 .wpcf7-form {
  font-size: 0px;
}
.home-section-1 .left .wpcf7 .wpcf7-form .text {
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0px 20px;
  width: 100% !important;
  float: none !important;
}
.home-section-1 .left .wpcf7 .wpcf7-form p {
  margin: 0px;
  display: inline-block;
  position: relative;
  width: auto;
  float: left;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span {
  display: block;
  position: relative;
  width: 100%;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span input {
  display: block;
  position: relative;
  text-indent: 15px;
  width: 148px;
  border: 2px transparent;
  background-color: rgba(255,255,255,0.5);
  color: #fff;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px;
  height: 40px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-right: 10px;
  border: 1px solid #fff;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span .wpcf7-not-valid {
  border: 1px solid #ff0000;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span .wpcf7-not-valid-tip {
  display: none !important;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span input:focus {
  outline: none;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span input:-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span input::-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span input:-ms-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.home-section-1 .left .wpcf7 .wpcf7-form p .ajax-loader {
  display: none !important;
}
.home-section-1 .left .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: 10px;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.home-section-1 .left .wpcf7 .wpcf7-form p input[type="submit"]:focus {
  outline: none;
}
.home-section-1 .left .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;
}
.home-section-1 .left .wpcf7 .wpcf7-form div.wpcf7-validation-errors {
  background-color: #f7e700;
  color: #000000;
  margin: 0px;
}
.home-section-1 .left .wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok {
  background-color: #398f14;
  margin: 0px;
}
.home-section-1 .right {
  text-align: center;
}
.home-section-1 .right p {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}
.home-section-1 .right img {
  width: 80%;
  height: auto;
  margin: 0px auto;
}
.accordion {
  padding: 0px !important;
  margin: 0px !important;
  text-align: left !important;
}
.accordion li {
  list-style-type: none !important;
  margin-bottom: 20px;
  padding-left: 0px !important;
  background-image: none !important;
  display: block !important;
  position: relative !important;
}
.accordion li .accordion-control {
  display: block;
  position: relative;
  font-size: 16px;
  width: 100%;
  border-radius: 6px;
  color: #ffffff;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 30px;
  transition: all 0.2s ease-in-out 0s !important;
}
.accordion li .accordion-control:focus {
  outline: 0;
}
.accordion li .accordion-panel {
  display: none;
  background-color: #c8deef;
  padding: 15px 30px;
  border-radius: 0px 0px 6px 6px;
}
.accordion li .accordion-panel p {
  line-height: 1.5em;
  color: #363636;
  font-size: 16px;
  font-weight: 200;
}
.accordion li .accordion-panel p a {
  line-height: 1.5em;
  color: #363636;
  font-size: 16px;
  font-weight: 200;
}
.wpcf7 {
  padding: 0px 0px 0px;
}
.wpcf7 .wpcf7-form p {
  margin: 0px 0px 10px;
  display: block;
  position: relative;
  width: 100%;
}
.wpcf7 .wpcf7-form p span {
  display: block;
  position: relative;
  width: 100%;
}
.wpcf7 .wpcf7-form p span input {
  display: block;
  position: relative;
  text-indent: 15px;
  width: 100%;
  border: 1px solid transparent;
  background-color: #ddd;
  color: #000;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px;
  height: 41px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.wpcf7 .wpcf7-form p span .wpcf7-not-valid {
  border: 1px solid #ff0000;
}
.wpcf7 .wpcf7-form p span .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 .wpcf7-form p span textarea:focus,
.wpcf7 .wpcf7-form p span input:focus {
  outline: none;
}
.wpcf7 .wpcf7-form p span textarea {
  border-radius: 4px;
  display: block;
  position: relative;
  text-indent: 0px;
  padding: 15px;
  width: 100%;
  border: 1px solid transparent;
  background-color: #ddd;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  height: 100px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.wpcf7 .wpcf7-form p span textarea::-webkit-input-placeholder,
.wpcf7 .wpcf7-form p span input::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p span textarea:-moz-placeholder,
.wpcf7 .wpcf7-form p span input:-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p span textarea::-moz-placeholder,
.wpcf7 .wpcf7-form p span input::-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p span textarea:-ms-input-placeholder,
.wpcf7 .wpcf7-form p span input:-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p .ajax-loader {
  display: none !important;
}
.wpcf7 .wpcf7-form p input[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  height: 41px;
  border: 2px solid #000000;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 4px;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:focus {
  outline: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover {
  background-color: transparent;
  color: #000000;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  clear: both;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
}
.wpcf7 .wpcf7-form div.wpcf7-validation-errors {
  background-color: #f7e700;
  color: #000000;
  margin: 0px;
}
.wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok {
  background-color: #398f14;
  margin: 0px;
}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}
.nav-collapse > ul {
  border-top: 1px solid rgba(255,255,255,0.15);
}
.nav-collapse li {
  float: left;
  width: 100%;
}
.nav-collapse a {
  background: #0578ea;
  color: #fff;
  float: left;
  padding: 0.9em 1.1em;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .nav-collapse a {
    border-bottom: 0;
    padding: 1em 1.5em;
    margin: 0;
    float: left;
    text-align: center;
  }
}
.js .nav-collapse.multiple-level-nav.opened.dropdown-active {
  max-height: 9999px !important;
}
.js .nav-collapse.multiple-level-nav .sub-menu {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: none;
  overflow: hidden;
  zoom: 1;
}
.js .nav-collapse.multiple-level-nav .sub-menu.toggled {
  display: block;
  max-height: 9999px;
  position: relative;
}
.js .nav-collapse li {
  position: relative;
}
.js .nav-collapse .dropdown-toggle {
  border: 0;
  color: #fff;
  content: "";
  height: 50px;
  width: 46px;
  padding: 0;
  position: absolute;
  margin: 0;
  text-transform: lowercase;
  top: 0;
  right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.js .nav-collapse .dropdown-toggle:hover,
.js .nav-collapse .dropdown-toggle:focus,
.js .nav-collapse .dropdown-toggle:active {
  background-color: none !important;
  color: #212428 !important;
}
.js .nav-collapse .dropdown-toggle:after {
  content: "+";
  font-size: 25px;
  color: #fff !important;
}
.js .nav-collapse .dropdown-toggle.toggled:after {
  content: "-";
  font-weight: 500;
  font-size: 25px;
  color: #fff !important;
}
.dropdown ul a {
  background: #0578ea;
  padding-left: 1.5em;
}
.dropdown ul ul a {
  background: #0578ea;
  padding-left: 2.5em;
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cat-menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .cat-menu {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.cat-menu.opened {
  max-height: 9999px;
}
.category-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 1145px) {
  .ym-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1045px) {
  .home-section-1 .left .wpcf7 .wpcf7-form p {
    display: block;
    width: 100%;
    float: none;
  }
  .home-section-1 .left .wpcf7 .wpcf7-form p span input {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  header .logo .logo img,
  #menu.sticky-menu .logo .logo img {
    width: 287px;
  }
}
@media screen and (max-width: 991px) {
  header .right .menu-main-nav-container ul li a,
  #menu.sticky-menu .right .menu-main-nav-container ul li a {
    padding: 41px 10px;
  }
}
@media screen and (max-width: 950px) {
  header,
  #menu.sticky-menu {
    padding-top: 15px;
    height: auto !important;
  }
  header .logo,
  #menu.sticky-menu .logo {
    display: block !important;
    height: auto !important;
    width: 100% !important;
    position: relative;
  }
  header .logo h3,
  #menu.sticky-menu .logo h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
  }
  header .logo h3 a,
  #menu.sticky-menu .logo h3 a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  header .right,
  #menu.sticky-menu .right {
    clear: both;
    text-align: center;
    float: none;
    display: block;
    position: relative;
    width: 100%;
    height: 73px !important;
  }
  header .right .menu-main-nav-container ul li a,
  #menu.sticky-menu .right .menu-main-nav-container ul li a {
    padding: 20px 15px;
  }
  .inner-container {
    display: block;
    width: 100%;
  }
  #long-footer {
    padding: 60px 0px;
  }
  #long-footer .social {
    float: left;
    margin-right: 0px;
    margin-top: 10px;
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  #long-footer .social li {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 10px;
  }
  #long-footer .social li a {
    display: block;
    position: relative;
  }
  #long-footer .social li a img {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
  }
  #long-footer .menu-footer-menu-container #menu-footer-menu {
    margin-left: 0px;
    padding: 0px;
  }
  #long-footer .menu-footer-menu-container #menu-footer-menu li {
    list-style-type: none;
  }
  #long-footer .menu-footer-menu-container #menu-footer-menu li a {
    color: #fff !important;
    font-weight: 300;
  }
  #long-footer .tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_text {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
  }
  #long-footer .tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_name {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif !important;
  }
  #long-footer .logo img {
    width: 30%;
    height: auto;
  }
  #long-footer .footer-menu {
    width: 30%;
  }
  #long-footer .footer-testimonial {
    width: 70%;
  }
  #long-footer .footer-contact {
    clear: both;
    padding-top: 30px;
    display: block;
    position: relative;
    float: none;
    width: 100%;
    padding-left: 15px;
  }
  body.page-template-template-sidebar .the-content .col-ym-4 {
    padding-left: 0px;
  }
  #before-footer .inner-container .btn-wrap .button {
    margin: 0 auto 10px !important;
    display: block;
  }
  #before-footer .inner-container .btn-wrap .button:first-of-type {
    margin-right: 0;
  }
  #before-footer .inner-container .btn-wrap .button:last-of-type {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
    -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;
  }
  #notification-bar {
    padding: 10px 0px;
  }
  #notification-bar p {
    color: #fff;
    margin: 0px;
    font-weight: 300;
    font-size: 14px;
  }
  #notification-bar p .btn {
    display: block;
    position: relative;
    width: 100%;
    margin: 10px 0px 0px 0px;
  }
  header {
    padding: 0;
    margin-top: 44px;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  }
  header .right {
    display: none;
  }
  header .logo {
    text-align: left;
    height: auto !important;
    width: auto !important;
    padding-right: 0px;
  }
  header .logo h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
  }
  header .logo h3 a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  header .logo .logo {
    padding: 7px 0px 6px;
  }
  header .logo .logo img {
    width: auto !important;
    height: 40px !important;
  }
  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: none;
  }
  header .mobile-menu .menu-label {
    margin-bottom: -0.2em;
    display: inline-block;
    vertical-align: middle;
  }
  header .mobile-menu .menu-icon + .menu-label {
    margin-left: .2em;
  }
  header .mobile-menu .menu-icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: .5em;
    color: inherit;
    background: currentColor;
    border-radius: .5em;
    height: 2px;
    width: 25px;
  }
  header .mobile-menu .menu-icon:before,
  header .mobile-menu .menu-icon:after {
    border-radius: .5em;
    height: 2px;
    width: 100%;
    left: 0;
    background: currentColor;
    position: absolute;
    display: block;
    content: '';
  }
  header .mobile-menu .menu-icon:before {
    top: -0.83em;
  }
  header .mobile-menu .menu-icon:after {
    top: .8em;
  }
  header .mobile-menu .menu-icon,
  header .mobile-menu .menu-icon:before,
  header .mobile-menu .menu-icon:after {
    transition: all .5s ease-in-out;
  }
  header .mobile-menu .open .cross {
    background-color: transparent;
    transform: rotate(0deg) translate(0%,-50%);
    -moz-transform: rotate(0deg) translate(0%,-50%);
    -webkit-transform: rotate(0deg) translate(0%,-50%);
  }
  header .mobile-menu .open .cross:before,
  header .mobile-menu .open .cross:after {
    top: 0em;
  }
  header .mobile-menu .open .cross:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  header .mobile-menu .open .cross:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  header .mobile-menu nav {
    float: none;
    position: relative;
    z-index: 9999;
  }
  header .mobile-menu nav ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    border-top: 0;
    float: none;
  }
  header .mobile-menu nav ul li {
    float: none;
  }
  header .mobile-menu nav ul li a {
    color: #ffffff;
    background-color: #1c2732;
    padding: 10px 15px;
    text-align: left !important;
    border-top: none;
    border-bottom: none;
    float: none;
    width: 100%;
    display: inline-block;
  }
  header .mobile-menu nav ul li a:hover {
    background-color: #87c7d0;
  }
  header .mobile-menu nav ul .menu-item-has-children .sub-menu {
    height: 0px;
    top: 35px;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  header .mobile-menu nav ul .menu-item-has-children .sub-menu .menu-item a {
    background-color: #444444;
  }
  header .mobile-menu nav ul .menu-item-has-children:hover .sub-menu,
  header .mobile-menu nav ul .menu-item-has-children:focus .sub-menu {
    height: auto;
    top: 50px;
    visibility: visible;
  }
  #menu.sticky-menu {
    display: none !important;
  }
  .inner-container h3 {
    font-size: 30px;
  }
  .inner-container h4 {
    font-size: 22px;
  }
  #content {
    margin-top: 102px !important;
  }
  #before-footer {
    padding: 60px 0px;
  }
  #before-footer .inner-container h2 {
    font-size: 24px;
  }
  #before-footer .inner-container p {
    font-size: 16px;
  }
  #before-footer .inner-container .btn-wrap .button {
    display: block !important;
    margin: 0 auto 30px !important;
    font-size: 16px !important;
    max-width: 350px;
  }
  #before-footer .inner-container .btn-wrap .button:last-child {
    margin-bottom: 0 !important;
  }
  #long-footer h3 {
    font-size: 16px;
  }
  #long-footer .logo img {
    width: 50%;
  }
  #long-footer .footer-menu {
    display: block;
    position: relative;
    width: 100%;
    float: none;
  }
  #long-footer .footer-testimonial {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 10px;
    float: none;
  }
  #long-footer .footer-contact {
    padding-top: 40px;
    display: block;
    position: relative;
    width: 100%;
    float: none;
  }
  footer .copyright-section {
    text-align: center;
  }
  footer .copyright-section p {
    font-size: 12px;
    color: #fff;
    margin: 0;
  }
  footer .copyright-section .copyright {
    display: block;
    position: relative;
    width: 100%;
  }
  footer .copyright-section .credit {
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  body.blog .meta,
  body.single-post .meta {
    padding: 40px 0 !important;
  }
  body.blog .meta .title h1,
  body.blog .meta .title h3,
  body.single-post .meta .title h1,
  body.single-post .meta .title h3 {
    font-size: 24px !important;
  }
  body.blog .latest-blog .section-title h3,
  body.single-post .latest-blog .section-title h3 {
    font-size: 24px !important;
  }
  body.blog .articles .single-article .box,
  body.single-post .articles .single-article .box {
    margin-bottom: 30px;
  }
  body .flex-section h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  body .flex-section h2 br {
    display: none !important;
  }
  body .flex-section h3 {
    font-size: 18px;
  }
  body .flex-section h4 {
    font-size: 16px;
  }
  body .flex-section p {
    font-size: 15px;
    line-height: 1.625;
  }
  body .flex-section ul li {
    font-size: 15px;
  }
  body .flex-section .default-list {
    padding-left: 20px;
  }
  body .flex-section .columns {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
  }
  body .flex-section .btn-wrap .button {
    font-size: 16px !important;
  }
  body .aligncenter:last-child,
  img.centered:last-child {
    margin-bottom: 0;
  }
  body .the-content p {
    font-size: 15px !important;
  }
  body .the-content .btn-wrap .button {
    font-size: 16px !important;
  }
  body .accordion li .accordion-control {
    font-size: 14px !important;
    padding: 12px !important;
  }
  body .accordion li .accordion-panel p {
    margin: 0 !important;
    font-size: 14px !important;
  }
  body .flex-faq h2 {
    font-size: 24px;
  }
  body .home-section-8 .inner-container h3 {
    font-size: 20px !important;
    margin-bottom: 20px;
    text-align: center;
  }
  body .testimonials h2 {
    font-size: 24px;
  }
  body .testimonials .tmls .tmls_container .tmls_item .tmls_text {
    font-size: 14px !important;
  }
  body .testimonials .tmls .tmls_container .tmls_item .tmls_name {
    font-size: 14px !important;
  }
  body .cta-yellow h2 {
    margin: 0 0 20px;
    float: none;
  }
  body .cta-yellow ul {
    float: none;
    max-width: 190px;
    margin: 0 auto !important;
  }
  body .alignright {
    float: none;
    text-align: right;
    margin: 0 0 20px !important;
    max-width: 100% !important;
  }
  body .services h2 {
    font-size: 24px;
  }
  body .services h3 {
    font-size: 18px;
  }
  body .services .boxes .box {
    width: 100%;
  }
  body .services .btn-wrap .button {
    font-size: 16px !important;
  }
  body .cta-btn {
    padding: 10px;
    font-size: 16px !important;
  }
  body.home h2 {
    font-size: 24px !important;
  }
  body.home h2 br {
    display: none;
  }
  body.home .home-section-2 .ym-container {
    padding: 0;
  }
  body.home .home-section-3 .inner-container h2 {
    font-size: 24px;
  }
  body.home .home-section-3 .inner-container .boxes {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.home .home-section-3 .inner-container .boxes .box {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  body.home .home-section-3 .inner-container .boxes .box:last-child {
    margin-bottom: 0;
  }
  body.home .home-section-5 ul {
    margin: 0;
  }
  body.home .home-section-5 .cta {
    margin: 30px 0px 0px;
  }
  body.home .home-section-6 .ym-container {
    padding: 0;
  }
  body.home .home-section-6 .ym-container h3 {
    text-align: center;
    margin-bottom: 20px !important;
    line-height: 1.2;
    font-size: 20px;
  }
  body.home .home-section-7 .ym-container {
    padding: 0;
  }
  body.home .home-section-8 .inner-container h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  body.home .home-section-blog .inner-container .blog-wrap {
    margin-bottom: 30px !important;
  }
  body.home .home-section-blog .inner-container .blog-wrap .blog-title .title span {
    font-size: 16px;
  }
  body.home .home-section-blog .inner-container .cta {
    display: block;
    margin: 0 auto;
    float: none;
    max-width: 350px;
  }
  body.home .home-section-testimonials .inner-container .tmls .tmls_container .tmls_item .tmls_text,
  body.home .home-section-testimonials .inner-container .tmls .tmls_container .tmls_item .tmls_name {
    font-size: 14px !important;
  }
  body.home .home-section-faq .inner-container h2 {
    font-size: 24px;
  }
  body.home .home-section-faq .inner-container .accordion li .accordion-control {
    font-size: 14px !important;
    border-radius: 6px;
    padding: 12px;
  }
  body.page .the-content .btn-wrap .button {
    font-size: 16px !important;
  }
  body.page .section-1 {
    padding: 40px 0px;
  }
  body.page .section-1 h1 {
    font-size: 24px;
  }
  body.page .section-1 p {
    font-size: 16px;
  }
  body.page-template-template-sidebar .the-content .col-ym-4 {
    margin-top: 80px;
    padding-left: 15px;
    float: none;
  }
  body.blog .meta .title h1 {
    font-size: 30px;
  }
  body.blog .meta .breadcrumb {
    text-align: left;
  }
  body.single-post .article .article-box .the-title h1 {
    font-size: 20px;
  }
  body.single-post .article .article-box .the-title .col-ym-2 {
    text-align: left;
  }
  .home-section-1 {
    padding: 60px 0px;
    text-align: center;
  }
  .home-section-1 h1 {
    font-size: 40px;
  }
  .home-section-1 p {
    font-size: 20px;
  }
  .home-section-1 .left {
    margin-bottom: 40px;
  }
  .home-section-1 .left h1 {
    color: #fff;
    font-size: 40px;
  }
  .home-section-1 .left p {
    font-weight: 600;
    font-size: 20px;
  }
  .home-section-1 .left p img {
    display: inline-block;
    position: relative;
    margin: 0px 10px -4px 0px;
  }
  .home-section-1 .left .wpcf7 {
    margin-top: 20px;
  }
  .home-section-1 .left .wpcf7 .wpcf7-form {
    font-size: 0px;
  }
  .home-section-1 .left .wpcf7 .wpcf7-form .text {
    width: 100% !important;
  }
  .home-section-1 .left .wpcf7 .wpcf7-form p {
    margin: 0px 0px 10px;
    display: block;
    position: relative;
    width: 100%;
    float: none;
  }
  .home-section-1 .left .wpcf7 .wpcf7-form p span {
    display: block;
    position: relative;
    width: 100%;
  }
  .home-section-1 .left .wpcf7 .wpcf7-form p span input {
    width: 100%;
  }
  .home-section-1 .left .wpcf7 .wpcf7-form p input[type="submit"] {
    width: 100%;
  }
  .home-section-1 .right p {
    font-size: 20px;
  }
  .home-section-1 .right img {
    width: 60%;
  }
}
@media screen and (max-width: 389px) {
  header {
    margin-top: 65px;
  }
}
body .aligncenter {
  text-align: center;
  max-width: 100%;
}
body a.aligncenter img {
  display: block;
  margin: 0 auto;
}
body a.alignnone {
  display: inline-block;
}
body .alignleft {
  float: left;
  text-align: left;
}
body .alignright {
  float: right;
  text-align: right;
}
body a.alignleft,
body a.alignnone,
body a.alignright {
  max-width: 100%;
}
body img.centered,
body .aligncenter {
  display: block;
  margin: 0 auto 30px;
}
body img.alignnone,
body .alignnone {
  margin-bottom: 15px;
}
body a.alignleft,
body img.alignleft,
body .wp-caption.alignleft {
  margin: 0 20px 20px 0;
}
body a.alignright,
body img.alignright,
body .wp-caption.alignright {
  margin: 0 0 20px 20px;
}
body .gallery-caption,
body .wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
body .entry-content p.wp-caption-text {
  margin-bottom: 0;
}
body .entry-content .wp-audio-shortcode,
body .entry-content .wp-playlist,
body .entry-content .wp-video {
  margin: 0 0 30px;
}
body input,
body select,
body textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 15px;
  width: 100%;
  resize: none;
}
body input:focus,
body textarea:focus {
  border: 1px solid #999;
  outline: none;
}
body input[type="checkbox"],
body input[type="image"],
body input[type="radio"] {
  width: auto;
}
body ::-moz-placeholder {
  color: #333;
  opacity: 1;
}
body ::-webkit-input-placeholder {
  color: #333;
}
body .the-content p:first-child {
  margin-top: 0;
}
body .the-content p:last-child {
  margin-bottom: 0;
}
body .the-content .btn-wrap {
  text-align: center;
}
body .the-content .btn-wrap .button {
  font-size: 24px !important;
  border-radius: 4px;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #16355d;
  padding: 6px 30px;
  border: 2px solid #16355d;
}
body .the-content .btn-wrap .button:hover {
  background-color: #fff;
  color: #16355d !important;
}
body button,
body input[type="button"],
body input[type="reset"],
body input[type="submit"],
body .button,
body .single-pagination a {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 15px 30px;
  text-decoration: none;
  white-space: normal;
  width: auto;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
body .input-cf input[type="submit"] {
  padding: 15px 30px;
}
body button:focus,
body button:hover,
body input[type="button"]:focus,
body input[type="button"]:hover,
body input[type="reset"]:focus,
body input[type="reset"]:hover,
body input[type="submit"]:focus,
body input[type="submit"]:hover,
body .button:focus,
body .button:hover,
body .single-pagination a:focus,
body .single-pagination a:hover {
  background-color: #0073e5;
  color: #fff;
}
body .entry-content .button:focus,
body .entry-content .button:hover {
  color: #fff;
}
body .button {
  display: inline-block;
}
body a.button.small,
body button.small,
body input[type="button"].small,
body input[type="reset"].small,
body input[type="submit"].small {
  padding: 8px 16px;
}
body .site-container button:disabled,
body .site-container button:disabled:hover,
body .site-container input:disabled,
body .site-container input:disabled:hover,
body .site-container input[type="button"]:disabled,
body .site-container input[type="button"]:disabled:hover,
body .site-container input[type="reset"]:disabled,
body .site-container input[type="reset"]:disabled:hover,
body .site-container input[type="submit"]:disabled,
body .site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
body input[type="search"]::-webkit-search-cancel-button,
body input[type="search"]::-webkit-search-results-button {
  display: none;
}
