/*=====================*/
/* CUBIC BEZIER CURVES */
/*=====================*/
/*
* Video Button
*/
.wtbx_vc_video_button .wtbx_vc_el_container {
  display: inline-block; }

.wtbx_vc_video_button.wtbx_align_center {
  text-align: center; }
  .wtbx_vc_video_button.wtbx_align_center .wtbx_video_button_wrapper {
    margin: 0 auto; }

.wtbx_vc_video_button.wtbx_align_left {
  text-align: left; }

.wtbx_vc_video_button.wtbx_align_right {
  text-align: right; }

.wtbx_vc_video_button .wtbx_video_button_wrapper {
  position: relative;
  display: inline-block; }
  .wtbx_vc_video_button .wtbx_video_button_wrapper .wtbx_video_button_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: start; }
  .wtbx_vc_video_button .wtbx_video_button_wrapper .wtbx_video_button_h,
  .wtbx_vc_video_button .wtbx_video_button_wrapper .wtbx_video_button_sh {
    white-space: nowrap;
    display: block; }

.wtbx_vc_video_button.wtbx_style_1 .wtbx_video_button_wrapper {
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
  position: relative; }
  .wtbx_vc_video_button.wtbx_style_1 .wtbx_video_button_wrapper .wtbx-lightbox-item {
    z-index: 1; }
  .wtbx_vc_video_button.wtbx_style_1 .wtbx_video_button_wrapper:hover .wtbx_video_icon {
    opacity: .7;
    -moz-transform: scale3d(1.2, 1.2, 1);
    -o-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -webkit-transform: -webkit-scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); }
    .wtbx_vc_video_button.wtbx_style_1 .wtbx_video_button_wrapper:hover .wtbx_video_icon i {
      -moz-transform: translate3d(-50%, -50%, 0) scale3d(0.7, 0.7, 1);
      -o-transform: translate3d(-50%, -50%, 0) scale3d(0.7, 0.7, 1);
      -ms-transform: translate3d(-50%, -50%, 0) scale3d(0.7, 0.7, 1);
      -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.7, 0.7, 1);
      -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(0.7, 0.7, 1);
      transform: translate3d(-50%, -50%, 0) scale3d(0.7, 0.7, 1); }
  @media only screen and (max-width: 991px) {
    .wtbx_vc_video_button.wtbx_style_1 .wtbx_video_button_wrapper {
      -moz-transform: scale3d(0.8, 0.8, 1);
      -o-transform: scale3d(0.8, 0.8, 1);
      -ms-transform: scale3d(0.8, 0.8, 1);
      -webkit-transform: scale3d(0.8, 0.8, 1);
      -webkit-transform: -webkit-scale3d(0.8, 0.8, 1);
      transform: scale3d(0.8, 0.8, 1); } }
  @media only screen and (max-width: 767px) {
    .wtbx_vc_video_button.wtbx_style_1 .wtbx_video_button_wrapper {
      -moz-transform: scale3d(0.7, 0.7, 1);
      -o-transform: scale3d(0.7, 0.7, 1);
      -ms-transform: scale3d(0.7, 0.7, 1);
      -webkit-transform: scale3d(0.7, 0.7, 1);
      -webkit-transform: -webkit-scale3d(0.7, 0.7, 1);
      transform: scale3d(0.7, 0.7, 1); } }
  @media only screen and (max-width: 640px) {
    .wtbx_vc_video_button.wtbx_style_1 .wtbx_video_button_wrapper {
      -moz-transform: scale3d(0.6, 0.6, 1);
      -o-transform: scale3d(0.6, 0.6, 1);
      -ms-transform: scale3d(0.6, 0.6, 1);
      -webkit-transform: scale3d(0.6, 0.6, 1);
      -webkit-transform: -webkit-scale3d(0.6, 0.6, 1);
      transform: scale3d(0.6, 0.6, 1); } }
  @media only screen and (max-width: 479px) {
    .wtbx_vc_video_button.wtbx_style_1 .wtbx_video_button_wrapper {
      -moz-transform: scale3d(0.5, 0.5, 1);
      -o-transform: scale3d(0.5, 0.5, 1);
      -ms-transform: scale3d(0.5, 0.5, 1);
      -webkit-transform: scale3d(0.5, 0.5, 1);
      -webkit-transform: -webkit-scale3d(0.5, 0.5, 1);
      transform: scale3d(0.5, 0.5, 1); } }
