@charset "UTF-8";
.ym-container {
  width: 1140px;
  margin: 0 auto;
}
.col-ym-12,
.col-ym-11,
.col-ym-10,
.col-ym-9,
.col-ym-8,
.col-ym-7,
.col-ym-6,
.col-ym-5,
.col-ym-4,
.col-ym-3,
.col-ym-2,
.col-ym-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-ym-12 {
  width: 100%;
  float: left;
}
.col-ym-11 {
  width: 91.66666667%;
  float: left;
}
.col-ym-10 {
  width: 83.33333333%;
  float: left;
}
.col-ym-9 {
  width: 75%;
  float: left;
}
.col-ym-8 {
  width: 66.66666667%;
  float: left;
}
.col-ym-7 {
  width: 58.33333333%;
  float: left;
}
.col-ym-6 {
  width: 50%;
  float: left;
}
.col-ym-5 {
  width: 41.66666667%;
  float: left;
}
.col-ym-4 {
  width: 33.33333333%;
  float: left;
}
.col-ym-3 {
  width: 25%;
  float: left;
}
.col-ym-2 {
  width: 16.66666667%;
  float: left;
}
.col-ym-1 {
  width: 8.33333333%;
  float: left;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,0.75,1);
    transform: scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform: scale3d(0.75,1.25,1);
    transform: scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,0.85,1);
    transform: scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,0.75,1);
    transform: scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform: scale3d(0.75,1.25,1);
    transform: scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,0.85,1);
    transform: scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
}
.acf-hidden {
  display: none;
}
body.front-end * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6,
body.front-end p,
body.front-end ul,
body.front-end ol,
body.front-end pre,
body.front-end blockquote,
body.front-end textarea,
body.front-end button {
  margin-bottom: 0 0 20px 0;
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
body.front-end p,
body.front-end li,
body.front-end a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
body.front-end a {
  font-family: 'Open Sans', sans-serif;
  color: #666;
  text-decoration: none;
}
body.front-end a:hover,
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
body.front-end a:active {
  text-decoration: none;
}
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
body.front-end code {
  font-family: Consolas, "Courier New", Courier, mono;
}
body.front-end strong {
  font-weight: 600;
}
body.front-end hr {
  color: #eee;
  border: 1px solid #eee;
  margin: 35px 0px;
}
body.front-end .tablepress thead th {
  background-color: #ab1133;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
}
body.front-end .tablepress tbody td {
  font-size: 14px;
  font-weight: 400;
}
body.front-end .tablepress tfoot th {
  background-color: #ddd;
  font-size: 13px;
  font-weight: 400;
}
body.front-end .tablepress-table-description {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
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: #c1022c;
  padding: 5px 10px 0px 30px;
  padding-bottom: 10px;
  font-style: normal;
  margin-left: 10px;
  margin: 20px 0 25px 0;
}
body.front-end blockquote p {
  font-size: 20px !important;
  line-height: 30px !important;
}
body.front-end blockquote p:last-child {
  margin-bottom: 10px;
}
body.front-end pre {
  font-family: Consolas, "Courier New", Courier, mono;
  background: black;
  font-size: 12px;
  background: rgba(0,0,0,0.9);
  color: #eee;
  padding: 10px 20px;
}
body.front-end .clear {
  clear: both;
}
header {
  top: 0;
  width: 100%;
}
header .menu-toggle {
  color: #fff;
  text-decoration: none;
  flex: 1;
  padding: 8px 15px 5px !important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #000;
}
@media (min-width: 1024px) {
  header .menu-toggle {
    padding: 18px 15px 19px !important;
  }
}
header .mobile-menu {
  display: block;
}
header .mobile-menu nav {
  display: none;
  float: none;
  position: relative;
  z-index: 9999;
  position: absolute;
  top: 55px;
  right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  header .mobile-menu nav {
    width: 25%;
    top: 68px;
  }
}
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: #000;
  padding: 10px 15px;
  text-align: center !important;
  border-top: none;
  border-bottom: none;
  float: none;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  display: inline-block;
}
header .mobile-menu nav ul li a:hover {
  color: #cd8325;
}
header .mobile-menu nav ul li.current-menu-item a {
  color: #cd8325;
}
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;
}
header .menu-label {
  margin-bottom: -0.2em;
  display: inline-block;
  vertical-align: middle;
}
header .menu-icon + .menu-label {
  margin-left: .2em;
}
header .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 .menu-icon:before,
header .menu-icon:after {
  border-radius: .5em;
  height: 2px;
  width: 100%;
  left: 0;
  background: currentColor;
  position: absolute;
  display: block;
  content: '';
}
header .menu-icon:before {
  top: -0.83em;
}
header .menu-icon:after {
  top: .8em;
}
header .menu-icon,
header .menu-icon:before,
header .menu-icon:after {
  transition: all .5s ease-in-out;
}
header .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 .open .cross:before,
header .open .cross:after {
  top: 0em;
}
header .open .cross:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
header .open .cross:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header .logo a {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 10px 0;
}
header .logo a img {
  max-width: 183px;
}
header .right {
  text-align: right;
  padding: 12px 0 0 0;
}
header .right .menu-main-menu-container {
  display: block;
  position: absolute;
  right: 0;
  top: 68px;
}
header .right .menu-main-menu-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .right .menu-main-menu-container ul li {
  display: block;
  width: 100%;
  max-width: 250px;
}
header .right .menu-main-menu-container ul li a {
  text-align: center;
  background: #000;
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-transform: none;
  padding: 20px 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .right .menu-main-menu-container ul li a:hover {
  color: #cd8325;
}
header .right .menu-main-menu-container ul li ul {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 10px 0;
  min-width: 200px;
  text-align: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .right .menu-main-menu-container ul li ul li {
  display: block;
}
header .right .menu-main-menu-container ul li ul li a {
  background: #fff;
  padding: 10px 15px;
  color: #fff;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .right .menu-main-menu-container ul li ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: #cd8325;
}
header .right .menu-main-menu-container ul li.current_page_item a {
  color: #cd8325;
}
header .right .menu-main-menu-container ul li:hover ul {
  display: block;
}
header .right .menu-main-menu-container ul li.menu-item-has-children {
  background: url('https://hangroup.com.au/wp-content/themes/project-ym/less/../images/select-arrow.png') no-repeat right center;
  background-size: 6.5px 5px;
}
header .right .menu-main-menu-container ul ul li.current_page_item a {
  color: #eeb2bf !important;
}
header .right .contact-method {
  padding: 10px 0 0;
  position: relative;
}
header .right .social-header {
  display: inline-block;
  padding: 12px 0px;
  margin-right: 15px;
}
header .right .social-header img {
  max-width: 15px;
  margin: 0px 3px;
}
header .right .phone-number {
  font-size: 18px;
  font-weight: 300;
  color: #58585a;
  display: inline-block;
  margin: 0;
  padding: 0 25px 0 25px;
}
header .right .phone-number a {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
header .right .phone-number svg {
  width: auto;
  height: 16px;
  fill: #cd8325;
  padding-right: 2px;
  position: relative;
  bottom: -2px;
}
header .right .free-quote {
  font-weight: 300;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.05;
  display: inline-block;
  margin: 0;
}
header .right .free-quote a {
  font-size: 14px;
  color: #fff;
  background: #a75223;
  background: -moz-linear-gradient(left,#a75223 0%,#ce8325 100%);
  background: -webkit-linear-gradient(left,#a75223 0%,#ce8325 100%);
  background: linear-gradient(to right,#a75223 0%,#ce8325 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a75223',endColorstr='#ce8325',GradientType=1);
  padding: 10px 20px;
  display: none;
  border: none;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1200px) {
  header .right .free-quote a {
    display: inline-block;
  }
}
header .right .free-quote a:hover {
  opacity: 0.5;
}
.mobile-phone {
  display: none;
}
.footer-images {
  height: 360px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer {
  background: #000000;
  padding: 30px 0;
}
footer .top-section {
  padding: 30px 0 0;
}
footer .top-section .logo img {
  max-width: 100%;
  margin-top: 10px;
}
footer .top-section .menu .menu-main-menu-container {
  display: none;
  float: right;
}
footer .top-section .menu .menu-main-menu-container ul {
  margin: 0;
  padding: 0;
}
footer .top-section .menu .menu-main-menu-container ul li {
  display: inline-block;
}
footer .top-section .menu .menu-main-menu-container ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-transform: none;
  display: inline-block;
  padding: 20px 12px;
}
footer .top-section .menu .menu-main-menu-container ul li a:hover {
  text-decoration: underline;
}
footer .top-section .menu .menu-main-menu-container ul li ul {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 10px 0;
}
footer .top-section .menu .menu-main-menu-container ul li ul li {
  display: block;
}
footer .top-section .menu .menu-main-menu-container ul li ul li a {
  background: rgba(0,0,0,0.5);
  padding: 10px 15px;
  display: block;
}
footer .top-section .menu .menu-main-menu-container ul li ul li a:hover {
  text-decoration: none;
  background: rgba(39,170,225,0.95);
}
footer .top-section .menu .menu-main-menu-container ul li:last-child a {
  padding-right: 0;
}
footer .top-section .menu .menu-main-menu-container ul li:hover ul {
  display: block;
}
footer .top-section .menu .menu-main-menu-container ul li.menu-item-has-children {
  background: url('https://hangroup.com.au/wp-content/themes/project-ym/less/../images/select-arrow.png') no-repeat right center;
  background-size: 6.5px 5px;
}
footer .top-section .menu .menu-footer-container {
  display: block;
  float: right;
}
footer .top-section .menu .menu-footer-container ul {
  margin: 0;
  padding: 0;
}
footer .top-section .menu .menu-footer-container ul li {
  display: inline-block;
}
footer .top-section .menu .menu-footer-container ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-transform: none;
  display: inline-block;
  padding: 24px 10px;
}
footer .top-section .menu .menu-footer-container ul li a:hover {
  text-decoration: underline;
}
footer .top-section .menu .menu-footer-container ul li ul {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 10px 0;
}
footer .top-section .menu .menu-footer-container ul li ul li {
  display: block;
}
footer .top-section .menu .menu-footer-container ul li ul li a {
  background: rgba(0,0,0,0.5);
  padding: 10px 15px;
  display: block;
}
footer .top-section .menu .menu-footer-container ul li ul li a:hover {
  text-decoration: none;
  background: rgba(39,170,225,0.95);
}
footer .top-section .menu .menu-footer-container ul li:last-child a {
  padding-right: 0;
}
footer .top-section .menu .menu-footer-container ul li:hover ul {
  display: block;
}
footer .top-section .menu .menu-footer-container ul li.menu-item-has-children {
  background: url('https://hangroup.com.au/wp-content/themes/project-ym/less/../images/select-arrow.png') no-repeat right center;
  background-size: 6.5px 5px;
}
footer .top-section .phone {
  text-align: right;
  display: none;
}
footer .top-section .phone p {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
}
footer .top-section .phone p a {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
}
footer .top-section .phone p svg {
  width: auto;
  height: 18px;
  fill: #fff;
  padding-right: 5px;
  position: relative;
  bottom: -3px;
}
footer .top-section .social-footer {
  display: none;
  float: right;
  margin-right: 15px;
}
footer .top-section .social-footer img {
  max-width: 15px;
  margin: 0px 3px;
}
footer .copyright-section {
  padding: 25px 0;
}
footer .copyright-section p {
  font-size: 12px;
  color: #fff;
  margin: 0;
}
footer .copyright-section .credit {
  text-align: right;
}
footer .copyright-section .credit span {
  display: inline-block;
  line-height: 20px;
  width: 20px;
  height: 20px;
  font-size: 7px;
  color: #1c2732;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
body.page.home {
  background: #000;
}
body.page.home .logo img {
  display: none;
}
body.page.home #footer {
  display: none;
}
body.page.home .section-1 {
  padding: 167px 0;
}
body.page.home .section-1 h1 {
  width: 100%;
  font-size: 55px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px 0;
}
@media (min-width: 992px) {
  body.page.home .section-1 h1 {
    width: 60%;
  }
}
body.page.home .section-1 p {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  width: 50%;
}
body.page.home .section-1 p.work {
  padding: 30px 0 0;
}
body.page.home .section-1 p.work a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: none;
  padding: 14px 30px;
  display: inline-block;
  background: #a75223;
  background: -moz-linear-gradient(left,#a75223 0%,#ce8325 100%);
  background: -webkit-linear-gradient(left,#a75223 0%,#ce8325 100%);
  background: linear-gradient(to right,#a75223 0%,#ce8325 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a75223',endColorstr='#ce8325',GradientType=1);
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page.home .section-1 p.work a:hover,
body.page.home .section-1 p.work a:active,
body.page.home .section-1 p.work a:focus {
  opacity: 0.5;
}
body.page.home .section-2 {
  padding: 0;
}
body.page.home .section-2 .col-ym-3 {
  text-align: center;
}
body.page.home .section-2 .col-ym-3 a {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px 0;
}
body.page.home .section-2 .col-ym-3 a:hover {
  opacity: 0.75 !important;
}
body.page.home .section-2 .col-ym-3 a:hover h3 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page.home .section-2 .col-ym-3 h3 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #58585a;
  margin: 0;
  padding: 20px 0 10px;
}
body.page.home .section-2 .col-ym-3 p {
  font-size: 16px;
  font-weight: 300;
  color: #8d8d8d;
  margin: 0;
}
body.page.home .section-3 {
  padding: 80px 0 25px 0;
}
body.page.home .section-3 h2 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.05;
  color: #cd8325;
  line-height: 1.4em;
  margin: 0 0 20px;
}
body.page.home .section-3 p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin: 0 0 40px;
}
body.page.home .section-3 p.free-quote {
  margin: 0;
}
body.page.home .section-3 p.free-quote a {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background: #555;
  display: inline-block;
  padding: 15px 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page.home .section-3 p.free-quote a:hover {
  background-color: #ab1133;
}
body.page.home .section-4 {
  padding: 0 0 30px 0;
}
body.page.home .section-4 h2 {
  font-size: 40px;
  padding-bottom: 0px;
  color: #57575a;
  text-align: left;
  font-weight: 500;
}
body.page.home .section-4 .col-ym-6 img {
  margin-right: 10px;
  margin-bottom: 5px;
}
body.page.home .section-4 .col-ym-6 p {
  font-size: 16px;
  font-weight: 300;
  color: #4f4f4f;
  line-height: 25px;
}
body.page.home .section-4 a.btn {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: none;
  padding: 12px 30px;
  display: inline-block;
  background: #a75223;
  background: -moz-linear-gradient(left,#a75223 0%,#ce8325 100%);
  background: -webkit-linear-gradient(left,#a75223 0%,#ce8325 100%);
  background: linear-gradient(to right,#a75223 0%,#ce8325 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a75223',endColorstr='#ce8325',GradientType=1);
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page.home .section-4 a.btn:hover,
body.page.home .section-4 a.btn:active,
body.page.home .section-4 a.btn:focus {
  opacity: 0.5;
}
body.page.home .section-4 .col-ym-4 img {
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 25px;
}
body.page.home .section-4 .col-ym-4 img:hover {
  opacity: 0.6 !important;
}
body.page.home .section-4 .col-ym-4 h3 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.05;
  color: #bc6e24;
}
body.page.home .section-4 .col-ym-4 p {
  font-size: 16px;
  font-weight: 300;
  color: #4f4f4f;
  line-height: 25px;
}
body.page.home .section-4 .col-ym-4 p.read-more {
  font-size: 15px;
  font-weight: 300;
  color: #bc6e24;
  margin-bottom: 0;
}
body.page.home .section-4 .col-ym-4 p.read-more i {
  font-size: 21px;
  color: #bc6e24;
  margin: 0 0 2px 5px;
  vertical-align: middle;
}
body.page.home .latest-blog {
  background: #fff;
  padding: 55px 0;
}
body.page.home .latest-blog .section-title {
  text-align: center;
}
body.page.home .latest-blog .section-title h3 {
  font-size: 40px;
  color: #000;
  font-weight: 500;
  margin-top: 0;
}
body.page.home .latest-blog .single-article .box {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
body.page.home .latest-blog .single-article .box .featured-image img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
body.page.home .latest-blog .single-article .box .article-content {
  padding: 20px 25px 0;
}
body.page.home .latest-blog .single-article .box .article-content h4 {
  font-size: 20px;
  color: #404f5f;
  margin: 0;
  padding: 0 0 0px;
}
body.page.home .latest-blog .single-article .box .article-content p.excerpt {
  font-size: 14px;
  color: #696969;
  margin: 0;
  padding: 15px 0 20px;
}
body.page.home .latest-blog .single-article .box .article-content p.date {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #c1022c;
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
}
body.page .section-1 {
  padding: 270px 0 60px 0;
  text-align: left;
}
body.page .section-1 h1 {
  font-size: 55px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 10px 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
body.page .section-1 p {
  font-size: 25px;
  font-weight: 300;
  width: 50%;
  color: #fff;
  margin: 0;
}
body.page .section-1 p a {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}
body.page .section-1 p.quote {
  padding: 30px 0 0;
}
body.page .section-1 p.quote a {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: none;
  padding: 12px 30px;
  display: inline-block;
  background: #a75223;
  background: -moz-linear-gradient(left,#a75223 0%,#ce8325 100%);
  background: -webkit-linear-gradient(left,#a75223 0%,#ce8325 100%);
  background: linear-gradient(to right,#a75223 0%,#ce8325 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a75223',endColorstr='#ce8325',GradientType=1);
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page .section-1 p.quote a:hover,
body.page .section-1 p.quote a:active,
body.page .section-1 p.quote a:focus {
  opacity: 0.5;
}
body.page .tagline {
  background: #657577;
  padding: 48px 0;
}
body.page .tagline p {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
body.page .the-content {
  padding: 60px 0 30px 0;
  background: #000;
}
body.page .the-content .page-quote {
  margin: 0 0 20px 0;
}
body.page .the-content .page-quote p {
  font-size: 23px;
  font-weight: 300;
  color: #ed1c24;
  line-height: 26px;
}
body.page .the-content img {
  max-width: 100%;
  height: auto;
}
body.page .the-content h2:first-child {
  margin-top: 0;
}
body.page .the-content h2 {
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 25px 0;
}
body.page .the-content h3 {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 25px 0;
}
body.page .the-content h4 {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 25px 0;
}
body.page .the-content h5 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 25px 0;
}
body.page .the-content p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  margin: 20px 0 17px;
}
body.page .the-content p strong {
  font-weight: 700;
}
body.page .the-content li {
  font-size: 16px;
  font-weight: 300;
  color: #626262;
  line-height: 26px;
}
body.page .the-content li strong {
  font-weight: 700;
}
body.page .the-content .vc_row .wpb_text_column {
  padding-bottom: 0px;
}
body.page .the-content .vc_row:last-child .wpb_text_column {
  border-bottom: 0;
}
body.page .sidebar .btn {
  width: 100%;
}
body.page .sidebar .widget_nav_menu {
  padding: 0 0 15px;
  margin: 20px 0;
}
body.page .sidebar .widget_nav_menu h3 {
  font-size: 20px;
  font-weight: 300;
  color: #4e433b;
  margin: 0 0 15px 0;
}
body.page .sidebar .widget_nav_menu p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 18px;
  margin-bottom: 0px;
}
body.page .sidebar .widget_nav_menu p a {
  color: #c1022c;
  margin-top: 5px;
  text-decoration: underline;
  font-size: 13px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page .sidebar .widget_nav_menu p a:hover {
  opacity: 0.6;
  background-color: transparent !important;
}
body.page .sidebar .widget_nav_menu hr {
  color: #eee;
  border: 1px solid #eee;
}
body.page .sidebar .widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page .sidebar .widget_nav_menu ul li {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}
body.page .sidebar .widget_nav_menu ul li i {
  color: #cd8325;
  padding: 10px;
}
body.page .sidebar .widget_nav_menu ul li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page .sidebar .widget_nav_menu ul li a:before {
  font-size: 22px;
  color: #cd8325;
  content: "\f105";
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 15px 2px 0;
}
body.page .sidebar .widget_nav_menu ul li.current-menu-item a {
  color: #cd8325;
}
body.page .sidebar .widget_nav_menu ul li a:hover {
  background: #fff;
  color: #cd8325;
}
body.page .sidebar .testimonials {
  display: none;
  padding: 20px;
  border: 1px solid #e1e1e1;
}
body.page .sidebar .testimonials h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 15px;
}
body.page .sidebar .testimonials .tmls_text {
  font-size: 15px;
  font-weight: 400;
  color: #696969;
  line-height: 21px;
}
body.page .sidebar .testimonials .tmls_name {
  font-size: 15px;
  font-weight: 700;
  color: #696969;
  line-height: 21px;
}
body.page .sidebar .testimonials p.view-more {
  font-size: 15px;
  font-weight: 700;
  color: #ab1133;
  text-decoration: underline;
  padding: 5px 0 0;
}
body.page .sidebar .testimonials p.view-more a {
  color: #ab1133;
}
body.page.page-id-64 .the-content .tmls .tmls_container.tmls_list.tmls_border.tmls_dashed_border .tmls_item:first-child {
  border-top: 0 !important;
}
body.page.page-id-64 .the-content .tmls .tmls_container.tmls_list.tmls_border.tmls_dashed_border .tmls_item {
  border-top: 2px solid #e1e1e1;
}
body.page.page-id-64 .the-content .tmls_text {
  font-size: 15px;
  font-weight: 400;
  color: #696969;
  line-height: 21px;
}
body.page.page-id-64 .the-content .tmls_name {
  font-size: 15px;
  font-weight: 700;
  color: #696969;
  line-height: 21px;
}
body.page.page-id-51 .the-content .wpb_single_image {
  margin-bottom: 10px !important;
}
body.page.page-id-51 .the-content h4.vc_custom_heading {
  font-weight: 700;
  text-align: center !important;
  margin: 0 0 30px !important;
}
body.page.page-id-51 .the-content a.gallery {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  background: #ab1133;
  border-radius: 15px;
  display: inline-block;
  padding: 15px 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page.page-id-51 .the-content a:hover {
  background: #555;
}
body.blog header {
  position: relative;
  background: #6c0558;
}
body.blog .meta {
  padding: 25px 0;
}
body.blog .meta .title h1 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  text-transform: none;
  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: #6c0558;
}
body.blog .articles {
  background: #fff;
  padding: 55px 0;
  border-top: 1px solid #eee;
}
body.blog .articles .single-article .box {
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
  border-radius: 7px;
}
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: #c1022c;
  margin: 0;
  padding: 0 0 0px;
}
body.blog .articles .single-article .box .article-content p.excerpt {
  font-size: 14px;
  color: #696969;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  padding: 15px 0 20px;
}
body.blog .articles .single-article .box .article-content p.date {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #c1022c;
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
}
body.single-post header {
  position: relative;
  background: #6c0558;
}
body.single-post .meta {
  padding: 25px 0;
}
body.single-post .meta .title h3 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  text-transform: none;
  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: #6c0558;
}
body.single-post .article {
  background: #f3f3f3;
  padding: 55px 0;
}
body.single-post .article .article-box {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
}
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: #c1022c;
  padding: 25px;
}
body.single-post .article .article-box .the-title h1 {
  font-size: 30px;
  color: #fff;
  text-transform: none;
  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: #6c0558;
  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: #6c0558;
}
body.single-post .article .article-box .the-content h3 {
  font-size: 21px;
  font-weight: 700;
  color: #6c0558;
}
body.single-post .article .article-box .the-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #6c0558;
}
body.single-post .article .article-box .the-content h5 {
  font-size: 15px;
  font-weight: 700;
  color: #6c0558;
}
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 .article .article-box .the-content img {
  max-width: 100%;
  height: auto;
}
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: none;
  margin-top: 0;
}
body.single-post .latest-blog .single-article .box {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
body.single-post .latest-blog .single-article .box .featured-image img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
body.single-post .latest-blog .single-article .box .article-content {
  padding: 20px 25px 0;
}
body.single-post .latest-blog .single-article .box .article-content h4 {
  font-size: 20px;
  color: #404f5f;
  margin: 0;
  padding: 0 0 0px;
}
body.single-post .latest-blog .single-article .box .article-content p.excerpt {
  font-size: 14px;
  color: #696969;
  margin: 0;
  padding: 15px 0 20px;
}
body.single-post .latest-blog .single-article .box .article-content p.date {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #c1022c;
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
}
body.page-template-template-contact .the-content h2 {
  margin: 0 0 20px;
  padding: 0 0 30px;
  border-bottom: 2px solid #e1e1e1;
}
body.page-template-template-contact .the-content .left p {
  font-size: 15px;
  font-weight: 300;
}
body.page-template-template-contact .the-content .left .icon {
  float: left;
  width: 30px;
}
body.page-template-template-contact .the-content .left .phone {
  font-weight: 300;
}
body.page-template-template-contact .the-content .left .phone svg {
  width: 15px;
  height: auto;
  fill: #bc6e24;
  position: relative;
  bottom: -5px;
}
body.page-template-template-contact .the-content .left .fax {
  font-weight: 300;
}
body.page-template-template-contact .the-content .left .fax svg {
  width: 20px;
  height: auto;
  fill: #bc6e24;
}
body.page-template-template-contact .the-content .left .email {
  font-weight: 300;
  margin: 0 0 20px;
  padding: 0 0 30px;
  border-bottom: 2px solid #e1e1e1;
}
body.page-template-template-contact .the-content .left .email svg {
  width: 20px;
  height: auto;
  fill: #bc6e24 !important;
  position: relative;
  bottom: -1px;
}
body.page-template-template-contact .the-content .left .address {
  font-size: 15px;
  font-weight: 300;
}
body.page-template-template-contact .the-content .left .address svg {
  float: left;
  width: 17px;
  height: auto;
  fill: #bc6e24;
  padding: 0 0 10px;
  position: relative;
  bottom: -5px;
}
body.page-template-template-contact .the-content .left .address p {
  font-weight: 300;
}
body.page-template-template-contact .the-content .right h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  background: #6c0558;
  padding: 15px 25px;
  margin: 0;
}
body.page-template-template-contact .the-content .right p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #797979;
}
body.page-template-template-contact .the-content .right .gform_confirmation_message {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #ab1133;
  border: 1px solid #ab1133;
  padding: 10px;
  margin: 0 0 15px;
  width: 100%;
}
body.page-template-template-contact .the-content .right .gform_wrapper {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
body.page-template-template-contact .the-content .right .gform_wrapper div.validation_error {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background: #790000;
  border: 1px solid #790000;
  padding: 10px;
  margin: 0 0 15px;
  width: 100%;
}
body.page-template-template-contact .the-content .right form ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-template-template-contact .the-content .right form ul li {
  display: inline-block;
  width: 50% !important;
  margin: 0;
  padding-bottom: 10px;
}
body.page-template-template-contact .the-content .right form ul li label {
  display: none;
}
body.page-template-template-contact .the-content .right form ul li input {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #3f3f3f;
  background: #f3f2f1;
  border: 1px solid #f3f2f1;
  width: 100%;
  padding: 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.page-template-template-contact .the-content .right form ul li .ginput_container_select {
  position: relative;
}
body.page-template-template-contact .the-content .right form ul li .ginput_container_select:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #828282 transparent transparent transparent;
  position: absolute;
  top: 17px;
  right: 15px;
}
body.page-template-template-contact .the-content .right form ul li .ginput_container_select select {
  background: #f3f2f1;
  border: 1px solid #f3f2f1;
  font-size: 15px;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px;
  color: #808080;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body.page-template-template-contact .the-content .right form ul li textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #3f3f3f;
  background: #f3f2f1;
  border: 1px solid #f3f2f1;
  width: 100%;
  height: 150px;
  padding: 10px;
  resize: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.page-template-template-contact .the-content .right form ul li div.gfield_description.validation_message {
  display: none;
}
body.page-template-template-contact .the-content .right form ul li:nth-child(odd) {
  padding-right: 15px;
}
body.page-template-template-contact .the-content .right form ul li#field_1_8 {
  display: block;
  width: 100% !important;
  padding-right: 0;
}
body.page-template-template-contact .the-content .right form ul li.gfield_error {
  width: 100%;
  border: 0 none;
  background: none;
}
body.page-template-template-contact .the-content .right form ul li.gfield_error input {
  border: 1px solid #790000;
}
body.page-template-template-contact .the-content .right form ul li.gfield_error textarea {
  width: 100%;
}
body.page-template-template-contact .the-content .right form .gform_footer {
  margin-top: 0;
}
body.page-template-template-contact .the-content .right form .gform_footer input {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #a75223;
  background: -moz-linear-gradient(left,#a75223 0%,#ce8325 100%);
  background: -webkit-linear-gradient(left,#a75223 0%,#ce8325 100%);
  background: linear-gradient(to right,#a75223 0%,#ce8325 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a75223',endColorstr='#ce8325',GradientType=1);
  border-radius: 8px !important;
  width: 100%;
  padding: 10px;
  border: 0 none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.page-template-template-contact .the-content .right form .gform_footer input:hover {
  cursor: pointer;
  cursor: hand;
}
body.error404 .header {
  background-color: #fff;
}
body.error404 .section-1 {
  padding: 50px 0 100px;
}
body.error404 .section-1 h1 {
  font-size: 150px;
  font-weight: 300;
  color: #404041;
  text-align: center;
  margin: 0;
}
body.error404 .section-1 p {
  text-align: center;
}
body.error404 .section-1 p a {
  color: #fff;
  padding: 10px 20px;
  margin: 25px 0 0;
  display: inline-block;
  background: #000 none repeat scroll 0% 0%;
  transition: all 0.2s ease-in-out 0s;
}
body.error404 .section-1 p a:hover {
  opacity: 0.8;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-10 .vc_tta-panel-heading {
  background: #c1022c !important;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon::before {
  border-color: #fff !important;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon::after {
  border-color: #fff !important;
}
.box-about {
  border-bottom: none !important;
}
#footer {
  margin: 0;
}
#footer .logo img {
  max-width: 160px;
}
#footer .partner-logo img {
  margin: 20px 0 0 0;
}
#footer .top-section .menu .menu-main-menu-container ul li ul li a {
  min-width: 150px !important;
}
#footer .top-section .menu .menu-main-menu-container ul li.menu-item-has-children {
  background: none;
}
.page-id-403 .the-content img {
  margin-right: 45px;
  margin-bottom: 20px;
  float: left;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vertical-align {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.home-swiper {
  margin: 50px 0;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
}
.home-swiper .swiper-slide .swiper-image {
  min-height: 550px;
  padding: 0 40px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.home-swiper .swiper-slide .swiper-image h3 {
  font-size: 45px;
  font-weight: 500;
  margin: 0 0 20px 0;
  color: #fff;
  width: 100%;
}
@media (min-width: 992px) {
  .home-swiper .swiper-slide .swiper-image h3 {
    width: 60%;
  }
}
.home-swiper .swiper-slide .swiper-image p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  width: 50%;
}
.home-swiper .swiper-slide .swiper-image a.btn {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: none;
  padding: 12px 30px;
  display: inline-block;
  background: #ed1e25;
  background: -moz-linear-gradient(left,#ed1e25 0%,#f0532c 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#ed1e25),color-stop(100%,#f0532c));
  background: -webkit-linear-gradient(left,#ed1e25 0%,#f0532c 100%);
  background: -o-linear-gradient(left,#ed1e25 0%,#f0532c 100%);
  background: -ms-linear-gradient(left,#ed1e25 0%,#f0532c 100%);
  background: linear-gradient(to right,#ed1e25 0%,#f0532c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1e25',endColorstr='#f0532c',GradientType=1);
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn {
  text-align: center;
  font-size: 16px !important;
  font-weight: 300;
  color: #fff !important;
  text-transform: none;
  padding: 12px 30px;
  display: inline-block;
  background: #a75223;
  background: -moz-linear-gradient(left,#a75223 0%,#ce8325 100%);
  background: -webkit-linear-gradient(left,#a75223 0%,#ce8325 100%);
  background: linear-gradient(to right,#a75223 0%,#ce8325 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a75223',endColorstr='#ce8325',GradientType=1);
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn:hover,
a.btn:active,
a.btn:focus {
  opacity: 0.5;
}
@font-face {
  font-family: 'lg';
  src: url("https://hangroup.com.au/wp-content/themes/project-ym/less/../fonts/lg.eot?n1z373");
  src: url("https://hangroup.com.au/wp-content/themes/project-ym/less/../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("https://hangroup.com.au/wp-content/themes/project-ym/less/../fonts/lg.woff?n1z373") format("woff"), url("https://hangroup.com.au/wp-content/themes/project-ym/less/../fonts/lg.ttf?n1z373") format("truetype"), url("https://hangroup.com.au/wp-content/themes/project-ym/less/../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.demo-gallery > ul {
  margin-bottom: 0;
  list-style: none;
  margin: 0 !important;
  padding: 0 0 25px !important;
}
.demo-gallery ul:after {
  content: '';
  display: block;
  clear: both;
}
.demo-gallery > ul > li {
  padding: 0;
}
.demo-gallery > ul > li a {
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.demo-gallery > ul > li a > img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}
.demo-gallery > ul > li a > img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
  filter: grayscale(0%);
  filter: none;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0,0,0,0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0,0,0,0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0,0,0,0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0,0,0,0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0,0,0,0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-family: 'lg';
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  background-color: rgba(0,0,0,0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  font-family: 'Titillium Web', sans-serif;
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0,0,0.25,1) 0s, opacity 0.35s cubic-bezier(0,0,0.25,1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0,0,0.25,1) 0s, opacity 0.35s cubic-bezier(0,0,0.25,1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0,0,0.25,1) 0s, opacity 0.35s cubic-bezier(0,0,0.25,1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0,0,0.25,1) 0s, opacity 0.35s cubic-bezier(0,0,0.25,1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px,0,0);
  transform: translate3d(10px,0,0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5,0.5,0.5);
  transform: scale3d(0.5,0.5,0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0,0,0.25,1) 0s, opacity 250ms cubic-bezier(0,0,0.25,1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0,0,0.25,1) 0s, opacity 250ms cubic-bezier(0,0,0.25,1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0,0,0.25,1) 0s, opacity 250ms cubic-bezier(0,0,0.25,1) !important;
  transition: transform 250ms cubic-bezier(0,0,0.25,1) 0s, opacity 250ms cubic-bezier(0,0,0.25,1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1) 0s;
  transition: transform 0.25s cubic-bezier(0,0,0.25,1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("https://hangroup.com.au/wp-content/themes/project-ym/less/../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("https://hangroup.com.au/wp-content/themes/project-ym/less/../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("https://hangroup.com.au/wp-content/themes/project-ym/less/../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("https://hangroup.com.au/wp-content/themes/project-ym/less/../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("https://hangroup.com.au/wp-content/themes/project-ym/less/../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0,0,0.25,1) 0s, top 0.3s cubic-bezier(0,0,0.25,1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0,0,0.25,1) 0s, top 0.3s cubic-bezier(0,0,0.25,1) 0s;
  -o-transition: left 0.3s cubic-bezier(0,0,0.25,1) 0s, top 0.3s cubic-bezier(0,0,0.25,1) 0s;
  transition: left 0.3s cubic-bezier(0,0,0.25,1) 0s, top 0.3s cubic-bezier(0,0,0.25,1) 0s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0,0,0.25,1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0,0,0.25,1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0,0,0.25,1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0,0,0.25,1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0,5px,0);
  transform: translate3d(0,5px,0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255,255,255,0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.group {
  *zoom: 1;
}
.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}
.group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("https://hangroup.com.au/wp-content/themes/project-ym/less/../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
}
.header {
  background: #000000;
}
.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: 1075px) {
  .footer-images {
    height: 250px;
  }
  body.page-template-template-contact .the-content .col-ym-5 {
    width: 45%;
  }
  body.page-template-template-contact .the-content .col-ym-1 {
    width: 0;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    background: #fff;
    padding: 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  }
  header .logo a {
    padding: 12px 0;
  }
  header .logo img {
    vertical-align: top;
    height: 30px;
    width: auto;
    padding: 0;
  }
  body.front-end .mobile-phone {
    display: block;
    position: absolute;
    right: 60px;
    top: 0;
  }
  body.front-end .mobile-phone p.number {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    float: left;
    margin: 16px 0;
    padding-right: 20px;
  }
  body.front-end .mobile-phone p.number a {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
  }
  body.front-end .mobile-phone p.number svg {
    width: auto;
    height: 16px;
    fill: #cd8325;
    padding-right: 5px;
    position: relative;
    bottom: -2px;
  }
  body.front-end .mobile-phone p.quote {
    margin: 8px 2px;
    padding: 7px 20px;
    border: 2px solid #fff;
    float: left;
    font-weight: 600;
    color: #fff;
  }
  body.front-end .mobile-phone p.quote a {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
  }
  body.page .sidebar .free-quote {
    height: 300px;
  }
  .footer-images {
    height: 180px;
  }
  footer .top-section .col-ym-7 {
    clear: left;
    width: 75%;
  }
  footer .top-section .col-ym-2 {
    width: 25%;
  }
  footer .top-section .menu .menu-main-menu-container {
    float: none;
  }
  footer .top-section .menu .menu-main-menu-container ul li:first-child a {
    padding-left: 0;
  }
  footer .top-section .menu .menu-main-menu-container ul li a {
    font-size: 14px;
    padding: 24px 8px;
  }
  body.page.home .section-1 {
    background-position: center right !important;
    padding: 150px 0 100px 0;
  }
  body.page.home .section-1 h1 {
    font-size: 30px;
  }
  body.page.home .section-1 p {
    font-size: 21px;
    width: 100%;
  }
  body.page.home .section-1 p a {
    font-size: 21px;
  }
  body.page.home .section-1 p.work a {
    font-size: 18px;
    padding: 10px 35px;
  }
  body.page.home .section-2 .col-ym-3 h3 {
    font-size: 16px;
  }
  body.page.home .section-2 .col-ym-3 p {
    font-size: 13px;
  }
  body.page.home .section-3 {
    padding: 40px 0 0 0;
  }
  body.page.home .section-3 h2 {
    font-size: 24px;
    padding: 0 !important;
    margin: 0;
  }
  body.page.home .section-3 p {
    font-size: 14px;
    line-height: 21px;
  }
  body.page.home .section-4 {
    padding: 20px 0;
  }
  body.page.home .section-4 .col-ym-6 p {
    font-size: 14px;
    line-height: 21px;
  }
  body.page.home .section-4 .col-ym-6 .btn {
    margin: 0 0 20px 0;
    width: 100%;
  }
  body.page.home .home-swiper {
    margin: 30px 0;
  }
  body.page.home .home-swiper .swiper-slide .swiper-image {
    background-position: center right !important;
    min-height: 300px;
    position: relative;
  }
  body.page.home .home-swiper .swiper-slide .swiper-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
  }
  body.page.home .home-swiper .swiper-slide .swiper-image .slide-content {
    z-index: 999;
  }
  body.page.home .home-swiper .swiper-slide .swiper-image .slide-content h3 {
    font-size: 25px;
  }
  body.page.home .home-swiper .swiper-slide .swiper-image .slide-content p {
    font-size: 15px;
    width: 100%;
    color: #fff;
  }
  body.page.home .home-swiper .swiper-slide .swiper-image .slide-content .btn {
    width: 100%;
  }
  body.page .section-1 {
    text-align: center;
    background-position: center right !important;
    padding: 150px 0 100px 0;
    position: relative;
  }
  body.page .section-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
  }
  body.page .section-1 .title {
    z-index: 999;
  }
  body.page .section-1 h1 {
    font-size: 30px;
  }
  body.page .section-1 p {
    font-size: 20px;
    color: #fff;
    width: 100%;
  }
  body.page .section-1 p.quote a {
    font-size: 18px;
    padding: 10px 35px;
  }
  body.page .the-content .col-ym-9 {
    width: 65%;
  }
  body.page .the-content .col-ym-9 img {
    max-width: 100%;
    height: auto;
  }
  body.page .the-content .col-ym-9 .col-ym-3 {
    width: 33.33%;
    float: left;
  }
  body.page .the-content .col-ym-3 {
    width: 35%;
  }
  body.page .the-content img {
    max-width: 100%;
    height: auto;
  }
  body.page-template-template-contact .the-content .col-ym-5 {
    width: 50%;
  }
  body.page-template-template-contact .the-content .col-ym-1 {
    width: 0;
    padding: 0;
  }
  body.page-template-template-contact .the-content .left p {
    font-size: 14px;
  }
  body.page-template-template-contact .the-content .right form ul li {
    display: inline-block;
    width: 100% !important;
    margin: 0;
    padding-bottom: 10px;
  }
  body.page-template-template-contact .the-content .right form ul li:nth-child(odd) {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
  .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;
  }
  a.page-btn {
    margin-bottom: 5px;
  }
  body.front-end header {
    position: fixed;
    z-index: 9999999;
  }
  body.front-end .mobile-phone {
    display: block;
    z-index: 99999999;
    position: fixed;
    right: 57px;
  }
  body.front-end .mobile-phone p.number {
    margin: 0;
    padding: 0;
  }
  body.front-end .mobile-phone p.number a {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    padding: 14px 7px;
    display: block;
    border-right: 0px solid #555;
  }
  body.front-end .mobile-phone p.number span {
    display: none;
  }
  body.front-end .mobile-phone p.number svg {
    height: 21px;
    bottom: -3px;
  }
  body.front-end .mobile-phone p.quote {
    display: none;
  }
  .footer-images {
    display: block;
    height: auto;
  }
  .footer-images .col-ym-3 {
    width: 50%;
    float: left;
    height: 180px;
  }
  footer {
    text-align: center;
  }
  footer .top-section .logo img {
    max-width: 50%;
  }
  footer .top-section .col-ym-7 {
    width: 100%;
  }
  footer .top-section .col-ym-2 {
    width: 100%;
  }
  footer .top-section .menu .menu-main-menu-container {
    float: none;
  }
  footer .top-section .menu .menu-main-menu-container ul {
    font-size: 0;
    padding: 20px 0 0;
  }
  footer .top-section .menu .menu-main-menu-container ul li {
    width: 100%;
    padding: 0;
  }
  footer .top-section .menu .menu-main-menu-container ul li a {
    padding: 10px 0;
  }
  footer .top-section .phone {
    text-align: center;
  }
  footer .top-section .social-footer {
    float: none;
    text-align: center;
  }
  footer .copyright-section {
    padding: 10px 0 25px;
  }
  footer .copyright-section .credit {
    text-align: center;
    padding: 5px 15px 0;
  }
  body.page.home .section-1 {
    position: relative;
  }
  body.page.home .section-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
  }
  body.page.home .section-1 .title {
    z-index: 999;
  }
  body.page.home .section-1 h1 {
    font-size: 30px;
  }
  body.page.home .section-1 p {
    font-size: 20px;
    color: #fff;
  }
  body.page.home .section-2 {
    padding: 25px 0;
  }
  body.page.home .section-2 .col-ym-3 {
    width: 50%;
    float: left;
  }
  body.page.home .section-4 .col-ym-4 p.read-more {
    margin-bottom: 20px;
  }
  body.page.home .section-4 .col-ym-4 img {
    margin: 0;
  }
  body.page .section-1 h1 {
    font-size: 30px;
  }
  body.page .section-1 p {
    font-size: 20px;
  }
  body.page .the-content {
    padding: 20px 0 40px 0;
  }
  body.page .the-content .page-quote p {
    font-size: 17px;
  }
  body.page .the-content .col-ym-9 {
    width: 100%;
  }
  body.page .the-content .col-ym-9 img {
    max-width: 100%;
    height: auto;
  }
  body.page .the-content .col-ym-3 {
    width: 100%;
  }
  body.page .the-content .col-ym-3 .sidebar {
    padding-bottom: 25px;
  }
  body.page .the-content .col-ym-3 .sidebar .btn {
    display: none;
  }
  body.page.page-id-51 .the-content .vc_col-sm-3 {
    width: 50%;
    float: left;
  }
  body.page-template-template-contact .the-content .col-ym-5 {
    width: 100%;
  }
  body.page-template-template-contact .the-content .left p {
    font-size: 14px;
  }
  body.blog .meta .title h1 {
    font-size: 30px;
    margin: 55px 0 0;
  }
  body.blog .meta .breadcrumb {
    text-align: left;
  }
  body.single-post .meta .title h3 {
    font-size: 30px;
    margin: 55px 0 0;
  }
  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;
  }
}
@media only screen and (max-width: 768px) {
  body.page-template-template-contact .the-content {
    padding-bottom: 70px;
  }
  footer .top-section .menu .menu-footer-container ul li a {
    font-size: 14px;
    padding: 10px;
  }
  footer .top-section .menu .menu-footer-container ul {
    padding: 30px 0px 30px 0px;
  }
  body.page.home .section-4 .col-ym-4 img {
    width: 100%;
  }
  body.page.home .section-4 .col-ym-4 .ca-image img {
    width: auto;
  }
  body.page.home .section-4 .col-ym-8 {
    padding: 0px 20px 70px 20px;
  }
  body.page.home .section-3 h2 {
    padding: 0px 0px 120px 0px;
  }
  body.page.home .section-2 .col-ym-3 h3 {
    font-size: 15px;
  }
  body.page .section-1 {
    padding: 120px 0px 100px 0px;
  }
  body.page.home .section-4 h2 {
    font-size: 30px;
  }
  body.page.home .latest-blog {
    background: #fff;
    padding: 0px 0px 55px 0;
  }
  body.page.home .latest-blog .section-title h3 {
    font-size: 30px;
    text-align: left;
  }
}
