@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaina|Kavoon|Open+Sans:300,400,600,700|Pacifico:300,400,600,700');
@charset "UTF-8";
.ym-container {
  width: 1140px;
  margin: 0 auto;
}
.col-ym-12,
.col-ym-11,
.col-ym-10,
.col-ym-9,
.col-ym-8,
.col-ym-7,
.col-ym-6,
.col-ym-5,
.col-ym-4,
.col-ym-3,
.col-ym-2,
.col-ym-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-ym-12 {
  width: 100%;
  float: left;
}
.col-ym-11 {
  width: 91.66666667%;
  float: left;
}
.col-ym-10 {
  width: 83.33333333%;
  float: left;
}
.col-ym-9 {
  width: 75%;
  float: left;
}
.col-ym-8 {
  width: 66.66666667%;
  float: left;
}
.col-ym-7 {
  width: 58.33333333%;
  float: left;
}
.col-ym-6 {
  width: 50%;
  float: left;
}
.col-ym-5 {
  width: 41.66666667%;
  float: left;
}
.col-ym-4 {
  width: 33.33333333%;
  float: left;
}
.col-ym-3 {
  width: 25%;
  float: left;
}
.col-ym-2 {
  width: 16.66666667%;
  float: left;
}
.col-ym-1 {
  width: 8.33333333%;
  float: left;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,0.75,1);
    transform: scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform: scale3d(0.75,1.25,1);
    transform: scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,0.85,1);
    transform: scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,0.75,1);
    transform: scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform: scale3d(0.75,1.25,1);
    transform: scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,0.85,1);
    transform: scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
}
.acf-hidden {
  display: none;
}
body.front-end * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6,
body.front-end p,
body.front-end ul,
body.front-end ol,
body.front-end pre,
body.front-end blockquote,
body.front-end textarea,
body.front-end button {
  margin-bottom: 0 0 20px 0;
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 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 ul,
body.front-end ol {
  margin-left: 10px;
  padding-left: 20px;
}
body.front-end blockquote {
  display: block;
  opacity: .95;
  border-left: 4px solid;
  border-left-color: #ddd;
  padding: 0 10px;
  font-style: italic;
  margin-left: 10px;
}
body.front-end blockquote p:last-child {
  margin-bottom: 10px;
}
body.front-end pre {
  font-family: Consolas, "Courier New", Courier, mono;
  background: black;
  font-size: 12px;
  background: rgba(0,0,0,0.9);
  color: #eee;
  padding: 10px 20px;
}
body.front-end .clear {
  clear: both;
}
header {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px;
}
header .mobile-menu,
header .res-btn {
  display: none;
}
header .logo {
  display: inline-block;
  position: relative;
  width: auto;
}
header .logo h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
header .logo h3 a {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
header .logo a {
  display: block;
  position: relative;
  padding: 12px 0;
}
header .logo a img {
  display: block;
  position: relative;
  width: 207px;
  height: 76px;
}
header .right {
  text-align: right;
  float: right;
  width: 79%;
  display: inline-block;
  position: relative;
}
header .right .phone-number {
  margin: 13px 0 0;
  line-height: 1em;
  height: 38px;
}
header .right .phone-number a {
  font-size: 28px;
  color: #d44a96;
  font-weight: 400;
  font-family: 'Baloo Bhaina', cursive;
}
header .right .phone-number a img {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 26px;
  margin-right: 15px;
}
header .right .phone-number .btn {
  display: inline-block !important;
  position: relative;
  float: right;
  font-size: 21px !important;
  color: #ffffff;
  background-color: #45c4ca;
  border-radius: 8px;
  padding: 12px 24px 6px;
  margin-left: 20px;
  margin-top: -6px;
  line-height: 1em !important;
  border-bottom: 5px solid #3aacb1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
header .right .phone-number .btn:hover {
  background-color: #3aacb1;
  margin-top: -1px;
  border-bottom: 0px;
}
header .right .menu-main-nav-container {
  display: block;
  position: relative;
}
header .right .menu-main-nav-container #menu-main-nav {
  margin: 0;
  padding: 0;
}
header .right .menu-main-nav-container #menu-main-nav li {
  display: inline-block;
  list-style-type: none;
  float: left;
  font-weight: 400 !important;
}
header .right .menu-main-nav-container #menu-main-nav li a {
  color: #85888c;
  font-size: 19px;
  font-weight: 400 !important;
  font-family: 'Baloo Bhaina', cursive;
  display: block;
  position: relative;
  padding: 17px 15px 13px;
  line-height: 1em;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
header .right .menu-main-nav-container #menu-main-nav li a:hover {
  color: #d44a96;
}
header .right .menu-main-nav-container #menu-main-nav li ul {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 0px 0;
  margin-top: 0px;
}
header .right .menu-main-nav-container #menu-main-nav li ul li {
  display: block;
  float: none;
  text-align: left;
}
header .right .menu-main-nav-container #menu-main-nav li ul li a {
  background: #45c4ca;
  padding: 10px 15px;
  color: #ffffff;
  display: block;
}
header .right .menu-main-nav-container #menu-main-nav li ul li a:hover {
  text-decoration: none;
  background: #3aacb1;
}
header .right .menu-main-nav-container #menu-main-nav li ul li:last-child a {
  padding-right: 15px !important;
}
header .right .menu-main-nav-container #menu-main-nav li:last-child a {
  padding-right: 0px !important;
}
header .right .menu-main-nav-container #menu-main-nav .current-menu-item a {
  color: #d44a96;
}
header .right .menu-main-nav-container #menu-main-nav .current-menu-item ul li a {
  color: #ffffff;
}
header .right .menu-main-nav-container #menu-main-nav .current-menu-item ul .current-menu-item a {
  color: #d44a96;
}
header .right .menu-main-nav-container #menu-main-nav li:hover ul {
  display: block;
}
header .right .menu-main-nav-container #menu-main-nav li.menu-item-has-children {
  background: url('http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/select-arrow.png') no-repeat right center;
  background-size: 6.5px 5px;
}
header .right .phone-number {
  color: #fff;
  display: inline-block;
}
#testimonial-section {
  min-height: 345px;
  height: auto !important;
  text-align: center;
  padding: 50px 0px !important;
  display: block;
  position: relative;
}
#testimonial-section h2 {
  color: #ffffff;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 0 auto 17px;
  width: 475px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
}
#testimonial-section .tmls {
  display: block;
  position: relative;
}
#testimonial-section .tmls .caroufredsel_wrapper .tmls_container {
  height: auto !important;
}
#testimonial-section .tmls .caroufredsel_wrapper .tmls_container .tmls_item {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 200;
  font-style: italic;
  color: #ffffff;
}
#testimonial-section .tmls .caroufredsel_wrapper .tmls_container .tmls_text {
  line-height: 1.5em !important;
  padding: 0 10% !important;
}
#testimonial-section .tmls .caroufredsel_wrapper .tmls_container .tmls_name {
  font-size: 15px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.5em !important;
}
#enquire-section {
  height: 600px;
  padding: 50px 0;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-enquire-section-bg-blue.jpg") !important;
  background-position: center top;
  background-color: #74ccd1 !important;
}
#enquire-section .col-ym-12 {
  padding: 0px 5px;
}
#enquire-section h2 {
  color: #ffffff;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 0 0 17px 10px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
}
#enquire-section .gform_confirmation_message_1 {
  background-color: #72cccf;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  padding: 10px 0px;
  margin: 10px 0px;
  font-size: 16px;
}
#enquire-section .gform_confirmation_message_1 .gform_confirmation_message_1 {
  padding: 0px !important;
  margin: 0px 10px !important;
}
#enquire-section #gform_wrapper_1 #gform_1 {
  padding: 12px 0 4px;
}
#enquire-section #gform_wrapper_1 #gform_1 .validation_error {
  background-color: #cf1d3b;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  padding: 10px 0px;
  margin: 10px 10px;
  font-size: 14px;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul {
  margin: 0px;
  padding: 0px;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul .gfield_error .ginput_container input,
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul .gfield_error .ginput_container select {
  border: 1px solid #cf1d3b !important;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul li {
  list-style-type: none;
  width: 33.33%;
  float: left;
  margin-bottom: 10px;
  padding: 0px 10px;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul li .gfield_label {
  display: none;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul li .gfield_description.validation_message {
  display: none !important;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container input {
  font-size: 14px;
  font-weight: 200;
  color: #6d6f71;
  padding: 0px;
  border: 1px solid #d2d3d3;
  width: 100%;
  height: 45px;
  text-indent: 40px;
  border-radius: 8px !important;
  text-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 22px 21px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container input::-webkit-input-placeholder,
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container textarea::-webkit-input-placeholder {
  color: #828282;
  opacity: 1 !important;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container input:-moz-placeholder,
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container textarea:-moz-placeholder {
  color: #828282;
  opacity: 1 !important;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container input::-moz-placeholder,
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container textarea::-moz-placeholder {
  color: #828282;
  opacity: 1 !important;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container input:-ms-input-placeholder,
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container textarea:-ms-input-placeholder {
  color: #828282;
  opacity: 1 !important;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul #field_1_1 .ginput_container input {
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-name-contact.png");
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul #field_1_2 .ginput_container input {
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-email-contact.png");
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul #field_1_3 .ginput_container input {
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-phone-contact.png");
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul #field_1_4 {
  display: inline-block;
  position: relative;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul #field_1_4 .ginput_container {
  background-color: #ffffff;
  border-radius: 8px !important;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul #field_1_4 .ginput_container select {
  background-size: 22px 21px;
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid #d2d3d3;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-enquire-contact.png");
  font-size: 14px;
  font-weight: 300;
  color: #6d6f71;
  padding: 0px;
  width: 100%;
  height: 45px;
  text-indent: 18px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  border-radius: 8px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul #field_1_4 .ginput_container:after {
  content: " ";
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-drop-down-pink.png");
  background-repeat: no-repeat;
  background-size: 42px 45px;
  height: 45px;
  width: 42px;
  display: block;
  border-radius: 8px !important;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 10px;
  background-position: center center;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul #field_1_6 .ginput_container input {
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-date-contact.png");
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul #field_1_7 .ginput_container input {
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-location-contact.png");
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul #field_1_5 {
  width: 100%;
  margin: 0px !important;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_body ul #field_1_5 .ginput_container textarea {
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-comment-contact.png");
  background-size: 22px 21px;
  background-position: 10px 15px;
  background-repeat: no-repeat;
  border: 1px solid #d2d3d3;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #6d6f71 !important;
  padding: 15px 0px;
  width: 100%;
  height: 140px;
  text-indent: 40px;
  border-radius: 8px !important;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_footer {
  margin: 0px;
  clear: both;
  display: block;
  padding: 10px 10px 0;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_footer .gform_button {
  width: 100%;
  display: block;
  border: 2px solid #f17aa0;
  text-align: center;
  color: #ffffff;
  background-color: #f17aa0;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  height: 45px;
  border-radius: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#enquire-section #gform_wrapper_1 #gform_1 .gform_footer .gform_button:hover {
  background-color: rgba(255,255,255,0.2);
}
#before-footer {
  margin-top: -94px !important;
  padding: 122px 0 40px;
  height: auto;
}
#before-footer .footer-logo {
  display: inline-block;
  position: relative;
}
#before-footer .footer-logo a {
  display: block;
  position: relative;
}
#before-footer .footer-logo a img {
  display: block;
  position: relative;
  width: 241px;
  height: 91px;
}
#before-footer .col-ym-3 ul {
  margin: 0px;
  padding: 0px;
}
#before-footer .col-ym-3 ul li {
  list-style-type: none;
}
#before-footer .col-ym-3 ul li a {
  color: #828589;
  font-size: 15px;
  font-family: 'Baloo Bhaina', cursive;
  line-height: 1.2em;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#before-footer .col-ym-3 ul li a:hover {
  opacity: .8;
}
#before-footer .col-ym-3 ul li .sub-menu {
  display: none;
}
#before-footer .col-ym-3:nth-child(2) {
  padding-left: 95px;
  width: 22.5%;
}
#before-footer .footer-menu2 {
  width: 25.5%;
}
#before-footer .footer-menu2 #menu-footer-nav-2 li:first-child a {
  font-family: 'Baloo Bhaina', cursive !important;
}
#before-footer .footer-menu2 #menu-footer-nav-2 li a {
  font-family: 'Open Sans', sans-serif;
}
#before-footer .footer-address p {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #828589;
  line-height: 1.5em;
}
#before-footer .footer-address p strong {
  color: #828589;
  font-size: 14px;
  font-family: 'Baloo Bhaina', cursive;
  font-weight: 400 !important;
}
#before-footer .footer-address p a {
  color: #828589;
}
#before-footer .footer-address .facebook {
  display: block;
  position: relative;
  margin-top: 13px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#before-footer .footer-address .facebook img {
  display: block;
  position: relative;
  width: 25px;
  height: auto;
}
#before-footer .footer-address .facebook:hover {
  opacity: .8;
}
footer .copyright-section .ym-container {
  border-top: 1px solid #d5d6d8;
  padding: 25px 0;
}
footer .copyright-section .ym-container p {
  font-size: 12px;
  color: #828589;
  margin: 0;
}
footer .copyright-section .ym-container p a {
  font-size: 12px;
  color: #828589;
  display: inline-block;
  position: relative;
}
footer .copyright-section .ym-container p a img {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0px 0px -5px 4px;
}
footer .copyright-section .ym-container .credit {
  text-align: right;
}
body.home .section-1 {
  height: 530px;
  overflow: hidden;
  background-image: url('http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-clouds2.png'), url('http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-clouds.png'), url('http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-banner-bg.png');
  background-repeat: repeat-x;
  background-position: 0 25%, 0 95%, 0 0, 0 100%, 0 0;
  background-size: auto, auto;
  animation: 90s para infinite linear;
}
body.home .section-1 .left {
  height: 530px;
  display: inline-block;
  position: relative;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  padding: 0 0 0 45px !important;
  justify-content: center;
  text-align: left;
}
body.home .section-1 .left .text-container {
  margin-left: 15px !important;
}
body.home .section-1 .left .text-container h1 {
  color: #ffffff;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 0px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
}
body.home .section-1 .left .text-container h2 {
  color: #d44a96;
  font-family: 'Kavoon', cursive;
  font-weight: 400;
  margin: 0px;
  line-height: 1.6em;
  font-size: 55px;
  white-space: nowrap;
}
body.home .section-1 .left .text-container .btn-container {
  margin: -6px 0 0;
  height: 50px;
  display: block;
  position: relative;
}
body.home .section-1 .left .text-container .btn-container a {
  display: inline-block !important;
  position: relative;
  float: left;
  background-color: #2fcfd0;
  color: #ffffff;
  font-family: 'Baloo Bhaina', cursive;
  font-weight: 400;
  font-size: 21px !important;
  border-radius: 8px;
  padding: 15px 24px 9px;
  margin-right: 9px;
  line-height: 1em !important;
  border-bottom: 5px solid #02b5b7;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.home .section-1 .left .text-container .btn-container a:nth-child(2) {
  background-color: #d6d518;
  border-bottom: 5px solid #aead0e;
}
body.home .section-1 .left .text-container .btn-container a:hover {
  background-color: #02b5b7;
  margin-top: 5px;
  border-bottom: 0px;
}
body.home .section-1 .left .text-container .btn-container a:nth-child(2):hover {
  background-color: #aead0e;
}
body.home .section-1 .right {
  display: inline-block;
  position: relative;
}
body.home .section-1 .right img {
  display: inline-block;
  position: relative;
}
body.home .section-1 .right .show-mobile {
  display: none !important;
}
body.home .section-2 {
  display: block;
  position: relative;
  padding: 30px 0 90px;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto;
  z-index: 9999;
}
body.home .section-2 .col-ym-3 {
  display: inline-block;
  position: relative;
  text-align: center;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-box-line.png");
  background-repeat: no-repeat;
  background-position: right 50px;
  background-color: #ffffff;
  padding-top: 23px;
}
body.home .section-2 .col-ym-3 h2 {
  margin: 0 0 9px;
}
body.home .section-2 .col-ym-3 h2 a {
  font-size: 21px;
  font-weight: 400;
  font-family: 'Baloo Bhaina', cursive;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.home .section-2 .col-ym-3 a {
  pointer-events: none;
  cursor: default;
  display: block;
  position: relative;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.home .section-2 .col-ym-3 a img {
  display: block;
  position: relative;
  margin: 0px auto;
  width: 106px;
  height: 97px;
}
body.home .section-2 .col-ym-3 p {
  line-height: 1.6em;
  margin: 19px auto;
  width: 80%;
  font-size: 14px;
  color: #85888a;
  font-weight: 200;
}
body.home .section-2 .col-ym-3:first-child h2 a {
  color: #2fcfd0;
}
body.home .section-2 .col-ym-3:nth-child(2) h2 a {
  color: #d6d518;
}
body.home .section-2 .col-ym-3:nth-child(3) h2 a {
  color: #f1759d;
}
body.home .section-2 .col-ym-3:nth-child(4) h2 a {
  color: #06ccc1;
}
body.home .section-2 a:hover {
  opacity: .8;
}
body.home .section-3 {
  background-color: #d44a96 !important;
  padding: 140px 0px 0px;
  background-attachment: fixed !important;
  height: 600px;
  margin-top: -94px;
}
body.home .section-3 .ym-container h2 {
  color: #ffffff;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 0px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
}
body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer {
  height: 290px;
}
body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item {
  height: 290px;
  display: inline-block;
  position: relative;
}
body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item h3 {
  color: #ffffff !important;
  font-family: 'Baloo Bhaina', cursive;
  font-size: 24px;
  font-weight: 400;
  margin: 0px;
}
body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item h3 a {
  color: #ffffff !important;
  font-family: 'Baloo Bhaina', cursive;
  font-size: 24px;
  font-weight: 400;
}
body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item p {
  color: #ffffff;
  font-weight: 200;
  margin: 0px;
  font-size: 15px;
  line-height: 1.5em;
}
body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item ul {
  margin: 20px 0px;
  padding: 0px;
}
body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item ul li {
  color: #ffffff;
  font-size: 15px;
  list-style-type: none;
  font-weight: 200;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-li.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px 12px;
  padding-left: 20px;
}
body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item .btn-container {
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
}
body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item .btn-container a {
  display: inline-block !important;
  position: relative;
  float: left;
  background-color: #2fcfd0;
  color: #ffffff;
  font-family: 'Baloo Bhaina', cursive;
  font-weight: 400;
  font-size: 21px !important;
  border-radius: 8px;
  padding: 15px 24px 9px;
  margin-right: 9px;
  line-height: 1em !important;
  border-bottom: 5px solid #02b5b7;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item .btn-container a:nth-child(2) {
  background-color: #d6d518;
  border-bottom: 5px solid #aead0e;
}
body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item .btn-container a:hover {
  background-color: #02b5b7;
  margin-top: 5px;
  border-bottom: 0px;
}
body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item .btn-container a:nth-child(2):hover {
  background-color: #aead0e;
}
body.home .section-3 .ym-container #owl-demo .owl-controls {
  display: block !important;
  position: relative;
}
body.home .section-3 .ym-container #owl-demo .owl-controls .owl-buttons {
  display: block !important;
  position: relative;
}
body.home .section-3 .ym-container #owl-demo .owl-controls .owl-buttons .owl-prev {
  opacity: 1 !important;
  display: inline-block !important;
  position: relative;
  background-color: transparent !important;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-left-btn.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 105px 57px;
  float: left;
  height: 57px;
  margin: -185px 0 0 -150px;
  overflow: visible;
  transition: all 0.2s ease-in-out 0s !important;
  width: 105px;
  z-index: 999;
}
body.home .section-3 .ym-container #owl-demo .owl-controls .owl-buttons .owl-next {
  opacity: 1 !important;
  display: inline-block !important;
  position: relative;
  background-color: transparent !important;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-right-btn.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 105px 57px;
  float: right;
  height: 57px;
  margin: -185px -130px 0 0;
  transition: all 0.2s ease-in-out 0s !important;
  width: 105px;
  z-index: 999;
}
body.home .section-3 .ym-container .col-ym-6:first-child {
  padding-left: 80px;
}
body.home .section-3 .ym-container .col-ym-6 {
  display: inline-block;
  position: relative;
}
body.home .section-3 .ym-container .col-ym-6:nth-child(2) {
  display: inline-block;
  position: relative;
}
body.home .section-3 .ym-container .col-ym-6:nth-child(2) img {
  display: block;
  position: relative;
  margin: 0px auto;
}
body.home .section-4-line {
  margin-top: -19px;
  height: 19px;
}
body.home .section-4 {
  background-color: #4bbec2 !important;
  background-attachment: fixed !important;
  padding: 78px 0px 160px;
}
body.home .section-4 .col-ym-6 {
  display: inline-block;
  position: relative;
}
body.home .section-4 .col-ym-6 .text-container {
  background-color: #ffffff;
  border: 2px solid #f0f0f0;
  border-radius: 3px;
  display: block;
  position: relative;
  padding: 25px;
  box-shadow: 0px 3px 5px 0px rgba(130,133,137,0.72);
}
body.home .section-4 .col-ym-6 .text-container .paper-clip {
  position: absolute;
  margin-top: -62px;
  right: 58px;
  width: 34px;
  height: 78px;
}
body.home .section-4 .col-ym-6 .text-container h2 {
  color: #d85a9f;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 0px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-dark-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
}
body.home .section-4 .col-ym-6 .text-container .content {
  padding: 0 25px 10px;
}
body.home .section-4 .col-ym-6 .text-container .content p {
  font-size: 15px;
  font-weight: 200;
  color: #6d6f71;
  margin: 20px 0;
}
body.home .section-4 .col-ym-6 .text-container .content ul {
  padding: 0px;
  margin: 23px 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
body.home .section-4 .col-ym-6 .text-container .content ul li {
  list-style-type: none;
  font-size: 15px;
  font-weight: 200;
  color: #6d6f71;
  padding: 8px 0 8px 33px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-tick.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 21px 19px;
}
body.home .section-4 .col-ym-6 .text-container .content .video-container {
  margin: 38px 0 52px;
}
body.home .section-4 .col-ym-6 .text-container .content .video-container iframe {
  width: 100%;
  height: 315px;
  display: block;
  position: relative;
}
body.home .section-4 .col-ym-6 .text-container .content .btn-container {
  display: block;
  height: 50px;
  margin: 38px 0 0;
  position: relative;
}
body.home .section-4 .col-ym-6 .text-container .content .btn-container .btn1,
body.home .section-4 .col-ym-6 .text-container .content .btn-container .btn2 {
  display: inline-block !important;
  position: relative;
  float: left;
  background-color: #2fcfd0;
  color: #ffffff;
  font-family: 'Baloo Bhaina', cursive;
  font-weight: 400;
  font-size: 21px !important;
  border-radius: 8px;
  padding: 15px 20px 9px;
  margin-right: 9px;
  line-height: 1em !important;
  border-bottom: 5px solid #02b5b7;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.home .section-4 .col-ym-6 .text-container .content .btn-container .btn2 {
  background-color: #d6d518;
  border-bottom: 5px solid #aead0e !important;
}
body.home .section-4 .col-ym-6 .text-container .content .btn-container .btn1:hover {
  background-color: #02b5b7;
  margin-top: 5px;
  border-bottom: 0px !important;
}
body.home .section-4 .col-ym-6 .text-container .content .btn-container .btn2:hover {
  margin-top: 5px;
  border-bottom: 0px !important;
  background-color: #aead0e;
}
body.home .section-5 {
  text-align: center;
  padding: 0px 0px 60px;
}
body.home .section-5 h2 {
  display: inline-block;
  position: relative;
  color: #d85a9f;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 40px auto 0px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-dark-pink-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
}
body.home .section-5 p {
  margin: 23px 30px 40px;
  font-size: 15px;
  font-weight: 400;
  color: #636363;
}
body.home .section-5 .btn-container {
  display: block;
  position: relative;
  height: 50px;
}
body.home .section-5 .btn-container .btn {
  display: inline-block !important;
  position: relative;
  background-color: #d54f98;
  color: #ffffff;
  font-family: 'Baloo Bhaina', cursive;
  font-weight: 400;
  font-size: 21px !important;
  border-radius: 8px;
  padding: 15px 20px 9px;
  margin-top: 0px;
  line-height: 1em !important;
  border-bottom: 5px solid #a3286b;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.home .section-5 .btn-container .btn:hover {
  background-color: #a3286b;
  margin-top: 5px;
  border-bottom: 0px !important;
}
body.home .section-5:before {
  content: '';
  width: 100%;
  background: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-section2-cloud-bg-vertically.png") repeat-x center bottom / auto;
  display: block;
  position: absolute;
  margin-top: -94px !important;
  padding: 0px !important;
  height: 94px;
}
@keyframes para {
  100% {
    background-position: -5000px 20%, -800px 95%, 500px 0, 1000px 100%, 400px 0;
  }
}
#ui-datepicker-div {
  margin-top: -30px;
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}
#ui-datepicker-div table td.ui-datepicker-unselectable {
  background: #eee;
}
#ui-datepicker-div table td.ui-datepicker-other-month {
  background: #fff;
}
#ui-datepicker-div .ui-datepicker-header {
  padding: 15px;
  background: #fafafa;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  font-size: 15px;
  padding: 0 0 2px;
  width: 50%;
  display: inline-block;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  font-family: 'FontAwesome';
  content: "\f0d9";
  padding-right: 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  font-size: 15px;
  text-align: right;
  padding: 5px;
  width: 50%;
  display: inline-block;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  padding-left: 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  cursor: hand;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header select.ui-datepicker-month {
  margin-right: 4px;
}
#ui-datepicker-div .ui-datepicker-header select {
  font-size: 15px;
  padding: 5px 10px !important;
  border: 1px solid #ddd;
  width: 48%;
}
#ui-datepicker-div table.ui-datepicker-calendar {
  padding: 15px;
  display: block;
  width: 100%;
}
#ui-datepicker-div table.ui-datepicker-calendar th {
  font-weight: 600;
}
#ui-datepicker-div table.ui-datepicker-calendar th,
#ui-datepicker-div table.ui-datepicker-calendar td {
  font-size: 14px;
  text-align: center;
  padding: 1px 5px;
}
body.page-template-template-booking-forms .section-1,
body.page-template-template-faq .section-1,
body.page-template-template-main-packages .section-1,
body.page-template-template-packages .section-1,
body.page-template-template-entertainers .section-1,
body.page-template-template-about .section-1,
body.page-template-template-gallery .section-1,
body.page-template-template-contact .section-1,
body.page-template-template-blog .section-1,
body.single-post .section-1 {
  background-color: #74ccd1 !important;
  padding: 118px 0px 22px;
}
body.page-template-template-booking-forms .section-1 .left,
body.page-template-template-faq .section-1 .left,
body.page-template-template-main-packages .section-1 .left,
body.page-template-template-packages .section-1 .left,
body.page-template-template-entertainers .section-1 .left,
body.page-template-template-about .section-1 .left,
body.page-template-template-gallery .section-1 .left,
body.page-template-template-contact .section-1 .left,
body.page-template-template-blog .section-1 .left,
body.single-post .section-1 .left {
  height: 155px;
  position: relative;
  z-index: 99;
}
body.page-template-template-booking-forms .section-1 .left h1,
body.page-template-template-faq .section-1 .left h1,
body.page-template-template-main-packages .section-1 .left h1,
body.page-template-template-packages .section-1 .left h1,
body.page-template-template-entertainers .section-1 .left h1,
body.page-template-template-about .section-1 .left h1,
body.page-template-template-gallery .section-1 .left h1,
body.page-template-template-contact .section-1 .left h1,
body.page-template-template-blog .section-1 .left h1,
body.single-post .section-1 .left h1 {
  color: #ffffff;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 0px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 6px 0 9px 20px;
  font-size: 40px;
  line-height: 1.5em;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
}
body.page-template-template-booking-forms .section-1 .left h2,
body.page-template-template-faq .section-1 .left h2,
body.page-template-template-main-packages .section-1 .left h2,
body.page-template-template-packages .section-1 .left h2,
body.page-template-template-entertainers .section-1 .left h2,
body.page-template-template-about .section-1 .left h2,
body.page-template-template-gallery .section-1 .left h2,
body.page-template-template-contact .section-1 .left h2,
body.page-template-template-blog .section-1 .left h2,
body.single-post .section-1 .left h2 {
  color: #d44a96;
  font-family: 'Kavoon', cursive;
  font-weight: 400;
  margin: 0px;
  line-height: 1.5em;
  font-size: 40px;
  white-space: nowrap;
}
body.page-template-template-booking-forms .section-1 .right,
body.page-template-template-faq .section-1 .right,
body.page-template-template-main-packages .section-1 .right,
body.page-template-template-packages .section-1 .right,
body.page-template-template-entertainers .section-1 .right,
body.page-template-template-about .section-1 .right,
body.page-template-template-gallery .section-1 .right,
body.page-template-template-contact .section-1 .right,
body.page-template-template-blog .section-1 .right,
body.single-post .section-1 .right {
  display: inline-block;
  position: relative;
  height: 155px;
}
body.page-template-template-booking-forms .section-1 .right img,
body.page-template-template-faq .section-1 .right img,
body.page-template-template-main-packages .section-1 .right img,
body.page-template-template-packages .section-1 .right img,
body.page-template-template-entertainers .section-1 .right img,
body.page-template-template-about .section-1 .right img,
body.page-template-template-gallery .section-1 .right img,
body.page-template-template-contact .section-1 .right img,
body.page-template-template-blog .section-1 .right img,
body.single-post .section-1 .right img {
  display: block;
  position: relative;
  height: 246px;
  margin-top: -67px;
}
body.page-template-template-booking-forms .section-2:before,
body.page-template-template-faq .section-2:before,
body.page-template-template-main-packages .section-2:before,
body.page-template-template-packages .section-2:before,
body.page-template-template-entertainers .section-2:before,
body.page-template-template-about .section-2:before,
body.page-template-template-gallery .section-2:before,
body.page-template-template-contact .section-2:before,
body.page-template-template-blog .section-2:before,
body.single-post .section-2:before {
  content: '';
  width: 100%;
  height: 20px;
  background: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-section-bg-triangle-pink-line.png") repeat-x center bottom / auto;
  display: block;
  position: absolute;
  top: -19px;
}
body.page-template-template-booking-forms .section-2,
body.page-template-template-faq .section-2,
body.page-template-template-main-packages .section-2,
body.page-template-template-packages .section-2,
body.page-template-template-entertainers .section-2,
body.page-template-template-about .section-2,
body.page-template-template-gallery .section-2,
body.page-template-template-contact .section-2,
body.page-template-template-blog .section-2,
body.single-post .section-2 {
  background-color: #d44a96;
  position: relative;
  padding: 40px 0px;
}
body.page-template-template-about .section-2 {
  padding: 40px 0px 90px;
  text-align: center;
}
body.page-template-template-about .section-2 .ym-container {
  padding: 0px 130px;
}
body.page-template-template-about .section-2 .title {
  color: #ffffff;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 0 auto 42px;
  display: inline-block;
  position: relative;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
}
body.page-template-template-about .section-2 .container {
  display: inline-block;
  position: relative;
  float: left;
  width: 33.33%;
}
body.page-template-template-about .section-2 .container img {
  width: 100px;
  height: auto;
}
body.page-template-template-about .section-2 .container hr {
  color: #ffffff;
  background-color: #ffffff;
  margin: 12px auto;
  border: none !important;
  height: 6px;
  width: 30px;
  border-radius: 0px !important;
}
body.page-template-template-about .section-2 .container h2 {
  font-family: 'Pacifico', cursive;
  color: #ffffff;
  margin: 0px 0 26px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2em;
}
body.page-template-template-about .section-2 p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 24px 0px;
}
body.page-template-template-about .section-3 {
  text-align: center;
  padding: 0px 0px 60px;
}
body.page-template-template-about .section-3 h2 {
  display: inline-block;
  position: relative;
  color: #d85a9f;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 40px auto 0px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-dark-pink-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
}
body.page-template-template-about .section-3 p {
  margin: 23px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #636363;
}
body.page-template-template-about .section-3:before {
  content: '';
  width: 100%;
  background: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-section2-cloud-bg-vertically.png") repeat-x center bottom / auto;
  display: block;
  position: absolute;
  margin-top: -94px !important;
  padding: 0px !important;
  height: 94px;
}
body.page-template-template-about .section-4-line {
  margin-top: -19px;
  height: 19px;
}
body.page-template-template-about .section-4 {
  background-color: #4bbec2 !important;
  background-attachment: fixed !important;
  padding: 60px 0px 67px;
}
body.page-template-template-about .section-4 .title {
  color: #ffffff;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 0 auto 42px;
  width: 135px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
}
body.page-template-template-about .section-4 .col-ym-6 {
  display: inline-block;
  position: relative;
}
body.page-template-template-about .section-4 .col-ym-6 .text-container {
  background-color: #ffffff;
  border: 2px solid #f0f0f0;
  border-radius: 3px;
  display: block;
  position: relative;
  padding: 25px;
  box-shadow: 0px 3px 5px 0px rgba(130,133,137,0.72);
  height: 590px;
}
body.page-template-template-about .section-4 .col-ym-6 .text-container .paper-clip {
  position: absolute;
  margin-top: -62px;
  right: 58px;
  width: 34px;
  height: 78px;
}
body.page-template-template-about .section-4 .col-ym-6 .text-container h2 {
  color: #d85a9f;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 0px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-dark-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
}
body.page-template-template-about .section-4 .col-ym-6 .text-container .content {
  padding: 0 25px 10px;
}
body.page-template-template-about .section-4 .col-ym-6 .text-container .content p {
  font-size: 15px;
  font-weight: 200;
  color: #6d6f71;
  margin: 20px 0;
}
body.page-template-template-about .section-4 .col-ym-6 .text-container .content ul {
  padding: 0px;
  margin: 23px 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
body.page-template-template-about .section-4 .col-ym-6 .text-container .content ul li {
  list-style-type: none;
  font-size: 15px;
  font-weight: 200;
  color: #6d6f71;
  padding: 0px 0 6px 33px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-star-tick.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
body.page-template-template-about .section-4 .col-ym-6 .text-container .content .video-container {
  margin: 38px 0 52px;
}
body.page-template-template-about .section-4 .col-ym-6 .text-container .content .video-container iframe {
  width: 100%;
  height: 315px;
  display: block;
  position: relative;
}
body.page-template-template-about .section-4 .col-ym-6 .text-container .content .btn-container {
  display: block;
  height: 50px;
  margin: 38px 0 0;
  position: relative;
}
body.page-template-template-about .section-4 .col-ym-6 .text-container .content .btn-container .btn1,
body.page-template-template-about .section-4 .col-ym-6 .text-container .content .btn-container .btn2 {
  display: inline-block !important;
  position: relative;
  float: left;
  background-color: #2fcfd0;
  color: #ffffff;
  font-family: 'Baloo Bhaina', cursive;
  font-weight: 400;
  font-size: 21px !important;
  border-radius: 8px;
  padding: 15px 20px 9px;
  margin-right: 9px;
  line-height: 1em !important;
  border-bottom: 5px solid #02b5b7;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.page-template-template-about .section-4 .col-ym-6 .text-container .content .btn-container .btn2 {
  background-color: #d6d518;
  border-bottom: 5px solid #aead0e !important;
}
body.page-template-template-about .section-4 .col-ym-6 .text-container .content .btn-container .btn1:hover {
  background-color: #02b5b7;
  margin-top: 5px;
  border-bottom: 0px !important;
}
body.page-template-template-about .section-4 .col-ym-6 .text-container .content .btn-container .btn2:hover {
  margin-top: 5px;
  border-bottom: 0px !important;
  background-color: #aead0e;
}
body.page-template-template-entertainers .section-2 {
  padding: 68px 0px 60px;
}
body.page-template-template-entertainers .section-2 .container {
  width: 33.33%;
  float: left;
  display: inline-block;
  position: relative;
  padding: 0px 15px;
  margin-bottom: 35px;
}
body.page-template-template-entertainers .section-2 .container .inner {
  background-color: #ffffff;
  padding: 17px 15px;
  text-align: center;
  border-radius: 8px !important;
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.3);
  height: 505px;
}
body.page-template-template-entertainers .section-2 .container .inner h2 {
  display: block;
  position: relative;
  font-family: 'Kavoon', cursive;
  font-weight: normal !important;
  font-size: 30px;
  color: #d44a96;
  width: auto;
  margin: 19px auto 0px;
  line-height: 1.5em;
}
body.page-template-template-entertainers .section-2 .container .inner h3 {
  color: #6fc5ca;
  font-size: normal !important;
  font-family: 'Baloo Bhaina', cursive;
  margin: 0px;
  line-height: 1.5em;
}
body.page-template-template-entertainers .section-2 .container .inner .img-container {
  display: block;
  position: relative;
  margin: 0px auto;
  border-radius: 208px;
  border: 10px solid #74ccd1;
  width: 208px;
  height: 208px;
  overflow: hidden;
}
body.page-template-template-entertainers .section-2 .container .inner .img-container img {
  display: block;
  position: relative;
  width: 188px;
  height: 188px;
  background-color: #4aa5c7;
}
body.page-template-template-entertainers .section-2 .container .inner p {
  font-size: 15px;
  font-weight: 400;
  color: #636363;
  margin: 10px 15px;
}
body.page-template-template-gallery .section-2 {
  padding: 20px 0px 110px;
}
body.page-template-template-gallery .section-2 .container h2 {
  display: block;
  position: relative;
  color: #ffffff;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 48px 30px 27px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 6px 0 9px 30px;
  font-size: 40px;
  line-height: 1.5em;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
}
body.page-template-template-gallery .section-2 .container .image-container {
  height: 296px !important;
  overflow: hidden;
  display: block;
  position: relative;
}
body.page-template-template-contact .testimonial-section,
body.page-template-template-contact .enquire-section {
  display: none !important;
}
body.page-template-template-contact .section-2 {
  padding: 100px 0px 0px;
}
body.page-template-template-contact .section-2 .col-ym-6 {
  margin-bottom: 175px;
}
body.page-template-template-contact .section-2 .col-ym-6 .inner {
  background-color: #f8f7f7;
  border-radius: 2px;
  padding: 40px 37px;
  border: 2px solid #f0f0f0;
  box-shadow: 0px 3px 5px 0px rgba(137,137,137,0.72);
}
body.page-template-template-contact .section-2 .col-ym-6 .inner .paper-clip {
  position: absolute;
  margin-top: -77px;
  right: 95px;
  width: 34px;
  height: 78px;
}
body.page-template-template-contact .section-2 .col-ym-6 .inner h2 {
  color: #58b7ba;
  font-family: 'Pacifico', cursive;
  font-weight: 400 !important;
  margin: 0 auto 17px;
  width: 475px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-blue-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
  text-shadow: none !important;
}
body.page-template-template-contact .section-2 .col-ym-6 .inner h3 {
  color: #828589;
  font-weight: 400 !important;
  font-size: 25px;
  font-family: 'Baloo Bhaina', cursive;
  margin: 56px 0px 0px;
  line-height: 1.7em;
}
body.page-template-template-contact .section-2 .col-ym-6 .inner img {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 47px auto 0px;
}
body.page-template-template-contact .section-2 .col-ym-6 .inner p {
  font-size: 15px;
  color: #636363;
  margin: 10px 0px;
}
body.page-template-template-contact .section-2 .col-ym-6 .inner p strong {
  color: #58b7ba;
  font-family: 'Baloo Bhaina', cursive;
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin-right: 6px;
  font-size: 18px;
}
body.page-template-template-contact .section-2 .col-ym-6 .inner p a {
  font-size: 15px;
  color: #636363;
  font-weight: 400;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner h2 {
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-pink-bg.png") !important;
  color: #f1759d !important;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner p {
  color: #636363;
  font-size: 15px;
  font-weight: 400;
  margin: 24px 10px 20px;
  line-height: 1.6em;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner .gform_confirmation_message_1 {
  background-color: #72cccf;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  padding: 10px 0px;
  margin: 10px 0px;
  font-size: 16px;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner .gform_confirmation_message_1 .gform_confirmation_message_1 {
  padding: 0px !important;
  margin: 0px 10px !important;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 {
  padding: 12px 0 4px;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .validation_error {
  background-color: #cf1d3b;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  padding: 10px 0px;
  margin: 10px 10px;
  font-size: 14px;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul {
  margin: 0px;
  padding: 0px;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul .gfield_error .ginput_container input,
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul .gfield_error .ginput_container select {
  border: 1px solid #cf1d3b !important;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li {
  list-style-type: none;
  width: 50%;
  float: left;
  margin-bottom: 20px;
  padding: 0px 10px;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li .gfield_label {
  display: none;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li .gfield_description.validation_message {
  display: none !important;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container input {
  font-size: 14px;
  font-weight: 200;
  color: #6d6f71;
  padding: 0px;
  border: 1px solid #d2d3d3;
  width: 100%;
  height: 45px;
  text-indent: 40px;
  border-radius: 8px !important;
  text-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 22px 21px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container input::-webkit-input-placeholder,
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container textarea::-webkit-input-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container input:-moz-placeholder,
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container textarea:-moz-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container input::-moz-placeholder,
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container textarea::-moz-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container input:-ms-input-placeholder,
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container textarea:-ms-input-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul #field_1_1 .ginput_container input {
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-name-contact.png");
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul #field_1_2 .ginput_container input {
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-email-contact.png");
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul #field_1_3 .ginput_container input {
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-phone-contact.png");
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul #field_1_4 {
  display: inline-block;
  position: relative;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul #field_1_4 .ginput_container {
  background-color: #ffffff;
  border-radius: 8px !important;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul #field_1_4 .ginput_container select {
  background-size: 22px 21px;
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid #d2d3d3;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-enquire-contact.png");
  font-size: 14px;
  font-weight: 300;
  color: #6d6f71;
  padding: 0px;
  width: 100%;
  height: 45px;
  text-indent: 18px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  border-radius: 8px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul #field_1_4 .ginput_container:after {
  content: " ";
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-drop-down-pink.png");
  background-repeat: no-repeat;
  background-size: 42px 45px;
  height: 45px;
  width: 42px;
  display: block;
  border-radius: 8px !important;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 10px;
  background-position: center center;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul #field_1_6 .ginput_container input {
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-date-contact.png");
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul #field_1_7 .ginput_container input {
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-location-contact.png");
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul #field_1_5 {
  width: 100%;
  margin: 0px !important;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul #field_1_5 .ginput_container textarea {
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-comment-contact.png");
  background-size: 22px 21px;
  background-position: 10px 15px;
  background-repeat: no-repeat;
  border: 1px solid #d2d3d3;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #6d6f71 !important;
  padding: 15px 0px;
  width: 100%;
  height: 185px;
  text-indent: 40px;
  border-radius: 8px !important;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_footer {
  margin: 0px;
  clear: both;
  display: block;
  padding: 22px 10px 0;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_footer .gform_button {
  width: 100%;
  display: block;
  border: 2px solid #f17aa0;
  text-align: center;
  color: #ffffff;
  background-color: #f17aa0;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  height: 45px;
  border-radius: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_footer .gform_button:hover {
  opacity: .8;
  color: #f17aa0;
  background-color: transparent;
}
body.page-template-template-contact img.gform_ajax_spinner {
  display: none !important;
}
body.page-template-template-contact .section-2:after {
  content: '';
  width: 100%;
  background: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-section2-cloud-bg-vertically.png") repeat-x center bottom / auto;
  display: block;
  position: absolute;
  margin-top: -94px !important;
  padding: 0px !important;
  height: 94px;
}
body.page-template-template-blog .section-2 {
  padding: 60px 0px;
}
body.page-template-template-blog .section-2 .content {
  padding: 0px !important;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing {
  margin: 0px;
  padding: 0px;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li {
  display: inline-block;
  position: relative;
  width: 33.33%;
  padding: 0px 15px;
  float: left;
  margin: 0px;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box {
  display: block;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 28px;
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.3);
  border-radius: 8px !important;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .featured-image {
  display: block;
  position: relative;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .featured-image a {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .featured-image a img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .featured-image a:hover {
  opacity: .8;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .article-content {
  display: block;
  position: relative;
  padding: 10px 30px 32px;
  height: 180px;
  background-color: #f8f7f7;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .article-content h4 {
  margin: 0px;
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #d44a96;
  height: 43px;
  overflow: hidden;
  font-family: 'Pacifico', cursive;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .article-content h4 a {
  display: block;
  position: relative;
  color: #d44a96;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Pacifico', cursive;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .article-content h4 a:hover {
  opacity: .8;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .article-content .date {
  font-family: 'Baloo Bhaina', cursive;
  margin: 0px;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #d44a96;
  line-height: 1em;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .article-content hr {
  color: #dadada;
  background-color: #dadada;
  margin: 21px auto 18px;
  height: 1px;
  width: 78px;
  border: none !important;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .article-content .excerpt {
  font-size: 14px;
  font-weight: 400;
  color: #636363;
  margin: 7px 0px 16px;
  padding: 0px 0px;
  line-height: 1.3em;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .article-content .btn {
  font-family: 'Baloo Bhaina', cursive !important;
  display: inline-block !important;
  font-weight: 400;
  position: relative;
  font-size: 13px !important;
  color: #ffffff;
  background-color: #45c4ca;
  border-radius: 8px;
  padding: 9px 18px;
  height: 32px;
  margin-top: -2px;
  line-height: 1em !important;
  border-bottom: 5px solid #3aacb1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .article-content .btn:hover {
  background-color: #3aacb1;
  margin-top: 0px;
  border-bottom: 0px;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-btn-wrap {
  clear: both;
  display: block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 0px;
  text-align: left;
  height: 63px;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-btn-wrap #load-more {
  font-family: 'Baloo Bhaina', cursive !important;
  display: inline-block !important;
  font-weight: 400;
  position: relative;
  font-size: 21px !important;
  color: #ffffff;
  background-color: #45c4ca;
  border-radius: 8px;
  padding: 14px 18px;
  height: 50px;
  margin-top: -6px;
  line-height: 1em !important;
  border-bottom: 5px solid #3aacb1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.page-template-template-blog .section-2 .content #ajax-load-more .alm-btn-wrap #load-more:hover {
  background-color: #3aacb1;
  margin-top: -1px;
  border-bottom: 0px;
}
body.single-post .section-2 {
  padding: 60px 0px !important;
}
body.single-post .section-2 .content .inner {
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.3);
  border-radius: 8px !important;
  display: block;
  position: relative;
  padding: 28px 65px 50px;
}
body.single-post .section-2 .content .inner .top {
  margin-bottom: 18px;
}
body.single-post .section-2 .content .inner .top .date {
  float: left !important;
  width: auto;
  display: inline-block;
  position: relative;
}
body.single-post .section-2 .content .inner .top .date p {
  color: #d44a96;
  font-size: 25px;
  font-family: 'Baloo Bhaina', cursive !important;
  margin: 0px;
}
body.single-post .section-2 .content .inner .top .addthis_sharing_toolbox {
  float: right;
  width: auto;
  display: inline-block;
  position: relative;
  clear: none !important;
  margin-right: -5px;
}
body.single-post .section-2 .content .inner .top .addthis_sharing_toolbox .at-svc-print {
  display: none !important;
}
body.single-post .section-2 .content .inner p {
  font-size: 15px;
  font-weight: 400;
  color: #636363;
}
body.single-post .section-2 .content .inner img {
  border: 1px solid #ebebeb;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 42px;
}
body.single-post .section-2 .content .next-prev-posts {
  display: block;
  position: relative;
  margin: 48px 0px 0px;
}
body.single-post .section-2 .content .next-prev-posts .col-ym-6 {
  width: auto;
  display: inline-block;
  position: relative;
  padding: 0px !important;
}
body.single-post .section-2 .content .next-prev-posts .col-ym-6 a {
  display: block;
  position: relative;
  font-family: 'Baloo Bhaina', cursive !important;
  display: inline-block !important;
  font-weight: 400;
  font-size: 21px !important;
  color: #ffffff;
  background-color: #45c4ca;
  border-radius: 8px;
  padding: 18px 28px 10px;
  height: auto;
  margin-top: -2px;
  line-height: 1em !important;
  border-bottom: 5px solid #3aacb1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.single-post .section-2 .content .next-prev-posts .col-ym-6 a:hover {
  background-color: #3aacb1;
  margin-top: 0px;
  border-bottom: 0px;
}
body.single-post .section-2 .content .next-prev-posts .previous {
  float: left;
}
body.single-post .section-2 .content .next-prev-posts .next {
  float: right;
  text-align: right;
}
body.single-post .section-2 .sidebar {
  padding-left: 50px;
}
body.single-post .section-2 .sidebar h2 {
  margin: 0px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Kavoon', cursive;
  line-height: 1em;
}
body.single-post .section-2 .sidebar ul {
  margin: 20px 0px 0px;
  padding: 0px;
}
body.single-post .section-2 .sidebar ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
body.single-post .section-2 .sidebar ul li a {
  color: #ffffff;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-li-bg.png");
  background-size: 7px 10px;
  background-position: left 4px;
  background-repeat: no-repeat;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
body.page-template-template-enquiry-thank-you .section-1,
body.page-template-template-thank-you .section-1,
body.error404 .section-1 {
  padding: 50px 30px 100px;
  display: block;
  position: relative;
  margin-bottom: 80px;
}
body.page-template-template-enquiry-thank-you .section-1 h1,
body.page-template-template-thank-you .section-1 h1,
body.error404 .section-1 h1 {
  font-size: 150px;
  font-weight: 300;
  color: #85888c;
  text-align: center;
  margin: 0;
  line-height: 1em;
}
body.page-template-template-enquiry-thank-you .section-1 .thanks,
body.page-template-template-thank-you .section-1 .thanks,
body.error404 .section-1 .thanks {
  font-size: 30px !important;
  font-weight: 300;
  color: #85888c;
  text-align: center;
  margin: 30px 0px 0px;
  line-height: 1.3em !important;
}
body.page-template-template-enquiry-thank-you .section-1 p,
body.page-template-template-thank-you .section-1 p,
body.error404 .section-1 p {
  text-align: center;
  color: #85888a;
  font-size: 15px;
  line-height: 1.5em;
}
body.page-template-template-enquiry-thank-you .section-1 .btn,
body.page-template-template-thank-you .section-1 .btn,
body.error404 .section-1 .btn {
  display: block;
  position: relative;
  margin-top: 30px;
  height: 30px;
}
body.page-template-template-enquiry-thank-you .section-1 .btn a,
body.page-template-template-thank-you .section-1 .btn a,
body.error404 .section-1 .btn a {
  font-family: 'Baloo Bhaina', cursive;
  display: inline-block !important;
  position: relative;
  font-size: 21px !important;
  color: #ffffff;
  background-color: #45c4ca;
  border-radius: 8px;
  padding: 12px 24px 6px;
  margin-top: -6px;
  line-height: 1em !important;
  border-bottom: 5px solid #3aacb1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.page-template-template-enquiry-thank-you .section-1 .btn a:hover,
body.page-template-template-thank-you .section-1 .btn a:hover,
body.error404 .section-1 .btn a:hover {
  background-color: #3aacb1;
  margin-top: -1px;
  border-bottom: 0px;
}
body.page-template-template-enquiry-thank-you #testimonial-section,
body.page-template-template-enquiry-thank-you #enquire-section,
body.page-template-template-thank-you #testimonial-section,
body.page-template-template-thank-you #enquire-section,
body.error404 #testimonial-section,
body.error404 #enquire-section {
  display: none;
}
body.page-template-template-enquiry-thank-you #before-footer,
body.page-template-template-thank-you #before-footer,
body.error404 #before-footer {
  margin-top: 0px;
  clear: both;
  padding-top: 0px;
  display: block;
  position: relative;
  background-image: none !important;
}
body.page-template-template-enquiry-thank-you #before-footer .ym-container,
body.page-template-template-thank-you #before-footer .ym-container,
body.error404 #before-footer .ym-container {
  border-top: 1px solid #d5d6d8;
  padding-top: 60px;
}
body.page-template-template-main-packages .section-2 {
  padding: 80px 0px 70px;
}
body.page-template-template-main-packages .section-2 .ym-container {
  padding: 0px 15px;
}
body.page-template-template-main-packages .section-2 .private-events-container {
  display: block;
  position: relative;
  background-color: #f8f7f7;
  box-shadow: 0px 3px 5px 0px rgba(137,137,137,0.72);
  padding: 37px 0px 32px;
  margin-bottom: 38px;
}
body.page-template-template-main-packages .section-2 .private-events-container .title {
  color: #05c2b7;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 0 45px 26px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-green-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner:nth-child(2) {
  border-right: 1px solid #cccccc;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner:nth-child(2) h2 {
  color: #05c2b7;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner:nth-child(2) h2 a {
  color: #05c2b7;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner:nth-child(2) .btn-container .btn1,
body.page-template-template-main-packages .section-2 .private-events-container .inner:nth-child(2) .btn-container .btn2 {
  background-color: #05c2b7;
  border-bottom: 5px solid #019189;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner:nth-child(2) .btn-container .btn2 {
  background-color: #13928b;
  border-bottom: 5px solid #0e6f6a !important;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner:nth-child(2) .btn-container .btn1:hover {
  background-color: #019189;
  border-bottom: 0px !important;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner:nth-child(2) .btn-container .btn2:hover {
  background-color: #0e6f6a;
  border-bottom: 0px !important;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner {
  float: left;
  width: 50%;
  display: inline-block;
  position: relative;
  padding: 0px 45px;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner .img-container {
  display: block;
  position: relative;
  margin-bottom: 27px;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner .img-container a {
  display: block;
  position: relative;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner .img-container a img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner .img-container a:hover {
  opacity: .8;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner h2 {
  color: #c7c60e;
  margin: 0px;
  font-size: 25px;
  font-weight: 400 !important;
  font-family: 'Baloo Bhaina', cursive;
  line-height: 1.5em;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner h2 a {
  color: #c7c60e;
  font-size: 25px;
  font-weight: 400 !important;
  font-family: 'Baloo Bhaina', cursive;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner h2 a:hover {
  opacity: .8;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner h3 {
  color: #828589;
  font-family: 'Baloo Bhaina', cursive;
  line-height: 1em;
  font-weight: 400;
  margin: 6px 0px;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner p {
  display: block;
  position: relative;
  color: #636363;
  font-size: 15px;
  font-weight: 400;
  margin: 16px 0px;
  height: 66px;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner .btn-container {
  display: block;
  height: 55px;
  margin: 24px 0 0;
  position: relative;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner .btn-container .btn1,
body.page-template-template-main-packages .section-2 .private-events-container .inner .btn-container .btn2 {
  display: inline-block !important;
  position: relative;
  float: left;
  background-color: #d6d518;
  color: #ffffff;
  font-family: 'Baloo Bhaina', cursive;
  font-weight: 400;
  font-size: 21px !important;
  border-radius: 8px;
  padding: 15px 20px 9px;
  margin-right: 9px;
  line-height: 1em !important;
  border-bottom: 5px solid #aead0e;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner .btn-container .btn2 {
  background-color: #bebd0b;
  border-bottom: 5px solid #999808 !important;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner .btn-container .btn1:hover {
  background-color: #aead0e;
  margin-top: 5px;
  border-bottom: 0px !important;
}
body.page-template-template-main-packages .section-2 .private-events-container .inner .btn-container .btn2:hover {
  margin-top: 5px;
  border-bottom: 0px !important;
  background-color: #999808;
}
body.page-template-template-main-packages .section-2 .workshops-container {
  float: right !important;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .title {
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-green-bg.png") !important;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner h2 {
  color: #05c2b7 !important;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner h2 a {
  color: #05c2b7 !important;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container .btn1,
body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container .btn2 {
  background-color: #05c2b7 !important;
  border-bottom: 5px solid #019189 !important;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container .btn2 {
  background-color: #13928b;
  border-bottom: 5px solid #0e6f6a !important;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container .btn1:hover {
  background-color: #019189 !important;
  border-bottom: 0px;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container .btn2:hover {
  background-color: #0e6f6a !important;
  border-bottom: 0px;
}
body.page-template-template-main-packages .section-2 .workshops-container,
body.page-template-template-main-packages .section-2 .corporate-events-container {
  float: left;
  width: 48.6%;
  display: inline-block;
  position: relative;
  background-color: #f8f7f7;
  box-shadow: 0px 3px 5px 0px rgba(137,137,137,0.72);
  padding: 37px 0px 32px;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner {
  padding: 0px 45px;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .img-container,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner .img-container {
  display: block;
  position: relative;
  margin-bottom: 27px;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .img-container a,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner .img-container a {
  display: block;
  position: relative;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .img-container a img,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner .img-container a img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .img-container a:hover,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner .img-container a:hover {
  opacity: .8;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .title,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner .title {
  color: #f1759d;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 0 0px 26px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-pink-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner h2,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner h2 {
  color: #f1759d;
  margin: 0px;
  font-size: 25px;
  font-weight: 400 !important;
  font-family: 'Baloo Bhaina', cursive;
  line-height: 1.5em;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner h2 a,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner h2 a {
  color: #f1759d;
  font-size: 25px;
  font-weight: 400 !important;
  font-family: 'Baloo Bhaina', cursive;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner h2 a:hover,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner h2 a:hover {
  opacity: .8;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner p,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner p {
  display: block;
  position: relative;
  color: #636363;
  font-size: 15px;
  font-weight: 400;
  margin: 16px 0px;
  height: 66px;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner .btn-container {
  display: block;
  height: 55px;
  margin: 24px 0 0;
  position: relative;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container .btn1,
body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container .btn2,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner .btn-container .btn1,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner .btn-container .btn2 {
  display: inline-block !important;
  position: relative;
  float: left;
  background-color: #f1759d;
  color: #ffffff;
  font-family: 'Baloo Bhaina', cursive;
  font-weight: 400;
  font-size: 21px !important;
  border-radius: 8px;
  padding: 15px 20px 9px;
  margin-right: 9px;
  line-height: 1em !important;
  border-bottom: 5px solid #cb6284;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container .btn2,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner .btn-container .btn2 {
  background-color: #bf4a70;
  border-bottom: 5px solid #8b2c4b;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container .btn1:hover,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner .btn-container .btn1:hover {
  background-color: #cb6284;
  margin-top: 5px;
  border-bottom: 0px;
}
body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container .btn2:hover,
body.page-template-template-main-packages .section-2 .corporate-events-container .inner .btn-container .btn2:hover {
  margin-top: 5px;
  border-bottom: 0px;
  background-color: #8b2c4b;
}
body.page-id-362 .includes {
  display: none !important;
}
body.page-id-362 .duration {
  margin-bottom: 0px !important;
}
body.page-template-template-packages .section-2 {
  padding: 75px 0px 55px;
}
body.page-template-template-packages .section-2 .container:nth-child(2) .inner-container .text-container .ideal-container {
  background-color: #05c5c7;
}
body.page-template-template-packages .section-2 .container:nth-child(2) .inner-container .text-container h2 {
  color: #05c5c7;
}
body.page-template-template-packages .section-2 .container:nth-child(2) .inner-container .text-container p strong {
  color: #05c5c7;
}
body.page-template-template-packages .section-2 .container:nth-child(2) .inner-container .text-container .duration strong {
  color: #05c5c7;
}
body.page-template-template-packages .section-2 .container:nth-child(2) .inner-container .text-container .includes {
  color: #05c5c7;
}
body.page-template-template-packages .section-2 .container:nth-child(2) .inner-container .text-container .btn-container .btn1,
body.page-template-template-packages .section-2 .container:nth-child(2) .inner-container .text-container .btn-container .btn2 {
  background-color: #05c5c7;
  border-bottom: 5px solid #039192;
}
body.page-template-template-packages .section-2 .container:nth-child(2) .inner-container .text-container .btn-container .btn2 {
  background-color: #18a7a8;
  border-bottom: 5px solid #0d7677;
}
body.page-template-template-packages .section-2 .container:nth-child(2) .inner-container .text-container .btn-container .btn1:hover {
  background-color: #039192;
  border-bottom: 0px;
}
body.page-template-template-packages .section-2 .container:nth-child(2) .inner-container .text-container .btn-container .btn2:hover {
  background-color: #0d7677;
  border-bottom: 0px;
}
body.page-template-template-packages .section-2 .container:nth-child(3) .inner-container .text-container .ideal-container {
  background-color: #e16b91;
}
body.page-template-template-packages .section-2 .container:nth-child(3) .inner-container .text-container h2 {
  color: #e16b91;
}
body.page-template-template-packages .section-2 .container:nth-child(3) .inner-container .text-container p strong {
  color: #e16b91;
}
body.page-template-template-packages .section-2 .container:nth-child(3) .inner-container .text-container .duration strong {
  color: #e16b91;
}
body.page-template-template-packages .section-2 .container:nth-child(3) .inner-container .text-container .includes {
  color: #e16b91;
}
body.page-template-template-packages .section-2 .container:nth-child(3) .inner-container .text-container .btn-container .btn1,
body.page-template-template-packages .section-2 .container:nth-child(3) .inner-container .text-container .btn-container .btn2 {
  background-color: #e16b91;
  border-bottom: 5px solid #cb6284;
}
body.page-template-template-packages .section-2 .container:nth-child(3) .inner-container .text-container .btn-container .btn2 {
  background-color: #bf4a70;
  border-bottom: 5px solid #8b2c4b;
}
body.page-template-template-packages .section-2 .container:nth-child(3) .inner-container .text-container .btn-container .btn1:hover {
  background-color: #cb6284;
  border-bottom: 0px;
}
body.page-template-template-packages .section-2 .container:nth-child(3) .inner-container .text-container .btn-container .btn2:hover {
  background-color: #8b2c4b;
  border-bottom: 0px;
}
body.page-template-template-packages .section-2 .container:nth-child(4) .inner-container .text-container .ideal-container {
  background-color: #c4c313;
}
body.page-template-template-packages .section-2 .container:nth-child(4) .inner-container .text-container h2 {
  color: #c4c313;
}
body.page-template-template-packages .section-2 .container:nth-child(4) .inner-container .text-container p strong {
  color: #c4c313;
}
body.page-template-template-packages .section-2 .container:nth-child(4) .inner-container .text-container .duration strong {
  color: #c4c313;
}
body.page-template-template-packages .section-2 .container:nth-child(4) .inner-container .text-container .includes {
  color: #c4c313;
}
body.page-template-template-packages .section-2 .container:nth-child(4) .inner-container .text-container .btn-container .btn1,
body.page-template-template-packages .section-2 .container:nth-child(4) .inner-container .text-container .btn-container .btn2 {
  background-color: #d6d518;
  border-bottom: 5px solid #aead0e;
}
body.page-template-template-packages .section-2 .container:nth-child(4) .inner-container .text-container .btn-container .btn2 {
  background-color: #bebd0b;
  border-bottom: 5px solid #999808;
}
body.page-template-template-packages .section-2 .container:nth-child(4) .inner-container .text-container .btn-container .btn1:hover {
  background-color: #aead0e;
  border-bottom: 0px;
}
body.page-template-template-packages .section-2 .container:nth-child(4) .inner-container .text-container .btn-container .btn2:hover {
  background-color: #999808;
  border-bottom: 0px;
}
body.page-template-template-packages .section-2 .container:nth-child(5) .inner-container .text-container .ideal-container {
  background-color: #10aeaf;
}
body.page-template-template-packages .section-2 .container:nth-child(5) .inner-container .text-container h2 {
  color: #10aeaf;
}
body.page-template-template-packages .section-2 .container:nth-child(5) .inner-container .text-container p strong {
  color: #10aeaf;
}
body.page-template-template-packages .section-2 .container:nth-child(5) .inner-container .text-container .duration strong {
  color: #10aeaf;
}
body.page-template-template-packages .section-2 .container:nth-child(5) .inner-container .text-container .includes {
  color: #10aeaf;
}
body.page-template-template-packages .section-2 .container:nth-child(5) .inner-container .text-container .btn-container .btn1,
body.page-template-template-packages .section-2 .container:nth-child(5) .inner-container .text-container .btn-container .btn2 {
  background-color: #10aeaf;
  border-bottom: 5px solid #019189;
}
body.page-template-template-packages .section-2 .container:nth-child(5) .inner-container .text-container .btn-container .btn2 {
  background-color: #13928b;
  border-bottom: 5px solid #0e6f6a;
}
body.page-template-template-packages .section-2 .container:nth-child(5) .inner-container .text-container .btn-container .btn1:hover {
  background-color: #019189;
  border-bottom: 0px;
}
body.page-template-template-packages .section-2 .container:nth-child(5) .inner-container .text-container .btn-container .btn2:hover {
  background-color: #0e6f6a;
  border-bottom: 0px;
}
body.page-template-template-packages .section-2 .container:nth-child(7) .inner-container .text-container .ideal-container {
  background-color: #05c5c7;
}
body.page-template-template-packages .section-2 .container:nth-child(7) .inner-container .text-container h2 {
  color: #05c5c7;
}
body.page-template-template-packages .section-2 .container:nth-child(7) .inner-container .text-container p strong {
  color: #05c5c7;
}
body.page-template-template-packages .section-2 .container:nth-child(7) .inner-container .text-container .duration strong {
  color: #05c5c7;
}
body.page-template-template-packages .section-2 .container:nth-child(7) .inner-container .text-container .includes {
  color: #05c5c7;
}
body.page-template-template-packages .section-2 .container:nth-child(7) .inner-container .text-container .btn-container .btn1,
body.page-template-template-packages .section-2 .container:nth-child(7) .inner-container .text-container .btn-container .btn2 {
  background-color: #05c5c7;
  border-bottom: 5px solid #039192;
}
body.page-template-template-packages .section-2 .container:nth-child(7) .inner-container .text-container .btn-container .btn2 {
  background-color: #18a7a8;
  border-bottom: 5px solid #0d7677;
}
body.page-template-template-packages .section-2 .container:nth-child(7) .inner-container .text-container .btn-container .btn1:hover {
  background-color: #039192;
  border-bottom: 0px !important;
}
body.page-template-template-packages .section-2 .container:nth-child(7) .inner-container .text-container .btn-container .btn2:hover {
  background-color: #0d7677;
  border-bottom: 0px !important;
}
body.page-template-template-packages .section-2 .container:nth-child(8) .inner-container .text-container .ideal-container {
  background-color: #e16b91;
}
body.page-template-template-packages .section-2 .container:nth-child(8) .inner-container .text-container h2 {
  color: #e16b91;
}
body.page-template-template-packages .section-2 .container:nth-child(8) .inner-container .text-container p strong {
  color: #e16b91;
}
body.page-template-template-packages .section-2 .container:nth-child(8) .inner-container .text-container .duration strong {
  color: #e16b91;
}
body.page-template-template-packages .section-2 .container:nth-child(8) .inner-container .text-container .includes {
  color: #e16b91;
}
body.page-template-template-packages .section-2 .container:nth-child(8) .inner-container .text-container .btn-container .btn1,
body.page-template-template-packages .section-2 .container:nth-child(8) .inner-container .text-container .btn-container .btn2 {
  background-color: #e16b91;
  border-bottom: 5px solid #cb6284;
}
body.page-template-template-packages .section-2 .container:nth-child(8) .inner-container .text-container .btn-container .btn2 {
  background-color: #bf4a70;
  border-bottom: 5px solid #8b2c4b;
}
body.page-template-template-packages .section-2 .container:nth-child(8) .inner-container .text-container .btn-container .btn1:hover {
  background-color: #cb6284;
  border-bottom: 0px !important;
}
body.page-template-template-packages .section-2 .container:nth-child(8) .inner-container .text-container .btn-container .btn2:hover {
  background-color: #8b2c4b;
  border-bottom: 0px !important;
}
body.page-template-template-packages .section-2 .container:nth-child(9) .inner-container .text-container .ideal-container {
  background-color: #c4c313;
}
body.page-template-template-packages .section-2 .container:nth-child(9) .inner-container .text-container h2 {
  color: #c4c313;
}
body.page-template-template-packages .section-2 .container:nth-child(9) .inner-container .text-container p strong {
  color: #c4c313;
}
body.page-template-template-packages .section-2 .container:nth-child(9) .inner-container .text-container .duration strong {
  color: #c4c313;
}
body.page-template-template-packages .section-2 .container:nth-child(9) .inner-container .text-container .includes {
  color: #c4c313;
}
body.page-template-template-packages .section-2 .container:nth-child(9) .inner-container .text-container .btn-container .btn1,
body.page-template-template-packages .section-2 .container:nth-child(9) .inner-container .text-container .btn-container .btn2 {
  background-color: #d6d518;
  border-bottom: 5px solid #aead0e;
}
body.page-template-template-packages .section-2 .container:nth-child(9) .inner-container .text-container .btn-container .btn2 {
  background-color: #bebd0b;
  border-bottom: 5px solid #999808;
}
body.page-template-template-packages .section-2 .container:nth-child(9) .inner-container .text-container .btn-container .btn1:hover {
  background-color: #aead0e;
  border-bottom: 0px !important;
}
body.page-template-template-packages .section-2 .container:nth-child(9) .inner-container .text-container .btn-container .btn2:hover {
  background-color: #999808;
  border-bottom: 0px !important;
}
body.page-template-template-packages .section-2 .container:nth-child(10) .inner-container .text-container .ideal-container {
  background-color: #10aeaf;
}
body.page-template-template-packages .section-2 .container:nth-child(10) .inner-container .text-container h2 {
  color: #10aeaf;
}
body.page-template-template-packages .section-2 .container:nth-child(10) .inner-container .text-container p strong {
  color: #10aeaf;
}
body.page-template-template-packages .section-2 .container:nth-child(10) .inner-container .text-container .duration strong {
  color: #10aeaf;
}
body.page-template-template-packages .section-2 .container:nth-child(10) .inner-container .text-container .includes {
  color: #10aeaf;
}
body.page-template-template-packages .section-2 .container:nth-child(10) .inner-container .text-container .btn-container .btn1,
body.page-template-template-packages .section-2 .container:nth-child(10) .inner-container .text-container .btn-container .btn2 {
  background-color: #10aeaf;
  border-bottom: 5px solid #019189;
}
body.page-template-template-packages .section-2 .container:nth-child(10) .inner-container .text-container .btn-container .btn2 {
  background-color: #13928b;
  border-bottom: 5px solid #0e6f6a;
}
body.page-template-template-packages .section-2 .container:nth-child(10) .inner-container .text-container .btn-container .btn1:hover {
  background-color: #019189;
  border-bottom: 0px !important;
}
body.page-template-template-packages .section-2 .container:nth-child(10) .inner-container .text-container .btn-container .btn2:hover {
  background-color: #0e6f6a;
  border-bottom: 0px !important;
}
body.page-template-template-packages .section-2 .container {
  display: block;
  position: relative;
  padding: 0px 15px;
  margin-bottom: 40px;
}
body.page-template-template-packages .section-2 .container .inner-container {
  background-color: #ffffff;
  display: block;
  position: relative;
}
body.page-template-template-packages .section-2 .container .inner-container .img-container {
  display: inline-block;
  position: relative;
  width: 47.2%;
  float: left;
}
body.page-template-template-packages .section-2 .container .inner-container .img-container img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container {
  display: inline-block;
  position: relative;
  width: 50%;
  float: right;
  padding: 20px 20px 0px 0px;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container .ideal-container {
  background-color: #c7418b;
  position: absolute;
  top: 17px;
  right: 29px;
  text-align: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  justify-content: center;
  height: 105px;
  width: 105px;
  border-radius: 105px;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container .ideal-container p {
  color: #ffffff;
  margin: 0px;
  line-height: 1.2em;
  font-size: 14px;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container .ideal-container p strong {
  color: #ffffff !important;
  display: block;
  position: relative;
  font-size: 18px;
  font-family: 'Baloo Bhaina', cursive !important;
  font-weight: 400;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container h2 {
  font-size: 30px;
  font-weight: 400px !important;
  font-family: 'Pacifico', cursive;
  margin: 0px;
  line-height: 1.5em !important;
  color: #d44a96;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container h3 {
  margin: 0px 0px 9px;
  font-size: 16px;
  font-style: italic;
  color: #9c9c9c;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container .duration {
  font-size: 15px;
  font-weight: 400;
  color: #636363;
  margin-bottom: 10px;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container .duration strong {
  font-family: 'Baloo Bhaina', cursive !important;
  font-weight: 400;
  font-size: 18px;
  color: #d44a96;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container .includes {
  font-size: 15px;
  font-weight: 400;
  color: #d44a96;
  font-family: 'Baloo Bhaina', cursive !important;
  font-size: 18px;
  margin: 0px;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container ul {
  margin: 0px;
  padding: 5px 15px;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container ul li {
  font-size: 15px;
  font-weight: 400;
  color: #636363;
  margin: 0px;
  line-height: 1.5em;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container p {
  font-size: 15px;
  font-weight: 400;
  color: #636363;
  margin: 0px;
  line-height: 1.3em;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container p strong {
  font-size: 15px;
  font-weight: 400;
  color: #d44a96;
  font-family: 'Baloo Bhaina', cursive !important;
  font-size: 18px;
  margin: 5px 0px;
  display: inline-block;
  position: relative;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container .btn-container {
  display: block;
  height: 55px;
  margin: 24px 0 0;
  position: relative;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container .btn-container .btn1,
body.page-template-template-packages .section-2 .container .inner-container .text-container .btn-container .btn2 {
  display: inline-block !important;
  position: relative;
  float: left;
  background-color: #d54f98;
  color: #ffffff;
  font-family: 'Baloo Bhaina', cursive;
  font-size: 13px !important;
  font-weight: 400 !important;
  border-radius: 8px;
  padding: 13px 20px 8px;
  margin-right: 9px;
  line-height: 1em !important;
  border-bottom: 5px solid #a3286b;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container .btn-container .btn2 {
  background-color: #a83674;
  border-bottom: 5px solid #6f234c;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container .btn-container .btn1:hover {
  background-color: #a3286b;
  margin-top: 5px;
  border-bottom: 0px !important;
}
body.page-template-template-packages .section-2 .container .inner-container .text-container .btn-container .btn2:hover {
  margin-top: 5px;
  border-bottom: 0px !important;
  background-color: #6f234c;
}
body.page-template-template-faq .section-2 {
  padding: 60px 0px 0px;
}
body.page-template-template-faq .section-2 .ym-container {
  padding: 0px 15px 140px;
}
body.page-template-template-faq .section-2 .ym-container .inner {
  display: block;
  position: relative;
  background-color: #f8f7f7;
  box-shadow: 0px 3px 5px 0px rgba(137,137,137,0.72);
  padding: 20px 40px 40px;
}
body.page-template-template-faq .section-2 .ym-container .inner h2 {
  color: #d44a96;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
}
body.page-template-template-faq .section-2 .ym-container .inner p {
  font-size: 15px;
  font-weight: 400;
  color: #636363;
  line-height: 1.5em !important;
}
body.page-template-template-faq .section-2 .ym-container .inner p strong {
  font-family: 'Baloo Bhaina', cursive;
  font-weight: 200;
  font-size: 18px;
  color: #d44a96;
}
body.page-template-template-faq .section-2:after {
  content: '';
  width: 100%;
  background: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-section2-cloud-bg-vertically.png") repeat-x center bottom / auto;
  display: block;
  position: absolute;
  margin-top: -94px !important;
  padding: 0px !important;
  height: 94px;
}
body.page-template-template-faq #testimonial-section,
body.page-template-template-faq #enquire-section {
  display: none !important;
}
body.page-template-template-booking-forms .section-2 {
  padding: 60px 0px 0px;
}
body.page-template-template-booking-forms .section-2 .ym-container {
  padding: 0px 15px 140px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner {
  display: block;
  position: relative;
  background-color: #f8f7f7;
  box-shadow: 0px 3px 5px 0px rgba(137,137,137,0.72);
  padding: 45px 40px 40px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs {
  display: block;
  position: relative;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs input[type="radio"]:checked+label {
  border: 0px !important;
  border-bottom: 0px !important;
  margin-top: 5px !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs input[type="radio"]:checked+label.btn {
  background-color: #02b5b7;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs input[type="radio"]:checked+label.btn2 {
  background-color: #aead0e;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs .note {
  font-size: 12px;
  line-height: 2em;
  padding-left: 30px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs .btn,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs .btn2 {
  margin-bottom: 30px;
  display: inline-block !important;
  position: relative;
  float: left;
  background-color: #2fcfd0;
  color: #ffffff;
  font-family: 'Baloo Bhaina', cursive;
  font-weight: 400;
  font-size: 21px !important;
  border-radius: 8px;
  padding: 15px 24px 9px;
  margin-right: 9px;
  line-height: 1em !important;
  border-bottom: 5px solid #02b5b7;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs .btn2 {
  background-color: #d6d518;
  border-bottom: 5px solid #aead0e;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs .btn:hover {
  background-color: #02b5b7;
  margin-top: 5px;
  border-bottom: 0px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs .btn2:hover {
  background-color: #aead0e;
  margin-top: 5px;
  border-bottom: 0px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul {
  padding: 0px;
  margin: 20px 0px 0px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li {
  list-style-type: none !important;
  background-color: transparent !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography h2 {
  color: #d85a9f;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 0px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-dark-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography .gform_confirmation_message_3,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography .gform_confirmation_message_4 {
  background-color: #2fcfd0;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  padding: 10px 0px;
  margin: 30px 0px 0px;
  font-size: 16px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography .gform_confirmation_message_3 .gform_confirmation_message_3,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography .gform_confirmation_message_3 .gform_confirmation_message_4,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography .gform_confirmation_message_4 .gform_confirmation_message_3,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography .gform_confirmation_message_4 .gform_confirmation_message_4 {
  padding: 0px !important;
  margin: 0px 0px !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 {
  padding: 12px 0 4px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .validation_error {
  background-color: #cf1d3b;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  padding: 10px 0px;
  margin: 10px 10px;
  font-size: 14px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul {
  margin: 0px;
  padding: 0px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul .gfield_error .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul .gfield_error .ginput_container select,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul .gfield_error .ginput_container textarea {
  border: 1px solid #cf1d3b !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul li {
  list-style-type: none !important;
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
  padding: 0px 10px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul li .gfield_label {
  display: none;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul li .gfield_description.validation_message {
  display: none !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul li .ginput_container input::-webkit-input-placeholder,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul li .ginput_container textarea::-webkit-input-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul li .ginput_container input:-moz-placeholder,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul li .ginput_container textarea:-moz-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul li .ginput_container input::-moz-placeholder,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul li .ginput_container textarea::-moz-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul li .ginput_container input:-ms-input-placeholder,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul li .ginput_container textarea:-ms-input-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul li:before {
  display: none !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_4 {
  margin-top: 20px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_1,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_2,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_3,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_4,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_10,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_11,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_22,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_12,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_14,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_16,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_24 {
  list-style-type: none !important;
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
  padding: 0px 10px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_1 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_2 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_3 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_4 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_10 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_11 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_22 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_12 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_14 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_16 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_24 .gfield_label {
  display: none;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_1 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_2 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_3 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_4 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_10 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_11 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_22 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_12 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_14 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_16 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_24 .gfield_description.validation_message {
  display: none !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_1 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_2 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_3 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_4 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_10 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_11 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_22 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_12 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_14 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_16 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_24 .ginput_container {
  position: relative;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_1 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_2 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_3 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_4 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_10 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_11 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_22 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_12 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_14 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_16 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_24 .ginput_container input {
  font-size: 14px;
  font-weight: 200;
  color: #6d6f71;
  padding: 0px;
  border: 1px solid #d2d3d3;
  width: 100%;
  height: 45px;
  text-indent: 15px;
  border-radius: 8px !important;
  text-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-size: 22px 21px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_1 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_2 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_3 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_4 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_10 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_11 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_22 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_12 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_14 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_16 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_24 .ginput_container .ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  top: 15px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_6,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_7 {
  margin-top: 0px !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_6 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_7 .gfield_label {
  display: block !important;
  position: relative;
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_6 .clear-multi .gfield_time_hour,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_6 .clear-multi .gfield_time_minute,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_7 .clear-multi .gfield_time_hour,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_7 .clear-multi .gfield_time_minute {
  float: left;
  width: 40%;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_6 .clear-multi .gfield_time_hour input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_6 .clear-multi .gfield_time_minute input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_7 .clear-multi .gfield_time_hour input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_7 .clear-multi .gfield_time_minute input {
  display: inline-block;
  position: relative;
  float: left;
  width: 90%;
  color: #636363;
  font-size: 14px;
  font-weight: 200;
  border: 1px solid #d2d3d3;
  height: 35px;
  padding: 0px 15px;
  background-color: #ffffff;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_6 .clear-multi .gfield_time_hour i,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_6 .clear-multi .gfield_time_minute i,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_7 .clear-multi .gfield_time_hour i,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_7 .clear-multi .gfield_time_minute i {
  display: none;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_6 .clear-multi .gfield_time_hour label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_6 .clear-multi .gfield_time_minute label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_7 .clear-multi .gfield_time_hour label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_7 .clear-multi .gfield_time_minute label {
  display: none;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_6 .clear-multi input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_7 .clear-multi input {
  display: inline-block;
  position: relative;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_6 .clear-multi .gfield_time_ampm,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_7 .clear-multi .gfield_time_ampm {
  float: left;
  width: 20%;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_6 .clear-multi .gfield_time_ampm select,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_7 .clear-multi .gfield_time_ampm select {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #d2d3d3;
  height: 35px;
  text-align: center !important;
  color: #636363;
  font-size: 14px;
  font-weight: 200;
  background-color: #ffffff;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_8,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_9,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_13,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_20 {
  width: 50%;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_8 .ginput_container textarea,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_9 .ginput_container textarea,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_13 .ginput_container textarea,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_20 .ginput_container textarea {
  resize: none;
  font-size: 14px;
  font-weight: 200;
  color: #6d6f71;
  border: 1px solid #d2d3d3;
  background-color: #ffffff;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #6d6f71 !important;
  padding: 15px 0px;
  width: 100%;
  text-indent: 15px;
  border-radius: 8px !important;
  text-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 110px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_13,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_20 {
  width: 100% !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_21 {
  width: 100% !important;
  margin-bottom: 0px !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_21 .gfield_label {
  display: block !important;
  position: relative;
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_21 .ginput_container li {
  width: 100%;
  display: block;
  position: relative;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_21 .ginput_container li label {
  color: #636363;
  font-weight: 400;
  font-size: 12px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_21 .ginput_container li label a {
  color: #f17aa0;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_17,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_19,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_23 {
  display: inline-block;
  position: relative;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_17 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_19 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_23 .ginput_container {
  background-color: #ffffff;
  border-radius: 8px !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15 .ginput_container select,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_17 .ginput_container select,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_19 .ginput_container select,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_23 .ginput_container select {
  background-size: 22px 21px;
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #d2d3d3;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-drop-down-pink.png");
  background-size: 42px 45px;
  font-size: 14px;
  font-weight: 300;
  color: #6d6f71;
  padding: 0px;
  width: 100%;
  height: 45px;
  text-indent: 5px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  border-radius: 8px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_footer {
  margin: 0px;
  clear: both;
  display: block;
  padding: 0px 10px 0;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_footer .gform_button {
  width: 100%;
  display: block;
  border: 2px solid #f17aa0;
  text-align: center;
  color: #ffffff;
  background-color: #f17aa0;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  height: 45px;
  border-radius: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_footer .gform_button:hover {
  opacity: .8;
  color: #f17aa0;
  background-color: transparent;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 {
  padding: 12px 0 4px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .validation_error {
  background-color: #cf1d3b;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  padding: 10px 0px;
  margin: 10px 10px;
  font-size: 14px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul {
  margin: 0px;
  padding: 0px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul .gfield_error .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul .gfield_error .ginput_container select,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul .gfield_error .ginput_container textarea {
  border: 1px solid #cf1d3b !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul li {
  list-style-type: none !important;
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
  padding: 0px 10px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul li .gfield_label {
  display: none;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul li .gfield_description.validation_message {
  display: none !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul li .ginput_container input::-webkit-input-placeholder,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul li .ginput_container textarea::-webkit-input-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul li .ginput_container input:-moz-placeholder,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul li .ginput_container textarea:-moz-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul li .ginput_container input::-moz-placeholder,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul li .ginput_container textarea::-moz-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul li .ginput_container input:-ms-input-placeholder,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul li .ginput_container textarea:-ms-input-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul li:before {
  display: none !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_2,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_3,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_4,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_10,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_22,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_12,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_14,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_16,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_24 {
  list-style-type: none !important;
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
  padding: 0px 10px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_2 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_3 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_4 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_10 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_22 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_12 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_14 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_16 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_24 .gfield_label {
  display: none;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_2 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_3 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_4 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_10 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_22 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_12 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_14 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_16 .gfield_description.validation_message,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_24 .gfield_description.validation_message {
  display: none !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_2 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_3 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_4 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_10 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_22 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_12 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_14 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_16 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_24 .ginput_container {
  position: relative;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_2 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_3 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_4 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_10 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_22 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_12 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_14 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_16 .ginput_container input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_24 .ginput_container input {
  font-size: 14px;
  font-weight: 200;
  color: #6d6f71;
  padding: 0px;
  border: 1px solid #d2d3d3;
  width: 100%;
  height: 45px;
  text-indent: 15px;
  border-radius: 8px !important;
  text-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-size: 22px 21px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_2 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_3 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_4 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_10 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_22 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_12 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_14 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_16 .ginput_container .ui-datepicker-trigger,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_24 .ginput_container .ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  top: 15px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_6,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_7 {
  margin-top: 0px !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_6 .gfield_label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_7 .gfield_label {
  display: block !important;
  position: relative;
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_6 .clear-multi .gfield_time_hour,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_6 .clear-multi .gfield_time_minute,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_7 .clear-multi .gfield_time_hour,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_7 .clear-multi .gfield_time_minute {
  float: left;
  width: 40%;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_6 .clear-multi .gfield_time_hour input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_6 .clear-multi .gfield_time_minute input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_7 .clear-multi .gfield_time_hour input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_7 .clear-multi .gfield_time_minute input {
  display: inline-block;
  position: relative;
  float: left;
  width: 90%;
  color: #636363;
  font-size: 14px;
  font-weight: 200;
  border: 1px solid #d2d3d3;
  height: 35px;
  padding: 0px 15px;
  background-color: #ffffff;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_6 .clear-multi .gfield_time_hour i,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_6 .clear-multi .gfield_time_minute i,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_7 .clear-multi .gfield_time_hour i,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_7 .clear-multi .gfield_time_minute i {
  display: none;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_6 .clear-multi .gfield_time_hour label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_6 .clear-multi .gfield_time_minute label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_7 .clear-multi .gfield_time_hour label,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_7 .clear-multi .gfield_time_minute label {
  display: none;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_6 .clear-multi input,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_7 .clear-multi input {
  display: inline-block;
  position: relative;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_6 .clear-multi .gfield_time_ampm,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_7 .clear-multi .gfield_time_ampm {
  float: left;
  width: 20%;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_6 .clear-multi .gfield_time_ampm select,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_7 .clear-multi .gfield_time_ampm select {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #d2d3d3;
  height: 35px;
  text-align: center !important;
  color: #636363;
  font-size: 14px;
  font-weight: 200;
  background-color: #ffffff;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_8,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_9,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_13,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_20 {
  width: 50%;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_8 .ginput_container textarea,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_9 .ginput_container textarea,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_13 .ginput_container textarea,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_20 .ginput_container textarea {
  resize: none;
  font-size: 14px;
  font-weight: 200;
  color: #6d6f71;
  border: 1px solid #d2d3d3;
  background-color: #ffffff;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #6d6f71 !important;
  padding: 15px 0px;
  width: 100%;
  text-indent: 15px;
  border-radius: 8px !important;
  text-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 110px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_13,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_20 {
  width: 100% !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_21 {
  width: 100% !important;
  margin-bottom: 0px !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_21 .gfield_label {
  display: block !important;
  position: relative;
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_21 .ginput_container li {
  width: 100%;
  display: block;
  position: relative;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_21 .ginput_container li label {
  color: #636363;
  font-weight: 400;
  font-size: 12px;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_21 .ginput_container li label a {
  color: #f17aa0;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_17,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_19,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_23 {
  display: inline-block;
  position: relative;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_17 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_19 .ginput_container,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_23 .ginput_container {
  background-color: #ffffff;
  border-radius: 8px !important;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_17 .ginput_container select,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_19 .ginput_container select,
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_23 .ginput_container select {
  background-size: 22px 21px;
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #d2d3d3;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-drop-down-pink.png");
  background-size: 42px 45px;
  font-size: 14px;
  font-weight: 300;
  color: #6d6f71;
  padding: 0px;
  width: 100%;
  height: 45px;
  text-indent: 5px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  border-radius: 8px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_footer {
  margin: 0px;
  clear: both;
  display: block;
  padding: 0px 10px 0;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_footer .gform_button {
  width: 100%;
  display: block;
  border: 2px solid #f17aa0;
  text-align: center;
  color: #ffffff;
  background-color: #f17aa0;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  height: 45px;
  border-radius: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_footer .gform_button:hover {
  opacity: .8;
  color: #f17aa0;
  background-color: transparent;
}
body.page-template-template-booking-forms .section-2:after {
  content: '';
  width: 100%;
  background: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-section2-cloud-bg-vertically.png") repeat-x center bottom / auto;
  display: block;
  position: absolute;
  margin-top: -94px !important;
  padding: 0px !important;
  height: 94px;
}
body.page-template-template-booking-forms #testimonial-section,
body.page-template-template-booking-forms #enquire-section {
  display: none !important;
}
body.page-id-279 .feedback-form-container,
body.page-id-279 .employment-container {
  display: none !important;
}
body.page-id-284 .inner,
body.page-id-284 .feedback-form-container {
  display: none !important;
}
body.page-id-284 .employment-container {
  display: block;
  position: relative;
  background-color: #f8f7f7;
  box-shadow: 0px 3px 5px 0px rgba(137,137,137,0.72);
  padding: 45px 40px 40px;
}
body.page-id-284 .employment-container h2 {
  color: #d85a9f;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 0px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-dark-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
}
body.page-id-284 .employment-container p {
  margin: 23px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #636363;
}
body.page-id-284 .employment-container .gform_confirmation_message_6 {
  background-color: #2fcfd0;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  padding: 10px 0px;
  margin: 30px 0px 0px;
  font-size: 16px;
}
body.page-id-284 .employment-container .gform_confirmation_message_6 .gform_confirmation_message_6 {
  padding: 0px !important;
  margin: 0px 0px !important;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 {
  padding: 12px 15px 4px;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .validation_error {
  background-color: #cf1d3b;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  padding: 10px 0px;
  margin: -10px 10px 10px;
  font-size: 14px;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul {
  margin: 0px;
  padding: 0px;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul .gfield_error .ginput_container input,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul .gfield_error .ginput_container select,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul .gfield_error .ginput_container textarea {
  border: 1px solid #cf1d3b !important;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul li {
  list-style-type: none !important;
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
  padding: 0px 10px;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul li .gfield_label {
  display: none;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul li .gfield_description.validation_message {
  display: none !important;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul li .ginput_container input::-webkit-input-placeholder,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul li .ginput_container textarea::-webkit-input-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul li .ginput_container input:-moz-placeholder,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul li .ginput_container textarea:-moz-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul li .ginput_container input::-moz-placeholder,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul li .ginput_container textarea::-moz-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul li .ginput_container input:-ms-input-placeholder,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul li .ginput_container textarea:-ms-input-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul li:before {
  display: none !important;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_3_4 {
  margin-top: 20px;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_1,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_2,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_3,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_4 {
  list-style-type: none !important;
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
  padding: 0px 10px;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_1 .gfield_label,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_2 .gfield_label,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_3 .gfield_label,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_4 .gfield_label {
  display: none;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_1 .gfield_description.validation_message,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_2 .gfield_description.validation_message,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_3 .gfield_description.validation_message,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_4 .gfield_description.validation_message {
  display: none !important;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_1 .ginput_container,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_2 .ginput_container,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_3 .ginput_container,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_4 .ginput_container {
  position: relative;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_1 .ginput_container input,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_2 .ginput_container input,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_3 .ginput_container input,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_4 .ginput_container input {
  font-size: 14px;
  font-weight: 200;
  color: #6d6f71;
  padding: 0px;
  border: 1px solid #d2d3d3;
  width: 100%;
  height: 45px;
  text-indent: 15px;
  border-radius: 8px !important;
  text-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-size: 22px 21px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_1 .ginput_container .ui-datepicker-trigger,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_2 .ginput_container .ui-datepicker-trigger,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_3 .ginput_container .ui-datepicker-trigger,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_4 .ginput_container .ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  top: 15px;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_6,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_7,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_8,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_9,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_10,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_11 {
  display: inline-block;
  position: relative;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_6 .ginput_container,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_7 .ginput_container,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_8 .ginput_container,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_9 .ginput_container,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_10 .ginput_container,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_11 .ginput_container {
  background-color: #ffffff;
  border-radius: 8px !important;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_6 .ginput_container select,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_7 .ginput_container select,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_8 .ginput_container select,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_9 .ginput_container select,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_10 .ginput_container select,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_11 .ginput_container select {
  background-size: 22px 21px;
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #d2d3d3;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-drop-down-pink.png");
  background-size: 42px 45px;
  font-size: 14px;
  font-weight: 300;
  color: #6d6f71;
  padding: 0px;
  width: 100%;
  height: 45px;
  text-indent: 5px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  border-radius: 8px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_5,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_12 {
  width: 100%;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_5 .ginput_container textarea,
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_12 .ginput_container textarea {
  resize: none;
  font-size: 14px;
  font-weight: 200;
  color: #6d6f71;
  border: 1px solid #d2d3d3;
  background-color: #ffffff;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #6d6f71 !important;
  padding: 15px 0px;
  width: 100%;
  text-indent: 15px;
  border-radius: 8px !important;
  text-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 110px;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_footer {
  margin: 0px;
  clear: both;
  display: block;
  padding: 0px 10px 0;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_footer .gform_button {
  width: 100%;
  display: block;
  border: 2px solid #f17aa0;
  text-align: center;
  color: #ffffff;
  background-color: #f17aa0;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  height: 45px;
  border-radius: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_footer .gform_button:hover {
  opacity: .8;
  color: #f17aa0;
  background-color: transparent;
}
body.page-id-277 .inner,
body.page-id-277 .employment-container {
  display: none !important;
}
body.page-id-277 .feedback-form-container {
  display: block;
  position: relative;
  background-color: #f8f7f7;
  box-shadow: 0px 3px 5px 0px rgba(137,137,137,0.72);
  padding: 45px 40px 40px;
}
body.page-id-277 .feedback-form-container h2 {
  color: #d85a9f;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  margin: 0px;
  background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-dark-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 53px;
  padding: 12px 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
}
body.page-id-277 .feedback-form-container .gform_confirmation_message_5 {
  background-color: #2fcfd0;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  padding: 10px 0px;
  margin: 30px 0px 0px;
  font-size: 16px;
}
body.page-id-277 .feedback-form-container .gform_confirmation_message_5 .gform_confirmation_message_5 {
  padding: 0px !important;
  margin: 0px 0px !important;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 {
  padding: 12px 0 4px;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .validation_error {
  background-color: #cf1d3b;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  padding: 10px 0px;
  margin: 10px 10px;
  font-size: 14px;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul {
  margin: 0px;
  padding: 0px;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul .gfield_error .ginput_container input,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul .gfield_error .ginput_container select,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul .gfield_error .ginput_container textarea {
  border: 1px solid #cf1d3b !important;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul li {
  list-style-type: none !important;
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
  padding: 0px 10px;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul li .gfield_label {
  display: none;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul li .gfield_description.validation_message {
  display: none !important;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul li .ginput_container input::-webkit-input-placeholder,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul li .ginput_container textarea::-webkit-input-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul li .ginput_container input:-moz-placeholder,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul li .ginput_container textarea:-moz-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul li .ginput_container input::-moz-placeholder,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul li .ginput_container textarea::-moz-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul li .ginput_container input:-ms-input-placeholder,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul li .ginput_container textarea:-ms-input-placeholder {
  color: #828282;
  opacity: 1 !important;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul li:before {
  display: none !important;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_3_4 {
  margin-top: 20px;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_1,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_2,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_3,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_4,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_5,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_6,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_7,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_8,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_9,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_10,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_11,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_12 {
  list-style-type: none !important;
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
  padding: 0px 10px;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_1 .gfield_label,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_2 .gfield_label,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_3 .gfield_label,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_4 .gfield_label,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_5 .gfield_label,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_6 .gfield_label,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_7 .gfield_label,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_8 .gfield_label,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_9 .gfield_label,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_10 .gfield_label,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_11 .gfield_label,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_12 .gfield_label {
  display: none;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_1 .gfield_description.validation_message,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_2 .gfield_description.validation_message,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_3 .gfield_description.validation_message,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_4 .gfield_description.validation_message,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_5 .gfield_description.validation_message,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_6 .gfield_description.validation_message,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_7 .gfield_description.validation_message,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_8 .gfield_description.validation_message,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_9 .gfield_description.validation_message,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_10 .gfield_description.validation_message,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_11 .gfield_description.validation_message,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_12 .gfield_description.validation_message {
  display: none !important;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_1 .ginput_container,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_2 .ginput_container,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_3 .ginput_container,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_4 .ginput_container,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_5 .ginput_container,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_6 .ginput_container,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_7 .ginput_container,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_8 .ginput_container,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_9 .ginput_container,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_10 .ginput_container,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_11 .ginput_container,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_12 .ginput_container {
  position: relative;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_1 .ginput_container input,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_2 .ginput_container input,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_3 .ginput_container input,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_4 .ginput_container input,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_5 .ginput_container input,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_6 .ginput_container input,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_7 .ginput_container input,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_8 .ginput_container input,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_9 .ginput_container input,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_10 .ginput_container input,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_11 .ginput_container input,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_12 .ginput_container input {
  font-size: 14px;
  font-weight: 200;
  color: #6d6f71;
  padding: 0px;
  border: 1px solid #d2d3d3;
  width: 100%;
  height: 45px;
  text-indent: 15px;
  border-radius: 8px !important;
  text-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-size: 22px 21px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_1 .ginput_container .ui-datepicker-trigger,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_2 .ginput_container .ui-datepicker-trigger,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_3 .ginput_container .ui-datepicker-trigger,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_4 .ginput_container .ui-datepicker-trigger,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_5 .ginput_container .ui-datepicker-trigger,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_6 .ginput_container .ui-datepicker-trigger,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_7 .ginput_container .ui-datepicker-trigger,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_8 .ginput_container .ui-datepicker-trigger,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_9 .ginput_container .ui-datepicker-trigger,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_10 .ginput_container .ui-datepicker-trigger,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_11 .ginput_container .ui-datepicker-trigger,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_12 .ginput_container .ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  top: 15px;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_13,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_14,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_15,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_16 {
  width: 50%;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_13 .ginput_container textarea,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_14 .ginput_container textarea,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_15 .ginput_container textarea,
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_16 .ginput_container textarea {
  resize: none;
  font-size: 14px;
  font-weight: 200;
  color: #6d6f71;
  border: 1px solid #d2d3d3;
  background-color: #ffffff;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #6d6f71 !important;
  padding: 15px 0px;
  width: 100%;
  text-indent: 15px;
  border-radius: 8px !important;
  text-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 110px;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_17 {
  width: 100% !important;
  margin-bottom: 0px !important;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_17 .gfield_label {
  display: block !important;
  position: relative;
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_17 .ginput_container li {
  width: 100%;
  display: block;
  position: relative;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_17 .ginput_container li label {
  color: #636363;
  font-weight: 400;
  font-size: 12px;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_17 .ginput_container li label a {
  color: #f17aa0;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_footer {
  margin: 0px;
  clear: both;
  display: block;
  padding: 0px 10px 0;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_footer .gform_button {
  width: 100%;
  display: block;
  border: 2px solid #f17aa0;
  text-align: center;
  color: #ffffff;
  background-color: #f17aa0;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  height: 45px;
  border-radius: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_footer .gform_button:hover {
  opacity: .8;
  color: #f17aa0;
  background-color: transparent;
}
.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: 1300px) {
  html {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 1145px) {
  .ym-container {
    width: 100%;
  }
  header .right {
    width: 75%;
  }
  header .right .menu-main-nav-container {
    float: right;
  }
  header .right .menu-main-nav-container #menu-main-nav li a {
    font-size: 20px;
    padding: 17px 10px 14px;
  }
  body.home .section-1 .left {
    position: relative;
    z-index: 999;
  }
  body.home .section-1 .left .text-container {
    margin-left: 60px !important;
  }
}
@media only screen and (max-width: 1075px) {
  header .logo {
    width: 20%;
  }
  header .right {
    width: 80%;
  }
  header .right .menu-main-nav-container #menu-main-nav li a {
    font-size: 18px;
  }
  #enquire-section #gform_wrapper_2 #gform_2 .gform_body ul #field_2_4 .ginput_container select {
    padding: 0px 10px !important;
  }
  #enquire-section #gform_wrapper_2 #gform_2 .gform_body ul #field_2_5 .ginput_container textarea {
    padding: 15px !important;
  }
  body.home .section-1 .left .text-container h1 {
    margin: 0 0 0 60px;
  }
  body.home .section-1 .left .text-container h2 {
    margin: 0 0 0 60px;
  }
  body.home .section-1 .left .text-container .btn-container {
    margin: -6px 0 0 60px;
  }
  body.home .section-2 .col-ym-3 {
    background-position: right 60px;
  }
  body.home .section-2 .col-ym-3 p {
    width: 95%;
  }
  body.home .section-3 .ym-container #owl-demo .owl-controls {
    display: block !important;
    position: relative;
  }
  body.home .section-3 .ym-container #owl-demo .owl-controls .owl-buttons {
    display: block !important;
    position: relative;
  }
  body.home .section-3 .ym-container #owl-demo .owl-controls .owl-buttons .owl-prev {
    background-size: 70px auto;
    height: 38px;
    margin: -185px 0 0 -80px;
    width: 70px;
  }
  body.home .section-3 .ym-container #owl-demo .owl-controls .owl-buttons .owl-next {
    background-size: 70px auto;
    height: 38px;
    margin: -185px -70px 0 0;
    width: 70px;
  }
  body.home .section-4 .col-ym-6 .text-container {
    padding: 25px 15px;
  }
  body.home .section-4 .col-ym-6 .text-container .content p {
    font-size: 14px;
  }
  body.home .section-4 .col-ym-6 .text-container .content ul li {
    font-size: 14px;
    padding: 8px 0 8px 22px;
  }
  body.home .section-4 .col-ym-6 .text-container .content .video-container iframe {
    width: 100%;
    height: 315px;
    display: block;
    position: relative;
  }
  body.page-template-template-booking-forms .section-1 .left h1,
  body.page-template-template-faq .section-1 .left h1,
  body.page-template-template-main-packages .section-1 .left h1,
  body.page-template-template-packages .section-1 .left h1,
  body.page-template-template-entertainers .section-1 .left h1,
  body.page-template-template-about .section-1 .left h1,
  body.page-template-template-gallery .section-1 .left h1,
  body.page-template-template-contact .section-1 .left h1,
  body.page-template-template-blog .section-1 .left h1,
  body.single-post .section-1 .left h1 {
    white-space: nowrap;
  }
  body.page-template-template-booking-forms .section-1 .left h2,
  body.page-template-template-faq .section-1 .left h2,
  body.page-template-template-main-packages .section-1 .left h2,
  body.page-template-template-packages .section-1 .left h2,
  body.page-template-template-entertainers .section-1 .left h2,
  body.page-template-template-about .section-1 .left h2,
  body.page-template-template-gallery .section-1 .left h2,
  body.page-template-template-contact .section-1 .left h2,
  body.page-template-template-blog .section-1 .left h2,
  body.single-post .section-1 .left h2 {
    white-space: nowrap;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner .title,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner .title {
    font-size: 35px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .img-container {
    overflow: hidden;
  }
  body.page-template-template-packages .section-2 .container .inner-container .img-container img {
    display: block;
    position: relative;
    width: auto;
    height: 100%;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container {
    padding-bottom: 0px !important;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container .btn-container {
    margin: 15px 0 0;
  }
  body.page-template-template-entertainers .section-2 .container .inner h2 {
    font-size: 26px;
  }
  body.page-template-template-entertainers .section-2 .container .inner h3 {
    font-size: 16px;
  }
  body.page-template-template-entertainers .section-2 .container .inner p {
    font-size: 14px;
    line-height: 1.5em;
  }
  body.page-template-template-gallery .section-2 {
    padding: 20px 0px 110px;
  }
  body.page-template-template-gallery .section-2 .container {
    margin-left: -15px;
  }
  body.page-template-template-gallery .section-2 .container .image-container {
    height: 296px !important;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 0px 30px;
    width: 100%;
  }
  body.page-template-template-contact .section-2 {
    padding: 100px 0px 0px;
  }
  body.page-template-template-contact .section-2 .col-ym-6 {
    margin-bottom: 175px;
  }
  body.page-template-template-contact .section-2 .col-ym-6 .inner {
    background-color: #f8f7f7;
    border-radius: 2px;
    padding: 40px 15px;
    border: 2px solid #f0f0f0;
    height: 713px;
  }
  body.page-template-template-contact .section-2 .col-ym-6 .inner img {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 65px auto 0px;
  }
  body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .article-content {
    height: 200px;
  }
  body.single-post .section-2 .sidebar {
    padding-left: 30px;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner {
    padding: 45px 0px 40px;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs .btn {
    margin-left: 30px;
  }
  body.page-id-284 .employment-container {
    padding: 45px 0px 40px;
  }
  body.page-id-284 .employment-container h2 {
    margin: 0px 0px 0px 30px;
  }
  body.page-id-277 .feedback-form-container {
    padding: 45px 0px 40px;
  }
  body.page-id-277 .feedback-form-container h2 {
    margin: 0px 0px 0px 30px;
  }
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 {
    padding: 12px 15px 4px;
  }
}
@media screen and (max-width: 950px) {
  header .logo a {
    padding: 20px 0;
  }
  header .logo a img {
    width: 100%;
    height: auto;
  }
  header .right {
    padding-left: 0px !important;
  }
  header .right .phone-number {
    height: 30px;
  }
  header .right .phone-number a {
    font-size: 22px;
  }
  header .right .phone-number a img {
    display: inline-block;
    position: relative;
    width: 38px;
    height: auto;
    margin-right: 15px;
  }
  header .right .phone-number .btn {
    font-size: 16px !important;
  }
  header .right .menu-main-nav-container {
    display: inline-block;
  }
  header .right .menu-main-nav-container #menu-main-nav li a {
    font-size: 14px;
    padding: 17px 8px 11px;
  }
  #testimonial-section .tmls .caroufredsel_wrapper .tmls_container .tmls_text {
    padding: 0 5% !important;
  }
  #before-footer .col-ym-3:nth-child(2) {
    width: 30%;
  }
  #before-footer .footer-menu2 {
    width: 20% !important;
  }
  body.home .section-1 .left {
    height: 530px;
    width: 80%;
    display: block;
    position: relative;
    z-index: 999;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    padding: 0px !important;
    justify-content: center;
    text-align: left;
  }
  body.home .section-1 .left .text-container h1 {
    color: #ffffff;
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    margin: 0px;
    background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-h1-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 52px 53px;
    padding: 12px 0 0 20px;
    font-size: 40px;
    line-height: 1.5em;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
  }
  body.home .section-1 .left .text-container h2 {
    color: #d44a96;
    font-family: 'Kavoon', cursive;
    font-weight: 400;
    margin: 0px;
    line-height: 1.6em;
    font-size: 55px;
    white-space: nowrap;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
  }
  body.home .section-1 .left .text-container .btn-container {
    margin: -6px 0 0;
    height: 50px;
    display: block;
    position: relative;
  }
  body.home .section-1 .right {
    position: absolute;
    right: 0;
    overflow: hidden;
  }
  body.home .section-2 {
    display: block;
    position: relative;
    padding: 10px 0 78px;
  }
  body.home .section-2 .col-ym-3 {
    background-position: right 80px;
  }
  body.home .section-2 .col-ym-3 h2 {
    margin: 0px;
  }
  body.home .section-2 .col-ym-3 h2 a {
    font-size: 18px;
  }
  body.home .section-2 .col-ym-3 p {
    width: 90%;
    font-size: 12px;
  }
  body.home .section-3 .ym-container #owl-demo .owl-controls .owl-buttons .owl-prev {
    margin: -185px 0 0 -90px;
  }
  body.home .section-3 .ym-container .col-ym-6 {
    width: 70%;
  }
  body.home .section-3 .ym-container .col-ym-6:first-child {
    padding-left: 100px;
  }
  body.home .section-3 .ym-container .col-ym-6:nth-child(2) {
    width: 30%;
  }
  body.home .section-4 {
    padding-bottom: 160px;
  }
  body.home .section-4 .col-ym-6:first-child {
    margin-bottom: 40px;
  }
  body.home .section-4 .col-ym-6 {
    display: block;
    position: relative;
    width: 100%;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .title {
    margin: 0 15px 26px;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner {
    padding: 0px 30px;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner .img-container {
    display: block;
    position: relative;
    margin-bottom: 27px;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner .img-container a {
    display: block;
    position: relative;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner .img-container a img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner p {
    height: 90px;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner .btn-container .btn1,
  body.page-template-template-main-packages .section-2 .private-events-container .inner .btn-container .btn2 {
    font-size: 16px !important;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner {
    padding: 0px 30px;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner .img-container,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner .img-container {
    margin-bottom: 27px;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner .img-container a,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner .img-container a {
    display: block;
    position: relative;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner .img-container a img,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner .img-container a img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner h2 a,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner h2 a {
    font-size: 20px;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner .title,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner .title {
    font-size: 30px;
    margin: 0px 0px 26px -15px;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner p,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner p {
    height: 90px;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container .btn1,
  body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container .btn2,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner .btn-container .btn1,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner .btn-container .btn2 {
    font-size: 16px !important;
  }
  body.page-template-template-packages .section-2 {
    padding: 75px 0px 55px;
  }
  body.page-template-template-packages .section-2 .container {
    display: block;
    position: relative;
    padding: 0px 15px;
    margin-bottom: 40px;
  }
  body.page-template-template-packages .section-2 .container .inner-container {
    background-color: #ffffff;
    display: block;
    position: relative;
  }
  body.page-template-template-packages .section-2 .container .inner-container .img-container {
    overflow: hidden;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container {
    display: inline-block;
    position: relative;
    width: 50%;
    float: right;
    padding: 20px 20px 20px 0px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container .ideal-container {
    right: 15px;
    top: 15px;
    height: 80px;
    width: 80px;
    border-radius: 80px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container .ideal-container p {
    color: #ffffff;
    margin: 0px;
    line-height: 1.2em;
    font-size: 12px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container .ideal-container p strong {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container h2 {
    font-size: 22px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container h3 {
    font-size: 14px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container .duration {
    font-size: 14px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container .duration strong {
    font-size: 16px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container .includes {
    font-size: 16px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container p {
    font-size: 14px;
  }
  body.page-template-template-entertainers .section-2 .container {
    width: 50%;
  }
  body.page-template-template-entertainers .section-2 .container .inner {
    height: 480px;
  }
  body.page-template-template-gallery .section-2 .container {
    margin-left: -20px;
  }
  body.page-template-template-contact .section-2 {
    padding: 60px 0px 0px;
  }
  body.page-template-template-contact .section-2 .col-ym-6:first-child {
    margin-bottom: 40px;
  }
  body.page-template-template-contact .section-2 .col-ym-6 {
    margin-bottom: 175px;
    width: 100%;
    display: block;
    position: relative;
  }
  body.page-template-template-contact .section-2 .col-ym-6 .inner {
    height: auto !important;
  }
  body.page-template-template-contact .section-2 .col-ym-6 .inner h2 {
    width: auto !important;
  }
  body.page-template-template-contact .section-2 .col-ym-6 .inner h3 {
    margin: 0px 0px 0px;
  }
  body.page-template-template-contact .section-2 .col-ym-6 .inner img {
    margin: 30px auto 0px;
  }
  body.page-template-template-contact .section-2 .col-ym-6.right .inner p {
    color: #636363;
    font-size: 15px;
    font-weight: 400;
    margin: 24px 10px 20px;
    line-height: 1.6em;
  }
  body.page-template-template-about .section-2 .ym-container {
    padding: 0px 30px;
  }
  body.page-template-template-about .section-4 {
    padding-bottom: 70px;
  }
  body.page-template-template-about .section-4 .col-ym-6:nth-child(2) {
    margin-bottom: 40px;
  }
  body.page-template-template-about .section-4 .col-ym-6:nth-child(2) .text-container {
    height: auto !important;
  }
  body.page-template-template-about .section-4 .col-ym-6 {
    display: block;
    position: relative;
    width: 100%;
  }
  body.page-template-template-about .section-4 .col-ym-6 .text-container {
    height: auto !important;
  }
  body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .article-content {
    height: 220px;
  }
  body.single-post .section-2 .content .inner {
    padding: 28px 30px 50px;
  }
  body.single-post .section-2 .sidebar {
    padding-left: 15px;
  }
}
@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;
  }
  header {
    padding: 0;
    height: 57px;
  }
  header .right {
    display: none;
  }
  header .logo a {
    padding: 8px 0 4px;
  }
  header .logo a img {
    height: 40px;
    width: auto;
  }
  header .res-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 65px;
  }
  header .res-btn a {
    display: block;
    position: relative;
    padding: 16px 0 15px;
  }
  header .res-btn a img {
    display: block;
    position: relative;
    width: 48px;
    height: 26px;
  }
  header .mobile-menu {
    display: block;
  }
  header .mobile-menu .menu-toggle {
    color: #fff;
    text-decoration: none;
    flex: 1;
    padding: 18px 15px 17px !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #72cccf;
  }
  header .mobile-menu .menu-label {
    margin-bottom: -0.2em;
    display: inline-block;
    vertical-align: middle;
  }
  header .mobile-menu .menu-icon + .menu-label {
    margin-left: .2em;
  }
  header .mobile-menu .menu-icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: .5em;
    color: inherit;
    background: currentColor;
    border-radius: .5em;
    height: 2px;
    width: 25px;
  }
  header .mobile-menu .menu-icon:before,
  header .mobile-menu .menu-icon:after {
    border-radius: .5em;
    height: 2px;
    width: 100%;
    left: 0;
    background: currentColor;
    position: absolute;
    display: block;
    content: '';
  }
  header .mobile-menu .menu-icon:before {
    top: -0.83em;
  }
  header .mobile-menu .menu-icon:after {
    top: .8em;
  }
  header .mobile-menu .menu-icon,
  header .mobile-menu .menu-icon:before,
  header .mobile-menu .menu-icon:after {
    transition: all .5s ease-in-out;
  }
  header .mobile-menu .open .cross {
    background-color: transparent;
    transform: rotate(0deg) translate(0%,-50%);
    -moz-transform: rotate(0deg) translate(0%,-50%);
    -webkit-transform: rotate(0deg) translate(0%,-50%);
  }
  header .mobile-menu .open .cross:before,
  header .mobile-menu .open .cross:after {
    top: 0em;
  }
  header .mobile-menu .open .cross:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  header .mobile-menu .open .cross:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  header .mobile-menu nav {
    float: none;
    position: relative;
    z-index: 9999;
  }
  header .mobile-menu nav ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    border-top: 0;
    float: none;
  }
  header .mobile-menu nav ul li {
    float: none;
  }
  header .mobile-menu nav ul li a {
    color: #ffffff;
    background-color: #828589;
    padding: 10px 15px;
    text-align: left !important;
    border-top: none;
    border-bottom: none;
    float: none;
    width: 100%;
    display: inline-block;
  }
  header .mobile-menu nav ul li a:hover {
    background-color: #87c7d0;
  }
  header .mobile-menu nav ul .menu-item-has-children a:after {
    content: " + ";
  }
  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 .sub-menu .menu-item a:after {
    display: none !important;
  }
  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;
  }
  #testimonial-section {
    height: auto;
    text-align: center;
    padding: 56px 0px !important;
    background-size: cover !important;
  }
  #testimonial-section h2 {
    color: #ffffff;
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    margin: 0 auto 17px;
    width: 282px;
    background-size: 42px auto;
    font-size: 22px;
  }
  #testimonial-section .tmls .caroufredsel_wrapper .tmls_container {
    height: auto !important;
  }
  #testimonial-section .tmls .caroufredsel_wrapper .tmls_container .tmls_item {
    font-size: 14px !important;
  }
  #testimonial-section .tmls .caroufredsel_wrapper .tmls_container .tmls_text {
    font-size: 14px !important;
    line-height: 1.5em !important;
    padding: 0px !important;
  }
  #testimonial-section .tmls .caroufredsel_wrapper .tmls_container .tmls_name {
    font-size: 14px !important;
  }
  #enquire-section {
    height: auto;
    padding: 50px 0px 100px;
    background-size: cover !important;
  }
  #enquire-section .col-ym-12 {
    padding: 0px 15px;
  }
  #enquire-section h2 {
    background-size: 42px auto;
    font-size: 25px;
  }
  #enquire-section .gform_confirmation_message_1 {
    background-color: #72cccf;
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    padding: 10px 0px;
    margin: 10px 0px;
    font-size: 16px;
  }
  #enquire-section .gform_confirmation_message_1 .gform_confirmation_message_1 {
    padding: 0px !important;
    margin: 0px 10px !important;
  }
  #enquire-section #gform_wrapper_1 #gform_1 {
    padding: 12px 0 4px;
  }
  #enquire-section #gform_wrapper_1 #gform_1 .gform_body ul li {
    width: 100%;
    float: none;
  }
  #before-footer .footer-logo {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  #before-footer .footer-logo a {
    display: block;
    position: relative;
  }
  #before-footer .col-ym-3 ul {
    margin: 0px;
    padding: 0px;
  }
  #before-footer .col-ym-3 ul li {
    list-style-type: none;
  }
  #before-footer .col-ym-3 ul li a {
    color: #828589;
    font-size: 14px;
    font-family: 'Baloo Bhaina', cursive;
    line-height: 1.2em;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #before-footer .col-ym-3:nth-child(2) {
    padding-left: 30px;
    width: 50% !important;
    float: left;
  }
  #before-footer .footer-menu2 {
    width: 50% !important;
    float: left;
    padding-right: 30px;
  }
  #before-footer .footer-address {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    clear: both;
    display: block;
    position: relative;
    width: 100%;
  }
  footer .copyright-section {
    text-align: center;
  }
  footer .copyright-section .ym-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  footer .copyright-section .ym-container #copyright p {
    line-height: 1.5em;
  }
  footer .copyright-section .ym-container .credit {
    margin-top: 10px;
    text-align: center;
  }
  body.home .section-1 {
    height: auto;
    padding: 20px 0px 50px;
    background-color: #4AB4B7;
    background-size: auto, auto 100%, cover;
  }
  body.home .section-1 .ym-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.home .section-1 .left {
    height: auto;
    width: 100% !important;
    display: inline-block;
    position: relative;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    padding: 0px !important;
    justify-content: center;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body.home .section-1 .left .text-container {
    margin-left: 0px !important;
  }
  body.home .section-1 .left .text-container h1 {
    background-size: 42px auto;
    font-size: 22px;
  }
  body.home .section-1 .left .text-container h2 {
    font-size: 25px;
    white-space: normal !important;
  }
  body.home .section-1 .left .text-container .btn-container {
    margin: -14px 0 0;
    height: auto;
    display: block;
    position: relative;
  }
  body.home .section-1 .left .text-container .btn-container a {
    font-size: 16px !important;
    padding: 15px 15px 9px;
    margin-right: 9px;
  }
  body.home .section-1 .right {
    display: block;
    position: relative;
    overflow: visible;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body.home .section-1 .right img {
    display: block;
    position: relative;
    width: 80%;
    margin: 0px auto;
    height: auto;
  }
  body.home .section-1 .right .show-desktop {
    display: none !important;
  }
  body.home .section-1 .right .show-mobile {
    display: block !important;
    width: 100% !important;
  }
  body.home .section-2 {
    padding: 30px 0px 50px;
  }
  body.home .section-2 .col-ym-3 {
    background-image: none !important;
  }
  body.home .section-3 {
    padding: 40px 0px 50px;
    background-attachment: fixed !important;
    height: auto;
    margin-top: 0px;
  }
  body.home .section-3 .ym-container h2 {
    background-size: 42px auto;
    font-size: 25px;
  }
  body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer {
    height: auto;
  }
  body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: auto;
    display: block;
    position: relative;
  }
  body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item h3 {
    color: #ffffff !important;
    font-family: 'Baloo Bhaina', cursive;
    font-size: 22px;
    font-weight: 400;
    margin: 5px 0;
  }
  body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item h3 a {
    color: #ffffff !important;
    font-family: 'Baloo Bhaina', cursive;
    font-size: 22px;
    font-weight: 400;
  }
  body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item p {
    color: #ffffff;
    font-weight: 200;
    margin: 0px;
    font-size: 15px;
    line-height: 1.2em;
  }
  body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item ul {
    margin: 25px 0 15px;
    padding: 0px;
  }
  body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item ul li {
    color: #ffffff;
    font-size: 15px;
    list-style-type: none;
    font-weight: 200;
    background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-li.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px 12px;
    padding-left: 20px;
  }
  body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item .btn-container {
    height: 50px;
    display: block;
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  body.home .section-3 .ym-container #owl-demo .owl-wrapper-outer .owl-wrapper .owl-item .item .btn-container a {
    font-size: 16px !important;
    padding: 15px 15px 9px;
    margin-right: 9px;
  }
  body.home .section-3 .ym-container #owl-demo .owl-controls {
    display: block !important;
    position: relative;
  }
  body.home .section-3 .ym-container #owl-demo .owl-controls .owl-buttons {
    display: block !important;
    position: relative;
  }
  body.home .section-3 .ym-container #owl-demo .owl-controls .owl-buttons .owl-prev {
    float: left;
    margin: 0px 0px !important;
    overflow: visible;
    position: relative;
  }
  body.home .section-3 .ym-container #owl-demo .owl-controls .owl-buttons .owl-next {
    float: right;
    margin: 0px 0px !important;
    position: relative;
  }
  body.home .section-3 .ym-container .col-ym-6 {
    padding: 0px 30px !important;
    width: 100% !important;
  }
  body.home .section-3 .ym-container .col-ym-6:nth-child(2) {
    display: none !important;
  }
  body.home .section-4 {
    padding: 40px 0px 120px;
  }
  body.home .section-4 .col-ym-6 {
    display: inline-block;
    position: relative;
    padding: 0px 30px !important;
  }
  body.home .section-4 .col-ym-6 .text-container {
    background-color: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 3px;
    display: block;
    position: relative;
    padding: 25px 15px;
    box-shadow: 0px 3px 5px 0px rgba(130,133,137,0.72);
  }
  body.home .section-4 .col-ym-6 .text-container .paper-clip {
    right: 30px;
  }
  body.home .section-4 .col-ym-6 .text-container h2 {
    background-size: 42px auto;
    font-size: 25px;
  }
  body.home .section-4 .col-ym-6 .text-container .content {
    padding: 15px 0px 0px;
  }
  body.home .section-4 .col-ym-6 .text-container .content p {
    font-size: 14px;
  }
  body.home .section-4 .col-ym-6 .text-container .content ul {
    padding: 0px;
    margin: 23px 0;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  body.home .section-4 .col-ym-6 .text-container .content ul li {
    font-size: 14px;
  }
  body.home .section-4 .col-ym-6 .text-container .content .video-container {
    margin: 16px 0px;
  }
  body.home .section-4 .col-ym-6 .text-container .content .video-container iframe {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
  }
  body.home .section-4 .col-ym-6 .text-container .content .btn-container {
    display: block;
    height: 50px;
    margin: 30px 0 0;
    position: relative;
  }
  body.home .section-4 .col-ym-6 .text-container .content .btn-container .btn1,
  body.home .section-4 .col-ym-6 .text-container .content .btn-container .btn2 {
    font-size: 14px !important;
    padding: 15px 12px 9px;
    margin-right: 9px;
  }
  body.home .section-5 {
    text-align: center;
    padding: 0px 0px 50px;
  }
  body.home .section-5 h2 {
    margin: 10px auto 0px;
    background-size: 42px auto;
    font-size: 25px;
  }
  body.home .section-5 p {
    margin: 23px 30px;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5em;
  }
  body.home .section-5 .btn-container {
    display: block;
    position: relative;
    height: 50px;
  }
  body.home .section-5 .btn-container .btn {
    font-size: 14px !important;
    padding: 15px 12px 9px;
  }
  body.page-template-template-booking-forms .section-1,
  body.page-template-template-faq .section-1,
  body.page-template-template-main-packages .section-1,
  body.page-template-template-packages .section-1,
  body.page-template-template-entertainers .section-1,
  body.page-template-template-about .section-1,
  body.page-template-template-gallery .section-1,
  body.page-template-template-contact .section-1,
  body.page-template-template-blog .section-1,
  body.single-post .section-1 {
    background-image: none !important;
    padding: 40px 15px 20px;
  }
  body.page-template-template-booking-forms .section-1 .left,
  body.page-template-template-faq .section-1 .left,
  body.page-template-template-main-packages .section-1 .left,
  body.page-template-template-packages .section-1 .left,
  body.page-template-template-entertainers .section-1 .left,
  body.page-template-template-about .section-1 .left,
  body.page-template-template-gallery .section-1 .left,
  body.page-template-template-contact .section-1 .left,
  body.page-template-template-blog .section-1 .left,
  body.single-post .section-1 .left {
    height: auto;
    position: relative;
    z-index: 99;
  }
  body.page-template-template-booking-forms .section-1 .left h1,
  body.page-template-template-faq .section-1 .left h1,
  body.page-template-template-main-packages .section-1 .left h1,
  body.page-template-template-packages .section-1 .left h1,
  body.page-template-template-entertainers .section-1 .left h1,
  body.page-template-template-about .section-1 .left h1,
  body.page-template-template-gallery .section-1 .left h1,
  body.page-template-template-contact .section-1 .left h1,
  body.page-template-template-blog .section-1 .left h1,
  body.single-post .section-1 .left h1 {
    background-size: 42px auto;
    font-size: 22px;
  }
  body.page-template-template-booking-forms .section-1 .left h2,
  body.page-template-template-faq .section-1 .left h2,
  body.page-template-template-main-packages .section-1 .left h2,
  body.page-template-template-packages .section-1 .left h2,
  body.page-template-template-entertainers .section-1 .left h2,
  body.page-template-template-about .section-1 .left h2,
  body.page-template-template-gallery .section-1 .left h2,
  body.page-template-template-contact .section-1 .left h2,
  body.page-template-template-blog .section-1 .left h2,
  body.single-post .section-1 .left h2 {
    font-size: 25px;
    white-space: normal !important;
  }
  body.page-template-template-booking-forms .section-1 .right,
  body.page-template-template-faq .section-1 .right,
  body.page-template-template-main-packages .section-1 .right,
  body.page-template-template-packages .section-1 .right,
  body.page-template-template-entertainers .section-1 .right,
  body.page-template-template-about .section-1 .right,
  body.page-template-template-gallery .section-1 .right,
  body.page-template-template-contact .section-1 .right,
  body.page-template-template-blog .section-1 .right,
  body.single-post .section-1 .right {
    display: inline-block;
    position: relative;
    height: auto;
  }
  body.page-template-template-booking-forms .section-1 .right img,
  body.page-template-template-faq .section-1 .right img,
  body.page-template-template-main-packages .section-1 .right img,
  body.page-template-template-packages .section-1 .right img,
  body.page-template-template-entertainers .section-1 .right img,
  body.page-template-template-about .section-1 .right img,
  body.page-template-template-gallery .section-1 .right img,
  body.page-template-template-contact .section-1 .right img,
  body.page-template-template-blog .section-1 .right img,
  body.single-post .section-1 .right img {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: -30px;
  }
  body.page-template-template-booking-forms .section-2:before,
  body.page-template-template-faq .section-2:before,
  body.page-template-template-main-packages .section-2:before,
  body.page-template-template-packages .section-2:before,
  body.page-template-template-entertainers .section-2:before,
  body.page-template-template-about .section-2:before,
  body.page-template-template-gallery .section-2:before,
  body.page-template-template-contact .section-2:before,
  body.page-template-template-blog .section-2:before,
  body.single-post .section-2:before {
    margin-left: -15px;
    width: 105% !important;
  }
  body.page-template-template-main-packages .section-2 {
    padding: 40px 0px 60px;
  }
  body.page-template-template-main-packages .section-2 .ym-container {
    padding: 0px 30px;
  }
  body.page-template-template-main-packages .section-2 .private-events-container {
    padding: 37px 0px 32px;
    margin-bottom: 38px;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .title {
    background-size: 42px auto;
    font-size: 25px;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner:nth-child(2) {
    border-right: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    padding-top: 0px !important;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner {
    float: none;
    width: 100%;
    display: block;
    position: relative;
    padding: 40px 15px 0px;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner .img-container {
    display: block;
    position: relative;
    margin-bottom: 27px;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner .img-container a {
    display: block;
    position: relative;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner .img-container a img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner h2 {
    font-size: 20px;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner h2 a {
    font-size: 20px;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner h3 {
    font-size: 16px;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner p {
    font-size: 14px;
    line-height: 1.5em;
    height: auto;
    font-weight: 200;
  }
  body.page-template-template-main-packages .section-2 .private-events-container .inner .btn-container .btn1,
  body.page-template-template-main-packages .section-2 .private-events-container .inner .btn-container .btn2 {
    font-size: 14px;
    padding: 15px 12px 9px;
  }
  body.page-template-template-main-packages .section-2 .workshops-container {
    float: none !important;
    display: block;
    position: relative;
    margin-top: 40px;
  }
  body.page-template-template-main-packages .section-2 .workshops-container,
  body.page-template-template-main-packages .section-2 .corporate-events-container {
    float: none !important;
    display: block;
    position: relative;
    width: 100%;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner {
    padding: 0px 15px;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner .img-container,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner .img-container {
    display: block;
    position: relative;
    margin-bottom: 27px;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner .img-container a,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner .img-container a {
    display: block;
    position: relative;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner .img-container a img,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner .img-container a img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner .title,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner .title {
    background-size: 42px auto;
    font-size: 25px;
    margin-left: 0px;
    margin-right: 0px;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner h2,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner h2 {
    font-size: 20px;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner h2 a,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner h2 a {
    font-size: 20px;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner p,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner p {
    font-size: 14px;
    line-height: 1.5em;
    height: auto;
    font-weight: 200;
  }
  body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container .btn1,
  body.page-template-template-main-packages .section-2 .workshops-container .inner .btn-container .btn2,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner .btn-container .btn1,
  body.page-template-template-main-packages .section-2 .corporate-events-container .inner .btn-container .btn2 {
    font-size: 14px;
    padding: 15px 12px 9px;
  }
  body.page-template-template-packages .section-2 {
    padding: 40px 0px 20px;
  }
  body.page-template-template-packages .section-2 .container {
    padding: 0px 30px;
  }
  body.page-template-template-packages .section-2 .container .inner-container {
    display: block;
    position: relative;
    padding-bottom: 30px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .img-container {
    display: block;
    position: relative;
    width: 100%;
    float: none;
  }
  body.page-template-template-packages .section-2 .container .inner-container .img-container img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container {
    display: block;
    position: relative;
    width: 100%;
    float: none;
    padding: 20px 15px 20px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container .ideal-container {
    top: -35px;
    right: 15px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container h3 {
    font-size: 14px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container .duration {
    font-size: 14px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container .duration strong {
    font-size: 16px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container .includes {
    font-size: 16px;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container p {
    font-size: 14px;
    line-height: 1.5em;
  }
  body.page-template-template-packages .section-2 .container .inner-container .text-container .btn-container .btn1,
  body.page-template-template-packages .section-2 .container .inner-container .text-container .btn-container .btn2 {
    font-size: 14px;
    padding: 15px 12px 9px;
  }
  body.page-template-template-entertainers .section-2 {
    padding: 50px 15px 30px;
  }
  body.page-template-template-entertainers .section-2 .container {
    width: 100%;
    float: none;
    display: block;
    position: relative;
    padding: 0px 15px;
    margin-bottom: 35px;
  }
  body.page-template-template-entertainers .section-2 .container .inner {
    padding: 40px 15px;
    height: auto;
  }
  body.page-template-template-entertainers .section-2 .container .inner .img-container {
    border-radius: 200px;
    width: 200px;
    height: 200px;
  }
  body.page-template-template-entertainers .section-2 .container .inner .img-container img {
    width: 180px;
    height: 180px;
  }
  body.page-template-template-gallery .section-2 {
    padding: 20px 0px 60px;
  }
  body.page-template-template-gallery .section-2 .container {
    margin-left: -20px;
  }
  body.page-template-template-gallery .section-2 .container h2 {
    background-size: 38px auto;
    font-size: 25px;
    margin: 10px 30px 0px;
    padding: 8px 0 9px 20px;
  }
  body.page-template-template-gallery .section-2 .container .image-container {
    height: 296px !important;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 0px 30px;
    width: 100%;
  }
  body.page-template-template-gallery .section-2:before {
    width: 105%;
  }
  body.page-template-template-about .section-2 {
    padding: 40px 0px 90px;
  }
  body.page-template-template-about .section-2 .ym-container {
    padding: 0px 30px;
  }
  body.page-template-template-about .section-2 .title {
    background-size: 42px auto;
    font-size: 25px;
  }
  body.page-template-template-about .section-2 .container {
    display: block;
    position: relative;
    float: none;
    width: 100%;
  }
  body.page-template-template-about .section-2 .container img {
    width: 100px;
    height: auto;
  }
  body.page-template-template-about .section-2 .container h2 {
    margin: 0px 0 60px;
    font-size: 22px;
    line-height: 1.5em;
  }
  body.page-template-template-about .section-2 p {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5em;
  }
  body.page-template-template-about .section-3 {
    text-align: center;
    padding: 0px 0px 50px;
  }
  body.page-template-template-about .section-3 h2 {
    margin: 10px auto 0px;
    background-size: 42px auto;
    font-size: 25px;
  }
  body.page-template-template-about .section-3 p {
    margin: 23px 30px;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5em;
  }
  body.page-template-template-about .section-4 {
    padding: 30px 0px 60px;
  }
  body.page-template-template-about .section-4 .title {
    background-size: 42px auto;
    font-size: 25px;
  }
  body.page-template-template-about .section-4 .col-ym-6 {
    display: inline-block;
    position: relative;
    padding: 0px 30px !important;
  }
  body.page-template-template-about .section-4 .col-ym-6 .text-container {
    background-color: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 3px;
    display: block;
    position: relative;
    padding: 25px 15px;
    box-shadow: 0px 3px 5px 0px rgba(130,133,137,0.72);
  }
  body.page-template-template-about .section-4 .col-ym-6 .text-container .paper-clip {
    position: absolute;
    margin-top: -62px;
    right: 58px;
    width: 34px;
    height: 78px;
  }
  body.page-template-template-about .section-4 .col-ym-6 .text-container h2 {
    background-size: 42px auto;
    font-size: 25px;
  }
  body.page-template-template-about .section-4 .col-ym-6 .text-container .content {
    padding: 15px 0px;
  }
  body.page-template-template-about .section-4 .col-ym-6 .text-container .content p {
    font-size: 14px;
  }
  body.page-template-template-about .section-4 .col-ym-6 .text-container .content ul {
    padding: 0px;
    margin: 23px 0;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  body.page-template-template-about .section-4 .col-ym-6 .text-container .content ul li {
    font-size: 14px;
  }
  body.page-template-template-about .section-4 .col-ym-6 .text-container .content .video-container {
    margin: 16px 0px;
  }
  body.page-template-template-about .section-4 .col-ym-6 .text-container .content .video-container iframe {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
  }
  body.page-template-template-about .section-4 .col-ym-6 .text-container .content .btn-container {
    display: block;
    height: 50px;
    margin: 30px 0 0;
    position: relative;
  }
  body.page-template-template-about .section-4 .col-ym-6 .text-container .content .btn-container .btn1,
  body.page-template-template-about .section-4 .col-ym-6 .text-container .content .btn-container .btn2 {
    font-size: 14px !important;
    padding: 15px 12px 9px;
    margin-right: 9px;
  }
  body.page-template-template-contact .section-2 {
    padding: 60px 15px;
  }
  body.page-template-template-contact .section-2 .col-ym-6:first-child {
    margin-bottom: 40px;
  }
  body.page-template-template-contact .section-2 .col-ym-6 {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 0px;
  }
  body.page-template-template-contact .section-2 .col-ym-6 .inner {
    height: auto !important;
  }
  body.page-template-template-contact .section-2 .col-ym-6 .inner .paper-clip {
    right: 30px;
  }
  body.page-template-template-contact .section-2 .col-ym-6 .inner h2 {
    width: auto;
    background-size: 42px auto;
    font-size: 22px;
  }
  body.page-template-template-contact .section-2 .col-ym-6 .inner h3 {
    font-size: 18px;
  }
  body.page-template-template-contact .section-2 .col-ym-6 .inner p {
    font-size: 14px;
  }
  body.page-template-template-contact .section-2 .col-ym-6 .inner p strong {
    display: block;
    position: relative;
    width: 100%;
    font-size: 16px;
  }
  body.page-template-template-contact .section-2 .col-ym-6 .inner p a {
    font-size: 14px;
  }
  body.page-template-template-contact .section-2 .col-ym-6.right .inner p {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5em;
  }
  body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 {
    padding: 12px 0 4px;
  }
  body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .validation_error {
    background-color: #cf1d3b;
    color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    margin: 10px 10px;
    font-size: 14px;
  }
  body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul {
    margin: 0px;
    padding: 0px;
  }
  body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul .gfield_error .ginput_container input,
  body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul .gfield_error .ginput_container select {
    border: 1px solid #cf1d3b !important;
  }
  body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding: 0px 10px;
  }
  body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li .gfield_label {
    display: none;
  }
  body.page-template-template-contact .section-2 .col-ym-6.right .inner #gform_wrapper_1 #gform_1 .gform_body ul li .ginput_container input {
    font-size: 14px;
    font-weight: 200;
    color: #6d6f71;
    padding: 0px;
    border: 1px solid #d2d3d3;
    width: 100%;
    height: 45px;
    text-indent: 40px;
    background-size: 22px 21px;
    background-position: 10px center;
    background-repeat: no-repeat;
  }
  body.page-template-template-contact .section-2:after,
  body.page-template-template-contact .section-2:before {
    display: none !important;
  }
  body.page-template-template-contact #before-footer {
    padding-top: 40px;
    margin-top: 0px !important;
  }
  body.page-template-template-faq .section-2 .ym-container {
    padding: 0px 30px 140px;
  }
  body.page-template-template-faq .section-2 .ym-container .inner {
    padding: 20px 15px 40px;
  }
  body.page-template-template-faq .section-2 .ym-container .inner h2 {
    font-size: 18px;
  }
  body.page-template-template-faq .section-2 .ym-container .inner p {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5em !important;
  }
  body.page-template-template-faq .section-2 .ym-container .inner p strong {
    font-size: 16px;
  }
  body.page-template-template-blog .section-2 {
    padding: 40px 0px;
  }
  body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px 30px;
    float: none;
    margin: 0px;
  }
  body.page-template-template-blog .section-2 .content #ajax-load-more .alm-listing .alm-reveal li .box .article-content {
    height: auto !important;
  }
  body.page-template-template-blog .section-2 .content #ajax-load-more .alm-btn-wrap {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
  body.page-template-template-blog .section-2 .content #ajax-load-more .alm-btn-wrap #load-more {
    font-size: 18px !important;
  }
  body.single-post .section-2 {
    padding: 40px 15px !important;
  }
  body.single-post .section-2 .content .inner {
    padding: 28px 15px 50px;
  }
  body.single-post .section-2 .content .inner .top {
    margin-bottom: 18px;
  }
  body.single-post .section-2 .content .inner .top .date {
    float: none !important;
    width: 100%;
    display: block;
    position: relative;
  }
  body.single-post .section-2 .content .inner .top .date p {
    font-size: 20px;
  }
  body.single-post .section-2 .content .inner .top .addthis_sharing_toolbox {
    float: none;
    width: auto;
    display: block;
    position: relative;
    clear: none !important;
    margin-right: 0px;
  }
  body.single-post .section-2 .content .inner p {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5em;
  }
  body.single-post .section-2 .content .inner img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-bottom: 30px;
  }
  body.single-post .section-2 .content .next-prev-posts {
    margin-top: 30px !important;
  }
  body.single-post .section-2 .content .next-prev-posts .col-ym-6 {
    width: auto;
    display: inline-block;
    position: relative;
    padding: 0px !important;
  }
  body.single-post .section-2 .content .next-prev-posts .col-ym-6 a {
    font-size: 14px !important;
    padding: 18px 10px 10px;
  }
  body.single-post .section-2 .sidebar {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-template-template-booking-forms .section-2 {
    padding: 40px 15px 0px;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner {
    padding: 45px 0px 40px;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs .btn,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs .btn2 {
    font-size: 16px !important;
    padding: 15px 10px 9px;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul {
    padding: 0px;
    margin: 20px 0px 0px;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li {
    padding: 20px 15px 25px;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography h2 {
    background-size: 42px auto;
    font-size: 25px;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 {
    padding: 12px 0 4px;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul li {
    width: 100%;
    float: none;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_1,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_2,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_3,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_4,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_10,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_11,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_22,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_12,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_14,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_16,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_24 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding: 0px 10px;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_1 .gfield_label,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_2 .gfield_label,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_3 .gfield_label,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_4 .gfield_label,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_10 .gfield_label,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_11 .gfield_label,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15 .gfield_label,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_22 .gfield_label,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_12 .gfield_label,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_14 .gfield_label,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_16 .gfield_label,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_24 .gfield_label {
    display: none;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_1 .gfield_description.validation_message,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_2 .gfield_description.validation_message,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_3 .gfield_description.validation_message,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_4 .gfield_description.validation_message,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_10 .gfield_description.validation_message,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_11 .gfield_description.validation_message,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15 .gfield_description.validation_message,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_22 .gfield_description.validation_message,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_12 .gfield_description.validation_message,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_14 .gfield_description.validation_message,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_16 .gfield_description.validation_message,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_24 .gfield_description.validation_message {
    display: none !important;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_1 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_2 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_3 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_4 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_10 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_11 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_22 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_12 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_14 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_16 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_24 .ginput_container {
    position: relative;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_1 .ginput_container input,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_2 .ginput_container input,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_3 .ginput_container input,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_4 .ginput_container input,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_10 .ginput_container input,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_11 .ginput_container input,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15 .ginput_container input,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_22 .ginput_container input,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_12 .ginput_container input,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_14 .ginput_container input,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_16 .ginput_container input,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_24 .ginput_container input {
    font-size: 14px;
    font-weight: 200;
    color: #6d6f71;
    padding: 0px;
    border: 1px solid #d2d3d3;
    width: 100%;
    height: 45px;
    text-indent: 15px;
    border-radius: 8px !important;
    text-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-size: 22px 21px;
    background-position: 10px center;
    background-repeat: no-repeat;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_1 .ginput_container .ui-datepicker-trigger,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_2 .ginput_container .ui-datepicker-trigger,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_3 .ginput_container .ui-datepicker-trigger,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_4 .ginput_container .ui-datepicker-trigger,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_10 .ginput_container .ui-datepicker-trigger,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_11 .ginput_container .ui-datepicker-trigger,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15 .ginput_container .ui-datepicker-trigger,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_22 .ginput_container .ui-datepicker-trigger,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_12 .ginput_container .ui-datepicker-trigger,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_14 .ginput_container .ui-datepicker-trigger,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_16 .ginput_container .ui-datepicker-trigger,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_24 .ginput_container .ui-datepicker-trigger {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_6,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_7 {
    margin: 20px 0px !important;
    height: 60px !important;
    display: block;
    position: relative;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_8,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_9,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_13,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_20 {
    width: 100%;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_13,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_20 {
    width: 100% !important;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_17,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_19,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_23 {
    display: inline-block;
    position: relative;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_17 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_19 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_23 .ginput_container {
    background-color: #ffffff;
    border-radius: 8px !important;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_15 .ginput_container select,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_17 .ginput_container select,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_19 .ginput_container select,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_3 #gform_3 .gform_body ul #field_3_23 .ginput_container select {
    font-size: 12px;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul li {
    width: 100%;
    float: none;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_2,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_3,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_4,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_10,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_22,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_12,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_14,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_16,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_24 {
    width: 100%;
    float: none;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_6,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_7 {
    width: 100%;
    margin: 20px 0px !important;
    height: 60px !important;
    display: block;
    position: relative;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_8,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_9,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_13,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_20 {
    width: 100%;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_13,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_20 {
    width: 100% !important;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_21 {
    width: 100% !important;
    margin-bottom: 0px !important;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_21 .gfield_label {
    display: block !important;
    position: relative;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_21 .ginput_container li {
    width: 100%;
    display: block;
    position: relative;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_21 .ginput_container li label {
    color: #636363;
    font-weight: 400;
    font-size: 12px;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_21 .ginput_container li label a {
    color: #f17aa0;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_17,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_19,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_23 {
    display: inline-block;
    position: relative;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_17 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_19 .ginput_container,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_23 .ginput_container {
    background-color: #ffffff;
    border-radius: 8px !important;
  }
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_17 .ginput_container select,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_19 .ginput_container select,
  body.page-template-template-booking-forms .section-2 .ym-container .inner .sky-tabs ul li .typography #gform_wrapper_4 #gform_4 .gform_body ul #field_4_23 .ginput_container select {
    background-size: 22px 21px;
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #d2d3d3;
    background-image: url("http://www.theclowncompany.com.au/wp-content/themes/project-ym/less/../images/the-clown-company-drop-down-pink.png");
    background-size: 42px 45px;
    font-size: 14px;
    font-weight: 300;
    color: #6d6f71;
    padding: 0px;
    width: 100%;
    height: 45px;
    text-indent: 5px;
    background-color: transparent;
    position: relative;
  }
  body.page-template-template-booking-forms .section-2:after {
    margin-left: -15px;
    width: 105% !important;
  }
  body.page-id-284 .employment-container {
    padding: 40px 0px 40px;
  }
  body.page-id-284 .employment-container h2 {
    background-size: 42px auto;
    font-size: 25px;
  }
  body.page-id-284 .employment-container p {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5em;
  }
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 {
    padding: 12px 15px 4px;
  }
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul li {
    width: 100%;
    float: none;
  }
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_1,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_2,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_3,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_4 {
    width: 100%;
    float: none;
  }
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_6,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_7,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_8,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_9,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_10,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_11 {
    display: inline-block;
    position: relative;
  }
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_6 .ginput_container,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_7 .ginput_container,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_8 .ginput_container,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_9 .ginput_container,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_10 .ginput_container,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_11 .ginput_container {
    background-color: #ffffff;
    border-radius: 8px !important;
  }
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_6 .ginput_container select,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_7 .ginput_container select,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_8 .ginput_container select,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_9 .ginput_container select,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_10 .ginput_container select,
  body.page-id-284 .employment-container #gform_wrapper_6 #gform_6 .gform_body ul #field_6_11 .ginput_container select {
    font-size: 12px;
  }
  body.page-id-277 .feedback-form-container {
    padding: 45px 0px 40px;
  }
  body.page-id-277 .feedback-form-container h2 {
    background-size: 42px auto;
    font-size: 25px;
  }
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 {
    padding: 12px 15px 4px;
  }
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul li {
    width: 100%%;
    float: none;
    margin-bottom: 20px;
    padding: 0px 10px;
  }
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_3_4 {
    margin-top: 20px;
  }
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_1,
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_2,
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_3,
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_4,
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_5,
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_6,
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_7,
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_8,
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_9,
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_10,
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_11,
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_12 {
    width: 100%;
  }
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_13,
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_14,
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_15,
  body.page-id-277 .feedback-form-container #gform_wrapper_5 #gform_5 .gform_body ul #field_5_16 {
    width: 100%;
  }
}