.wtbx_vc_video_button.wtbx_style_1 .wtbx_video_icon {
  display: inline-block;
  margin: 1em auto 0;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  z-index: -2;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_video_button.wtbx_style_1 .wtbx_video_icon i {
    font-size: 1.5em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

.wtbx_vc_video_button.wtbx_style_1 .wtbx_video_button_h {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  opacity: .1;
  z-index: 1;
  color: #fff !important;
  text-shadow: 0 0 20px #0e152f;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.wtbx_vc_video_button.wtbx_style_1.wtbx_skin_dark .wtbx_video_icon {
  background-color: #fff; }

.wtbx_vc_video_button.wtbx_style_1.wtbx_skin_dark .wtbx_video_button_h {
  color: #fff; }

.wtbx_vc_video_button.wtbx_style_1.wtbx_skin_light i {
  color: #fff; }

.wtbx_vc_video_button.wtbx_style_2 .wtbx_video_button_wrapper {
  cursor: pointer;
  min-height: 46px;
  border-radius: 25px; }
  .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_button_wrapper .wtbx_video_button_cell {
    border-radius: 25px; }
  .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_button_wrapper .wtbx_video_button_cell:last-child {
    padding-left: 15px; }
  .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_button_wrapper .wtbx_video_button_cell:first-child {
    padding-left: 0; }
  .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_button_wrapper:hover .wtbx_video_icon {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }
    .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_button_wrapper:hover .wtbx_video_icon:before {
      -moz-transform: rotate(65deg);
      -o-transform: rotate(65deg);
      -ms-transform: rotate(65deg);
      -webkit-transform: rotate(65deg);
      -webkit-transform: -webkit-rotate(65deg);
      transform: rotate(65deg); }
    .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_button_wrapper:hover .wtbx_video_icon:after {
      -moz-transform: rotate(245deg);
      -o-transform: rotate(245deg);
      -ms-transform: rotate(245deg);
      -webkit-transform: rotate(245deg);
      -webkit-transform: -webkit-rotate(245deg);
      transform: rotate(245deg); }
  .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_button_wrapper:hover .wtbx_video_button_h {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }
  .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_button_wrapper:hover .wtbx_video_button_sh {
    -moz-transform: scale3d(0.7, 0.7, 1);
    -o-transform: scale3d(0.7, 0.7, 1);
    -ms-transform: scale3d(0.7, 0.7, 1);
    -webkit-transform: scale3d(0.7, 0.7, 1);
    -webkit-transform: -webkit-scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1); }

.wtbx_vc_video_button.wtbx_style_2 .wtbx_video_icon {
  display: block;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_icon i {
    font-size: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_icon:before, .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_icon:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border-radius: 50%;
    border-style: solid;
    border-width: 4px;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    z-index: -1;
    -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_icon:before {
    -moz-transform: rotate(-160deg);
    -o-transform: rotate(-160deg);
    -ms-transform: rotate(-160deg);
    -webkit-transform: rotate(-160deg);
    -webkit-transform: -webkit-rotate(-160deg);
    transform: rotate(-160deg); }
  .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_icon:after {
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -webkit-transform: -webkit-rotate(-135deg);
    transform: rotate(-135deg); }

.wtbx_vc_video_button.wtbx_style_2 .wtbx_video_button_h {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 18px;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left; }
  .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_button_h:only-child {
    display: inline-block; }

.wtbx_vc_video_button.wtbx_style_2 .wtbx_video_button_sh {
  font-size: .875em;
  font-weight: 700;
  line-height: 18px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left; }
  .wtbx_vc_video_button.wtbx_style_2 .wtbx_video_button_sh:only-child {
    display: inline-block; }

.wtbx_vc_video_button.wtbx_style_2.wtbx_skin_dark .wtbx_video_icon {
  border-color: #fff; }
  .wtbx_vc_video_button.wtbx_style_2.wtbx_skin_dark .wtbx_video_icon:before, .wtbx_vc_video_button.wtbx_style_2.wtbx_skin_dark .wtbx_video_icon:after {
    border-color: #fff; }

.wtbx_vc_video_button.wtbx_style_2.wtbx_skin_dark i {
  color: #fff; }

.wtbx_vc_video_button.wtbx_style_2.wtbx_skin_dark .wtbx_video_button_h {
  color: #fff; }

.wtbx_vc_video_button.wtbx_style_2.wtbx_skin_dark .wtbx_video_button_sh {
  color: #fff;
  opacity: .6; }

.wtbx_vc_video_button.wtbx_style_3 .wtbx_video_button_wrapper {
  cursor: pointer;
  min-height: 50px;
  padding: 1.125em 1.5em;
  border-radius: 28px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_video_button.wtbx_style_3 .wtbx_video_button_wrapper .wtbx_video_button_cell:last-child {
    padding-left: 10px; }
  .wtbx_vc_video_button.wtbx_style_3 .wtbx_video_button_wrapper .wtbx_video_button_cell:first-child {
    padding-left: 0; }
  .wtbx_vc_video_button.wtbx_style_3 .wtbx_video_button_wrapper:hover .wtbx_video_icon {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }
    .wtbx_vc_video_button.wtbx_style_3 .wtbx_video_button_wrapper:hover .wtbx_video_icon:after {
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -webkit-transform: -webkit-rotate(0deg);
      transform: rotate(0deg); }

.wtbx_vc_video_button.wtbx_style_3 .wtbx_video_icon {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_video_button.wtbx_style_3 .wtbx_video_icon i {
    font-size: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .wtbx_vc_video_button.wtbx_style_3 .wtbx_video_icon:before, .wtbx_vc_video_button.wtbx_style_3 .wtbx_video_icon:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-top-color: transparent !important;
    z-index: -1;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transform: -webkit-rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.wtbx_vc_video_button.wtbx_style_3 .wtbx_video_button_h {
  font-size: 1em;
  font-weight: 700;
  line-height: 15px; }
  .wtbx_vc_video_button.wtbx_style_3 .wtbx_video_button_h:only-child {
    display: inline-block; }

.wtbx_vc_video_button.wtbx_style_3 .wtbx_video_button_sh {
  font-size: .75em;
  font-weight: 600;
  line-height: 15px; }
  .wtbx_vc_video_button.wtbx_style_3 .wtbx_video_button_sh:only-child {
    display: inline-block; }

.wtbx_vc_video_button.wtbx_style_3.wtbx_skin_dark .wtbx_video_icon {
  border-color: #fff; }
  .wtbx_vc_video_button.wtbx_style_3.wtbx_skin_dark .wtbx_video_icon:before, .wtbx_vc_video_button.wtbx_style_3.wtbx_skin_dark .wtbx_video_icon:after {
    border-color: #fff; }

.wtbx_vc_video_button.wtbx_style_3.wtbx_skin_dark i {
  color: #fff; }

.wtbx_vc_video_button.wtbx_style_3.wtbx_skin_dark .wtbx_video_button_h {
  color: #fff; }

.wtbx_vc_video_button.wtbx_style_3.wtbx_skin_dark .wtbx_video_button_sh {
  color: #fff;
  opacity: .6; }

.wtbx_vc_video_button.wtbx_style_3.wtbx_skin_light .wtbx_video_button_wrapper {
  background-color: #f9f6f4; }
  .wtbx_vc_video_button.wtbx_style_3.wtbx_skin_light .wtbx_video_button_wrapper:hover {
    background-color: #fff;
    box-shadow: 0 15px 60px -11px rgba(9, 31, 67, 0.2); }

.wtbx_vc_video_button.wtbx_style_4 .wtbx_video_button_wrapper {
  min-height: 50px;
  padding: 0;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-perspective: 400px;
  perspective: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .wtbx_vc_video_button.wtbx_style_4 .wtbx_video_button_wrapper .wtbx_video_button_cell:last-child {
    padding-left: 15px; }
  .wtbx_vc_video_button.wtbx_style_4 .wtbx_video_button_wrapper .wtbx_video_button_cell:first-child {
    padding-left: 0; }
  .wtbx_vc_video_button.wtbx_style_4 .wtbx_video_button_wrapper:hover .wtbx_video_icon {
    -moz-transform: translate3d(5px, 0, 0) scale3d(1.1, 1.1, 1) rotate3d(0, 1, 0, 30deg);
    -o-transform: translate3d(5px, 0, 0) scale3d(1.1, 1.1, 1) rotate3d(0, 1, 0, 30deg);
    -ms-transform: translate3d(5px, 0, 0) scale3d(1.1, 1.1, 1) rotate3d(0, 1, 0, 30deg);
    -webkit-transform: translate3d(5px, 0, 0) scale3d(1.1, 1.1, 1) rotate3d(0, 1, 0, 30deg);
    -webkit-transform: -webkit-translate3d(5px, 0, 0) scale3d(1.1, 1.1, 1) rotate3d(0, 1, 0, 30deg);
    transform: translate3d(5px, 0, 0) scale3d(1.1, 1.1, 1) rotate3d(0, 1, 0, 30deg); }
    .wtbx_vc_video_button.wtbx_style_4 .wtbx_video_button_wrapper:hover .wtbx_video_icon:before {
      opacity: .9; }
    .wtbx_vc_video_button.wtbx_style_4 .wtbx_video_button_wrapper:hover .wtbx_video_icon i {
      -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);
      -o-transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);
      -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);
      -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);
      -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);
      transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1); }
  .wtbx_vc_video_button.wtbx_style_4 .wtbx_video_button_wrapper:hover .wtbx_video_button_h {
    -moz-transform: translate3d(15px, 0, 0) scale3d(1.1, 1.1, 1);
    -o-transform: translate3d(15px, 0, 0) scale3d(1.1, 1.1, 1);
    -ms-transform: translate3d(15px, 0, 0) scale3d(1.1, 1.1, 1);
    -webkit-transform: translate3d(15px, 0, 0) scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-translate3d(15px, 0, 0) scale3d(1.1, 1.1, 1);
    transform: translate3d(15px, 0, 0) scale3d(1.1, 1.1, 1); }
  .wtbx_vc_video_button.wtbx_style_4 .wtbx_video_button_wrapper:hover .wtbx_video_button_sh {
    -moz-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -webkit-transform: translate3d(5px, 0, 0);
    -webkit-transform: -webkit-translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

.wtbx_vc_video_button.wtbx_style_4 .wtbx_video_icon {
  display: block;
  position: relative;
  width: 100px;
  height: 75px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_video_button.wtbx_style_4 .wtbx_video_icon .wtbx-bg-image {
    z-index: 1; }
  .wtbx_vc_video_button.wtbx_style_4 .wtbx_video_icon:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: inherit;
    opacity: .5;
    z-index: 2;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_video_button.wtbx_style_4 .wtbx_video_icon i {
    font-size: 24px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.wtbx_vc_video_button.wtbx_style_4 .wtbx_video_button_h {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_video_button.wtbx_style_4 .wtbx_video_button_h:only-child {
    display: inline-block; }

.wtbx_vc_video_button.wtbx_style_4 .wtbx_video_button_sh {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_video_button.wtbx_style_4 .wtbx_video_button_sh:only-child {
    display: inline-block; }

.wtbx_vc_video_button.wtbx_style_4.wtbx_skin_dark .wtbx_video_button_h {
  color: #fff; }

.wtbx_vc_video_button.wtbx_style_4.wtbx_skin_dark .wtbx_video_button_sh {
  color: #fff;
  opacity: .6; }

.wtbx_vc_video_button.wtbx_style_5 .wtbx_video_button_wrapper {
  padding-top: 10px;
  text-align: center; }

.wtbx_vc_video_button.wtbx_style_5 .wtbx_video_icon {
  display: inline-block;
  margin: 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  z-index: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_video_button.wtbx_style_5 .wtbx_video_icon i {
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .wtbx_vc_video_button.wtbx_style_5 .wtbx_video_icon:before {
    content: '';
    position: absolute;
    top: -26px;
    bottom: -26px;
    left: -26px;
    right: -26px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .15;
    z-index: -1;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -moz-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-animation: playButton 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite 1s forwards normal;
    -moz-animation: playButton 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite 1s forwards normal;
    -webkit-animation: playButton 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite 1s forwards normal;
    animation: playButton 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite 1s forwards normal; }
  .wtbx_vc_video_button.wtbx_style_5 .wtbx_video_icon:after {
    content: '';
    position: absolute;
    top: -40px;
    bottom: -40px;
    left: -40px;
    right: -40px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .1;
    z-index: -1;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -moz-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-animation: playButton 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite forwards normal;
    -moz-animation: playButton 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite forwards normal;
    -webkit-animation: playButton 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite forwards normal;
    animation: playButton 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite forwards normal; }
  .wtbx_vc_video_button.wtbx_style_5 .wtbx_video_icon:hover {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }

.wtbx_vc_video_button.wtbx_style_5 .wtbx_video_button_h {
  margin-top: 1em;
  font-size: 1.25em;
  font-weight: 700;
  -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.wtbx_vc_video_button.wtbx_style_5.wtbx_skin_dark .wtbx_video_icon {
  background-color: #fff; }

.wtbx_vc_video_button.wtbx_style_5.wtbx_skin_dark .wtbx_video_button_h {
  color: #fff; }

.wtbx_vc_video_button.wtbx_style_5.wtbx_skin_light i {
  color: #fff; }

.wtbx_vc_video_button.wtbx_style_6 .wtbx_video_button_wrapper {
  text-align: center;
  cursor: pointer; }
  .wtbx_vc_video_button.wtbx_style_6 .wtbx_video_button_wrapper:hover .wtbx_video_icon {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.465, 3);
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.465, 3);
    -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.465, 3);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.465, 3);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.465, 3); }

.wtbx_vc_video_button.wtbx_style_6 .wtbx_video_icon {
  display: block;
  margin: 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 38%;
  position: relative;
  cursor: pointer;
  z-index: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_video_button.wtbx_style_6 .wtbx_video_icon i {
    font-size: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

.wtbx_vc_video_button.wtbx_style_6 .wtbx_video_button_h {
  margin: 0;
  padding-left: 10px;
  font-weight: 600;
  -webkit-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.wtbx_vc_video_button.wtbx_style_6.wtbx_skin_dark .wtbx_video_icon {
  background-color: #fff; }

.wtbx_vc_video_button.wtbx_style_6.wtbx_skin_dark .wtbx_video_button_h {
  color: #fff; }

.wtbx_vc_video_button.wtbx_style_6.wtbx_skin_light i {
  color: #fff; }

@-webkit-keyframes playButton {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.2, 0.2, 1);
    -o-transform: scale3d(0.2, 0.2, 1);
    -ms-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: -webkit-scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1); }
  5% {
    opacity: .5;
    -moz-transform: scale3d(0.2, 0.2, 1);
    -o-transform: scale3d(0.2, 0.2, 1);
    -ms-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: -webkit-scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1); }
  95% {
    opacity: .01;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }

@-moz-keyframes playButton {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.2, 0.2, 1);
    -o-transform: scale3d(0.2, 0.2, 1);
    -ms-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: -webkit-scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1); }
  5% {
    opacity: .5;
    -moz-transform: scale3d(0.2, 0.2, 1);
    -o-transform: scale3d(0.2, 0.2, 1);
    -ms-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: -webkit-scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1); }
  95% {
    opacity: .01;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }

@-o-keyframes playButton {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.2, 0.2, 1);
    -o-transform: scale3d(0.2, 0.2, 1);
    -ms-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: -webkit-scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1); }
  5% {
    opacity: .5;
    -moz-transform: scale3d(0.2, 0.2, 1);
    -o-transform: scale3d(0.2, 0.2, 1);
    -ms-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: -webkit-scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1); }
  95% {
    opacity: .01;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes playButton {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.2, 0.2, 1);
    -o-transform: scale3d(0.2, 0.2, 1);
    -ms-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: -webkit-scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1); }
  5% {
    opacity: .5;
    -moz-transform: scale3d(0.2, 0.2, 1);
    -o-transform: scale3d(0.2, 0.2, 1);
    -ms-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: scale3d(0.2, 0.2, 1);
    -webkit-transform: -webkit-scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1); }
  95% {
    opacity: .01;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }
