@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.admin-bar {
  position: relative;
}
.acf-hidden {
  display: none;
}
#content.front-end *,
body.front-end * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content.front-end h1,
#content.front-end h2,
#content.front-end h3,
#content.front-end h4,
#content.front-end h5,
#content.front-end h6,
#content.front-end p,
#content.front-end ul,
#content.front-end ol,
#content.front-end pre,
#content.front-end blockquote,
#content.front-end textarea,
#content.front-end button,
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;
}
#content.front-end h1,
#content.front-end h2,
#content.front-end h3,
#content.front-end h4,
#content.front-end h5,
#content.front-end h6,
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: 'Droid Serif', serif;
  font-weight: 600;
}
#content.front-end p,
#content.front-end li,
body.front-end p,
body.front-end li {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
}
#content.front-end a,
body.front-end a {
  font-family: 'Roboto', sans-serif;
  color: #666;
  text-decoration: none;
}
#content.front-end a:hover,
#content.front-end button:hover,
body.front-end a:hover,
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
#content.front-end a:active,
body.front-end a:active {
  text-decoration: none;
}
#content.front-end button:hover,
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
#content.front-end code,
body.front-end code {
  font-family: Consolas, "Courier New", Courier, mono;
}
#content.front-end strong,
body.front-end strong {
  font-weight: 600;
}
#content.front-end ul,
#content.front-end ol,
body.front-end ul,
body.front-end ol {
  margin-left: 10px;
  padding-left: 20px;
}
#content.front-end blockquote,
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;
}
#content.front-end blockquote p:last-child,
body.front-end blockquote p:last-child {
  margin-bottom: 10px;
}
#content.front-end pre,
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;
}
#content.front-end .clear,
body.front-end .clear {
  clear: both;
}
header {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 20px 0;
}
header .ipad-phone,
header .call-24hour,
header .mobile-menu {
  display: none;
}
header .logo a {
  display: inline-block;
}
header .logo a img {
  max-width: 100%;
  height: 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 .main-menu {
  text-align: right;
  padding-top: 10px;
}
header .main-menu ul {
  margin: 0;
  padding: 0;
}
header .main-menu ul li {
  display: inline-block;
}
header .main-menu ul li a {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 13px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .main-menu ul li a:hover {
  color: #bbbdd3;
}
header .main-menu ul li .mega-nav-container.corporate-news {
  width: 220px;
  right: 0;
  left: auto;
  padding: 15px;
}
header .main-menu ul li .mega-nav-container {
  position: absolute;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: -1;
  background: #4f5165;
  padding: 30px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 850px;
  text-align: left;
}
header .main-menu ul li .mega-nav-container .col-ym-4 {
  width: 28%;
}
header .main-menu ul li .mega-nav-container .col-ym-8 {
  width: 72%;
}
header .main-menu ul li .mega-nav-container .col-ym-8 h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  padding: 0 0 10px;
}
header .main-menu ul li .mega-nav-container .col-ym-8 ul {
  font-size: 0;
}
header .main-menu ul li .mega-nav-container .col-ym-8 ul li {
  display: inline-block;
  width: 48%;
  padding-right: 20px;
}
header .main-menu ul li .mega-nav-container .col-ym-8 ul li a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #dddff7;
  padding: 5px 0;
}
header .main-menu ul li .mega-nav-container .col-ym-8 ul li:nth-child(odd) {
  border-right: 1px solid #6e7188;
}
header .main-menu ul li .mega-nav-container .col-ym-8 ul li:nth-child(even) {
  padding-left: 20px;
}
header .main-menu ul li:hover .mega-nav-container {
  height: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition-delay: 0s, 0s, 0.3s;
}
header .right {
  text-align: right;
  border-left: 1px solid #fff;
  margin-top: 10px;
}
header .right p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-align: right;
  padding: 0;
  margin: 0;
  display: inline-block;
}
header .right p a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
header .right p strong {
  font-size: 20px;
  font-weight: 700;
  display: block;
}
header .right p strong svg {
  width: 21px;
  height: 21px;
  display: inline-block;
  margin: 0 -2px -3px 0;
}
#content.front-end .sticky-menu,
body.front-end .sticky-menu {
  position: fixed;
  background: #444658;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}
#content.front-end .sticky-menu .logo a,
body.front-end .sticky-menu .logo a {
  display: inline-block;
  padding: 20px 0;
}
#content.front-end .sticky-menu .logo a img,
body.front-end .sticky-menu .logo a img {
  max-width: 100%;
  height: auto;
}
#content.front-end .sticky-menu .logo h3,
body.front-end .sticky-menu .logo h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
#content.front-end .sticky-menu .logo h3 a,
body.front-end .sticky-menu .logo h3 a {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
#content.front-end .sticky-menu .main-menu,
body.front-end .sticky-menu .main-menu {
  text-align: right;
  padding-top: 10px;
}
#content.front-end .sticky-menu .main-menu ul,
body.front-end .sticky-menu .main-menu ul {
  margin: 0;
  padding: 0;
}
#content.front-end .sticky-menu .main-menu ul li,
body.front-end .sticky-menu .main-menu ul li {
  display: inline-block;
}
#content.front-end .sticky-menu .main-menu ul li a,
body.front-end .sticky-menu .main-menu ul li a {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 13px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#content.front-end .sticky-menu .main-menu ul li a:hover,
body.front-end .sticky-menu .main-menu ul li a:hover {
  color: #bbbdd3;
}
#content.front-end .sticky-menu .main-menu ul li .mega-nav-container.corporate-news,
body.front-end .sticky-menu .main-menu ul li .mega-nav-container.corporate-news {
  width: 220px;
  right: 0;
  left: auto;
  padding: 15px;
}
#content.front-end .sticky-menu .main-menu ul li .mega-nav-container,
body.front-end .sticky-menu .main-menu ul li .mega-nav-container {
  position: absolute;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: -1;
  background: #444658;
  padding: 30px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 850px;
  text-align: left;
}
#content.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-4,
body.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-4 {
  width: 28%;
}
#content.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8,
body.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8 {
  width: 72%;
}
#content.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8 h3,
body.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8 h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  padding: 0 0 10px;
}
#content.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8 ul,
body.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8 ul {
  font-size: 0;
}
#content.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8 ul li,
body.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8 ul li {
  display: inline-block;
  width: 48%;
  padding-right: 20px;
}
#content.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8 ul li a,
body.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8 ul li a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #dddff7;
  padding: 5px 0;
}
#content.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8 ul li:nth-child(odd),
body.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8 ul li:nth-child(odd) {
  border-right: 1px solid #6e7188;
}
#content.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8 ul li:nth-child(even),
body.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8 ul li:nth-child(even) {
  padding-left: 20px;
}
#content.front-end .sticky-menu .main-menu ul li:hover .mega-nav-container,
body.front-end .sticky-menu .main-menu ul li:hover .mega-nav-container {
  height: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition-delay: 0s, 0s, 0.3s;
}
#content.front-end .sticky-menu .right,
body.front-end .sticky-menu .right {
  text-align: right;
  border-left: 1px solid #fff;
  margin: 30px 0px 23px;
}
#content.front-end .sticky-menu .right p,
body.front-end .sticky-menu .right p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-align: right;
  padding: 0;
  margin: 0;
  display: inline-block;
}
#content.front-end .sticky-menu .right p a,
body.front-end .sticky-menu .right p a {
  font-size: 20px;
  color: #fff;
}
#content.front-end .sticky-menu .right p strong,
body.front-end .sticky-menu .right p strong {
  font-size: 20px;
  font-weight: 700;
  display: block;
}
#content.front-end .sticky-menu .right p strong svg,
body.front-end .sticky-menu .right p strong svg {
  width: 21px;
  height: 21px;
  display: inline-block;
  margin: 0 -2px -3px 0;
}
footer {
  background: #fff;
}
footer .free-consultation {
  background: #4f5165;
  padding: 65px 0;
  text-align: center;
}
footer .free-consultation p {
  font-size: 21px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 25px;
}
footer .free-consultation p strong {
  font-family: 'Droid Serif', serif;
  font-size: 24px;
  color: #fff;
}
footer .free-consultation p strong a {
  font-family: 'Droid Serif', serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
footer .free-consultation p.btn {
  margin-bottom: 0;
}
footer .free-consultation p.btn a {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 12px 25px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #fff;
  display: inline-block;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
footer .free-consultation p.btn a:hover {
  color: #4f5165;
  background: #fff;
}
footer .testimonials {
  background: url('https://lylawyers.com.au/wp-content/themes/project-ym/less/../images/ly-lawyers-testimonials-background.jpg') no-repeat center center / cover #fff;
  text-align: center;
  padding: 50px 0;
  min-height: 475px;
}
footer .testimonials .testimonial_rotator_description {
  max-width: 800px;
  margin: 0 auto;
}
footer .testimonials p.quotation-mark {
  font-family: 'Droid Serif', serif;
  font-size: 220px;
  color: #fff;
  line-height: 220px;
  margin: 0 0 -110px;
  padding: 0;
}
footer .testimonials h2 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  padding: 0 0 10px;
}
footer .testimonials .testimonial_rotator_quote {
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  line-height: 26px;
}
footer .testimonials .testimonial_rotator_author_info {
  border: 0 !important;
  margin: 0 !important;
  padding: 5px 0 0 !important;
}
footer .testimonials .testimonial_rotator_author_info p {
  font-size: 20px;
  font-style: normal;
  color: #fff;
}
footer .locations .ym-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .locations .col-ym-3 {
  border-right: 1px solid #eee;
  padding: 40px 45px 40px 15px;
  width: 30%;
}
footer .locations .col-ym-3 h3 {
  font-size: 22px;
  color: #4f5165;
  margin: 0 0 15px;
}
footer .locations .col-ym-3 p {
  font-size: 18px;
  font-weight: 300;
  color: #4f5165;
}
footer .locations .col-ym-3 p a {
  font-size: 18px;
  font-weight: 300;
  color: #4f5165;
}
footer .locations .col-ym-9 {
  width: 70%;
  padding: 40px 15px 40px 35px;
}
footer .locations .location {
  width: 33.33%;
  min-height: 170px;
  float: left;
  padding-left: 40px;
  position: relative;
}
footer .locations .location img {
  position: absolute;
  left: 0;
}
footer .locations .location h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #4f5165;
  margin: 0 0 10px;
}
footer .locations .location p {
  font-size: 13px;
  margin: 0 0 5px;
}
footer .locations .location p a {
  font-size: 13px;
  color: #4f5165;
}
footer .locations .location p strong {
  font-weight: 500;
  color: #434343;
}
footer .google-maps #wpgmza_map_1 {
  float: none !important;
}
footer .footer-menu {
  padding: 50px 0;
}
footer .footer-menu h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #424246;
  margin: 0 0 15px;
}
footer .footer-menu h3 a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #424246;
}
footer .footer-menu ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
footer .footer-menu ul li {
  font-size: 13px;
  font-weight: 300;
  color: #424246;
  line-height: 20px;
  padding: 0 0 7px;
}
footer .footer-menu ul li a {
  font-size: 13px;
  font-weight: 300;
  color: #424246;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-menu ul li a:hover {
  color: #4f5165;
}
footer .footer-menu .criminal-offences ul {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}
footer .copyright-section {
  border-top: 1px solid #eee;
  padding: 25px 0;
}
footer .copyright-section p {
  font-size: 12px;
  color: #434343;
  margin: 0;
}
footer .copyright-section .credit {
  text-align: right;
}
footer .copyright-section .credit img {
  margin: 0 0 -7px 6px;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0 !important;
}
#popmake-7675 .popmake-close,
#popmake-8176 .popmake-close,
#popmake-8181 .popmake-close,
#popmake-8178 .popmake-close,
.pum-container .popmake-close,
.popmake .popmake-close {
  font-family: 'Roboto', sans-serif;
}
#popmake-7675 .popup-banner img,
#popmake-8176 .popup-banner img,
#popmake-8181 .popup-banner img,
#popmake-8178 .popup-banner img,
.pum-container .popup-banner img,
.popmake .popup-banner img {
  vertical-align: top;
}
#popmake-7675 .popup-title h3,
#popmake-8176 .popup-title h3,
#popmake-8181 .popup-title h3,
#popmake-8178 .popup-title h3,
.pum-container .popup-title h3,
.popmake .popup-title h3 {
  font-size: 20px;
  background: #626799;
  margin: 0;
  padding: 15px 45px;
}
#popmake-7675 .popup-title h3 a,
#popmake-7675 .popup-title h3 strong,
#popmake-8176 .popup-title h3 a,
#popmake-8176 .popup-title h3 strong,
#popmake-8181 .popup-title h3 a,
#popmake-8181 .popup-title h3 strong,
#popmake-8178 .popup-title h3 a,
#popmake-8178 .popup-title h3 strong,
.pum-container .popup-title h3 a,
.pum-container .popup-title h3 strong,
.popmake .popup-title h3 a,
.popmake .popup-title h3 strong {
  color: #d0d4fb;
  text-decoration: underline;
}
#popmake-7675 .popup-content,
#popmake-8176 .popup-content,
#popmake-8181 .popup-content,
#popmake-8178 .popup-content,
.pum-container .popup-content,
.popmake .popup-content {
  padding: 35px 45px;
}
#popmake-7675 .popup-content .gforms_confirmation_message,
#popmake-8176 .popup-content .gforms_confirmation_message,
#popmake-8181 .popup-content .gforms_confirmation_message,
#popmake-8178 .popup-content .gforms_confirmation_message,
.pum-container .popup-content .gforms_confirmation_message,
.popmake .popup-content .gforms_confirmation_message {
  padding-top: 20px;
}
#popmake-7675 .popup-content form .validation_error,
#popmake-8176 .popup-content form .validation_error,
#popmake-8181 .popup-content form .validation_error,
#popmake-8178 .popup-content form .validation_error,
.pum-container .popup-content form .validation_error,
.popmake .popup-content form .validation_error {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: red;
  margin: 0;
  padding: 10px 0 0;
  border: 0 none;
}
#popmake-7675 .popup-content form ul,
#popmake-8176 .popup-content form ul,
#popmake-8181 .popup-content form ul,
#popmake-8178 .popup-content form ul,
.pum-container .popup-content form ul,
.popmake .popup-content form ul {
  margin: 0px;
  padding: 15px 0 0;
  list-style: none;
}
#popmake-7675 .popup-content form ul li label,
#popmake-8176 .popup-content form ul li label,
#popmake-8181 .popup-content form ul li label,
#popmake-8178 .popup-content form ul li label,
.pum-container .popup-content form ul li label,
.popmake .popup-content form ul li label {
  display: none;
}
#popmake-7675 .popup-content form ul li input,
#popmake-7675 .popup-content form ul li textarea,
#popmake-8176 .popup-content form ul li input,
#popmake-8176 .popup-content form ul li textarea,
#popmake-8181 .popup-content form ul li input,
#popmake-8181 .popup-content form ul li textarea,
#popmake-8178 .popup-content form ul li input,
#popmake-8178 .popup-content form ul li textarea,
.pum-container .popup-content form ul li input,
.pum-container .popup-content form ul li textarea,
.popmake .popup-content form ul li input,
.popmake .popup-content form ul li textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #5d5d5d;
  width: 100%;
  border: 1px solid #fff;
  padding: 10px;
  margin: 0 0 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#popmake-7675 .popup-content form ul li textarea,
#popmake-8176 .popup-content form ul li textarea,
#popmake-8181 .popup-content form ul li textarea,
#popmake-8178 .popup-content form ul li textarea,
.pum-container .popup-content form ul li textarea,
.popmake .popup-content form ul li textarea {
  resize: none;
  height: 120px;
}
#popmake-7675 .popup-content form ul li .validation_message,
#popmake-8176 .popup-content form ul li .validation_message,
#popmake-8181 .popup-content form ul li .validation_message,
#popmake-8178 .popup-content form ul li .validation_message,
.pum-container .popup-content form ul li .validation_message,
.popmake .popup-content form ul li .validation_message {
  display: none !important;
}
#popmake-7675 .popup-content form ul li.gfield_error,
#popmake-8176 .popup-content form ul li.gfield_error,
#popmake-8181 .popup-content form ul li.gfield_error,
#popmake-8178 .popup-content form ul li.gfield_error,
.pum-container .popup-content form ul li.gfield_error,
.popmake .popup-content form ul li.gfield_error {
  margin: 0 !important;
}
#popmake-7675 .popup-content form ul li.gfield_error input,
#popmake-8176 .popup-content form ul li.gfield_error input,
#popmake-8181 .popup-content form ul li.gfield_error input,
#popmake-8178 .popup-content form ul li.gfield_error input,
.pum-container .popup-content form ul li.gfield_error input,
.popmake .popup-content form ul li.gfield_error input {
  border: 1px solid red;
}
#popmake-7675 .popup-content form .gform_footer,
#popmake-8176 .popup-content form .gform_footer,
#popmake-8181 .popup-content form .gform_footer,
#popmake-8178 .popup-content form .gform_footer,
.pum-container .popup-content form .gform_footer,
.popmake .popup-content form .gform_footer {
  margin: 0;
  padding: 10px 0 0;
}
#popmake-7675 .popup-content form .gform_footer input,
#popmake-8176 .popup-content form .gform_footer input,
#popmake-8181 .popup-content form .gform_footer input,
#popmake-8178 .popup-content form .gform_footer input,
.pum-container .popup-content form .gform_footer input,
.popmake .popup-content form .gform_footer input {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #fff;
  background: #626799;
  border: 1px solid #626799;
  padding: 10px;
  width: 100%;
  display: block;
}
#popmake-7731 p {
  margin: 0;
}
#popmake-7731 p iframe {
  vertical-align: top;
}
body.home #video-background,
body.page-template-template-home #video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}
body.home .video-section,
body.page-template-template-home .video-section {
  min-height: 50vh;
  height: 600px;
  position: relative;
  background: rgba(0,0,0,0.35);
}
body.home .video-section .video-content,
body.page-template-template-home .video-section .video-content {
  position: relative;
  top: 150px;
}
body.home .video-section .video-content .part-1,
body.page-template-template-home .video-section .video-content .part-1 {
  border-bottom: 1px solid rgba(255,255,255,0.25);
  padding: 0 0 35px;
}
body.home .video-section .video-content .part-1 h1,
body.page-template-template-home .video-section .video-content .part-1 h1 {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  padding: 0 0 10px;
}
body.home .video-section .video-content .part-1 h1 strong,
body.page-template-template-home .video-section .video-content .part-1 h1 strong {
  font-weight: 700;
  font-size: 50px;
  display: block;
}
body.home .video-section .video-content .part-1 p.button a,
body.page-template-template-home .video-section .video-content .part-1 p.button a {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 12px 25px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #fff;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.home .video-section .video-content .part-1 p.button a:hover,
body.page-template-template-home .video-section .video-content .part-1 p.button a:hover {
  color: #4f5165;
  background: #fff;
}
body.home .video-section .video-content .part-2,
body.page-template-template-home .video-section .video-content .part-2 {
  padding: 35px 0 0;
}
body.home .video-section .video-content .part-2 .col-ym-4,
body.page-template-template-home .video-section .video-content .part-2 .col-ym-4 {
  width: 30%;
}
body.home .video-section .video-content .part-2 .col-ym-5,
body.page-template-template-home .video-section .video-content .part-2 .col-ym-5 {
  width: 40%;
}
body.home .video-section .video-content .part-2 .box img,
body.page-template-template-home .video-section .video-content .part-2 .box img {
  float: left;
  padding: 0 15px 0 0;
}
body.home .video-section .video-content .part-2 .box p,
body.page-template-template-home .video-section .video-content .part-2 .box p {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  margin: 0;
  padding: 10px 0px;
}
body.home .video-section .video-content .part-2 .box p strong,
body.page-template-template-home .video-section .video-content .part-2 .box p strong {
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
body.home .video-section .scroll,
body.page-template-template-home .video-section .scroll {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
body.home .video-section .scroll p,
body.page-template-template-home .video-section .scroll p {
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
body.home .video-section .scroll p a,
body.page-template-template-home .video-section .scroll p a {
  font-size: 10px;
  font-weight: 300;
  color: #fff;
}
body.home .video-section .scroll p a i,
body.page-template-template-home .video-section .scroll p a i {
  font-size: 15px;
}
body.home .experience,
body.page-template-template-home .experience {
  display: none;
}
body.home .featured-in,
body.page-template-template-home .featured-in {
  padding: 10px 0;
  background: #fff;
}
body.home .featured-in .col-ym-2,
body.page-template-template-home .featured-in .col-ym-2 {
  border-right: 1px solid #6c6e6e;
  margin: 35px 0;
}
body.home .featured-in .col-ym-2 h3,
body.page-template-template-home .featured-in .col-ym-2 h3 {
  color: #6c6e6e;
  margin: 0;
  padding: 10px 0;
}
body.home .featured-in .col-ym-10 img,
body.page-template-template-home .featured-in .col-ym-10 img {
  padding-left: 15px;
}
body.home .success,
body.page-template-template-home .success {
  background: #4f5165;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.home .success .success-1,
body.page-template-template-home .success .success-1 {
  text-align: right;
}
body.home .success .success-1 .success-container,
body.page-template-template-home .success .success-1 .success-container {
  text-align: left;
  width: 540px;
  padding: 80px 0px 80px 0;
  display: inline-block;
}
body.home .success .success-1 .success-container h2,
body.page-template-template-home .success .success-1 .success-container h2 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
}
body.home .success .success-1 .success-container p,
body.page-template-template-home .success .success-1 .success-container p {
  color: #fff;
}
body.home .success .success-1 .success-container p strong,
body.home .success .success-1 .success-container p a,
body.page-template-template-home .success .success-1 .success-container p strong,
body.page-template-template-home .success .success-1 .success-container p a {
  color: #fff;
}
body.home .success .success-1 .success-container p a.read-more,
body.page-template-template-home .success .success-1 .success-container p a.read-more {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 12px 25px;
  margin: 10px 0 0;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #fff;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.home .success .success-1 .success-container p a.read-more:hover,
body.page-template-template-home .success .success-1 .success-container p a.read-more:hover {
  color: #4f5165;
  background: #fff;
}
body.home .success .success-2,
body.page-template-template-home .success .success-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 !important;
  justify-content: center;
  text-align: center;
}
body.home .success .success-2 h3,
body.page-template-template-home .success .success-2 h3 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 23% 0;
}
body.home .success .success-2 h3 i,
body.page-template-template-home .success .success-2 h3 i {
  font-size: 60px;
}
body.home .success .success-2 h3 a,
body.page-template-template-home .success .success-2 h3 a {
  font-family: 'Droid Serif', serif;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
body.home .success .success-2 img,
body.page-template-template-home .success .success-2 img {
  margin: 0 10px -17px 0;
}
body.home .expertise,
body.page-template-template-home .expertise {
  padding: 50px 0 65px;
  background: #fff;
}
body.home .expertise .gridder,
body.page-template-template-home .expertise .gridder {
  font-size: 0;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
body.home .expertise .gridder a,
body.page-template-template-home .expertise .gridder a {
  display: block;
}
body.home .expertise .gridder .gridder-list.hover,
body.home .expertise .gridder .gridder-list:hover,
body.page-template-template-home .expertise .gridder .gridder-list.hover,
body.page-template-template-home .expertise .gridder .gridder-list:hover {
  opacity: 0.8;
}
body.home .expertise .gridder .gridder-list,
body.page-template-template-home .expertise .gridder .gridder-list {
  width: 33.33%;
  border-right: 1px solid #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.home .expertise .gridder .gridder-list img,
body.page-template-template-home .expertise .gridder .gridder-list img {
  max-width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
body.home .expertise .gridder .gridder-list .overlay,
body.page-template-template-home .expertise .gridder .gridder-list .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 60px 40px;
}
body.home .expertise .gridder .gridder-list .overlay h3,
body.page-template-template-home .expertise .gridder .gridder-list .overlay h3 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 0 0 20px;
}
body.home .expertise .gridder .gridder-list .overlay h3 img,
body.page-template-template-home .expertise .gridder .gridder-list .overlay h3 img {
  border-bottom: 0 none;
  vertical-align: middle;
}
body.home .expertise .gridder .gridder-list .overlay p,
body.page-template-template-home .expertise .gridder .gridder-list .overlay p {
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  margin: 0;
  padding: 0 0 20px;
}
body.home .expertise .gridder .gridder-list .overlay a.read-more,
body.page-template-template-home .expertise .gridder .gridder-list .overlay a.read-more {
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}
body.home .expertise .gridder .gridder-list.item-1,
body.home .expertise .gridder .gridder-list.item-2,
body.page-template-template-home .expertise .gridder .gridder-list.item-1,
body.page-template-template-home .expertise .gridder .gridder-list.item-2 {
  width: 50%;
}
body.home .expertise .gridder .gridder-list.item-1 p,
body.home .expertise .gridder .gridder-list.item-2 p,
body.page-template-template-home .expertise .gridder .gridder-list.item-1 p,
body.page-template-template-home .expertise .gridder .gridder-list.item-2 p {
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  margin: 0;
  padding: 0 0 20px;
}
body.home .expertise .gridder-navigation,
body.page-template-template-home .expertise .gridder-navigation {
  display: none;
}
body.home .expertise .gridder-navigation .gridder-nav.disabled,
body.page-template-template-home .expertise .gridder-navigation .gridder-nav.disabled {
  opacity: 0.5;
}
body.home .expertise .gridder-show,
body.page-template-template-home .expertise .gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background: #EEE url("https://lylawyers.com.au/wp-content/themes/project-ym/less/../images/loading-spin.svg") no-repeat center;
  padding: 30px;
  background: #f3f3f7;
  margin-bottom: 10px;
  border-bottom: 3px solid #4f5165;
}
body.home .expertise .gridder-show p,
body.page-template-template-home .expertise .gridder-show p {
  font-size: 15px;
  font-weight: 300;
  color: #505050;
  line-height: 21px;
  margin: 0 0 17px;
}
body.home .expertise .gridder-show p strong,
body.page-template-template-home .expertise .gridder-show p strong {
  font-weight: 700;
  color: #505050;
}
body.home .expertise .gridder-show p a,
body.page-template-template-home .expertise .gridder-show p a {
  color: #444b9e;
}
body.home .expertise .gridder-show p:last-child,
body.page-template-template-home .expertise .gridder-show p:last-child {
  margin: 0;
}
body.home .expertise .gridder-show.loading,
body.page-template-template-home .expertise .gridder-show.loading {
  background: #EEE url("https://lylawyers.com.au/wp-content/themes/project-ym/less/../images/loading-spin.svg") no-repeat center;
}
body.home .expertise .gridder-content,
body.page-template-template-home .expertise .gridder-content {
  display: none;
}
body.home .expertise .gridder-list:nth-of-type(6n),
body.page-template-template-home .expertise .gridder-list:nth-of-type(6n) {
  margin-right: 0;
  margin-bottom: 0;
}
body.home .expertise .hasSelectedItem .gridder-list,
body.page-template-template-home .expertise .hasSelectedItem .gridder-list {
  opacity: 1;
}
body.home .expertise .hasSelectedItem .gridder-list.selectedItem,
body.page-template-template-home .expertise .hasSelectedItem .gridder-list.selectedItem {
  opacity: 0.5;
}
body.home .expertise h2,
body.page-template-template-home .expertise h2 {
  font-size: 35px;
  font-weight: 400;
  color: #6c6e6e;
  margin: 0;
  padding: 0 0 26px;
}
body.home .expertise .col-ym-6,
body.page-template-template-home .expertise .col-ym-6 {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0;
}
body.home .expertise .col-ym-6 .expertise-box,
body.page-template-template-home .expertise .col-ym-6 .expertise-box {
  padding: 55px 40px;
  min-height: 300px;
}
body.home .expertise .col-ym-4,
body.page-template-template-home .expertise .col-ym-4 {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0;
}
body.home .expertise .col-ym-4 .expertise-box,
body.page-template-template-home .expertise .col-ym-4 .expertise-box {
  padding: 125px 40px 0px 40px;
  min-height: 250px;
}
body.home .expertise .col-ym-4 .expertise-box h3,
body.page-template-template-home .expertise .col-ym-4 .expertise-box h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0 0 10px;
}
body.home .expertise .col-ym-4 .expertise-box p,
body.page-template-template-home .expertise .col-ym-4 .expertise-box p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
body.home .expertise .col-ym-4 .expertise-box a,
body.page-template-template-home .expertise .col-ym-4 .expertise-box a {
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}
body.home .accomplished-lawyers,
body.page-template-template-home .accomplished-lawyers {
  background: #4f5165;
  padding: 65px 0;
  text-align: center;
}
body.home .accomplished-lawyers h3,
body.page-template-template-home .accomplished-lawyers h3 {
  font-size: 24px;
  color: #fff;
  margin: 0;
}
body.home .accomplished-lawyers p,
body.page-template-template-home .accomplished-lawyers p {
  font-size: 21px;
  color: #fff;
  margin: 0;
  padding: 10px 0 20px;
}
body.home .accomplished-lawyers p.button,
body.page-template-template-home .accomplished-lawyers p.button {
  margin: 0;
  padding: 0;
}
body.home .accomplished-lawyers p.button a,
body.page-template-template-home .accomplished-lawyers p.button a {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 12px 25px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  display: inline-block;
  border: 1px solid #fff;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.home .accomplished-lawyers p.button a:hover,
body.page-template-template-home .accomplished-lawyers p.button a:hover {
  color: #4f5165;
  background: #fff;
}
body.home .news,
body.page-template-template-home .news {
  padding: 55px 0;
  background: #fff;
}
body.home .news h2,
body.page-template-template-home .news h2 {
  font-size: 35px;
  font-weight: 400;
  color: #6c6e6e;
  margin: 0;
  padding: 0 0 26px;
}
body.home .news .carousel.slide,
body.page-template-template-home .news .carousel.slide {
  margin-bottom: 15px;
}
body.home .news .carousel.slide svg,
body.page-template-template-home .news .carousel.slide svg {
  width: 30px;
  height: 30px;
}
body.home .news .carousel-indicators .active,
body.page-template-template-home .news .carousel-indicators .active {
  background-color: #2980b9;
}
body.home .news .carousel-inner img,
body.page-template-template-home .news .carousel-inner img {
  width: 100%;
  max-height: 460px;
  visibility: hidden;
  opacity: 0;
}
body.home .news .carousel-control,
body.page-template-template-home .news .carousel-control {
  width: 0;
}
body.home .news .carousel-control.left,
body.home .news .carousel-control.right,
body.page-template-template-home .news .carousel-control.left,
body.page-template-template-home .news .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}
body.home .news .carousel-control.left span,
body.page-template-template-home .news .carousel-control.left span {
  padding: 15px;
}
body.home .news .carousel-control.right span,
body.page-template-template-home .news .carousel-control.right span {
  padding: 15px;
}
body.home .news .carousel-control,
body.page-template-template-home .news .carousel-control {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.home .news .carousel-control svg,
body.page-template-template-home .news .carousel-control svg {
  position: absolute;
  top: 80%;
}
body.home .news .carousel-control:hover,
body.page-template-template-home .news .carousel-control:hover {
  opacity: 0.75;
}
body.home .news .left.carousel-control svg,
body.page-template-template-home .news .left.carousel-control svg {
  left: 40px;
}
body.home .news .right.carousel-control svg,
body.page-template-template-home .news .right.carousel-control svg {
  left: 75px;
}
body.home .news .carousel-control .glyphicon-chevron-left,
body.home .news .carousel-control .icon-prev,
body.home .news .carousel-control .fa-arrow-circle-o-left,
body.home .news .left.carousel-control,
body.page-template-template-home .news .carousel-control .glyphicon-chevron-left,
body.page-template-template-home .news .carousel-control .icon-prev,
body.page-template-template-home .news .carousel-control .fa-arrow-circle-o-left,
body.page-template-template-home .news .left.carousel-control {
  left: 0px;
}
body.home .news .carousel-control.right,
body.page-template-template-home .news .carousel-control.right {
  right: auto;
  left: 40;
}
body.home .news .right.carousel-control
			.carousel-control .glyphicon-chevron-right,
body.home .news .carousel-control .icon-next,
body.home .news .carousel-control .fa-arrow-circle-o-right,
body.page-template-template-home .news .right.carousel-control
			.carousel-control .glyphicon-chevron-right,
body.page-template-template-home .news .carousel-control .icon-next,
body.page-template-template-home .news .carousel-control .fa-arrow-circle-o-right {
  left: 70px;
  right: auto;
}
body.home .news .carousel-control.left span,
body.home .news .carousel-control.right span,
body.page-template-template-home .news .carousel-control.left span,
body.page-template-template-home .news .carousel-control.right span {
  background-color: #000;
}
body.home .news .carousel-control.left span:hover,
body.home .news .carousel-control.right span:hover,
body.page-template-template-home .news .carousel-control.left span:hover,
body.page-template-template-home .news .carousel-control.right span:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
body.home .news .item,
body.page-template-template-home .news .item {
  max-height: 380px;
  height: 380px;
}
body.home .news .header-text,
body.page-template-template-home .news .header-text {
  position: absolute;
  top: 0%;
  left: 0%;
  right: auto;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 60px 0 0 25px;
  background: -moz-linear-gradient(left,#4f5166 15%,rgba(79,81,102,0.83) 27%,rgba(125,185,232,0) 85%);
  background: -webkit-linear-gradient(left,#4f5166 15%,rgba(79,81,102,0.83) 27%,rgba(125,185,232,0) 85%);
  background: linear-gradient(to right,#4f5166 15%,rgba(79,81,102,0.83) 27%,rgba(125,185,232,0) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f5166',endColorstr='#007db9e8',GradientType=1);
}
body.home .news .header-text h3,
body.page-template-template-home .news .header-text h3 {
  font-family: 'Droid Serif', serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin: 0;
  padding: 0 0 25px;
}
body.home .news .header-text p,
body.page-template-template-home .news .header-text p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  padding: 0 0 25px;
  margin: 0;
}
body.home .news .header-text a.btn,
body.page-template-template-home .news .header-text a.btn {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px 25px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #fff;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.home .news .header-text a.btn:hover,
body.page-template-template-home .news .header-text a.btn:hover {
  color: #4f5165;
  background: #fff;
}
body.home .news .col-ym-6 .heading,
body.page-template-template-home .news .col-ym-6 .heading {
  height: 280px;
  padding: 45px 35px;
  position: relative;
}
body.home .news .col-ym-6 .heading h3,
body.page-template-template-home .news .col-ym-6 .heading h3 {
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 45px;
}
body.home .news .col-ym-6 .description,
body.page-template-template-home .news .col-ym-6 .description {
  padding: 25px 0 0;
}
body.home .news .col-ym-6 .description article,
body.page-template-template-home .news .col-ym-6 .description article {
  margin-bottom: 3rem;
  position: relative;
  *zoom: 1;
}
body.home .news .col-ym-6 .description article p,
body.page-template-template-home .news .col-ym-6 .description article p {
  font-size: 15px;
  font-weight: 300;
  color: #505050;
  line-height: 20px;
}
body.home .news .col-ym-6 .description article:before,
body.home .news .col-ym-6 .description article:after,
body.page-template-template-home .news .col-ym-6 .description article:before,
body.page-template-template-home .news .col-ym-6 .description article:after {
  content: "";
  display: table;
}
body.home .news .col-ym-6 .description article:after,
body.page-template-template-home .news .col-ym-6 .description article:after {
  clear: both;
}
body.home .news .col-ym-6 .description article section:last-of-type,
body.page-template-template-home .news .col-ym-6 .description article section:last-of-type {
  display: none;
  visibility: hidden;
}
body.home .news .col-ym-6 .description section,
body.page-template-template-home .news .col-ym-6 .description section {
  -webkit-transition: .125s linear;
  -moz-transition: .125s linear;
  -ms-transition: .125s linear;
  -o-transition: .125s linear;
  transition: .125s linear;
}
body.home .news .col-ym-6 .description input[type=checkbox],
body.page-template-template-home .news .col-ym-6 .description input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
body.home .news .col-ym-6 .description [for^="read_more"],
body.page-template-template-home .news .col-ym-6 .description [for^="read_more"] {
  font-family: 'Droid Serif', serif;
  font-weight: 600;
  font-size: 14px;
  color: #505050;
  position: absolute;
  bottom: -55px;
  left: 0;
  text-align: center;
  padding: 10px 25px;
  border: 1px solid #505050;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.home .news .col-ym-6 .description [for^="read_more"]:hover,
body.page-template-template-home .news .col-ym-6 .description [for^="read_more"]:hover {
  background: #4f5165;
  color: #fff;
  border: 1px solid #4f5165;
  cursor: pointer;
  cursor: hand;
}
body.home .news .col-ym-6 .description [for^="read_more"] span:last-of-type,
body.page-template-template-home .news .col-ym-6 .description [for^="read_more"] span:last-of-type {
  display: none;
  visibility: hidden;
}
body.home .news .col-ym-6 .description input[type=checkbox]:checked ~ section,
body.page-template-template-home .news .col-ym-6 .description input[type=checkbox]:checked ~ section {
  display: block;
  visibility: visible;
  width: 100%;
}
body.home .news .col-ym-6 .description input[type=checkbox]:checked ~ figure,
body.page-template-template-home .news .col-ym-6 .description input[type=checkbox]:checked ~ figure {
  width: 100%;
}
body.home .news .col-ym-6 .description input[type=checkbox]:checked ~ [for^="read_more"] span:first-of-type,
body.page-template-template-home .news .col-ym-6 .description input[type=checkbox]:checked ~ [for^="read_more"] span:first-of-type {
  display: none;
  visibility: hidden;
}
body.home .news .col-ym-6 .description input[type=checkbox]:checked ~ [for^="read_more"] span:last-of-type,
body.page-template-template-home .news .col-ym-6 .description input[type=checkbox]:checked ~ [for^="read_more"] span:last-of-type {
  display: block;
  visibility: visible;
}
body.home .achieved,
body.page-template-template-home .achieved {
  background: #4f5165;
  padding: 60px 0;
  text-align: center;
}
body.home .achieved h3,
body.page-template-template-home .achieved h3 {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  margin-top: 0;
}
body.home .achieved p,
body.page-template-template-home .achieved p {
  color: #fff;
  line-height: 20px;
}
body.home .achieved p a,
body.home .achieved p strong,
body.page-template-template-home .achieved p a,
body.page-template-template-home .achieved p strong {
  color: #fff;
}
body.home .achieved p.button,
body.page-template-template-home .achieved p.button {
  margin-bottom: 0;
}
body.home .achieved a.book-consultation-home,
body.page-template-template-home .achieved a.book-consultation-home {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #fff;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.home .achieved a.book-consultation-home:hover,
body.page-template-template-home .achieved a.book-consultation-home:hover {
  color: #4f5165;
  background: #fff;
}
body.home .leading,
body.page-template-template-home .leading {
  background: url('https://lylawyers.com.au/wp-content/themes/project-ym/less/../images/ly-lawyers-leading-criminal-law-firm-background.jpg') repeat-x center center #edeff6;
  padding: 60px 0px;
  text-align: center;
}
body.home .leading h3,
body.page-template-template-home .leading h3 {
  font-size: 35px;
  font-weight: 400;
  color: #505050;
  margin-top: 0;
}
body.home .leading h4,
body.page-template-template-home .leading h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #505050;
}
body.home .leading p,
body.page-template-template-home .leading p {
  font-size: 15px;
  font-weight: 300;
  color: #505050;
  line-height: 20px;
}
body.home .leading p:last-child,
body.page-template-template-home .leading p:last-child {
  margin-bottom: 0;
}
body.home .leading a,
body.page-template-template-home .leading a {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #505050;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.home .leading a:hover,
body.page-template-template-home .leading a:hover {
  color: #fff;
  background: #505050;
}
body.home .leading article,
body.page-template-template-home .leading article {
  margin-bottom: 3rem;
  position: relative;
  *zoom: 1;
}
body.home .leading article p,
body.page-template-template-home .leading article p {
  font-size: 15px;
  font-weight: 300;
  color: #505050;
  line-height: 20px;
}
body.home .leading article:before,
body.home .leading article:after,
body.page-template-template-home .leading article:before,
body.page-template-template-home .leading article:after {
  content: "";
  display: table;
}
body.home .leading article:after,
body.page-template-template-home .leading article:after {
  clear: both;
}
body.home .leading article section:last-of-type,
body.page-template-template-home .leading article section:last-of-type {
  display: none;
  visibility: hidden;
}
body.home .leading section,
body.page-template-template-home .leading section {
  -webkit-transition: .125s linear;
  -moz-transition: .125s linear;
  -ms-transition: .125s linear;
  -o-transition: .125s linear;
  transition: .125s linear;
}
body.home .leading input[type=checkbox],
body.page-template-template-home .leading input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
body.home .leading [for^="read_more"],
body.page-template-template-home .leading [for^="read_more"] {
  font-family: 'Droid Serif', serif;
  font-weight: 600;
  font-size: 14px;
  color: #505050;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 150px;
  bottom: -55px;
  text-align: center;
  padding: 10px 25px;
  border: 1px solid #505050;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.home .leading [for^="read_more"]:hover,
body.page-template-template-home .leading [for^="read_more"]:hover {
  background: #4f5165;
  color: #fff;
  border: 1px solid #4f5165;
  cursor: pointer;
  cursor: hand;
}
body.home .leading [for^="read_more"] span:last-of-type,
body.page-template-template-home .leading [for^="read_more"] span:last-of-type {
  display: none;
  visibility: hidden;
}
body.home .leading input[type=checkbox]:checked ~ section,
body.page-template-template-home .leading input[type=checkbox]:checked ~ section {
  display: block;
  visibility: visible;
  width: 100%;
}
body.home .leading input[type=checkbox]:checked ~ figure,
body.page-template-template-home .leading input[type=checkbox]:checked ~ figure {
  width: 100%;
}
body.home .leading input[type=checkbox]:checked ~ [for^="read_more"] span:first-of-type,
body.page-template-template-home .leading input[type=checkbox]:checked ~ [for^="read_more"] span:first-of-type {
  display: none;
  visibility: hidden;
}
body.home .leading input[type=checkbox]:checked ~ [for^="read_more"] span:last-of-type,
body.page-template-template-home .leading input[type=checkbox]:checked ~ [for^="read_more"] span:last-of-type {
  display: block;
  visibility: visible;
}
body.home .testimonials,
body.page-template-template-home .testimonials {
  background: url('https://lylawyers.com.au/wp-content/themes/project-ym/less/../images/ly-lawyers-testimonials-background.jpg') no-repeat center center / cover #fff;
  text-align: center;
  padding: 50px 0;
  min-height: 475px;
}
body.home .testimonials .testimonial_rotator_description,
body.page-template-template-home .testimonials .testimonial_rotator_description {
  max-width: 800px;
  margin: 0 auto;
}
body.home .testimonials p.quotation-mark,
body.page-template-template-home .testimonials p.quotation-mark {
  font-family: 'Droid Serif', serif;
  font-size: 220px;
  color: #fff;
  line-height: 220px;
  margin: 0 0 -110px;
  padding: 0;
}
body.home .testimonials h2,
body.page-template-template-home .testimonials h2 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  padding: 0 0 10px;
}
body.home .testimonials .testimonial_rotator_quote,
body.page-template-template-home .testimonials .testimonial_rotator_quote {
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  line-height: 26px;
}
body.home .testimonials .testimonial_rotator_author_info,
body.page-template-template-home .testimonials .testimonial_rotator_author_info {
  border: 0;
  margin: 0;
  padding: 5px 0 0;
}
body.home .testimonials .testimonial_rotator_author_info p,
body.page-template-template-home .testimonials .testimonial_rotator_author_info p {
  font-size: 20px;
  font-style: normal;
  color: #fff;
}
body.home .latest-blog,
body.page-template-template-home .latest-blog {
  background: #2d3a48;
  padding: 55px 0;
}
body.home .latest-blog .section-title,
body.page-template-template-home .latest-blog .section-title {
  text-align: center;
}
body.home .latest-blog .section-title h3,
body.page-template-template-home .latest-blog .section-title h3 {
  font-size: 40px;
  color: #fff;
  margin-top: 0;
}
body.home .latest-blog .single-article .box,
body.page-template-template-home .latest-blog .single-article .box {
  background: #fff;
}
body.home .latest-blog .single-article .box .featured-image img,
body.page-template-template-home .latest-blog .single-article .box .featured-image img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
body.home .latest-blog .single-article .box .article-content,
body.page-template-template-home .latest-blog .single-article .box .article-content {
  padding: 20px 25px 0;
}
body.home .latest-blog .single-article .box .article-content h4,
body.page-template-template-home .latest-blog .single-article .box .article-content h4 {
  font-size: 20px;
  color: #404f5f;
  margin: 0;
  padding: 0 0 0px;
}
body.home .latest-blog .single-article .box .article-content p.excerpt,
body.page-template-template-home .latest-blog .single-article .box .article-content p.excerpt {
  font-size: 14px;
  color: #696969;
  margin: 0;
  padding: 15px 0 20px;
}
body.home .latest-blog .single-article .box .article-content p.date,
body.page-template-template-home .latest-blog .single-article .box .article-content p.date {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #1c2732;
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
}
body.page-template-template-onpage .video-section .video-content .part-1 .ym-container,
body.page-template-template-onpage .part-1 .ym-container,
body.page-template-template-home .video-section .video-content .part-1 .ym-container,
body.page-template-template-home .part-1 .ym-container {
  position: relative;
}
body.page-template-template-onpage .form-onpage,
body.page-template-template-home .form-onpage {
  position: absolute;
  top: -50px;
  right: 0;
  width: 35%;
  max-width: 500px;
  background: #4a4e78;
  box-shadow: 1px 1px 5px #353535;
  z-index: 1;
}
body.page-template-template-onpage .form-onpage h1,
body.page-template-template-home .form-onpage h1 {
  font-size: 20px !important;
  margin: 0 auto 20px !important;
}
@media screen and (max-width: 1124px) {
  body.page-template-template-onpage .form-onpage,
  body.page-template-template-home .form-onpage {
    width: 40%;
    right: 10px;
  }
}
@media screen and (max-width: 860px) {
  body.page-template-template-onpage .form-onpage,
  body.page-template-template-home .form-onpage {
    display: none;
  }
}
body.page-template-template-onpage .form-onpage .form-content,
body.page-template-template-home .form-onpage .form-content {
  padding: 20px 35px 45px 45px;
}
body.page-template-template-onpage .form-onpage .form-content .gforms_confirmation_message,
body.page-template-template-home .form-onpage .form-content .gforms_confirmation_message {
  padding-top: 20px;
}
body.page-template-template-onpage .form-onpage .form-content form .validation_error,
body.page-template-template-home .form-onpage .form-content form .validation_error {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: red;
  margin: 0;
  padding: 10px 0 0;
  border: 0 none;
}
body.page-template-template-onpage .form-onpage .form-content form ul,
body.page-template-template-home .form-onpage .form-content form ul {
  margin: 0px;
  padding: 15px 0 0;
  list-style: none;
}
body.page-template-template-onpage .form-onpage .form-content form ul li label,
body.page-template-template-home .form-onpage .form-content form ul li label {
  display: none;
}
body.page-template-template-onpage .form-onpage .form-content form ul li input,
body.page-template-template-onpage .form-onpage .form-content form ul li textarea,
body.page-template-template-home .form-onpage .form-content form ul li input,
body.page-template-template-home .form-onpage .form-content form ul li textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #5d5d5d;
  width: 100%;
  border: 1px solid #fff;
  padding: 10px;
  margin: 0 0 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.page-template-template-onpage .form-onpage .form-content form ul li textarea,
body.page-template-template-home .form-onpage .form-content form ul li textarea {
  resize: none;
  height: 120px;
}
body.page-template-template-onpage .form-onpage .form-content form ul li .validation_message,
body.page-template-template-home .form-onpage .form-content form ul li .validation_message {
  display: none !important;
}
body.page-template-template-onpage .form-onpage .form-content form ul li.gfield_error,
body.page-template-template-home .form-onpage .form-content form ul li.gfield_error {
  margin: 0 !important;
}
body.page-template-template-onpage .form-onpage .form-content form ul li.gfield_error input,
body.page-template-template-home .form-onpage .form-content form ul li.gfield_error input {
  border: 1px solid red;
}
body.page-template-template-onpage .form-onpage .form-content form .gform_footer,
body.page-template-template-home .form-onpage .form-content form .gform_footer {
  margin: 0;
  padding: 10px 0 0;
}
body.page-template-template-onpage .form-onpage .form-content form .gform_footer input,
body.page-template-template-home .form-onpage .form-content form .gform_footer input {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #fff;
  background: #5560dc;
  border: 1px solid #6570e9;
  padding: 10px;
  width: 100%;
  display: block;
}
body.page-template-template-onpage .form-onpage {
  top: -50px;
}
body.page-template-template-form .page-header .inner-header .part-1 p.breadcrumbs {
  display: none !important;
}
body.page .page-header .inner-header {
  padding: 180px 0 80px;
  background: rgba(0,0,0,0.4);
}
body.page .page-header .inner-header .part-1 {
  border-bottom: 1px solid rgba(255,255,255,0.25);
  padding: 0 0 35px;
}
body.page .page-header .inner-header .part-1 h1 {
  font-size: 40px;
  color: #fff;
  margin: 0;
}
body.page .page-header .inner-header .part-1 p.breadcrumbs {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}
body.page .page-header .inner-header .part-1 p.breadcrumbs a,
body.page .page-header .inner-header .part-1 p.breadcrumbs span {
  font-size: 14px;
  color: #fff;
}
body.page .page-header .inner-header .part-1 p.breadcrumbs a,
body.page .page-header .inner-header .part-1 p.breadcrumbs strong {
  font-weight: 400;
}
body.page .page-header .inner-header .part-2 {
  padding: 35px 0 0;
}
body.page .page-header .inner-header .part-2 h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px;
}
body.page .page-header .inner-header .part-2 p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
body.page .page-header .inner-header .part-2 p a {
  color: #fff;
}
body.page .page-header .inner-header .part-2 p.button a {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 12px 25px;
  margin: 15px 0 0;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #fff;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.page .page-header .inner-header .part-2 p.button a:hover {
  color: #4f5165;
  background: #fff;
}
body.page .experience {
  background: #4f5165;
  padding: 30px 0;
}
body.page .experience .col-ym-4 {
  width: 30%;
}
body.page .experience .col-ym-5 {
  width: 40%;
}
body.page .experience .box img {
  float: left;
  padding: 0 15px 0 0;
}
body.page .experience .box p {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  margin: 0;
  padding: 10px 0px;
}
body.page .experience .box p strong {
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
body.page .the-content {
  padding: 35px 0;
}
body.page .the-content ul.contact-list {
  margin-left: 0;
  padding-left: 0;
}
body.page .the-content ul.contact-list li:before {
  display: none;
  visibility: hidden;
}
body.page .the-content ul.contact-list li {
  display: inline-block;
  padding: 0 10px 0;
  border-right: 1px solid #505050;
}
body.page .the-content ul.contact-list li:last-child {
  border-right: 0;
}
body.page .the-content .vc_btn3-container {
  display: block;
}
body.page .the-content .vc_btn3-container a {
  color: #fff;
  background: #4f5165;
  width: 100%;
  display: block;
}
body.page .the-content p img {
  max-width: 100%;
  height: auto;
}
body.page .the-content h2,
body.page .the-content h3,
body.page .the-content h4,
body.page .the-content h5,
body.page .the-content h6 {
  margin: 0 0 10px;
}
body.page .the-content h2 a,
body.page .the-content h3 a,
body.page .the-content h4 a,
body.page .the-content h5 a,
body.page .the-content h6 a {
  font-family: 'Droid Serif', serif;
  color: #4f5165;
}
body.page .the-content img {
  max-width: 100%;
}
body.page .the-content h2 {
  font-size: 25px;
  font-weight: 700;
  color: #4f5165;
}
body.page .the-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #4f5165;
}
body.page .the-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #4f5165;
}
body.page .the-content h5 {
  font-size: 14px;
  font-weight: 700;
  color: #4f5165;
}
body.page .the-content h6 {
  font-size: 14px;
  font-weight: 700;
  color: #4f5165;
}
body.page .the-content p {
  font-size: 15px;
  font-weight: 300;
  color: #505050;
  line-height: 21px;
  margin: 0 0 17px;
}
body.page .the-content p strong {
  font-weight: 700;
  color: #505050;
}
body.page .the-content p a {
  color: #4348a0;
}
body.page .the-content p:last-child {
  margin: 0;
}
body.page .the-content ul,
body.page .the-content ol {
  padding-bottom: 10px;
}
body.page .the-content ul li,
body.page .the-content ol li {
  font-size: 15px;
  font-weight: 300;
  color: #505050;
  line-height: 21px;
  margin: 0 0 7px;
}
body.page .the-content ul li strong,
body.page .the-content ol li strong {
  font-weight: 700;
  color: #505050;
}
body.page .the-content ul li a,
body.page .the-content ol li a {
  color: #444b9e;
}
body.page .the-content ul {
  list-style: none;
}
body.page .the-content ul li:before {
  font-family: 'FontAwesome';
  font-size: 10px;
  content: '\f054';
  color: #4348a0;
  margin: 0 10px 0 -18px;
}
body.page .the-content table {
  margin: 0 0 20px;
}
body.page .the-content table thead th {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  background: #4f5165;
  padding: 10px;
}
body.page .the-content table tbody td {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #505050;
  padding: 5px 10px;
  border: 1px solid #eee;
}
body.page .the-content .vc_tta-container .vc_tta-panel .vc_tta-panel-heading {
  background: #fff;
  border: 3px solid #6068c0;
  margin-bottom: 1px;
}
body.page .the-content .vc_tta-container .vc_tta-panel .vc_tta-panel-heading h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #494e7c;
  line-height: 22px;
}
body.page .the-content .vc_tta-container .vc_tta-panel .vc_tta-panel-heading h4 a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #494e7c;
  padding: 20px 50px 20px 20px;
}
body.page .the-content .vc_tta-container .vc_tta-panel .vc_tta-panel-heading h4 a i.vc_tta-controls-icon,
body.page .the-content .vc_tta-container .vc_tta-panel .vc_tta-panel-heading h4 a i.vc_tta-controls-icon:before,
body.page .the-content .vc_tta-container .vc_tta-panel .vc_tta-panel-heading h4 a i.vc_tta-controls-icon:after {
  border-color: #6068c0;
}
body.page .the-content .vc_tta-container .vc_tta-panel .vc_tta-panel-body {
  background: #f3f3f7;
  padding: 21px;
}
body.page .the-content .vc_tta-container .vc_tta-panel .vc_tta-panel-body p {
  font-size: 14px;
  margin: 0 0 10px;
}
body.page .the-content .nsw-courts-text {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #505050;
  line-height: 21px;
}
body.page .the-content .nsw-courts-btn {
  background-color: #f3f3f7;
  border: 1px solid #eeeeee;
  margin: 10px 20px 0 0;
  position: relative;
  width: 47%;
  display: inline-block;
}
body.page .the-content .nsw-courts-link {
  font-family: 'Roboto', sans-serif;
  clear: both;
  color: #505050;
  float: none;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  padding: 15px 20px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body.page .the-content .nsw-courts-link:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  right: 15px;
}
body.page .the-content .nsw-courts-link:hover {
  color: #fff !important;
  background: #444b9e;
}
body.page .the-content .nsw-courts-content-container {
  padding-right: 30px;
}
body.page .the-content .nsw-courts-content-container h1 {
  display: none;
}
body.page .the-content .nsw-courts-content-container .nsw-courts-img {
  float: left;
  width: 38%;
}
body.page .the-content .nsw-courts-content-container .nsw-courts-info {
  float: left;
  width: 62%;
}
body.page .the-content .nsw-courts-content-container .nsw-courts-info .nsw-courts-phone {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #4f5165;
  background: #f3f3f7;
  position: relative;
  padding: 13px 14px 13px 70px;
  margin-bottom: 1px;
}
body.page .the-content .nsw-courts-content-container .nsw-courts-info .nsw-courts-phone:before {
  content: url(https://lylawyers.com.au/wp-content/themes/project-ym/less/../svg/court-phone-icon.svg);
  width: 50px;
  height: 44px;
  background: #4f5165;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
body.page .the-content .nsw-courts-content-container .nsw-courts-info .nsw-courts-loc {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #4f5165;
  background: #f3f3f7;
  position: relative;
  padding: 13px 14px 13px 70px;
  margin-bottom: 1px;
}
body.page .the-content .nsw-courts-content-container .nsw-courts-info .nsw-courts-loc:before {
  content: url(https://lylawyers.com.au/wp-content/themes/project-ym/less/../svg/court-fax-icon.svg);
  width: 50px;
  height: 44px;
  background: #4f5165;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
body.page .the-content .nsw-courts-content-container .nsw-courts-info .nsw-courts-time {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #4f5165;
  background: #f3f3f7;
  position: relative;
  padding: 13px 14px 13px 70px;
  margin-bottom: 1px;
}
body.page .the-content .nsw-courts-content-container .nsw-courts-info .nsw-courts-time:before {
  content: url(https://lylawyers.com.au/wp-content/themes/project-ym/less/../svg/court-location-icon.svg);
  width: 50px;
  height: 44px;
  background: #4f5165;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
body.page .the-content .nsw-courts-content-container .nsw-courts-info .nsw-courts-web {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #4f5165;
  background: #f3f3f7;
  position: relative;
  padding: 13px 14px 13px 70px;
}
body.page .the-content .nsw-courts-content-container .nsw-courts-info .nsw-courts-web:before {
  content: url(https://lylawyers.com.au/wp-content/themes/project-ym/less/../svg/court-po-box-icon.svg);
  width: 50px;
  height: 44px;
  background: #4f5165;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
body.page .the-content .nsw-courts-content-container .nsw-courts-map {
  clear: both;
  padding: 10px 0;
}
body.page .the-content .nsw-courts-content-container .nsw-courts-map iframe {
  width: 100%;
}
body.page .the-content .nsw-courts-content-container .nsw-courts-contact-btn {
  display: none;
}
body.page .the-content .staff-profiles {
  border-top: 1px solid #eee;
}
body.page .the-content .staff-profiles .staff-profile {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
body.page .the-content .staff-profiles .staff-profile h3 {
  font-size: 18px;
  margin: 0;
}
body.page .the-content .staff-profiles .staff-profile p.job-title {
  font-style: italic;
  padding: 10px 0;
}
body.page .the-content .staff-profiles .staff-profile p {
  margin-bottom: 0;
  padding: 10px 0 0;
}
body.page .the-content .staff-profiles .staff-profile .col-ym-9 {
  padding-top: 20px;
}
body.page .the-content .staff-profiles img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #eee;
  max-width: 116px;
}
body.page .the-content .staff-profiles article {
  margin-bottom: 3rem;
  position: relative;
  *zoom: 1;
}
body.page .the-content .staff-profiles article p {
  font-size: 15px;
  font-weight: 300;
  color: #505050;
  line-height: 20px;
}
body.page .the-content .staff-profiles article:before,
body.page .the-content .staff-profiles article:after {
  content: "";
  display: table;
}
body.page .the-content .staff-profiles article:after {
  clear: both;
}
body.page .the-content .staff-profiles article section:last-of-type {
  display: none;
  visibility: hidden;
}
body.page .the-content .staff-profiles section {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page .the-content .staff-profiles input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
body.page .the-content .staff-profiles [for^="read_more"] {
  font-family: 'Droid Serif', serif;
  font-weight: 600;
  font-size: 14px;
  color: #4f5165;
  text-decoration: underline;
  position: absolute;
  bottom: -25px;
  left: 15px;
  text-align: center;
}
body.page .the-content .staff-profiles [for^="read_more"]:hover {
  cursor: pointer;
  cursor: hand;
}
body.page .the-content .staff-profiles [for^="read_more"] span:last-of-type {
  display: none;
  visibility: hidden;
}
body.page .the-content .staff-profiles input[type=checkbox]:checked ~ section {
  display: block;
  visibility: visible;
  width: 100%;
}
body.page .the-content .staff-profiles input[type=checkbox]:checked ~ figure {
  width: 100%;
}
body.page .the-content .staff-profiles input[type=checkbox]:checked ~ [for^="read_more"] span:first-of-type {
  display: none;
  visibility: hidden;
}
body.page .the-content .staff-profiles input[type=checkbox]:checked ~ [for^="read_more"] span:last-of-type {
  display: block;
  visibility: visible;
}
body.page .the-content .sidebar .search {
  padding: 0 0 20px;
}
body.page .the-content .sidebar .search form {
  position: relative;
}
body.page .the-content .sidebar .search form input.search-field {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: #4f5165;
  width: 100%;
  border: 0 none;
  padding: 13px 15px;
  background-color: #f3f3f7;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.page .the-content .sidebar .search form button {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 999;
}
body.page .the-content .sidebar .search form button img {
  width: 20px;
  height: 20px;
  margin-left: -5px;
}
body.page .the-content .sidebar .consultation {
  padding: 0 0 20px;
}
body.page .the-content .sidebar .consultation p.button a {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  display: block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  background: #444b9e;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.page .the-content .sidebar .consultation p.button a:hover {
  opacity: 0.75;
}
body.page .the-content .sidebar .video {
  padding: 0 0 20px;
}
body.page .the-content .sidebar .video img,
body.page .the-content .sidebar .video iframe {
  max-width: 100%;
}
body.page .the-content .sidebar .sidebar-menu {
  border-top: 1px solid #eee;
}
body.page .the-content .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent.opened .inner,
body.page .the-content .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent.opening .inner {
  background-image: url('https://lylawyers.com.au/wp-content/themes/project-ym/less/../images/arrow-up.png');
  background-size: 10px auto;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
body.page .the-content .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent .inner {
  background-image: url('https://lylawyers.com.au/wp-content/themes/project-ym/less/../images/arrow-down.png');
  background-size: 10px auto;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
body.page-template-template-full-width .the-content {
  border-bottom: 1px solid #eee;
}
body.page-template-template-full-width .the-content p.message {
  font-size: 21px;
  font-weight: 300;
  color: #4f5165;
  line-height: 27px;
}
body.page-template-template-full-width .the-content p.message strong {
  font-family: 'Droid Serif', serif;
  color: #4f5165;
}
body.page-template-template-full-width .the-content p a {
  color: #444b9e;
  text-decoration: underline;
}
body.page-template-template-full-width .the-content p a.book-consultation-contact {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  background: #444b9e;
  border: 1px solid #444b9e;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.page-template-template-full-width .the-content p a.book-consultation-contact:hover {
  color: #444b9e;
  background: #fff;
}
body.page-template-template-full-width footer .free-consultation,
body.page-template-template-full-width footer .testimonials {
  display: none;
}
body.search header {
  position: relative;
  background: #4f5165;
}
body.search #main {
  padding: 45px 0;
}
body.search h1 {
  font-size: 40px;
  color: #4f5165;
  margin: 0;
  padding: 0px 0 20px;
  border-bottom: 4px solid #444b9e;
}
body.search .result {
  border-bottom: 1px solid #eee;
}
body.search .result h3 {
  font-size: 18px;
  color: #4f5165;
}
body.search .result h3 a {
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  color: #4f5165;
}
body.search .result p {
  line-height: 21px;
}
body.search .next-previous {
  padding: 25px 0;
}
body.search .next-previous .nav-previous {
  float: left;
}
body.search .next-previous .nav-previous a {
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #4f5165;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #4f5165;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.search .next-previous .nav-previous a:hover {
  color: #4f5165;
  background: #fff;
}
body.search .next-previous .nav-next {
  float: right;
}
body.search .next-previous .nav-next a {
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #4f5165;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #4f5165;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.search .next-previous .nav-next a:hover {
  color: #4f5165;
  background: #fff;
}
#content.blog header,
body.blog header {
  position: relative;
  background: #4f5165;
}
#content.blog .meta,
body.blog .meta {
  padding: 30px 0;
}
#content.blog .meta h1,
body.blog .meta h1 {
  font-size: 40px;
  color: #4f5165;
  margin: 0;
  padding: 0 0 10px;
}
#content.blog .meta p.breadcrumbs,
body.blog .meta p.breadcrumbs {
  font-size: 14px;
  font-weight: 300;
  color: #4f5165;
  margin: 0;
}
#content.blog .meta p.breadcrumbs a,
#content.blog .meta p.breadcrumbs span,
body.blog .meta p.breadcrumbs a,
body.blog .meta p.breadcrumbs span {
  font-size: 14px;
  color: #4f5165;
}
#content.blog .meta p.breadcrumbs strong,
body.blog .meta p.breadcrumbs strong {
  font-weight: 400;
}
#content.blog .featured,
body.blog .featured {
  padding: 0 0 20px;
}
#content.blog .featured h2,
body.blog .featured h2 {
  font-size: 35px;
  font-weight: 400;
  color: #6c6e6e;
  margin: 0;
  padding: 0 0 26px;
}
#content.blog .featured .carousel.slide,
body.blog .featured .carousel.slide {
  margin-bottom: 15px;
}
#content.blog .featured .carousel.slide svg,
body.blog .featured .carousel.slide svg {
  width: 30px;
  height: 30px;
}
#content.blog .featured .carousel-indicators .active,
body.blog .featured .carousel-indicators .active {
  background-color: #2980b9;
}
#content.blog .featured .carousel-inner img,
body.blog .featured .carousel-inner img {
  width: 100%;
  max-height: 460px;
  visibility: hidden;
  opacity: 0;
}
#content.blog .featured .carousel-control,
body.blog .featured .carousel-control {
  width: 0;
}
#content.blog .featured .carousel-control.left,
#content.blog .featured .carousel-control.right,
body.blog .featured .carousel-control.left,
body.blog .featured .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}
#content.blog .featured .carousel-control.left span,
body.blog .featured .carousel-control.left span {
  padding: 15px;
}
#content.blog .featured .carousel-control.right span,
body.blog .featured .carousel-control.right span {
  padding: 15px;
}
#content.blog .featured .carousel-control,
body.blog .featured .carousel-control {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#content.blog .featured .carousel-control svg,
body.blog .featured .carousel-control svg {
  position: absolute;
  top: 80%;
}
#content.blog .featured .carousel-control:hover,
body.blog .featured .carousel-control:hover {
  opacity: 0.75;
}
#content.blog .featured .left.carousel-control svg,
body.blog .featured .left.carousel-control svg {
  left: 40px;
}
#content.blog .featured .right.carousel-control svg,
body.blog .featured .right.carousel-control svg {
  left: 75px;
}
#content.blog .featured .carousel-control .glyphicon-chevron-left,
#content.blog .featured .carousel-control .icon-prev,
#content.blog .featured .carousel-control .fa-arrow-circle-o-left,
#content.blog .featured .left.carousel-control,
body.blog .featured .carousel-control .glyphicon-chevron-left,
body.blog .featured .carousel-control .icon-prev,
body.blog .featured .carousel-control .fa-arrow-circle-o-left,
body.blog .featured .left.carousel-control {
  left: 0px;
}
#content.blog .featured .carousel-control.right,
body.blog .featured .carousel-control.right {
  right: auto;
  left: 40;
}
#content.blog .featured .right.carousel-control
			.carousel-control .glyphicon-chevron-right,
#content.blog .featured .carousel-control .icon-next,
#content.blog .featured .carousel-control .fa-arrow-circle-o-right,
body.blog .featured .right.carousel-control
			.carousel-control .glyphicon-chevron-right,
body.blog .featured .carousel-control .icon-next,
body.blog .featured .carousel-control .fa-arrow-circle-o-right {
  left: 70px;
  right: auto;
}
#content.blog .featured .carousel-control.left span,
#content.blog .featured .carousel-control.right span,
body.blog .featured .carousel-control.left span,
body.blog .featured .carousel-control.right span {
  background-color: #000;
}
#content.blog .featured .carousel-control.left span:hover,
#content.blog .featured .carousel-control.right span:hover,
body.blog .featured .carousel-control.left span:hover,
body.blog .featured .carousel-control.right span:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
#content.blog .featured .item,
body.blog .featured .item {
  max-height: 380px;
}
#content.blog .featured .header-text,
body.blog .featured .header-text {
  position: absolute;
  top: 0%;
  left: 0%;
  right: auto;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 60px 0 0 25px;
  background: -moz-linear-gradient(left,#4f5166 15%,rgba(79,81,102,0.83) 27%,rgba(125,185,232,0) 85%);
  background: -webkit-linear-gradient(left,#4f5166 15%,rgba(79,81,102,0.83) 27%,rgba(125,185,232,0) 85%);
  background: linear-gradient(to right,#4f5166 15%,rgba(79,81,102,0.83) 27%,rgba(125,185,232,0) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f5166',endColorstr='#007db9e8',GradientType=1);
}
#content.blog .featured .header-text h3,
body.blog .featured .header-text h3 {
  font-family: 'Droid Serif', serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin: 0;
  padding: 0 0 25px;
}
#content.blog .featured .header-text p,
body.blog .featured .header-text p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  padding: 0 0 25px;
  margin: 0;
}
#content.blog .featured .header-text a.btn,
body.blog .featured .header-text a.btn {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px 25px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #fff;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
#content.blog .featured .header-text a.btn:hover,
body.blog .featured .header-text a.btn:hover {
  color: #4f5165;
  background: #fff;
}
#content.blog .news-articles .single-post:first-child,
body.blog .news-articles .single-post:first-child {
  padding-top: 0;
}
#content.blog .news-articles .single-post,
body.blog .news-articles .single-post {
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}
#content.blog .news-articles .single-post .featured-image,
body.blog .news-articles .single-post .featured-image {
  float: left;
  width: 22%;
}
#content.blog .news-articles .single-post .featured-image img,
body.blog .news-articles .single-post .featured-image img {
  vertical-align: top;
}
#content.blog .news-articles .single-post .summary,
body.blog .news-articles .single-post .summary {
  float: left;
  width: 78%;
}
#content.blog .news-articles .single-post .summary h3,
body.blog .news-articles .single-post .summary h3 {
  margin: 0;
}
#content.blog .news-articles .single-post .summary h3 a,
body.blog .news-articles .single-post .summary h3 a {
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  color: #4f5165;
}
#content.blog .news-articles .single-post .summary p.date,
body.blog .news-articles .single-post .summary p.date {
  font-size: 13px;
  font-weight: 300;
  color: #888993;
  padding: 5px 0 10px;
}
#content.blog .news-articles .single-post .summary p,
body.blog .news-articles .single-post .summary p {
  font-size: 15px;
  font-size: 300;
  color: #505050;
  margin: 0;
}
#content.blog .news-articles .single-post .summary p.btn,
body.blog .news-articles .single-post .summary p.btn {
  padding: 15px 0 0;
}
#content.blog .news-articles .single-post .summary p.btn a,
body.blog .news-articles .single-post .summary p.btn a {
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  font-weight: 400;
  color: #4f5165;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #4f5165;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
#content.blog .news-articles .single-post .summary p.btn a:hover,
body.blog .news-articles .single-post .summary p.btn a:hover {
  color: #fff;
  background: #4f5165;
}
#content.blog .sidebar .search,
body.blog .sidebar .search,
body.single .sidebar .search {
  padding: 0 0 20px;
}
#content.blog .sidebar .search form,
body.blog .sidebar .search form,
body.single .sidebar .search form {
  position: relative;
}
#content.blog .sidebar .search form input.search-field,
body.blog .sidebar .search form input.search-field,
body.single .sidebar .search form input.search-field {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: #4f5165;
  width: 100%;
  border: 0 none;
  padding: 13px 20px;
  background-color: #f3f3f7;
}
#content.blog .sidebar .search form button,
body.blog .sidebar .search form button,
body.single .sidebar .search form button {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 999;
}
#content.blog .sidebar .search form button img,
body.blog .sidebar .search form button img,
body.single .sidebar .search form button img {
  width: 20px;
  height: 20px;
  margin-left: -5px;
}
#content.blog .sidebar .consultation,
body.blog .sidebar .consultation,
body.single .sidebar .consultation {
  padding: 0 0 20px;
}
#content.blog .sidebar .consultation p.button,
body.blog .sidebar .consultation p.button,
body.single .sidebar .consultation p.button {
  margin: 0;
}
#content.blog .sidebar .consultation p.button a,
body.blog .sidebar .consultation p.button a,
body.single .sidebar .consultation p.button a {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  display: block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  background: #444b9e;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
#content.blog .sidebar .consultation p.button a:hover,
body.blog .sidebar .consultation p.button a:hover,
body.single .sidebar .consultation p.button a:hover {
  opacity: 0.75;
}
#content.blog .sidebar .video,
body.blog .sidebar .video,
body.single .sidebar .video {
  padding: 0 0 20px;
}
#content.blog .sidebar .video img,
#content.blog .sidebar .video iframe,
body.blog .sidebar .video img,
body.blog .sidebar .video iframe,
body.single .sidebar .video img,
body.single .sidebar .video iframe {
  max-width: 100%;
}
#content.blog .sidebar .sidebar-news,
body.blog .sidebar .sidebar-news,
body.single .sidebar .sidebar-news {
  padding: 0 0 20px;
}
#content.blog .sidebar .sidebar-news h3,
body.blog .sidebar .sidebar-news h3,
body.single .sidebar .sidebar-news h3 {
  font-family: 'Droid Serif', serif;
  font-size: 20px;
  font-weight: 700;
  color: #4f5165;
  margin-top: 0;
}
#content.blog .sidebar .sidebar-news p,
body.blog .sidebar .sidebar-news p,
body.single .sidebar .sidebar-news p {
  font-size: 13px;
}
#content.blog .sidebar .sidebar-news .ginput_container_email input,
body.blog .sidebar .sidebar-news .ginput_container_email input,
body.single .sidebar .sidebar-news .ginput_container_email input {
  width: 100% !important;
}
#content.blog .sidebar .sidebar-news .gform_footer input,
body.blog .sidebar .sidebar-news .gform_footer input,
body.single .sidebar .sidebar-news .gform_footer input {
  font-family: 'Droid Serif', serif;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  background: #626799;
  border: 1px solid #626799;
  padding: 7px;
  width: 100%;
  display: block;
}
#content.blog .sidebar .sidebar-news .gfield_required,
body.blog .sidebar .sidebar-news .gfield_required,
body.single .sidebar .sidebar-news .gfield_required {
  display: none !important;
}
#content.blog .sidebar .sidebar-news .gform_validation_error .ginput_container_email input,
body.blog .sidebar .sidebar-news .gform_validation_error .ginput_container_email input,
body.single .sidebar .sidebar-news .gform_validation_error .ginput_container_email input {
  border: 1px solid red;
  margin: 10px 0;
}
#content.blog .sidebar .sidebar-news ul,
body.blog .sidebar .sidebar-news ul,
body.single .sidebar .sidebar-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content.blog .sidebar .sidebar-news ul li,
body.blog .sidebar .sidebar-news ul li,
body.single .sidebar .sidebar-news ul li {
  color: #4f5165;
}
#content.blog .sidebar .sidebar-news ul li a,
body.blog .sidebar .sidebar-news ul li a,
body.single .sidebar .sidebar-news ul li a {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #4f5165;
  line-height: 21px;
  display: block;
  padding: 10px 0;
  border-top: 1px solid #eee;
}
#content.blog .sidebar .sidebar-news ul li:last-child,
body.blog .sidebar .sidebar-news ul li:last-child,
body.single .sidebar .sidebar-news ul li:last-child {
  border-bottom: 1px solid #eee;
}
#content.blog .sidebar .sidebar-menu,
body.blog .sidebar .sidebar-menu,
body.single .sidebar .sidebar-menu {
  border-top: 1px solid #eee;
}
#content.blog .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent.opened .inner,
#content.blog .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent.opening .inner,
body.blog .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent.opened .inner,
body.blog .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent.opening .inner,
body.single .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent.opened .inner,
body.single .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent.opening .inner {
  background-image: url('https://lylawyers.com.au/wp-content/themes/project-ym/less/../images/arrow-up.png');
  background-size: 10px auto;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
#content.blog .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent .inner,
body.blog .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent .inner,
body.single .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent .inner {
  background-image: url('https://lylawyers.com.au/wp-content/themes/project-ym/less/../images/arrow-down.png');
  background-size: 10px auto;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
#content.blog .next-previous,
body.blog .next-previous,
body.single .next-previous {
  padding: 25px 0;
}
#content.blog .next-previous .nav-previous,
body.blog .next-previous .nav-previous,
body.single .next-previous .nav-previous {
  float: left;
}
#content.blog .next-previous .nav-previous a,
body.blog .next-previous .nav-previous a,
body.single .next-previous .nav-previous a {
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #4f5165;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #4f5165;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
#content.blog .next-previous .nav-previous a:hover,
body.blog .next-previous .nav-previous a:hover,
body.single .next-previous .nav-previous a:hover {
  color: #4f5165;
  background: #fff;
}
#content.blog .next-previous .nav-next,
body.blog .next-previous .nav-next,
body.single .next-previous .nav-next {
  float: right;
}
#content.blog .next-previous .nav-next a,
body.blog .next-previous .nav-next a,
body.single .next-previous .nav-next a {
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #4f5165;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #4f5165;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
#content.blog .next-previous .nav-next a:hover,
body.blog .next-previous .nav-next a:hover,
body.single .next-previous .nav-next a:hover {
  color: #4f5165;
  background: #fff;
}
body.single-post header {
  position: relative;
  background: #4f5165;
}
body.single-post .meta {
  background: #f3f3f7;
  padding: 25px 0;
}
body.single-post .meta h1 {
  font-family: 'Droid Serif', serif;
  font-size: 25px;
  color: #4f5165;
  margin: 0;
}
body.single-post .meta p.date {
  font-size: 13px;
  font-weight: 300;
  color: #888993;
  padding: 0 0 10px;
  margin: 0;
}
body.single-post .meta p.breadcrumbs {
  font-size: 14px;
  font-weight: 300;
  color: #4f5165;
  margin-bottom: 0;
}
body.single-post .meta p.breadcrumbs a,
body.single-post .meta p.breadcrumbs span {
  font-size: 14px;
  color: #4f5165;
}
body.single-post .meta p.breadcrumbs strong {
  font-weight: 400;
}
body.single-post .article {
  padding: 55px 0;
}
body.single-post .article .the-content h2 {
  font-family: 'Droid Serif', serif;
  font-size: 24px;
  font-weight: 700;
  color: #4f5165;
}
body.single-post .article .the-content h2 strong {
  color: #4f5165;
}
body.single-post .article .the-content h3 {
  font-family: 'Droid Serif', serif;
  font-size: 22px;
  font-weight: 700;
  color: #4f5165;
}
body.single-post .article .the-content h3 strong {
  color: #4f5165;
}
body.single-post .article .the-content h4 {
  font-family: 'Droid Serif', serif;
  font-size: 20px;
  font-weight: 700;
  color: #4f5165;
}
body.single-post .article .the-content h4 strong {
  color: #4f5165;
}
body.single-post .article .the-content h5 {
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  font-weight: 700;
  color: #4f5165;
}
body.single-post .article .the-content h5 strong {
  color: #4f5165;
}
body.single-post .article .the-content p {
  font-size: 15px;
  font-weight: 300;
  color: #505050;
  line-height: 23px;
  margin: 0 0 17px;
}
body.single-post .article .the-content p a {
  color: #6168b6;
  text-decoration: underline;
}
body.single-post .article .the-content p strong {
  font-weight: 700;
}
body.single-post .article .the-content p:last-child {
  margin: 0;
}
body.single-post .article .the-content li {
  font-size: 15px;
  font-weight: 300;
  color: #626262;
  line-height: 24px;
}
body.single-post .article .the-content li strong {
  font-weight: 700;
}
body.page-template-template-media header,
body.page-template-template-corporate header {
  position: relative;
  background: #4f5165;
}
body.page-template-template-media h1,
body.page-template-template-corporate h1 {
  font-size: 40px;
  color: #4f5165;
}
body.page-template-template-media p.breadcrumbs,
body.page-template-template-corporate p.breadcrumbs {
  font-size: 14px;
  font-weight: 300;
  color: #4f5165;
  margin: 0 0 20px;
}
body.page-template-template-media p.breadcrumbs a,
body.page-template-template-media p.breadcrumbs span,
body.page-template-template-corporate p.breadcrumbs a,
body.page-template-template-corporate p.breadcrumbs span {
  font-size: 14px;
  font-weight: 300;
  color: #4f5165;
}
body.page-template-template-media p.breadcrumbs strong,
body.page-template-template-corporate p.breadcrumbs strong {
  font-weight: 300;
}
body.page-template-template-media .featured,
body.page-template-template-corporate .featured {
  padding: 0 0 20px;
}
body.page-template-template-media .featured h2,
body.page-template-template-corporate .featured h2 {
  font-size: 35px;
  font-weight: 400;
  color: #6c6e6e;
  margin: 0;
  padding: 0 0 26px;
}
body.page-template-template-media .featured .carousel.slide,
body.page-template-template-corporate .featured .carousel.slide {
  margin-bottom: 15px;
}
body.page-template-template-media .featured .carousel.slide svg,
body.page-template-template-corporate .featured .carousel.slide svg {
  width: 30px;
  height: 30px;
}
body.page-template-template-media .featured .carousel-indicators .active,
body.page-template-template-corporate .featured .carousel-indicators .active {
  background-color: #2980b9;
}
body.page-template-template-media .featured .carousel-inner img,
body.page-template-template-corporate .featured .carousel-inner img {
  width: 100%;
  max-height: 460px;
  visibility: hidden;
  opacity: 0;
}
body.page-template-template-media .featured .carousel-control,
body.page-template-template-corporate .featured .carousel-control {
  width: 0;
}
body.page-template-template-media .featured .carousel-control.left,
body.page-template-template-media .featured .carousel-control.right,
body.page-template-template-corporate .featured .carousel-control.left,
body.page-template-template-corporate .featured .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}
body.page-template-template-media .featured .carousel-control.left span,
body.page-template-template-corporate .featured .carousel-control.left span {
  padding: 15px;
}
body.page-template-template-media .featured .carousel-control.right span,
body.page-template-template-corporate .featured .carousel-control.right span {
  padding: 15px;
}
body.page-template-template-media .featured .carousel-control,
body.page-template-template-corporate .featured .carousel-control {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page-template-template-media .featured .carousel-control svg,
body.page-template-template-corporate .featured .carousel-control svg {
  position: absolute;
  top: 80%;
}
body.page-template-template-media .featured .carousel-control:hover,
body.page-template-template-corporate .featured .carousel-control:hover {
  opacity: 0.75;
}
body.page-template-template-media .featured .left.carousel-control svg,
body.page-template-template-corporate .featured .left.carousel-control svg {
  left: 40px;
}
body.page-template-template-media .featured .right.carousel-control svg,
body.page-template-template-corporate .featured .right.carousel-control svg {
  left: 75px;
}
body.page-template-template-media .featured .carousel-control .glyphicon-chevron-left,
body.page-template-template-media .featured .carousel-control .icon-prev,
body.page-template-template-media .featured .carousel-control .fa-arrow-circle-o-left,
body.page-template-template-media .featured .left.carousel-control,
body.page-template-template-corporate .featured .carousel-control .glyphicon-chevron-left,
body.page-template-template-corporate .featured .carousel-control .icon-prev,
body.page-template-template-corporate .featured .carousel-control .fa-arrow-circle-o-left,
body.page-template-template-corporate .featured .left.carousel-control {
  left: 0px;
}
body.page-template-template-media .featured .carousel-control.right,
body.page-template-template-corporate .featured .carousel-control.right {
  right: auto;
  left: 40;
}
body.page-template-template-media .featured .right.carousel-control
			.carousel-control .glyphicon-chevron-right,
body.page-template-template-media .featured .carousel-control .icon-next,
body.page-template-template-media .featured .carousel-control .fa-arrow-circle-o-right,
body.page-template-template-corporate .featured .right.carousel-control
			.carousel-control .glyphicon-chevron-right,
body.page-template-template-corporate .featured .carousel-control .icon-next,
body.page-template-template-corporate .featured .carousel-control .fa-arrow-circle-o-right {
  left: 70px;
  right: auto;
}
body.page-template-template-media .featured .carousel-control.left span,
body.page-template-template-media .featured .carousel-control.right span,
body.page-template-template-corporate .featured .carousel-control.left span,
body.page-template-template-corporate .featured .carousel-control.right span {
  background-color: #000;
}
body.page-template-template-media .featured .carousel-control.left span:hover,
body.page-template-template-media .featured .carousel-control.right span:hover,
body.page-template-template-corporate .featured .carousel-control.left span:hover,
body.page-template-template-corporate .featured .carousel-control.right span:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
body.page-template-template-media .featured .item,
body.page-template-template-corporate .featured .item {
  max-height: 380px;
}
body.page-template-template-media .featured .header-text,
body.page-template-template-corporate .featured .header-text {
  position: absolute;
  top: 0%;
  left: 0%;
  right: auto;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 60px 0 0 25px;
  background: -moz-linear-gradient(left,#4f5166 15%,rgba(79,81,102,0.83) 27%,rgba(125,185,232,0) 85%);
  background: -webkit-linear-gradient(left,#4f5166 15%,rgba(79,81,102,0.83) 27%,rgba(125,185,232,0) 85%);
  background: linear-gradient(to right,#4f5166 15%,rgba(79,81,102,0.83) 27%,rgba(125,185,232,0) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f5166',endColorstr='#007db9e8',GradientType=1);
}
body.page-template-template-media .featured .header-text h3,
body.page-template-template-corporate .featured .header-text h3 {
  font-family: 'Droid Serif', serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin: 0;
  padding: 0 0 25px;
}
body.page-template-template-media .featured .header-text p,
body.page-template-template-corporate .featured .header-text p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  padding: 0 0 25px;
  margin: 0;
}
body.page-template-template-media .featured .header-text a.btn,
body.page-template-template-corporate .featured .header-text a.btn {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px 25px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #fff;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.page-template-template-media .featured .header-text a.btn:hover,
body.page-template-template-corporate .featured .header-text a.btn:hover {
  color: #4f5165;
  background: #fff;
}
body.page-template-template-media .news-articles .single-post:first-child,
body.page-template-template-corporate .news-articles .single-post:first-child {
  padding-top: 0;
}
body.page-template-template-media .news-articles .single-post,
body.page-template-template-corporate .news-articles .single-post {
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}
body.page-template-template-media .news-articles .single-post .featured-image,
body.page-template-template-corporate .news-articles .single-post .featured-image {
  float: left;
  width: 22%;
}
body.page-template-template-media .news-articles .single-post .featured-image img,
body.page-template-template-corporate .news-articles .single-post .featured-image img {
  vertical-align: top;
}
body.page-template-template-media .news-articles .single-post .summary,
body.page-template-template-corporate .news-articles .single-post .summary {
  float: left;
  width: 78%;
}
body.page-template-template-media .news-articles .single-post .summary h3,
body.page-template-template-corporate .news-articles .single-post .summary h3 {
  margin: 0;
}
body.page-template-template-media .news-articles .single-post .summary h3 a,
body.page-template-template-corporate .news-articles .single-post .summary h3 a {
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  color: #4f5165;
}
body.page-template-template-media .news-articles .single-post .summary p.date,
body.page-template-template-corporate .news-articles .single-post .summary p.date {
  font-size: 13px;
  font-weight: 300;
  color: #888993;
  padding: 5px 0 10px;
}
body.page-template-template-media .news-articles .single-post .summary p,
body.page-template-template-corporate .news-articles .single-post .summary p {
  font-size: 15px;
  font-size: 300;
  color: #505050;
  margin: 0;
}
body.page-template-template-media .news-articles .single-post .summary p.btn,
body.page-template-template-corporate .news-articles .single-post .summary p.btn {
  padding: 15px 0 0;
}
body.page-template-template-media .news-articles .single-post .summary p.btn a,
body.page-template-template-corporate .news-articles .single-post .summary p.btn a {
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  font-weight: 400;
  color: #4f5165;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #4f5165;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.page-template-template-media .news-articles .single-post .summary p.btn a:hover,
body.page-template-template-corporate .news-articles .single-post .summary p.btn a:hover {
  color: #fff;
  background: #4f5165;
}
body.page-template-template-media .news-articles .next-previous,
body.page-template-template-corporate .news-articles .next-previous {
  padding: 25px 0;
}
body.page-template-template-media .news-articles .next-previous .nav-previous,
body.page-template-template-corporate .news-articles .next-previous .nav-previous {
  float: left;
}
body.page-template-template-media .news-articles .next-previous .nav-previous a,
body.page-template-template-corporate .news-articles .next-previous .nav-previous a {
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #4f5165;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #4f5165;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.page-template-template-media .news-articles .next-previous .nav-previous a:hover,
body.page-template-template-corporate .news-articles .next-previous .nav-previous a:hover {
  color: #4f5165;
  background: #fff;
}
body.page-template-template-media .news-articles .next-previous .nav-next,
body.page-template-template-corporate .news-articles .next-previous .nav-next {
  float: right;
}
body.page-template-template-media .news-articles .next-previous .nav-next a,
body.page-template-template-corporate .news-articles .next-previous .nav-next a {
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #4f5165;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #4f5165;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.page-template-template-media .news-articles .next-previous .nav-next a:hover,
body.page-template-template-corporate .news-articles .next-previous .nav-next a:hover {
  color: #4f5165;
  background: #fff;
}
body.page-template-template-media .sidebar .search,
body.page-template-template-corporate .sidebar .search {
  padding: 0 0 20px;
}
body.page-template-template-media .sidebar .search form,
body.page-template-template-corporate .sidebar .search form {
  position: relative;
}
body.page-template-template-media .sidebar .search form input.search-field,
body.page-template-template-corporate .sidebar .search form input.search-field {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: #4f5165;
  width: 100%;
  border: 0 none;
  padding: 13px 20px;
  background-color: #f3f3f7;
}
body.page-template-template-media .sidebar .search form button,
body.page-template-template-corporate .sidebar .search form button {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 999;
}
body.page-template-template-media .sidebar .search form button img,
body.page-template-template-corporate .sidebar .search form button img {
  width: 20px;
  height: 20px;
  margin-left: -5px;
}
body.page-template-template-media .sidebar .consultation,
body.page-template-template-corporate .sidebar .consultation {
  padding: 0 0 20px;
}
body.page-template-template-media .sidebar .consultation p.button,
body.page-template-template-corporate .sidebar .consultation p.button {
  margin: 0;
}
body.page-template-template-media .sidebar .consultation p.button a,
body.page-template-template-corporate .sidebar .consultation p.button a {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  display: block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  background: #444b9e;
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  -webkit-transition: ease 1s all;
}
body.page-template-template-media .sidebar .consultation p.button a:hover,
body.page-template-template-corporate .sidebar .consultation p.button a:hover {
  opacity: 0.75;
}
body.page-template-template-media .sidebar .video,
body.page-template-template-corporate .sidebar .video {
  padding: 0 0 20px;
}
body.page-template-template-media .sidebar .video img,
body.page-template-template-media .sidebar .video iframe,
body.page-template-template-corporate .sidebar .video img,
body.page-template-template-corporate .sidebar .video iframe {
  max-width: 100%;
}
body.page-template-template-media .sidebar .sidebar-news,
body.page-template-template-corporate .sidebar .sidebar-news {
  padding: 0 0 20px;
}
body.page-template-template-media .sidebar .sidebar-news ul,
body.page-template-template-corporate .sidebar .sidebar-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-template-template-media .sidebar .sidebar-news ul li,
body.page-template-template-corporate .sidebar .sidebar-news ul li {
  color: #4f5165;
}
body.page-template-template-media .sidebar .sidebar-news ul li a,
body.page-template-template-corporate .sidebar .sidebar-news ul li a {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #4f5165;
  line-height: 21px;
  display: inline-block;
  padding: 10px 0;
  border-top: 1px solid #eee;
}
body.page-template-template-media .sidebar .sidebar-news ul li:last-child,
body.page-template-template-corporate .sidebar .sidebar-news ul li:last-child {
  border-bottom: 1px solid #eee;
}
body.page-template-template-media .sidebar .sidebar-menu,
body.page-template-template-corporate .sidebar .sidebar-menu {
  border-top: 1px solid #eee;
}
body.page-template-template-media .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent.opened .inner,
body.page-template-template-media .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent.opening .inner,
body.page-template-template-corporate .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent.opened .inner,
body.page-template-template-corporate .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent.opening .inner {
  background-image: url('https://lylawyers.com.au/wp-content/themes/project-ym/less/../images/arrow-up.png');
  background-size: 10px auto;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
body.page-template-template-media .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent .inner,
body.page-template-template-corporate .sidebar .sidebar-menu div#nextend-accordion-menu-uniqueb522255 dl.level1 dt.parent .inner {
  background-image: url('https://lylawyers.com.au/wp-content/themes/project-ym/less/../images/arrow-down.png');
  background-size: 10px auto;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
body.page-template-template-contact header {
  position: relative;
  background: #2d3a48;
}
body.page-template-template-contact .the-content .col-ym-8 h2 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
}
body.page-template-template-contact .the-content .col-ym-8 p {
  font-size: 16px;
  font-weight: 400;
}
body.page-template-template-contact .the-content .col-ym-8 .icon {
  float: left;
  width: 30px;
}
body.page-template-template-contact .the-content .col-ym-8 .phone {
  font-weight: 600;
}
body.page-template-template-contact .the-content .col-ym-8 .phone svg {
  width: 12px;
  height: auto;
  fill: #7c7c7c;
}
body.page-template-template-contact .the-content .col-ym-8 .fax {
  font-weight: 600;
}
body.page-template-template-contact .the-content .col-ym-8 .fax svg {
  width: 20px;
  height: auto;
  fill: #7c7c7c;
}
body.page-template-template-contact .the-content .col-ym-8 .email {
  font-weight: 600;
}
body.page-template-template-contact .the-content .col-ym-8 .email svg {
  width: 20px;
  height: auto;
  fill: #7c7c7c;
}
body.page-template-template-contact .the-content .col-ym-8 .address {
  font-weight: 700;
}
body.page-template-template-contact .the-content .col-ym-8 .address svg {
  float: left;
  width: 15px;
  height: auto;
  fill: #7c7c7c;
}
body.page-template-template-contact .the-content .col-ym-8 .address p {
  font-weight: 600;
}
body.page-template-template-contact .the-content .col-ym-4 h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #2d3a48;
  padding: 15px 25px;
  margin: 0;
}
body.page-template-template-contact .the-content .col-ym-4 .gform_wrapper {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
body.page-template-template-contact .the-content .col-ym-4 .gform_wrapper div.validation_error {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background: #790000;
  border: 1px solid #790000;
  padding: 10px;
  width: 100%;
}
body.page-template-template-contact .the-content .col-ym-4 form {
  background: #efefef;
  padding: 15px 25px;
}
body.page-template-template-contact .the-content .col-ym-4 form ul li label {
  display: none;
}
body.page-template-template-contact .the-content .col-ym-4 form ul li input {
  border: 1px solid #fff;
  width: 100%;
  padding: 10px;
}
body.page-template-template-contact .the-content .col-ym-4 form ul li textarea {
  border: 1px solid #fff;
  width: 100%;
  padding: 10px;
  resize: none;
}
body.page-template-template-contact .the-content .col-ym-4 form ul li div.gfield_description.validation_message {
  display: none;
}
body.page-template-template-contact .the-content .col-ym-4 form ul li.gfield_error {
  width: 100%;
  border: 0 none;
  background: none;
}
body.page-template-template-contact .the-content .col-ym-4 form ul li.gfield_error input {
  border: 1px solid #790000;
}
body.page-template-template-contact .the-content .col-ym-4 form ul li.gfield_error textarea {
  width: 100%;
}
body.page-template-template-contact .the-content .col-ym-4 form .gform_footer {
  margin-top: 0;
}
body.page-template-template-contact .the-content .col-ym-4 form .gform_footer input {
  color: #fff;
  background: #2d3a48;
  width: 100%;
  padding: 10px;
  border: 0 none;
}
body.page-template-template-contact .the-content .col-ym-4 form .gform_footer input:hover {
  cursor: pointer;
  cursor: hand;
}
body.error404 header {
  position: relative;
  background: #4f5165;
}
body.error404 .section-1 {
  padding: 50px 0 100px;
}
body.error404 .section-1 h1 {
  font-size: 150px;
  font-weight: 300;
  color: #404041;
  text-align: center;
  margin: 0;
}
body.error404 .section-1 p {
  text-align: center;
}
body.error404 .section-1 p a {
  color: #fff;
  padding: 10px 20px;
  margin: 25px 0 0;
  display: inline-block;
  background: #4f5165 none repeat scroll 0% 0%;
  border: 1px solid #4f5165;
  transition: all 0.2s ease-in-out 0s;
}
body.error404 .section-1 p a:hover {
  color: #4f5165;
  background: #FFF none repeat scroll 0% 0%;
  border: 1px solid #4f5165;
}
.header-message {
  display: none;
  background-color: #4f5165;
  text-align: center;
  padding: 1px 0px;
  margin-top: -20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #585a6f;
}
.header-message p {
  color: #fff;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}
.nav-collapse > ul {
  border-top: 1px solid rgba(255,255,255,0.15);
}
.nav-collapse li {
  float: left;
  width: 100%;
}
.nav-collapse a {
  background: #0578ea;
  color: #fff;
  float: left;
  padding: 0.9em 1.1em;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .nav-collapse a {
    border-bottom: 0;
    padding: 1em 1.5em;
    margin: 0;
    float: left;
    text-align: center;
  }
}
.js .nav-collapse.multiple-level-nav.opened.dropdown-active {
  max-height: 9999px !important;
}
.js .nav-collapse.multiple-level-nav .sub-menu {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: none;
  overflow: hidden;
  zoom: 1;
}
.js .nav-collapse.multiple-level-nav .sub-menu.toggled {
  display: block;
  max-height: 9999px;
  position: relative;
}
.js .nav-collapse li {
  position: relative;
}
.js .nav-collapse .dropdown-toggle {
  border: 0;
  color: #fff;
  content: "";
  height: 50px;
  width: 46px;
  padding: 0;
  position: absolute;
  margin: 0;
  text-transform: lowercase;
  top: 0;
  right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.js .nav-collapse .dropdown-toggle:hover,
.js .nav-collapse .dropdown-toggle:focus,
.js .nav-collapse .dropdown-toggle:active {
  background-color: none !important;
  color: #212428 !important;
}
.js .nav-collapse .dropdown-toggle:after {
  content: "+";
  font-size: 25px;
  color: #fff !important;
}
.js .nav-collapse .dropdown-toggle.toggled:after {
  content: "-";
  font-weight: 500;
  font-size: 25px;
  color: #fff !important;
}
.dropdown ul a {
  background: #0578ea;
  padding-left: 1.5em;
}
.dropdown ul ul a {
  background: #0578ea;
  padding-left: 2.5em;
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cat-menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .cat-menu {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.cat-menu.opened {
  max-height: 9999px;
}
.category-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 1145px) {
  .ym-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1075px) {
  header .main-menu ul li a {
    font-size: 15px;
    padding: 13px 10px;
  }
  header .main-menu ul li .mega-nav-container {
    width: inherit;
  }
  header .main-menu ul li .mega-nav-container .col-ym-4 {
    display: none;
  }
  header .main-menu ul li .mega-nav-container .col-ym-8 {
    width: 100%;
  }
  header .right p {
    font-size: 13px;
  }
  header .right p a,
  header .right p strong {
    font-size: 16px;
    color: #fff;
  }
  body.front-end .sticky-menu .main-menu ul li a {
    font-size: 15px;
    padding: 35px 10px;
  }
  body.front-end .sticky-menu .main-menu ul li .mega-nav-container {
    width: 100%;
  }
  body.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-4 {
    display: none;
  }
  body.front-end .sticky-menu .main-menu ul li .mega-nav-container .col-ym-8 {
    width: 100%;
  }
  body.front-end .sticky-menu .right p {
    font-size: 13px;
  }
  body.front-end .sticky-menu .right p a,
  body.front-end .sticky-menu .right p strong {
    font-size: 16px;
    color: #fff;
  }
  footer .free-consultation p strong {
    display: block;
  }
  body.page-template-template-home .featured-in .col-ym-2,
  body.home .featured-in .col-ym-2 {
    margin: 20px 0;
  }
  body.page-template-template-home .featured-in .col-ym-2 h3,
  body.home .featured-in .col-ym-2 h3 {
    font-size: 16px;
  }
  body.page-template-template-home .featured-in .col-ym-10 xw
				img,
  body.home .featured-in .col-ym-10 xw
				img {
    height: 75px;
    width: auto;
    padding-left: 10px;
  }
  body.page-template-template-home .achieved p.button,
  body.home .achieved p.button {
    padding-top: 10px;
  }
  body.page-template-template-home .expertise .gridder .gridder-list .overlay,
  body.home .expertise .gridder .gridder-list .overlay {
    padding: 40px;
  }
  body.page-template-template-home .expertise .gridder .gridder-list .overlay p,
  body.home .expertise .gridder .gridder-list .overlay p {
    font-size: 12px;
  }
  body.blog .featured .carousel-control svg {
    position: absolute;
    top: 85%;
  }
  #popmake-7675 .popup-title h3,
  #popmake-8176 .popup-title h3,
  #popmake-8181 .popup-title h3,
  #popmake-8178 .popup-title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-message {
    display: none;
    padding: 1px 0px;
    margin-top: 30px;
    border-bottom: 1px solid #585a6f;
    margin-bottom: -20px;
  }
  .header-message p {
    color: #fff;
    font-size: 12px !important;
    font-weight: 500 !important;
  }
  html {
    -webkit-text-size-adjust: 100%;
  }
  header {
    background: #444658;
    position: fixed;
    z-index: 9999;
  }
  header .logo,
  header .main-menu,
  header .right {
    display: none;
  }
  header .ipad-phone {
    display: block;
  }
  header .ipad-phone p {
    font-size: 15px;
    font-weight: 300;
    color: #9da0bc;
    text-align: right;
    position: absolute;
    right: 65px;
    top: 13px;
    border-right: 1px solid #9da0bc;
    padding: 3px 20px;
    margin: 0;
  }
  header .ipad-phone p a {
    color: #fff;
  }
  header .ipad-phone p strong {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }
  header .ipad-phone p strong svg {
    width: 22px;
    height: 16px;
    display: inline-block;
    margin: 0 -2px -3px 0;
  }
  header .call-24hour {
    display: none;
    position: fixed;
    right: 50px;
    top: 0;
    z-index: 9999;
  }
  header .call-24hour a {
    display: inline-block;
    padding: 0 12px;
    margin: 10px 10px 10px 0;
    border-right: 1px solid #64667a;
  }
  header .call-24hour a svg {
    height: 30px;
    width: auto;
    display: inline-block;
  }
  header .mobile-menu {
    display: block;
  }
  header .mobile-menu .navbar-default {
    background: #444658;
    -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 7px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 7px rgba(0,0,0,0.5);
    border: 0 none;
  }
  header .mobile-menu .navbar-default .mobile-logo {
    width: 60%;
    float: left;
    padding: 4px 15px;
  }
  header .mobile-menu .navbar-default .mobile-logo img {
    width: auto;
    height: 40px;
    display: block;
  }
  header .mobile-menu .navbar-default #nav-icon3 {
    width: 30px;
    height: 22px;
    position: absolute;
    right: 0;
    border: 0 none;
    margin: 15px 15px 15px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    cursor: hand;
    padding: 10px;
  }
  header .mobile-menu .navbar-default #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #9da0bc;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  header .mobile-menu .navbar-default #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  header .mobile-menu .navbar-default #nav-icon3 span:nth-child(2),
  header .mobile-menu .navbar-default #nav-icon3 span:nth-child(3) {
    top: 9px;
  }
  header .mobile-menu .navbar-default #nav-icon3 span:nth-child(4) {
    top: 18px;
  }
  header .mobile-menu .navbar-default #nav-icon3.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
  header .mobile-menu .navbar-default #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .mobile-menu .navbar-default #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .mobile-menu .navbar-default #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  header .mobile-menu .navbar-default .navbar-toggle:hover {
    background: 0 none;
  }
  header .mobile-menu .navbar-default .navbar-collapse {
    background: #5b5d75;
    padding: 10px 0;
    border: 0 none;
    max-height: 80vh;
  }
  header .mobile-menu .navbar-default .navbar-collapse ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  header .mobile-menu .navbar-default .navbar-collapse ul li.open a {
    color: #505050;
  }
  header .mobile-menu .navbar-default .navbar-collapse ul li.open .navbar-toggle {
    color: #505050;
  }
  header .mobile-menu .navbar-default .navbar-collapse ul li.open ul li {
    color: #fff;
  }
  header .mobile-menu .navbar-default .navbar-collapse ul li .navbar-toggle {
    position: absolute;
    top: 0;
    width: inherit;
    height: inherit;
    background: none;
    display: inline-block;
    right: 0px;
    z-index: 999;
    border: 0 none;
    margin: 0;
    padding: 10px 15px 14px 80px;
  }
  header .mobile-menu .navbar-default .navbar-collapse ul li a {
    font-family: 'Droid Serif', serif;
    font-size: 15px;
    color: #fff;
  }
  header .mobile-menu .navbar-default .navbar-collapse ul li ul {
    padding: 10px 0;
  }
  header .mobile-menu .navbar-default .navbar-collapse ul li ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #dddff7 !important;
    padding: 2px 10px;
    margin: 0 0 0 15px;
    border-left: 2px solid #75778e;
  }
  body.front-end .sticky-menu {
    display: none !important;
  }
  footer .free-consultation {
    padding: 45px 0;
  }
  footer .free-consultation p strong {
    display: block;
  }
  footer .locations .location h3 {
    font-size: 15px;
  }
  footer .footer-menu {
    padding: 40px 0 25px;
  }
  footer .footer-menu .criminal-offences {
    width: 50%;
  }
  footer .footer-menu .traffic-offences {
    width: 50%;
    padding-bottom: 15px;
  }
  footer .footer-menu .avo {
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid #eee;
  }
  body.page-template-template-home .video-section,
  body.home .video-section {
    height: 350px;
    min-height: 350px;
  }
  body.page-template-template-home .video-section #video-background,
  body.home .video-section #video-background {
    top: 45px;
    left: 0;
    min-height: 50%;
    transform: translateX(-5%) translateY(0%);
  }
  body.page-template-template-home .video-section .video-content,
  body.home .video-section .video-content {
    position: relative;
    top: auto;
  }
  body.page-template-template-home .video-section .video-content .part-1,
  body.home .video-section .video-content .part-1 {
    padding: 100px 0 0;
    border-bottom: 0;
  }
  body.page-template-template-home .video-section .video-content .part-2,
  body.home .video-section .video-content .part-2 {
    display: none;
  }
  body.page-template-template-home .video-section .scroll,
  body.home .video-section .scroll {
    display: none;
  }
  body.page-template-template-home .featured-in,
  body.home .featured-in {
    padding: 25px 0;
  }
  body.page-template-template-home .featured-in .col-ym-2,
  body.home .featured-in .col-ym-2 {
    width: 25%;
    margin: 8px 0;
  }
  body.page-template-template-home .featured-in .col-ym-2 h3,
  body.home .featured-in .col-ym-2 h3 {
    font-size: 15px;
  }
  body.page-template-template-home .featured-in .col-ym-10,
  body.home .featured-in .col-ym-10 {
    width: 70%;
  }
  body.page-template-template-home .featured-in .col-ym-10 img,
  body.home .featured-in .col-ym-10 img {
    height: 55px;
  }
  body.page-template-template-home .experience,
  body.home .experience {
    display: block;
  }
  body.page-template-template-home .success,
  body.home .success {
    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;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  body.page-template-template-home .success .success-1,
  body.page-template-template-home .success .success-2,
  body.home .success .success-1,
  body.home .success .success-2 {
    width: 100%;
    display: block;
  }
  body.page-template-template-home .success .success-1,
  body.home .success .success-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body.page-template-template-home .success .success-1 .success-container,
  body.home .success .success-1 .success-container {
    width: 100%;
    padding: 20px 0 40px;
  }
  body.page-template-template-home .success .success-2,
  body.home .success .success-2 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    background-position: center left !important;
  }
  body.page-template-template-home .expertise .gridder .gridder-list,
  body.home .expertise .gridder .gridder-list {
    width: 50%;
  }
  body.page-template-template-home .expertise .gridder .gridder-list .overlay h3,
  body.home .expertise .gridder .gridder-list .overlay h3 {
    font-size: 17px;
  }
  body.page-template-template-home .accomplished-lawyers,
  body.home .accomplished-lawyers {
    padding: 35px 0;
  }
  body.page-template-template-home .accomplished-lawyers h3,
  body.home .accomplished-lawyers h3 {
    font-size: 20px;
  }
  body.page-template-template-home .accomplished-lawyers p,
  body.home .accomplished-lawyers p {
    font-size: 18px;
    padding: 10px 0 25px;
  }
  body.page-template-template-home .leading,
  body.home .leading {
    padding: 35px 0;
  }
  body.page-template-template-home .news .item,
  body.home .news .item {
    max-height: 320px;
    height: 320px;
  }
  body.page-template-template-home .news .item .col-ym-5,
  body.home .news .item .col-ym-5 {
    width: 75%;
  }
  body.page-template-template-home .news .col-ym-6 .heading h3,
  body.home .news .col-ym-6 .heading h3 {
    font-size: 20px;
  }
  body.page-template-template-home .achieved h3,
  body.home .achieved h3 {
    font-size: 20px;
  }
  body.page-template-template-home .leading h3,
  body.home .leading h3 {
    font-size: 25px;
  }
  body.page-template-template-home .testimonials p.quotation-mark,
  body.home .testimonials p.quotation-mark {
    font-size: 150px;
  }
  body.page-template-template-home .testimonials h2,
  body.home .testimonials h2 {
    font-size: 25px;
  }
  body.page-template-template-home .testimonials .testimonial_rotator_quote,
  body.home .testimonials .testimonial_rotator_quote {
    font-size: 15px;
  }
  body.page .page-header .inner-header {
    padding: 100px 0 60px;
  }
  body.page .page-header .inner-header .part-1 h1 {
    font-size: 30px;
  }
  body.page .the-content .nsw-courts-btn {
    width: 100%;
  }
  body.page .the-content .nsw-courts-content-container .nsw-courts-info .nsw-courts-time,
  body.page .the-content .nsw-courts-content-container .nsw-courts-info .nsw-courts-web {
    font-size: 12px;
    padding: 14px 14px 15px 70px;
  }
  body.page .the-content .col-ym-9 {
    width: 70%;
  }
  body.page .the-content .col-ym-3 {
    width: 30%;
  }
  body.page .the-content h2 {
    font-size: 23px;
  }
  body.page .the-content h3 {
    font-size: 21px;
  }
  body.page .the-content h4 {
    font-size: 19px;
  }
  body.page .the-content h5 {
    font-size: 17px;
  }
  body.page .the-content h6 {
    font-size: 15px;
  }
  body.page .the-content .sidebar .consultation p.button a {
    font-size: 12px;
    padding: 10px 15px;
  }
  body.page .experience .box img {
    width: 55px;
  }
  body.page .experience .box p {
    font-size: 12px;
    color: #fff;
    line-height: 19px;
    margin: 0;
    padding: 0;
  }
  body.page .experience .box p strong {
    font-size: 14px;
    font-weight: 400;
  }
  body.page .testimonials p.quotation-mark {
    font-size: 150px;
  }
  body.page .testimonials h2 {
    font-size: 25px;
  }
  body.page .testimonials .testimonial_rotator_quote {
    font-size: 15px;
  }
  body.blog header,
  body.page-template-template-media header,
  body.page-template-template-corporate header {
    position: fixed;
  }
  body.blog .meta,
  body.page-template-template-media .meta,
  body.page-template-template-corporate .meta {
    padding: 75px 0 25px;
  }
  body.blog .featured .item,
  body.page-template-template-media .featured .item,
  body.page-template-template-corporate .featured .item {
    max-height: 340px;
    height: 340px;
  }
  body.blog .featured .item .col-ym-5,
  body.page-template-template-media .featured .item .col-ym-5,
  body.page-template-template-corporate .featured .item .col-ym-5 {
    width: 75%;
  }
  body.blog .featured .col-ym-6 .heading h3,
  body.page-template-template-media .featured .col-ym-6 .heading h3,
  body.page-template-template-corporate .featured .col-ym-6 .heading h3 {
    font-size: 20px;
  }
  body.blog .news-articles .col-ym-9,
  body.page-template-template-media .news-articles .col-ym-9,
  body.page-template-template-corporate .news-articles .col-ym-9 {
    width: 70%;
  }
  body.blog .news-articles .col-ym-3,
  body.page-template-template-media .news-articles .col-ym-3,
  body.page-template-template-corporate .news-articles .col-ym-3 {
    width: 30%;
  }
  body.blog .news-articles .single-post .featured-image img,
  body.page-template-template-media .news-articles .single-post .featured-image img,
  body.page-template-template-corporate .news-articles .single-post .featured-image img {
    width: 85%;
    height: auto;
  }
  body.single-post header {
    position: fixed;
  }
  body.single-post .meta {
    padding: 75px 0 25px;
  }
  body.single-post .meta .featured-image img {
    width: 100%;
    height: auto;
  }
  body.single-post .meta .title p.date {
    margin: 0;
  }
  body.single-post .meta .title h1 {
    font-size: 21px;
  }
  body.single-post .article .col-ym-9 {
    width: 70%;
  }
  body.single-post .article .col-ym-3 {
    width: 30%;
  }
  body.blog .sidebar .consultation p.button a,
  body.single-post .sidebar .consultation p.button a,
  body.page-template-template-media .sidebar .consultation p.button a,
  body.page-template-template-corporate .sidebar .consultation p.button a {
    font-size: 12px;
    padding: 10px 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;
  }
  #popmake-7731,
  #popmake-7675 {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden !important;
  }
  #popmake-7731 iframe {
    width: 100% !important;
  }
  .header-message {
    display: none;
    padding: 1px 0px;
    margin-top: 45px;
    border-bottom: 1px solid #585a6f;
    margin-bottom: 0px;
  }
  .header-message p {
    color: #fff;
    font-size: 12px !important;
    font-weight: 500 !important;
  }
  header {
    background: #2d3a48;
    padding: 0;
  }
  header .right {
    display: none;
  }
  header .logo img {
    vertical-align: top;
    height: 57px;
    width: inherit;
  }
  header .ipad-phone {
    display: none;
  }
  header .call-24hour {
    display: block;
  }
  footer .free-consultation p {
    font-size: 15px;
  }
  footer .free-consultation p strong {
    font-size: 19px;
    display: block;
    padding: 0 0 15px;
  }
  footer .free-consultation p strong a {
    font-size: 19px;
  }
  footer .locations .ym-container {
    display: block;
  }
  footer .locations .ym-container .col-ym-3,
  footer .locations .ym-container .col-ym-9 {
    width: 100%;
  }
  footer .locations .ym-container .col-ym-3 {
    padding: 25px 15px 0px;
  }
  footer .locations .ym-container .col-ym-9 {
    padding: 20px 15px 0;
  }
  footer .locations .location {
    width: 100%;
    float: none;
    padding: 0 0 20px 40px;
  }
  footer .footer-menu .criminal-offences,
  footer .footer-menu .traffic-offences {
    width: 100%;
  }
  footer .footer-menu .criminal-offences ul,
  footer .footer-menu .traffic-offences ul {
    -moz-column-count: 1;
    -moz-column-gap: 00px;
    -webkit-column-count: 1;
    -webkit-column-gap: 00px;
    column-count: 1;
    column-gap: 00px;
  }
  footer .copyright-section .credit {
    text-align: left;
    padding: 5px 15px 0;
  }
  body.page-template-template-home .featured-in,
  body.home .featured-in {
    padding: 25px 0;
    background: #fff;
  }
  body.page-template-template-home .featured-in .col-ym-2,
  body.page-template-template-home .featured-in .col-ym-10,
  body.home .featured-in .col-ym-2,
  body.home .featured-in .col-ym-10 {
    width: 100%;
  }
  body.page-template-template-home .video-section .video-content .part-1 h1,
  body.home .video-section .video-content .part-1 h1 {
    font-size: 25px;
    line-height: 40px;
    padding: 0 0 20px;
  }
  body.page-template-template-home .video-section .video-content .part-1 h1 strong,
  body.home .video-section .video-content .part-1 h1 strong {
    font-size: 33px;
  }
  body.page-template-template-home .experience .col-ym-4,
  body.page-template-template-home .experience .col-ym-5,
  body.home .experience .col-ym-4,
  body.home .experience .col-ym-5 {
    width: 100%;
  }
  body.page-template-template-home .experience .col-ym-4,
  body.home .experience .col-ym-4 {
    padding-bottom: 10px;
  }
  body.page-template-template-home .experience .box p,
  body.home .experience .box p {
    font-size: 14px;
    line-height: 22px;
  }
  body.page-template-template-home .experience .box p strong,
  body.home .experience .box p strong {
    font-size: 16px;
  }
  body.page-template-template-home .success .success-1 .success-container h2,
  body.home .success .success-1 .success-container h2 {
    font-size: 25px;
  }
  body.page-template-template-home .success .success-2 img,
  body.home .success .success-2 img {
    max-width: 60px;
    height: auto;
  }
  body.page-template-template-home .expertise,
  body.home .expertise {
    padding: 20px 0;
  }
  body.page-template-template-home .expertise .gridder .gridder-list.item-1,
  body.page-template-template-home .expertise .gridder .gridder-list.item-2,
  body.page-template-template-home .expertise .gridder .gridder-list,
  body.home .expertise .gridder .gridder-list.item-1,
  body.home .expertise .gridder .gridder-list.item-2,
  body.home .expertise .gridder .gridder-list {
    width: 100%;
    margin: 0 0 5px;
  }
  body.page-template-template-home .expertise .gridder .gridder-list.item-1 p,
  body.page-template-template-home .expertise .gridder .gridder-list.item-2 p,
  body.page-template-template-home .expertise .gridder .gridder-list p,
  body.home .expertise .gridder .gridder-list.item-1 p,
  body.home .expertise .gridder .gridder-list.item-2 p,
  body.home .expertise .gridder .gridder-list p {
    font-size: 14px;
  }
  body.page-template-template-home .accomplished-lawyers h3,
  body.home .accomplished-lawyers h3 {
    font-size: 17px;
  }
  body.page-template-template-home .accomplished-lawyers p,
  body.home .accomplished-lawyers p {
    font-size: 15px;
  }
  body.page-template-template-home .accomplished-lawyers p.button a,
  body.home .accomplished-lawyers p.button a {
    font-size: 12px;
  }
  body.page-template-template-home .news,
  body.home .news {
    padding: 25px 0;
  }
  body.page-template-template-home .news h2,
  body.home .news h2 {
    font-size: 25px;
  }
  body.page-template-template-home .news .item,
  body.home .news .item {
    max-height: inherit !important;
    height: auto !important;
    background: none !important;
  }
  body.page-template-template-home .news .item img,
  body.home .news .item img {
    visibility: visible;
    opacity: 1;
  }
  body.page-template-template-home .news .item .header-text,
  body.home .news .item .header-text {
    position: relative;
    background: #4f5165;
    padding: 25px 15px 75px;
  }
  body.page-template-template-home .news .item .header-text .col-ym-5,
  body.home .news .item .header-text .col-ym-5 {
    width: 100%;
  }
  body.page-template-template-home .news .carousel-control svg,
  body.home .news .carousel-control svg {
    top: auto;
    bottom: 20px;
  }
  body.page-template-template-home .news .left.carousel-control svg,
  body.home .news .left.carousel-control svg {
    left: 30px;
  }
  body.page-template-template-home .news .col-ym-6 article,
  body.home .news .col-ym-6 article {
    margin-bottom: 4rem;
  }
  body.page-template-template-home .news .col-ym-6 .description,
  body.home .news .col-ym-6 .description {
    padding: 10px 0 0;
  }
  body.page-template-template-home .news .col-ym-6 .description [for^="read_more"],
  body.home .news .col-ym-6 .description [for^="read_more"] {
    bottom: -35px;
  }
  body.page-template-template-home .leading h3,
  body.home .leading h3 {
    font-size: 20px;
  }
  body.page-template-template-home .leading h4,
  body.home .leading h4 {
    font-size: 18px;
  }
  body.page-template-template-home .testimonials,
  body.home .testimonials {
    padding: 25px 0;
  }
  body.page-template-template-home .testimonials p.quotation-mark,
  body.home .testimonials p.quotation-mark {
    font-size: 100px;
  }
  body.page-template-template-home .testimonials .testimonial_rotator_quote,
  body.home .testimonials .testimonial_rotator_quote {
    line-height: 21px;
  }
  body.page .experience .col-ym-4,
  body.page .experience .col-ym-5 {
    width: 100%;
  }
  body.page .experience .col-ym-4 {
    padding-bottom: 10px;
  }
  body.page .experience .box p {
    font-size: 14px;
    line-height: 22px;
  }
  body.page .experience .box p strong {
    font-size: 16px;
  }
  body.page .the-content ul.contact-list li {
    display: block;
    padding: 0 10px 0 0;
    border-right: 0;
  }
  body.page .the-content ul.contact-list li:last-child {
    border-right: 0;
  }
  body.page .the-content .col-ym-3,
  body.page .the-content .col-ym-9 {
    width: 100%;
  }
  body.page .the-content .nsw-courts-content-container {
    padding: 0;
  }
  body.page .the-content .nsw-courts-content-container .nsw-courts-img {
    width: 100%;
  }
  body.page .the-content .nsw-courts-content-container .nsw-courts-img img {
    width: 100%;
    height: auto;
  }
  body.page .the-content .nsw-courts-content-container .nsw-courts-info {
    width: 100%;
  }
  body.page .the-content .sidebar {
    padding-top: 40px;
  }
  body.page .the-content .sidebar .consultation p.button a {
    font-size: 15px;
  }
  body.page .testimonials {
    padding: 25px 0;
  }
  body.page .testimonials p.quotation-mark {
    font-size: 100px;
  }
  body.page .testimonials .testimonial_rotator_quote {
    line-height: 21px;
  }
  body.blog .meta .title h1,
  body.page-template-template-media .meta .title h1,
  body.page-template-template-corporate .meta .title h1 {
    font-size: 30px;
  }
  body.blog .meta .breadcrumb,
  body.page-template-template-media .meta .breadcrumb,
  body.page-template-template-corporate .meta .breadcrumb {
    text-align: left;
  }
  body.blog .featured,
  body.page-template-template-media .featured,
  body.page-template-template-corporate .featured {
    padding: 25px 0;
  }
  body.blog .featured h2,
  body.page-template-template-media .featured h2,
  body.page-template-template-corporate .featured h2 {
    font-size: 25px;
  }
  body.blog .featured .item,
  body.page-template-template-media .featured .item,
  body.page-template-template-corporate .featured .item {
    max-height: inherit !important;
    height: auto !important;
    background: none !important;
  }
  body.blog .featured .item img,
  body.page-template-template-media .featured .item img,
  body.page-template-template-corporate .featured .item img {
    visibility: visible;
    opacity: 1;
  }
  body.blog .featured .item .header-text,
  body.page-template-template-media .featured .item .header-text,
  body.page-template-template-corporate .featured .item .header-text {
    position: relative;
    background: #4f5165;
    padding: 25px 15px 75px;
  }
  body.blog .featured .item .header-text .col-ym-5,
  body.page-template-template-media .featured .item .header-text .col-ym-5,
  body.page-template-template-corporate .featured .item .header-text .col-ym-5 {
    width: 100%;
  }
  body.blog .featured .carousel-control svg,
  body.page-template-template-media .featured .carousel-control svg,
  body.page-template-template-corporate .featured .carousel-control svg {
    top: auto;
    bottom: 20px;
  }
  body.blog .featured .left.carousel-control svg,
  body.page-template-template-media .featured .left.carousel-control svg,
  body.page-template-template-corporate .featured .left.carousel-control svg {
    left: 30px;
  }
  body.blog .featured .col-ym-6 article,
  body.page-template-template-media .featured .col-ym-6 article,
  body.page-template-template-corporate .featured .col-ym-6 article {
    margin-bottom: 4rem;
  }
  body.blog .featured .col-ym-6 .description,
  body.page-template-template-media .featured .col-ym-6 .description,
  body.page-template-template-corporate .featured .col-ym-6 .description {
    padding: 10px 0 0;
  }
  body.blog .featured .col-ym-6 .description [for^="read_more"],
  body.page-template-template-media .featured .col-ym-6 .description [for^="read_more"],
  body.page-template-template-corporate .featured .col-ym-6 .description [for^="read_more"] {
    bottom: -35px;
  }
  body.blog .news-articles .col-ym-3,
  body.blog .news-articles .col-ym-9,
  body.page-template-template-media .news-articles .col-ym-3,
  body.page-template-template-media .news-articles .col-ym-9,
  body.page-template-template-corporate .news-articles .col-ym-3,
  body.page-template-template-corporate .news-articles .col-ym-9 {
    width: 100%;
  }
  body.single-post .article {
    padding: 25px 0;
  }
  body.single-post .article .col-ym-3,
  body.single-post .article .col-ym-9 {
    width: 100%;
  }
  body.page-template-template-media .sidebar,
  body.page-template-template-corporate .sidebar,
  body.blog .sidebar,
  body.single-post .sidebar {
    padding-bottom: 30px;
  }
  #popmake-7675,
  #popmake-8176,
  #popmake-8181,
  #popmake-8178 {
    width: 100% !important;
  }
  #popmake-7675 img,
  #popmake-8176 img,
  #popmake-8181 img,
  #popmake-8178 img {
    max-width: 100%;
    height: auto;
  }
  #popmake-7675 .popup-title h3,
  #popmake-8176 .popup-title h3,
  #popmake-8181 .popup-title h3,
  #popmake-8178 .popup-title h3 {
    font-size: 15px;
    padding: 15px 25px;
  }
  #popmake-7675 .popup-title h3 a,
  #popmake-8176 .popup-title h3 a,
  #popmake-8181 .popup-title h3 a,
  #popmake-8178 .popup-title h3 a {
    font-size: 15px;
  }
  #popmake-7675 .popup-content,
  #popmake-8176 .popup-content,
  #popmake-8181 .popup-content,
  #popmake-8178 .popup-content {
    padding: 25px 25px;
  }
}
@media only screen and (max-width: 321px) {
  body.page-template-template-home .video-section,
  body.home .video-section {
    background: url('https://lylawyers.com.au/wp-content/themes/project-ym/less/../images/ly-lawyers-background-video-mobile.jpg') no-repeat center center / cover;
  }
  body.page-template-template-home .video-section video,
  body.home .video-section video {
    display: none;
  }
}
